summaryrefslogtreecommitdiff
path: root/newmoon/newmoon.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-04 14:11:52 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-04 14:11:52 -0500
commit4dbcd9dece2d444a4e9177add903d04ae8bc38c3 (patch)
treea9874af8231a2a7addfb2793e1ae97e1cda8b046 /newmoon/newmoon.spec
parentremove lsb-release (diff)
downloadstackrpms-4dbcd9dece2d444a4e9177add903d04ae8bc38c3.tar.gz
stackrpms-4dbcd9dece2d444a4e9177add903d04ae8bc38c3.tar.bz2
stackrpms-4dbcd9dece2d444a4e9177add903d04ae8bc38c3.zip
add revert-mach-file patch
Diffstat (limited to 'newmoon/newmoon.spec')
-rw-r--r--newmoon/newmoon.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec
index 096432e..31b789a 100644
--- a/newmoon/newmoon.spec
+++ b/newmoon/newmoon.spec
@@ -62,6 +62,7 @@ Source6: bluemoon-icons.tgz
Patch0: small-icons.patch
Patch1: pm-fedora.patch
Patch2: pm-to-nm.patch
+Patch3: revert-mach-file.patch
%endif
Packager: B. Stack <bgstack15@gmail.com>
@@ -123,6 +124,7 @@ sed -i -r -e '/enable-optimize/s/"\s*$/ -Wno-format-overflow"/' ./.mozconfig
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
! test -d %{badname}/branding/unofficial.unbuilt && {
cp -pr %{badname}/branding/unofficial %{badname}/branding/unofficial.unbuilt && \
@@ -300,10 +302,11 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
-* Tue Jan 04 2021 B. Stack <bgstack15@gmail.com> - 29.4.3-1
+* Tue Jan 04 2022 B. Stack <bgstack15@gmail.com> - 29.4.3-1
- update version
+- add revert-mach-file patch from stevepusser
-* Tue Nov 11 2021 B. Stack <bgstack15@gmail.com> - 29.4.2-1
+* Thu Nov 11 2021 B. Stack <bgstack15@gmail.com> - 29.4.2-1
- update version
* Wed Sep 15 2021 B. Stack <bgstack15@gmail.com> - 29.4.1-1
bgstack15