diff --git a/yast2-firewall-2.16.1.tar.bz2 b/yast2-firewall-2.16.1.tar.bz2 deleted file mode 100644 index 2fa95c5..0000000 --- a/yast2-firewall-2.16.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de19ba2801acf7a82c0ba1b789c61f83fdb5cc330e9c75cbc73116efe7380550 -size 111292 diff --git a/yast2-firewall-2.16.2.tar.bz2 b/yast2-firewall-2.16.2.tar.bz2 new file mode 100644 index 0000000..ce3afae --- /dev/null +++ b/yast2-firewall-2.16.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5552228ef1f1aac6a2f815ff544eddc3de8bbb05ff30f7ca7a9f3d95b3d1b97c +size 115699 diff --git a/yast2-firewall.changes b/yast2-firewall.changes index 5ee14d3..50a2be4 100644 --- a/yast2-firewall.changes +++ b/yast2-firewall.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 14 12:01:44 CEST 2008 - locilka@suse.cz + +- Unified Button Labels: OK instead of Accept (fate #120373). +- Fixed help (bnc #376702). +- 2.16.2 + ------------------------------------------------------------------- Wed Apr 9 15:35:22 CEST 2008 - locilka@suse.cz diff --git a/yast2-firewall.spec b/yast2-firewall.spec index 9829ed3..f73ec3c 100644 --- a/yast2-firewall.spec +++ b/yast2-firewall.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-firewall (Version 2.16.1) +# spec file for package yast2-firewall (Version 2.16.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-firewall -Version: 2.16.1 +Version: 2.16.2 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-firewall-2.16.1.tar.bz2 +Source0: yast2-firewall-2.16.2.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-testsuite BuildRequires: yast2 >= 2.16.47 @@ -42,7 +42,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-firewall-2.16.1 +%setup -n yast2-firewall-2.16.2 %build %{prefix}/bin/y2tool y2autoconf @@ -75,6 +75,10 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/schema/autoyast/rnc/firewall.rnc %doc %{prefix}/share/doc/packages/yast2-firewall %changelog +* Mon Apr 14 2008 locilka@suse.cz +- Unified Button Labels: OK instead of Accept (fate #120373). +- Fixed help (bnc #376702). +- 2.16.2 * Wed Apr 09 2008 locilka@suse.cz - Implemented Firewall support for SMB browsing (fate #300970) - Fixed custom-rules - adding port range (bnc #376650).