Hello community,

here is the log from the commit of package zoo for openSUSE:Factory checked in 
at 2015-03-18 13:04:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zoo (Old)
 and      /work/SRC/openSUSE:Factory/.zoo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zoo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zoo/zoo.changes  2014-12-25 23:20:10.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.zoo.new/zoo.changes     2015-03-18 
13:04:09.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 12:44:42 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zoo.spec ++++++
--- /var/tmp/diff_new_pack.j2sSyv/_old  2015-03-18 13:04:10.000000000 +0100
+++ /var/tmp/diff_new_pack.j2sSyv/_new  2015-03-18 13:04:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zoo
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@
 Summary:        Pack Program
 License:        SUSE-Public-Domain
 Group:          Productivity/Archiving/Compression
-
 Source:         zoo.tar.gz
 Patch0:         zoo.patch
 Patch1:         zoo-%{version}-tempfile.patch
@@ -41,16 +40,6 @@
 compression rate of gzip is not reached, and thus zoo should only be
 used for decompressing old archives.
 
-
-
-Authors:
---------
-    Ian Phillipps    <[email protected]>
-    J. Brian Waters  <[email protected]>
-    Paul Homchick    <rutgers!cgh!paul>
-    Mark Alexander   <amdahl!drivax!alexande>
-    Randal L. Barnes <[email protected]>
-
 %prep
 %setup -q -n zoo
 %patch0
@@ -64,18 +53,18 @@
 %patch8
 
 %build
-make linux OPTIM="$RPM_OPT_FLAGS -fPIE" LDFLAGS="-pie"
+make %{?_smp_mflags} linux OPTIM="%{optflags} -fPIE" LDFLAGS="-pie"
 
 %install
-mkdir -p $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/man1}
-install zoo fiz $RPM_BUILD_ROOT/usr/bin
-install -m 644 zoo.1 fiz.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
+mkdir -p %{buildroot}{%{_prefix}/bin,%{_mandir}/man1}
+install zoo fiz %{buildroot}%{_prefix}/bin
+install -m 644 zoo.1 fiz.1 %{buildroot}/%{_mandir}/man1/
 
 %files
 %defattr(-,root,root) 
 %doc Copyright
-/usr/bin/fiz
-/usr/bin/zoo
+%{_bindir}/fiz
+%{_bindir}/zoo
 %doc %{_mandir}/man1/fiz.1.gz
 %doc %{_mandir}/man1/zoo.1.gz
 

++++++ zoo-fclose.patch ++++++
--- /var/tmp/diff_new_pack.j2sSyv/_old  2015-03-18 13:04:10.000000000 +0100
+++ /var/tmp/diff_new_pack.j2sSyv/_new  2015-03-18 13:04:10.000000000 +0100
@@ -1,7 +1,7 @@
 Index: bilf.c
 ===================================================================
---- bilf.c.orig        1991-07-11 21:06:26.000000000 +0200
-+++ bilf.c     2009-11-24 19:46:10.176536000 +0100
+--- bilf.c.orig
++++ bilf.c
 @@ -99,7 +99,7 @@ char *outname, *inname;
     while ((count = fread (buffer, 1, sizeof (buffer), infile)) > 0)
        count = fwrite (buffer, 1, count, outfile);

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to