Hello community,
here is the log from the commit of package fwzs for openSUSE:Factory checked in at Mon Aug 31 22:55:12 CEST 2009.
-------- New Changes file:
--- /dev/null 2009-04-14 11:55:47.000000000 +0200 +++ fwzs/fwzs.changes 2009-08-27 15:56:11.000000000 +0200 @@ -0,0 +1,20 @@ +------------------------------------------------------------------- +Thu Aug 27 15:54:48 CEST 2009 - lnussel@suse.de + +- new version 0.2: + * main window + * tray icon option + * optional autostart with session + * PolicyKit support + * localization + +------------------------------------------------------------------- +Sat Jul 11 17:07:27 CEST 2009 - lnussel@suse.de + +- require SuSEfirewal2 version > the version on 11.1 + +------------------------------------------------------------------- +Thu Jul 9 13:27:55 UTC 2009 - lnussel@suse.de + +- initial package version 0.1 +
calling whatdependson for head-i586
New: ---- fwzs-0.2.tar.bz2 fwzs.changes fwzs.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ fwzs.spec ++++++ # # spec file for package fwzs (Version 0.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ #
# norootforbuild # icecream 0
Name: fwzs Url: http://gitorious.org/opensuse/fwzs Summary: Tray applet that allows to switch firewall zones of interfaces Version: 0.2 Release: 1 License: GPL v2 only Group: System/GUI/Other Source: fwzs-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: dbus-1 Requires: SuSEfirewall2 > 3.6_SVNr220 BuildArch: noarch
%description Firewall Zone Switcher consists of a DBus service and a system tray applet that lets the user switch firewall zones of network interfaces.
%prep %setup -q
%build %configure make %{?jobs:-j%jobs}
%install make DESTDIR="%{buildroot}" install # %find_lang fwzsd %find_lang fwzsapp mv fwzsapp.lang %name.lang cat fwzsd.lang >> %name.lang rm fwzsd.lang
%clean rm -rf ${RPM_BUILD_ROOT}
%files -f %name.lang %defattr(-,root,root) %doc COPYING %{_sbindir}/fwzsd %{_datadir}/fwzs %{_datadir}/dbus-1/system-services/org.opensuse.zoneswitcher.service %{_datadir}/applications/fwzsapp.desktop %dir %{_datadir}/PolicyKit %dir %{_datadir}/PolicyKit/policy %{_datadir}/PolicyKit/policy/org.opensuse.zoneswitcher.policy %{_bindir}/fwzsapp %config %{_sysconfdir}/dbus-1/system.d/org.opensuse.zoneswitcher.conf
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...