Hello community,

here is the log from the commit of package gufw for openSUSE:Factory checked in 
at 2013-08-05 20:42:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gufw (Old)
 and      /work/SRC/openSUSE:Factory/.gufw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gufw"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.gufw.new/gufw.changes   2013-08-05 
20:42:49.000000000 +0200
@@ -0,0 +1,98 @@
+-------------------------------------------------------------------
+Wed Jul 31 14:26:17 UTC 2013 - [email protected]
+
+- Fix file COPYING.GPL3 not packaged
+
+-------------------------------------------------------------------
+Wed Jul 31 08:56:18 UTC 2013 - [email protected]
+
+- Update in 13.10.2 version
+    Fixed web browser for URL in about
+
+-------------------------------------------------------------------
+Fri Jul 19 13:18:14 UTC 2013 - [email protected]
+
+- Update in 13.10.1 version
+    Fixed #765899 Gufw is now completely accessible with Orca Screen Reader
+    Fixed #1116571 Added to allow specifying both 'in' and 'out'
+directional rule in one step
+    Fixed #1198038 Gufw caused high CPU usage with Listening Report expanded
+    Fixed #1024523 UI translated completely
+    Fixed little bugs in layout.
+    3 New preconfigured Profiles by default: Home, Work and Public.
+    Available in English UK, Italian and Romanian.
+    Fix some warnings in obs
+    Add pyton-netifaces and typelib-1_0-WebKit-3_0
+    Add package lang 
+
+-------------------------------------------------------------------
+Mon Mar 18 15:34:44 UTC 2013 - [email protected]
+
+- Update in 13.04 version
+
+-------------------------------------------------------------------
+Wed Nov 21 11:51:56 UTC 2012 - [email protected]
+
+-fix problem naming gui-ufw -> gufw
+ 
+-------------------------------------------------------------------
+Mon Jun 11 10:53:05 UTC 2012 - [email protected]
+
+- Update in 12.10 version
+  fix problem with gir-repository for opensuse 12.2    
+
+-------------------------------------------------------------------
+Tue Apr  3 09:50:39 UTC 2012 - [email protected]
+
+- Update to 12.04.1 version
+
+-------------------------------------------------------------------
+Tue Oct 25 21:27:48 UTC 2011 - [email protected]
+
+-ompatibilité pour opensuse 11.3
+
+-------------------------------------------------------------------
+Tue Oct 25 21:12:44 UTC 2011 - [email protected]
+
+-update to version 11.10.2 
+
+-------------------------------------------------------------------
+Tue Oct 11 14:11:14 UTC 2011 - [email protected]
+
+change for duplicate error- 
+
+-------------------------------------------------------------------
+Tue Oct 11 14:05:57 UTC 2011 - [email protected]
+
+Compatibilité pour opensuse 11.3- 
+
+-------------------------------------------------------------------
+Tue Oct 11 14:01:19 UTC 2011 - [email protected]
+
+update to version 11.04.2- 
+
+-------------------------------------------------------------------
+Thu Oct  6 21:02:04 UTC 2011 - [email protected]
+
+add tag %lang() in spec file- 
+
+-------------------------------------------------------------------
+Wed Oct  5 14:55:23 UTC 2011 - [email protected]
+
+OpenSUSE Factory- 
+
+-------------------------------------------------------------------
+Wed Oct  5 14:23:40 UTC 2011 - [email protected]
+
+Compatibilité pour opensuse 11.3-
+
+-------------------------------------------------------------------
+Wed Oct  5 14:10:56 UTC 2011 - [email protected]
+
+Patch for opensuse commande, desktop- 
+
+-------------------------------------------------------------------
+Tue Oct  4 21:28:38 UTC 2011 - [email protected]
+
+first on opensuse- 
+

New:
----
  gufw-13.10.2.tar.bz2
  gufw.changes
  gufw.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gufw.spec ++++++
#
# spec file for package gui-ufw
#
# Copyright (c) 2012 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/
#


Name:           gufw 
Version:        13.10.2 
Release:        1
Summary:        Uncomplicated Firewall
License:        GPL-3.0
Group:          Productivity/Networking/Security
Url:            http://launchpad.net/%{name}
Source0:        %{name}-%{version}.tar.bz2
#Source90:       gufw-rpmlintrc
#Patch1:         gui-ufw-11.10.2-gufw.Daemon.conf.diff
BuildArch:      noarch

BuildRequires:  autoconf
BuildRequires:  fdupes
BuildRequires:  intltool
BuildRequires:  python-devel
BuildRequires:  python-distutils-extra
BuildRequires:  python-netifaces        
BuildRequires:  update-desktop-files

Requires:       python >= %python_version
Requires:       ufw
%if 0%{?suse_version} <= 1210
Requires:       gir-repository
%else
Requires:       girepository-1_0
%endif
Requires:       dbus-1-python
Requires:       notification-daemon
Requires:       python-distutils-extra
Requires:       python-gobject >= 3.0.1
Requires:       python-netifaces
Requires:       typelib-1_0-WebKit-3_0
Requires:       gufw-lang

%description
An easy, intuitive, way to manage your Linux firewall. It supports common tasks 
such as allowing or blocking pre-configured, common p2p, or individual ports 
port(s), and many others!

%lang_package

%prep
%setup -q -n gui-ufw-13.10.2
#Submited patch through ufw's bug report
#Fix directory locations instead of #CONFIG_PREFIX#
#http://bugs.launchpad.net/ufw/+bug/819600
%build

%install
rm -rf %{buildroot}
python setup.py install --prefix=/usr \
--root %{buildroot}
rm %{buildroot}/usr/lib/python2.7/site-packages/gufw/model/__init__.py
rm %{buildroot}/usr/lib/python2.7/site-packages/gufw/view/__init__.py
rm 
%{buildroot}/usr/lib/python%python_version/site-packages/gufw/model/__init__.pyc
rm 
%{buildroot}/usr/lib/python%python_version/site-packages/gufw/view/__init__.pyc
chmod 755 %{buildroot}/usr/lib/python2.7/site-packages/gufw/gufw.py
chmod 755 %{buildroot}/usr/lib/python2.7/site-packages/gufw/backend.py
%suse_update_desktop_file -r gufw System Security
%find_lang gufw
%fdupes

%post
cp /usr/lib/python2.7/site-packages/gufw/__init__.py 
/usr/lib/python2.7/site-packages/gufw/model/__init__.py
cp /usr/lib/python2.7/site-packages/gufw/__init__.py 
/usr/lib/python2.7/site-packages/gufw/view/__init__.py
%desktop_database_post

%postun
%desktop_database_postun

%files 
%defattr(-,root,root)
%doc COPYING.GPL3
%dir /etc/gufw/app_profiles
%config /etc/gufw/app_profiles/*
/usr/bin/gufw
/usr/bin/gufw-pkexec
/usr/lib/python%python_version/site-packages/gufw-%{version}-py%python_version.egg-info
/usr/lib/python%python_version/site-packages/gufw/__init__.py
/usr/lib/python%python_version/site-packages/gufw/__init__.pyc
/usr/lib/python%python_version/site-packages/gufw/controller.py
/usr/lib/python%python_version/site-packages/gufw/controller.pyc
/usr/lib/python%python_version/site-packages/gufw/gufw.py
/usr/lib/python%python_version/site-packages/gufw/gufw.pyc
/usr/share/applications/gufw.desktop
/usr/share/doc/gufw/README
/usr/share/gufw/ui/add.ui
/usr/share/gufw/ui/main.ui
/usr/share/gufw/ui/preferences.ui
/usr/share/icons/hicolor/48x48/apps/gufw.png
/usr/share/man/man8/gufw.8.gz
/usr/share/polkit-1/actions/com.ubuntu.pkexec.gufw.policy
/usr/lib/python%python_version/site-packages/gufw
/usr/lib/python%python_version/site-packages/gufw/model
/usr/lib/python%python_version/site-packages/gufw/view
/usr/share/doc/gufw
/usr/share/gufw
/usr/share/gufw/media
/usr/share/gufw/ui
/usr/share/icons/hicolor
/usr/share/icons/hicolor/48x48
/usr/share/icons/hicolor/48x48/apps
/etc/gufw
/usr/share/polkit-1
/usr/share/polkit-1/actions
%if 0%{?suse_version} && 0%{?suse_version} <= 1210
  /usr/share/omf
%endif

%files lang -f gufw.lang
%defattr(-,root,root,-)


%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to