Hello community,

here is the log from the commit of package findutils for openSUSE:Factory 
checked in at 2014-08-05 12:59:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/findutils (Old)
 and      /work/SRC/openSUSE:Factory/.findutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "findutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/findutils/findutils.changes      2013-12-22 
19:32:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.findutils.new/findutils.changes 2014-08-05 
12:59:39.000000000 +0200
@@ -1,0 +2,12 @@
+Sun Aug  3 22:56:51 UTC 2014 - [email protected]
+
+- Upgrade to 4.5.14
+- Refresh patches:
+    findutils-4.4.2-xautofs.patch
+    findutils-gnulib-ppc64le.patch (using -p0 for consistency)
+- findutils.spec (Version): s/4.5.12/4.5/14
+  (%patch1): Remove -p1.
+  (%configure): Remove --without-included-regex option,
+    as it is the default anyway.
+
+-------------------------------------------------------------------

Old:
----
  findutils-4.5.12.tar.gz

New:
----
  findutils-4.5.14.tar.gz

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

Other differences:
------------------
++++++ findutils.spec ++++++
--- /var/tmp/diff_new_pack.MsiHsF/_old  2014-08-05 12:59:40.000000000 +0200
+++ /var/tmp/diff_new_pack.MsiHsF/_new  2014-08-05 12:59:40.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package findutils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,7 +18,7 @@
 
 Name:           findutils
 Url:            http://www.gnu.org/software/findutils/
-Version:        4.5.12
+Version:        4.5.14
 Release:        0
 Summary:        The GNU versions of find utilities (find and xargs)
 License:        GPL-3.0+
@@ -55,7 +55,7 @@
 %prep
 %setup -q
 %patch0
-%patch1 -p1
+%patch1
 
 %build
 %if 0%{?qemu_user_space_build}
@@ -64,8 +64,8 @@
 %endif
 %configure \
   --libexecdir=%{_libdir}/find \
-  --localstatedir=/var/lib \
-  --without-included-regex
+  --localstatedir=/var/lib
+
 make %{?_smp_mflags}
 
 %check

++++++ findutils-4.4.2-xautofs.patch ++++++
--- /var/tmp/diff_new_pack.MsiHsF/_old  2014-08-05 12:59:40.000000000 +0200
+++ /var/tmp/diff_new_pack.MsiHsF/_new  2014-08-05 12:59:40.000000000 +0200
@@ -117,7 +117,7 @@
 ===================================================================
 --- find/util.c.orig
 +++ find/util.c
-@@ -1010,6 +1010,7 @@ set_option_defaults (struct options *p)
+@@ -1014,6 +1014,7 @@ set_option_defaults (struct options *p)
  
    p->full_days = false;
    p->stay_on_filesystem = false;

++++++ findutils-4.5.12.tar.gz -> findutils-4.5.14.tar.gz ++++++
++++ 106582 lines of diff (skipped)

++++++ findutils-gnulib-ppc64le.patch ++++++
--- /var/tmp/diff_new_pack.MsiHsF/_old  2014-08-05 12:59:41.000000000 +0200
+++ /var/tmp/diff_new_pack.MsiHsF/_new  2014-08-05 12:59:41.000000000 +0200
@@ -1,7 +1,13 @@
-diff --git a/tests/test-isfinite.c b/tests/test-isfinite.c
-index 9e8dd0d..a762ceb 100644
---- a/tests/test-isfinite.c
-+++ b/tests/test-isfinite.c
+---
+ tests/test-isfinite.c |    9 +++++++++
+ tests/test-isinf.c    |    9 +++++++++
+ tests/test-isnanl.h   |    9 +++++++++
+ 3 files changed, 27 insertions(+)
+
+Index: tests/test-isfinite.c
+===================================================================
+--- tests/test-isfinite.c.orig
++++ tests/test-isfinite.c
 @@ -152,6 +152,15 @@ test_isfinitel ()
    /* A bit pattern that is different from a Quiet NaN.  With a bit of luck,
       it's a Signalling NaN.  */
@@ -18,10 +24,10 @@
      memory_long_double m;
      m.value = zerol / zerol;
  # if LDBL_EXPBIT0_BIT > 0
-diff --git a/tests/test-isinf.c b/tests/test-isinf.c
-index 276e480..eb1b7f2 100644
---- a/tests/test-isinf.c
-+++ b/tests/test-isinf.c
+Index: tests/test-isinf.c
+===================================================================
+--- tests/test-isinf.c.orig
++++ tests/test-isinf.c
 @@ -158,6 +158,15 @@ test_isinfl ()
    /* A bit pattern that is different from a Quiet NaN.  With a bit of luck,
       it's a Signalling NaN.  */
@@ -38,10 +44,10 @@
      memory_long_double m;
      m.value = zerol / zerol;
  # if LDBL_EXPBIT0_BIT > 0
-diff --git a/tests/test-isnanl.h b/tests/test-isnanl.h
-index 06e6a7c..2df10f8 100644
---- a/tests/test-isnanl.h
-+++ b/tests/test-isnanl.h
+Index: tests/test-isnanl.h
+===================================================================
+--- tests/test-isnanl.h.orig
++++ tests/test-isnanl.h
 @@ -51,6 +51,15 @@ main ()
    /* A bit pattern that is different from a Quiet NaN.  With a bit of luck,
       it's a Signalling NaN.  */

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

Reply via email to