Hello community,

here is the log from the commit of package parted for openSUSE:Factory checked 
in at 2014-02-03 11:40:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/parted (Old)
 and      /work/SRC/openSUSE:Factory/.parted.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "parted"

Changes:
--------
--- /work/SRC/openSUSE:Factory/parted/parted.changes    2014-01-24 
21:42:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.parted.new/parted.changes       2014-02-03 
11:40:44.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan 24 13:17:34 UTC 2014 - [email protected]
+
+- include new fatresize(8) utility
+- added patches:
+  * parted-fatresize-autoconf.patch
+-------------------------------------------------------------------

New:
----
  fatresize-0.1.tar.bz2
  parted-fatresize-autoconf.patch

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

Other differences:
------------------
++++++ parted.spec ++++++
--- /var/tmp/diff_new_pack.PUsGts/_old  2014-02-03 11:40:44.000000000 +0100
+++ /var/tmp/diff_new_pack.PUsGts/_new  2014-02-03 11:40:44.000000000 +0100
@@ -27,6 +27,7 @@
 Source1:        ftp://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.xz.sig
 Source2:        parted.keyring
 Source3:        baselibs.conf
+Source4:        fatresize-0.1.tar.bz2
 # Build patches
 Patch1:         parted-2.4-ncursesw6.patch
 
@@ -55,6 +56,7 @@
 Patch26:        parted-btrfs-support.patch
 Patch27:        parted-GPT-add-support-for-PReP-GUID.patch
 Patch28:        parted-resize-command.patch
+Patch100:       parted-fatresize-autoconf.patch
 Requires:       /sbin/udevadm
 BuildRequires:  check-devel
 BuildRequires:  device-mapper-devel >= 1.02.33
@@ -109,7 +111,7 @@
 %lang_package
 %prep
 %{?gpg_verify: %gpg_verify %{S:1}}
-%setup -q
+%setup -a 4
 %patch1 -p1
 %patch10 -p1
 %patch11 -p1
@@ -130,6 +132,7 @@
 %patch26 -p1
 %patch27 -p1
 %patch28 -p1
+%patch100 -p1
 
 %build
 export CFLAGS="%{optflags} `ncursesw6-config --cflags`"


++++++ parted-fatresize-autoconf.patch ++++++
---
 Makefile.am  |    2 +-
 configure.ac |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Index: parted-3.1/Makefile.am
===================================================================
--- parted-3.1.orig/Makefile.am
+++ parted-3.1/Makefile.am
@@ -1,5 +1,5 @@
 ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = po lib include libparted parted partprobe doc debug tests
+SUBDIRS = po lib include libparted parted partprobe fatresize doc debug tests
 
 EXTRA_DIST =                           \
   .version                             \
Index: parted-3.1/configure.ac
===================================================================
--- parted-3.1.orig/configure.ac
+++ parted-3.1/configure.ac
@@ -610,6 +610,7 @@ libparted/tests/Makefile
 libparted.pc
 parted/Makefile
 partprobe/Makefile
+fatresize/Makefile
 doc/Makefile
 doc/C/Makefile
 doc/pt_BR/Makefile

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

Reply via email to