Hello community,

here is the log from the commit of package gzip for openSUSE:Factory checked in 
at 2016-05-12 09:32:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gzip (Old)
 and      /work/SRC/openSUSE:Factory/.gzip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gzip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gzip/gzip.changes        2016-04-05 
10:39:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gzip.new/gzip.changes   2016-05-12 
09:32:25.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Apr 27 10:14:03 UTC 2016 - mplus...@suse.com
+
+- Update to 1.8
+  * gzip -l no longer falsely reports a write error when writing to 
+    a pipe.
+  * Port to Oracle Solaris Studio 12 on x86-64.
+  * When configuring gzip, ./configure DEFS='...-DNO_ASM...' now 
+    suppresses assembler again.
+- Small spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  gzip-1.7.tar.xz
  gzip-1.7.tar.xz.sig

New:
----
  gzip-1.8.tar.xz
  gzip-1.8.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gzip.spec ++++++
--- /var/tmp/diff_new_pack.OoUZle/_old  2016-05-12 09:32:26.000000000 +0200
+++ /var/tmp/diff_new_pack.OoUZle/_new  2016-05-12 09:32:26.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gzip
-Version:        1.7
+Version:        1.8
 Release:        0
 Summary:        GNU Zip Compression Utilities
 License:        GPL-2.0+
@@ -36,6 +36,7 @@
 BuildRequires:  makeinfo
 BuildRequires:  xz
 Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -97,20 +98,45 @@
 ln -sf zmore %{buildroot}%{_bindir}/zless
 ln -sf zmore.1 %{buildroot}%{_mandir}/man1/zless.1
 
+%post
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
+
+%preun
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
+
 %files
 %defattr(-, root, root)
+%doc README AUTHORS ChangeLog TODO NEWS THANKS
 #UsrMerge
-/bin/*
+/bin/gunzip
+/bin/gzip
+/bin/zcat
 #EndUsrMerge
-%{_bindir}/*
-%doc README AUTHORS ChangeLog TODO NEWS THANKS
-%{_infodir}/*.*
-%{_mandir}/man*/*.*
-
-%post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-
-%preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%{_bindir}/gunzip
+%{_bindir}/gzexe
+%{_bindir}/gzip
+%{_bindir}/uncompress
+%{_bindir}/zcat
+%{_bindir}/zcmp
+%{_bindir}/zdiff
+%{_bindir}/zegrep
+%{_bindir}/zfgrep
+%{_bindir}/zforce
+%{_bindir}/zgrep
+%{_bindir}/zless
+%{_bindir}/zmore
+%{_bindir}/znew
+%{_infodir}/gzip.info%{ext_info}
+%{_mandir}/man1/gunzip.1%{ext_man}
+%{_mandir}/man1/gzexe.1%{ext_man}
+%{_mandir}/man1/gzip.1%{ext_man}
+%{_mandir}/man1/zcat.1%{ext_man}
+%{_mandir}/man1/zcmp.1%{ext_man}
+%{_mandir}/man1/zdiff.1%{ext_man}
+%{_mandir}/man1/zforce.1%{ext_man}
+%{_mandir}/man1/zgrep.1%{ext_man}
+%{_mandir}/man1/zless.1%{ext_man}
+%{_mandir}/man1/zmore.1%{ext_man}
+%{_mandir}/man1/znew.1%{ext_man}
 
 %changelog

++++++ gzip-1.7.tar.xz -> gzip-1.8.tar.xz ++++++
++++ 26568 lines of diff (skipped)


Reply via email to