commit gpart for openSUSE:Factory

2016-02-03 Thread h_root
Hello community,

here is the log from the commit of package gpart for openSUSE:Factory checked 
in at 2016-02-03 10:17:16

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-11-24 
22:31:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpart.new/gpart.changes 2016-02-03 
10:17:17.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 24 09:47:41 UTC 2016 - mplus...@suse.com
+
+- Update to 3.0
+  * Add LVM2 and Btrfs support
+
+---

Old:

  v0.2.2.tar.gz

New:

  0.3.tar.gz



Other differences:
--
++ gpart.spec ++
--- /var/tmp/diff_new_pack.5ZBmp6/_old  2016-02-03 10:17:18.0 +0100
+++ /var/tmp/diff_new_pack.5ZBmp6/_new  2016-02-03 10:17:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpart
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,13 +17,13 @@
 
 
 Name:   gpart
-Version:0.2.2
+Version:0.3
 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: https://github.com/baruch/gpart/archive/v%{version}.tar.gz
+Source: https://github.com/baruch/gpart/archive/%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 
@@ -39,8 +39,8 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 export CFLAGS="%{optflags} -fno-strict-aliasing"
+autoreconf -fiv
 %configure
 make %{?_smp_mflags}
 
@@ -50,8 +50,8 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING Changes LSM README
+%doc COPYING Changes LSM README.md
 %{_sbindir}/gpart
-%{_mandir}/man8/gpart.8.gz
+%{_mandir}/man8/gpart.8%{ext_man}
 
 %changelog

++ v0.2.2.tar.gz -> 0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gpart-0.2.2/.travis.yml new/gpart-0.3/.travis.yml
--- old/gpart-0.2.2/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/gpart-0.3/.travis.yml   2015-11-24 12:03:45.0 +0100
@@ -0,0 +1,7 @@
+language: c
+
+script: ./autogen.sh && make
+
+compiler:
+  - gcc
+  - clang
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gpart-0.2.2/Makefile.am new/gpart-0.3/Makefile.am
--- old/gpart-0.2.2/Makefile.am 2015-03-12 16:41:49.0 +0100
+++ new/gpart-0.3/Makefile.am   2015-11-24 12:03:45.0 +0100
@@ -2,5 +2,5 @@
 SUBDIRS = src man
 
 docdir = $(datadir)/doc/@PACKAGE@
-doc_DATA = Changes README
-EXTRA_DIST = Changes README
+doc_DATA = Changes README.md
+EXTRA_DIST = Changes README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gpart-0.2.2/README new/gpart-0.3/README
--- old/gpart-0.2.2/README  2015-03-12 16:41:49.0 +0100
+++ new/gpart-0.3/README1970-01-01 01:00:00.0 +0100
@@ -1,213 +0,0 @@
-
-   gpart README
-
-
-   Gpart is a small tool which tries to guess what partitions
-   are on a PC type harddisk in case the primary partition table
-   was damaged.
-
-   Gpart works by scanning through the device (or file) given on
-   the command line on a sector basis. Each guessing module is
-   asked if it thinks a file system it knows about could start at
-   a given sector. Several file system guessing modules are built
-   in, others can be added dynamically.
-
-   Consult the manual page for command line options and usage.
-
-
-
- - Installation --
-
-   See file INSTALL.
-
-
-
- - Currently recognized partitions/filesystems types -
-
-   Modname  Typ   Description
-   fat  0x01  "Primary DOS with 12 bit FAT"
-   0x04  "Primary DOS with 16 bit FAT (<= 32MB)"
-0x06  "Primary 'big' DOS (> 32MB)"
-0x0B  "DOS or Windows 95 with 32 bit FAT"
-0x0C  "DOS or Windows 95 with 32 bit FAT, LBA"
-   ntfs 0x07  "OS/2 HPFS, NTFS, QNX or Advanced UNIX"
-   hpfs 0x07  "OS/2 HPFS, NTFS, QNX or Advanced UNIX"
-   ext2 0x83  "Linux ext2 filesystem"
-   lswap0x82  "Linux swap"
-   bsddl0xA5  "FreeBSD/NetBSD/386BSD"
-   s86dl0x82  "Solaris/x86 disklabel"
-   minix0x80  "Minix V1"
-0x81  "Minix V2"
-   reiserfs 0x83  "ReiserFS filesystem"
-   hmlvm0xFE  "Linux LVM physical volumes"
-   qnx4 0x4F  "QNX 4.x"
- 

commit gpart for openSUSE:Factory

2015-11-24 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpart.new/gpart.changes 2015-11-24 
22:31:44.0 +0100
@@ -1,0 +2,25 @@
+Mon Nov  9 18:26:56 UTC 2015 - p.drou...@gmail.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.3QP0jI/_new  2015-11-24 22:31:45.0 +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




commit gpart for openSUSE:Factory

2015-05-02 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpart.new/gpart.changes 2015-05-02 
21:29:08.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.10ajtv/_new  2015-05-02 21:29:09.0 +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 ++




commit gpart for openSUSE:Factory

2013-03-28 Thread h_root
Hello community,

here is the log from the commit of package gpart for openSUSE:Factory checked 
in at 2013-03-28 13:15:47

Comparing /work/SRC/openSUSE:Factory/gpart (Old)
 and  /work/SRC/openSUSE:Factory/.gpart.new (New)


Package is gpart, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gpart/gpart.changes  2011-10-06 
16:02:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpart.new/gpart.changes 2013-03-28 
13:15:49.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 27 11:22:21 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---

Old:

  gpart-0.1h.tar.bz2

New:

  gpart-0.1h.tar.gz



Other differences:
--
++ gpart.spec ++
--- /var/tmp/diff_new_pack.C6TrR8/_old  2013-03-28 13:15:50.0 +0100
+++ /var/tmp/diff_new_pack.C6TrR8/_new  2013-03-28 13:15:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpart
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,18 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gpart
-License:GPL-2.0+
-Group:  System/Filesystems
-AutoReqProv:on
 Version:0.1h
-Release:627
+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.bz2
+Source: http://fossies.org/linux/misc/old/%{name}-%{version}.tar.gz
 Patch:  %{name}-%{version}.diff
 Patch1: %{name}-%{version}-array_overflow.diff
 Patch2: %{name}-%{version}-array_overflow2.diff

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gpart for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gpart for openSUSE:Factory checked 
in at 2011-12-06 18:15:43

Comparing /work/SRC/openSUSE:Factory/gpart (Old)
 and  /work/SRC/openSUSE:Factory/.gpart.new (New)


Package is gpart, Maintainer is pu...@suse.com

Changes:




Other differences:
--
++ gpart.spec ++
--- /var/tmp/diff_new_pack.6oQapN/_old  2011-12-06 18:24:42.0 +0100
+++ /var/tmp/diff_new_pack.6oQapN/_new  2011-12-06 18:24:42.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   gpart
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/Filesystems
 AutoReqProv:on
 Version:0.1h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gpart for openSUSE:Factory

2011-10-06 Thread h_root

Hello community,

here is the log from the commit of package gpart for openSUSE:Factory
checked in at Thu Oct 6 16:02:51 CEST 2011.




--- openSUSE:Factory/gpart/gpart.changes2011-09-23 02:01:46.0 
+0200
+++ gpart/gpart.changes 2011-09-30 17:18:08.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 15:17:54 UTC 2011 - u...@suse.com
+
+- cross-build fix: use %__cc macro
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gpart.spec ++
--- /var/tmp/diff_new_pack.Lv2aOl/_old  2011-10-06 16:02:47.0 +0200
+++ /var/tmp/diff_new_pack.Lv2aOl/_new  2011-10-06 16:02:47.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gpart (Version 0.1h)
+# spec file for package gpart
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -59,7 +59,7 @@
 %patch5
 
 %build
-make CFLAGS=$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -DVERSION=\\\%version\\\ 
%{?_smp_mflags}
+make CC=%{__cc} CFLAGS=$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 
-DVERSION=\\\%version\\\ %{?_smp_mflags}
 
 %install
 make prefix=$RPM_BUILD_ROOT/usr install

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org