Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2015-09-03 18:05:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwbuilder (Old)
 and      /work/SRC/openSUSE:Factory/.fwbuilder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fwbuilder"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fwbuilder/fwbuilder.changes      2012-12-14 
06:43:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2015-09-03 
18:12:51.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep  2 11:58:15 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Cleanup spec file
+- Use macros for updating of desktop files and icons
+
+-------------------------------------------------------------------

Old:
----
  fwbuilder-5.1.0.3599.tar.bz2

New:
----
  fwbuilder-5.1.0.3599.tar.gz

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

Other differences:
------------------
++++++ fwbuilder.spec ++++++
--- /var/tmp/diff_new_pack.cmNCHY/_old  2015-09-03 18:13:03.000000000 +0200
+++ /var/tmp/diff_new_pack.cmNCHY/_new  2015-09-03 18:13:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fwbuilder
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,29 +18,32 @@
 
 Name:           fwbuilder
 Version:        5.1.0.3599
-Release:        0.0
+Release:        0
 Summary:        Firewall Builder
 License:        GPL-2.0+
 Group:          Productivity/Networking/Security
 Url:            http://www.fwbuilder.org/
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://sourceforge.net/projects/fwbuilder/files/Current_Packages/5.1.0/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE fwbuilder-gcc47.patch
 Patch0:         fwbuilder-gcc47.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt4-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  net-snmp-devel
 BuildRequires:  openssl-devel
+Requires:       hicolor-icon-theme
+Requires:       rcs
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  fdupes
-BuildRequires:  update-desktop-files
+Requires(post): update-desktop-files
+Requires(postun): update-desktop-files
 %endif
-Requires:       rcs
 
 %description
 Firewall Builder consists of a GUI and set of policy compilers for
@@ -53,20 +56,12 @@
 completely independent, this provides for a consistent abstract model
 and the same GUI for different firewall platforms.
 
-  Authors:     Vadim Kurland <va...@vk.crocodile.org>
-                - Main author
-               Vadim Zaliva <l...@crocodile.org>
-                - XML DTD design
-                - XML data storage implementation;
-                - implementation of printing
-
 %prep
 %setup -q
 %patch0 -p1
 
 %build
 ./autogen.sh
-
 %configure \
        --with-docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
@@ -78,6 +73,16 @@
 %fdupes -s %{buildroot}
 %endif
 
+%if 0%{?suse_version} > 1310
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+%endif
+
 %files
 %defattr(-,root,root)
 %{_bindir}/*


Reply via email to