[sed] Update to 4.2.2

Martin Briza mbriza at fedoraproject.org
Fri Jan 4 14:47:55 UTC 2013


commit 8f4c3b3f85104e9e5ae13e8ffe889d5246f5eaa5
Author: Martin Briza <mbriza at redhat.com>
Date:   Fri Jan 4 15:46:21 2013 +0100

    Update to 4.2.2

 .gitignore                      |    1 +
 sed-4.2.1-copy.patch            |  273 ---------------------------------------
 sed-4.2.1-data-loss.patch       |   58 --------
 sed-4.2.1-dummyparam.diff       |   25 ----
 sed-4.2.1-fix-0x26-on-RHS.patch |  152 ----------------------
 sed-4.2.1-makecheck.patch       |   50 -------
 sed.spec                        |   21 ++--
 sources                         |    2 +-
 8 files changed, 13 insertions(+), 569 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae9a30c..20dd1ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 sed-4.2.1.tar.bz2
+/sed-4.2.2.tar.bz2
diff --git a/sed.spec b/sed.spec
index c6b895d..96687e7 100644
--- a/sed.spec
+++ b/sed.spec
@@ -5,17 +5,14 @@
 
 Summary: A GNU stream text editor
 Name: sed
-Version: 4.2.1
-Release: 10%{?dist}
+Version: 4.2.2
+Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Text
 URL: http://sed.sourceforge.net/
 Source0: ftp://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.bz2
 Source1: http://sed.sourceforge.net/sedfaq.txt
-Patch0: sed-4.2.1-copy.patch
-Patch1: sed-4.2.1-makecheck.patch
-Patch2: sed-4.2.1-data-loss.patch
-Patch3: sed-4.2.1-fix-0x26-on-RHS.patch
+Patch0: sed-4.2.2-copy.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: glibc-devel, libselinux-devel
 Requires(post): /sbin/install-info
@@ -33,10 +30,7 @@ specified in a script file or from the command line.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch0 -p1 -b .copy
 
 %build
 %configure --without-included-regex
@@ -77,6 +71,13 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man*/*
 
 %changelog
+* Fri Jan 04 2013 Martin Briza <mbriza at redhat.com> - 4.2.2-1
+- New release
+- Dropping included patches: sed-4.2.1-data-loss.patch sed-4.2.1-fix-0x26-on-RHS.patch sed-4.2.1-makecheck.patch
+- Dropping unused patch sed-4.2.1-dummyparam.diff
+- Regenerated sed-4.2.{1,2}-copy.patch
+- Minor change to patching (creating backup files)
+
 * Tue Jul 10 2012 Martin Briza <mbriza at redhat.com> - 4.2.1-10
 - Fixed the readded -c option
   Resolves: #832855
diff --git a/sources b/sources
index 63b0bd1..7d91e5f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d310fbd76e01a01115075c1fd3f455a  sed-4.2.1.tar.bz2
+7ffe1c7cdc3233e1e0c4b502df253974  sed-4.2.2.tar.bz2


More information about the scm-commits mailing list