commit avahi for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package avahi for openSUSE:Factory checked 
in at 2014-04-17 14:47:08

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


Package is "avahi"

Changes:

avahi-mono.changes: same change
avahi-qt4.changes: same change
--- /work/SRC/openSUSE:Factory/avahi/avahi.changes  2014-03-21 
12:14:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.avahi.new/avahi.changes 2014-04-17 
14:47:09.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 15 15:55:46 UTC 2014 - a...@suse.com
+
+- We've moved everything to /run, adjust file list as well.
+
+---



Other differences:
--
++ avahi-glib2.spec ++
--- /var/tmp/diff_new_pack.oPXgOh/_old  2014-04-17 14:47:11.0 +0200
+++ /var/tmp/diff_new_pack.oPXgOh/_new  2014-04-17 14:47:11.0 +0200
@@ -973,10 +973,21 @@
 
 %pre
 %{_sbindir}/groupadd -r avahi 2> /dev/null || :
-%{_sbindir}/useradd -r -s /bin/false -c "User for Avahi" -d 
%{_localstatedir}/run/avahi-daemon -g avahi avahi 2> /dev/null || :
+%{_sbindir}/useradd -r -s /bin/false -c "User for Avahi" -d /run/avahi-daemon 
-g avahi avahi 2> /dev/null || :
 %if %suse_version >= 1210
 %service_add_pre avahi-dnsconfd.service avahi-daemon.service
 %endif
+# bnc#853845,bnc#851953: do not start by default under
+# sysconfig as this breaks vlan,bridge,bonding setups
+# in pre to revert old default setting from template.
+if test -f var/adm/fillup-templates/sysconfig.avahi-autoipd -a \
+   -f etc/sysconfig/avahi ; then
+   .  var/adm/fillup-templates/sysconfig.avahi-autoipd
+   if test "X$AVAHI_AUTOIPD_ENABLE" = "Xyes" ; then
+   sed -i etc/sysconfig/avahi \
+   -e 's/^\(AVAHI_AUTOIPD_ENABLE\)=.*/\1="no"/'
+   fi
+fi
 
 %post
 %{fillup_only -n avahi}
@@ -1112,7 +1123,7 @@
 %{_libdir}/avahi/service-types.db
 # avahi creates the directory itself, we do not package it
 # since it might be on tmpfs
-%attr(-,avahi,avahi) %ghost %{_localstatedir}/run/avahi-daemon
+%attr(-,avahi,avahi) %ghost /run/avahi-daemon
 %doc %{_mandir}/man5/*.5*
 %doc %{_mandir}/man8/*.8*
 %exclude %doc %{_mandir}/man8/avahi-autoipd*

avahi-mono.spec: same change
avahi-qt4.spec: same change
++ avahi.spec ++
--- /var/tmp/diff_new_pack.oPXgOh/_old  2014-04-17 14:47:11.0 +0200
+++ /var/tmp/diff_new_pack.oPXgOh/_new  2014-04-17 14:47:11.0 +0200
@@ -975,7 +975,7 @@
 
 %pre
 %{_sbindir}/groupadd -r avahi 2> /dev/null || :
-%{_sbindir}/useradd -r -s /bin/false -c "User for Avahi" -d 
%{_localstatedir}/run/avahi-daemon -g avahi avahi 2> /dev/null || :
+%{_sbindir}/useradd -r -s /bin/false -c "User for Avahi" -d /run/avahi-daemon 
-g avahi avahi 2> /dev/null || :
 %if %suse_version >= 1210
 %service_add_pre avahi-dnsconfd.service avahi-daemon.service
 %endif
@@ -1125,7 +1125,7 @@
 %{_libdir}/avahi/service-types.db
 # avahi creates the directory itself, we do not package it
 # since it might be on tmpfs
-%attr(-,avahi,avahi) %ghost %{_localstatedir}/run/avahi-daemon
+%attr(-,avahi,avahi) %ghost /run/avahi-daemon
 %doc %{_mandir}/man5/*.5*
 %doc %{_mandir}/man8/*.8*
 %exclude %doc %{_mandir}/man8/avahi-autoipd*

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



commit wicked for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2014-04-17 14:43:38

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


Package is "wicked"

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2014-04-01 
11:34:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes   2014-04-17 
14:43:39.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr 14 17:28:11 UTC 2014 - m...@suse.de
+
+- version 0.5.19
+- server/nanny: do not fail on missed dbus objects or object
+  creation errors due to already deleted interfaces in the
+  kernel while processing the event (bnc#867806,bnc#871388)
+- netlink: verify if device still exists on newlink events
+- nanny: fixed endless loop on policies without name and user
+  control default, added device mach with identify capabilities
+
+---

Old:

  wicked-0.5.18.tar.bz2

New:

  wicked-0.5.19.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.Eu3RTs/_old  2014-04-17 14:43:39.0 +0200
+++ /var/tmp/diff_new_pack.Eu3RTs/_new  2014-04-17 14:43:39.0 +0200
@@ -18,7 +18,7 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.5.18
+Version:0.5.19
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
 License:GPL-2.0

++ wicked-0.5.18.tar.bz2 -> wicked-0.5.19.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked-0.5.18/ChangeLog.git 
new/wicked-0.5.19/ChangeLog.git
--- old/wicked-0.5.18/ChangeLog.git 2014-03-28 19:43:42.0 +0100
+++ new/wicked-0.5.19/ChangeLog.git 2014-04-14 19:27:29.0 +0200
@@ -1,3 +1,78 @@
+commit d9aef8cdd30ae9b0632fca787fef9a954564d4a3
+Author: Marius Tomaschewski 
+Date:   Mon Apr 14 19:22:39 2014 +0200
+
+version 0.5.19
+
+commit ecd2a2e6dfb939f45904ce48d3f590a3d60dd619
+Author: Marius Tomaschewski 
+Date:   Thu Apr 10 21:49:17 2014 +0200
+
+fsm: release device references on free
+
+commit 0ce76c25d233dcd4227e38e73ba9a915f2bc4e42
+Author: Marius Tomaschewski 
+Date:   Thu Apr 10 21:45:33 2014 +0200
+
+netlink: verify if device exists on newlink events
+
+commit 58506b5be46a55a4a32a0afe32b5211256aaee91
+Author: Marius Tomaschewski 
+Date:   Thu Apr 10 21:41:10 2014 +0200
+
+client: adjusted ifstatus output indenting
+
+commit 609127c5456b7111b0d534a7d983a81374d82729
+Author: Marius Tomaschewski 
+Date:   Thu Apr 10 21:20:02 2014 +0200
+
+nanny: do not fail on events for deleted devices
+
+commit 8b139182a7f83f4d0b4fe1a05735a299c439b825
+Author: Marius Tomaschewski 
+Date:   Thu Apr 10 21:09:31 2014 +0200
+
+server: do not fail on missed dbus objects
+
+The events may arrive for non-existing devices when they
+get deleted [in the kernel] while we're processing them.
+
+commit 5dac78d666a7b6849c9bcd480a250849542a464f
+Author: Marius Tomaschewski 
+Date:   Thu Apr 10 20:58:09 2014 +0200
+
+dbus: do not fail on dbus object creation failures
+
+commit 87140f2b05b890861c7d57264ef5becbcd32bb55
+Author: Marius Tomaschewski 
+Date:   Thu Apr 10 20:35:12 2014 +0200
+
+fsm: do not fail completely in ni_fsm_refresh_state
+
+commit c61f3e55284efb95ed2537dff686eab1418e89dd
+Author: Marius Tomaschewski 
+Date:   Wed Apr 9 11:55:25 2014 +0200
+
+nanny: do not register device when object disapears
+
+commit 1b3f254deee181125bd06352f8482ba90462633f
+Author: Marius Tomaschewski 
+Date:   Wed Apr 2 12:00:49 2014 +0200
+
+nanny: added initial device name,alias,ifindex match
+
+commit 75e56c6da0e9759ad05f6f696bafb230387a32d7
+Author: Marius Tomaschewski 
+Date:   Wed Apr 2 11:53:28 2014 +0200
+
+nanny: user control off by default, show it correctly
+
+commit 743cac740e30caa774065a513cee09a63babc8ea
+Author: Marius Tomaschewski 
+Date:   Wed Apr 2 11:52:04 2014 +0200
+
+nanny: fixed endless loop on policies without name
+
 commit 058f194c521e5525e9fb793d264916cc72126811
 Author: Marius Tomaschewski 
 Date:   Fri Mar 28 19:41:59 2014 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked-0.5.18/VERSION new/wicked-0.5.19/VERSION
--- old/wicked-0.5.18/VERSION   2014-03-28 19:42:17.0 +0100
+++ new/wicked-0.5.19/VERSION   2014-04-14 19:23:16.0 +0200
@@ -1 +1 @@
-0.5.18
+0.5.19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked-0.5.18/client/ifcheck.c 
new/wicked-0.5.19/client/ifcheck.c
--- old/wicked-0.5.18/client

commit v4l-utils for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2014-04-17 14:43:40

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


Package is "v4l-utils"

Changes:

--- /work/SRC/openSUSE:Factory/v4l-utils/v4l-utils.changes  2013-03-22 
12:09:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new/v4l-utils.changes 2014-04-17 
14:43:42.0 +0200
@@ -1,0 +2,6 @@
+Thu Jan  2 10:02:04 UTC 2014 - dmuel...@suse.com
+
+- fix compiled-in paths by specifying PREFIX and LIBDIR correctly
+  during build
+
+---



Other differences:
--
++ v4l-utils.spec ++
--- /var/tmp/diff_new_pack.T2OdXu/_old  2014-04-17 14:43:43.0 +0200
+++ /var/tmp/diff_new_pack.T2OdXu/_new  2014-04-17 14:43:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package v4l-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -146,7 +146,7 @@
 %patch2 -p1
 
 %build
-make CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="%{optflags}" 
%{?_smp_mflags}
+make PREFIX=%{_prefix} LIBDIR=%{_libdir} CFLAGS="%{optflags} 
-fno-strict-aliasing" CXXFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
 make install PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} 
UDEVRULESDIR=%{_udevrulesdir}

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



commit pesign for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package pesign for openSUSE:Factory checked 
in at 2014-04-17 14:44:03

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


Package is "pesign"

Changes:

--- /work/SRC/openSUSE:Factory/pesign/pesign.changes2014-02-02 
07:36:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.pesign.new/pesign.changes   2014-04-17 
14:44:04.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 16 07:12:05 UTC 2014 - a...@suse.com
+
+- Add pesign-run.patch: Use /run instead of /var/run (bnc#873857).
+
+---

New:

  pesign-run.patch



Other differences:
--
++ pesign.spec ++
--- /var/tmp/diff_new_pack.HYkK9s/_old  2014-04-17 14:44:05.0 +0200
+++ /var/tmp/diff_new_pack.HYkK9s/_new  2014-04-17 14:44:05.0 +0200
@@ -36,6 +36,8 @@
 Patch6: use-standard-pid-location.patch
 # PATCH-FIX-UPSTREAM pesign-no-db.patch g...@suse.com -- Allow some commands 
to proceed without a NSS database
 Patch7: pesign-no-db.patch
+# PATCH-FIX-SUSE pesign-run.patch a...@suse.com - Use /run instead of /var/run
+Patch8: pesign-run.patch
 BuildRequires:  mozilla-nss-devel
 BuildRequires:  pkg-config
 BuildRequires:  popt-devel
@@ -62,6 +64,7 @@
 %patch4 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 make OPTFLAGS="$RPM_OPT_FLAGS"
@@ -107,7 +110,7 @@
 %{_unitdir}/pesign.service
 /usr/lib/tmpfiles.d/pesign.conf
 %dir %attr(0775,pesign,pesign) %{_sysconfdir}/pki/pesign
-%ghost %dir %attr(0770,pesign,pesign) %{_localstatedir}/run/%{name}
+%ghost %dir %attr(0770,pesign,pesign) /run/%{name}
 %dir %attr(0770,pesign,pesign) %{_localstatedir}/lib/%{name}
 
 %changelog

++ pesign-run.patch ++
Index: pesign-0.109/src/Makefile
===
--- pesign-0.109.orig/src/Makefile
+++ pesign-0.109/src/Makefile
@@ -79,7 +79,7 @@ install_sysvinit:
 
 install :
$(INSTALL) -d -m 700 $(INSTALLROOT)/etc/pki/pesign/
-   $(INSTALL) -d -m 770 $(INSTALLROOT)/var/run/pesign/
+   $(INSTALL) -d -m 770 $(INSTALLROOT)/run/pesign/
$(INSTALL) -d -m 755 $(INSTALLROOT)$(PREFIX)/bin/
$(INSTALL) -m 755 pesign $(INSTALLROOT)$(PREFIX)/bin/
$(INSTALL) -m 755 client $(INSTALLROOT)$(PREFIX)/bin/pesign-client
Index: pesign-0.109/src/daemon.h
===
--- pesign-0.109.orig/src/daemon.h
+++ pesign-0.109/src/daemon.h
@@ -47,7 +47,7 @@ typedef enum {
 } pesignd_cmd;
 
 #define PESIGND_VERSION 0xa3cf41cb
-#define SOCKPATH   "/var/run/pesign/socket"
-#define PIDFILE"/var/run/pesign.pid"
+#define SOCKPATH   "/run/pesign/socket"
+#define PIDFILE"/run/pesign.pid"
 
 #endif /* DAEMON_H */
Index: pesign-0.109/src/macros.pesign
===
--- pesign-0.109.orig/src/macros.pesign
+++ pesign-0.109/src/macros.pesign
@@ -34,7 +34,7 @@
   %{_pesign} -R ${sattrs}.sig -I ${sattrs} %{-i}   \\\
  --certdir ${nss} -c signer %{-o}  \
   rm -rf ${sattrs} ${sattrs}.sig ${nss}\
-elif [ -S /var/run/pesign/socket ]; then   \
+elif [ -S /run/pesign/socket ]; then   \
   %{_pesign_client} -t "OpenSC Card (Fedora Signer)"   \\\
 -c "/CN=Fedora Secure Boot Signer" \\\
 %{-i} %{-o} %{-e} %{-s} %{-C}  \
Index: pesign-0.109/src/pesign.sysvinit
===
--- pesign-0.109.orig/src/pesign.sysvinit
+++ pesign-0.109/src/pesign.sysvinit
@@ -4,7 +4,7 @@
 #
 # chkconfig: - 50 50
 # processname: /usr/bin/pesign
-# pidfile: /var/run/pesign.pid
+# pidfile: /run/pesign.pid
 ### BEGIN INIT INFO 
 # Provides:  pesign
 # Should-Start:  $remote_fs
@@ -19,7 +19,7 @@
 
 [ -f /usr/bin/pesign ] || exit 1
 
-PESIGN_PIDFILE=/var/run/pesign.pid
+PESIGN_PIDFILE=/run/pesign.pid
 RETVAL=0
 
 start(){
@@ -28,15 +28,15 @@ start(){
 RETVAL=$?
 echo
 touch /var/lock/subsys/pesign
-setfacl -m u:kojibuilder:x /var/run/pesign
-setfacl -m u:kojibuilder:rw /var/run/pesign/socket
-setfacl -m g:kojibuilder:x /var/run/pesign
-setfacl -m g:kojibuilder:rw /var/run/pesign/socket
+setfacl -m u:kojibuilder:x /run/pesign
+setfacl -m u:kojibuilder:rw /run/pesign/socket
+setfacl -m g:kojibuilder:x /run/pesign
+setfacl -m g:kojibuilder:rw /run/pesign/socket
 }
 
 stop(){
 echo -n "Stopping pesign: "
-killproc -p /va

commit bluez for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2014-04-17 14:43:56

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


Package is "bluez"

Changes:

--- /work/SRC/openSUSE:Factory/bluez/bluez.changes  2014-04-05 
16:49:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2014-04-17 
14:43:57.0 +0200
@@ -1,0 +2,13 @@
+Sun Apr 13 10:46:02 UTC 2014 - seife+...@b1-systems.com
+
+- update to version 5.18
+  "This is mostly a bug fix release with issues fixed regarding LE
+   single mode device detection and incorrect getpeername() calls
+   which could have caused incorrect SDP records for profiles
+   (mainly those using the Profile D-Bus interface with RFCOMM
+   channel auto-allocation).
+   On the OBEX side we now have full OBEX authentication support,
+   which is a fairly useless feature in practice but a mandatory
+   one for qualification of some OBEX profiles."
+
+---

Old:

  bluez-5.17.tar.xz

New:

  bluez-5.18.tar.xz



Other differences:
--
++ bluez.spec ++
--- /var/tmp/diff_new_pack.KGoHnE/_old  2014-04-17 14:43:58.0 +0200
+++ /var/tmp/diff_new_pack.KGoHnE/_new  2014-04-17 14:43:58.0 +0200
@@ -24,7 +24,7 @@
 BuildRequires:  systemd-devel
 BuildRequires:  pkgconfig(dbus-1) >= 1.4
 %{?systemd_requires}
-Version:5.17
+Version:5.18
 Release:0
 Summary:Bluetooth Stack for Linux
 License:GPL-2.0+

++ bluez-5.17.tar.xz -> bluez-5.18.tar.xz ++
 15656 lines of diff (skipped)

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



commit zypper for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2014-04-17 14:43:52

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


Package is "zypper"

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2014-04-15 
11:45:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2014-04-17 
14:43:54.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 15 17:27:28 CEST 2014 - m...@suse.de
+
+- Add 'download' command (Fate#317077)
+- version 1.11.4
+
+---

Old:

  zypper-1.11.3.tar.bz2

New:

  zypper-1.11.4.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.IWR1lG/_old  2014-04-17 14:43:55.0 +0200
+++ /var/tmp/diff_new_pack.IWR1lG/_new  2014-04-17 14:43:55.0 +0200
@@ -22,7 +22,7 @@
 BuildRequires:  cmake >= 2.4.6
 BuildRequires:  gcc-c++ >= 4.7
 BuildRequires:  gettext-devel >= 0.15
-BuildRequires:  libzypp-devel >= 14.17.3
+BuildRequires:  libzypp-devel >= 14.17.5
 BuildRequires:  readline-devel >= 5.1
 Requires:   procps
 %if 0%{?suse_version}
@@ -33,7 +33,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.11.3
+Version:1.11.4
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ zypper-1.11.3.tar.bz2 -> zypper-1.11.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.11.3.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.11.4.tar.bz2 differ: char 11, 
line 1

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



commit libzypp for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2014-04-17 14:43:49

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


Package is "libzypp"

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2014-04-13 
13:13:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2014-04-17 
14:43:50.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 15 17:03:30 CEST 2014 - m...@suse.de
+
+- Factor out CommitPackageCache for standalone usage. (Fate#317077)
+- version 14.17.5 (17)
+
+---

Old:

  libzypp-14.17.4.tar.bz2

New:

  libzypp-14.17.5.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.mbIeho/_old  2014-04-17 14:43:51.0 +0200
+++ /var/tmp/diff_new_pack.mbIeho/_new  2014-04-17 14:43:51.0 +0200
@@ -23,7 +23,7 @@
 Summary:Package, Patch, Pattern, and Product Management
 License:GPL-2.0+
 Group:  System/Packages
-Version:14.17.4
+Version:14.17.5
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ libzypp-14.17.4.tar.bz2 -> libzypp-14.17.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.17.4/VERSION.cmake 
new/libzypp-14.17.5/VERSION.cmake
--- old/libzypp-14.17.4/VERSION.cmake   2014-04-11 16:20:47.0 +0200
+++ new/libzypp-14.17.5/VERSION.cmake   2014-04-15 17:04:45.0 +0200
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR "14")
 SET(LIBZYPP_COMPATMINOR "17")
 SET(LIBZYPP_MINOR "17")
-SET(LIBZYPP_PATCH "4")
+SET(LIBZYPP_PATCH "5")
 #
-# LAST RELEASED: 14.17.4 (17)
+# LAST RELEASED: 14.17.5 (17)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.17.4/package/libzypp.changes 
new/libzypp-14.17.5/package/libzypp.changes
--- old/libzypp-14.17.4/package/libzypp.changes 2014-04-11 16:20:47.0 
+0200
+++ new/libzypp-14.17.5/package/libzypp.changes 2014-04-15 17:04:45.0 
+0200
@@ -1,4 +1,10 @@
 ---
+Tue Apr 15 17:03:30 CEST 2014 - m...@suse.de
+
+- Factor out CommitPackageCache for standalone usage. (Fate#317077)
+- version 14.17.5 (17)
+
+---
 Fri Apr 11 16:16:11 CEST 2014 - m...@suse.de
 
 - history: log %posttrans errors and output
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.17.4/zypp/CpeId.cc 
new/libzypp-14.17.5/zypp/CpeId.cc
--- old/libzypp-14.17.4/zypp/CpeId.cc   2014-04-08 13:28:12.0 +0200
+++ new/libzypp-14.17.5/zypp/CpeId.cc   2014-04-15 18:04:44.0 +0200
@@ -9,6 +9,7 @@
 /** \file  zypp/CpeId.cc
  */
 #include 
+#include 
 
 #include "zypp/base/String.h"
 #include "zypp/base/LogTools.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.17.4/zypp/Repository.cc 
new/libzypp-14.17.5/zypp/Repository.cc
--- old/libzypp-14.17.4/zypp/Repository.cc  2014-04-04 14:32:12.0 
+0200
+++ new/libzypp-14.17.5/zypp/Repository.cc  2014-04-15 17:04:45.0 
+0200
@@ -337,8 +337,8 @@
 std::ostream & dumpAsXmlOn( std::ostream & str, const Repository & obj )
 {
   return xmlout::node( str, "repository", {
-   { "alias", obj.name() },
-   { "name", obj.alias() }
+   { "name", obj.name() },
+   { "alias", obj.alias() }
   } );
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.17.4/zypp/parser/xml/XmlEscape.h 
new/libzypp-14.17.5/zypp/parser/xml/XmlEscape.h
--- old/libzypp-14.17.4/zypp/parser/xml/XmlEscape.h 2014-01-14 
18:20:53.0 +0100
+++ new/libzypp-14.17.5/zypp/parser/xml/XmlEscape.h 2014-04-15 
17:04:45.0 +0200
@@ -29,8 +29,10 @@
   {
EscapedString( const std::string & in_r ) : _in( in_r ) {}
std::ostream & dumpOn( std::ostream & str ) const;
-   operator std::string() const
+   std::string asString() const
{ std::ostringstream str; dumpOn( str ); return str.str(); }
+   operator std::string() const
+   { return asString(); }
   private:
const std::string & _in;
   };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.17.4/zypp/target/CommitPackageCache.cc 
new/libzypp-14.17.5/zypp/target/CommitPackageCache.cc
--- old/libzypp-14.

commit jbigkit for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package jbigkit for openSUSE:Factory checked 
in at 2014-04-17 14:43:59

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


Package is "jbigkit"

Changes:

--- /work/SRC/openSUSE:Factory/jbigkit/jbigkit.changes  2013-07-19 
16:51:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.jbigkit.new/jbigkit.changes 2014-04-17 
14:44:00.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 15 01:11:00 UTC 2014 - br...@aljex.com
+
+- v2.1
+-Fixes bnc#870855 
+-Fixes CVE-2013-6369
+
+---

Old:

  jbigkit-2.0-shlib.patch
  jbigkit-2.0.tar.gz

New:

  jbigkit-2.1-shlib.patch
  jbigkit-2.1.tar.gz



Other differences:
--
++ jbigkit.spec ++
--- /var/tmp/diff_new_pack.vjK7KM/_old  2014-04-17 14:44:01.0 +0200
+++ /var/tmp/diff_new_pack.vjK7KM/_new  2014-04-17 14:44:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jbigkit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,7 +18,7 @@
 
 Name:   jbigkit
 %define ver_maj 2
-%define ver_min 0
+%define ver_min 1
 Version:%{ver_maj}.%{ver_min}
 Release:0
 Summary:JBIG1 lossless image compression tools
@@ -69,7 +69,7 @@
 formats.
 
 %prep
-%setup -n %name
+%setup
 %patch0 -p1
 
 %build

++ jbigkit-2.0-shlib.patch -> jbigkit-2.1-shlib.patch ++
--- /work/SRC/openSUSE:Factory/jbigkit/jbigkit-2.0-shlib.patch  2012-05-29 
14:15:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.jbigkit.new/jbigkit-2.1-shlib.patch 
2014-04-17 14:44:00.0 +0200
@@ -1,28 +1,28 @@
-diff -aur jbigkit/libjbig/Makefile jbigkit+/libjbig/Makefile
 jbigkit/libjbig/Makefile   2008-08-30 13:20:52.0 -0400
-+++ jbigkit+/libjbig/Makefile  2012-04-12 04:56:11.0 -0400
-@@ -2,28 +2,33 @@
- # $Id: Makefile 1285 2008-08-18 13:36:45Z mgk25 $
+diff -ruN jbigkit-2.1/libjbig/Makefile jbigkit-2.1-shlib/libjbig/Makefile
+--- jbigkit-2.1/libjbig/Makefile   2014-03-27 14:47:15.0 -0400
 jbigkit-2.1-shlib/libjbig/Makefile 2014-04-14 19:54:00.0 -0400
+@@ -1,28 +1,33 @@
+ # Unix makefile for the JBIG-KIT library
  
  # Select an ANSI/ISO C compiler here, GNU gcc is recommended
 -CC = gcc
 +CC ?= gcc
  
  # Options for the compiler: A high optimization level is suggested
--CFLAGS = -g -O -Wall -ansi -pedantic # --coverage
-+CFLAGS ?= -g -O -Wall -ansi -pedantic # --coverage
+-CFLAGS = -g -O -W -Wall -ansi -pedantic # --coverage
++CFLAGS ?= -g -O -W -Wall -ansi -pedantic # --coverage
 +PICFLAGS := -fPIC -DPIC
  
--all: libjbig.a tstcodec tstcodec85
+-all: libjbig.a libjbig85.a tstcodec tstcodec85
 +all: libjbig.so.$(SOVERSION) libjbig85.so.$(SOVERSION) tstcodec tstcodec85
  
 -tstcodec: tstcodec.o jbig.o jbig_ar.o
--  $(CC) $(CFLAGS) -o tstcodec $+
+-  $(CC) $(CFLAGS) -o tstcodec tstcodec.o jbig.o jbig_ar.o
 +tstcodec: tstcodec.o libjbig.so
 +  $(CC) $(CFLAGS) -o tstcodec $< -L. -ljbig
  
 -tstcodec85: tstcodec85.o jbig85.o jbig_ar.o
--  $(CC) $(CFLAGS) -o tstcodec85 $+
+-  $(CC) $(CFLAGS) -o tstcodec85 tstcodec85.o jbig85.o jbig_ar.o
 +tstcodec85: tstcodec85.o libjbig85.so
 +  $(CC) $(CFLAGS) -o tstcodec85 $^ -L. -ljbig
  
@@ -50,8 +50,8 @@
  
  jbig.o: jbig.c jbig.h jbig_ar.h
  jbig85.o: jbig85.c jbig85.h jbig_ar.h
-@@ -37,12 +42,12 @@
- --msgid-bugs-address='http://www.cl.cam.ac.uk/~mgk25/jbigkit/' $+
+@@ -43,13 +48,13 @@
+   clang --analyze *.c
  
  test: tstcodec tstcodec85
 -  ./tstcodec
@@ -64,75 +64,85 @@
 +  LD_LIBRARY_PATH=`pwd` ./tstcodec $@
  
  clean:
-   rm -f *.{o,gcda,gcno,gcov} *~ core gmon.out dbg_d\=??.pbm t82test.pbm
+   rm -f *.o *.gcda *.gcno *.gcov *.plist *~ core gmon.out dbg_d\=??.pbm
+   rm -f t82test.pbm
 -  rm -f tstcodec tstcodec85
 +  rm -f tstcodec tstcodec85 libjbig*.so libjbig*.so.$(SOVERSION) 
libjbig*.so.$(VERSION)
-diff -aur jbigkit/Makefile jbigkit+/Makefile
 jbigkit/Makefile   2008-08-30 16:40:22.0 -0400
-+++ jbigkit+/Makefile  2012-04-12 04:55:40.0 -0400
-@@ -2,33 +2,35 @@
- # $Id: Makefile 1303 2008-08-30 20:16:20Z mgk25 $
+diff -ruN jbigkit-2.1/Makefile jbigkit-2.1-shlib/Makefile
+--- jbigkit-2.1/Makefile   2014-03-27 14:47:15.0 -0400
 jbigkit-2.1-shlib/Makefile 2014-04-14 20:59:40.0 -0400
+@@ -1,37 +1,39 @@
+ # Unix makefile for JBIG-KIT
  
  # Select an ANSI/ISO C compiler here, GNU gcc is recommended
 -CC = gcc
 +C

commit openssl for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2014-04-17 14:35:56

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


Package is "openssl"

Changes:

--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2014-04-15 
07:34:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes 2014-04-17 
14:35:57.0 +0200
@@ -2,14 +1,0 @@
-Fri Apr 11 02:40:34 UTC 2014 - crrodrig...@opensuse.org
-
-- openssl-gcc-attributes.patch 
-  * annotate memory allocation wrappers with attribute(alloc_size)
-so the compiler can tell us if it knows they are being misused
-  * OPENSSL_showfatal is annotated with attribute printf to detect
-format string problems.
-
-- It is time to try to disable SSLv2 again, it was tried a while
-  ago but broke too many things, nowadays Debian, Ubuntu, the BSDs
-  all have disabled it, most components are already fixed.
-  I will fix the remaining fallout if any. (email me)
-


Old:

  openssl-gcc-attributes.patch



Other differences:
--
++ openssl.spec ++
--- /var/tmp/diff_new_pack.rrt9Eu/_old  2014-04-17 14:35:58.0 +0200
+++ /var/tmp/diff_new_pack.rrt9Eu/_new  2014-04-17 14:35:58.0 +0200
@@ -64,7 +64,6 @@
 Patch16:openssl-1.0.1e-fips-ec.patch
 Patch17:openssl-1.0.1e-fips-ctor.patch
 Patch18:openssl-1.0.1e-new-fips-reqs.patch
-Patch19:openssl-gcc-attributes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -170,7 +169,7 @@
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
-%patch19 -p1
+
 cp -p %{S:10} .
 cp -p %{S:11} .
 echo "adding/overwriting some entries in the 'table' hash in Configure"
@@ -218,9 +217,6 @@
 #
 config_flags="threads shared no-rc5 no-idea \
 fips \
-%if 0%{suse_version} > 1310
-no-ssl2 \
-%endif
 %ifarch x86_64 
 enable-ec_nistp_64_gcc_128 \
 %endif



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



commit mokutil for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package mokutil for openSUSE:Factory checked 
in at 2014-04-17 14:11:46

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


Package is "mokutil"

Changes:

--- /work/SRC/openSUSE:Factory/mokutil/mokutil.changes  2014-04-11 
13:39:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.mokutil.new/mokutil.changes 2014-04-17 
14:11:47.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 16 04:11:50 UTC 2014 - g...@suse.com
+
+- Add mokutil-fix-hash-file-read.patch to fix the error handling of
+  reading a hash file
+
+---

New:

  mokutil-fix-hash-file-read.patch



Other differences:
--
++ mokutil.spec ++
--- /var/tmp/diff_new_pack.D4MO4l/_old  2014-04-17 14:11:48.0 +0200
+++ /var/tmp/diff_new_pack.D4MO4l/_new  2014-04-17 14:11:48.0 +0200
@@ -40,6 +40,8 @@
 Patch7: mokutil-check-corrupted-key-list.patch
 # PATCH-FIX-UPSTREAM mokutil-no-invalid-x509.patch g...@suse.com -- Don't 
import an invalid x509 certificate
 Patch8: mokutil-no-invalid-x509.patch
+# PATCH-FIX-UPSTREAM mokutil-fix-hash-file-read.patch g...@suse.com -- Fix the 
error handling of reading a hash file
+Patch9: mokutil-fix-hash-file-read.patch
 # PATCH-FIX-OPENSUSE mokutil-support-revoke-builtin-cert.patch g...@suse.com 
-- Add an option to revoke the built-in certificate
 Patch100:   mokutil-support-revoke-builtin-cert.patch
 BuildRequires:  autoconf
@@ -69,6 +71,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 %patch100 -p1
 
 %build

++ mokutil-fix-hash-file-read.patch ++
>From 59fb1efb45cc59bfc7a30ade20ef9900c13ec711 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin 
Date: Fri, 11 Apr 2014 11:37:31 +0800
Subject: [PATCH] Fix error handling of reading password hash file

Signed-off-by: Gary Ching-Pang Lin 
---
 src/mokutil.c | 20 
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/src/mokutil.c b/src/mokutil.c
index cdb5739..d9b657b 100644
--- a/src/mokutil.c
+++ b/src/mokutil.c
@@ -87,6 +87,7 @@ EFI_GUID (0x605dab50, 0xe046, 0x4300, 0xab, 0xb6, 0x3d, 0xd8, 
0x10, 0xdd, 0x8b,
 #define DEFAULT_CRYPT_METHOD SHA512_BASED
 #define DEFAULT_SALT_SIZESHA512_SALT_MAX
 #define SETTINGS_LEN (DEFAULT_SALT_SIZE*2)
+#define BUF_SIZE 300
 
 static int use_simple_hash;
 
@@ -779,7 +780,7 @@ generate_hash (pw_crypt_t *pw_crypt, char *password, int 
pw_len)
 static int
 get_hash_from_file (const char *file, pw_crypt_t *pw_crypt)
 {
-   char string[300];
+   char string[BUF_SIZE];
ssize_t read_len = 0;
int fd;
 
@@ -789,22 +790,25 @@ get_hash_from_file (const char *file, pw_crypt_t 
*pw_crypt)
return -1;
}
 
-   while (read_len < 300) {
-   int rc = read (fd, string + read_len, 300 - read_len);
-   if (rc == EAGAIN)
-   continue;
+   bzero (string, BUF_SIZE);
+
+   while (read_len < BUF_SIZE) {
+   ssize_t rc = read (fd, string + read_len, BUF_SIZE - read_len);
if (rc < 0) {
+   if (errno == EINTR || errno == EAGAIN)
+   continue;
+
fprintf (stderr, "Failed to read %s: %m\n", file);
close (fd);
return -1;
-   }
-   if (rc == 0)
+   } else if (rc == 0) {
break;
+   }
read_len += rc;
}
close (fd);
 
-   if (string[read_len-1] != '\0') {
+   if (string[read_len] != '\0') {
fprintf (stderr, "corrupted string\n");
return -1;
}
-- 
1.8.4.5

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



commit python-boto for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package python-boto for openSUSE:Factory 
checked in at 2014-04-17 14:11:09

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


Package is "python-boto"

Changes:

--- /work/SRC/openSUSE:Factory/python-boto/python-boto-doc.changes  
2014-03-12 19:09:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto-doc.changes 
2014-04-17 14:11:11.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 16 16:30:50 UTC 2014 - rschweik...@suse.com
+
+- update to version 2.27.0
+  + removed patch boto_useSystemCerts.patch
+  + updated doc explaining use of "system" keyword
+
+---
@@ -11 +18 @@
-  + no upstream doc cahnges in changelog
+  + no upstream doc changes in changelog
--- /work/SRC/openSUSE:Factory/python-boto/python-boto.changes  2014-03-12 
19:09:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto.changes 
2014-04-17 14:11:11.0 +0200
@@ -1,0 +2,24 @@
+Wed Apr 16 16:27:28 UTC 2014 - rschweik...@suse.com
+
+- add previously missing dependency for python-paramiko
+- update to version 2.27.0
+  + remove boto_useSystemCerts.patch, changes included in new version
+  + Added support for AccessLog in ELB (issue 2150, commit 7aa35ea)
+  + Added better BlockDeviceType deserialization in Autoscaling.
+(issue 2149, commit 04d29a5)
+  + Updated CloudFormation documentation (issue 2147, commit 2535aca)
+  + Updated Kinesis documentation (issue 2146, commit 01425dc)
+  + Add optional bucket tags to lss3 output. (issue 2132, commit 0f35924)
+  + Fix getting instance types for Eucalyptus 4.0. (issue 2118, commit 18dc07d)
+  + Fixed how quoted strings are handled in SigV4 (issue 2142, commit 2467547)
+  + Use system supplied certs without a bundle file (issue 2139, commit 
70d15b8)
+  + Fixed incorrect test failures in EC2 trim_snapshots (commit 1fa9df7)
+  + Raise any exceptions that are tagSet not found (commit 56d7d3e)
+  + Added request hook docs (issue 2129, commit 64eedce)
+  + Fixed Route53 alias-healthcheck (issue 2126, commit 141077f)
+  + Fixed Elastic IP association in EC2 (issue 2131, issue 1310, commit 
d75fdfa)
+  + Fixed builds on Travis for installing dependencies (commit 5e84e30)
+  + Support printing tags on buckets when listing buckets (commit c42a5dd)
+  + PEP8/pyflakes/(some)pylint (commit 149175e)
+
+---

Old:

  boto-2.26.0.tar.gz
  boto_useSystemCerts.patch

New:

  boto-2.27.0.tar.gz



Other differences:
--
++ python-boto-doc.spec ++
--- /var/tmp/diff_new_pack.YvTLwz/_old  2014-04-17 14:11:12.0 +0200
+++ /var/tmp/diff_new_pack.YvTLwz/_new  2014-04-17 14:11:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-boto-doc
-Version:2.26.0
+Version:2.27.0
 Release:0
 Url:http://code.google.com/p/boto/
 Summary:Amazon Web Services Library

++ python-boto.spec ++
--- /var/tmp/diff_new_pack.YvTLwz/_old  2014-04-17 14:11:12.0 +0200
+++ /var/tmp/diff_new_pack.YvTLwz/_new  2014-04-17 14:11:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-boto
-Version:2.26.0
+Version:2.27.0
 Release:0
 Url:http://code.google.com/p/boto/
 Summary:Amazon Web Services Library
@@ -25,8 +25,8 @@
 Group:  Development/Languages/Python
 Source: boto-%{version}.tar.gz
 Source1:boto.cfg
-Patch0: boto_useSystemCerts.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   python-paramiko
 Requires:   python-xml
 BuildRequires:  fdupes
 BuildRequires:  python-devel
@@ -51,7 +51,6 @@
 
 %prep
 %setup -q -n boto-%{version}
-%patch0 -p1
 
 %build
 python setup.py build

++ boto-2.26.0.tar.gz -> boto-2.27.0.tar.gz ++
 1702 lines of diff (skipped)

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



commit python-ZConfig for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package python-ZConfig for openSUSE:Factory 
checked in at 2014-04-17 14:11:30

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


Package is "python-ZConfig"

Changes:

--- /work/SRC/openSUSE:Factory/python-ZConfig/python-ZConfig.changes
2013-09-27 18:02:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-ZConfig.new/python-ZConfig.changes   
2014-04-17 14:11:31.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 16 17:00:09 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 3.0.4
+  + Added Python 3.4 support
+- Implement update-alternatives
+
+---

Old:

  ZConfig-3.0.3.tar.gz

New:

  ZConfig-3.0.4.tar.gz



Other differences:
--
++ python-ZConfig.spec ++
--- /var/tmp/diff_new_pack.8BZGVY/_old  2014-04-17 14:11:32.0 +0200
+++ /var/tmp/diff_new_pack.8BZGVY/_new  2014-04-17 14:11:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-ZConfig
-Version:3.0.3
+Version:3.0.4
 Release:0
 Summary:Structured Configuration Library
 License:ZPL-2.1
@@ -70,16 +70,38 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# Rename binaries to get package installable with py/py3 package
+mv %{buildroot}%{_bindir}/zconfig %{buildroot}%{_bindir}/zconfig-%{py_ver}
+mv %{buildroot}%{_bindir}/zconfig_schema2html 
%{buildroot}%{_bindir}/zconfig_schema2html-%{py_ver}
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+touch %{buildroot}%{_sysconfdir}/alternatives/zconfig
+ln -sf %{_sysconfdir}/alternatives/zconfig %{buildroot}/%{_bindir}/zconfig
+touch %{buildroot}%{_sysconfdir}/alternatives/zconfig_schema2html
+ln -sf %{_sysconfdir}/alternatives/zconfig_schema2html 
%{buildroot}/%{_bindir}/zconfig_schema2html
 
 %check
 python setup.py test -v
 
+%post
+update-alternatives \
+--install %{_bindir}/zconfig zconfig %{_bindir}/zconfig-%{py_ver} 30 \
+--slave %{_bindir}/zconfig_schema2html zconfig_schema2html 
%{_bindir}/zconfig_schema2html-%{py_ver}
+
+%preun
+if [ $1 -eq 0 ] ; then
+update-alternatives --remove zconfig %{_bindir}/zconfig-%{py_ver}
+fi
+
 %files
 %defattr(-,root,root)
 %doc CHANGES.txt COPYRIGHT.txt LICENSE.txt PKG-INFO README.txt
 %{python_sitelib}/*
+%ghost %{_sysconfdir}/alternatives/zconfig
+%ghost %{_sysconfdir}/alternatives/zconfig_schema2html
 %{_bindir}/zconfig
+%{_bindir}/zconfig-%{py_ver}
 %{_bindir}/zconfig_schema2html
+%{_bindir}/zconfig_schema2html-%{py_ver}
 
 %files doc
 %defattr(-,root,root,-)

++ ZConfig-3.0.3.tar.gz -> ZConfig-3.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZConfig-3.0.3/.gitignore new/ZConfig-3.0.4/.gitignore
--- old/ZConfig-3.0.3/.gitignore2013-03-03 00:07:52.0 +0100
+++ new/ZConfig-3.0.4/.gitignore2014-03-20 20:47:05.0 +0100
@@ -1,4 +1,9 @@
 *.pyc
 *.egg-info
 __pycache__
-.tox
+.tox/
+.installed.cfg
+bin/
+develop-eggs/
+eggs/
+parts/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZConfig-3.0.3/.travis.yml 
new/ZConfig-3.0.4/.travis.yml
--- old/ZConfig-3.0.3/.travis.yml   1970-01-01 01:00:00.0 +0100
+++ new/ZConfig-3.0.4/.travis.yml   2014-03-20 20:47:05.0 +0100
@@ -0,0 +1,12 @@
+language: python
+python:
+- 2.6
+- 2.7
+- 3.2
+- 3.3
+install:
+- pip install . --use-mirrors
+script:
+- python setup.py test -q
+notifications:
+email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZConfig-3.0.3/CHANGES.txt 
new/ZConfig-3.0.4/CHANGES.txt
--- old/ZConfig-3.0.3/CHANGES.txt   2013-03-03 00:39:07.0 +0100
+++ new/ZConfig-3.0.4/CHANGES.txt   2014-03-20 20:48:28.0 +0100
@@ -2,6 +2,11 @@
 Change History for ZConfig
 ==
 
+3.0.4 (2014-03-20)
+--
+
+- Added Python 3.4 support.
+
 
 3.0.3 (2013-03-02)
 --
@@ -28,7 +33,7 @@
 
 - Added Python 3.3 support.
 
-- Droped Python 2.4 and 2.5 support.
+- Dropped Python 2.4 and 2.5 support.
 
 
 2.9.3 (2012-06-25)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZConfig-3.0.3/PKG-INFO new/ZConfig-3.0.4/PKG-INFO
--- old/ZConfig-3.0.3/PKG-INFO  2013-03-03 00:40:47.0 +0100
+++ new/ZConfig-3.0.4/PKG-INFO  2014-03-20 20:49:27.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: ZConfig
-Version: 3.0.3
+Version: 3.0.4
 Summary: Structured Configuration Library
 Home-page: http://www.zope.org/Members/fdrake/zconfig/
 Author: Zope

commit wxWidgets-3_0 for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets-3_0 for openSUSE:Factory 
checked in at 2014-04-17 14:11:52

Comparing /work/SRC/openSUSE:Factory/wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new (New)


Package is "wxWidgets-3_0"

Changes:

--- /work/SRC/openSUSE:Factory/wxWidgets-3_0/wxWidgets-3_0.changes  
2014-02-19 07:26:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new/wxWidgets-3_0.changes 
2014-04-17 14:11:53.0 +0200
@@ -1,0 +2,10 @@
+Tue Mar 11 09:48:36 UTC 2014 - jeng...@inai.de
+
+- Exclude libwx_webview from SLE11 build
+
+---
+Mon Feb 17 14:21:18 UTC 2014 - sei...@b1-systems.de
+
+- added baselibs.conf to provide *-32bit packages
+
+---

New:

  baselibs.conf



Other differences:
--
++ wxWidgets-3_0.spec ++
--- /var/tmp/diff_new_pack.uQPads/_old  2014-04-17 14:11:54.0 +0200
+++ /var/tmp/diff_new_pack.uQPads/_new  2014-04-17 14:11:54.0 +0200
@@ -61,7 +61,11 @@
 BuildRequires:  libmspack-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig(glu)
+%if 0%{?suse_version} >= 1140
 BuildRequires:  pkgconfig(webkit-1.0)
+%else
+BuildRequires:  libwebkit-gtk-devel
+%endif
 Version:3.0.0
 Release:0
 %define wx_minor %(echo %{version} | sed 's/\.[0-9][0-9]*$//')
@@ -114,6 +118,7 @@
 # This script is not used during build, but it makes possible to
 # identify and backport wxPython fixes to wxWidgets.
 Source6:wxpython-mkdiff.sh
+Source50:   baselibs.conf
 Url:http://www.wxwidgets.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # PATCH-FEATURE-OPENSUSE wxWidgets-config-force-rpath.patch sbra...@suse.cz -- 
Force rpath use for installed libraries.

++ baselibs.conf ++
libwx_baseu-3_0-0-stl
libwx_baseu_net-3_0-0-stl
libwx_baseu_xml-3_0-0-stl
libwx_gtk2u_adv-3_0-0-stl
libwx_gtk2u_aui-3_0-0-stl
libwx_gtk2u_core-3_0-0-stl
libwx_gtk2u_gl-3_0-0-stl
libwx_gtk2u_html-3_0-0-stl
libwx_gtk2u_media-3_0-0-stl
libwx_gtk2u_propgrid-3_0-0-stl
libwx_gtk2u_qa-3_0-0-stl
libwx_gtk2u_ribbon-3_0-0-stl
libwx_gtk2u_richtext-3_0-0-stl
libwx_gtk2u_stc-3_0-0-stl
libwx_gtk2u_webview-3_0-0-stl
libwx_gtk2u_xrc-3_0-0-stl
wxWidgets-3_0-compat-lib-config
wxWidgets-3_0-devel
wxWidgets-3_0-plugin-sound_sdlu-3_0-stl
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqt5-qttools for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qttools for openSUSE:Factory 
checked in at 2014-04-17 14:11:37

Comparing /work/SRC/openSUSE:Factory/libqt5-qttools (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qttools.new (New)


Package is "libqt5-qttools"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qttools/libqt5-qttools.changes
2014-03-27 09:30:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qttools.new/libqt5-qttools.changes   
2014-04-17 14:11:38.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 16 22:13:03 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Split out linguist related binaries and CMake files to separate
+  packages: libqt5-linguist and libqt5-linguist-devel.
+
+---



Other differences:
--
++ libqt5-qttools.spec ++
--- /var/tmp/diff_new_pack.bKpof3/_old  2014-04-17 14:11:39.0 +0200
+++ /var/tmp/diff_new_pack.bKpof3/_new  2014-04-17 14:11:39.0 +0200
@@ -47,6 +47,7 @@
 BuildRequires:  libqt5-qtdeclarative-private-headers-devel >= %{version}
 BuildRequires:  libxslt-devel
 BuildRequires:  update-desktop-files
+Recommends: libqt5-linguist
 %if %qt5_snapshot
 #to create the forwarding headers
 BuildRequires:  perl
@@ -75,6 +76,7 @@
 Requires:   libQt5Designer5 = %{version}
 Requires:   libQt5DesignerComponents5 = %{version}
 Requires:   libQt5Help5 = %{version}
+Requires:   libqt5-linguist-devel = %{version}
 Requires:   libxslt-devel
 
 %description devel
@@ -127,6 +129,22 @@
 %description -n libQt5Help5
 The Qt 5 Help library.
 
+%package -n libqt5-linguist
+Summary:Qt 5 Linguist Tools
+Group:  Development/Libraries/X11
+
+%description -n libqt5-linguist
+The Qt 5 Linguist Tools.
+
+%package -n libqt5-linguist-devel
+Summary:Qt 5 Linguist Tools - development files
+Group:  Development/Libraries/X11
+Requires:   libqt5-linguist = %{version}
+Requires:   pkgconfig(Qt5Core) >= %{version}
+
+%description -n libqt5-linguist-devel
+The Qt 5 Linguist Tools - development files.
+
 %post -p /sbin/ldconfig
 
 %post -n libQt5CLucene5 -p /sbin/ldconfig
@@ -196,12 +214,45 @@
 %files
 %defattr(-,root,root,755)
 %doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
-%_bindir/*
-%{_libqt5_bindir}/*
-%{_datadir}/applications/*.desktop
-%{_datadir}/pixmaps/*.png
+%{_bindir}/assistant*
+%{_bindir}/designer*
+%{_bindir}/pixeltool*
+%{_bindir}/qcollectiongenerator*
+%{_bindir}/qdbus*
+%{_bindir}/qdbusviewer*
+%{_bindir}/qhelpconverter*
+%{_bindir}/qhelpgenerator*
+%{_bindir}/qtdiag*
+%{_bindir}/qtpaths*
+%{_libqt5_bindir}/assistant*
+%{_libqt5_bindir}/designer*
+%{_libqt5_bindir}/pixeltool*
+%{_libqt5_bindir}/qcollectiongenerator*
+%{_libqt5_bindir}/qdbus*
+%{_libqt5_bindir}/qdbusviewer*
+%{_libqt5_bindir}/qhelpconverter*
+%{_libqt5_bindir}/qhelpgenerator*
+%{_libqt5_bindir}/qtdiag*
+%{_libqt5_bindir}/qtpaths*
+%{_datadir}/applications/assistant5.desktop
+%{_datadir}/applications/designer5.desktop
+%{_datadir}/pixmaps/assistant5.png
+%{_datadir}/pixmaps/designer5.png
 %{_libqt5_libdir}/qt5/plugins/designer
-#%_docdir/packages/libqt5
+
+%files -n libqt5-linguist
+%defattr(-,root,root,755)
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
+%{_bindir}/lconvert*
+%{_bindir}/linguist*
+%{_bindir}/lrelease*
+%{_bindir}/lupdate*
+%{_libqt5_bindir}/lconvert*
+%{_libqt5_bindir}/linguist*
+%{_libqt5_bindir}/lrelease*
+%{_libqt5_bindir}/lupdate*
+%{_datadir}/applications/linguist5.desktop
+%{_datadir}/pixmaps/linguist5.png
 
 %files -n libQt5CLucene5
 %defattr(-,root,root,755)
@@ -223,6 +274,12 @@
 %doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
 %{_libqt5_libdir}/libQt5Help.so.*
 
+%files -n libqt5-linguist-devel
+%defattr(-,root,root,755)
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
+%{_libqt5_libdir}/cmake/Qt5LinguistTools/
+%{_datadir}/qt5/phrasebooks
+
 %files private-headers-devel
 %defattr(-,root,root,755)
 %doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
@@ -245,14 +302,15 @@
 %{_libqt5_includedir}/QtHelp
 %exclude %{_libqt5_includedir}/QtUiTools/%{so_version}
 %{_libqt5_includedir}/QtUiTools
-%{_libqt5_libdir}/cmake/Qt5*
+%{_libqt5_libdir}/cmake/Qt5Designer/
+%{_libqt5_libdir}/cmake/Qt5Help/
+%{_libqt5_libdir}/cmake/Qt5UiTools/
 %{_libqt5_libdir}/libQt5*.prl
 %{_libqt5_libdir}/libQt5*.so
 %{_libqt5_libdir}/libQt5*.a
 %{_libqt5_libdir}/pkgconfig/Qt5*.pc
 %{_libqt5_archdatadir}/mkspecs/modules/qt_lib_*.pri
 %dir %{_datadir}/qt5
-%{_datadir}/qt5/phrasebooks
 
 %files examples
 %defattr(-,root,root,755)




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

commit nagios-plugins-bind for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package nagios-plugins-bind for 
openSUSE:Factory checked in at 2014-04-17 14:11:42

Comparing /work/SRC/openSUSE:Factory/nagios-plugins-bind (Old)
 and  /work/SRC/openSUSE:Factory/.nagios-plugins-bind.new (New)


Package is "nagios-plugins-bind"

Changes:

--- /work/SRC/openSUSE:Factory/nagios-plugins-bind/nagios-plugins-bind.changes  
2013-01-24 15:37:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.nagios-plugins-bind.new/nagios-plugins-bind.changes 
2014-04-17 14:11:43.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  9 23:15:25 UTC 2014 - l...@linux-schulserver.de
+
+- use the correct pnp4nagios template directory
+
+---



Other differences:
--
++ nagios-plugins-bind.spec ++
--- /var/tmp/diff_new_pack.eRHWTL/_old  2014-04-17 14:11:43.0 +0200
+++ /var/tmp/diff_new_pack.eRHWTL/_new  2014-04-17 14:11:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nagios-plugins-bind
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -28,9 +28,9 @@
 Source2:check_bind.php
 BuildRequires:  nagios-rpm-macros
 Requires:   bind-utils
-Requires:   sudo
 Requires:   coreutils
 Requires:   gawk
+Requires:   sudo
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -53,7 +53,7 @@
 s|Default is: 9.4|Default is: \$version|g; \
s|9.5|9.5\|9.6|g" %{SOURCE0} > 
%{buildroot}/%{nagios_plugindir}/check_bind
 chmod +x %{buildroot}/%{nagios_plugindir}/check_bind
-install -Dp -m 0644 %{SOURCE2} 
%{buildroot}%{pnp4nagios_templatedir}.special/check_bind.php
+install -Dp -m 0644 %{SOURCE2} 
%{buildroot}%{pnp4nagios_templatedir}/check_bind.php
 install -Dp -m 0644 %{SOURCE1} %{buildroot}%{_defaultdocdir}/%{name}/LICENSE
 
 %clean
@@ -67,8 +67,8 @@
 %dir %{nagios_libdir}
 %dir %{nagios_plugindir}
 %dir %{pnp4nagios_datadir}
-%dir %{pnp4nagios_templatedir}.special
+%dir %{pnp4nagios_templatedir}
 %{nagios_plugindir}/check_bind
-%{pnp4nagios_templatedir}.special/check_bind.php
+%{pnp4nagios_templatedir}/check_bind.php
 
 %changelog

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



commit vlc for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2014-04-17 14:11:17

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


Package is "vlc"

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2014-03-10 12:46:54.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2014-04-17 
14:11:18.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 15 20:14:20 CEST 2014 - oher...@suse.de
+
+- Require plain lua-devel instead of lua51-devel for 12.1 or older
+
+---



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.TeXkpa/_old  2014-04-17 14:11:19.0 +0200
+++ /var/tmp/diff_new_pack.TeXkpa/_new  2014-04-17 14:11:19.0 +0200
@@ -98,7 +98,11 @@
 %if 0%{?suse_version} >= 1310 || 0%{?BUILD_ORIG}
 BuildRequires:  live555-devel
 %endif
+%if 0%{?suse_version} >= 1220
 BuildRequires:  lua51-devel
+%else
+BuildRequires:  lua-devel >= 5.1.0
+%endif
 BuildRequires:  pcre-devel
 %if 0%{?suse_version} >= 1220
 BuildRequires:  projectM-devel

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



commit libqca2 for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package libqca2 for openSUSE:Factory checked 
in at 2014-04-17 14:10:59

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


Package is "libqca2"

Changes:

--- /work/SRC/openSUSE:Factory/libqca2/libqca2.changes  2013-10-14 
09:29:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqca2.new/libqca2.changes 2014-04-17 
14:11:01.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 16 16:13:46 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added detect_ssl2_available.diff: fix build with no-ssl2 in
+  openssl lib
+
+---

New:

  detect_ssl2_available.diff



Other differences:
--
++ libqca2.spec ++
--- /var/tmp/diff_new_pack.RYieOz/_old  2014-04-17 14:11:03.0 +0200
+++ /var/tmp/diff_new_pack.RYieOz/_new  2014-04-17 14:11:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqca2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -58,6 +58,8 @@
 Patch1: r928413.diff
 Patch2: disable-insecure-ssl.diff
 Patch3: qca-2.0.3-gcc47.patch
+# PATCH-FIX-UPSTREAM detect_ssl2_available.diff -- fix build with no-ssl2 in 
openssl lib
+Patch4: detect_ssl2_available.diff
 Requires:   gpg2 >= 2.0.0
 %requires_eqlibqt4
 
@@ -191,6 +193,7 @@
 popd
 pushd qca-ossl-*
 %patch2
+%patch4 -p1
 popd
 cd ../../..
 %setup -D -q -n qca-%{tar_version}

++ detect_ssl2_available.diff ++
Description: fix compile when openssl doesn't support ssl2
Origin: upstream, http://websvn.kde.org/?view=revision&revision=1230301

--- qca-ossl/qca-ossl.cpp
+++ qca-ossl/qca-ossl.cpp
@@ -5235,9 +5235,11 @@
OpenSSL_add_ssl_algorithms();
SSL_CTX *ctx = 0;
switch (version) {
+#ifndef OPENSSL_NO_SSL2
case TLS::SSL_v2:
ctx = SSL_CTX_new(SSLv2_client_method());
break;
+#endif
case TLS::SSL_v3:
ctx = SSL_CTX_new(SSLv3_client_method());
break;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqt5-creator for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2014-04-17 14:11:03

Comparing /work/SRC/openSUSE:Factory/libqt5-creator (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-creator.new (New)


Package is "libqt5-creator"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes
2014-04-05 16:47:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes   
2014-04-17 14:11:03.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 16 15:15:51 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 3.1.0 final
+  * For full changelog see:
+
https://qt.gitorious.org/qt-creator/qt-creator/source/3.1:dist/changes-3.1.0
+
+---

Old:

  qt-creator-opensource-src-3.1.0-rc1.tar.gz

New:

  qt-creator-opensource-src-3.1.0.tar.gz



Other differences:
--
++ libqt5-creator.spec ++
--- /var/tmp/diff_new_pack.unfBuQ/_old  2014-04-17 14:11:06.0 +0200
+++ /var/tmp/diff_new_pack.unfBuQ/_new  2014-04-17 14:11:06.0 +0200
@@ -17,16 +17,16 @@
 
 
 Name:   libqt5-creator
-Version:3.1.0~rc1
+Version:3.1.0
 Release:0
 Summary:Lightweight IDE
 License:SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  Development/Tools/IDE
 Url:http://qt.digia.com/Product/Developer-Tools/
-%define rversion 3.1.0-rc1
+%define rversion 3.1.0
 %define rname qt-creator
 %define qt5_version 5.3.0~beta
-Source: 
http://download.qt-project.org/development_releases/qtcreator/3.1/%{rversion}/%{rname}-opensource-src-%{rversion}.tar.gz
+Source: 
http://download.qt-project.org/official_releases/qtcreator/3.1/%{rversion}/%{rname}-opensource-src-%{rversion}.tar.gz
 Source1:%{name}-rpmlintrc
 Source2:qtcreator.desktop
 # PATCH-FIX-UPSTREAM qbs-path.diff -- install qbs plugin to sane location

++ qt-creator-opensource-src-3.1.0-rc1.tar.gz -> 
qt-creator-opensource-src-3.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/libqt5-creator/qt-creator-opensource-src-3.1.0-rc1.tar.gz
 
/work/SRC/openSUSE:Factory/.libqt5-creator.new/qt-creator-opensource-src-3.1.0.tar.gz
 differ: char 5, line 1

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



commit yast2-online-update-configuration for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package yast2-online-update-configuration 
for openSUSE:Factory checked in at 2014-04-17 14:09:59

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


Package is "yast2-online-update-configuration"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-online-update-configuration/yast2-online-update-configuration.changes
  2014-03-27 06:11:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-online-update-configuration.new/yast2-online-update-configuration.changes
 2014-04-17 14:09:59.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 16 13:29:46 UTC 2014 - lsle...@suse.cz
+
+- registration client has been renamed to "scc" (bnc#870869)
+- zypp_config.rb: fixed a typo in the constant name
+- 3.1.5
+
+---

Old:

  yast2-online-update-configuration-3.1.4.tar.bz2

New:

  yast2-online-update-configuration-3.1.5.tar.bz2



Other differences:
--
++ yast2-online-update-configuration.spec ++
--- /var/tmp/diff_new_pack.AjYVne/_old  2014-04-17 14:10:00.0 +0200
+++ /var/tmp/diff_new_pack.AjYVne/_new  2014-04-17 14:10:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-online-update-configuration
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-online-update-configuration-3.1.4.tar.bz2 -> 
yast2-online-update-configuration-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-3.1.4/package/yast2-online-update-configuration.changes
 
new/yast2-online-update-configuration-3.1.5/package/yast2-online-update-configuration.changes
--- 
old/yast2-online-update-configuration-3.1.4/package/yast2-online-update-configuration.changes
   2014-03-26 15:54:03.0 +0100
+++ 
new/yast2-online-update-configuration-3.1.5/package/yast2-online-update-configuration.changes
   2014-04-16 15:39:35.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Apr 16 13:29:46 UTC 2014 - lsle...@suse.cz
+
+- registration client has been renamed to "scc" (bnc#870869)
+- zypp_config.rb: fixed a typo in the constant name
+- 3.1.5
+
+---
 Wed Mar 26 14:56:00 UTC 2014 - robin.r...@kit.edu
 
 - Rerun zypper if it returns 103 which indicates that an update to 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-3.1.4/package/yast2-online-update-configuration.spec
 
new/yast2-online-update-configuration-3.1.5/package/yast2-online-update-configuration.spec
--- 
old/yast2-online-update-configuration-3.1.4/package/yast2-online-update-configuration.spec
  2014-03-26 15:54:03.0 +0100
+++ 
new/yast2-online-update-configuration-3.1.5/package/yast2-online-update-configuration.spec
  2014-04-16 15:39:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-online-update-configuration
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-3.1.4/src/clients/online_update_configuration.rb
 
new/yast2-online-update-configuration-3.1.5/src/clients/online_update_configuration.rb
--- 
old/yast2-online-update-configuration-3.1.4/src/clients/online_update_configuration.rb
  2014-03-26 15:54:03.0 +0100
+++ 
new/yast2-online-update-configuration-3.1.5/src/clients/online_update_configuration.rb
  2014-04-16 15:39:35.0 +0200
@@ -249,8 +249,8 @@
 end
 
 if @ret == :register
-  if WFM.ClientExists("inst_suse_register")
-WFM.call("inst_suse_register")
+  if WFM.ClientExists("scc")
+WFM.call("scc")
   else
 Popup.Error(
   _("The registration module is not available.") + "\n" +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-3.1.4/src/lib/online-update-configuration/zypp_config.rb
 
new/yast2-online-update-configuration-3.1.5/src/lib/online-update-configuration/zypp_config.rb
--- 
old/yast2-online-update-configuration-3.1.4/src/lib/online-update-configuration/zypp_config.rb
  2014-03-26 15:54:03.0 +0100
+++ 
new/yast2-online-update-configuration-3.1.5/src/lib/online-update-configuration/zypp_config.rb
  20

commit rubygem-rails-3_2 for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-3_2 for 
openSUSE:Factory checked in at 2014-04-17 14:09:32

Comparing /work/SRC/openSUSE:Factory/rubygem-rails-3_2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rails-3_2.new (New)


Package is "rubygem-rails-3_2"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-3_2/rubygem-rails-3_2.changes  
2013-03-20 09:54:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rails-3_2.new/rubygem-rails-3_2.changes 
2014-04-17 14:09:33.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr  3 15:08:56 UTC 2014 - jmassaguer...@suse.com
+
+- updated to version 3.2.17
+ * I had to update other rails components because of security issues,
+   thus I am updating this one so that we have all rails components
+   in the same version 
+
+---

Old:

  rails-3.2.13.gem

New:

  rails-3.2.17.gem



Other differences:
--
++ rubygem-rails-3_2.spec ++
--- /var/tmp/diff_new_pack.OGtOHj/_old  2014-04-17 14:09:34.0 +0200
+++ /var/tmp/diff_new_pack.OGtOHj/_new  2014-04-17 14:09:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rails-3_2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-rails-3_2
-Version:3.2.13
+Version:3.2.17
 Release:0
 %define mod_name rails
 %define mod_full_name %{mod_name}-%{version}

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



commit strongswan for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package strongswan for openSUSE:Factory 
checked in at 2014-04-17 14:09:47

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


Package is "strongswan"

Changes:

--- /work/SRC/openSUSE:Factory/strongswan/strongswan.changes2013-11-01 
17:44:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.strongswan.new/strongswan.changes   
2014-04-17 14:09:48.0 +0200
@@ -1,0 +2,72 @@
+Mon Apr 14 23:36:07 UTC 2014 - m...@suse.de
+
+- Updated to strongSwan 5.1.3 providing the following changes:
+  - Fixed an authentication bypass vulnerability triggered by rekeying
+an unestablished IKEv2 SA while it gets actively initiated. This
+allowed an attacker to trick a peer's IKE_SA state to established,
+without the need to provide any valid authentication credentials.
+(CVE-2014-2338, bnc#870572).
+  - The acert plugin evaluates X.509 Attribute Certificates. Group
+membership information encoded as strings can be used to fulfill
+authorization checks defined with the rightgroups option.
+Attribute Certificates can be loaded locally or get exchanged in
+IKEv2 certificate payloads.
+  - The pki command gained support to generate X.509 Attribute
+Certificates using the --acert subcommand, while the --print
+command supports the ac type. The openac utility has been removed
+in favor of the new pki functionality.
+  - The libtls TLS 1.2 implementation as used by EAP-(T)TLS and other
+protocols has been extended by AEAD mode support, currently limited
+to AES-GCM.
+  - Fixed an issue where CRL/OCSP trustchain validation broke enforcing
+CA constraints
+  - Limited OCSP signing to specific certificates to improve performance
+  - authKeyIdentifier is not added to self-signed certificates anymore
+  - Fixed the comparison of IKE configs if only the cipher suites were
+different
+
+---
+Wed Apr  2 05:53:21 UTC 2014 - m...@suse.de
+
+- Updated to strongSwan 5.1.2 providing the following changes:
+  - A new default configuration file layout is introduced. The new
+default strongswan.conf file mainly includes config snippets from
+the strongswan.d and strongswan.d/charon directories (the latter
+containing snippets for all plugins). The snippets, with commented
+defaults, are automatically generated and installed, if they don't
+exist yet. Also installed in $prefix/share/strongswan/templates so
+existing files can be compared to the current defaults.
+  - As an alternative to the non-extensible charon.load setting, the
+plugins to load in charon (and optionally other applications) can
+now be determined via the charon.plugins..load setting for
+each plugin (enabled in the new default strongswan.conf file via the
+charon.load_modular option). The load setting optionally takes a
+numeric priority value that allows reordering the plugins (otherwise
+the default plugin order is preserved).
+  - All strongswan.conf settings that were formerly defined in library
+specific "global" sections are now application specific (e.g.
+settings for plugins in libstrongswan.plugins can now be set only
+for charon in charon.plugins). The old options are still supported,
+which now allows to define defaults for all applications in the
+libstrongswan section.
+  - The ntru libstrongswan plugin supports NTRUEncrypt as a post-quantum
+computer IKE key exchange mechanism. The implementation is based on
+the ntru-crypto library from the NTRUOpenSourceProject.
+The supported security strengths are ntru112, ntru128, ntru192, and
+ntru256. Since the private DH group IDs 1030..1033 have been
+assigned, the strongSwan Vendor ID must be sent in order to use NTRU
+(charon.send_vendor_id = yes).
+  - Defined a TPMRA remote attestation workitem and added support for it
+to the Attestation IMV.
+  - Compatibility issues between IPComp (compress=yes) and
+leftfirewall=yes as well as multiple subnets in left|rightsubnet
+have been fixed.
+  - When enabling its "session" strongswan.conf option, the xauth-pam
+plugin opens and closes a PAM session for each established IKE_SA.
+Patch courtesy of Andrea Bonomi.
+  - The strongSwan unit testing framework has been rewritten without the
+"check" dependency for improved flexibility and portability. It now
+properly supports multi-threaded and memory leak testing and brings
+a bunch of new test cases.
+
+---

Old:

  strongswan-5.1.1-rpmlintrc
  strongswan-5.1.1.tar.bz2
  strongswan-5.1.1.tar.bz2.sig

New:

  strongswan-5.1.3-rpmlintrc
  str

commit rubygem-activeresource-3_2 for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activeresource-3_2 for 
openSUSE:Factory checked in at 2014-04-17 14:09:23

Comparing /work/SRC/openSUSE:Factory/rubygem-activeresource-3_2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-activeresource-3_2.new (New)


Package is "rubygem-activeresource-3_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activeresource-3_2/rubygem-activeresource-3_2.changes
2013-03-20 09:54:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activeresource-3_2.new/rubygem-activeresource-3_2.changes
   2014-04-17 14:09:24.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr  3 15:04:01 UTC 2014 - jmassaguer...@suse.com
+
+- updated to version 3.2.17
+ * I had to update other rails components because of security issues,
+   thus I am updating this one so that we have all rails components
+   in the same version 
+
+---

Old:

  activeresource-3.2.13.gem

New:

  activeresource-3.2.17.gem



Other differences:
--
++ rubygem-activeresource-3_2.spec ++
--- /var/tmp/diff_new_pack.O8SHZ5/_old  2014-04-17 14:09:25.0 +0200
+++ /var/tmp/diff_new_pack.O8SHZ5/_new  2014-04-17 14:09:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activeresource-3_2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activeresource-3_2
-Version:3.2.13
+Version:3.2.17
 Release:0
 %define mod_name activeresource
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-activerecord-3_2 for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activerecord-3_2 for 
openSUSE:Factory checked in at 2014-04-17 14:09:19

Comparing /work/SRC/openSUSE:Factory/rubygem-activerecord-3_2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-activerecord-3_2.new (New)


Package is "rubygem-activerecord-3_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-3_2/rubygem-activerecord-3_2.changes
2013-03-21 22:13:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-3_2.new/rubygem-activerecord-3_2.changes
   2014-04-17 14:09:20.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr  3 14:41:10 UTC 2014 - jmassaguer...@suse.com
+
+- updated to version 3.2.17
+ * I had to update other rails components because of security issues,
+   thus I am updating this one so that we have all rails components
+   in the same version 
+
+---

Old:

  activerecord-3.2.13.gem

New:

  activerecord-3.2.17.gem



Other differences:
--
++ rubygem-activerecord-3_2.spec ++
--- /var/tmp/diff_new_pack.pIB43y/_old  2014-04-17 14:09:21.0 +0200
+++ /var/tmp/diff_new_pack.pIB43y/_new  2014-04-17 14:09:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activerecord-3_2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activerecord-3_2
-Version:3.2.13
+Version:3.2.17
 Release:0
 %define mod_name activerecord
 %define mod_full_name %{mod_name}-%{version}

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



commit WindowMaker for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package WindowMaker for openSUSE:Factory 
checked in at 2014-04-17 14:09:52

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


Package is "WindowMaker"

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker/WindowMaker.changes  2013-09-27 
19:29:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.WindowMaker.new/WindowMaker.changes 
2014-04-17 14:09:54.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 10 20:57:27 UTC 2014 - sfal...@opensuse.org
+
+- Added --prefix=/usr and --datadir=/usr/share to %configure to
+  correct paths to better match with other WindowManagers in
+  openSUSE
+- Updated WindowMaker-menu.patch with corrected paths
+- Created patch to fix wmgenmenu to remove hardcodes in source
+  Add: fix_wmgenmenu_paths.patch 
+
+---

New:

  fix_wmgenmenu_paths.patch



Other differences:
--
++ WindowMaker.spec ++
--- /var/tmp/diff_new_pack.917hrF/_old  2014-04-17 14:09:55.0 +0200
+++ /var/tmp/diff_new_pack.917hrF/_new  2014-04-17 14:09:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package WindowMaker
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -35,6 +35,7 @@
 Source7:%{name}-rpmlintrc
 Patch1: %{name}-config.patch
 Patch2: %{name}-menu.patch
+Patch3: fix_wmgenmenu_paths.patch
 #
 Patch101:   wm-giflib.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -93,7 +94,8 @@
 mkdir menu_orig
 cp %{name}/{menu.*,plmenu.*} menu_orig
 %patch1
-%patch2
+%patch2 -p1
+%patch3 -p1
 %patch101
 cp %{S:4} .
 cp %{S:6} .
@@ -113,6 +115,8 @@
 %endif
 export CFLAGS="$RPM_OPT_FLAGS $(freetype-config --cflags)"
 %configure \
+  --prefix=/usr \
+  --datadir=/usr/share \
   --disable-static \
   --with-pic\
   --sysconfdir=/etc/X11 \
@@ -125,6 +129,7 @@
 make %{?_smp_mflags}
 (cd %{name}-extra-0.1
 %configure \
+  --prefix=/usr \
   --disable-static \
   --with-pic\
   --with-pixmapdir=/usr/share/%{name}/Pixmaps

++ WindowMaker-menu.patch ++
  lines (skipped)
 between /work/SRC/openSUSE:Factory/WindowMaker/WindowMaker-menu.patch
 and /work/SRC/openSUSE:Factory/.WindowMaker.new/WindowMaker-menu.patch

++ fix_wmgenmenu_paths.patch ++
>From 3981805ec78adf4479f0988cfc2174a02d58a738 Mon Sep 17 00:00:00 2001
From: "Carlos R. Mafra" 
Date: Thu, 10 Apr 2014 19:34:48 +0100
Subject: [PATCH] wmgenmenu: Write paths according to options set at configure
 time

As reported by Shawn W Dunn, the configuration strings written by wmgenmenu
in $HOME/GNUstep/Defaults/WMRootMenu were not reflecting his installation
directories choices.

Fix this by writing strings composed with PKGDATADIR.

Signed-off-by: Carlos R. Mafra 
---
diff -rupN WindowMaker-0.95.4.old/util/wmgenmenu.c 
WindowMaker-0.95.4/util/wmgenmenu.c
--- WindowMaker-0.95.4.old/util/wmgenmenu.c 2013-01-09 13:42:39.0 
-0800
+++ WindowMaker-0.95.4/util/wmgenmenu.c 2014-04-10 13:02:00.693514632 -0700
@@ -35,6 +35,13 @@ int main(int argc, char *argv[])
 {
char *t;
int ch;
+   char *tmp, *theme_paths, *style_paths, *icon_paths, *bg_paths;
+
+   tmp = wstrconcat("-noext ", PKGDATADIR);
+   theme_paths = wstrconcat(tmp, "/Themes 
$HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle");
+   style_paths = wstrconcat(tmp, "/Styles 
$HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle");
+   icon_paths = wstrconcat(tmp, "/IconSets 
$HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons");
+   bg_paths = wstrconcat(tmp, "/Backgrounds 
$HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t");
 
struct option longopts[] = {
{ "version",no_argument,NULL,   'v' },
@@ -146,7 +153,7 @@ int main(int argc, char *argv[])
L2Menu = WMCreatePLArray(
WMCreatePLString(_("Themes")),
WMCreatePLString("OPEN_MENU"),
-   WMCreatePLString("-noext /usr/local/share/WindowMaker/Themes 
$HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle"),
+   WMCreatePLString(theme_paths),
NULL
);
WMAddToPLArray(L1Menu, L2Menu);
@@ -155,7 +162,7 @@ int main(int argc, char *argv[])
L2Menu = WMCreatePLArray(
WMCreatePLString(_("Styles")),
WMCreatePLString("OPEN_MENU"),
-   WMCreatePLString("-noext /usr/local/share/Wind

commit rubygem-railties-3_2 for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-railties-3_2 for 
openSUSE:Factory checked in at 2014-04-17 14:09:40

Comparing /work/SRC/openSUSE:Factory/rubygem-railties-3_2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-railties-3_2.new (New)


Package is "rubygem-railties-3_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-railties-3_2/rubygem-railties-3_2.changes
2013-03-22 13:16:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-railties-3_2.new/rubygem-railties-3_2.changes
   2014-04-17 14:09:41.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr  3 15:12:09 UTC 2014 - jmassaguer...@suse.com
+
+- updated to version 3.2.17
+ * I had to update other rails components because of security issues,
+   thus I am updating this one so that we have all rails components
+   in the same version 
+
+---

Old:

  railties-3.2.13.gem

New:

  railties-3.2.17.gem



Other differences:
--
++ rubygem-railties-3_2.spec ++
--- /var/tmp/diff_new_pack.d6xc16/_old  2014-04-17 14:09:42.0 +0200
+++ /var/tmp/diff_new_pack.d6xc16/_new  2014-04-17 14:09:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-railties-3_2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-railties-3_2
-Version:3.2.13
+Version:3.2.17
 Release:0
 %define mod_name railties
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-activesupport-3_2 for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activesupport-3_2 for 
openSUSE:Factory checked in at 2014-04-17 14:09:26

Comparing /work/SRC/openSUSE:Factory/rubygem-activesupport-3_2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-activesupport-3_2.new (New)


Package is "rubygem-activesupport-3_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activesupport-3_2/rubygem-activesupport-3_2.changes
  2013-05-07 15:44:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activesupport-3_2.new/rubygem-activesupport-3_2.changes
 2014-04-17 14:09:28.0 +0200
@@ -1,0 +2,14 @@
+Thu Apr  3 15:25:11 UTC 2014 - jmassaguer...@suse.com
+
+- activesupport v3.2.17 already has the correct runtime dependency
+  for i18n gem (>=0.6.4). Thus we don't need the patch anymore
+
+- removed patches:
+  * rubygem-activesupport-3_2.diff
+---
+Thu Apr  3 15:06:41 UTC 2014 - jmassaguer...@suse.com
+
+- update to 3.2.17. It contains among other fixes a patch for
+  CVE-2013-4389 (bnc#846239)
+
+---

Old:

  activesupport-3.2.13.gem

New:

  activesupport-3.2.17.gem



Other differences:
--
++ rubygem-activesupport-3_2.spec ++
--- /var/tmp/diff_new_pack.6beoXm/_old  2014-04-17 14:09:28.0 +0200
+++ /var/tmp/diff_new_pack.6beoXm/_new  2014-04-17 14:09:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activesupport-3_2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activesupport-3_2
-Version:3.2.13
+Version:3.2.17
 Release:0
 %define mod_name activesupport
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,6 @@
 Summary:A toolkit of support libraries and Ruby core extensions 
extracted
 License:MIT
 Group:  Development/Languages/Ruby
-Patch0: rubygem-activesupport-3_2.diff
 
 %description
 A toolkit of support libraries and Ruby core extensions extracted from the
@@ -49,9 +48,6 @@
 Usually in RDoc and RI formats.
 
 %prep
-%gem_unpack
-%patch0
-%gem_build
 
 %build
 

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



commit rubygem-actionmailer-3_2 for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionmailer-3_2 for 
openSUSE:Factory checked in at 2014-04-17 14:09:11

Comparing /work/SRC/openSUSE:Factory/rubygem-actionmailer-3_2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-actionmailer-3_2.new (New)


Package is "rubygem-actionmailer-3_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionmailer-3_2/rubygem-actionmailer-3_2.changes
2013-03-21 22:13:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionmailer-3_2.new/rubygem-actionmailer-3_2.changes
   2014-04-17 14:09:12.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  3 14:32:26 UTC 2014 - jmassaguer...@suse.com
+
+- updated to version 3.2.17. Contains, among others, a patch for
+  CVE-2013-4389 (bnc#846239)
+
+---

Old:

  actionmailer-3.2.13.gem

New:

  actionmailer-3.2.17.gem



Other differences:
--
++ rubygem-actionmailer-3_2.spec ++
--- /var/tmp/diff_new_pack.9zpwKR/_old  2014-04-17 14:09:13.0 +0200
+++ /var/tmp/diff_new_pack.9zpwKR/_new  2014-04-17 14:09:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-actionmailer-3_2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-actionmailer-3_2
-Version:3.2.13
+Version:3.2.17
 Release:0
 %define mod_name actionmailer
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-activemodel-3_2 for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activemodel-3_2 for 
openSUSE:Factory checked in at 2014-04-17 14:09:15

Comparing /work/SRC/openSUSE:Factory/rubygem-activemodel-3_2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-activemodel-3_2.new (New)


Package is "rubygem-activemodel-3_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activemodel-3_2/rubygem-activemodel-3_2.changes
  2013-03-20 09:53:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activemodel-3_2.new/rubygem-activemodel-3_2.changes
 2014-04-17 14:09:16.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr  3 14:38:15 UTC 2014 - jmassaguer...@suse.com
+
+- updated to version 3.2.17
+ * I had to update other rails components because of security issues,
+   thus I am updating this one so that we have all rails components
+   in the same version 
+
+---

Old:

  activemodel-3.2.13.gem

New:

  activemodel-3.2.17.gem



Other differences:
--
++ rubygem-activemodel-3_2.spec ++
--- /var/tmp/diff_new_pack.yx9unO/_old  2014-04-17 14:09:17.0 +0200
+++ /var/tmp/diff_new_pack.yx9unO/_new  2014-04-17 14:09:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activemodel-3_2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activemodel-3_2
-Version:3.2.13
+Version:3.2.17
 Release:0
 %define mod_name activemodel
 %define mod_full_name %{mod_name}-%{version}

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



commit qmmp for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2014-04-17 14:09:00

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


Package is "qmmp"

Changes:

--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes2014-02-19 
07:52:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2014-04-17 
14:09:01.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr 16 07:43:43 UTC 2014 - reddw...@opensuse.org
+
+- Update to 0.7.6
+  * added libav 10 and ffmpeg 2.2 support
+  * fixed url parsing
+  * fixed freezing on playback resume
+  * fixed random freezing in the mplayer plugin
+  * fixed reset selection of tracks when calling context menu
+  * fixed multimedia keys support under win32
+
+---

Old:

  qmmp-0.7.5.tar.bz2

New:

  qmmp-0.7.6.tar.bz2



Other differences:
--
++ qmmp.spec ++
--- /var/tmp/diff_new_pack.ivAwSx/_old  2014-04-17 14:09:02.0 +0200
+++ /var/tmp/diff_new_pack.ivAwSx/_new  2014-04-17 14:09:02.0 +0200
@@ -23,7 +23,7 @@
 %define soname 0
 
 Name:   qmmp
-Version:0.7.5
+Version:0.7.6
 Release:0
 Summary:XMMS-like audio player
 License:GPL-2.0+

++ qmmp-0.7.5.tar.bz2 -> qmmp-0.7.6.tar.bz2 ++
 5258 lines of diff (skipped)

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



commit python3-numpy for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package python3-numpy for openSUSE:Factory 
checked in at 2014-04-17 14:08:52

Comparing /work/SRC/openSUSE:Factory/python3-numpy (Old)
 and  /work/SRC/openSUSE:Factory/.python3-numpy.new (New)


Package is "python3-numpy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-numpy/python3-numpy-doc.changes  
2013-11-04 16:18:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy-doc.changes 
2014-04-17 14:08:53.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 14 05:13:17 UTC 2014 - a...@gmx.de
+
+- update to 1.8.1, bugfix release
+
+---
--- /work/SRC/openSUSE:Factory/python3-numpy/python3-numpy.changes  
2013-12-08 19:34:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy.changes 
2014-04-17 14:08:53.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 14 05:11:10 UTC 2014 - a...@gmx.de
+
+- bugfix release 1.8.1
+
+---

Old:

  numpy-1.8.0.tar.gz

New:

  numpy-1.8.1.tar.gz



Other differences:
--
++ python3-numpy-doc.spec ++
--- /var/tmp/diff_new_pack.jK4Wdc/_old  2014-04-17 14:08:54.0 +0200
+++ /var/tmp/diff_new_pack.jK4Wdc/_new  2014-04-17 14:08:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-numpy-doc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-numpy-doc
-Version:1.8.0
+Version:1.8.1
 Release:0
 Url:http://sourceforge.net/projects/numpy
 Summary:Documentation for python3-numpy

++ python3-numpy.spec ++
--- /var/tmp/diff_new_pack.jK4Wdc/_old  2014-04-17 14:08:54.0 +0200
+++ /var/tmp/diff_new_pack.jK4Wdc/_new  2014-04-17 14:08:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-numpy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:   python3-numpy
-Version:1.8.0
+Version:1.8.1
 Release:0
 Url:http://sourceforge.net/projects/numpy
 Summary:NumPy array processing for numbers, strings, records and 
objects

++ numpy-1.8.0.tar.gz -> numpy-1.8.1.tar.gz ++
 31958 lines of diff (skipped)

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



commit retext for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package retext for openSUSE:Factory checked 
in at 2014-04-17 14:09:05

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


Package is "retext"

Changes:

--- /work/SRC/openSUSE:Factory/retext/retext.changes2013-02-25 
20:43:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.retext.new/retext.changes   2014-04-17 
14:09:06.0 +0200
@@ -1,0 +2,19 @@
+Wed Apr 16 09:29:11 UTC 2014 - mailaen...@opensuse.org
+
+- update version 4.1.2
+- added GPG file verification
+
+---
+Sat Sep 21 10:35:09 UTC 2013 - mailaen...@opensuse.org
+
+- update version 4.1.1
+  * Added configuration dialog
+  * Added current line highlighting and line numbers support
+  * Added support for PyQt5 and PySide libraries
+  * Use new signals/slots syntax
+  * Added option to select file encoding
+  * Dropped support for Python 2 and support for running
+without WebKit installed
+- adhere to https://en.opensuse.org/SourceUrls
+
+---
@@ -20 +38,0 @@
-

Old:

  ReText-4.0.0.tar.gz

New:

  ReText-4.1.2.tar.gz
  ReText-4.1.2.tar.gz.asc



Other differences:
--
++ retext.spec ++
--- /var/tmp/diff_new_pack.89piaD/_old  2014-04-17 14:09:07.0 +0200
+++ /var/tmp/diff_new_pack.89piaD/_new  2014-04-17 14:09:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package retext
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,44 +15,44 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?py_ver: %global py_ver %(%{__python} -c "import sys; 
v=sys.version_info[:2]; print '%%d.%%d'%%v" 2>/dev/null || echo 
PYTHON-NOT-FOUND")}
 
 Name:   retext
-Version:   4.0.0
+Version:4.1.2
 Release:   0
-License:   GPL-3.0+
 Summary:   Simple editor for Markdown and reStructuredText
-Url:   http://sourceforge.net/p/retext/home/ReText
+License:GPL-3.0+
 Group: Productivity/Editors/Other
-Source:ReText-%{version}.tar.gz
+Url:http://sourceforge.net/p/retext/home/ReText
+Source: 
http://downloads.sourceforge.net/retext/ReText-%{version}.tar.gz
 Source1:   %{name}.desktop
-BuildRequires: update-desktop-files
+Source2:
http://downloads.sourceforge.net/retext/ReText-%{version}.tar.gz.asc
+BuildRequires:  python3
+BuildRequires:  python3-devel
 BuildRequires: rsvg-view
-BuildRequires:  python-devel
-Requires:  python-qt4
-Requires:  python-markdown
-Requires:  python-docutils 
-Requires:   python-enchant
-Requires:   python-Markups
+BuildRequires:  update-desktop-files
+BuildRequires:  fdupes
+Requires:   python3-Markdown
+Requires:   python3-Markups
+Requires:   python3-docutils
+Requires:   python3-pyenchant
+Requires:   python3-qt4
 Provides:  ReText = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1140
 BuildArch: noarch
-%endif
 
 %description
 ReText is simple text editor that supports Markdown and reStructuredText
 markup languages. It is written in Python using PyQt libraries.
 
 %prep
+%{?gpg_verify: %gpg_verify %{S:2}}
 %setup -q -n ReText-%{version}
 
 %build
-python setup.py build
+python3 setup.py build
 
 %install
-python setup.py install --root=%{buildroot} --prefix=%{_prefix}
+python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
 
 %{__mkdir} -pv %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
 %{__mkdir} -pv %{buildroot}%{_datadir}/%{name}/
@@ -69,22 +69,21 @@
 popd
 %{__cp} -r %{S:1} %{buildroot}%{_datadir}/applications/
 
-ln -sf %{_bindir}/%{name}.py %{buildroot}%{_bindir}/%{name}
-
 %suse_update_desktop_file %{name}
 
+%fdupes %{buildroot}%{_prefix}
 
 %files
 %defattr(-,root,root)
 %doc changelog.md README
 %{_bindir}/%{name}
-%{_bindir}/%{name}.py
-%{_bindir}/wpgen.py
-%{python_sitelib}/ReText/
-%{python_sitelib}/ReText-%{version}-py%{py_ver}.egg-info
+%{_bindir}/wpgen
+%{python3_sitelib}/ReText/
+%{python3_sitelib}/*
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/%{name}/
+%{_datadir}/wpgen/
 %{_datadir}/applications/%{name}.desktop
 
 %changelog

++ ReText-4.0.0.tar.gz -> Re

commit man-pages for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2014-04-17 14:08:26

Comparing /work/SRC/openSUSE:Factory/man-pages (Old)
 and  /work/SRC/openSUSE:Factory/.man-pages.new (New)


Package is "man-pages"

Changes:

--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes  2014-04-13 
13:15:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2014-04-17 
14:08:27.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 16 06:35:18 UTC 2014 - pgaj...@suse.com
+
+- package getent.1 [bnc#873645]
+
+---



Other differences:
--
++ man-pages.spec ++
--- /var/tmp/diff_new_pack.QoMBtN/_old  2014-04-17 14:08:28.0 +0200
+++ /var/tmp/diff_new_pack.QoMBtN/_new  2014-04-17 14:08:28.0 +0200
@@ -59,7 +59,7 @@
 # nfs-utils
 rm -f man5/exports.5
 # coreutils, diffutils
-rm -f man1/vdir.1 man1/touch.1 man1/rmdir.1 man1/rm.1 man1/mv.1 man1/mknod.1 
man1/mkfifo.1 man1/mkdir.1 man1/ls.1 man1/ln.1 man1/install.1 man1/du.1 
man1/dircolors.1 man1/dir.1 man1/diff.1 man1/df.1 man1/dd.1 man1/cp.1 
man1/chown.1 man1/chmod.1 man1/chgrp.1 man1/getent.1 man3/getaddrinfo.3.orig 
man3/{getifaddrs.3,freeifaddrs.3}
+rm -f man1/vdir.1 man1/touch.1 man1/rmdir.1 man1/rm.1 man1/mv.1 man1/mknod.1 
man1/mkfifo.1 man1/mkdir.1 man1/ls.1 man1/ln.1 man1/install.1 man1/du.1 
man1/dircolors.1 man1/dir.1 man1/diff.1 man1/df.1 man1/dd.1 man1/cp.1 
man1/chown.1 man1/chmod.1 man1/chgrp.1 man3/getaddrinfo.3.orig 
man3/{getifaddrs.3,freeifaddrs.3}
 # glibc
 rm -f man3/crypt.3 man3/crypt_r.3 man1/locale.1
 # time

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



commit python-happybase for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package python-happybase for 
openSUSE:Factory checked in at 2014-04-17 14:08:40

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


Package is "python-happybase"

Changes:

--- /work/SRC/openSUSE:Factory/python-happybase/python-happybase.changes
2013-12-11 16:21:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-happybase.new/python-happybase.changes   
2014-04-17 14:08:41.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 15 21:00:40 UTC 2014 - dmuel...@suse.com
+
+- update to 0.8:
+ * Add (and default to) '0.96' compatibility mode in :py:class:`Connection`.
+ * Add support for retrieving sorted columns, which is possible with the HBase
+  0.96 Thrift API
+ * The `batch_size` argument to :py:meth:`Table.scan` is no longer propagated 
to
+  `Scan.setBatching()` at the Java side (inside the Thrift server). 
+
+---

Old:

  happybase-0.7.tar.gz

New:

  happybase-0.8.tar.gz



Other differences:
--
++ python-happybase.spec ++
--- /var/tmp/diff_new_pack.4RaE2F/_old  2014-04-17 14:08:41.0 +0200
+++ /var/tmp/diff_new_pack.4RaE2F/_new  2014-04-17 14:08:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-happybase
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,13 +17,13 @@
 
 
 Name:   python-happybase
-Version:0.7
+Version:0.8
 Release:0
 Summary:A developer-friendly Python library to interact with Apache 
HBase
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/wbolster/happybase
-Source: 
http://pypi.python.org/packages/source/h/happybase/happybase-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/source/h/happybase/happybase-%{version}.tar.gz
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools

++ happybase-0.7.tar.gz -> happybase-0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/happybase-0.7/NEWS.rst new/happybase-0.8/NEWS.rst
--- old/happybase-0.7/NEWS.rst  2013-11-06 23:16:45.0 +0100
+++ new/happybase-0.8/NEWS.rst  2014-02-25 21:15:11.0 +0100
@@ -4,6 +4,29 @@
 .. py:currentmodule:: happybase
 
 
+HappyBase 0.8
+-
+
+Release date: 2014-02-25
+
+* Add (and default to) '0.96' compatibility mode in :py:class:`Connection`.
+
+* Add support for retrieving sorted columns, which is possible with the HBase
+  0.96 Thrift API. This feature uses a new `sorted_columns` argument to
+  :py:meth:`Table.scan`. An ```OrderedDict`` implementation is required for 
this
+  feature; with Python 2.7 this is available from the standard library, but for
+  Python 2.6 a separate ```ordereddict``` pacakge has to be installed from 
PyPI.
+  (`issue #39 `_)
+
+* The `batch_size` argument to :py:meth:`Table.scan` is no longer propagated to
+  `Scan.setBatching()` at the Java side (inside the Thrift server). To 
influence
+  the `Scan.setBatching()` (which may split rows into partial rows) a new
+  `scan_batching` argument to :py:meth:`Table.scan` has been added. See `issue
+  #54 `_, `issue #56
+  `_, and the HBase docs for
+  `Scan.setBatching()` for more details.
+
+
 HappyBase 0.7
 -
 
@@ -12,7 +35,7 @@
 * Added a `wal` argument to various data manipulation methods on the
   :py:class:`Table` and :py:class:`Batch` classes to determine whether to write
   the mutation to the Write-Ahead Log (WAL). (`issue #36
-  `_).
+  `_)
 
 * Pass batch_size to underlying Thrift Scan instance (`issue #38
   `_).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/happybase-0.7/PKG-INFO new/happybase-0.8/PKG-INFO
--- old/happybase-0.7/PKG-INFO  2013-11-06 23:20:23.0 +0100
+++ new/happybase-0.8/PKG-INFO  2014-02-25 21:19:38.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: happybase
-Version: 0.7
+Version: 0.8
 Summary: A developer-friendly Python library to interact with Apache HBase
 Home-page: https://github.com

commit perl-Moose for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2014-04-17 14:08:35

Comparing /work/SRC/openSUSE:Factory/perl-Moose (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Moose.new (New)


Package is "perl-Moose"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Moose/perl-Moose.changes2013-06-13 
18:14:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new/perl-Moose.changes   
2014-04-17 14:08:36.0 +0200
@@ -1,0 +2,78 @@
+Mon Apr 14 08:13:41 UTC 2014 - m...@suse.com
+
+updated to 2.1204 
+  - bump minimum prereq needed for optional test using MooseX::NonMoose (which
+broke with new Module::Runtime, see 2.1203), so users can install Moose
+and pass tests before updating MooseX::NonMoose.
+  - bump prereq on Module::Runtime to properly detect when a module fails to
+load, and fix how we call these subs (Zefram, RT#92770, RT#86394, RT#92791)
+  - string comparisons are now possible with Moose exceptions (RT#92232)
+  - re-release to index pod files (Moose::Cookbook::*, Moose::Manual::* etc).
+  - Releasing 2.1108 as stable (last stable release was 2.1005).
+  - fixed distribution manifest
+  - minor documentation and metadata updates
+  - many additions to the list of conflicting modules (those that require
+updates after installing Moose), reflecting recent API changes
+  - now failing early at build time, with a useful error message, if a
+compiler is not available
+  - throw_error import cleaned from Moose::Object after use (doy)
+  - resolved new circular load issue between Moose::Util and Class::MOP (Kent
+Fredric, RT#89713 and PR#42)
+  - legacy throw_error now takes multiple arguments, like confess does
+(Karen Etheridge)
+  - Class::MOP::Object::_inline_throw_error is back, used by some MooseX
+modules (Upasana)
+  - fix errors in last trial release relating to Moose::Error::Default,
+Moose::Util::throw_error (Upasana)
+  - die if a role to consume can't be found -- this restores behaviour as in
+2.1005 (doy)
+  - fix test to accomodate Devel::PartialDump possibly not being installed
+(Upasana)
+  - Moose string exceptions have been replaced by Moose::Exception objects. See
+Moose::Manual::Delta for details.
+  - Class::MOP::load_class, Class::MOP::is_class_loaded, and
+Class::MOP::load_first_existing_class are now deprecated. See
+Moose::Manual::Delta for details.
+  - The non-arrayref forms of enum and duck_type have been deprecated. See
+Moose::Manual::Delta for details.
+  - Many deprecated features have now been removed:
+- optimize_as for type constraints
+- the "default is" and "default default" features for native delegations
+- setting coerce => 1 on an attribute whose type constraint has no coercion
+- the public version of Moose::Meta::Method::Destructor::initialize_body
+  - Creating classes with Moose now always sets the appropriate entry in %INC,
+even if it wasn't loaded from a file. This should make writing classes
+inline easier, and will allow us to be more intelligent about figuring out
+when classes are loaded in the future. See Moose::Manual::Delta for more
+details. Note that this is slightly backwards-incompatible in some edge
+cases.
+  - Moose now uses Module::Runtime instead of Class::Load to load classes. This
+means that there are no more issues with the weird heuristics that
+Class::Load does to determine if a class was previously loaded (inheriting
+from an empty package is now possible, for instance). See
+Moose::Manual::Delta for more details. This is also slightly
+backwards-incompatible in some edge cases.
+  - add_method now accepts blessed subs (Graham Knop, PR#28)
+  - If a role consumed another role, we resolve method conflicts just like a
+class consuming a role, but when metaclass compat tried to fix up
+metaclass roles, we were putting all methods into one composite role and
+allowing methods in the metaclass roles to conflict. Now we resolve them
+as we should. (Jesse Luehrs, PR#27)
+  - Some edge cases in tests with base.pm and non-existent module files are
+handled more strictly (see also perl RT#118561) (Graham Knop, PR#25)
+  - 2.1003 was released with some bad metadata, which caused the prereq test
+to fail.
+  - Releasing 2.0901 as stable.
+  - The with_immutable() sub from Test::Moose now passes a boolean value to
+the code block containing tests indicating whether or not the classes have
+been made immutable. This can make for nicer test descriptions. (Dave
+Rolsky)
+  - You can now use Specio types instead of Moose builtins or
+MooseX::Types. As a bonus, Specio types inline coercion. However, this
+support is still experimental (as is Specio), so use it with care. (

commit python-suds for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package python-suds for openSUSE:Factory 
checked in at 2014-04-17 14:08:46

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


Package is "python-suds"

Changes:

--- /work/SRC/openSUSE:Factory/python-suds/python-suds.changes  2014-01-23 
15:54:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-suds.new/python-suds.changes 
2014-04-17 14:08:48.0 +0200
@@ -1,0 +2,14 @@
+Mon Apr 14 08:17:43 UTC 2014 - mci...@suse.cz
+
+- Run testsuite using pytest
+- Fixed Source URL
+- Included HACKING.rst in the documentation
+
+---
+Fri Apr 11 11:38:30 UTC 2014 - mci...@suse.cz
+
+- Update to version 0.6 (forked upstream)
+- supports Python 3
+- many bugfixes see https://bitbucket.org/jurko/suds/overview
+
+---

Old:

  python-suds-0.4.tar.gz

New:

  suds-jurko-0.6.tar.bz2



Other differences:
--
++ python-suds.spec ++
--- /var/tmp/diff_new_pack.XUlUb0/_old  2014-04-17 14:08:49.0 +0200
+++ /var/tmp/diff_new_pack.XUlUb0/_new  2014-04-17 14:08:49.0 +0200
@@ -17,17 +17,18 @@
 
 
 Name:   python-suds
-Version:0.4
+Version:0.6
 Release:0
 Summary:A lightweight SOAP python client that provides a service proxy 
for Web Services
 License:LGPL-3.0+
 Group:  Development/Languages/Python
 Url:https://fedorahosted.org/suds
-Source: %{name}-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/source/s/suds-jurko/suds-jurko-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM speili...@suse.com
 Patch0: suds-insecure-cache-tempdir.patch
 BuildRequires:  fdupes
 BuildRequires:  python-devel
+BuildRequires:  python-pytest
 BuildRequires:  python-setuptools
 BuildRequires:  python-xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,7 +54,7 @@
 * Supports unicode
 
 %prep
-%setup -q
+%setup -q -n suds-jurko-%{version}
 %patch0 -p1
 
 %build
@@ -67,16 +68,11 @@
 %fdupes %{buildroot}
 
 %check
-#NOTE(saschpe): We can only run tests that don't need internet or server 
access.
-# Put the installed 'suds' module and the local 'tests' module into PYTHONPATH:
-export PYTHONPATH=%{buildroot}%{python_sitelib}:.
-for t in builtin saxenc ; do
-python tests/$t.py
-done
+py.test
 
 %files
 %defattr(-,root,root,-)
-%doc README LICENSE
+%doc README.rst LICENSE.txt HACKING.rst
 %{python_sitelib}/*
 
 %changelog

++ suds-insecure-cache-tempdir.patch ++
--- /var/tmp/diff_new_pack.XUlUb0/_old  2014-04-17 14:08:49.0 +0200
+++ /var/tmp/diff_new_pack.XUlUb0/_new  2014-04-17 14:08:49.0 +0200
@@ -1,31 +1,52 @@
-diff -ruN a/suds/cache.py b/suds/cache.py
 a/suds/cache.py2010-04-14 21:04:17.0 +0200
-+++ b/suds/cache.py2013-11-27 14:16:34.968138726 +0100
-@@ -19,8 +19,9 @@
- """
- 
+--- a/suds/cache.py
 b/suds/cache.py
+@@ -26,7 +26,8 @@
+ from datetime import datetime as dt
+ from datetime import timedelta
  import os
-+import shutil
- import suds
 -from tempfile import gettempdir as tmp
++import shutil
 +import tempfile
- from suds.transport import *
- from suds.sax.parser import Parser
- from suds.sax.element import Element
-@@ -138,11 +139,15 @@
+ try:
+ import cPickle as pickle
+ except Exception:
+@@ -111,13 +112,19 @@
+ The duration may be: (months|weeks|days|hours|minutes|seconds).
  @type duration: {unit:value}
  """
++self.auto_location = False
  if location is None:
 -location = os.path.join(tmp(), 'suds')
 +location = tempfile.mkdtemp()
++self.auto_location = True
  self.location = location
  self.duration = (None, 0)
  self.setduration(**duration)
  self.checkversion()
-+
+ 
 +def __del__(self):
-+if self.location.startswith("/tmp"):
++if self.auto_location:
 +shutil.rmtree(self.location)
- 
++
  def fnsuffix(self):
  """
+ Get the file name suffix
+--- a/tests/test_cache.py
 b/tests/test_cache.py
+@@ -134,12 +134,12 @@
+ 
+ 
+ def test_FileCache_location(tmpdir):
+-defaultLocation = os.path.join(tempfile.gettempdir(), "suds")
++defaultLocation = tempfile.gettempdir()
+ cache = suds.cache.FileCache()
+ assert os.path.isdir(cache.location)
+-assert cache.location == defaultLocation
+-assert suds.cache.FileCache().location == defaultLocation
+-assert cache.location == defaultLocation
++assert cache.location.startswith(defaultLocation)
++assert suds.cache.FileC

commit booth for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package booth for openSUSE:Factory checked 
in at 2014-04-17 14:07:49

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


Package is "booth"

Changes:

--- /work/SRC/openSUSE:Factory/booth/booth.changes  2014-03-04 
13:20:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2014-04-17 
14:07:50.0 +0200
@@ -1,0 +2,35 @@
+Mon Apr  7 15:04:43 UTC 2014 - dmuhameda...@suse.com
+
+- init script is not needed in this package (bnc#872063)
+- upstream version: 60de8d
+
+---
+Wed Apr  2 12:18:43 UTC 2014 - dmuhameda...@suse.com
+
+- fix building manpages
+
+---
+Wed Apr  2 10:11:34 UTC 2014 - dmuhameda...@suse.com
+
+- fix format related warnings
+
+---
+Mon Mar 31 17:13:12 CET 2014 - philipp.ma...@linbit.com
+
+- Small fine-tuning changes
+
+---
+Thu Mar 27 14:45:31 CET 2014 - philipp.ma...@linbit.com
+
+- Rewrite, using Raft instead of Paxos.
+- Version 0.2.0
+
+---
+Wed Mar  5 10:31:42 CET 2014 - philipp.ma...@linbit.com
+
+- Provided a script to check resource health
+- Replaced "resource_monitor" functionality; now an external
+  script is called before the ticket is acquired/renewed.
+- Version 0.1.7
+
+---



Other differences:
--
++ booth.spec ++
--- /var/tmp/diff_new_pack.1bvFl6/_old  2014-04-17 14:07:51.0 +0200
+++ /var/tmp/diff_new_pack.1bvFl6/_new  2014-04-17 14:07:51.0 +0200
@@ -24,7 +24,6 @@
 %define with_extra_warnings0
 %define with_debugging 0
 %define without_fatal_warnings 1
-%define with_resource_monitor  1
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version}
 %define pkg_group System Environment/Daemons
 %else
@@ -38,23 +37,21 @@
 Summary:The Booth Cluster Ticket Manager
 License:GPL-2.0+
 Group:  Productivity/Clustering/HA
-Version:0.1.6
+Version:0.2.0
 Release:0
 Source: booth.tar.bz2
 Source1:%name-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # 1.1.6-2 on SLES has latest ticket support
 Requires:   pacemaker-ticket-support >= 2.0
+BuildRequires:  asciidoc
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  glib2-devel
 BuildRequires:  libglue-devel
+BuildRequires:  libpacemaker-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  pkgconfig
-%if %{with_resource_monitor}
-BuildRequires:  libpacemaker-devel
-#pacemaker-libs-devel
-%endif
 
 %description
 Booth manages the ticket which authorizes one of the cluster sites
@@ -73,16 +70,12 @@
 %build
 ./autogen.sh
 %configure \
-%if %{with_resource_monitor}
-   --enable-resource-monitor \
-%endif
--with-initddir=%{_initrddir}
 
 make 
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install docdir=%{_defaultdocdir}/%{name}
-ln -s ../../etc/init.d/booth-arbitrator 
%{buildroot}/usr/sbin/rcbooth-arbitrator
 
 mkdir -p %{buildroot}/%{_mandir}/man8/
 gzip < docs/boothd.8 > %{buildroot}/%{_mandir}/man8/booth.8.gz
@@ -120,17 +113,14 @@
 %defattr(-,root,root)
 %{_sbindir}/booth
 %{_sbindir}/boothd
-%{_sbindir}/rcbooth-arbitrator
-%if %{with_resource_monitor}
-%{_sbindir}/booth_resource_monitord
-%endif
+%exclude %{_sbindir}/rcbooth-arbitrator
 %{_mandir}/man8/booth.8.gz
 %{_mandir}/man8/boothd.8.gz
 %dir /usr/lib/ocf
 %dir /usr/lib/ocf/resource.d
 %dir /usr/lib/ocf/resource.d/pacemaker
 %dir %{_sysconfdir}/booth
-%{_initddir}/booth-arbitrator
+%exclude %{_initddir}/booth-arbitrator
 /usr/lib/ocf/resource.d/pacemaker/booth-site
 %config %{_sysconfdir}/booth/booth.conf.example
 

++ booth.tar.bz2 ++
 16132 lines of diff (skipped)

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



commit cfengine for openSUSE:Factory

2014-04-17 Thread h_root
Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory 
checked in at 2014-04-17 14:07:58

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


Package is "cfengine"

Changes:

--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes2013-12-13 
11:55:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes   2014-04-17 
14:07:59.0 +0200
@@ -1,0 +2,111 @@
+Fri Apr 11 07:32:08 UTC 2014 - kkae...@suse.com
+
+- Upgrade to 3.6.0rc
+  Bugfix release
+  Full ChangeLog at 
https://raw.githubusercontent.com/cfengine/core/3.6.x/ChangeLog
+
+---
+Thu Apr 10 14:02:11 UTC 2014 - kkae...@suse.com
+
+- add 0001-Simplify-and-fix-parsing-of-etc-SuSE-release-fixes-i.patch
+  * add 'suse' class for consistency with other vendor classes
+(fixes #5417)
+  * distinction between "SUSE Linux Enterprise Server" (sles) and
+"... Desktop" (sled)
+  * distinction between SUSE Linux Enterprise products (suse) and
+openSUSE (opensuse)
+  * extract version from VERSION and PATCHLEVEL lines instead of
+first line of /etc/SuSE-release
+
+---
+Fri Apr  4 19:36:47 UTC 2014 - kkae...@suse.com
+
+- merge cfengine-server with cfengine. A policy server only
+  gets cfengine-masterfiles but is otherwise identical to
+  a client.
+
+---
+Thu Apr  3 13:10:56 UTC 2014 - kkae...@suse.com
+
+- install cfengine.SuSEfirewall2
+
+---
+Thu Apr  3 12:41:44 UTC 2014 - kkae...@suse.com
+
+- install cfengine-masterfiles together with cfengine-server only.
+  A cfengine client will get the masterfiles from the server.
+
+---
+Wed Apr  2 13:14:34 UTC 2014 - kkae...@suse.com
+
+- clean up /var/cfengine/inputs cache on removal.
+
+---
+Wed Mar 26 16:08:16 UTC 2014 - kkae...@suse.com
+
+- remove '.unknown' from reported version
+  add drop-revision.patch
+
+---
+Wed Mar 26 08:24:00 UTC 2014 - kkae...@suse.com
+
+- Fix all .service files, type is forking.
+
+---
+Tue Mar 18 11:30:23 UTC 2014 - kkae...@suse.com
+
+- Update to 3.6.0b2
+  - performance has been significantly improved, with a 10-20% speed
+increase over 3.5 when using the default masterfiles
+  - agents support the legacy protocol without TLS envelope
+This allows upgrading of an agent before the policy server.
+  - several general improvements and bug fixes too numerous to list
+here.
+
+- remove cfengine-bootstrap.patch, included upstream
+
+- split masterfiles off as cfengine-masterfiles package
+
+---
+Tue Mar 18 10:20:55 UTC 2014 - aesz...@gwdg.de
+
+- fix build for RHEL 
+  * MySQL connector: disabled
+  * docs go into versioned directory
+
+---
+Thu Feb 20 23:54:22 UTC 2014 - ch...@computersalat.de
+
+- merge with my last (not committed changes)
+  * bootstrap patch
+- fix changes file
+  * update 3.0.4b2 -> 3.4.0b2
+- fix docs install
+- fix build for SLE_11 (MySQL connector: disabled)
+
+---
+Sun Feb  9 12:02:45 UTC 2014 - kkae...@suse.com
+
+- use lmdb instead of tokyocabinet
+- add primer.pdf
+
+---
+Tue Feb  4 07:10:49 UTC 2014 - kkae...@suse.com
+
+- split off -examples sub-package
+
+---
+Mon Feb  3 18:30:23 UTC 2014 - kkae...@suse.com
+
+- Upgrade to 3.6.0b1
+  - New promise type "users" for managing local user accounts.
+  - TLS authentication and fully encrypted network protocol
+  - New attributes in 'bundle server access_rules'
+  - New variable type 'data' for handling of structured data
+  - Tagging of classes and variables with meta data
+  - Many new built-in variables
+  - Many new functions
+
+  - Replace tokyocabinet with lmdb database
+
+---
@@ -280 +391 @@
-- update to 3.0.4b2
+- update to 3.4.0b2
@@ -318,0 +430,6 @@
+---
+Wed Mar  7 13:02:30 UTC 2012 - ch...@computersalat.de
+
+- add bootstrap patch
+  * set correct "workdir"
+

Old:

  cfengine-3.5.3.tar.gz
  libacl-headers.patch

New:

  0001-Simplify-and-fix-pars