Accepting request 1226280 from editors
OBS-URL: https://build.opensuse.org/request/show/1226280 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=50
This commit is contained in:
commit
d50c00aa36
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 21 15:26:38 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Use gzip -n for deterministic gzip headers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 19 14:49:44 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
Tue Nov 19 14:49:44 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@ unelc ()
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
pushd %{buildroot}%{_sitedir}/auctex-%{version}
|
pushd %{buildroot}%{_sitedir}/auctex-%{version}
|
||||||
find -name '*.el' -exec gzip -f9 '{}' \+
|
find -name '*.el' -exec gzip -n -f9 '{}' \+
|
||||||
unelc auctex-autoloads.elc
|
unelc auctex-autoloads.elc
|
||||||
unelc auctex-pkg.elc
|
unelc auctex-pkg.elc
|
||||||
unelc auctex.elc
|
unelc auctex.elc
|
||||||
|
Loading…
Reference in New Issue
Block a user