@@ -0,0 +1,32 @@
+--- fwbuilder3.spec.orig
++++ fwbuilder3.spec
+@@ -1,7 +1,7 @@
+ %define major 8
+ %define name fwbuilder
+-%define version 3.0.1
+-%define release b565
++%define version 3.0.2
++%define release b671
+
+ %if "%_vendor" == "MandrakeSoft"
+ %define guigroup System/Configuration/Networking
+@@ -22,8 +22,8 @@ Source: http://prdownloads.sourc
+ Provides: %{name}%{major}
+ Buildroot: %{_tmppath}/%{name}-%{version}-root
+
+-Requires: libfwbuilder%{major} = 3.0.1
+-BuildRequires: libfwbuilder%{major}-devel = 3.0.1
++Requires: libfwbuilder%{major} = 3.0.2
++BuildRequires: libfwbuilder%{major}-devel = 3.0.2
+
+ BuildRequires: libxml2 libxml2-devel libxslt libxslt-devel openssl glibc-devel libgcc gcc gcc-c++ net-snmp net-snmp-devel openssl-devel
+ %if 0%{?suse_version}
+@@ -120,6 +120,8 @@ rm -fr $RPM_BUILD_ROOT/usr/share/doc/%{n
+ %{_datadir}/icons/hicolor/*/apps/%name.png
+
+ %changelog
++* Tue Nov 25 2008 Carsten Schoene <cs@linux-administrator.com>
++- update to version 3.0.2
+ * Tue Oct 02 2008 Carsten Schoene <cs@linux-administrator.com>
+ - update to version 3.0.1
+ * Tue Sep 02 2008 Carsten Schoene <cs@linux-administrator.com>
|