[libfwbuilder] - Update to 4.1.2

Ralf Ertzinger ertzing at fedoraproject.org
Sun Nov 28 15:36:07 UTC 2010


commit cb6731d349fe1d67dd10d5be22f30473ecb292ac
Author: Ralf Ertzinger <ralf at skytale.net>
Date:   Sun Nov 28 16:36:04 2010 +0100

    - Update to 4.1.2

 .gitignore        |    1 +
 libfwbuilder.spec |   15 +++++++++------
 sources           |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 160fb56..d45ba63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libfwbuilder-3.0.7.tar.gz
+/libfwbuilder-4.1.2.tar.gz
diff --git a/libfwbuilder.spec b/libfwbuilder.spec
index c8634b0..8d0ea15 100644
--- a/libfwbuilder.spec
+++ b/libfwbuilder.spec
@@ -1,7 +1,7 @@
 Name:           libfwbuilder
 Summary:        Firewall Builder API
-Version:        3.0.7
-Release:        2%{?dist}
+Version:        4.1.2
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://www.fwbuilder.org/
@@ -31,7 +31,6 @@ Summary:   Firewall Builder API Libraries and Header Files
 Group:     Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires: libxslt-devel
-Requires: openssl-devel
 
 %description devel
 This package contains the libraries  and header files that programmer would
@@ -40,8 +39,8 @@ need to develop applications using Firewall Builder API.
 %files  devel
 %defattr(-, root, root)
 %{_libdir}/*.so
-%{_bindir}/libfwbuilder-config-3
-%{_includedir}/fwb-3
+%{_bindir}/libfwbuilder-config-4
+%{_includedir}/fwb-4
 
 
 %prep
@@ -51,9 +50,10 @@ need to develop applications using Firewall Builder API.
 # %patch0 -p1 -b .gcc43
 
 # Do not use xmlCleanupParser(), this is considered harmful
-%patch1 -p1 -b .xmlCleanupParser
+# %patch1 -p1 -b .xmlCleanupParser
 
 %build
+./autogen.sh
 %configure \
     --enable-auto-docdir \
     --with-templatedir=%{_datadir}/libfwbuilder \
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Nov 28 2010 Ralf Ertzinger <ralf at skytale.net> 4.1.2-1
+- Update to 4.1.2
+
 * Sat Jan 23 2010 Ralf Ertzinger <ralf at skytale.net> 3.0.7-2
 - Remove all calls to xmlCleanupParser() from the source. See
   http://lists.fedoraproject.org/pipermail/devel/2010-January/129117.html
diff --git a/sources b/sources
index 1ca837d..5972187 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70632afb9f276ac248b13b08f06db85a  libfwbuilder-3.0.7.tar.gz
+aa2f7d77cea8d294a35942e47af7b96e  libfwbuilder-4.1.2.tar.gz


More information about the scm-commits mailing list