Hello community, here is the log from the commit of package gpart for openSUSE:Factory checked in at 2015-11-24 22:31:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-05-02 21:29:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gpart.new/gpart.changes 2015-11-24 22:31:44.000000000 +0100 @@ -1,0 +2,25 @@ +Mon Nov 9 18:26:56 UTC 2015 - [email protected] + +- Update to version 0.2.2 + * No changelog available for this version +- Changes from version 0.2.1 + * Fixes the build from the dist tarball. +- Changes from version 0.2 + * Now defaulting to sector sized jumps to find the 4k and 1M aligned + partitions rather than default to the cylinder alignment that is + unused anymore + * Fixed detection of end of disk to not give precedence to the CHS + adderssing +- Upstream switched to autotools + * Add autoconf/automake requirements + * Use %configure macro +- Remove obsolete patches + * gpart-0.1h-array_overflow.diff + * gpart-0.1h-array_overflow2.diff + * gpart-0.1h-glibc_2.7_open.patch + * gpart-0.1h-kernel_syscall.diff + * gpart-0.1h.diff + * gpart-0.1h.log.patch +- Use download Url as source + +------------------------------------------------------------------- Old: ---- gpart-0.1h-array_overflow.diff gpart-0.1h-array_overflow2.diff gpart-0.1h-glibc_2.7_open.patch gpart-0.1h-kernel_syscall.diff gpart-0.1h.diff gpart-0.1h.log.patch gpart-0.1h.tar.gz New: ---- v0.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpart.spec ++++++ --- /var/tmp/diff_new_pack.3QP0jI/_old 2015-11-24 22:31:45.000000000 +0100 +++ /var/tmp/diff_new_pack.3QP0jI/_new 2015-11-24 22:31:45.000000000 +0100 @@ -17,20 +17,15 @@ Name: gpart -Version: 0.1h +Version: 0.2.2 Release: 0 Summary: Tool That Can Guess a Lost Partition Table License: GPL-2.0+ Group: System/Filesystems Url: http://www.brzitwa.de/mb/gpart/index.html -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 -Patch4: %{name}-%{version}.log.patch -Patch5: %{name}-%{version}-glibc_2.7_open.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: https://github.com/baruch/gpart/archive/v%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake %description Gpart is a small tool that tries to guess what partitions are on a PC @@ -42,23 +37,21 @@ %prep %setup -q -%patch0 -%patch1 -%patch2 -%patch3 -%patch4 -%patch5 %build -make CC="gcc" CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -DVERSION=\\\"%{version}\\\"" %{?_smp_mflags} +NOCONFIGURE=1 ./autogen.sh +export CFLAGS="%{optflags} -fno-strict-aliasing" +%configure +make %{?_smp_mflags} %install -make prefix=%{buildroot}/usr install +%make_install +rm -rf %{buildroot}%{_datadir}/doc %files %defattr(-,root,root) -%doc COPYING Changes INSTALL LSM README -%{_bindir}/gpart +%doc COPYING Changes LSM README +%{_sbindir}/gpart %{_mandir}/man8/gpart.8.gz %changelog
