commit fwbuilder for openSUSE:Factory

2019-02-15 Thread root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2019-02-15 10:03:58

Comparing /work/SRC/openSUSE:Factory/fwbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.fwbuilder.new.28833 (New)


Package is "fwbuilder"

Fri Feb 15 10:03:58 2019 rev:17 rq:676246 version:5.3.7

Changes:

--- /work/SRC/openSUSE:Factory/fwbuilder/fwbuilder.changes  2018-02-13 
10:29:36.716642802 +0100
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new.28833/fwbuilder.changes   
2019-02-15 10:04:32.559584260 +0100
@@ -1,0 +2,5 @@
+Thu Feb 14 15:22:46 UTC 2019 - matthias.gerst...@suse.com
+
+- Add fix-bsc1124647-segfault.patch: Fix crash described in bsc#1124647
+
+---

New:

  fix-bsc1124647-segfault.patch



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.aBbVQ2/_old  2019-02-15 10:04:33.647583908 +0100
+++ /var/tmp/diff_new_pack.aBbVQ2/_new  2019-02-15 10:04:33.647583908 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fwbuilder
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -20,11 +20,12 @@
 Version:5.3.7
 Release:0
 Summary:Firewall Builder
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Security
 Url:http://www.fwbuilder.org/
 Source: 
https://github.com/fwbuilder/fwbuilder/archive/v%{version}.tar.gz
 Patch0: fwbuilder-qmake-without-flags.patch
+Patch1: fix-bsc1124647-segfault.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -57,6 +58,7 @@
 
 %prep
 %autosetup -p1
+#%%patch1 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh "--with-qmake=qmake-qt5"

++ fix-bsc1124647-segfault.patch ++
Index: fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp
===
--- fwbuilder-5.3.7.orig/src/libgui/ObjectManipulator.cpp
+++ fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp
@@ -112,7 +112,7 @@ ObjectManipulator::~ObjectManipulator()
 }
 
 ObjectManipulator::ObjectManipulator(QWidget *parent):
-QWidget(parent), current_tree_view(0)
+QWidget(parent), current_tree_view(0), lastClickedItem(0)
 {
 m_objectManipulator = new Ui::ObjectManipulator_q;
 m_objectManipulator->setupUi(this);
Index: fwbuilder-5.3.7/src/libgui/ObjectManipulator_create_new.cpp
===
--- fwbuilder-5.3.7.orig/src/libgui/ObjectManipulator_create_new.cpp
+++ fwbuilder-5.3.7/src/libgui/ObjectManipulator_create_new.cpp
@@ -249,8 +249,11 @@ void ObjectManipulator::createNewObject(
 //directly move object to it's subfolder
 list newObjs;
 newObjs.push_back(new_obj);
-moveItems(lastClickedItem, newObjs);
-lastClickedItem = NULL;
+if (lastClickedItem!=NULL)
+{
+moveItems(lastClickedItem, newObjs);
+lastClickedItem = NULL;
+}
 
 m_project->undoStack->push(macro);
 }



commit fwbuilder for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2018-02-13 10:29:35

Comparing /work/SRC/openSUSE:Factory/fwbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.fwbuilder.new (New)


Package is "fwbuilder"

Tue Feb 13 10:29:35 2018 rev:16 rq:575529 version:5.3.7

Changes:

--- /work/SRC/openSUSE:Factory/fwbuilder/fwbuilder.changes  2017-12-15 
14:06:34.493171096 +0100
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2018-02-13 
10:29:36.716642802 +0100
@@ -1,0 +2,7 @@
+Wed Jan 31 14:04:30 UTC 2018 - dims...@opensuse.org
+
+- Add fwbuilder-qmake-without-flags.patch: Fix build in case qmake
+  is started without QMAKE_CXXFLAGS being defined
+  (gh#fwbuilder/fwbuilder#46).
+
+---

New:

  fwbuilder-qmake-without-flags.patch



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.vsVJwN/_old  2018-02-13 10:29:38.188589765 +0100
+++ /var/tmp/diff_new_pack.vsVJwN/_new  2018-02-13 10:29:38.192589621 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fwbuilder
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,6 +24,7 @@
 Group:  Productivity/Networking/Security
 Url:http://www.fwbuilder.org/
 Source: 
https://github.com/fwbuilder/fwbuilder/archive/v%{version}.tar.gz
+Patch0: fwbuilder-qmake-without-flags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -55,10 +56,10 @@
 independent of another.
 
 %prep
-%setup -q -n %{name}-%{version}
+%autosetup -p1
 
 %build
-./autogen.sh "--with-qmake=qmake-qt5"
+NOCONFIGURE=1 ./autogen.sh "--with-qmake=qmake-qt5"
 %configure \
 --with-qmake=qmake-qt5 \
 --with-docdir=%{_docdir}/%{name}

++ fwbuilder-qmake-without-flags.patch ++
diff --git a/autogen.sh b/autogen.sh
index 6d8c4969..da2f79f0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -48,4 +48,4 @@ which acinclude >/dev/null 2>&1 && acinclude
 which aclocal >/dev/null 2>&1 && aclocal
 autoconf
 
-./configure ${CFGARGS}  $*
+test -n "$NOCONFIGURE" || ./configure ${CFGARGS}  $*
diff --git a/runqmake.sh b/runqmake.sh
index 7db4571b..8fb8958e 100755
--- a/runqmake.sh
+++ b/runqmake.sh
@@ -13,5 +13,10 @@ IFS="
 
 test -z "$EXTRA_CXXFLAGS" || FLAGS="QMAKE_CXXFLAGS += $EXTRA_CXXFLAGS"
 
-$QMAKE "$FLAGS" $C
+if [ -z "$FLAGS" ]; then
+  # in case there are no FLAGS defined, we can't pass an empty "" parameter to 
qmake
+  $QMAKE $C
+else
+  $QMAKE "$FLAGS" $C
+fi
 



commit fwbuilder for openSUSE:Factory

2017-12-15 Thread root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2017-12-15 14:05:29

Comparing /work/SRC/openSUSE:Factory/fwbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.fwbuilder.new (New)


Package is "fwbuilder"

Fri Dec 15 14:05:29 2017 rev:15 rq:556611 version:5.3.7

Changes:

--- /work/SRC/openSUSE:Factory/fwbuilder/fwbuilder.changes  2017-12-12 
21:23:56.875593825 +0100
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2017-12-15 
14:06:34.493171096 +0100
@@ -1,0 +2,5 @@
+Tue Dec 12 22:17:53 UTC 2017 - joop.boo...@opensuse.org
+
+- Build using Qt5 in stead of Qt4 
+
+---



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.G8bueV/_old  2017-12-15 14:06:35.149139430 +0100
+++ /var/tmp/diff_new_pack.G8bueV/_new  2017-12-15 14:06:35.153139237 +0100
@@ -28,13 +28,14 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  git-core
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libqt4-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  net-snmp-devel
-BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
 Requires:   hicolor-icon-theme
 Requires:   rcs
 %if 0%{?suse_version}
@@ -57,8 +58,9 @@
 %setup -q -n %{name}-%{version}
 
 %build
-./autogen.sh
+./autogen.sh "--with-qmake=qmake-qt5"
 %configure \
+--with-qmake=qmake-qt5 \
 --with-docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 




commit fwbuilder for openSUSE:Factory

2017-12-12 Thread root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2017-12-12 21:23:50

Comparing /work/SRC/openSUSE:Factory/fwbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.fwbuilder.new (New)


Package is "fwbuilder"

Tue Dec 12 21:23:50 2017 rev:14 rq:556449 version:5.3.7

Changes:

--- /work/SRC/openSUSE:Factory/fwbuilder/fwbuilder.changes  2017-02-20 
13:14:04.553055155 +0100
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2017-12-12 
21:23:56.875593825 +0100
@@ -1,0 +2,7 @@
+Tue Dec  5 11:49:02 UTC 2017 - dims...@opensuse.org
+
+- Replace openssl-devel BuildRequires with pkgconfig(openssl):
+  allow OBS to fallback to openssl 1.0, since this tool links Qt4
+  (which is known not to be compatible with openssl 1.1).
+
+---



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.c9AcR7/_old  2017-12-12 21:23:57.563560614 +0100
+++ /var/tmp/diff_new_pack.c9AcR7/_new  2017-12-12 21:23:57.567560421 +0100
@@ -34,7 +34,7 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  net-snmp-devel
-BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig(openssl)
 Requires:   hicolor-icon-theme
 Requires:   rcs
 %if 0%{?suse_version}




commit fwbuilder for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2017-02-20 13:14:03

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  2017-01-23 
11:36:38.616228027 +0100
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2017-02-20 
13:14:04.553055155 +0100
@@ -1,0 +2,33 @@
+Wed Feb  8 01:12:51 UTC 2017 - joop.boo...@opensuse.org
+
+- Removed item from change log that shouldn't have been
+  allowed via request 450449 it's not allowed to change 
+  and sertianly not insert changes in the changes file
+
+---
+Wed Feb  8 00:40:55 UTC 2017 - jeng...@inai.de
+
+- Fix linguistic issues in description
+
+---
+Tue Feb  7 23:56:41 UTC 2017 - joop.boo...@opensuse.org
+
+- Removed the service files as they are not compatible with opensuse
+  they will for instance break the network settings
+  As the script generated by fwbuilders includes iptables rules 
+  as wel as network interface settings 
+
+---
+Tue Feb  7 20:28:35 UTC 2017 - joop.boo...@opensuse.org
+
+- Use the Source link
+- Revert the source split as it's not prefered 
+
+---
+Mon Feb  6 13:48:49 UTC 2017 - ch...@computersalat.de
+
+- split package
+  * build fwbuilder-service independently from fwbuilder
+  * update changes file
+
+---
@@ -5,3 +38,18 @@
-  * fix compile error
-  * gh#9 fwbuilder crashes on iptables import
-  * Use Kernel Timezone in Time Module
+  * iptables:
+- Feature: fwbuilder now supports conntrack instead of state module for 
recent iptables
+- Feature: Add support for the iptables > 1.4.20 "-w" option
+- Bugfix: Fixed (potential) deadlock situation as sugested by 
https://github.com/antaflos
+- Bugfix: Proper handling of NAT chains
+- Feature: Add support for --kerneltz
+  * junos:
+- Bugfix: Generated new ids for the IP fragmentation service objects in 
the standard object database
+- Bugfix: Use correct comment symbol
+  * gui:
+- Bugfix: Don't delete object in locked group
+- Feature: Add new objects directly to the subfolder via context menu
+  * compiler:
+- Feature: Add support for MSYS2
+- Update OSX buildscript for newer XCode
+- Feature: Add support for GCC 6.X
+- Refactor: Gain more C++11 compatability
+- Feature: W32: Add support for MXE and provide Docker environment for 
cross compiling
@@ -32,22 +79,0 @@
-

-Tue Jun 21 13:50:01 UTC 2016 - ch...@computersalat.de
-
-- update to 5.3.6.1
-  * latest changes from May, 23rd 2016
-
-- Version 5.3.6
-  * Several bugfixes for Junos, including rollback on syntax error,
-correct netmask for host objects and ssh password prompt lock-up
-- Version 5.3.0
-  * Support for Junos Access lists
-  * Show release notes for previous releases
-- Version 5.2.0
-  * Search for objects by port number or ip addres
-  * View graphical diff and autocompile firewall when loading file
-  * Support for Cisco NXOS Access lists
-  * Added support for dummy objects in rules
-  * Port to Qt5
-  * New buildscript for OSX
-  * Added build instructions for Windows
-- remove obsolete fwbuilder-gcc47.patch

Old:

  fwbuilder-5.3.7.tar.gz
  fwbuilder.default
  fwbuilder.init
  fwbuilder.service

New:

  v5.3.7.tar.gz



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.dKhQAX/_old  2017-02-20 13:14:05.692894906 +0100
+++ /var/tmp/diff_new_pack.dKhQAX/_new  2017-02-20 13:14:05.696894345 +0100
@@ -23,11 +23,7 @@
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
 Url:http://www.fwbuilder.org/
-#Source: 
https://github.com/fwbuilder/fwbuilder/archive/v%{version}.tar.gz
-Source: %{name}-5.3.7.tar.gz
-Source10:   %{name}.default
-Source11:   %{name}.init
-Source12:   %{name}.service
+Source: 
https://github.com/fwbuilder/fwbuilder/archive/v%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -47,47 +43,15 @@
 Requires(postun): update-desktop-files
 %endif
 
-%if 0%{?suse_version} >= 1210
-BuildRequires:  systemd
-%{?systemd_requires}
-%define has_systemd 1
-%endif
-
 %description
 Firewall Builder consists of a GUI and set of policy compil

commit fwbuilder for openSUSE:Factory

2017-01-23 Thread root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2017-01-23 11:36:37

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  2016-06-29 
15:10:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2017-01-23 
11:36:38.616228027 +0100
@@ -1,0 +2,17 @@
+Sun Jan 15 20:00:20 UTC 2017 - ch...@computersalat.de
+
+- Update to 5.3.7
+  * fix compile error
+  * gh#9 fwbuilder crashes on iptables import
+  * Use Kernel Timezone in Time Module
+
+---
+Sun Sep  4 21:54:06 UTC 2016 - ch...@computersalat.de
+
+- add subpackage service/SysVinit
+  * added systemd service / SysVinit file
+  * added default file, which will be overwritten (sent) by
+fwbuilder GUI
+  * noarch package
+
+---
@@ -14,0 +32,22 @@
+
+---
+Tue Jun 21 13:50:01 UTC 2016 - ch...@computersalat.de
+
+- update to 5.3.6.1
+  * latest changes from May, 23rd 2016
+
+- Version 5.3.6
+  * Several bugfixes for Junos, including rollback on syntax error,
+correct netmask for host objects and ssh password prompt lock-up
+- Version 5.3.0
+  * Support for Junos Access lists
+  * Show release notes for previous releases
+- Version 5.2.0
+  * Search for objects by port number or ip addres
+  * View graphical diff and autocompile firewall when loading file
+  * Support for Cisco NXOS Access lists
+  * Added support for dummy objects in rules
+  * Port to Qt5
+  * New buildscript for OSX
+  * Added build instructions for Windows
+- remove obsolete fwbuilder-gcc47.patch

Old:

  _service
  fwbuilder-5.3.6.tar.bz2

New:

  fwbuilder-5.3.7.tar.gz
  fwbuilder.default
  fwbuilder.init
  fwbuilder.service



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.jCJDS9/_old  2017-01-23 11:36:39.332126501 +0100
+++ /var/tmp/diff_new_pack.jCJDS9/_new  2017-01-23 11:36:39.336125933 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fwbuilder
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,13 +17,18 @@
 
 
 Name:   fwbuilder
-Version:5.3.6
+Version:5.3.7
 Release:0
 Summary:Firewall Builder
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
 Url:http://www.fwbuilder.org/
-Source: %{name}-%{version}.tar.bz2
+#Source: 
https://github.com/fwbuilder/fwbuilder/archive/v%{version}.tar.gz
+Source: %{name}-5.3.7.tar.gz
+Source10:   %{name}.default
+Source11:   %{name}.init
+Source12:   %{name}.service
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -36,13 +41,18 @@
 BuildRequires:  openssl-devel
 Requires:   hicolor-icon-theme
 Requires:   rcs
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 Requires(post): update-desktop-files
 Requires(postun): update-desktop-files
 %endif
 
+%if 0%{?suse_version} >= 1210
+BuildRequires:  systemd
+%{?systemd_requires}
+%define has_systemd 1
+%endif
+
 %description
 Firewall Builder consists of a GUI and set of policy compilers for
 various firewall platforms. It helps users maintain a database of
@@ -54,8 +64,33 @@
 completely independent, this provides for a consistent abstract model
 and the same GUI for different firewall platforms.
 
+%if 0%{?has_systemd}
+%package service
+Summary:Firewall Builder systemd service file
+Group:  Productivity/Networking/Security
+BuildArch:  noarch
+
+%description service
+This is the systemd service file which is needed to start the Firewall 
automatically
+on boot.
+The fwbuilder gui will copy over by default a 'fwbuilder' script to 
/etc/fwbuilder/
+
+%else
+%package SysVinit
+Summary:Firewall Builder SysVint file
+Group:  Productivity/Networking/Security
+%if 0%{?suse_version} > 1110
+BuildArch:  noarch
+%endif
+
+%description SysVinit
+This is the SysVinit file which is needed to start the Firewall automatically
+on boot.
+The fwbuilder gui will copy over by default a 'fwbuilder' script to 
/etc/fwbuilder/
+%endif
+
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 
 %build
 ./auto

commit fwbuilder for openSUSE:Factory

2016-06-29 Thread h_root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2016-06-29 15:10:48

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  2015-09-03 
18:12:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2016-06-29 
15:10:56.0 +0200
@@ -1,0 +2,15 @@
+Sun Jun 26 10:36:37 UTC 2016 - joop.boo...@opensuse.org
+
+- Build version 5.3.6 from the github repo
+  * Several bugfixes for Junos, including rollback on syntax error,
+correct netmask for host objects and ssh password prompt lock-up
+  * Support for Junos Access lists
+  * Search for objects by port number or ip addres
+  * View graphical diff and autocompile firewall when loading file
+  * Support for Cisco NXOS Access lists
+  * Added support for dummy objects in rules
+  * Port to Qt5
+- Deleted fwbuilder-gcc47.patch as it's not needed any more.
+  The code has been fixed.
+
+---

Old:

  fwbuilder-5.1.0.3599.tar.gz
  fwbuilder-gcc47.patch

New:

  _service
  fwbuilder-5.3.6.tar.bz2



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.PVUmAP/_old  2016-06-29 15:10:57.0 +0200
+++ /var/tmp/diff_new_pack.PVUmAP/_new  2016-06-29 15:10:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fwbuilder
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,15 +17,13 @@
 
 
 Name:   fwbuilder
-Version:5.1.0.3599
+Version:5.3.6
 Release:0
 Summary:Firewall Builder
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
 Url:http://www.fwbuilder.org/
-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
+Source: %{name}-%{version}.tar.bz2
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -58,7 +56,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 ./autogen.sh

++ _service ++

  
89377704e50e745b5050e783990979d94d6768af
https://github.com/fwbuilder/fwbuilder.git
5.3.6
git
  
  
*.tar
bz2
  
  
  

++ fwbuilder-5.1.0.3599.tar.gz -> fwbuilder-5.3.6.tar.bz2 ++
/work/SRC/openSUSE:Factory/fwbuilder/fwbuilder-5.1.0.3599.tar.gz 
/work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder-5.3.6.tar.bz2 differ: char 
1, line 1




commit fwbuilder for openSUSE:Factory

2015-09-03 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2015-09-03 
18:12:51.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.cmNCHY/_new  2015-09-03 18:13:03.0 +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 
-- Main author
-   Vadim Zaliva 
-- 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}/*




commit fwbuilder for openSUSE:Factory

2012-12-13 Thread h_root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2012-12-14 06:43:43

Comparing /work/SRC/openSUSE:Factory/fwbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.fwbuilder.new (New)


Package is "fwbuilder", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/fwbuilder/fwbuilder.changes  2012-04-12 
09:23:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2012-12-14 
06:43:44.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec  8 06:37:38 UTC 2012 - joop.boo...@opensuse.org
+
+- Added Requires rcs to enable reversion control
+- Cleaned the spec file a bit more
+
+---



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.N9BSQU/_old  2012-12-14 06:43:48.0 +0100
+++ /var/tmp/diff_new_pack.N9BSQU/_new  2012-12-14 06:43:48.0 +0100
@@ -16,9 +16,6 @@
 #
 
 
-%define jobs $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 ))
-%define debug_package_requires %{name} = %{version}-%{release}
-
 Name:   fwbuilder
 Version:5.1.0.3599
 Release:0.0
@@ -34,8 +31,8 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
 BuildRequires:  libtool
-BuildRequires:  libxml2-devel >= 2.4.10
-BuildRequires:  libxslt-devel >= 1.0.7
+BuildRequires:  libxml2-devel
+BuildRequires:  libxslt-devel
 BuildRequires:  net-snmp-devel
 BuildRequires:  openssl-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,8 +40,7 @@
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %endif
-Requires:   libxml2 >= 2.4.10
-Requires:   libxslt >= 1.0.7
+Requires:   rcs
 
 %description
 Firewall Builder consists of a GUI and set of policy compilers for
@@ -76,7 +72,7 @@
 make %{?_smp_mflags}
 
 %install
-make install INSTALL_ROOT=%{buildroot}
+make INSTALL_ROOT=%{buildroot} install
 %if 0%{?suse_version}
 %suse_update_desktop_file -r %{name} System Security
 %fdupes -s %{buildroot}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fwbuilder for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2012-04-12 09:23:36

Comparing /work/SRC/openSUSE:Factory/fwbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.fwbuilder.new (New)


Package is "fwbuilder", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/fwbuilder/fwbuilder.changes  2012-03-20 
11:27:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2012-04-12 
09:23:38.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  4 18:50:26 UTC 2012 - joop.boo...@opensuse.org
+
+- Build version 5.1.0.3599
+- Cleaned the spec file
+
+---

Old:

  fwbuilder-5.0.1.3592.tar.bz2

New:

  fwbuilder-5.1.0.3599.tar.bz2



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.V02qpS/_old  2012-04-12 09:23:43.0 +0200
+++ /var/tmp/diff_new_pack.V02qpS/_new  2012-04-12 09:23:43.0 +0200
@@ -20,15 +20,15 @@
 %define debug_package_requires %{name} = %{version}-%{release}
 
 Name:   fwbuilder
+Version:5.1.0.3599
+Release:0.0
 Summary:Firewall Builder
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
-Version:5.0.1.3592
-Release:0.0
 Url:http://www.fwbuilder.org/
 Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE fwbuilder-gcc47.patch
 Patch0: fwbuilder-gcc47.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -38,6 +38,7 @@
 BuildRequires:  libxslt-devel >= 1.0.7
 BuildRequires:  net-snmp-devel
 BuildRequires:  openssl-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
@@ -69,25 +70,17 @@
 
 %build
 ./autogen.sh
-%if 0%{?mandriva_version} == 2008
-export PATH=/usr/lib/qt4/bin:$PATH
-%endif
 
 %configure \
--with-docdir=%{_docdir}/%{name}
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%__make install INSTALL_ROOT=%{buildroot}
+make install INSTALL_ROOT=%{buildroot}
 %if 0%{?suse_version}
 %suse_update_desktop_file -r %{name} System Security
+%fdupes -s %{buildroot}
 %endif
-%if 0%{?suse_version}
-%fdupes -s $RPM_BUILD_ROOT
-%endif
-
-%clean
-%{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root)

++ fwbuilder-5.0.1.3592.tar.bz2 -> fwbuilder-5.1.0.3599.tar.bz2 ++
 19003 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fwbuilder for openSUSE:Factory

2012-03-20 Thread h_root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2012-03-20 11:27:03

Comparing /work/SRC/openSUSE:Factory/fwbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.fwbuilder.new (New)


Package is "fwbuilder", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/fwbuilder/fwbuilder.changes  2012-02-10 
17:13:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2012-03-20 
11:27:05.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 17 21:39:27 UTC 2012 - dims...@opensuse.org
+
+- Add fwbuilder-gcc47.patch: Fix build with gcc 4.7.
+
+---

New:

  fwbuilder-gcc47.patch



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.2gZTWB/_old  2012-03-20 11:27:06.0 +0100
+++ /var/tmp/diff_new_pack.2gZTWB/_new  2012-03-20 11:27:06.0 +0100
@@ -27,6 +27,7 @@
 Release:0.0
 Url:http://www.fwbuilder.org/
 Source: %{name}-%{version}.tar.bz2
+Patch0: fwbuilder-gcc47.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -64,6 +65,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 ./autogen.sh

++ fwbuilder-gcc47.patch ++
Only in fwbuilder-5.0.1.3592: patches
Only in fwbuilder-5.0.1.3592: .pc
diff -upr fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h 
/var/tmp/build-root/home/abuild/rpmbuild/BUILD/fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h
--- fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h   
2011-12-08 02:02:07.0 +0100
+++ 
/var/tmp/build-root/home/abuild/rpmbuild/BUILD/fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h
2012-03-17 22:29:16.317275376 +0100
@@ -31,6 +31,7 @@
 
 #include  //for time_t definition
 #include 
+#include 
 
 #include 
 #include 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fwbuilder for openSUSE:Factory

2012-02-10 Thread h_root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2012-02-10 17:13:51

Comparing /work/SRC/openSUSE:Factory/fwbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.fwbuilder.new (New)


Package is "fwbuilder", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/fwbuilder/fwbuilder.changes  2012-02-01 
09:57:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2012-02-10 
17:13:54.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 30 07:53:58 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+
+---



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.LFbhr5/_old  2012-02-10 17:13:56.0 +0100
+++ /var/tmp/diff_new_pack.LFbhr5/_new  2012-02-10 17:13:56.0 +0100
@@ -21,7 +21,7 @@
 
 Name:   fwbuilder
 Summary:Firewall Builder
-License:GPL-2.0
+License:GPL-2.0+
 Group:  Productivity/Networking/Security
 Version:5.0.1.3592
 Release:0.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org