Hello community,

here is the log from the commit of package findutils for openSUSE:Factory 
checked in at 2016-01-16 11:55:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-12-24 
12:15:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.findutils.new/findutils.changes 2016-01-16 
11:55:41.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Jan 11 22:25:09 UTC 2016 - m...@bernhard-voelker.de
+
+- Upgrade to 4.6.0
+    stable release, removing 'oldfind'.
+- Delete now-upstream patches: findutils-gnulib-ppc64le.patch,
+    gnulib-perl522.patch
+- Refresh patch: findutils-4.4.2-xautofs.patch
+
+-------------------------------------------------------------------

Old:
----
  findutils-4.5.15.tar.gz
  findutils-gnulib-ppc64le.patch
  gnulib-perl522.patch

New:
----
  findutils-4.6.0.tar.gz

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

Other differences:
------------------
++++++ findutils.spec ++++++
--- /var/tmp/diff_new_pack.xjCaSy/_old  2016-01-16 11:55:42.000000000 +0100
+++ /var/tmp/diff_new_pack.xjCaSy/_new  2016-01-16 11:55:42.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package findutils
 #
-# 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
@@ -18,17 +18,21 @@
 
 Name:           findutils
 Url:            http://www.gnu.org/software/findutils/
-Version:        4.5.15
+Version:        4.6.0
 Release:        0
 Summary:        The GNU versions of find utilities (find and xargs)
 License:        GPL-3.0+
 Group:          Productivity/File utilities
-Source:         http://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
+
+# For upgrading you now just need to increase the version, remove the old
+# tarballs, then run osc service localrun download_files, osc addremove,
+# osc vc and osc ci and you are done.
+Source0:        http://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
+#Source1:        
https://ftp.gnu.org/gnu/%%{name}/%%{name}-%%{version}.tar.gz.sig
+#Source2:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%%{name}&download=1&file=./%%{name}.keyring
+
 # adds a new option -xautofs to find to not descend into directories on autofs 
file systems
 Patch0:         findutils-4.4.2-xautofs.patch
-# Fix imported gnulib long double math tests for little-endian PowerPC
-Patch1:         findutils-gnulib-ppc64le.patch
-Patch2:         gnulib-perl522.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # BuildRequire dejagnu for 'runtest' to execute all tests.
@@ -59,8 +63,6 @@
 %prep
 %setup -q
 %patch0
-%patch1
-%patch2
 
 %build
 %if 0%{?qemu_user_space_build}
@@ -74,7 +76,8 @@
 make %{?_smp_mflags}
 
 %check
-make check
+make check \
+  || { cat tests/test-suite.log; exit 1; }
 
 %install
 make DESTDIR=%{buildroot} install
@@ -106,11 +109,9 @@
 /bin/find
 #UsrMerge
 %{_bindir}/find
-%{_bindir}/oldfind
 %{_bindir}/xargs
 %doc %{_infodir}/find.info*.gz
 %doc %{_mandir}/man1/find.1.gz
-%doc %{_mandir}/man1/oldfind.1.gz
 %doc %{_mandir}/man1/xargs.1.gz
 
 %files lang -f %{name}.lang

++++++ findutils-4.4.2-xautofs.patch ++++++
--- /var/tmp/diff_new_pack.xjCaSy/_old  2016-01-16 11:55:42.000000000 +0100
+++ /var/tmp/diff_new_pack.xjCaSy/_new  2016-01-16 11:55:42.000000000 +0100
@@ -40,9 +40,9 @@
 ===================================================================
 --- find/find.1.orig
 +++ find/find.1
-@@ -466,6 +466,9 @@ if standard input is a tty, and to
- .B \-nowarn
- otherwise.
+@@ -520,6 +520,9 @@ to stat them; this gives a significant i
+ .IP "\-version, \-\-version"
+ Print the \fBfind\fR version number and exit.
  
 +.IP \-xautofs
 +Don't descend directories on autofs filesystems.
@@ -87,7 +87,7 @@
    PARSE_TEST       ("xtype",                 xtype),       /* GNU */
  #ifdef UNIMPLEMENTED_UNIX
    /* It's pretty ugly for find to know about archive formats.
-@@ -1230,7 +1232,7 @@ operators (decreasing precedence; -and i
+@@ -1239,7 +1241,7 @@ operators (decreasing precedence; -and i
  positional options (always true): -daystart -follow -regextype\n\n\
  normal options (always true, specified before other expressions):\n\
        -depth --help -maxdepth LEVELS -mindepth LEVELS -mount -noleaf\n\
@@ -96,7 +96,7 @@
    puts (_("\
  tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n\
        -cnewer FILE -ctime N -empty -false -fstype TYPE -gid N -group NAME\n\
-@@ -2673,6 +2675,16 @@ parse_xdev (const struct parser_table* e
+@@ -2683,6 +2685,16 @@ parse_xdev (const struct parser_table* e
  }
  
  static bool
@@ -117,7 +117,7 @@
 ===================================================================
 --- find/util.c.orig
 +++ find/util.c
-@@ -1014,6 +1014,7 @@ set_option_defaults (struct options *p)
+@@ -1017,6 +1017,7 @@ set_option_defaults (struct options *p)
  
    p->full_days = false;
    p->stay_on_filesystem = false;

++++++ findutils-4.5.15.tar.gz -> findutils-4.6.0.tar.gz ++++++
++++ 105310 lines of diff (skipped)


Reply via email to