[libpipeline] - resolves: #956003 updated to 1.2.3

pschiffe pschiffe at fedoraproject.org
Wed Apr 24 12:32:11 UTC 2013


commit b9f454dd9249150d1fbd400975ced0aea2d7950f
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Wed Apr 24 14:31:48 2013 +0200

    - resolves: #956003
      updated to 1.2.3

 .gitignore                          |    2 +-
 libpipeline-1.2.2-peek-offset.patch |   19 ---------
 libpipeline-1.2.2-valgrind.patch    |   76 -----------------------------------
 libpipeline.spec                    |   15 +++----
 sources                             |    2 +-
 5 files changed, 8 insertions(+), 106 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0165cb9..9a64fbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/libpipeline-1.2.2.tar.gz
+/libpipeline-1.2.3.tar.gz
diff --git a/libpipeline.spec b/libpipeline.spec
index 59f417f..73adb42 100644
--- a/libpipeline.spec
+++ b/libpipeline.spec
@@ -2,18 +2,13 @@
 
 Summary: A pipeline manipulation library
 Name: libpipeline
-Version: 1.2.2
-Release: 4%{?dist}
+Version: 1.2.3
+Release: 1%{?dist}
 License: GPLv3+
 Group: Development/Libraries
 URL: http://libpipeline.nongnu.org/
 Source: http://download.savannah.gnu.org/releases/libpipeline/libpipeline-%{version}.tar.gz
 
-# resolves: #876108
-Patch0: libpipeline-1.2.2-peek-offset.patch
-# fixed memory leaks detected by valgrind
-Patch1: libpipeline-1.2.2-valgrind.patch
-
 BuildRequires: libtool, check-devel
 
 # FPC exception for gnulib - copylib - https://fedorahosted.org/fpc/ticket/174
@@ -38,8 +33,6 @@ to develop programs that use libpipeline library.
 
 %prep
 %setup -q
-%patch0 -p1 -b .peek-offset
-%patch1 -p1 -b .valgrind-mem
 
 %build
 %{configure}
@@ -67,6 +60,10 @@ rm $RPM_BUILD_ROOT/%{_libdir}/libpipeline.la
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 24 2013 Peter Schiffer <pschiffe at redhat.com> - 1.2.3-1
+- resolves: #956003
+  updated to 1.2.3
+
 * Tue Mar 19 2013 Peter Schiffer <pschiffe at redhat.com> - 1.2.2-4
 - fixed memory leaks detected by valgrind
 
diff --git a/sources b/sources
index d8c9486..3b19bda 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4367a3f598d171fd43dfa8620ed16d55  libpipeline-1.2.2.tar.gz
+f4866aa3a84f2852c78f87ff619dfc60  libpipeline-1.2.3.tar.gz


More information about the scm-commits mailing list