rpms/system-config-firewall/devel .cvsignore, 1.25, 1.26 sources, 1.28, 1.29 system-config-firewall.spec, 1.38, 1.39 system-config-firewall-1.2.13-tui_path.patch, 1.1, NONE

Thomas Woerner twoerner at fedoraproject.org
Mon Mar 30 11:47:58 UTC 2009


Author: twoerner

Update of /cvs/pkgs/rpms/system-config-firewall/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18505

Modified Files:
	.cvsignore sources system-config-firewall.spec 
Removed Files:
	system-config-firewall-1.2.13-tui_path.patch 
Log Message:
- new build environment using configure, autofoo and intltool
- fixed typo in router-solicitation description (rhbz#490979)
- new themable application icon: preferences-system-firewall (rhbz#454402)
- make backup copies before overwriting files (rhbz#437374)
- updated translations: 




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	28 Oct 2008 14:47:52 -0000	1.25
+++ .cvsignore	30 Mar 2009 11:47:27 -0000	1.26
@@ -1,6 +1 @@
-system-config-firewall-1.2.6.tar.bz2
-system-config-firewall-1.2.7.tar.bz2
-system-config-firewall-1.2.10.tar.bz2
-system-config-firewall-1.2.11.tar.bz2
-system-config-firewall-1.2.12.tar.bz2
-system-config-firewall-1.2.13.tar.bz2
+system-config-firewall-1.2.14.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	28 Oct 2008 14:47:52 -0000	1.28
+++ sources	30 Mar 2009 11:47:27 -0000	1.29
@@ -1 +1 @@
-076ba7218f4fb4fab589c772c0c91336  system-config-firewall-1.2.13.tar.bz2
+7d652948bcd3aa379cda780d291a0959  system-config-firewall-1.2.14.tar.bz2


Index: system-config-firewall.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/system-config-firewall.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- system-config-firewall.spec	26 Feb 2009 05:04:10 -0000	1.38
+++ system-config-firewall.spec	30 Mar 2009 11:47:28 -0000	1.39
@@ -1,7 +1,7 @@
 Summary: A graphical interface for basic firewall setup
 Name: system-config-firewall
-Version: 1.2.13
-Release: 4%{?dist}
+Version: 1.2.14
+Release: 1%{?dist}
 URL: http://fedorahosted.org/system-config-firewall
 License: GPLv2+
 ExclusiveOS: Linux
@@ -9,7 +9,6 @@
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
 Source0: %{name}-%{version}.tar.bz2
-Patch0: system-config-firewall-1.2.13-tui_path.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
@@ -46,16 +45,17 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .tui_path
+
+%build
+%configure
 
 %install
 rm -rf %{buildroot}
 
-make install INSTROOT=%{buildroot}
+make install DESTDIR=%{buildroot}
 
 desktop-file-install --vendor system --delete-original \
 	--dir %{buildroot}%{_datadir}/applications \
-	--add-category X-Red-Hat-Base \
 	%{buildroot}%{_datadir}/applications/system-config-firewall.desktop
 
 %find_lang %{name} --all-name
@@ -89,9 +89,10 @@
 %{_datadir}/system-config-firewall/fw_gui.*
 %{_datadir}/system-config-firewall/gtk_*
 %{_datadir}/system-config-firewall/*.glade
-%{_datadir}/system-config-firewall/*.png
+%{_datadir}/system-config-firewall/wizard_*.png
+%{_datadir}/system-config-firewall/wizard.svg
 %{_datadir}/applications/system-config-firewall.desktop
-%{_datadir}/icons/hicolor/48x48/apps/system-config-firewall.png
+%{_datadir}/icons/hicolor/*/apps/preferences-system-firewall.*
 %config /etc/security/console.apps/system-config-firewall
 %config /etc/pam.d/system-config-firewall
 
@@ -118,6 +119,13 @@
 %ghost %config(missingok,noreplace) /etc/sysconfig/system-config-firewall
 
 %changelog
+* Fri Mar 27 2009 Thomas Woerner <twoerner at redhat.com> 1.2.14-1
+- new build environment using configure, autofoo and intltool
+- fixed typo in router-solicitation description (rhbz#490979)
+- new themable application icon: preferences-system-firewall (rhbz#454402)
+- make backup copies before overwriting files (rhbz#437374)
+- updated translations: 
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.13-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


--- system-config-firewall-1.2.13-tui_path.patch DELETED ---




More information about the fedora-extras-commits mailing list