Hello community,

here is the log from the commit of package gpart for openSUSE:Factory checked 
in at 2015-05-02 21:29:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpart (Old)
 and      /work/SRC/openSUSE:Factory/.gpart.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpart"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpart/gpart.changes      2013-03-28 
13:15:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gpart.new/gpart.changes 2015-05-02 
21:29:08.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 20 14:07:45 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Do not use url for download as mirrors are gone
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gpart.spec ++++++
--- /var/tmp/diff_new_pack.10ajtv/_old  2015-05-02 21:29:09.000000000 +0200
+++ /var/tmp/diff_new_pack.10ajtv/_new  2015-05-02 21:29:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpart
 #
-# Copyright (c) 2013 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
@@ -23,8 +23,8 @@
 License:        GPL-2.0+
 Group:          System/Filesystems
 Url:            http://www.brzitwa.de/mb/gpart/index.html
-Source:         http://fossies.org/linux/misc/old/%{name}-%{version}.tar.gz
-Patch:          %{name}-%{version}.diff
+Source:         %{name}-%{version}.tar.gz
+Patch0:         %{name}-%{version}.diff
 Patch1:         %{name}-%{version}-array_overflow.diff
 Patch2:         %{name}-%{version}-array_overflow2.diff
 Patch3:         %{name}-%{version}-kernel_syscall.diff
@@ -37,18 +37,12 @@
 type hard disk in case the primary partition table was damaged. Gpart
 supports, among others, partitions formatted as ext2, FAT 12/16/32,
 ReiserFS, NTFS, and HPFS. Read the file
-/usr/share/doc/packages/gpart/README and the gpart man page before
+%{_docdir}/gpart/README and the gpart man page before
 using gpart.
 
-
-
-Authors:
---------
-    m...@ichabod.han.de
-
 %prep
 %setup -q
-%patch
+%patch0
 %patch1
 %patch2
 %patch3
@@ -56,18 +50,15 @@
 %patch5
 
 %build
-make CC="%{__cc}" CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 
-DVERSION=\\\"%version\\\"" %{?_smp_mflags}
+make CC="gcc" CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 
-DVERSION=\\\"%{version}\\\"" %{?_smp_mflags}
 
 %install
-make prefix=$RPM_BUILD_ROOT/usr install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make prefix=%{buildroot}/usr install
 
 %files
 %defattr(-,root,root)
 %doc COPYING Changes INSTALL LSM README
-/usr/bin/gpart
-/usr/share/man/man8/gpart.8.gz
+%{_bindir}/gpart
+%{_mandir}/man8/gpart.8.gz
 
 %changelog

++++++ gpart-0.1h.tar.gz ++++++


Reply via email to