Hello community,

here is the log from the commit of package diffutils for openSUSE:Factory 
checked in at 2016-10-22 11:35:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/diffutils (Old)
 and      /work/SRC/openSUSE:Factory/.diffutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "diffutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/diffutils/diffutils.changes      2016-09-21 
18:23:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.diffutils.new/diffutils.changes 2016-10-22 
11:35:22.000000000 +0200
@@ -2,21 +1,0 @@
-Mon Aug 22 20:34:19 UTC 2016 - [email protected]
-
-- Diffutils 3.5:
-  * diff3 no longer malfunctions due to use-after-free
-    [bug introduced in 3.4]
-  * diff --color no longer colorizes when TERM=dumb
-
--------------------------------------------------------------------
-Tue Aug  9 09:03:53 UTC 2016 - [email protected]
-
-- Update to version 3.4
-  * diff accepts two new options --color and --palette to generate 
-    and configure colored output.  --color takes an optional
-    argument specifying when to colorize a line: --color=always,
-    --color=auto, --color=never.  --palette is used to configure
-    which colors are used.
-  * many bugfixes
-- New -lang subpackage
-- Drop no longer needed gnulib-perl522.patch
-
--------------------------------------------------------------------

Old:
----
  diffutils-3.5.tar.xz
  diffutils-3.5.tar.xz.sig

New:
----
  diffutils-3.3.tar.xz
  diffutils-3.3.tar.xz.sig
  gnulib-perl522.patch

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

Other differences:
------------------
++++++ diffutils.spec ++++++
--- /var/tmp/diff_new_pack.Bl6sVI/_old  2016-10-22 11:35:23.000000000 +0200
+++ /var/tmp/diff_new_pack.Bl6sVI/_new  2016-10-22 11:35:23.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           diffutils
-Version:        3.5
+Version:        3.3
 Release:        0
 Summary:        GNU diff Utilities
 License:        GFDL-1.2 and GPL-3.0+
@@ -27,10 +27,10 @@
 Source1:        https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 # http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=diffutils
 Source2:        %{name}.keyring
+Patch0:         gnulib-perl522.patch
 BuildRequires:  xz
 Requires(pre):  %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
-Recommends:     %{name}-lang = %{version}
 Provides:       diff = %{version}
 Obsoletes:      diff < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -39,10 +39,9 @@
 The GNU diff utilities find differences between files. diff is used to
 make source code patches, for instance.
 
-%lang_package
-
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -fPIE"
@@ -54,14 +53,14 @@
 make %{?_smp_mflags} check
 
 %install
-%make_install
-%find_lang %{name}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+gzip -9 %{buildroot}%{_infodir}/%{name}.info
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files
 %defattr(-,root,root)
@@ -70,13 +69,10 @@
 %{_bindir}/diff
 %{_bindir}/diff3
 %{_bindir}/sdiff
-%{_infodir}/diffutils.info%{ext_info}
+%{_infodir}/diffutils.info.*
 %{_mandir}/man1/cmp.1%{ext_man}
 %{_mandir}/man1/diff.1%{ext_man}
 %{_mandir}/man1/diff3.1%{ext_man}
 %{_mandir}/man1/sdiff.1%{ext_man}
 
-%files lang -f %{name}.lang
-%defattr(-,root,root,-)
-
 %changelog

++++++ diffutils-3.5.tar.xz -> diffutils-3.3.tar.xz ++++++
++++ 134381 lines of diff (skipped)


++++++ gnulib-perl522.patch ++++++
Subject: http://comments.gmane.org/gmane.comp.lib.gnulib.bugs/35272

Index: grep-2.21/build-aux/update-copyright
===================================================================
--- grep-2.21.orig/build-aux/update-copyright
+++ grep-2.21/build-aux/update-copyright
@@ -124,7 +124,7 @@ use strict;
 use warnings;
 
 my $copyright_re = 'Copyright';
-my $circle_c_re = '(?:\([cC]\)|@copyright{}|&copy;)';
+my $circle_c_re = '(?:\([cC]\)|@copyright\{}|&copy;)';
 my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER};
 $holder ||= 'Free Software Foundation, Inc.';
 my $prefix_max = 5;

Reply via email to