commit boinc-client for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package boinc-client for openSUSE:12.2 
checked in at 2012-07-10 17:03:53

Comparing /work/SRC/openSUSE:12.2/boinc-client (Old)
 and  /work/SRC/openSUSE:12.2/.boinc-client.new (New)


Package is "boinc-client", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.2/boinc-client/boinc-client.changes   2012-07-09 
18:26:10.0 +0200
+++ /work/SRC/openSUSE:12.2/.boinc-client.new/boinc-client.changes  
2012-07-10 17:03:55.0 +0200
@@ -1,0 +2,13 @@
+Tue Jul 10 13:50:30 UTC 2012 - ch...@computersalat.de
+
+- rename patch
+  * fix-automake-conditional to boinc-client-AM_CONDITIONAL patch
+- fix build for SLE_11
+  * AM_CONDITIONAL patch >= 12.2
+
+---
+Tue Jul 10 12:24:13 UTC 2012 - co...@suse.com
+
+- fix compilation for factory and 12.2
+
+---

New:

  boinc-client-AM_CONDITIONAL.patch



Other differences:
--
++ boinc-client.spec ++
--- /var/tmp/diff_new_pack.4G8qSO/_old  2012-07-10 17:03:55.0 +0200
+++ /var/tmp/diff_new_pack.4G8qSO/_new  2012-07-10 17:03:55.0 +0200
@@ -68,6 +68,8 @@
 Patch5: boinc-client-dynamic_buffers.patch
 # PATCH-FIX-OPENSUSE computersalat - #error "Only  can be included 
directly.
 Patch6: %{name}-glib_h.patch
+# PATCH-FIX-OPENSUSE coolo - #error: am__fastdepOBJCXX does not appear in 
AM_CONDITIONAL
+Patch7: %{name}-AM_CONDITIONAL.patch
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -189,6 +191,7 @@
 %patch5
 %if 0%{?suse_version} >= 1220
 %patch6
+%patch7
 %endif
 
 # Install user hints

++ boinc-client-AM_CONDITIONAL.patch ++
Index: configure.ac
===
--- configure.ac.orig
+++ configure.ac
@@ -39,6 +39,7 @@ AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_F77
 AC_PROG_CPP
+AC_PROG_OBJCXX
 AC_PROG_MAKE_SET
 SAH_LINKS
 AC_LANG_PUSH(C)
@@ -737,6 +738,8 @@ AM_CONDITIONAL(ENABLE_LIBRARIES, [test "
 AM_CONDITIONAL(INSTALL_HEADERS, [test "${enable_install_headers}" = yes])
 AM_CONDITIONAL(HAVE_CUDA_LIB, [test "${enable_client}" = yes -a -f 
./coprocs/CUDA/posix/${boinc_platform}/libcudart.so])
 
+PKG_CHECK_MODULES([GTK2], [gtk+-2.0])
+
 dnl ==
 dnl some more vodoo required for building portable client-binary (client, 
clientgui)
 dnl ==
Index: clientgui/Makefile.am
===
--- clientgui/Makefile.am.orig
+++ clientgui/Makefile.am
@@ -118,9 +118,8 @@ EXTRA_DIST = *.h \
 ../lib/error_numbers.h \
 locale $(mac_headers)
 
-boincmgr_CPPFLAGS = $(AM_CPPFLAGS) $(WX_CPPFLAGS) $(SQLITE3_CPPFLAGS) 
$(LIBNOTIFY_CFLAGS) $(CLIENTGUIFLAGS) `pkg-config --cflags gtk+-2.0`
-boincmgr_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS) $(SQLITE3_CPPFLAGS) 
$(LIBNOTIFY_CFLAGS) $(CLIENTGUIFLAGS) `pkg-config --cflags gtk+-2.0`
-boincmgr_LDADD = $(LIBBOINC) $(SQLITE3_LIBS) $(LIBNOTIFY_LIBS) 
$(CLIENTGUILIBS) $(BOINC_EXTRA_LIBS) $(CLIENTLIBS)
+boincmgr_CPPFLAGS = $(AM_CPPFLAGS) $(WX_CPPFLAGS) $(SQLITE3_CPPFLAGS) 
$(LIBNOTIFY_CFLAGS) $(CLIENTGUIFLAGS) $(GTK2_CFLAGS)
+boincmgr_LDADD = $(LIBBOINC) $(SQLITE3_LIBS) $(LIBNOTIFY_LIBS) 
$(CLIENTGUILIBS) $(BOINC_EXTRA_LIBS) $(CLIENTLIBS) $(GTK2_LIBS)
 
 win_config.h: $(top_srcdir)/config.h
grep '#define.*BOINC.*VERSION' $^ > $@
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit boinc-client for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package boinc-client for openSUSE:Factory 
checked in at 2012-07-10 17:03:48

Comparing /work/SRC/openSUSE:Factory/boinc-client (Old)
 and  /work/SRC/openSUSE:Factory/.boinc-client.new (New)


Package is "boinc-client", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/boinc-client/boinc-client.changes
2012-07-09 18:26:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.boinc-client.new/boinc-client.changes   
2012-07-10 17:03:50.0 +0200
@@ -1,0 +2,13 @@
+Tue Jul 10 13:50:30 UTC 2012 - ch...@computersalat.de
+
+- rename patch
+  * fix-automake-conditional to boinc-client-AM_CONDITIONAL patch
+- fix build for SLE_11
+  * AM_CONDITIONAL patch >= 12.2
+
+---
+Tue Jul 10 12:24:13 UTC 2012 - co...@suse.com
+
+- fix compilation for factory and 12.2
+
+---

New:

  boinc-client-AM_CONDITIONAL.patch



Other differences:
--
++ boinc-client.spec ++
--- /var/tmp/diff_new_pack.2ezPkb/_old  2012-07-10 17:03:55.0 +0200
+++ /var/tmp/diff_new_pack.2ezPkb/_new  2012-07-10 17:03:55.0 +0200
@@ -68,6 +68,8 @@
 Patch5: boinc-client-dynamic_buffers.patch
 # PATCH-FIX-OPENSUSE computersalat - #error "Only  can be included 
directly.
 Patch6: %{name}-glib_h.patch
+# PATCH-FIX-OPENSUSE coolo - #error: am__fastdepOBJCXX does not appear in 
AM_CONDITIONAL
+Patch7: %{name}-AM_CONDITIONAL.patch
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -189,6 +191,7 @@
 %patch5
 %if 0%{?suse_version} >= 1220
 %patch6
+%patch7
 %endif
 
 # Install user hints

++ boinc-client-AM_CONDITIONAL.patch ++
Index: configure.ac
===
--- configure.ac.orig
+++ configure.ac
@@ -39,6 +39,7 @@ AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_F77
 AC_PROG_CPP
+AC_PROG_OBJCXX
 AC_PROG_MAKE_SET
 SAH_LINKS
 AC_LANG_PUSH(C)
@@ -737,6 +738,8 @@ AM_CONDITIONAL(ENABLE_LIBRARIES, [test "
 AM_CONDITIONAL(INSTALL_HEADERS, [test "${enable_install_headers}" = yes])
 AM_CONDITIONAL(HAVE_CUDA_LIB, [test "${enable_client}" = yes -a -f 
./coprocs/CUDA/posix/${boinc_platform}/libcudart.so])
 
+PKG_CHECK_MODULES([GTK2], [gtk+-2.0])
+
 dnl ==
 dnl some more vodoo required for building portable client-binary (client, 
clientgui)
 dnl ==
Index: clientgui/Makefile.am
===
--- clientgui/Makefile.am.orig
+++ clientgui/Makefile.am
@@ -118,9 +118,8 @@ EXTRA_DIST = *.h \
 ../lib/error_numbers.h \
 locale $(mac_headers)
 
-boincmgr_CPPFLAGS = $(AM_CPPFLAGS) $(WX_CPPFLAGS) $(SQLITE3_CPPFLAGS) 
$(LIBNOTIFY_CFLAGS) $(CLIENTGUIFLAGS) `pkg-config --cflags gtk+-2.0`
-boincmgr_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS) $(SQLITE3_CPPFLAGS) 
$(LIBNOTIFY_CFLAGS) $(CLIENTGUIFLAGS) `pkg-config --cflags gtk+-2.0`
-boincmgr_LDADD = $(LIBBOINC) $(SQLITE3_LIBS) $(LIBNOTIFY_LIBS) 
$(CLIENTGUILIBS) $(BOINC_EXTRA_LIBS) $(CLIENTLIBS)
+boincmgr_CPPFLAGS = $(AM_CPPFLAGS) $(WX_CPPFLAGS) $(SQLITE3_CPPFLAGS) 
$(LIBNOTIFY_CFLAGS) $(CLIENTGUIFLAGS) $(GTK2_CFLAGS)
+boincmgr_LDADD = $(LIBBOINC) $(SQLITE3_LIBS) $(LIBNOTIFY_LIBS) 
$(CLIENTGUILIBS) $(BOINC_EXTRA_LIBS) $(CLIENTLIBS) $(GTK2_LIBS)
 
 win_config.h: $(top_srcdir)/config.h
grep '#define.*BOINC.*VERSION' $^ > $@
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xorg-x11-server for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:12.2 
checked in at 2012-07-10 14:18:19

Comparing /work/SRC/openSUSE:12.2/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:12.2/.xorg-x11-server.new (New)


Package is "xorg-x11-server", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/xorg-x11-server/xorg-x11-server.changes 
2012-06-26 17:43:20.0 +0200
+++ /work/SRC/openSUSE:12.2/.xorg-x11-server.new/xorg-x11-server.changes
2012-07-10 14:18:30.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul  9 21:28:59 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to Version 1.12.3
+  + The third stable update to the X.Org X server 1.12 series is now available.
+A few smaller changes only since the second RC, some memory leak fixes and 
two
+fixes to avoid out-of-bounds array access.
+
+---

Old:

  xorg-server-1.12.2.tar.bz2

New:

  xorg-server-1.12.3.tar.bz2



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.r3Ojg0/_old  2012-07-10 14:18:31.0 +0200
+++ /var/tmp/diff_new_pack.r3Ojg0/_new  2012-07-10 14:18:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xorg-x11-server
-%define dirsuffix 1.12.2
+%define dirsuffix 1.12.3
 %define vnc 1
 Summary:X
 License:GPL-2.0+ ; MIT

++ xorg-server-1.12.2.tar.bz2 -> xorg-server-1.12.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorg-server-1.12.2/Xi/extinit.c 
new/xorg-server-1.12.3/Xi/extinit.c
--- old/xorg-server-1.12.2/Xi/extinit.c 2012-05-29 22:05:17.0 +0200
+++ new/xorg-server-1.12.3/Xi/extinit.c 2012-07-09 02:44:01.0 +0200
@@ -365,7 +365,7 @@
 
 extern XExtensionVersion XIVersion;
 
-Mask PropagateMask[MAXDEVICES];
+Mask PropagateMask[EMASKSIZE];
 
 /*
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorg-server-1.12.2/Xi/stubs.c 
new/xorg-server-1.12.3/Xi/stubs.c
--- old/xorg-server-1.12.2/Xi/stubs.c   2012-05-29 22:05:17.0 +0200
+++ new/xorg-server-1.12.3/Xi/stubs.c   2012-07-09 02:44:01.0 +0200
@@ -141,4 +141,5 @@
 void
 DeleteInputDeviceRequest(DeviceIntPtr dev)
 {
+RemoveDevice(dev, TRUE);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorg-server-1.12.2/Xi/xiquerydevice.c 
new/xorg-server-1.12.3/Xi/xiquerydevice.c
--- old/xorg-server-1.12.2/Xi/xiquerydevice.c   2012-05-29 22:05:17.0 
+0200
+++ new/xorg-server-1.12.3/Xi/xiquerydevice.c   2012-07-09 02:44:01.0 
+0200
@@ -430,7 +430,7 @@
 {
 touch->type = XITouchClass;
 touch->length = sizeof(xXITouchInfo) >> 2;
-touch->sourceid = touch->sourceid;
+touch->sourceid = dev->touch->sourceid;
 touch->mode = dev->touch->mode;
 touch->num_touches = dev->touch->num_touches;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorg-server-1.12.2/configure.ac 
new/xorg-server-1.12.3/configure.ac
--- old/xorg-server-1.12.2/configure.ac 2012-05-29 22:05:17.0 +0200
+++ new/xorg-server-1.12.3/configure.ac 2012-07-09 02:44:01.0 +0200
@@ -26,8 +26,8 @@
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.60)
-AC_INIT([xorg-server], 1.12.2, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
-RELEASE_DATE="2012-05-29"
+AC_INIT([xorg-server], 1.12.3, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE="2012-07-09"
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorg-server-1.12.2/dix/getevents.c 
new/xorg-server-1.12.3/dix/getevents.c
--- old/xorg-server-1.12.2/dix/getevents.c  2012-05-29 22:05:17.0 
+0200
+++ new/xorg-server-1.12.3/dix/getevents.c  2012-07-09 02:44:01.0 
+0200
@@ -35,6 +35,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "misc.h"
 #include "resource.h"
@@ -750,6 +751,29 @@
 }
 }
 
+static void
+add_to_scroll_valuator(DeviceIntPtr dev, ValuatorMask *mask, int valuator, 
double value)
+{
+double v;
+
+if (!valuator_mask_fetch_double(mask, valuator, &v))
+return;
+
+/* protect against scrolling overflow. INT_MAX for double, because
+ * we'll eventually write this as 32.32 fixed point */
+if ((value > 0 && v > INT_MAX - value) || (value < 0 && v < INT_MIN - 
value)) {
+v = 0;
+
+/* reset last.scroll to 

commit xorg-x11-server for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2012-07-10 14:18:12

Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-server.new (New)


Package is "xorg-x11-server", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2012-06-26 17:43:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2012-07-10 14:18:15.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul  9 21:28:59 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to Version 1.12.3
+  + The third stable update to the X.Org X server 1.12 series is now available.
+A few smaller changes only since the second RC, some memory leak fixes and 
two
+fixes to avoid out-of-bounds array access.
+
+---

Old:

  xorg-server-1.12.2.tar.bz2

New:

  xorg-server-1.12.3.tar.bz2



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.b7Fpm9/_old  2012-07-10 14:18:28.0 +0200
+++ /var/tmp/diff_new_pack.b7Fpm9/_new  2012-07-10 14:18:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xorg-x11-server
-%define dirsuffix 1.12.2
+%define dirsuffix 1.12.3
 %define vnc 1
 Summary:X
 License:GPL-2.0+ ; MIT

++ xorg-server-1.12.2.tar.bz2 -> xorg-server-1.12.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorg-server-1.12.2/Xi/extinit.c 
new/xorg-server-1.12.3/Xi/extinit.c
--- old/xorg-server-1.12.2/Xi/extinit.c 2012-05-29 22:05:17.0 +0200
+++ new/xorg-server-1.12.3/Xi/extinit.c 2012-07-09 02:44:01.0 +0200
@@ -365,7 +365,7 @@
 
 extern XExtensionVersion XIVersion;
 
-Mask PropagateMask[MAXDEVICES];
+Mask PropagateMask[EMASKSIZE];
 
 /*
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorg-server-1.12.2/Xi/stubs.c 
new/xorg-server-1.12.3/Xi/stubs.c
--- old/xorg-server-1.12.2/Xi/stubs.c   2012-05-29 22:05:17.0 +0200
+++ new/xorg-server-1.12.3/Xi/stubs.c   2012-07-09 02:44:01.0 +0200
@@ -141,4 +141,5 @@
 void
 DeleteInputDeviceRequest(DeviceIntPtr dev)
 {
+RemoveDevice(dev, TRUE);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorg-server-1.12.2/Xi/xiquerydevice.c 
new/xorg-server-1.12.3/Xi/xiquerydevice.c
--- old/xorg-server-1.12.2/Xi/xiquerydevice.c   2012-05-29 22:05:17.0 
+0200
+++ new/xorg-server-1.12.3/Xi/xiquerydevice.c   2012-07-09 02:44:01.0 
+0200
@@ -430,7 +430,7 @@
 {
 touch->type = XITouchClass;
 touch->length = sizeof(xXITouchInfo) >> 2;
-touch->sourceid = touch->sourceid;
+touch->sourceid = dev->touch->sourceid;
 touch->mode = dev->touch->mode;
 touch->num_touches = dev->touch->num_touches;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorg-server-1.12.2/configure.ac 
new/xorg-server-1.12.3/configure.ac
--- old/xorg-server-1.12.2/configure.ac 2012-05-29 22:05:17.0 +0200
+++ new/xorg-server-1.12.3/configure.ac 2012-07-09 02:44:01.0 +0200
@@ -26,8 +26,8 @@
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.60)
-AC_INIT([xorg-server], 1.12.2, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
-RELEASE_DATE="2012-05-29"
+AC_INIT([xorg-server], 1.12.3, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE="2012-07-09"
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorg-server-1.12.2/dix/getevents.c 
new/xorg-server-1.12.3/dix/getevents.c
--- old/xorg-server-1.12.2/dix/getevents.c  2012-05-29 22:05:17.0 
+0200
+++ new/xorg-server-1.12.3/dix/getevents.c  2012-07-09 02:44:01.0 
+0200
@@ -35,6 +35,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "misc.h"
 #include "resource.h"
@@ -750,6 +751,29 @@
 }
 }
 
+static void
+add_to_scroll_valuator(DeviceIntPtr dev, ValuatorMask *mask, int valuator, 
double value)
+{
+double v;
+
+if (!valuator_mask_fetch_double(mask, valuator, &v))
+return;
+
+/* protect against scrolling overflow. INT_MAX for double, because
+ * we'll eventually write this as 32.32 fixed point */
+if ((value > 0 && v > INT_MAX - value) || (value < 0 && v < INT_MIN - 
value)) {
+v = 0;
+
+/* reset last.s

commit python-veusz for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package python-veusz for openSUSE:Factory 
checked in at 2012-07-10 14:15:46

Comparing /work/SRC/openSUSE:Factory/python-veusz (Old)
 and  /work/SRC/openSUSE:Factory/.python-veusz.new (New)


Package is "python-veusz", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes
2012-07-09 10:17:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-veusz.new/python-veusz.changes   
2012-07-10 14:15:48.0 +0200
@@ -1,0 +2,52 @@
+Mon Jul 10 11:18:26 UTC 2012 - badshah...@gmail.com
+
+- Update to version 1.16:
+  + Experimental MathML support
+  + Add upper/lower-left/right arrows
+  + Add options to clip text/lines/shapes to graphs
+  + Add stacked-area option to bar plot widget
+  + Draw stacked bar plots top-down for better overlapping line
+behaviour
+  + Axis labels can be placed at left or right of axes, in
+addition to centre
+  + Line widget now has length-angle or point-to-point modes,
+better support for only specifying some coordinates.
+  + Exception dialog records more detailed traceback
+  + Use top level windows for non-modal dialogs, giving minimize
+in window and no always-on-top behaviour
+  + Zero length vectors and arrows in vector fields are not
+plotted
+  + Add support for strings to be translated
+  + Add "Sort" dataset plugin
+  + Add "Histogram 2D" dataset plugin
+  + Add "Divide by Maximum" and "Normalize" dataset plugins
+  + Support for *args and **kwargs for custom functions
+  + Custom colormaps can be defined in the custom editing
+dialog
+  + Bug fixes:
+- Use correct definition of 1pt = 1/72in
+- Workaround for splash screen problem
+- Fix numerous problems reported by pyflakes
+- Histograms fail when saved
+- Fix plot with nan functions
+- Fix failure of self tests on ARM platforms
+- Force pages/documents to have physical sizes
+- Fix crash if deleting multiple datasets in data edit dialog
+- Check dimensions of datasets in SetData
+- Handle better zero bytes in data files
+- Fix error if page size zero
+- Fix error if vector baselength is zero
+- If dataset plugin parameter not given in saved file, use
+  default
+- Fix crash for axes with same minimum and maximum
+- Fix CSV import problem when same dataset has multiple types
+- Thinning markers works when using marker sizes / colors
++ Package icons in the hicolor icon directory; use BuildRequires:
+  hicolot-icon-theme for required post scriptlets
++ Install 256x256 icon to make application icon look better on the
+  gnome-shell
++ Depend on the right version of SIP ABI (prevents issues like
+  bnc#711890 from happening)
++ Add a Provides: veusz = %{version} to spec file.
+
+---

Old:

  veusz-1.15.tar.gz

New:

  veusz-1.16.tar.gz
  veusz_256.png



Other differences:
--
++ python-veusz.spec ++
--- /var/tmp/diff_new_pack.msfmEV/_old  2012-07-10 14:15:51.0 +0200
+++ /var/tmp/diff_new_pack.msfmEV/_new  2012-07-10 14:15:51.0 +0200
@@ -21,8 +21,8 @@
 %define pyname veusz
 
 Name:   python-veusz
-Version:1.15
-Release:1
+Version:1.16
+Release:0
 # The entire source code is GPL-2.0+ except helpers/src/_nc_cntr.c which is 
Python-2.0
 License:GPL-2.0+ and Python-2.0
 Summary:GUI scientific plotting package
@@ -31,8 +31,10 @@
 Source0:http://download.gna.org/veusz/veusz-%{version}.tar.gz
 Source1:%{pyname}.desktop
 Source2:%{pyname}.xml
+Source3:%{pyname}_256.png
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt4-devel
 BuildRequires:  python-devel
 BuildRequires:  python-numpy-devel
@@ -40,8 +42,10 @@
 BuildRequires:  python-setuptools
 BuildRequires:  python-sip
 BuildRequires:  update-desktop-files
+%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
 Requires:   python-numpy
 Requires:   python-qt4
+Provides:   %{pyname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): shared-mime-info desktop-file-utils
 Requires(postun): shared-mime-info desktop-file-utils
@@ -85,13 +89,16 @@
 cp %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/
 
 # move icon files to /usr/share/pixmaps/veusz
-# symlink main veusz icon also into pixmaps (for desktop file)
-mkdir -p %{buildroot}%{_datadir}/pixmaps/veusz
-mv %{buildroot}%{python_sitearch}/veusz/windows/icons/*.png \
-%{buildroot}%{_datadir}/pixmaps/veusz
-mv %{buildroot}%{python_sitearch}/veusz/windows/icons/*.svg \
-%{buildroot}%{_da

commit python-pyOpenSSL for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package python-pyOpenSSL for 
openSUSE:Factory checked in at 2012-07-10 14:09:23

Comparing /work/SRC/openSUSE:Factory/python-pyOpenSSL (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyOpenSSL.new (New)


Package is "python-pyOpenSSL", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-pyOpenSSL/python-pyOpenSSL-doc.changes
2012-06-18 17:29:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyOpenSSL.new/python-pyOpenSSL-doc.changes   
2012-07-10 14:10:16.0 +0200
@@ -1,0 +2,16 @@
+Mon Jul  9 18:34:08 PDT 2012 - msu...@opensuse.org
+
+- Update to version 0.13
+  * Add OPENSSL_VERSION_NUMBER, SSLeay_version and related
+constants for retrieving version information about the
+underlying OpenSSL library.
+  * Support OpenSSL 1.0.0a and related changes.
+  * Remove SSLv2 support if the underlying OpenSSL library does
+not provide it.
+  * Add a new method to the X509 type, get_signature_algorithm.
+  * Add a new method to the Connection type, get_peer_cert_chain.
+  * Add the PKey.check method to verify the internal consistency
+of a PKey instance.
+  * Bug fixes.
+
+---
python-pyOpenSSL.changes: same change

Old:

  pyOpenSSL-0.12.tar.gz

New:

  pyOpenSSL-0.13.tar.gz



Other differences:
--
++ python-pyOpenSSL-doc.spec ++
--- /var/tmp/diff_new_pack.VpWCaH/_old  2012-07-10 14:10:17.0 +0200
+++ /var/tmp/diff_new_pack.VpWCaH/_new  2012-07-10 14:10:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-pyOpenSSL-doc
-Version:0.12
+Version:0.13
 Release:0
 Url:http://launchpad.net/pyopenssl
 Summary:Python wrapper module around the OpenSSL library - 
Documentation

python-pyOpenSSL.spec: same change
++ pyOpenSSL-0.12.tar.gz -> pyOpenSSL-0.13.tar.gz ++
 2511 lines of diff (skipped)

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



commit pm-utils for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package pm-utils for openSUSE:12.2 checked 
in at 2012-07-10 14:05:15

Comparing /work/SRC/openSUSE:12.2/pm-utils (Old)
 and  /work/SRC/openSUSE:12.2/.pm-utils.new (New)


Package is "pm-utils", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/pm-utils/pm-utils.changes   2012-06-26 
17:21:01.0 +0200
+++ /work/SRC/openSUSE:12.2/.pm-utils.new/pm-utils.changes  2012-07-10 
14:05:15.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 10 10:30:37 UTC 2012 - vdziewie...@suse.com
+
+-Further fix for bnc#753589 - powersave was not activated when
+resuming from suspend on battery.
+
+---

Old:

  pm-utils-1.4.1-suse-8.tar.bz2

New:

  pm-utils-1.4.1-suse-9.tar.bz2



Other differences:
--
++ pm-utils.spec ++
--- /var/tmp/diff_new_pack.Ed8A33/_old  2012-07-10 14:05:16.0 +0200
+++ /var/tmp/diff_new_pack.Ed8A33/_new  2012-07-10 14:05:16.0 +0200
@@ -19,7 +19,7 @@
 %define pm_libdir %{_prefix}/lib/%{name}/
 %define pm_quirkdbdir %{pm_libdir}/video-quirks
 %define pm_sysconfdir %{_sysconfdir}/pm/config.d/
-%define gitversion 8
+%define gitversion 9
 
 Name:   pm-utils
 Version:1.4.1

++ pm-utils-1.4.1-suse-8.tar.bz2 -> pm-utils-1.4.1-suse-9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pm-utils/pm/sleep.d/00powersave 
new/pm-utils/pm/sleep.d/00powersave
--- old/pm-utils/pm/sleep.d/00powersave 2012-06-04 20:16:59.0 +0200
+++ new/pm-utils/pm/sleep.d/00powersave 2012-07-10 12:20:00.0 +0200
@@ -6,7 +6,7 @@
 
 case $1 in
 suspend|hibernate) on_ac_power || pm-powersave false ;;
-resume|thaw)   on_ac_power || pm-powersave false ;;
+resume|thaw)   on_ac_power || pm-powersave ;;
 *) exit $NA ;;
 esac
 exit 0

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



commit pm-utils for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package pm-utils for openSUSE:Factory 
checked in at 2012-07-10 14:05:06

Comparing /work/SRC/openSUSE:Factory/pm-utils (Old)
 and  /work/SRC/openSUSE:Factory/.pm-utils.new (New)


Package is "pm-utils", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pm-utils/pm-utils.changes2012-06-26 
17:20:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.pm-utils.new/pm-utils.changes   2012-07-10 
14:05:07.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 10 10:30:37 UTC 2012 - vdziewie...@suse.com
+
+-Further fix for bnc#753589 - powersave was not activated when
+resuming from suspend on battery.
+
+---

Old:

  pm-utils-1.4.1-suse-8.tar.bz2

New:

  pm-utils-1.4.1-suse-9.tar.bz2



Other differences:
--
++ pm-utils.spec ++
--- /var/tmp/diff_new_pack.JUuCcv/_old  2012-07-10 14:05:11.0 +0200
+++ /var/tmp/diff_new_pack.JUuCcv/_new  2012-07-10 14:05:11.0 +0200
@@ -19,7 +19,7 @@
 %define pm_libdir %{_prefix}/lib/%{name}/
 %define pm_quirkdbdir %{pm_libdir}/video-quirks
 %define pm_sysconfdir %{_sysconfdir}/pm/config.d/
-%define gitversion 8
+%define gitversion 9
 
 Name:   pm-utils
 Version:1.4.1

++ pm-utils-1.4.1-suse-8.tar.bz2 -> pm-utils-1.4.1-suse-9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pm-utils/pm/sleep.d/00powersave 
new/pm-utils/pm/sleep.d/00powersave
--- old/pm-utils/pm/sleep.d/00powersave 2012-06-04 20:16:59.0 +0200
+++ new/pm-utils/pm/sleep.d/00powersave 2012-07-10 12:20:00.0 +0200
@@ -6,7 +6,7 @@
 
 case $1 in
 suspend|hibernate) on_ac_power || pm-powersave false ;;
-resume|thaw)   on_ac_power || pm-powersave false ;;
+resume|thaw)   on_ac_power || pm-powersave ;;
 *) exit $NA ;;
 esac
 exit 0

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



commit libx86 for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package libx86 for openSUSE:12.2 checked in 
at 2012-07-10 14:02:44

Comparing /work/SRC/openSUSE:12.2/libx86 (Old)
 and  /work/SRC/openSUSE:12.2/.libx86.new (New)


Package is "libx86", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/libx86/libx86.changes   2012-06-25 
15:45:24.0 +0200
+++ /work/SRC/openSUSE:12.2/.libx86.new/libx86.changes  2012-07-10 
14:02:45.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 10 10:02:32 UTC 2012 - cfarr...@suse.com
+
+- license update: MIT and BSD-3-Clause
+  Most of the code is MIT licensed but there is a BSD licensed x86emu
+  component
+
+---



Other differences:
--
++ libx86.spec ++
--- /var/tmp/diff_new_pack.2t2chf/_old  2012-07-10 14:02:45.0 +0200
+++ /var/tmp/diff_new_pack.2t2chf/_new  2012-07-10 14:02:45.0 +0200
@@ -20,7 +20,7 @@
 Version:1.1
 Release:0
 Summary:x86 real-mode library
-License:BSD-3-Clause
+License:MIT and BSD-3-Clause
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit libx86 for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package libx86 for openSUSE:Factory checked 
in at 2012-07-10 14:02:32

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


Package is "libx86", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libx86/libx86.changes2012-03-26 
15:37:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libx86.new/libx86.changes   2012-07-10 
14:02:37.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 10 10:02:32 UTC 2012 - cfarr...@suse.com
+
+- license update: MIT and BSD-3-Clause
+  Most of the code is MIT licensed but there is a BSD licensed x86emu
+  component
+
+---



Other differences:
--
++ libx86.spec ++
--- /var/tmp/diff_new_pack.OTIxHY/_old  2012-07-10 14:02:38.0 +0200
+++ /var/tmp/diff_new_pack.OTIxHY/_new  2012-07-10 14:02:38.0 +0200
@@ -20,7 +20,7 @@
 Version:1.1
 Release:0
 Summary:x86 real-mode library
-License:BSD-3-Clause
+License:MIT and BSD-3-Clause
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit kernel-source for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2012-07-10 14:00:53

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is "kernel-source", Maintainer is 
"kernel-maintain...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2012-06-29 11:31:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2012-07-10 14:00:55.0 +0200
@@ -1,0 +2,88 @@
+Tue Jul 10 03:27:57 CEST 2012 - ag...@suse.de
+
+- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
+- commit 65dce23
+
+---
+Tue Jul 10 03:11:17 CEST 2012 - ag...@suse.de
+
+- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
+- commit 6df2baf
+
+---
+Tue Jul 10 02:30:55 CEST 2012 - ag...@suse.de
+
+- ARM: OMAP: Update config files: Enable status LED
+- commit afc95c8
+
+---
+Sat Jul  7 22:43:42 CEST 2012 - ag...@suse.de
+
+- ARM: OMAP: dss: GLOBAL_BUFFER hack.
+- commit d70ee95
+
+---
+Wed Jul  4 13:10:29 CEST 2012 - ag...@suse.de
+
+- Update config files.
+- commit 97411e1
+
+---
+Wed Jul  4 13:08:54 CEST 2012 - ag...@suse.de
+
+- Remove non-ARM and Samsung specific CMA patches, we only need the framework 
for OMAP
+- commit a9a5b39
+
+---
+Wed Jul  4 10:23:28 CEST 2012 - tr...@suse.de
+
+- Fix NULL pointer derference in acpi_ns_check_object_type()
+  (kernel bug 44171).
+- commit 36cf667
+
+---
+Tue Jul  3 22:50:06 CEST 2012 - ag...@suse.de
+
+- Update config files for CMA
+- commit 2b3ec9b
+
+---
+Tue Jul  3 22:46:05 CEST 2012 - ag...@suse.de
+
+- ARM: backport CMA framework (required for omapdrm)
+- commit d0c4392
+
+---
+Tue Jul  3 19:53:10 CEST 2012 - j...@suse.cz
+
+- udf: Fortify loading of sparing table (bnc#769784).
+- udf: Avoid run away loop when partition table length is
+  corrupted (bnc#769784).
+- udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()
+  (bnc#769784).
+- commit 48e23e1
+
+---
+Tue Jul  3 01:00:30 CEST 2012 - ag...@suse.de
+
+- omap2+: add drm device for the new Xorg driver.
+- commit babe620
+
+---
+Mon Jul  2 14:43:09 CEST 2012 - tr...@suse.de
+
+- ACPI: Make acpi_skip_timer_override cover all source_irq==0
+cases (bnc#676068).
+- ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer
+overriding (bnc#676068).
+- Refresh patches.xen/xen3-patch-2.6.27.
+- commit ce6a9c8
+
+---
+Mon Jul  2 14:16:34 CEST 2012 - dste...@suse.cz
+
+- btrfs: allow cross-subvolume file clone (bnc#698540).
+- btrfs: use correct device for maps (bnc#672923 bnc#769545).
+- commit a5f47eb
+
+---
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-imx51.changes: same change
kernel-omap2plus.changes: same change
kernel-pae.changes: same change
kernel-ppc64.changes: same change
kernel-s390.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-tegra.changes: same change
kernel-trace.changes: same change
kernel-u8500.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change



Other differences:
--
kernel-default.spec: same change
kernel-desktop.spec: same change
kernel-docs.spec: same change
kernel-ec2.spec: same change
kernel-imx51.spec: same change
kernel-omap2plus.spec: same change
kernel-pae.spec: same change
kernel-ppc64.spec: same change
kernel-s390.spec: same change
kernel-source.spec: same change
kernel-syms.spec: same change
kernel-tegra.spec: same change
kernel-trace.spec: same change
kernel-u8500.spec: same change
kernel-vanilla.spec: same change
kernel-xen.spec: same change
++ config.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/armv7hl/default new/config/armv7hl/default
--- 

commit yast2-bootloader for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for openSUSE:12.2 
checked in at 2012-07-10 13:44:49

Comparing /work/SRC/openSUSE:12.2/yast2-bootloader (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-bootloader.new (New)


Package is "yast2-bootloader", Maintainer is "snw...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/yast2-bootloader/yast2-bootloader.changes   
2012-07-04 13:57:09.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-bootloader.new/yast2-bootloader.changes  
2012-07-10 13:44:51.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  9 13:08:29 CEST 2012 - u...@suse.de
+
+- fixed rnc schema file (bnc#752450)
+- 2.23.6
+
+---

Old:

  yast2-bootloader-2.23.5.tar.bz2

New:

  yast2-bootloader-2.23.6.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.WmMTjq/_old  2012-07-10 13:44:51.0 +0200
+++ /var/tmp/diff_new_pack.WmMTjq/_new  2012-07-10 13:44:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:2.23.5
+Version:2.23.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-2.23.5.tar.bz2 -> yast2-bootloader-2.23.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.5/VERSION 
new/yast2-bootloader-2.23.6/VERSION
--- old/yast2-bootloader-2.23.5/VERSION 2012-07-04 09:43:56.0 +0200
+++ new/yast2-bootloader-2.23.6/VERSION 2012-07-09 14:49:44.0 +0200
@@ -1 +1 @@
-2.23.5
+2.23.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.5/src/config/bootloader.rnc 
new/yast2-bootloader-2.23.6/src/config/bootloader.rnc
--- old/yast2-bootloader-2.23.5/src/config/bootloader.rnc   2012-06-25 
08:50:21.0 +0200
+++ new/yast2-bootloader-2.23.6/src/config/bootloader.rnc   2012-07-09 
13:19:08.0 +0200
@@ -53,6 +53,7 @@
 bl_activate? &
 boot_root? &
 boot_boot? &
+boot_extended? &
 boot_mbr? &
 stage1_dev?
   }
@@ -66,6 +67,7 @@
 bl_activate = element activate { "true" | "false" }
 boot_root = element boot_root { "true" | "false" }
 boot_boot = element boot_boot { "true" | "false" }
+boot_extended = element boot_extended { "true" | "false" }
 boot_mbr = element boot_mbr { "true" | "false" }
 
 sections =

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



commit yast2-bootloader for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2012-07-10 13:44:43

Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New)


Package is "yast2-bootloader", Maintainer is "snw...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2012-07-04 13:57:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2012-07-10 13:44:44.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  9 13:08:29 CEST 2012 - u...@suse.de
+
+- fixed rnc schema file (bnc#752450)
+- 2.23.6
+
+---

Old:

  yast2-bootloader-2.23.5.tar.bz2

New:

  yast2-bootloader-2.23.6.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.LqhjaW/_old  2012-07-10 13:44:46.0 +0200
+++ /var/tmp/diff_new_pack.LqhjaW/_new  2012-07-10 13:44:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:2.23.5
+Version:2.23.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-2.23.5.tar.bz2 -> yast2-bootloader-2.23.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.5/VERSION 
new/yast2-bootloader-2.23.6/VERSION
--- old/yast2-bootloader-2.23.5/VERSION 2012-07-04 09:43:56.0 +0200
+++ new/yast2-bootloader-2.23.6/VERSION 2012-07-09 14:49:44.0 +0200
@@ -1 +1 @@
-2.23.5
+2.23.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.5/src/config/bootloader.rnc 
new/yast2-bootloader-2.23.6/src/config/bootloader.rnc
--- old/yast2-bootloader-2.23.5/src/config/bootloader.rnc   2012-06-25 
08:50:21.0 +0200
+++ new/yast2-bootloader-2.23.6/src/config/bootloader.rnc   2012-07-09 
13:19:08.0 +0200
@@ -53,6 +53,7 @@
 bl_activate? &
 boot_root? &
 boot_boot? &
+boot_extended? &
 boot_mbr? &
 stage1_dev?
   }
@@ -66,6 +67,7 @@
 bl_activate = element activate { "true" | "false" }
 boot_root = element boot_root { "true" | "false" }
 boot_boot = element boot_boot { "true" | "false" }
+boot_extended = element boot_extended { "true" | "false" }
 boot_mbr = element boot_mbr { "true" | "false" }
 
 sections =

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



commit tracker for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:12.2 checked in 
at 2012-07-10 13:43:23

Comparing /work/SRC/openSUSE:12.2/tracker (Old)
 and  /work/SRC/openSUSE:12.2/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/tracker/tracker-extras.changes  2012-06-25 
15:56:09.0 +0200
+++ /work/SRC/openSUSE:12.2/.tracker.new/tracker-extras.changes 2012-07-10 
13:43:24.0 +0200
@@ -1,0 +2,20 @@
+Fri Jul  6 16:45:14 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.14.2:
+  + tracker-extract: Fix compilation of Qt Media Art backend
+  + tracker-extract-gstreamer: Fix invalid pointer access from
+gst_tag_list_get_string() use
+  + tracker-miner-fs:
+- Remove failed extractions from queues if
+  g_file_query_info_async() fails.
+- Removed unused code for dir config root Quark
+  + Bugs fixed:
+- bgo#676437: TrackerMinerFS: priv->extraction_timer can't be
+  NULL when we update miner progress
+- bgo#676153: Crash on USB removal during crawling
+- bgo#676435: Infinite loop in miner
+- bgo#679313, bgo#674869, bgo#676516, bgo#676213, bgo#675431,
+  bgo#676849, bgo#676433, bgo#676514, bgo#675437.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-0.14.1.tar.xz

New:

  tracker-0.14.2.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.86mmpo/_old  2012-07-10 13:43:24.0 +0200
+++ /var/tmp/diff_new_pack.86mmpo/_new  2012-07-10 13:43:24.0 +0200
@@ -49,7 +49,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:0.14.1
+Version:0.14.2
 Release:0
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 License:GPL-2.0+

++ tracker.spec ++
--- /var/tmp/diff_new_pack.86mmpo/_old  2012-07-10 13:43:24.0 +0200
+++ /var/tmp/diff_new_pack.86mmpo/_new  2012-07-10 13:43:24.0 +0200
@@ -48,7 +48,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:0.14.1
+Version:0.14.2
 Release:0
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 License:GPL-2.0+

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



commit tracker for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2012-07-10 13:43:17

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


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2012-05-22 
10:10:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2012-07-10 13:43:19.0 +0200
@@ -1,0 +2,20 @@
+Fri Jul  6 16:45:14 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.14.2:
+  + tracker-extract: Fix compilation of Qt Media Art backend
+  + tracker-extract-gstreamer: Fix invalid pointer access from
+gst_tag_list_get_string() use
+  + tracker-miner-fs:
+- Remove failed extractions from queues if
+  g_file_query_info_async() fails.
+- Removed unused code for dir config root Quark
+  + Bugs fixed:
+- bgo#676437: TrackerMinerFS: priv->extraction_timer can't be
+  NULL when we update miner progress
+- bgo#676153: Crash on USB removal during crawling
+- bgo#676435: Infinite loop in miner
+- bgo#679313, bgo#674869, bgo#676516, bgo#676213, bgo#675431,
+  bgo#676849, bgo#676433, bgo#676514, bgo#675437.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-0.14.1.tar.xz

New:

  tracker-0.14.2.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.0RNEzs/_old  2012-07-10 13:43:23.0 +0200
+++ /var/tmp/diff_new_pack.0RNEzs/_new  2012-07-10 13:43:23.0 +0200
@@ -49,7 +49,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:0.14.1
+Version:0.14.2
 Release:0
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 License:GPL-2.0+

++ tracker.spec ++
--- /var/tmp/diff_new_pack.0RNEzs/_old  2012-07-10 13:43:23.0 +0200
+++ /var/tmp/diff_new_pack.0RNEzs/_new  2012-07-10 13:43:23.0 +0200
@@ -48,7 +48,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:0.14.1
+Version:0.14.2
 Release:0
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 License:GPL-2.0+

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



commit tgt for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package tgt for openSUSE:12.2 checked in at 
2012-07-10 13:42:45

Comparing /work/SRC/openSUSE:12.2/tgt (Old)
 and  /work/SRC/openSUSE:12.2/.tgt.new (New)


Package is "tgt", Maintainer is "h...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/tgt/tgt.changes 2012-06-25 15:55:50.0 
+0200
+++ /work/SRC/openSUSE:12.2/.tgt.new/tgt.changes2012-07-10 
13:42:46.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 10 08:25:16 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  Most of the source code files carry a GPL-2.0 notice, not GPL-2.0+
+
+---



Other differences:
--
++ tgt.spec ++
--- /var/tmp/diff_new_pack.soppLv/_old  2012-07-10 13:42:46.0 +0200
+++ /var/tmp/diff_new_pack.soppLv/_new  2012-07-10 13:42:46.0 +0200
@@ -29,7 +29,7 @@
 Version:1.0.28
 Release:0
 Summary:Generic Linux target framework (tgt)
-License:GPL-2.0+
+License:GPL-2.0
 Group:  System/Daemons
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}.init

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



commit tgt for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package tgt for openSUSE:Factory checked in 
at 2012-07-10 13:42:41

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


Package is "tgt", Maintainer is "h...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/tgt/tgt.changes  2012-06-18 17:34:43.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tgt.new/tgt.changes 2012-07-10 
13:42:43.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 10 08:25:16 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  Most of the source code files carry a GPL-2.0 notice, not GPL-2.0+
+
+---



Other differences:
--
++ tgt.spec ++
--- /var/tmp/diff_new_pack.OhNFom/_old  2012-07-10 13:42:44.0 +0200
+++ /var/tmp/diff_new_pack.OhNFom/_new  2012-07-10 13:42:44.0 +0200
@@ -29,7 +29,7 @@
 Version:1.0.28
 Release:0
 Summary:Generic Linux target framework (tgt)
-License:GPL-2.0+
+License:GPL-2.0
 Group:  System/Daemons
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}.init

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



commit intel-gpu-tools for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package intel-gpu-tools for openSUSE:12.2 
checked in at 2012-07-10 13:42:11

Comparing /work/SRC/openSUSE:12.2/intel-gpu-tools (Old)
 and  /work/SRC/openSUSE:12.2/.intel-gpu-tools.new (New)


Package is "intel-gpu-tools", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/intel-gpu-tools/intel-gpu-tools.changes 
2012-07-09 08:00:02.0 +0200
+++ /work/SRC/openSUSE:12.2/.intel-gpu-tools.new/intel-gpu-tools.changes
2012-07-10 13:42:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul  9 12:34:31 UTC 2012 - dmuel...@suse.com
+
+- change it to exclusivearch, as it also does not exist on ARM
+
+---



Other differences:
--
++ intel-gpu-tools.spec ++
--- /var/tmp/diff_new_pack.dBqLOk/_old  2012-07-10 13:42:13.0 +0200
+++ /var/tmp/diff_new_pack.dBqLOk/_new  2012-07-10 13:42:13.0 +0200
@@ -34,8 +34,8 @@
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:  xorg-x11-driver-video <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# There is no intel graphics on ppc(64)
-ExcludeArch:ppc ppc64
+# Intel GPU is only available on x86 and x86-64
+ExclusiveArch:  %ix86 x86_64
 
 %description
 This is a collection of tools for development and testing of the Intel

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



commit intel-gpu-tools for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package intel-gpu-tools for openSUSE:Factory 
checked in at 2012-07-10 13:42:07

Comparing /work/SRC/openSUSE:Factory/intel-gpu-tools (Old)
 and  /work/SRC/openSUSE:Factory/.intel-gpu-tools.new (New)


Package is "intel-gpu-tools", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes  
2012-07-09 08:00:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools.changes 
2012-07-10 13:42:11.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul  9 12:34:31 UTC 2012 - dmuel...@suse.com
+
+- change it to exclusivearch, as it also does not exist on ARM
+
+---



Other differences:
--
++ intel-gpu-tools.spec ++
--- /var/tmp/diff_new_pack.sQYEkJ/_old  2012-07-10 13:42:13.0 +0200
+++ /var/tmp/diff_new_pack.sQYEkJ/_new  2012-07-10 13:42:13.0 +0200
@@ -34,8 +34,8 @@
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:  xorg-x11-driver-video <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# There is no intel graphics on ppc(64)
-ExcludeArch:ppc ppc64
+# Intel GPU is only available on x86 and x86-64
+ExclusiveArch:  %ix86 x86_64
 
 %description
 This is a collection of tools for development and testing of the Intel

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



commit gypsy for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package gypsy for openSUSE:12.2 checked in 
at 2012-07-10 13:41:50

Comparing /work/SRC/openSUSE:12.2/gypsy (Old)
 and  /work/SRC/openSUSE:12.2/.gypsy.new (New)


Package is "gypsy", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/gypsy/gypsy.changes 2012-06-25 15:35:05.0 
+0200
+++ /work/SRC/openSUSE:12.2/.gypsy.new/gypsy.changes2012-07-10 
13:41:55.0 +0200
@@ -1,0 +2,10 @@
+Mon Jul  9 16:54:26 CEST 2012 - vu...@opensuse.org
+
+- Add gypsy-CVE-2011-0523.patch: add config file to restrict the
+  files that can be read. Fix CVE-2011-0523 and bnc#666839.
+- Add gypsy-CVE-2011-0524.patch: use snprintf() to avoid buffer
+  overflows. Fix CVE-2011-0524 and bnc#666839.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh for
+  gypsy-CVE-2011-0523.patch, since it touches the build system.
+
+---

New:

  gypsy-CVE-2011-0523.patch
  gypsy-CVE-2011-0524.patch



Other differences:
--
++ gypsy.spec ++
--- /var/tmp/diff_new_pack.7w5Cch/_old  2012-07-10 13:41:55.0 +0200
+++ /var/tmp/diff_new_pack.7w5Cch/_new  2012-07-10 13:41:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gypsy
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -16,20 +16,25 @@
 #
 
 
-
 Name:   gypsy
 Version:0.8
-Release:5
-License:LGPL-2.1
+Release:0
 Summary:GPS multiplexing daemon
-Url:http://gypsy.freedesktop.org/
+License:LGPL-2.1
 Group:  Hardware/Other
+Url:http://gypsy.freedesktop.org/
 Source0:%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gypsy-0.8-gcc46.patch idoen...@suse.de -- Fix gcc 4.6 
compilation
 Patch1: gypsy-0.8-gcc46.patch
+# PATCH-FIX-UPSTREAM gypsy-CVE-2011-0523.patch CVE-2011-0523 bnc#666839 
fdo#33431 -- Add config file to restrict the files that can be read
+Patch2: gypsy-CVE-2011-0523.patch
+# PATCH-FIX-UPSTREAM gypsy-CVE-2011-0524.patch CVE-2011-0524 bnc#666839 
fdo#33431 -- Use snprintf to avoid buffer overflow
+Patch3: gypsy-CVE-2011-0524.patch
 BuildRequires:  bluez-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  glib2-devel
+# needed for patch2
+BuildRequires:  gnome-common
 BuildRequires:  libxslt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -44,7 +49,6 @@
 
 %package -n libgypsy0
 Summary:GPS multiplexing daemon - Library
-License:LGPL-2.1
 Group:  Development/Libraries/Other
 
 %description -n libgypsy0
@@ -58,10 +62,9 @@
 
 %package -n libgypsy-devel
 Summary:GPS multiplexing daemon - Development Files
-License:LGPL-2.1
 Group:  Development/Libraries/Other
-Requires:   libgypsy0 = %{version}
 Requires:   dbus-1-glib-devel
+Requires:   libgypsy0 = %{version}
 
 %description -n libgypsy-devel
 Gypsy is a GPS multiplexing daemon which allows multiple clients to
@@ -75,6 +78,10 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+# needed for patch2
+NOCONFIGURE=1 gnome-autogen.sh
 
 %build
 %configure --disable-static
@@ -96,6 +103,7 @@
 %doc AUTHORS COPYING TODO
 %{_libexecdir}/gypsy-daemon
 %{_sysconfdir}/dbus-1/system.d/*.conf
+%config(noreplace) %{_sysconfdir}/gypsy.conf
 %{_datadir}/dbus-1/system-services/*.service
 
 %files -n libgypsy0

++ gypsy-CVE-2011-0523.patch ++
>From aa071099802f3bf866cffbfb25196dcdf1fbba1e Mon Sep 17 00:00:00 2001
From: Michael Leibowitz 
Date: Wed, 16 Mar 2011 22:29:06 -0700
Subject: [PATCH] Add a config file that specifies a whitelist of allowed
 devices

This is in response to Bug 33431 "CVE-2011-0523: arbitrary file access
and buffer overflows" A new config file, /etc/gypsy.conf, is added
that specifies a whitelist of globs.  By default, they are
"/dev/tty*", "/dev/pgps", and "bluetooth" (which matches Bluetooth
addresses).

Signed-off-by: Michael Leibowitz 

Further changes by Bastien Nocera 
---
 Makefile.am|2 +-
 configure.ac   |3 ++
 etc/Makefile.am|2 +
 etc/gypsy.conf |2 +
 src/gypsy-server.c |   69 
 src/gypsy-server.h |1 +
 6 files changed, 78 insertions(+), 1 deletions(-)
 create mode 100644 etc/Makefile.am
 create mode 100644 etc/gypsy.conf

diff --git a/Makefile.am b/Makefile.am
index 8b4090e..174a2af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = interfaces sr

commit gypsy for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package gypsy for openSUSE:Factory checked 
in at 2012-07-10 13:41:44

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


Package is "gypsy", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gypsy/gypsy.changes  2011-09-23 
02:02:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gypsy.new/gypsy.changes 2012-07-10 
13:41:50.0 +0200
@@ -1,0 +2,10 @@
+Mon Jul  9 16:54:26 CEST 2012 - vu...@opensuse.org
+
+- Add gypsy-CVE-2011-0523.patch: add config file to restrict the
+  files that can be read. Fix CVE-2011-0523 and bnc#666839.
+- Add gypsy-CVE-2011-0524.patch: use snprintf() to avoid buffer
+  overflows. Fix CVE-2011-0524 and bnc#666839.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh for
+  gypsy-CVE-2011-0523.patch, since it touches the build system.
+
+---

New:

  gypsy-CVE-2011-0523.patch
  gypsy-CVE-2011-0524.patch



Other differences:
--
++ gypsy.spec ++
--- /var/tmp/diff_new_pack.kknShO/_old  2012-07-10 13:41:55.0 +0200
+++ /var/tmp/diff_new_pack.kknShO/_new  2012-07-10 13:41:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gypsy
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -16,20 +16,25 @@
 #
 
 
-
 Name:   gypsy
 Version:0.8
-Release:5
-License:LGPL-2.1
+Release:0
 Summary:GPS multiplexing daemon
-Url:http://gypsy.freedesktop.org/
+License:LGPL-2.1
 Group:  Hardware/Other
+Url:http://gypsy.freedesktop.org/
 Source0:%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gypsy-0.8-gcc46.patch idoen...@suse.de -- Fix gcc 4.6 
compilation
 Patch1: gypsy-0.8-gcc46.patch
+# PATCH-FIX-UPSTREAM gypsy-CVE-2011-0523.patch CVE-2011-0523 bnc#666839 
fdo#33431 -- Add config file to restrict the files that can be read
+Patch2: gypsy-CVE-2011-0523.patch
+# PATCH-FIX-UPSTREAM gypsy-CVE-2011-0524.patch CVE-2011-0524 bnc#666839 
fdo#33431 -- Use snprintf to avoid buffer overflow
+Patch3: gypsy-CVE-2011-0524.patch
 BuildRequires:  bluez-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  glib2-devel
+# needed for patch2
+BuildRequires:  gnome-common
 BuildRequires:  libxslt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -44,7 +49,6 @@
 
 %package -n libgypsy0
 Summary:GPS multiplexing daemon - Library
-License:LGPL-2.1
 Group:  Development/Libraries/Other
 
 %description -n libgypsy0
@@ -58,10 +62,9 @@
 
 %package -n libgypsy-devel
 Summary:GPS multiplexing daemon - Development Files
-License:LGPL-2.1
 Group:  Development/Libraries/Other
-Requires:   libgypsy0 = %{version}
 Requires:   dbus-1-glib-devel
+Requires:   libgypsy0 = %{version}
 
 %description -n libgypsy-devel
 Gypsy is a GPS multiplexing daemon which allows multiple clients to
@@ -75,6 +78,10 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+# needed for patch2
+NOCONFIGURE=1 gnome-autogen.sh
 
 %build
 %configure --disable-static
@@ -96,6 +103,7 @@
 %doc AUTHORS COPYING TODO
 %{_libexecdir}/gypsy-daemon
 %{_sysconfdir}/dbus-1/system.d/*.conf
+%config(noreplace) %{_sysconfdir}/gypsy.conf
 %{_datadir}/dbus-1/system-services/*.service
 
 %files -n libgypsy0

++ gypsy-CVE-2011-0523.patch ++
>From aa071099802f3bf866cffbfb25196dcdf1fbba1e Mon Sep 17 00:00:00 2001
From: Michael Leibowitz 
Date: Wed, 16 Mar 2011 22:29:06 -0700
Subject: [PATCH] Add a config file that specifies a whitelist of allowed
 devices

This is in response to Bug 33431 "CVE-2011-0523: arbitrary file access
and buffer overflows" A new config file, /etc/gypsy.conf, is added
that specifies a whitelist of globs.  By default, they are
"/dev/tty*", "/dev/pgps", and "bluetooth" (which matches Bluetooth
addresses).

Signed-off-by: Michael Leibowitz 

Further changes by Bastien Nocera 
---
 Makefile.am|2 +-
 configure.ac   |3 ++
 etc/Makefile.am|2 +
 etc/gypsy.conf |2 +
 src/gypsy-server.c |   69 
 src/gypsy-server.h |1 +
 6 files changed, 78 insertions(+), 1 deletions(-)
 create mode 100644 etc/Makefile.am
 create mode 100644 etc/gypsy.conf

diff --git a/Makefile.am b/Makefile.am
index 8b4090e..174a2af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIR

commit dropbear for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package dropbear for openSUSE:12.2 checked 
in at 2012-07-10 13:41:25

Comparing /work/SRC/openSUSE:12.2/dropbear (Old)
 and  /work/SRC/openSUSE:12.2/.dropbear.new (New)


Package is "dropbear", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/dropbear/dropbear.changes   2012-07-09 
07:56:48.0 +0200
+++ /work/SRC/openSUSE:12.2/.dropbear.new/dropbear.changes  2012-07-10 
13:41:26.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul  9 20:11:26 UTC 2012 - thard...@suse.com
+
+- fixed typo in service file
+
+---



Other differences:
--
++ dropbear.spec ++
--- /var/tmp/diff_new_pack.Cc7TwW/_old  2012-07-10 13:41:27.0 +0200
+++ /var/tmp/diff_new_pack.Cc7TwW/_new  2012-07-10 13:41:27.0 +0200
@@ -52,14 +52,14 @@
 
 %install
 make install DESTDIR=%{buildroot}
-install -d %{buildroot}%{_sysconfdir}/dropbear
+install -d %{buildroot}%{_sysconfdir}/%{name}
 install -D -m 0644 %{SOURCE3} 
"%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}"
 install -D -m0755 %{SOURCE4} "%{buildroot}%{_initrddir}/%{name}"
 ln -sf ../../%{_initrddir}/%{name} "%{buildroot}%{_sbindir}/rc%{name}"
 %if 0%{?suse_version} >= 1210
# systemd unit files
install -d %{buildroot}%{_unitdir}
-   install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/dropbear.service
+   install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -m 0644 %{SOURCE2} 
%{buildroot}%{_unitdir}/dropbear-keygen.service
 %endif
 install -d "%{buildroot}%{_mandir}/man1/"
@@ -81,8 +81,8 @@
 %if 0%{?suse_version} >= 1210
if [ $1 -eq 0 ] ; then
# Package removal, not upgrade
-   /bin/systemctl --no-reload disable dropbear.service > /dev/null 
2>&1 || :
-   /bin/systemctl stop dropbear.service > /dev/null 2>&1 || :
+   /bin/systemctl --no-reload disable %{name}.service > /dev/null 
2>&1 || :
+   /bin/systemctl stop %{name}.service > /dev/null 2>&1 || :
fi
 %endif
 %stop_on_removal %{name}
@@ -92,7 +92,7 @@
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
# Package upgrade, not uninstall
-   /bin/systemctl try-restart dropbear.service >/dev/null 2>&1 || :
+   /bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
fi
 %endif
 %restart_on_update %{name}
@@ -107,10 +107,10 @@
 %{_sbindir}/rcdropbear
 %{_initrddir}/%{name}
 %if 0%{?suse_version} >= 1210
-   %{_unitdir}/dropbear.service
+   %{_unitdir}/%{name}.service
%{_unitdir}/dropbear-keygen.service
 %endif
-%dir %{_sysconfdir}/dropbear
+%dir %{_sysconfdir}/%{name}
 %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 %{_mandir}/man1/dbclient.1.gz
 %{_mandir}/man8/dropbear.8.gz

++ dropbear-keygen.service ++
--- /var/tmp/diff_new_pack.Cc7TwW/_old  2012-07-10 13:41:27.0 +0200
+++ /var/tmp/diff_new_pack.Cc7TwW/_new  2012-07-10 13:41:27.0 +0200
@@ -1,5 +1,5 @@
 [Unit]
-Description=Dropbear SSH Key Generatior
+Description=Dropbear SSH Key Generator
 Before=dropbear.service
 ConditionPathExists=!/etc/dropbear/dropbear_rsa_host_key
 ConditionPathExists=!/etc/dropbear/dropbear_dss_host_key

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



commit dropbear for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package dropbear for openSUSE:Factory 
checked in at 2012-07-10 13:41:19

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


Package is "dropbear", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/dropbear/dropbear.changes2012-07-09 
07:56:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.dropbear.new/dropbear.changes   2012-07-10 
13:41:21.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul  9 20:11:26 UTC 2012 - thard...@suse.com
+
+- fixed typo in service file
+
+---



Other differences:
--
++ dropbear.spec ++
--- /var/tmp/diff_new_pack.KpzJbq/_old  2012-07-10 13:41:23.0 +0200
+++ /var/tmp/diff_new_pack.KpzJbq/_new  2012-07-10 13:41:23.0 +0200
@@ -52,14 +52,14 @@
 
 %install
 make install DESTDIR=%{buildroot}
-install -d %{buildroot}%{_sysconfdir}/dropbear
+install -d %{buildroot}%{_sysconfdir}/%{name}
 install -D -m 0644 %{SOURCE3} 
"%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}"
 install -D -m0755 %{SOURCE4} "%{buildroot}%{_initrddir}/%{name}"
 ln -sf ../../%{_initrddir}/%{name} "%{buildroot}%{_sbindir}/rc%{name}"
 %if 0%{?suse_version} >= 1210
# systemd unit files
install -d %{buildroot}%{_unitdir}
-   install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/dropbear.service
+   install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -m 0644 %{SOURCE2} 
%{buildroot}%{_unitdir}/dropbear-keygen.service
 %endif
 install -d "%{buildroot}%{_mandir}/man1/"
@@ -81,8 +81,8 @@
 %if 0%{?suse_version} >= 1210
if [ $1 -eq 0 ] ; then
# Package removal, not upgrade
-   /bin/systemctl --no-reload disable dropbear.service > /dev/null 
2>&1 || :
-   /bin/systemctl stop dropbear.service > /dev/null 2>&1 || :
+   /bin/systemctl --no-reload disable %{name}.service > /dev/null 
2>&1 || :
+   /bin/systemctl stop %{name}.service > /dev/null 2>&1 || :
fi
 %endif
 %stop_on_removal %{name}
@@ -92,7 +92,7 @@
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
# Package upgrade, not uninstall
-   /bin/systemctl try-restart dropbear.service >/dev/null 2>&1 || :
+   /bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
fi
 %endif
 %restart_on_update %{name}
@@ -107,10 +107,10 @@
 %{_sbindir}/rcdropbear
 %{_initrddir}/%{name}
 %if 0%{?suse_version} >= 1210
-   %{_unitdir}/dropbear.service
+   %{_unitdir}/%{name}.service
%{_unitdir}/dropbear-keygen.service
 %endif
-%dir %{_sysconfdir}/dropbear
+%dir %{_sysconfdir}/%{name}
 %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 %{_mandir}/man1/dbclient.1.gz
 %{_mandir}/man8/dropbear.8.gz

++ dropbear-keygen.service ++
--- /var/tmp/diff_new_pack.KpzJbq/_old  2012-07-10 13:41:23.0 +0200
+++ /var/tmp/diff_new_pack.KpzJbq/_new  2012-07-10 13:41:23.0 +0200
@@ -1,5 +1,5 @@
 [Unit]
-Description=Dropbear SSH Key Generatior
+Description=Dropbear SSH Key Generator
 Before=dropbear.service
 ConditionPathExists=!/etc/dropbear/dropbear_rsa_host_key
 ConditionPathExists=!/etc/dropbear/dropbear_dss_host_key

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



commit drbd for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package drbd for openSUSE:12.2 checked in at 
2012-07-10 13:41:06

Comparing /work/SRC/openSUSE:12.2/drbd (Old)
 and  /work/SRC/openSUSE:12.2/.drbd.new (New)


Package is "drbd", Maintainer is "l...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/drbd/drbd.changes   2012-06-25 15:17:57.0 
+0200
+++ /work/SRC/openSUSE:12.2/.drbd.new/drbd.changes  2012-07-10 
13:41:06.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 10 07:51:21 UTC 2012 - tser...@suse.com
+
+- Don't use /var/lock/subsys in init script (bnc#714643)
+
+---



Other differences:
--
++ drbd.spec ++
--- /var/tmp/diff_new_pack.fxE9ZB/_old  2012-07-10 13:41:07.0 +0200
+++ /var/tmp/diff_new_pack.fxE9ZB/_new  2012-07-10 13:41:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package drbd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   drbd
 BuildRequires:  bison
 BuildRequires:  flex
@@ -26,7 +27,8 @@
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Patch1: init-script-fixes.diff
-Provides:   drbdsetup drbd-control
+Provides:   drbd-control
+Provides:   drbdsetup
 Url:http://www.drbd.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): %insserv_prereq %fillup_prereq

++ init-script-fixes.diff ++
--- /var/tmp/diff_new_pack.fxE9ZB/_old  2012-07-10 13:41:07.0 +0200
+++ /var/tmp/diff_new_pack.fxE9ZB/_new  2012-07-10 13:41:07.0 +0200
@@ -1,4 +1,6 @@
 scripts/drbd
+Index: scripts/drbd
+===
+--- scripts/drbd.orig
 +++ scripts/drbd
 @@ -9,8 +9,8 @@
  #
@@ -11,3 +13,19 @@
  # Should-Start:   sshd multipathd
  # Should-Stop:sshd multipathd
  # Default-Start:  2 3 4 5
+@@ -184,7 +184,6 @@ case "$1" in
+   done
+   done
+ 
+-  [ -d /var/lock/subsys ] && touch /var/lock/subsys/drbd  # for RedHat
+   $DRBDADM wait-con-int # User interruptible version of wait-connect all
+ 
+   $DRBDADM sh-b-pri all # Become primary if configured
+@@ -211,7 +210,6 @@ case "$1" in
+   _udev_settle &> /dev/null
+   $RMMOD drbd
+   fi
+-  [ -f /var/lock/subsys/drbd ] && rm /var/lock/subsys/drbd
+   log_end_msg 0
+   ;;
+ status)

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



commit drbd for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package drbd for openSUSE:Factory checked in 
at 2012-07-10 13:41:01

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


Package is "drbd", Maintainer is "l...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/drbd/drbd.changes2011-12-21 
09:59:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.drbd.new/drbd.changes   2012-07-10 
13:41:02.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 10 07:51:21 UTC 2012 - tser...@suse.com
+
+- Don't use /var/lock/subsys in init script (bnc#714643)
+
+---



Other differences:
--
++ drbd.spec ++
--- /var/tmp/diff_new_pack.onlvSo/_old  2012-07-10 13:41:05.0 +0200
+++ /var/tmp/diff_new_pack.onlvSo/_new  2012-07-10 13:41:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package drbd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   drbd
 BuildRequires:  bison
 BuildRequires:  flex
@@ -26,7 +27,8 @@
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Patch1: init-script-fixes.diff
-Provides:   drbdsetup drbd-control
+Provides:   drbd-control
+Provides:   drbdsetup
 Url:http://www.drbd.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): %insserv_prereq %fillup_prereq

++ init-script-fixes.diff ++
--- /var/tmp/diff_new_pack.onlvSo/_old  2012-07-10 13:41:05.0 +0200
+++ /var/tmp/diff_new_pack.onlvSo/_new  2012-07-10 13:41:05.0 +0200
@@ -1,4 +1,6 @@
 scripts/drbd
+Index: scripts/drbd
+===
+--- scripts/drbd.orig
 +++ scripts/drbd
 @@ -9,8 +9,8 @@
  #
@@ -11,3 +13,19 @@
  # Should-Start:   sshd multipathd
  # Should-Stop:sshd multipathd
  # Default-Start:  2 3 4 5
+@@ -184,7 +184,6 @@ case "$1" in
+   done
+   done
+ 
+-  [ -d /var/lock/subsys ] && touch /var/lock/subsys/drbd  # for RedHat
+   $DRBDADM wait-con-int # User interruptible version of wait-connect all
+ 
+   $DRBDADM sh-b-pri all # Become primary if configured
+@@ -211,7 +210,6 @@ case "$1" in
+   _udev_settle &> /dev/null
+   $RMMOD drbd
+   fi
+-  [ -f /var/lock/subsys/drbd ] && rm /var/lock/subsys/drbd
+   log_end_msg 0
+   ;;
+ status)

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



commit dmraid for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package dmraid for openSUSE:12.2 checked in 
at 2012-07-10 13:40:18

Comparing /work/SRC/openSUSE:12.2/dmraid (Old)
 and  /work/SRC/openSUSE:12.2/.dmraid.new (New)


Package is "dmraid", Maintainer is "nfbr...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/dmraid/dmraid.changes   2012-06-25 
15:17:49.0 +0200
+++ /work/SRC/openSUSE:12.2/.dmraid.new/dmraid.changes  2012-07-10 
13:40:19.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul  9 09:03:57 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  See lib/register/dmreg.c and tools/dmevent_tool.c (both have GPL-2.0
+  license)
+
+---



Other differences:
--
++ dmraid.spec ++
--- /var/tmp/diff_new_pack.MA0vyA/_old  2012-07-10 13:40:19.0 +0200
+++ /var/tmp/diff_new_pack.MA0vyA/_new  2012-07-10 13:40:19.0 +0200
@@ -26,7 +26,7 @@
 Requires:   kpartx
 Url:http://people.redhat.com/~heinzm/sw/dmraid/src/
 Summary:A Device-Mapper Software RAID Support Tool
-License:GPL-2.0+
+License:GPL-2.0
 Group:  System/Base
 Version:1.0.0.rc16
 Release:0

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



commit dmraid for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package dmraid for openSUSE:Factory checked 
in at 2012-07-10 13:40:11

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


Package is "dmraid", Maintainer is "nfbr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/dmraid/dmraid.changes2012-01-09 
16:22:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.dmraid.new/dmraid.changes   2012-07-10 
13:40:14.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul  9 09:03:57 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  See lib/register/dmreg.c and tools/dmevent_tool.c (both have GPL-2.0
+  license)
+
+---



Other differences:
--
++ dmraid.spec ++
--- /var/tmp/diff_new_pack.AtI4N6/_old  2012-07-10 13:40:19.0 +0200
+++ /var/tmp/diff_new_pack.AtI4N6/_new  2012-07-10 13:40:19.0 +0200
@@ -26,7 +26,7 @@
 Requires:   kpartx
 Url:http://people.redhat.com/~heinzm/sw/dmraid/src/
 Summary:A Device-Mapper Software RAID Support Tool
-License:GPL-2.0+
+License:GPL-2.0
 Group:  System/Base
 Version:1.0.0.rc16
 Release:0

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



commit cryptsetup for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package cryptsetup for openSUSE:12.2 checked 
in at 2012-07-10 13:39:56

Comparing /work/SRC/openSUSE:12.2/cryptsetup (Old)
 and  /work/SRC/openSUSE:12.2/.cryptsetup.new (New)


Package is "cryptsetup", Maintainer is "lnus...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/cryptsetup/cryptsetup.changes   2012-06-25 
15:17:17.0 +0200
+++ /work/SRC/openSUSE:12.2/.cryptsetup.new/cryptsetup.changes  2012-07-10 
13:39:58.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  9 09:37:43 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-GPL-2.0-with-openssl-exception and LGPL-2.0+
+  cryptsetup developers use a special exception to link against openSSL
+
+---



Other differences:
--
++ cryptsetup.spec ++
--- /var/tmp/diff_new_pack.VqayBT/_old  2012-07-10 13:39:58.0 +0200
+++ /var/tmp/diff_new_pack.VqayBT/_new  2012-07-10 13:39:58.0 +0200
@@ -21,19 +21,23 @@
 
 Name:   cryptsetup
 Url:http://code.google.com/p/cryptsetup/
-BuildRequires:  device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel
-BuildRequires:  libselinux-devel pkgconfig
+BuildRequires:  device-mapper-devel
+BuildRequires:  e2fsprogs-devel
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libselinux-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  popt-devel
 # hashalot version
 %define haver 0.3 
 # boot.crypto version
 %define bcver 0_201206151440
-License:GPL-2.0+
-Group:  System/Base
 Version:1.4.2
-Release:1
+Release:0
 #Release:%{?beta:0.}.%{?beta:.}%{?beta}
 Summary:Set Up dm-crypt Based Encrypted Block Devices
+License:SUSE-GPL-2.0-with-openssl-exception and LGPL-2.0+
+Group:  System/Base
 Source: 
http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2
 Source1:
http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2.asc
 Source2:baselibs.conf
@@ -66,7 +70,6 @@
 time via the config file /etc/crypttab.
 
 %package -n libcryptsetup4
-License:GPL-2.0+
 Summary:Set Up dm-crypt Based Encrypted Block Devices
 Group:  System/Base
 
@@ -78,14 +81,17 @@
 time via the config file /etc/crypttab.
 
 %package -n libcryptsetup-devel
-License:GPL-2.0+
 Summary:Set Up dm-crypt Based Encrypted Block Devices
 Group:  Development/Libraries/C and C++
 # cryptsetup-devel last used 11.1
 Provides:   cryptsetup-devel = %{version}
 Obsoletes:  cryptsetup-devel < %{version}
+Requires:   device-mapper-devel
+Requires:   e2fsprogs-devel
+Requires:   glibc-devel
 Requires:   libcryptsetup4 = %{version}
-Requires:   device-mapper-devel libgcrypt-devel libgpg-error-devel 
e2fsprogs-devel glibc-devel
+Requires:   libgcrypt-devel
+Requires:   libgpg-error-devel
 
 %description  -n libcryptsetup-devel
 cryptsetup is used to conveniently set up dm-crypt based device-mapper


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



commit cryptsetup for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package cryptsetup for openSUSE:Factory 
checked in at 2012-07-10 13:39:51

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


Package is "cryptsetup", Maintainer is "lnus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/cryptsetup/cryptsetup.changes2012-06-15 
19:39:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.cryptsetup.new/cryptsetup.changes   
2012-07-10 13:39:52.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  9 09:37:43 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-GPL-2.0-with-openssl-exception and LGPL-2.0+
+  cryptsetup developers use a special exception to link against openSSL
+
+---



Other differences:
--
++ cryptsetup.spec ++
--- /var/tmp/diff_new_pack.zm6gA7/_old  2012-07-10 13:39:54.0 +0200
+++ /var/tmp/diff_new_pack.zm6gA7/_new  2012-07-10 13:39:54.0 +0200
@@ -21,19 +21,23 @@
 
 Name:   cryptsetup
 Url:http://code.google.com/p/cryptsetup/
-BuildRequires:  device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel
-BuildRequires:  libselinux-devel pkgconfig
+BuildRequires:  device-mapper-devel
+BuildRequires:  e2fsprogs-devel
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libselinux-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  popt-devel
 # hashalot version
 %define haver 0.3 
 # boot.crypto version
 %define bcver 0_201206151440
-License:GPL-2.0+
-Group:  System/Base
 Version:1.4.2
-Release:1
+Release:0
 #Release:%{?beta:0.}.%{?beta:.}%{?beta}
 Summary:Set Up dm-crypt Based Encrypted Block Devices
+License:SUSE-GPL-2.0-with-openssl-exception and LGPL-2.0+
+Group:  System/Base
 Source: 
http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2
 Source1:
http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2.asc
 Source2:baselibs.conf
@@ -66,7 +70,6 @@
 time via the config file /etc/crypttab.
 
 %package -n libcryptsetup4
-License:GPL-2.0+
 Summary:Set Up dm-crypt Based Encrypted Block Devices
 Group:  System/Base
 
@@ -78,14 +81,17 @@
 time via the config file /etc/crypttab.
 
 %package -n libcryptsetup-devel
-License:GPL-2.0+
 Summary:Set Up dm-crypt Based Encrypted Block Devices
 Group:  Development/Libraries/C and C++
 # cryptsetup-devel last used 11.1
 Provides:   cryptsetup-devel = %{version}
 Obsoletes:  cryptsetup-devel < %{version}
+Requires:   device-mapper-devel
+Requires:   e2fsprogs-devel
+Requires:   glibc-devel
 Requires:   libcryptsetup4 = %{version}
-Requires:   device-mapper-devel libgcrypt-devel libgpg-error-devel 
e2fsprogs-devel glibc-devel
+Requires:   libgcrypt-devel
+Requires:   libgpg-error-devel
 
 %description  -n libcryptsetup-devel
 cryptsetup is used to conveniently set up dm-crypt based device-mapper


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



commit boost-jam for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package boost-jam for openSUSE:Factory 
checked in at 2012-07-10 13:39:19

Comparing /work/SRC/openSUSE:Factory/boost-jam (Old)
 and  /work/SRC/openSUSE:Factory/.boost-jam.new (New)


Package is "boost-jam", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/boost-jam/boost-jam.changes  2012-03-26 
15:36:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.boost-jam.new/boost-jam.changes 2012-07-10 
13:39:20.0 +0200
@@ -0,0 +1,6 @@
+---
+Mon Jul  9 17:12:31 CEST 2012 - p...@suse.de
+
+- Repackage with bzip2 to have it build on older distributions.
+
+---

Old:

  boost-jam-201104.tar.xz

New:

  boost-jam-201104.tar.bz2



Other differences:
--
++ boost-jam.spec ++
--- /var/tmp/diff_new_pack.Iv7xAO/_old  2012-07-10 13:39:24.0 +0200
+++ /var/tmp/diff_new_pack.Iv7xAO/_new  2012-07-10 13:39:24.0 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   boost-jam
 Version:201104
 Release:0
 Summary:An Enhanced Make Replacement
 License:BSD-3-Clause
 Group:  Development/Tools/Building
-Source: %{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.bz2
 # From http://boost.cvs.sourceforge.net/boost/boost/tools/jam/test/:
 Source2:test.tar.gz 
 Url:http://www.boost.org/
@@ -29,7 +30,6 @@
 Patch2: boost-jam-codecleanup.diff
 Patch3: boost-jam-jam0_use_passed_cflags.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  xz
 
 %description
 Boost Jam is a build tool based on FTJam, which in turn is based on

++ boost-jam-201104.tar.xz -> boost-jam-201104.tar.bz2 ++
 134400 lines of diff (skipped)

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



commit viewvc for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package viewvc for openSUSE:12.2 checked in 
at 2012-07-10 13:30:40

Comparing /work/SRC/openSUSE:12.2/viewvc (Old)
 and  /work/SRC/openSUSE:12.2/.viewvc.new (New)


Package is "viewvc", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/viewvc/viewvc.changes   2012-07-10 
13:27:28.0 +0200
+++ /work/SRC/openSUSE:12.2/.viewvc.new/viewvc.changes  2012-07-10 
13:30:42.0 +0200
@@ -1,0 +2,26 @@
+Mon Jun 25 11:46:02 UTC 2012 - dmuel...@suse.com
+
+- update to 1.1.15 (bnc#768680):
+  * security fix: complete authz support for remote SVN views (CVE-2012-3356)
+  * security fix: log msg leak in SVN revision view with unreadable copy 
source (CVE-2012-3357)
+  * fix several instances of incorrect information in remote SVN views
+  * increase performance of some revision metadata lookups in remote SVN views
+  * fix RSS feed regression introduced in 1.1.14
+  * fix annotation of svn files with non-URI-safe paths
+  * handle file:/// Subversion rootpaths as local roots
+  * fix bug caused by trying to case-normalize anon usernames
+  * speed up log handling by reusing tokenization results
+  * add support for custom review log markup rules
+  * fix svndbadmin failure on deleted paths under Subversion 1.7
+  * fix annotation of files in svn roots with non-URI-safe paths
+  * fix stray annotation warning in markup display of images
+  * more gracefully handle attempts to display binary content
+  * fix path display in patch and certain diff views
+  * fix broken cvsdb glob searching
+  * allow svn revision specifiers to have leading r's
+  * allow environmental override of configuration location
+  * fix exception HTML-escaping non-string data under WSGI
+  * add links to root logs from roots view
+  * use Pygments lexer-guessing functionality
+
+---

Old:

  viewvc-1.1.11.tar.bz2

New:

  viewvc-1.1.15.tar.gz



Other differences:
--
++ viewvc.spec ++
--- /var/tmp/diff_new_pack.QULPFo/_old  2012-07-10 13:30:42.0 +0200
+++ /var/tmp/diff_new_pack.QULPFo/_new  2012-07-10 13:30:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package viewvc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,13 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   viewvc
-BuildRequires:  apache2-devel python-devel
-Version:1.1.11
-Release:2
+BuildRequires:  apache2-devel
+BuildRequires:  python-devel
+Version:1.1.15
+Release:0
 #
 %defineapxs/usr/sbin/apxs2
 %defineapache_libexecdir   %(%{apxs} -q LIBEXECDIR)
@@ -36,14 +35,13 @@
 Obsoletes:  subversion-viewcvs < %{version}
 Obsoletes:  viewcvs < %{version}
 Supplements:packageand(subversion-server:apache2)
-Group:  Development/Tools/Version Control
 Url:http://www.viewvc.org/
 Summary:Browse a Subversion Repository with a Web Browser
+License:BSD-3-Clause
+Group:  Development/Tools/Version Control
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-License:BSD-3-Clause
-# http://www.viewvc.org/viewvc-%{version}.tar.gz
-Source0:viewvc-%{version}.tar.bz2
+Source0:http://www.viewvc.org/viewvc-%{version}.tar.gz
 Source1:viewvc.conf
 Source99:   viewvc-rpmlintrc
 Patch0: viewvc-buglink.patch

++ viewvc-buglink.patch ++
--- /var/tmp/diff_new_pack.QULPFo/_old  2012-07-10 13:30:42.0 +0200
+++ /var/tmp/diff_new_pack.QULPFo/_new  2012-07-10 13:30:42.0 +0200
@@ -1,6 +1,6 @@
 conf/viewvc.conf.dist.orig 2011-02-18 19:28:55.0 +0100
-+++ conf/viewvc.conf.dist  2011-02-19 01:46:36.0 +0100
-@@ -323,6 +323,21 @@
+--- conf/viewvc.conf.dist
 conf/viewvc.conf.dist
+@@ -329,6 +329,21 @@
  ##---
  [options]
  
@@ -22,12 +22,22 @@
  ## root_as_url_component: Interpret the first path component in the URL
  ## after the script location as the root to use.  This is an
  ## alternative to using the "root=" query key. If ViewVC is configured
 lib/viewvc.py.orig 2011-02-18 20:43:26.0 +0100
-+++ lib/viewvc.py  2011-02-19 01:46:36.0 +0100
-@@ -1100,6 +1100,10 @@
- # Matches revision references
- _re_rewrite_svnrevref = re.compile(r'\b(r|rev #?|revision #?)([0-9]+)\b')
+--- lib/config

commit samba for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:12.2 checked in 
at 2012-07-10 13:30:01

Comparing /work/SRC/openSUSE:12.2/samba (Old)
 and  /work/SRC/openSUSE:12.2/.samba.new (New)


Package is "samba", Maintainer is "samba-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.2/samba/samba.changes 2012-07-10 13:26:54.0 
+0200
+++ /work/SRC/openSUSE:12.2/.samba.new/samba.changes2012-07-10 
13:30:04.0 +0200
@@ -1,0 +2,35 @@
+Mon Jun 25 19:46:31 UTC 2012 - lmue...@suse.com
+
+- Update to 3.6.6.
+  + Fix possible memory leaks in the Samba master process; (bso#8970).
+  + Fix uninitialized memory read in talloc_free(); (bnc#764577).
+  + Fix joining of XP Pro workstations to 3.6 DCs; (bso#8373).
+
+---
+Thu Jun 21 18:05:33 UTC 2012 - lmue...@suse.com
+
+- resolve_ads() code can return zero addresses and miss valid DC IP addresses;
+  (bso#8910).
+- Can't join XP Pro workstations to 3.6.1 DC; (bso#8373).
+- winbind can hang as nbt_getdc() has no timeout; (bso#8953).
+- Fix crash bug in dns_create_probe when dns_create_update fails; (bso#8627)
+- s3-pid: Catch with pid filename's change when config file is not smb.conf;
+  (bso#8714).
+- Possible memory leaks in the main Samba process; (bso#8970).
+- s3: Fix uninitialized memory read in talloc_free(); (bnc#764577).
+- Treat exit_server_cleanly() as a "clean" shutdown; (bso#8971).
+- Avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute(); (bso#8988).
+- Winzip occasionally can not read files out of an open winzip dialog;
+  (bso#8311).
+- s3-winbindd: call dump_core_setup after command line option has been parsed;
+  (bso#8975).
+- Directory group write permission bit is set if unix extensions are enabled;
+  (bso#8972).
+- s3: remove dependency on automake for "make everything"; (bso#8978).
+- sd_has_inheritable_components segfaults on an SD that se_access_check
+  accepts; (bso#8811).
+- smbclient's tarmode insists on listing excluded directories; (bso#8922).
+- Notify code can miss a ChDir; (bso#8998).
+- s3:smbd: add a fsp_persistent_id() function; (bso#8995).
+
+---
@@ -4 +38,0 @@
-- Don't call autogen.sh on post-12.1 SUSE and post-14 Fedora systems.

Old:

  samba-3.6.5.tar.bz2

New:

  samba-3.6.6.tar.bz2



Other differences:
--
++ samba-doc.spec ++
--- /var/tmp/diff_new_pack.kWeXRa/_old  2012-07-10 13:30:05.0 +0200
+++ /var/tmp/diff_new_pack.kWeXRa/_new  2012-07-10 13:30:05.0 +0200
@@ -90,7 +90,7 @@
 BuildRequires:  libtdb-devel
 BuildRequires:  libtevent-devel
 %endif
-%definesamba_ver 3.6.5
+%definesamba_ver 3.6.6
 %definesamba_ver_suffix %nil
 %definesamba_ver_full %{samba_ver}%{samba_ver_suffix}
 %if 0%{?suse_version} && 0%{?suse_version} < 
@@ -114,7 +114,7 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-Version:3.6.5
+Version:3.6.6
 Release:1
 %defineldapsmb_ver 1.34b
 Url:http://www.samba.org/
@@ -289,7 +289,7 @@
 %endif
 # Ensure all idl is recompiled, in case we are carrying pidl changes locally.
 rm -f librpc/gen_ndr/*.[cho] ../librpc/gen_ndr/*.[cho]
-%if 0%{?centos_version} > 599 || 0%{?fedora_version} > 11 && 
0%{?fedora_version} < 15 || 0%{?mandriva_version} > 2009 || 0%{?rhel_version} > 
599 || 0%{?suse_version} > 0 && 0%{?suse_version} < 1211
+%if 0%{?centos_version} > 599 || 0%{?fedora_version} > 11 && 
0%{?fedora_version} < 15 || 0%{?mandriva_version} > 2009 || 0%{?rhel_version} > 
599 || 0%{?suse_version} > 0
 ./autogen.sh
 %endif
 CONFIGURE_OPTIONS="\
@@ -459,7 +459,7 @@
 the man pages.
 
 
-Source Timestamp: 2809
-Branch  : 3.6.5.PTF
+Source Timestamp: 2815
+Branch  : 3.6.6
 
 %changelog

++ samba.spec ++
--- /var/tmp/diff_new_pack.kWeXRa/_old  2012-07-10 13:30:05.0 +0200
+++ /var/tmp/diff_new_pack.kWeXRa/_new  2012-07-10 13:30:05.0 +0200
@@ -90,7 +90,7 @@
 BuildRequires:  libtdb-devel
 BuildRequires:  libtevent-devel
 %endif
-%definesamba_ver 3.6.5
+%definesamba_ver 3.6.6
 %definesamba_ver_suffix %nil
 %definesamba_ver_full %{samba_ver}%{samba_ver_suffix}
 %if 0%{?suse_version} && 0%{?suse_version} < 
@@ -114,7 +114,7 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-Version:3.6.5
+Version:3.6.6
 Release:1
 %defineldapsmb_ver 1.34b
 License:GPL-3.0+
@@ -221,8 +221,8 @@
 how to.
 
 
-Source Timestamp: 2809
-Branch  : 3.6.5.PTF
+Source Timestamp: 2815
+Branch  : 3.6.6
 
 %package client
 License:GPL-3.0+
@@ -262,8 +262,8 @@
 how

commit ulogd2 for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package ulogd2 for openSUSE:12.2 checked in 
at 2012-07-10 13:28:54

Comparing /work/SRC/openSUSE:12.2/ulogd2 (Old)
 and  /work/SRC/openSUSE:12.2/.ulogd2.new (New)


Package is "ulogd2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/ulogd2/ulogd2.changes   2012-07-10 
13:27:14.0 +0200
+++ /work/SRC/openSUSE:12.2/.ulogd2.new/ulogd2.changes  2012-07-10 
13:28:55.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 26 22:23:03 UTC 2012 - jeng...@inai.de
+
+- Update to 2.0.0 final release
+* add documentation about SIGUSR2 handling
+* (compile fail-fixing patches were merged, no functional changes)
+
+---

Old:

  ulogd-2.0.0~beta4+git51.tar.xz
  ulogd-automake.diff
  ulogd-buffer.diff
  ulogd-libmnl.diff
  ulogd-pcap.diff

New:

  ulogd-2.0.0.tar.bz2



Other differences:
--
++ ulogd2.spec ++
--- /var/tmp/diff_new_pack.LOwAgv/_old  2012-07-10 13:28:55.0 +0200
+++ /var/tmp/diff_new_pack.LOwAgv/_new  2012-07-10 13:28:55.0 +0200
@@ -17,28 +17,22 @@
 
 
 Name:   ulogd2
-Version:2.0.0.beta4
+Version:2.0.0
 Release:0
 %define pkname ulogd
-%define llver  2.0.0~beta4+git51
 Summary:Userspace logging for Netfilter
 License:GPL-2.0
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/ulogd/
 
 #Git-Clone:git://git.netfilter.org/ulogd2
-%define git_snapshot 1
-Source: ulogd-%llver.tar.xz
+Source: ulogd-%version.tar.bz2
 Source2:etc-init.d-ulogd
 Source3:ulogd.service
-Patch1: ulogd-automake.diff
-Patch2: ulogd-libmnl.diff
-Patch3: ulogd-buffer.diff
 Patch4: ulogd-conf.diff
-Patch5: ulogd-pcap.diff
 
-BuildRequires:  autoconf
-BuildRequires:  automake >= 1.6
+#BuildRequires:  autoconf >= 2.50
+#BuildRequires:  automake >= 1.11
 BuildRequires:  libpcap-devel
 BuildRequires:  libtool
 BuildRequires:  lksctp-tools-devel
@@ -46,15 +40,15 @@
 BuildRequires:  postgresql-devel
 BuildRequires:  pkgconfig(libmnl) >= 1.0.0
 BuildRequires:  pkgconfig(libnetfilter_acct) >= 1.0.0
-BuildRequires:  pkgconfig(libnetfilter_conntrack) >= 0.0.95
+BuildRequires:  pkgconfig(libnetfilter_conntrack) >= 1.0.0
 BuildRequires:  pkgconfig(libnetfilter_log) >= 1.0.0
-BuildRequires:  pkgconfig(libnfnetlink) >= 0.0.39
+BuildRequires:  pkgconfig(libnfnetlink) >= 1.0.0
 %if 0%{?suse_version}
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  sqlite3-devel
 %endif
-BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
 %if 0%{?suse_version} >= 1210
 BuildRequires:  systemd
 %systemd_requires
@@ -103,11 +97,10 @@
 SQLite3 output target for ulogd2.
 
 %prep
-%setup -qn ulogd2
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -p1
+%setup -qn ulogd-%version
+%patch -P 4 -p1
 
 %build
-autoreconf -fi;
 %configure --disable-static
 make %{?_smp_mflags};
 

++ ulogd-2.0.0~beta4+git51.tar.xz -> ulogd-2.0.0.tar.bz2 ++
 85938 lines of diff (skipped)

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



commit viewvc for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package viewvc for openSUSE:12.2 checked in 
at 2012-07-10 13:27:26

Comparing /work/SRC/openSUSE:12.2/viewvc (Old)
 and  /work/SRC/openSUSE:12.2/.viewvc.new (New)


Package is "viewvc", Maintainer is "dmuel...@suse.com"

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2/.viewvc.new/viewvc.changes  2012-07-10 
13:27:28.0 +0200
@@ -0,0 +1,1621 @@
+---
+Fri Aug 12 22:29:56 CEST 2011 - dmuel...@suse.de
+
+- add supplements for apache2/subversion-server
+
+---
+Tue May 17 23:39:16 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.11 (bnc#694785):
+  * security fix: remove user-reachable override of cvsdb row limit
+  * fix broken standalone.py -c and -d options handling
+  * add --help option to standalone.py
+  * fix stack trace when asked to checkout a directory (issue #478)
+  * improve memory usage and speed of revision log markup (issue #477)
+  * fix broken annotation view in CVS keyword-bearing files (issue #479)
+  * warn users when query results are incomplete (issue #443)
+  * avoid parsing errors on RCS newphrases in the admin section (issue #483)
+  * make rlog parsing code more robust in certain error cases (issue #444)
+
+---
+Tue Mar 15 22:17:29 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.10:
+  * 1.1.9 shipped with a stack-trace-causing bug in the Subversion revision
+info gathering logic
+
+---
+Sat Feb 19 00:42:56 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.9:
+  * vcauth universal access determinations (issue #425)
+  * rework svn revision info cache for performance
+  * make revision log "extra pages" count configurable
+  * fix Subversion 1.4.x revision log compatibility code regression
+  * display sanitized error when authzfile is malformed
+  * handle file:/// Subversion rootpaths as local roots (issue #446)
+  * restore markup of URLs in file contents (issue #455)
+  * optionally display last-committed metadata in roots view (issue #457)
+
+---
+Thu Dec  2 22:43:14 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.1.8:
+  * fix slowness triggered by allow_compress=1 configuration (issue #467)
+  * yield more useful error on directory markup/annotate request (issue #472)
+
+---
+Sat Sep 11 18:55:54 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.1.7:
+  * maintenance release that includes all the bugfixes and enhancements made
+thus far to the 1.1.x line
+  * adds a few features:
++ FastCGI deployment support
++ Basic authentication in the standalone server
++ Subversion revision property display
+
+---
+Sun Jun  6 20:44:55 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.1.6:
+  * fixes a regression introduced in 1.1.5
+  * corrects some bits of the RSS feed support
+  * introduces rudimentary support for WSGI-based deployments
+
+---
+Tue Apr  6 21:51:20 CEST 2010 - dmuel...@suse.de
+
+- fix buglink patch again (kde#233525)
+
+---
+Tue Mar 30 09:10:12 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.1.5 (bnc#592932):
+  * security fix: escape user-provided search_re input to avoid XSS attack
+
+---
+Thu Mar 11 11:06:14 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.1.4 (bnc#587357):
+ * security fix: escape user-provided query form input to avoid XSS attack
+ * fix standalone.py failure (when per-root options aren't used) (issue #445)
+ * fix annotate failure caused by ignored svn_config_dir (issue #447)
+
+---
+Mon Jan 18 23:05:21 CET 2010 - dmuel...@suse.de
+
+- rediff buglink.patch
+
+---
+Thu Dec 31 15:18:25 CET 2009 - dmuel...@suse.de
+
+- update to 1.1.3 (bnc#570605):
+  * security fix: add root listing support of per-root authz config
+  * security fix: query.py requires 'forbidden' authorizer (or none) in config
+  * fix URL-ification of truncated log messages (issue #3)
+  * fix regexp input validation (issue #426, #427, #440)
+  * add support for configurable tab-to-spaces conversion
+  * fix not-a-sequence error in diff view
+  * allow viewvc-install to work when tem

commit ulogd2 for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package ulogd2 for openSUSE:12.2 checked in 
at 2012-07-10 13:27:13

Comparing /work/SRC/openSUSE:12.2/ulogd2 (Old)
 and  /work/SRC/openSUSE:12.2/.ulogd2.new (New)


Package is "ulogd2", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2/.ulogd2.new/ulogd2.changes  2012-07-10 
13:27:14.0 +0200
@@ -0,0 +1,40 @@
+---
+Wed Jan  4 22:15:59 UTC 2012 - jeng...@medozas.de
+
+- build description update
+- git snapshot 2.0.0~beta4+git51
+* pcap: add file option to configuration file
+* ulogd: fix segfault if syslog and SIGTERM is received
+* sqlite3 backend: remove automatic creation of table "daily"
+* add nfacct and GPRINT plugins
+- add systemd service file
+
+---
+Thu Dec  1 16:49:39 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---
+Tue Feb  1 13:27:22 UTC 2011 - jeng...@medozas.de
+
+- Add init script
+- Install config file
+
+---
+Wed Sep 15 09:17:44 UTC 2010 - jeng...@medozas.de
+
+- Added /var/log/ulogd, and gave it to the newly-created user
+  "ulogd". (http://bugzilla.netfilter.org/show_bug.cgi?id=665)
+
+---
+Fri Jul 16 19:12:56 UTC 2010 - jeng...@medozas.de
+
+- New upstream release 2.0.0~beta4
+  * new XML output plugin for packet and log-based logging
+  * several fixes, improvements
+
+---
+Tue Feb 23 22:32:41 UTC 2010 - jeng...@medozas.de
+
+- Initial upload, version 2.0.0~beta3
+

Old:

  _link

New:

  etc-init.d-ulogd
  ulogd-2.0.0~beta4+git51.tar.xz
  ulogd-automake.diff
  ulogd-buffer.diff
  ulogd-conf.diff
  ulogd-libmnl.diff
  ulogd-pcap.diff
  ulogd.service
  ulogd2.changes
  ulogd2.spec



Other differences:
--
++ ulogd2.spec ++
#
# spec file for package ulogd2
#
# 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:   ulogd2
Version:2.0.0.beta4
Release:0
%define pkname  ulogd
%define llver   2.0.0~beta4+git51
Summary:Userspace logging for Netfilter
License:GPL-2.0
Group:  Productivity/Networking/Security
Url:http://netfilter.org/projects/ulogd/

#Git-Clone: git://git.netfilter.org/ulogd2
%define git_snapshot 1
Source: ulogd-%llver.tar.xz
Source2:etc-init.d-ulogd
Source3:ulogd.service
Patch1: ulogd-automake.diff
Patch2: ulogd-libmnl.diff
Patch3: ulogd-buffer.diff
Patch4: ulogd-conf.diff
Patch5: ulogd-pcap.diff

BuildRequires:  autoconf
BuildRequires:  automake >= 1.6
BuildRequires:  libpcap-devel
BuildRequires:  libtool
BuildRequires:  lksctp-tools-devel
BuildRequires:  pkgconfig >= 0.21
BuildRequires:  postgresql-devel
BuildRequires:  pkgconfig(libmnl) >= 1.0.0
BuildRequires:  pkgconfig(libnetfilter_acct) >= 1.0.0
BuildRequires:  pkgconfig(libnetfilter_conntrack) >= 0.0.95
BuildRequires:  pkgconfig(libnetfilter_log) >= 1.0.0
BuildRequires:  pkgconfig(libnfnetlink) >= 0.0.39
%if 0%{?suse_version}
BuildRequires:  libmysqlclient-devel
BuildRequires:  sqlite3-devel
%endif
BuildRequires:  xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1210
BuildRequires:  systemd
%systemd_requires
%endif
%if 0%{?suse_version}
Requires(postun):   %insserv_prereq
%endif
Requires(pre):  /usr/sbin/useradd

%description
ulogd is a userspace logging daemon for netfilter/iptables related
logging. This includes per-packet logging of security violations,
per-packet logging for accounting purpose as well as per-flow
logging.

%package mysql
Summary:MySQL output target for ulogd2
Group:  Productivity/Networking/Security
Requires:   %name = %version-%release

%description mysql
MySQL output target

commit samba for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:12.2 checked in 
at 2012-07-10 13:26:52

Comparing /work/SRC/openSUSE:12.2/samba (Old)
 and  /work/SRC/openSUSE:12.2/.samba.new (New)


Package is "samba", Maintainer is "samba-maintain...@suse.de"

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2/.samba.new/samba-doc.changes2012-07-10 
13:26:54.0 +0200
@@ -0,0 +1,50 @@
+---
+Wed Mar 14 17:39:53 UTC 2012 - lmue...@suse.de
+
+- Add the ldapsmb sources as else patches against them have no chance to apply.
+
+---
+Wed Dec 21 12:59:18 UTC 2011 - co...@suse.com
+
+- BuildRequire autoconf to avoid implicit dependency for post-11.4 systems.
+
+---
+Wed Dec 21 10:31:47 UTC 2011 - co...@suse.com
+
+- Remove call to suse_update_config macro for post-11.4 systems.
+
+---
+Mon Jun  8 14:07:22 CEST 2009 - r...@suse.de
+
+- BuildRequire keyutils-devel.
+
+---
+Tue Mar 10 15:07:29 CET 2009 - lmue...@suse.de
+
+- Only call '%find_lang pam_winbind' in the samba spec file, not samba-doc.
+
+---
+Thu Jan 24 11:50:09 CET 2008 - lmue...@suse.de
+
+- Remove NoSource tags from samba-doc spec file; [bnc#351370].
+
+---
+Fri Jun 16 12:52:10 CEST 2006 - sch...@suse.de
+
+- Fix syntax error in configure script.
+
+---
+Wed Feb  8 10:42:34 CET 2006 - a...@suse.de
+
+- Remove openafs requirement.
+
+---
+Wed Jan 25 21:41:18 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Thu Nov 17 19:26:22 CET 2005 - lmue...@suse.de
+
+- Create a separate Samba documentation package to build it as noarch.
+
New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2/.samba.new/samba.changes2012-07-10 
13:26:54.0 +0200
@@ -0,0 +1,7897 @@
+---
+Fri Jun  1 23:01:11 UTC 2012 - lmue...@suse.com
+
+- Don't call autogen.sh on post-12.1 SUSE and post-14 Fedora systems.
+- Recompile all IDL in any case.
+
+---
+Fri Jun  1 14:18:58 UTC 2012 - lmue...@suse.com
+
+- BuildIgnore libtalloc and libtdb to prevent a package conflict on Fedora
+  systems.
+
+---
+Thu May 31 15:48:11 UTC 2012 - lmue...@suse.com
+
+- Install talloc.pc only on pre-12.2 and non SUSE systems.
+
+---
+Thu May 31 14:07:36 UTC 2012 - lmue...@suse.com
+
+- BuildRequire libldb-devel, libtalloc-devel, libtdb-devel, and
+  libtevent-devel on post-12.1 systems.
+
+---
+Wed May 30 12:07:39 UTC 2012 - lmue...@suse.com
+
+- s3: Fix a segfault with debug level 3 on Solaris; (bso#8861).
+- s3: wbinfo --lookup-sids "" crashes winbind; (bso#8904).
+- smbd crashes when deleting directory and veto files are enabled; (bso#8837).
+- winbind_krb5_locator only returns one IP address; (bso#8897).
+- Wrong assertion/comparison: Compare value not pointer; (bso#8859).
+- Inconsistent (with manpage) command-line switch for "help" in smbtree;
+  (bso#8831).
+- Fix incorrect debug statement.
+- Setting traverse rights fails to enable directory traversal when acl_xattr
+  in use; (bso#8857).
+- Syslog broken owing to mistyping of debug_settings.syslog; (bso#8877).
+- s3/ldap: remove outdated netscape ds 5 schema file; (bso#8869).
+- s3-docs: fixes several typos; (bso#7938).
+- s3-VFS: Fix building out-of-tree modules; (bso#8822).
+- s3-docs: Add hint that setting "profile acls = yes" on normal shares can
+  cause trouble; (bso#7930).
+- s3-pam_winbind: Fix the build with a newer iniparser library; (bso#8915).
+- Avoid null dereference in initialize_password_db(); (bso#8920).
+- s3:registry: implement values_need_update and subkeys_need_update in the
+  smbconf backend.
+- s3:registry:reg_api: fix reg_queryvalue to not fail when values are
+  modified while it runs.
+- s4:torture:rpc:spoolss: also initialize driverName before checking it in
+  test_PrinterData_DsSpooler().
+- s3:registry: multiple cleanups, fixes, and optimisations.
+- s3:au

commit viewvc for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package viewvc for openSUSE:12.2 checked in 
at 2012-07-10 13:25:36

Comparing /work/SRC/openSUSE:12.2/viewvc (Old)
 and  /work/SRC/openSUSE:12.2/.viewvc.new (New)


Package is "viewvc", Maintainer is "dmuel...@suse.com"

Changes:

NO CHANGES FILE!!!

Old:

  viewvc-1.1.11.tar.bz2
  viewvc-buglink.patch
  viewvc-rpmlintrc
  viewvc.changes
  viewvc.conf
  viewvc.spec

New:

  _link



Other differences:
--
++ _link ++

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



commit samba for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:12.2 checked in 
at 2012-07-10 13:23:47

Comparing /work/SRC/openSUSE:12.2/samba (Old)
 and  /work/SRC/openSUSE:12.2/.samba.new (New)


Package is "samba", Maintainer is "samba-maintain...@suse.de"

Changes:

NO CHANGES FILE!!!

Old:

  baselibs.conf
  build-source-timestamp
  ldapsmb-1.34b.tar.bz2
  patches.tar.bz2
  samba-3.6.5.tar.bz2
  samba-doc.changes
  samba-doc.spec
  samba.changes
  samba.spec
  vendor-files.tar.bz2

New:

  _link



Other differences:
--
++ _link ++

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



commit ulogd2 for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package ulogd2 for openSUSE:12.2 checked in 
at 2012-07-10 13:23:36

Comparing /work/SRC/openSUSE:12.2/ulogd2 (Old)
 and  /work/SRC/openSUSE:12.2/.ulogd2.new (New)


Package is "ulogd2", Maintainer is ""

Changes:

NO CHANGES FILE!!!

Old:

  etc-init.d-ulogd
  ulogd-2.0.0~beta4+git51.tar.xz
  ulogd-automake.diff
  ulogd-buffer.diff
  ulogd-conf.diff
  ulogd-libmnl.diff
  ulogd-pcap.diff
  ulogd.service
  ulogd2.changes
  ulogd2.spec

New:

  _link



Other differences:
--
++ _link ++

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