[rpm/f20] - update to 4.11.3

Panu Matilainen pmatilai at fedoraproject.org
Fri Sep 5 12:55:06 UTC 2014


commit 69d1f81c9be480a91b42f7364a4ec68adf161ddc
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Fri Sep 5 15:54:42 2014 +0300

    - update to 4.11.3

 .gitignore                       |    1 +
 rpm-4.11.0.1-setuppy-fixes.patch |   61 --------------------------------------
 rpm.spec                         |   10 +++---
 sources                          |    2 +-
 4 files changed, 7 insertions(+), 67 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a53df68..cd4c97b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /rpm-4.11.1-rc2.tar.bz2
 /rpm-4.11.1.tar.bz2
 /rpm-4.11.2.tar.bz2
+/rpm-4.11.3.tar.bz2
diff --git a/rpm.spec b/rpm.spec
index a5f550d..f38fe0b 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -11,7 +11,7 @@
 
 %define rpmhome /usr/lib/rpm
 
-%define rpmver 4.11.2
+%define rpmver 4.11.3
 %define srcver %{rpmver}%{?snapver:-%{snapver}}
 
 %define bdbname libdb
@@ -21,7 +21,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: %{rpmver}
-Release: %{?snapver:0.%{snapver}.}2%{?dist}
+Release: %{?snapver:0.%{snapver}.}1%{?dist}
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source0: http://rpm.org/releases/rpm-4.11.x/%{name}-%{srcver}.tar.bz2
@@ -65,8 +65,6 @@ Patch305: rpm-4.10.0-dwz-debuginfo.patch
 Patch306: rpm-4.10.0-minidebuginfo.patch
 # Fix CRC32 after dwz (#971119)
 Patch307: rpm-4.11.1-sepdebugcrcfix.patch
-# To be upstreamed in slightly different form
-Patch308: rpm-4.11.0.1-setuppy-fixes.patch
 # Temporary Patch to provide support for updates
 Patch400: rpm-4.10.90-rpmlib-filesystem-check.patch
 
@@ -264,7 +262,6 @@ packages on a system.
 %patch305 -p1 -b .dwz-debuginfo
 %patch306 -p1 -b .minidebuginfo
 %patch307 -p1 -b .sepdebugcrcfix
-%patch308 -p1 -b .setuppy-fixes
 
 %patch400 -p1 -b .rpmlib-filesystem-check
 
@@ -515,6 +512,9 @@ exit 0
 %doc COPYING doc/librpm/html/*
 
 %changelog
+* Fri Sep 05 2014 Panu Matilainen <pmatilai at redhat.com> - 4.11.3-1
+- update to 4.11.3 (http://rpm.org/wiki/Releases/4.11.3)
+
 * Tue Feb 18 2014 Panu Matilainen <pmatilai at redhat.com> - 4.11.2-2
 - reduce the double separator spec parse error into a warning (#1065563)
 
diff --git a/sources b/sources
index d09b363..c2982bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-876ac9948a88367054f8ddb5c0e87173  rpm-4.11.2.tar.bz2
+2e3e7919c5b59d2c5aa8207ad2014d3b  rpm-4.11.3.tar.bz2


More information about the scm-commits mailing list