From 96439c519cce721de88af7d030a63a437969bcecfa3d4d54ccb7deb0a8b2162c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 3 Apr 2007 17:59:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-firewall?expand=0&rev=4 --- yast2-firewall-2.15.3.tar.bz2 | 3 --- yast2-firewall-2.15.4.tar.bz2 | 3 +++ yast2-firewall.changes | 6 ++++++ yast2-firewall.spec | 11 +++++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 yast2-firewall-2.15.3.tar.bz2 create mode 100644 yast2-firewall-2.15.4.tar.bz2 diff --git a/yast2-firewall-2.15.3.tar.bz2 b/yast2-firewall-2.15.3.tar.bz2 deleted file mode 100644 index 029e038..0000000 --- a/yast2-firewall-2.15.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d76efdb67a3d45b4b3832b23d76274622c2e59feb2ae8cbac74d5d4aac384fa1 -size 108934 diff --git a/yast2-firewall-2.15.4.tar.bz2 b/yast2-firewall-2.15.4.tar.bz2 new file mode 100644 index 0000000..1e86150 --- /dev/null +++ b/yast2-firewall-2.15.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad12c687f012875f154a61224c2820dc5bdb9f689893f91fbaef4d4fef50dc5 +size 109473 diff --git a/yast2-firewall.changes b/yast2-firewall.changes index 067ca82..f93e5f8 100644 --- a/yast2-firewall.changes +++ b/yast2-firewall.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 2 13:37:15 CEST 2007 - locilka@suse.cz + +- Show firewall summary details on request (#230042). +- 2.15.4 + ------------------------------------------------------------------- Fri Mar 2 13:37:56 CET 2007 - locilka@suse.cz diff --git a/yast2-firewall.spec b/yast2-firewall.spec index 6e0460b..7784341 100644 --- a/yast2-firewall.spec +++ b/yast2-firewall.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-firewall (Version 2.15.3) +# spec file for package yast2-firewall (Version 2.15.4) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-firewall -Version: 2.15.3 +Version: 2.15.4 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-firewall-2.15.3.tar.bz2 +Source0: yast2-firewall-2.15.4.tar.bz2 prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite # SuSEFirewallExpertRules::DeleteRuleID() @@ -41,7 +41,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-firewall-2.15.3 +%setup -n yast2-firewall-2.15.4 %build %{prefix}/bin/y2tool y2autoconf @@ -75,6 +75,9 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-firewall %changelog +* Mon Apr 02 2007 - locilka@suse.cz +- Show firewall summary details on request (#230042). +- 2.15.4 * Fri Mar 02 2007 - locilka@suse.cz - Adding forgotten handling of `cancel in the Summary dialog (bugzilla #249777).