Accepting request 181579 from system:packagemanager

update to 2.12.6 (forwarded request 181578 from flichtenheld)

OBS-URL: https://build.opensuse.org/request/show/181579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/devscripts?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2013-07-01 13:53:29 +00:00 committed by Git OBS Bridge
commit a732261d7e
5 changed files with 36 additions and 4 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 1 08:31:11 UTC 2013 - frank.lichtenheld@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.dramis@gmail.com
- Added a patch (fix_pod_syntax.patch) to fix build with perl 5.18.
-------------------------------------------------------------------
Tue Feb 12 09:11:49 UTC 2013 - frank.lichtenheld@sophos.com

View File

@ -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 @@ Patch2: devscripts-pod2man-no-utf8.patch
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.dramis@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 @@ line, and outputs warnings if possible bashisms are detected.
%endif
%patch1 -p1
%patch3 -p1
%patch5 -p1
%build
make %{?_smp_mflags} XSL_STYLESHEET="%{_xsl_stylesheet}"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34bcbec78bd4fe34d9f1326b9d1477ff2410e20e2dca6b7bfbf2bf92dbb83904
size 791085

3
devscripts_2.12.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eab908dc6809459a62eac4e6d07bda714123fc4cc0b15e275b865c8a49e65f8e
size 996395

18
fix_pod_syntax.patch Normal file
View File

@ -0,0 +1,18 @@
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.