Hello community,

here is the log from the commit of package xfwp for openSUSE:Factory checked in 
at 2013-08-24 10:16:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfwp (Old)
 and      /work/SRC/openSUSE:Factory/.xfwp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfwp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfwp/xfwp.changes        2012-05-08 
12:05:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xfwp.new/xfwp.changes   2013-08-24 
10:16:12.000000000 +0200
@@ -1,0 +2,15 @@
+Fri Aug 23 10:10:09 UTC 2013 - [email protected]
+
+- Update to version 1.0.3:
+  + Remove Malloc wrapper and its MallocFailed helper.
+  + Replace many malloc(strlen)+strcpy calls with strdup calls.
+  + Remove unnecessary Realloc wrapper.
+  + Remove a bunch of unnecessary casts with malloc, free & memcpy
+    calls.
+  + Fix typos.
+  + Add const attributes to fix gcc -Wwrite-strings warnings.
+  + Strip trailing whitespace.
+- Pass --disable-selective-werror to configure as we do not care
+  for warnings.
+
+-------------------------------------------------------------------

Old:
----
  xfwp-1.0.2.tar.bz2

New:
----
  xfwp-1.0.3.tar.bz2

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

Other differences:
------------------
++++++ xfwp.spec ++++++
--- /var/tmp/diff_new_pack.o2Kyor/_old  2013-08-24 10:16:13.000000000 +0200
+++ /var/tmp/diff_new_pack.o2Kyor/_new  2013-08-24 10:16:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfwp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           xfwp
-Version:        1.0.2
-Release:        1
-License:        MIT
+Version:        1.0.3
+Release:        0
 Summary:        X firewall proxy
-Url:            http://xorg.freedesktop.org/
+License:        MIT
 Group:          System/X11/Utilities
+Url:            http://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(ice)
@@ -43,7 +44,8 @@
 %setup -q
 
 %build
-%configure
+%configure \
+       --disable-selective-werror
 make %{?_smp_mflags}
 
 %install

++++++ xfwp-1.0.2.tar.bz2 -> xfwp-1.0.3.tar.bz2 ++++++
++++ 16548 lines of diff (skipped)

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

Reply via email to