Hello community,

here is the log from the commit of package zoo for openSUSE:Factory checked in 
at 2020-06-23 21:07:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zoo (Old)
 and      /work/SRC/openSUSE:Factory/.zoo.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zoo"

Tue Jun 23 21:07:07 2020 rev:22 rq:816582 version:2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/zoo/zoo.changes  2017-06-20 09:40:53.035934952 
+0200
+++ /work/SRC/openSUSE:Factory/.zoo.new.2956/zoo.changes        2020-06-23 
21:07:46.930460144 +0200
@@ -1,0 +2,5 @@
+Tue Jun 23 12:10:16 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Use wikipedia as url
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zoo.spec ++++++
--- /var/tmp/diff_new_pack.dSoMMm/_old  2020-06-23 21:07:47.986463556 +0200
+++ /var/tmp/diff_new_pack.dSoMMm/_new  2020-06-23 21:07:47.986463556 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zoo
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,6 +22,7 @@
 Summary:        Pack Program
 License:        SUSE-Public-Domain
 Group:          Productivity/Archiving/Compression
+URL:            https://en.wikipedia.org/wiki/Zoo_(file_format)
 Source:         zoo.tar.gz
 Patch0:         zoo.patch
 Patch1:         zoo-%{version}-tempfile.patch
@@ -40,36 +41,26 @@
 for decompressing old archives.
 
 %prep
-%setup -q -n zoo
-%patch0
-%patch1
-%patch2
-%patch3
-%patch4
-%patch5
-%patch6
-%patch7
-%patch8
+%autosetup -n zoo -p0
 
 %build
-make %{?_smp_mflags} linux OPTIM="%{optflags}"
+%make_build linux OPTIM="%{optflags}"
 
 %install
 install -Dpm 0755 zoo \
-  %{buildroot}%{_prefix}/bin/zoo
+  %{buildroot}%{_bindir}/zoo
 install -Dpm 0755 fiz \
-  %{buildroot}%{_prefix}/bin/fiz
+  %{buildroot}%{_bindir}/fiz
 install -Dpm 0644 zoo.1 \
   %{buildroot}/%{_mandir}/man1/zoo.1
 install -Dpm 0644 fiz.1 \
   %{buildroot}/%{_mandir}/man1/fiz.1
 
 %files
-%defattr(-,root,root)
-%doc Copyright
+%license Copyright
 %{_bindir}/fiz
 %{_bindir}/zoo
-%{_mandir}/man1/fiz.1%{ext_man}
-%{_mandir}/man1/zoo.1%{ext_man}
+%{_mandir}/man1/fiz.1%{?ext_man}
+%{_mandir}/man1/zoo.1%{?ext_man}
 
 %changelog


Reply via email to