[pen/el6: 1/2] Update to 0.22.0 Enable build option for GeoIP

Christopher Meng cicku at fedoraproject.org
Wed Apr 2 02:41:00 UTC 2014


commit 368af89a182f5695d7644d54ab409634f5540417
Author: Christopher Meng <i at cicku.me>
Date:   Wed Apr 2 10:38:52 2014 +0800

    Update to 0.22.0
    Enable build option for GeoIP

 .gitignore |    1 +
 pen.spec   |   13 +++++++++----
 sources    |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8fb592b..c167b40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pen-0.18.0.tar.gz
 /pen-0.20.2.tar.gz
+/pen-0.22.0.tar.gz
diff --git a/pen.spec b/pen.spec
index ab624d0..277c2f0 100644
--- a/pen.spec
+++ b/pen.spec
@@ -1,11 +1,12 @@
 Name:           pen
-Version:        0.20.2
+Version:        0.22.0
 Release:        1%{?dist}
 Summary:        Load balancer for "simple" tcp based protocols such as http or smtp
 License:        GPLv2
 URL:            http://siag.nu/pen/
-Source0:        ftp://siag.nu/pub/%{name}/%{name}-%{version}.tar.gz
+Source0:        http://siag.nu/pub/pen/%{name}-%{version}.tar.gz
 Source1:        pen.httpd
+BuildRequires:  GeoIP-devel
 BuildRequires:  openssl-devel
 Requires:       httpd
 
@@ -29,7 +30,7 @@ sed -i 's/\/var/\%{_localstatedir}/g' %{SOURCE1}
 chmod 0644 penstats
 
 %build
-%configure --with-ssl
+%configure --with-ssl --with-geoip
 make %{?_smp_mflags}
 
 %install
@@ -46,9 +47,13 @@ install -pDm0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/pen.conf
 %exclude %{_prefix}/doc/
 
 %changelog
+* Tue Apr 01 2014 Christopher Meng <rpm at cicku.me> - 0.22.0-1
+- Update to 0.22.0
+- Built with GeoIP support.
+
 * Mon Jan 27 2014 Christopher Meng <rpm at cicku.me> - 0.20.2-1
 - Update to 0.20.2, SPEC cleanup.
-- Build with OpenSSL support.
+- Built with OpenSSL support.
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
diff --git a/sources b/sources
index cf40102..55b74a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5330ebf68281367ecb35da31607005a9  pen-0.20.2.tar.gz
+3f092ceffc9d384902e5dd2e73e542ea  pen-0.22.0.tar.gz


More information about the scm-commits mailing list