[pen] Update to 0.22.1

Christopher Meng cicku at fedoraproject.org
Thu Apr 3 01:29:20 UTC 2014


commit 4591c7d2f7e9087f9294ef8faa4d9440a0c36bb3
Author: Christopher Meng <i at cicku.me>
Date:   Thu Apr 3 09:28:46 2014 +0800

    Update to 0.22.1

 .gitignore |    1 +
 pen.spec   |   12 ++++++++----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c167b40..f3d0d3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pen-0.18.0.tar.gz
 /pen-0.20.2.tar.gz
 /pen-0.22.0.tar.gz
+/pen-0.22.1.tar.gz
diff --git a/pen.spec b/pen.spec
index 7c0413c..4fb7bde 100644
--- a/pen.spec
+++ b/pen.spec
@@ -1,12 +1,12 @@
 Name:           pen
-Version:        0.22.0
-Release:        2%{?dist}
+Version:        0.22.1
+Release:        1%{?dist}
 Summary:        Load balancer for "simple" tcp based protocols such as http or smtp
 License:        GPLv2
 URL:            http://siag.nu/pen/
 Source0:        http://siag.nu/pub/pen/%{name}-%{version}.tar.gz
 Source1:        pen.httpd
-Patch0:         pen-0.22.0-gcc-format-security-fix.patch
+#Patch0:         pen-0.22.0-gcc-format-security-fix.patch
 BuildRequires:  GeoIP-devel
 BuildRequires:  openssl-devel
 Requires:       httpd
@@ -19,7 +19,7 @@ available servers. This gives high availability and scalable performance.
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 
 # Convert to utf-8
 for file in ChangeLog penctl.1; do
@@ -49,6 +49,10 @@ install -pDm0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/pen.conf
 %exclude %{_prefix}/doc/
 
 %changelog
+* Thu Apr 03 2014 Christopher Meng <rpm at cicku.me> - 0.22.1-1
+- Update to 0.22.1
+- Patch merged upstream.
+
 * Wed Apr 02 2014 Christopher Meng <rpm at cicku.me> - 0.22.0-2
 - Patch messed with syntax.
 
diff --git a/sources b/sources
index 55b74a0..53464c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f092ceffc9d384902e5dd2e73e542ea  pen-0.22.0.tar.gz
+f8c669d149ced5bfdfede52fa9f15d6d  pen-0.22.1.tar.gz


More information about the scm-commits mailing list