SPECS: fwbuilder.spec - added -c++.patch - fix/hack for compilatio...
twittner
twittner at pld-linux.org
Sat Jun 30 02:53:38 CEST 2007
Author: twittner Date: Sat Jun 30 00:53:38 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added -c++.patch - fix/hack for compilation error: non-static
const member can't use default assignment operator
- rel. 2
---- Files affected:
SPECS:
fwbuilder.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: SPECS/fwbuilder.spec
diff -u SPECS/fwbuilder.spec:1.43 SPECS/fwbuilder.spec:1.44
--- SPECS/fwbuilder.spec:1.43 Thu Jun 28 19:13:43 2007
+++ SPECS/fwbuilder.spec Sat Jun 30 02:53:33 2007
@@ -9,7 +9,7 @@
Summary(pl.UTF-8): Narzędzie do tworzenia firewalli
Name: fwbuilder
Version: %{_majver}.%{_minver}.12
-Release: 1
+Release: 2
License: GPL v2
Group: Applications/System
Source0: http://dl.sourceforge.net/fwbuilder/%{name}-%{version}.tar.gz
@@ -17,6 +17,7 @@
Source1: %{name}.desktop
Source2: %{name}.png
Patch0: %{name}-configure.patch
+Patch1: %{name}-c++.patch
URL: http://www.fwbuilder.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -207,6 +208,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%if %{without ccache}
grep -vi ccache configure.in > configure.in.x
@@ -342,6 +344,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2007/06/30 00:53:33 twittner
+- added -c++.patch - fix/hack for compilation error: non-static
+ const member can't use default assignment operator
+- rel. 2
+
Revision 1.43 2007/06/28 17:13:43 twittner
- up to 2.1.12 (from DEVEL)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/fwbuilder.spec?r1=1.43&r2=1.44&f=u
More information about the pld-cvs-commit
mailing list