[bip/f14/master] Update to upstream version 0.8.6

Brian C. Lane bcl at fedoraproject.org
Thu Oct 7 04:51:31 UTC 2010


commit fa0cedaed1f3f112017744548fc768fbf31180f4
Author: Brian C. Lane <bcl at redhat.com>
Date:   Sun Oct 3 18:22:09 2010 -0700

    Update to upstream version 0.8.6
    
    Modified spec to build with -fPIE properly.

 .gitignore |    1 +
 bip.spec   |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2238c4d..b186caf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bip-0.8.4.tar.gz
+/bip-0.8.6.tar.gz
diff --git a/bip.spec b/bip.spec
index 2af2059..9aa9701 100644
--- a/bip.spec
+++ b/bip.spec
@@ -1,6 +1,6 @@
 Name:    bip
-Version: 0.8.4
-Release: 3%{?dist}
+Version: 0.8.6
+Release: 1%{?dist}
 Summary: IRC Bouncer
 Group:   Applications/Internet
 License: GPLv2+
@@ -37,8 +37,8 @@ mv ChangeLog{.utf8,}
 
 
 %build
-%configure --enable-openssl
-make CFLAGS="$RPM_OPT_FLAGS"
+%configure --with-openssl
+make CFLAGS="$RPM_OPT_FLAGS -fPIE"
 
 
 %install
@@ -95,6 +95,9 @@ fi
 %attr(-,bip,bip) %dir %{_localstatedir}/log/bip
 
 %changelog
+* Wed Oct 06 2010 Brian C. Lane <bcl at redhat.com> - 0.8.6-1
+- Upstream v0.8.6
+
 * Sat Mar 27 2010 Lorenzo Villani <lvillani at binaryhelix.net> - 0.8.4-3
 - Install bipgenconfig as requested in bz #566879
 
diff --git a/sources b/sources
index 30fde72..6d17de4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76fe2800efdfbe54bf72540e40a91150  bip-0.8.4.tar.gz
+a6026d6da8587220332b2f96a7385fc9  bip-0.8.6.tar.gz


More information about the scm-commits mailing list