Hello community,

here is the log from the commit of package devscripts for openSUSE:Factory 
checked in at 2013-07-01 15:53:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/devscripts (Old)
 and      /work/SRC/openSUSE:Factory/.devscripts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "devscripts"

Changes:
--------
--- /work/SRC/openSUSE:Factory/devscripts/devscripts.changes    2013-02-14 
20:35:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.devscripts.new/devscripts.changes       
2013-07-01 15:53:31.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jul  1 08:31:11 UTC 2013 - frank.lichtenh...@sophos.com
+
+- update to 2.12.6 (current stable)
+* see /usr/share/doc/packages/devscripts/changelog for details
+
+-------------------------------------------------------------------
+Sat Jun 29 20:34:29 UTC 2013 - asterios.dra...@gmail.com
+
+- Added a patch (fix_pod_syntax.patch) to fix build with perl 5.18.
+
+-------------------------------------------------------------------

Old:
----
  devscripts_2.12.4.tar.gz

New:
----
  devscripts_2.12.6.tar.gz
  fix_pod_syntax.patch

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

Other differences:
------------------
++++++ devscripts.spec ++++++
--- /var/tmp/diff_new_pack.KUC4Rl/_old  2013-07-01 15:53:32.000000000 +0200
+++ /var/tmp/diff_new_pack.KUC4Rl/_new  2013-07-01 15:53:32.000000000 +0200
@@ -21,7 +21,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name:           devscripts
-Version:        2.12.4
+Version:        2.12.6
 Release:        0
 Summary:        Scripts to make the life of a Debian Package maintainer easier
 License:        GPL-2.0+ and GPL-2.0 and GPL-3.0+ and GPL-3.0 and Artistic-2.0 
and GPL-1.0+ or Artistic-1.0 and SUSE-Public-Domain and ISC
@@ -37,6 +37,8 @@
 Patch3:         devscripts-2.11.7-remove-install-layout-deb.patch
 # PATCH-FIX-OPENSUSE support old versions of File::Patch (SLE 11)
 Patch4:         devscripts-old-File-Path.patch
+# PATCH-FIX-UPSTREAM fix_pod_syntax.patch asterios.dra...@gmail.com -- Fix pod 
syntax (fixes build with perl 5.18)
+Patch5:         fix_pod_syntax.patch
 BuildRequires:  dpkg-devel >= 1.15.6
 BuildRequires:  python-devel
 # we are sorry to drop sles10 support, but no setuptools
@@ -119,6 +121,7 @@
 %endif
 %patch1 -p1
 %patch3 -p1
+%patch5 -p1
 
 %build
 make %{?_smp_mflags} XSL_STYLESHEET="%{_xsl_stylesheet}"

++++++ devscripts_2.12.4.tar.gz -> devscripts_2.12.6.tar.gz ++++++
++++ 25632 lines of diff (skipped)

++++++ fix_pod_syntax.patch ++++++
diff -Naur devscripts-2.12.4.orig/scripts/transition-check.pl 
devscripts-2.12.4/scripts/transition-check.pl
--- devscripts-2.12.4.orig/scripts/transition-check.pl  2012-09-25 
01:51:39.000000000 +0300
+++ devscripts-2.12.4/scripts/transition-check.pl       2013-06-29 
23:31:50.225798441 +0300
@@ -58,12 +58,12 @@
 
 =over 4
 
-=item 0
+=item C<0>
 
 Either B<--help> or B<--version> was used, or none of the packages examined
 was involved in a transition.
 
-=item 1
+=item C<1>
 
 At least one package examined is involved in a current transition.
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to