Hello community,

here is the log from the commit of package par for openSUSE:Factory checked in 
at 2015-02-27 11:09:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/par (Old)
 and      /work/SRC/openSUSE:Factory/.par.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "par"

Changes:
--------
--- /work/SRC/openSUSE:Factory/par/par.changes  2011-09-23 12:21:39.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.par.new/par.changes     2015-02-27 
11:09:29.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Feb 26 08:12:58 UTC 2015 - [email protected]
+
+- Correct source url
+
+-------------------------------------------------------------------
+Tue Feb 24 19:35:36 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-clener
+- Use url for source
+
+-------------------------------------------------------------------

Old:
----
  par-v1.1.tar.bz2

New:
----
  par-v1.1.tar.gz

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

Other differences:
------------------
++++++ par.spec ++++++
--- /var/tmp/diff_new_pack.QzjaoW/_old  2015-02-27 11:09:30.000000000 +0100
+++ /var/tmp/diff_new_pack.QzjaoW/_new  2015-02-27 11:09:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package par (Version 1.1)
+# spec file for package par
 #
-# Copyright (c) 2009 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
@@ -15,19 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           par
-Url:            http://parchive.sourceforge.net/
+Version:        1.1
+Release:        0
+Summary:        Parity File Generator
 License:        GPL-2.0+
 Group:          System/Filesystems
-Summary:        Parity File Generator
-Version:        1.1
-Release:        166
+Url:            http://parchive.sourceforge.net/
+Source0:        
http://sourceforge.net/projects/parchive/files/%{name}/%{version}/%{name}-v%{version}.tar.gz
+Patch0:         %{name}.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        %name-v%version.tar.bz2
-Patch0:         %name.diff
 
 %description
 Parchive creates extra parity data over several volumes. These can be
@@ -36,30 +34,20 @@
 
 par is used by Dar.
 
-
-
-Authors:
---------
-    Willem Monsuwe <[email protected]>
-
 %prep
 %setup -q -n par-cmdline
 %patch0
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-make
+export CFLAGS="%{optflags}"
+make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
 %doc README AUTHORS COPYING NEWS
-/usr/bin/par
+%{_bindir}/par
 
 %changelog

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

Reply via email to