[devscripts] Update to 2.13.8

Sandro Mani smani at fedoraproject.org
Wed Dec 11 15:45:01 UTC 2013


commit b3721b748543e8d4567ef7061a14d3b2ff5724cc
Author: Sandro Mani <manisandro at gmail.com>
Date:   Wed Dec 11 16:44:55 2013 +0100

    Update to 2.13.8

 .gitignore      |    1 +
 devscripts.spec |   10 +++++-----
 sources         |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e02747a..37ea7c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /devscripts_2.13.4.tar.xz
 /devscripts_2.13.5.tar.xz
+/devscripts_2.13.8.tar.xz
diff --git a/devscripts.spec b/devscripts.spec
index 798b514..9b6fb69 100644
--- a/devscripts.spec
+++ b/devscripts.spec
@@ -1,6 +1,6 @@
 Name:           devscripts
-Version:        2.13.5
-Release:        2%{?dist}
+Version:        2.13.8
+Release:        1%{?dist}
 Summary:        Scripts for Debian Package maintainers
 
 License:        GPLv2+
@@ -12,8 +12,6 @@ Patch0:         devscripts_docbook.patch
 Patch1:         devscripts_install-layout.patch
 # Install some additional man pages
 Patch2:         devscripts_install-man.patch
-# Fix arbitrary command execution when using USCAN_EXCLUSION
-Patch3:         devscripts_uscan.patch
 
 # rpmdevtools < 8.4 bundled some of the scripts provided by this package
 Conflicts:      rpmdevtools < 8.4
@@ -56,7 +54,6 @@ This package contains the following subset of the devscripts scripts:
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 # Search for libvfork in %%{_libdir}/%%{name}
 sed -i 's|/usr/lib/devscripts/libvfork.so.0|%{_libdir}/%{name}/libvfork.so.0|g' scripts/dpkg-depcheck.pl
@@ -97,6 +94,9 @@ rm -rf %{buildroot}%{_datadir}/doc
 
 
 %changelog
+* Wed Dec 11 2013 Sandro Mani <manisandro at gmail.com> - 2.13.8-1
+- Update to 2.13.8
+
 * Wed Dec 11 2013 Sandro Mani <manisandro at gmail.com> - 2.13.5-2
 - Add upstream patch to fix arbitrary command execution when using
   USCAN_EXCLUSION (rhbz#1040266, debian#731849)
diff --git a/sources b/sources
index c7ae031..5d927c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-514c82986d261883ce43ea54936d4a51  devscripts_2.13.5.tar.xz
+8430b75b912e28e982639c320631e06c  devscripts_2.13.8.tar.xz


More information about the scm-commits mailing list