commit chromium for openSUSE:12.3:Update

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:12.3:Update 
checked in at 2014-05-16 14:09:03

Comparing /work/SRC/openSUSE:12.3:Update/chromium (Old)
 and  /work/SRC/openSUSE:12.3:Update/.chromium.new (New)


Package is chromium

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Q5Fd3l/_old  2014-05-16 14:09:15.0 +0200
+++ /var/tmp/diff_new_pack.Q5Fd3l/_new  2014-05-16 14:09:15.0 +0200
@@ -1 +1 @@
-link package='chromium.2744' cicount='copy' /
+link package='chromium.2788' cicount='copy' /

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



commit chromium for openSUSE:13.1:Update

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:13.1:Update 
checked in at 2014-05-16 14:09:10

Comparing /work/SRC/openSUSE:13.1:Update/chromium (Old)
 and  /work/SRC/openSUSE:13.1:Update/.chromium.new (New)


Package is chromium

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4a37bu/_old  2014-05-16 14:09:24.0 +0200
+++ /var/tmp/diff_new_pack.4a37bu/_new  2014-05-16 14:09:24.0 +0200
@@ -1 +1 @@
-link package='chromium.2744' cicount='copy' /
+link package='chromium.2789' cicount='copy' /

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



commit libnet for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2014-05-16 17:56:24

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


Package is libnet

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2014-01-07 
16:35:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnet.new/libnet.changes   2014-05-16 
17:56:26.0 +0200
@@ -1,0 +2,15 @@
+Tue May 13 14:04:38 UTC 2014 - tchva...@suse.com
+
+- Drop patch removing manpages, no reason to remove them.
+  libnet-1.2.0-drop-man-build.patch
+
+---
+Tue May 13 13:56:58 UTC 2014 - tchva...@suse.com
+
+- Update to actual released tarball which is versioned 1.2-rc3
+- Cleanup with spec-cleaner
+- No reason to not have this library in /usr so move it there
+- Add patch libnet-1.2-rc.patch needed to set proper version in
+  automake.
+
+---

Old:

  libnet-1.2.0-drop-man-build.patch
  libnet-1.2.tar.gz

New:

  libnet-1.2-rc.patch
  libnet-1.2-rc3.tar.gz



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.Tqk4Wn/_old  2014-05-16 17:56:27.0 +0200
+++ /var/tmp/diff_new_pack.Tqk4Wn/_new  2014-05-16 17:56:27.0 +0200
@@ -16,22 +16,22 @@
 #
 
 
-%global libname libnet9
-
+%define libname libnet9
+%define realver 1.2-rc3
 Name:   libnet
+Version:1.2~rc3
+Release:0
 Summary:A C Library for Portable Packet Creation
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:1.2
-Release:0
 Url:http://sourceforge.net/projects/libnet-dev
-Source0:
https://github.com/sam-github/libnet/archive/%{name}-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM: mvysko...@suse.com, don't build empty man dir
-Patch0: libnet-1.2.0-drop-man-build.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:
http://downloads.sourceforge.net/libnet-dev/%{name}-%{realver}.tar.gz
+#PATCH-FIX-OPENSUSE: tchva...@suse.com, use proper version string to work fine
+Patch0: libnet-1.2-rc.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libnet is an API to help with the construction and handling of network
@@ -76,7 +76,7 @@
 packets. This package contains documentation.
 
 %prep
-%setup -q -n %{name}-%{name}-%{version}/%{name}
+%setup -q -n %{name}-%{realver}
 %patch0 -p1
 
 rm -rf sample/win32
@@ -87,21 +87,19 @@
 # no configure in a tarball
 autoreconf -fiv
 CFLAGS=%{optflags} -Wall -Wno-unused \
-%configure --libdir=/%{_lib} --disable-static --with-pic
-%{__make} %{?_smp_mflags}
+%configure --disable-static --with-pic
+make %{?_smp_mflags}
 
 %install
-%{makeinstall}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
 install -d -m 755 %{buildroot}/%{_bindir}
 install -m 755 libnet-config %{buildroot}/%{_bindir}
-find doc/  -name Makefile* -o -name .libs | xargs rm -rf
+
 rm -rf sample/
 # HACK: rename untouched dir back
 mv sample_doc sample
-%{__rm} -v %{buildroot}/%{_lib}/*.la
-%{__install} -d -m 0755 %{buildroot}%{_libdir}
-%{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libnet.so) 
%{buildroot}%{_libdir}/libnet.so
-%{__rm} -v %{buildroot}/%{_lib}/libnet.so
+find doc/  -name Makefile* -o -name .libs | xargs rm -rf
 
 %post -n %{libname} -p /sbin/ldconfig
 
@@ -110,13 +108,14 @@
 %files -n %{libname}
 %defattr(-,root,root)
 %doc doc/COPYING
-/%{_lib}/libnet.so.*
+%{_libdir}/libnet.so.*
 
 %files devel
 %defattr(-,root,root)
 %{_bindir}/libnet-config
 %{_includedir}/libnet*
 %{_libdir}/libnet.so
+%{_mandir}/man3/*
 
 %files doc
 %defattr(-,root,root)

++ libnet-1.2-rc.patch ++
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 dnl
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([libnet],[1.2-rc3])
+AC_INIT([libnet],[1.2])
 AC_MSG_RESULT(beginning autoconfiguration process for 
libnet-${PACKAGE_VERSION} ...)
 AC_CANONICAL_TARGET
 AC_CONFIG_SRCDIR([src/libnet_build_ip.c])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sil-charis-fonts for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package sil-charis-fonts for 
openSUSE:Factory checked in at 2014-05-16 17:56:22

Comparing /work/SRC/openSUSE:Factory/sil-charis-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.sil-charis-fonts.new (New)


Package is sil-charis-fonts

Changes:

--- /work/SRC/openSUSE:Factory/sil-charis-fonts/sil-charis-fonts.changes
2014-04-11 13:42:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.sil-charis-fonts.new/sil-charis-fonts.changes   
2014-05-16 17:56:24.0 +0200
@@ -1,0 +2,7 @@
+Tue May  6 12:41:03 UTC 2014 - t...@opensuse.org
+
+- Spec file:
+  Some applications (like XEP) needs the old filenames.
+  As such, create links with old naming without - 
+
+---



Other differences:
--
++ sil-charis-fonts.spec ++
--- /var/tmp/diff_new_pack.1IvC1B/_old  2014-05-16 17:56:25.0 +0200
+++ /var/tmp/diff_new_pack.1IvC1B/_new  2014-05-16 17:56:25.0 +0200
@@ -66,6 +66,17 @@
 mkdir -p %{buildroot}%{_ttfontsdir}/
 install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
+#
+# This is unfortunately necessary to support old
+# filename naming
+# The following expression removes any - characters
+# in the filename:
+cd %{buildroot}%{_ttfontsdir}
+for font in *.ttf; do
+  ln -s $font ${font/-}
+done
+cd -
+
 %reconfigure_fonts_scriptlets
 
 %files


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



commit samba for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2014-05-16 17:56:25

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


Package is samba

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2014-05-02 
19:21:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2014-05-16 
17:56:28.0 +0200
@@ -1,0 +2,11 @@
+Mon May  5 11:44:20 UTC 2014 - dd...@suse.com
+
+- Fix byte-order macros on little endian Power8; (bso#10590); (bnc#871701).
+
+---
+Fri May  2 15:37:33 UTC 2014 - dd...@suse.com
+
+- Pass through vfs_btrfs snapshot manipulation requests when
+  btrfs: manipulate snapshots = no is configured; (bnc#874180).
+
+---



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.pUcOVl/_old  2014-05-16 17:56:29.0 +0200
+++ /var/tmp/diff_new_pack.pUcOVl/_new  2014-05-16 17:56:29.0 +0200
@@ -144,7 +144,7 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3233
+%define SOURCE_TIMESTAMP 3237
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0

++ patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/series new/patches/series
--- old/patches/series  2014-04-25 10:56:15.0 +0200
+++ new/patches/series  2014-05-06 17:40:59.0 +0200
@@ -130,6 +130,7 @@
 suse/0004-doc-describe-smbcacls-propagate-inheritance-expandin.patch -p0 # 
fate 316474
 suse/0001-log-winbind-version-when-requested-in-winbindd-log.patch -p0 # bnc 
726937
 suse/0001-handle-later-iniparser-version-assigning-a-zero-leng.patch -p0 # bnc 
865771
+suse/0001-byteorder-do-not-assume-PowerPC-is-big-endian.patch -p0 # bso 10590, 
bnc 871701
 
 +default_passdb_backend suse/passdb_backend_defaults_smbpasswd.diff -p0 # 
default to smbpasswd on pre 11.2 systems
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches/suse/0001-byteorder-do-not-assume-PowerPC-is-big-endian.patch 
new/patches/suse/0001-byteorder-do-not-assume-PowerPC-is-big-endian.patch
--- old/patches/suse/0001-byteorder-do-not-assume-PowerPC-is-big-endian.patch   
1970-01-01 01:00:00.0 +0100
+++ new/patches/suse/0001-byteorder-do-not-assume-PowerPC-is-big-endian.patch   
2014-05-06 17:40:59.0 +0200
@@ -0,0 +1,41 @@
+From 40cc7e4c89f78ba7689569b8f411d0fc47744c11 Mon Sep 17 00:00:00 2001
+From: David Disseldorp dd...@samba.org
+Date: Mon, 5 May 2014 13:42:36 +0200
+Subject: [PATCH] byteorder: do not assume PowerPC is big-endian
+
+byteorder.h currently uses reverse-indexing ASM instructions for little
+endian multi-byte storage/retrieval on PowerPC. With Power8 this is an
+incorrect assumption, as it can be big or little endian.
+
+Bug: https://bugzilla.samba.org/show_bug.cgi?id=10590
+
+Signed-off-by: David Disseldorp dd...@samba.org
+Reviewed-by: Christof Schmitt c...@samba.org
+---
+ lib/util/byteorder.h | 10 ++
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+diff --git lib/util/byteorder.h lib/util/byteorder.h
+index 58cd68a..297be52 100644
+--- lib/util/byteorder.h
 lib/util/byteorder.h
+@@ -89,10 +89,12 @@ it also defines lots of intermediate macros, just ignore 
those :-)
+ 
+ 
+ /*
+-  on powerpc we can use the magic instructions to load/store
+-  in little endian
+-*/
+-#if (defined(__powerpc__)  defined(__GNUC__))
++ * On powerpc we can use the magic instructions to load/store in little 
endian.
++ * The instructions are reverse-indexing, so assume a big endian Power
++ * processor. Power8 can be big or little endian, so we need to explicitly
++ * check.
++ */
++#if (defined(__powerpc__)  defined(__GNUC__)  HAVE_BIG_ENDIAN)
+ static __inline__ uint16_t ld_le16(const uint16_t *addr)
+ {
+   uint16_t val;
+-- 
+1.8.4.5
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches/suse/0009-vfs-add-snapshot-create-delete-calls-to-vfs_btrfs.patch 
new/patches/suse/0009-vfs-add-snapshot-create-delete-calls-to-vfs_btrfs.patch
--- 
old/patches/suse/0009-vfs-add-snapshot-create-delete-calls-to-vfs_btrfs.patch   
2014-04-25 10:52:47.0 +0200
+++ 
new/patches/suse/0009-vfs-add-snapshot-create-delete-calls-to-vfs_btrfs.patch   
2014-05-06 17:40:59.0 +0200
@@ -1,4 +1,4 @@
-From c6973dbab412d7c76bee65897a92ed2af1001292 Mon Sep 17 00:00:00 2001
+From 3a612db0cff7a913ab3b014c19657ce32d37c669 Mon Sep 17 00:00:00 2001
 From: David Disseldorp dd...@samba.org
 

commit librsync for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package librsync for openSUSE:Factory 
checked in at 2014-05-16 17:56:26

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


Package is librsync

Changes:

--- /work/SRC/openSUSE:Factory/librsync/librsync.changes2013-05-03 
09:17:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.librsync.new/librsync.changes   2014-05-16 
17:56:30.0 +0200
@@ -1,0 +2,12 @@
+Wed May 14 13:55:34 UTC 2014 - tchva...@suse.com
+
+- Remove accidentaly added file.
+
+---
+Tue May 13 13:21:43 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Add patch librsync-0.9.7-getopt.patch fixing debian bug#435894
+  * makes rdiff avare of -i and -z getopt options
+
+---

Old:

  series

New:

  librsync-0.9.7-getopt.patch



Other differences:
--
++ librsync.spec ++
--- /var/tmp/diff_new_pack.BicVWN/_old  2014-05-16 17:56:30.0 +0200
+++ /var/tmp/diff_new_pack.BicVWN/_new  2014-05-16 17:56:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package librsync
 #
-# 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
@@ -16,17 +16,13 @@
 #
 
 
-Name:   librsync
 %define lname  librsync1
-BuildRequires:  libbz2-devel
-BuildRequires:  libtool
-BuildRequires:  popt-devel
-BuildRequires:  zlib-devel
+Name:   librsync
+Version:0.9.7
+Release:0
 Summary:A Library for Generating Network Deltas
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Version:0.9.7
-Release:0
 Url:http://librsync.sourceforge.net/
 Source: 
http://prdownloads.sourceforge.net/rproxy/%{name}-%{version}.tar.bz2
 Patch0: %{name}-%{version}-strictalias.diff
@@ -35,6 +31,11 @@
 Patch3: librsync-logn-sumset.patch
 Patch4: librsync-man-example.diff
 Patch5: librsync-serial-tests.patch
+Patch6: librsync-0.9.7-getopt.patch
+BuildRequires:  libbz2-devel
+BuildRequires:  libtool
+BuildRequires:  popt-devel
+BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,14 +44,14 @@
 file's checksum, so the two files need not both be present to generate
 a delta.
 
-%package -n %lname
+%package -n %{lname}
 Summary:A Library for Generating Network Deltas
 Group:  System/Libraries
 # O/P added 2011-11-26
-Obsoletes:  librsync  %version-%release
-Provides:   librsync = %version-%release
+Obsoletes:  librsync  %{version}-%{release}
+Provides:   librsync = %{version}-%{release}
 
-%description -n %lname
+%description -n %{lname}
 librsync implements the rsync algorithm, which allows remote
 differencing of binary files.  librsync computes a delta relative to a
 file's checksum, so the two files need not both be present to generate
@@ -59,7 +60,7 @@
 %package devel
 Summary:Development files for librsync
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
+Requires:   %{lname} = %{version}
 
 %description devel
 librsync implements the rsync algorithm, which allows remote
@@ -82,24 +83,29 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+
+autoreconf -fvi
+
 %build
-autoreconf -fi
-%configure --enable-shared --disable-static --with-pic
+%configure \
+   --enable-shared \
+   --disable-static \
+   --with-pic
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-%{__rm} %{buildroot}%{_libdir}/librsync.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+rm %{buildroot}%{_libdir}/librsync.la
 
 %check
-pushd testsuite
 make %{?_smp_mflags} check
 
-%post -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
 
-%postun -n %lname -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
+%files -n %{lname}
 %defattr(-,root,root)
 %{_libdir}/librsync.so.1*
 %doc AUTHORS COPYING NEWS README THANKS TODO

++ librsync-0.9.7-getopt.patch ++
Patch by Daniel Baumann dan...@debian.org for librsync = 0.9.7, which makes
rdiff aware of -i and -z getopt options mentioned in --help output. For further
information, please have a look to Debian bug ID #435894.

--- librsync-0.9.7/rdiff.c  2004-09-17 23:35:50.0 
+0200
+++ librsync-0.9.7/rdiff.c.getopt   2008-12-20 13:45:58.0 
+0100
@@ -97,8 +97,8 @@
 { sum-size,  

commit libnettle for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package libnettle for openSUSE:Factory 
checked in at 2014-05-16 17:56:23

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


Package is libnettle

Changes:

--- /work/SRC/openSUSE:Factory/libnettle/libnettle.changes  2013-12-19 
21:38:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnettle.new/libnettle.changes 2014-05-16 
17:56:25.0 +0200
@@ -1,0 +2,6 @@
+Tue May 13 13:35:51 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Paralelize test run
+
+---



Other differences:
--
++ libnettle.spec ++
--- /var/tmp/diff_new_pack.o8ATzt/_old  2014-05-16 17:56:26.0 +0200
+++ /var/tmp/diff_new_pack.o8ATzt/_new  2014-05-16 17:56:26.0 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=3 ts=3 noet:
 #
 # spec file for package libnettle
 #
-# 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,22 +16,22 @@
 #
 
 
+%define soname 4
+%define hogweed_soname 2
 Name:   libnettle
 Version:2.7.1
 Release:0
-%define soname 4
-%define hogweed_soname 2
 Summary:Cryptographic Library
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/Libraries
 Source0:
http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz
 Source1:
http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz.sig
-Source2:%name.keyring
+Source2:%{name}.keyring
 Source3:baselibs.conf
 BuildRequires:  gmp-devel
 BuildRequires:  makeinfo
 BuildRequires:  pkgconfig
-PreReq: %install_info_prereq
+Requires(post): %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,7 +40,6 @@
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
 
 %package -n libnettle%{soname}
-
 Summary:Cryptographic Library
 License:LGPL-2.1+
 Group:  System/Libraries
@@ -52,7 +50,6 @@
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
 
 %package -n libhogweed%{hogweed_soname}
-
 Summary:Cryptographic Library for Public Key Algorithms
 License:LGPL-2.1+
 Group:  System/Libraries
@@ -79,7 +76,6 @@
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
 
 %package -n nettle
-
 Summary:Cryptographic Tools
 License:LGPL-2.1+ and GPL-2.0+
 Group:  Productivity/Security
@@ -93,23 +89,21 @@
 operations using the nettle library.
 
 %prep
-%setup -q -n nettle-%{version}
+%setup -q -n nettle-%{version}
 
 %build
 %configure
-
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+# Not during configure as tests use it
 rm -f %{buildroot}%{_libdir}/*.a
 
 %post   -n libnettle%{soname} -p /sbin/ldconfig
-
 %postun -n libnettle%{soname} -p /sbin/ldconfig
 
 %post   -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
-
 %postun -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
 
 %post -n libnettle-devel
@@ -119,7 +113,7 @@
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/nettle.info%{ext_info}
 
 %check
-make check
+make check %{?_smp_mflags}
 
 %files -n libnettle%{soname}
 %defattr(-,root,root)
@@ -149,9 +143,4 @@
 %{_bindir}/sexp-conv
 %{_bindir}/nettle-hash
 
-# Local Variables:
-# mode: rpm-spec
-# tab-width: 3
-# End:
-
 %changelog



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



commit apache-commons-collections for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-collections for 
openSUSE:Factory checked in at 2014-05-16 18:02:48

Comparing /work/SRC/openSUSE:Factory/apache-commons-collections (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-collections.new (New)


Package is apache-commons-collections

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-collections/apache-commons-collections.changes
2013-09-12 19:50:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-collections.new/apache-commons-collections.changes
   2014-05-16 18:02:49.0 +0200
@@ -1,0 +2,5 @@
+Thu May 15 13:17:17 UTC 2014 - da...@darins.net
+
+- no bytecode check from sles 
+
+---



Other differences:
--
++ apache-commons-collections.spec ++
--- /var/tmp/diff_new_pack.DSxX4J/_old  2014-05-16 18:02:49.0 +0200
+++ /var/tmp/diff_new_pack.DSxX4J/_new  2014-05-16 18:02:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-collections
 #
-# 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
@@ -122,6 +122,10 @@
 ant -Djava.io.tmpdir=. jar javadoc tf.validate tf.jar dist.bin dist.src 
tf.javadoc
 
 %install
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
+
 # jars
 install -d -m 755 %{buildroot}%{_javadir}
 install -m 644 build/%{short_name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}.jar

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



commit hivex for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package hivex for openSUSE:Factory checked 
in at 2014-05-16 18:08:59

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


Package is hivex

Changes:

--- /work/SRC/openSUSE:Factory/hivex/hivex.changes  2013-08-05 
21:20:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.hivex.new/hivex.changes 2014-05-16 
18:09:00.0 +0200
@@ -1,0 +2,6 @@
+Tue May 13 16:01:04 CEST 2014 - oher...@suse.de
+
+- update to version 1.3.10
+  many bugfixes, see included changelog for details
+
+---

Old:

  hivex-1.3.8.tar.xz

New:

  hivex-1.3.10.tar.xz



Other differences:
--
++ hivex.spec ++
--- /var/tmp/diff_new_pack.odSgZH/_old  2014-05-16 18:09:01.0 +0200
+++ /var/tmp/diff_new_pack.odSgZH/_new  2014-05-16 18:09:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hivex
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Michal Hrusecky mhruse...@novell.com
 #
 # All modifications and additions to the file contributed by third parties
@@ -36,7 +36,7 @@
 Summary:Windows Registry hive extraction library
 License:LGPL-2.1 and GPL-2.0
 Group:  System/Filesystems
-Version:1.3.8
+Version:1.3.10
 Release:0
 Source: %{name}-%{version}.tar.xz
 

++ hivex-1.3.8.tar.xz - hivex-1.3.10.tar.xz ++
 17697 lines of diff (skipped)

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



commit glm for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package glm for openSUSE:Factory checked in 
at 2014-05-16 18:08:18

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


Package is glm

Changes:

--- /work/SRC/openSUSE:Factory/glm/glm.changes  2013-08-06 06:55:51.0 
+0200
+++ /work/SRC/openSUSE:Factory/.glm.new/glm.changes 2014-05-16 
18:08:19.0 +0200
@@ -1,0 +2,19 @@
+Fri May 16 09:09:02 UTC 2014 - fst...@suse.com
+
+- Version bump to 0.9.5.3
+- Add a patch to disable gtc_packing test that fails on some i586
+  systems:
+  * glm-0.9.5.3-no_gtc_packing_test.patch
+- Add %fdupes to reduce size
+
+---
+Mon Mar 24 14:40:23 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.9.5.2:
+  * Various bug fixes
+  * MIT only license
+- Remove no longer needed patch:
+  * glm-nonx86.patch
+- Use cmake macros to build
+
+---

Old:

  glm-0.9.4.4.zip
  glm-nonx86.patch

New:

  glm-0.9.5.3-no_gtc_packing_test.patch
  glm-0.9.5.3.zip



Other differences:
--
++ glm.spec ++
--- /var/tmp/diff_new_pack.3jmblF/_old  2014-05-16 18:08:20.0 +0200
+++ /var/tmp/diff_new_pack.3jmblF/_new  2014-05-16 18:08:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package glm
 #
-# 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,20 +17,21 @@
 
 
 Name:   glm
-Version:0.9.4.4
+Version:0.9.5.3
 Release:0
 Summary:Header only C++ mathematics library for graphics
-License:MIT and GPL-2.0+
+License:MIT
 Group:  Development/Libraries/C and C++
 Url:http://glm.g-truc.net/
-Source0:
http://downloads.sourceforge.net/ogl-math/%{name}-%{version}/%{name}-%{version}.zip
-Patch0: glm-nonx86.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
+Source0:
http://downloads.sourceforge.net/ogl-math/%{name}-%{version}.zip
+Patch0: glm-0.9.5.3-no_gtc_packing_test.patch
 BuildRequires:  cmake
 BuildRequires:  dos2unix
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  unzip
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics
@@ -59,35 +60,25 @@
 %descriptiondoc
 This package provides the documentation for GLM library.
 
-
 %prep
-%setup -q
+%setup -q -n %{name}
 # Fix wrong-file-end-of-line-encoding
 find ./ -type f -print0 |xargs -0 dos2unix -q 
-
-%ifnarch %{ix86} x86_64
 %patch0 -p1
-%endif
 
 %build
-mkdir build
-cd build
-cmake \
-  -DGLM_TEST_ENABLE=ON \
-  -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
-  ..
-
+%cmake \
+  -DGLM_TEST_ENABLE=ON
 make %{?_smp_mflags}
 
 %install
-cd build
-make install DESTDIR=%buildroot
-cd ..
+%cmake_install
 install -D -m 644 util/FindGLM.cmake 
%{buildroot}%{_datadir}/cmake/Modules/FindGLM.cmake
+%fdupes -s %{buildroot}
 
 %check
 cd build
-ctest %{_smp_mflags} --output-on-failure
+ctest %{?_smp_mflags} --output-on-failure
 
 %files devel
 %defattr(-,root,root,-)

++ glm-0.9.5.3-no_gtc_packing_test.patch ++
--- glm/test/gtc/CMakeLists.txt 2013-12-26 01:01:14.0 +0100
+++ glm/test/gtc/CMakeLists.txt 2014-05-16 11:19:51.156369208 +0200
@@ -5,7 +5,7 @@
 glmCreateTestGTC(gtc_matrix_inverse)
 glmCreateTestGTC(gtc_matrix_transform)
 glmCreateTestGTC(gtc_noise)
-glmCreateTestGTC(gtc_packing)
+#glmCreateTestGTC(gtc_packing)
 glmCreateTestGTC(gtc_quaternion)
 glmCreateTestGTC(gtc_random)
 glmCreateTestGTC(gtc_reciprocal)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit jakarta-commons-fileupload for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-fileupload for 
openSUSE:Factory checked in at 2014-05-16 18:09:10

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-fileupload (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-fileupload.new (New)


Package is jakarta-commons-fileupload

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-fileupload/jakarta-commons-fileupload.changes
2014-04-03 17:07:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-fileupload.new/jakarta-commons-fileupload.changes
   2014-05-16 18:09:11.0 +0200
@@ -1,0 +2,6 @@
+Thu May 15 15:18:30 UTC 2014 - da...@darins.net
+
+- disable bytecode check on sle_11
+- remove removal of buildroot in %install 
+
+---



Other differences:
--
++ jakarta-commons-fileupload.spec ++
--- /var/tmp/diff_new_pack.mG2ToR/_old  2014-05-16 18:09:11.0 +0200
+++ /var/tmp/diff_new_pack.mG2ToR/_new  2014-05-16 18:09:11.0 +0200
@@ -99,7 +99,10 @@
 # -
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
+
 # jars
 %{__mkdir} -p $RPM_BUILD_ROOT%{_javadir}
 %{__cp} -p dist/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}

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



commit libguestfs for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2014-05-16 18:11:39

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


Package is libguestfs

Changes:

--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes2014-04-05 
16:47:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes   
2014-05-16 18:11:43.0 +0200
@@ -1,0 +2,25 @@
+Tue May 13 15:16:11 CEST 2014 - oher...@suse.de
+
+- Update to version 1.26.2
+  * sparsify: Add a note about qcow2 internal snapshots not being copied 
(RHBZ#1094746).
+  * customize: random-seed file has moved again.
+  * lib: xmlParse{File,Memory} - xmlRead{File,Memory}
+  * launch: direct: Supply -M option when testing qemu for devices.
+  * tar-in: Fix places where we didn't cancel the receive (FileIn) correctly 
along error paths (RHBZ#1091803).
+  * configure: Make sure grep matches qemu 2.x version string.
+  * daemon: parted: part-get-name: switch from sgdisk to parted (RHBZ#1088424).
+  * sparsify: If using -v (verbose), ensure #disk_create runs verbose too.
+  * disk-create: Fix this API so it works correctly with block devices 
(RHBZ#1088262).
+  * listfs: If LDM not available, don't inhibit partition detection 
(RHBZ#1079182).
+  * mllib: utils: Add mapi function.
+  * src/launch: improve the addition of the no-hpet option
+  * handle: Free g-backend_settings.
+  * python: Remove unnecessary library dependencies.
+  * utils: Move guestfs___validate_guid out of utils.c.
+  * utils: Remove for-loop variable decl.
+  * rescue: Don't leak various variables when using --suggest option with 
multi-boot guests.
+  * make-fs: Close FILE* along error path.
+  * make-fs: Check for error return from guestfs_statvfs.
+  * daemon: parted: part-get-name: Don't leak partition type string.
+
+---

Old:

  libguestfs-1.26.0.tar.xz

New:

  libguestfs-1.26.2.tar.xz



Other differences:
--
++ libguestfs.spec ++
--- /var/tmp/diff_new_pack.6xsaeD/_old  2014-05-16 18:11:44.0 +0200
+++ /var/tmp/diff_new_pack.6xsaeD/_new  2014-05-16 18:11:44.0 +0200
@@ -17,7 +17,7 @@
 #
 
 
-Version:1.26.0
+Version:1.26.2
 Release:0
 
 %define opt %(test -x %{_bindir}/ocamlopt  echo 1 || echo 0)

++ -hotfix.patch ++
--- /var/tmp/diff_new_pack.6xsaeD/_old  2014-05-16 18:11:44.0 +0200
+++ /var/tmp/diff_new_pack.6xsaeD/_new  2014-05-16 18:11:44.0 +0200
@@ -1,57 +1,18 @@
-From 464eafba694aaaff8c5c49fd1f4f0c08d069833d Mon Sep 17 00:00:00 2001
+From 0c5d0904ac4699ba02af1815598fa57ba296d3fd Mon Sep 17 00:00:00 2001
 From: Olaf Hering o...@aepfle.de
-Date: Fri, 28 Mar 2014 10:11:28 +0100
-Subject: fix virt-index-validate link errors
-
-[  288s] virt_index_validate-index-validate.o: In function `main':
-[  288s] index-validate.c:(.text+0x94): undefined reference to 
`rpl_getopt_long'
-[  288s] index-validate.c:(.text+0x165): undefined reference to `rpl_optind'
-[  288s] index-validate.c:(.text+0x177): undefined reference to `rpl_optind'
-[  288s] index-validate.c:(.text+0x18c): undefined reference to `rpl_optind'
-[  288s] index-validate.c:(.text+0x498): undefined reference to `rpl_perror'
-[  288s] collect2: ld returned 1 exit status
-[  288s] make[2]: *** [virt-index-validate] Error 1
+Date: Tue, 13 May 2014 15:31:21 +0200
+Subject: hotfix
 
 Signed-off-by: Olaf Hering o...@aepfle.de
 ---
- builder/Makefile.am |3 +++
- builder/Makefile.in |5 -
- 2 files changed, 7 insertions(+), 1 deletion(-)
+ pkg-hotfix.txt | 1 +
+ 1 file changed, 1 insertion(+)
+ create mode 100644 pkg-hotfix.txt
 
-Index: libguestfs-1.26.0/builder/Makefile.am
-===
 libguestfs-1.26.0.orig/builder/Makefile.am
-+++ libguestfs-1.26.0/builder/Makefile.am
-@@ -278,6 +278,9 @@ virt_index_validate_SOURCES = \
- virt_index_validate_CPPFLAGS = \
-   -DLOCALEBASEDIR=\$(datadir)/locale\
- 
-+virt_index_validate_LDADD = \
-+  ../gnulib/lib/libgnu.la
-+
- man_MANS += virt-index-validate.1
- noinst_DATA += $(top_builddir)/html/virt-index-validate.1.html
- 
-Index: libguestfs-1.26.0/builder/Makefile.in
-===
 libguestfs-1.26.0.orig/builder/Makefile.in
-+++ libguestfs-1.26.0/builder/Makefile.in
-@@ -291,7 +291,7 @@ am_virt_index_validate_OBJECTS =  \
-   virt_index_validate-index-struct.$(OBJEXT) \
-   virt_index_validate-index-validate.$(OBJEXT)
- virt_index_validate_OBJECTS = $(am_virt_index_validate_OBJECTS)
--virt_index_validate_LDADD = $(LDADD)

commit mumble for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package mumble for openSUSE:Factory checked 
in at 2014-05-16 18:11:45

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


Package is mumble

Changes:

--- /work/SRC/openSUSE:Factory/mumble/mumble.changes2014-03-26 
16:41:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.mumble.new/mumble.changes   2014-05-16 
18:11:47.0 +0200
@@ -1,0 +2,6 @@
+Thu May 15 08:13:35 UTC 2014 - lnus...@suse.de
+
+- new bugfix release 1.2.6 fixes security issues (CVE-2014-3756,
+  bnc#877971, CVE-2014-3755, bnc#877969)
+
+---

Old:

  mumble-1.2.5.tar.gz
  mumble-1.2.5.tar.gz.sig

New:

  mumble-1.2.6.tar.gz
  mumble-1.2.6.tar.gz.sig



Other differences:
--
++ mumble.spec ++
--- /var/tmp/diff_new_pack.jX9v9k/_old  2014-05-16 18:11:48.0 +0200
+++ /var/tmp/diff_new_pack.jX9v9k/_new  2014-05-16 18:11:48.0 +0200
@@ -102,7 +102,7 @@
 %if %{with pulseaudio}
 BuildRequires:  pulseaudio-devel
 %endif
-Version:1.2.5%{?snapshot:_%snapshot}
+Version:1.2.6%{?snapshot:_%snapshot}
 Release:0
 %if 0%{!?snapshot:1}
 Source: 
http://downloads.sourceforge.net/project/mumble/Mumble/%{version}/mumble-%{version}.tar.gz

++ mumble-1.2.5.tar.gz - mumble-1.2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.5/CHANGES new/mumble-1.2.6/CHANGES
--- old/mumble-1.2.5/CHANGES2014-02-01 00:01:49.0 +0100
+++ new/mumble-1.2.6/CHANGES2014-05-14 20:01:46.0 +0200
@@ -1,5 +1,12 @@
+2014-05-13
+  Mikkel Krautz mik...@krautz.dk
+f49185d  Bump version to 1.2.6
+e30d7ac  mumble: fix Mumble-SA-2014-006.
+c7aecb2  mumble: fix Mumble-SA-2014-005.
+
 2014-01-31
   Mikkel Krautz mik...@krautz.dk
+c3c13f9  Update changelog
 269e93e  mumble: fix Mumble-SA-2014-002 (CVE-2014-0045).
 7e31c32  mumble: fix Mumble-SA-2014-001 (CVE-2014-0044).
 f5ebe9d  Bump version to 1.2.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.5/g15helper/g15helper.plist 
new/mumble-1.2.6/g15helper/g15helper.plist
--- old/mumble-1.2.5/g15helper/g15helper.plist  2014-02-01 00:01:49.0 
+0100
+++ new/mumble-1.2.6/g15helper/g15helper.plist  2014-05-14 20:01:46.0 
+0200
@@ -13,7 +13,7 @@
keyCFBundleSignature/key
stringG15H/string
keyCFBundleVersion/key
-   string1.2.5/string
+   string1.2.6/string
keyNSHumanReadableCopyright/key
stringCopyright (c) 2009 Mikkel Krautz 
lt;mik...@krautz.dkgt;/string
 /dict
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.5/g15helper/g15helper.rc 
new/mumble-1.2.6/g15helper/g15helper.rc
--- old/mumble-1.2.5/g15helper/g15helper.rc 2014-02-01 00:01:49.0 
+0100
+++ new/mumble-1.2.6/g15helper/g15helper.rc 2014-05-14 20:01:46.0 
+0200
@@ -15,8 +15,8 @@
 #endif
 
 VS_VERSION_INFO VERSIONINFO
-   FILEVERSION 1,2,5,0
-   PRODUCTVERSION  1,2,5,0
+   FILEVERSION 1,2,6,0
+   PRODUCTVERSION  1,2,6,0
FILEFLAGSMASK   VS_FFI_FILEFLAGSMASK
FILEFLAGS   (VER_DEBUG|VER_RELEASE)
FILEOS  VOS_NT_WINDOWS32
@@ -29,8 +29,8 @@
BEGIN
VALUE CompanyName, Mikkel Krautz
VALUE FileDescription, Mumble G15 LCD Helper
-   VALUE FileVersion, 1.2.5
-   VALUE ProductVersion, 1.2.5
+   VALUE FileVersion, 1.2.6
+   VALUE ProductVersion, 1.2.6
VALUE LegalCopyright, Copyright (C) 
2008-2011, Mikkel Krautz mik...@krautz.dk
VALUE OriginalFilename, 
mumble-g15-helper.exe
VALUE ProductName, Mumble G15 LCD Helper
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.5/macx/common.pri 
new/mumble-1.2.6/macx/common.pri
--- old/mumble-1.2.5/macx/common.pri2014-02-01 00:01:49.0 +0100
+++ new/mumble-1.2.6/macx/common.pri2014-05-14 20:01:46.0 +0200
@@ -1,6 +1,6 @@
 # Common OSX overlay settings.
 
-VERSION = 1.2.5
+VERSION = 1.2.6
 
 DEFINES *= VERSION=\\\$$VERSION\\\
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.5/macx/osax/osax.plist 
new/mumble-1.2.6/macx/osax/osax.plist
--- 

commit patterns-openSUSE for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2014-05-16 18:11:57

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


Package is patterns-openSUSE

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2014-04-25 16:11:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2014-05-16 18:11:58.0 +0200
@@ -1,0 +2,5 @@
+Thu May 15 19:46:18 UTC 2014 - g...@opensuse.org
+
+- gcalctool has been renamed to gnome-calculator
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.jScRGs/_old  2014-05-16 18:11:59.0 +0200
+++ /var/tmp/diff_new_pack.jScRGs/_new  2014-05-16 18:11:59.0 +0200
@@ -6367,7 +6367,7 @@
 Recommends: lightdm
 Recommends: lightdm-gtk-greeter
 Recommends: leafpad
-Recommends: gcalctool
+Recommends: gnome-calculator
 Recommends: ristretto
 Recommends: MozillaThunderbird
 Recommends: orage

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



commit perl-DBD-Pg for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2014-05-16 18:12:02

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


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2014-04-09 
13:15:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2014-05-16 18:12:04.0 +0200
@@ -1,0 +2,18 @@
+Fri May 16 09:01:57 UTC 2014 - stephan.ba...@suse.com
+
+- update to version 3.2.0 from 3.1.1
+  Changes from upstream:
+  - Add new attribute pg_placeholder_nocolons to turn off all parsing of
+colons into placeholders.
+[Graham Ollis] (CPAN bug #95173)
+
+  - Fix incorrect skip count for HandleSetErr
+[Greg Sabino Mullane] (CPAN bug #94841)
+
+  - Don't attempt to use the POSIX signalling stuff if the OS is Win
+[Greg Sabino Mullane] (CPAN bug ##94841)
+
+  - Fix missing check for PGINITDB in the test suite.
+[Nicholas Clark]
+
+---

Old:

  DBD-Pg-3.1.1.tar.gz

New:

  DBD-Pg-3.2.0.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.HgFNcn/_old  2014-05-16 18:12:04.0 +0200
+++ /var/tmp/diff_new_pack.HgFNcn/_new  2014-05-16 18:12:04.0 +0200
@@ -21,7 +21,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:3.1.1
+Version:3.2.0
 Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz

++ DBD-Pg-3.1.1.tar.gz - DBD-Pg-3.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.1.1/Changes new/DBD-Pg-3.2.0/Changes
--- old/DBD-Pg-3.1.1/Changes2014-04-06 15:14:12.0 +0200
+++ new/DBD-Pg-3.2.0/Changes2014-05-15 19:16:57.0 +0200
@@ -1,6 +1,22 @@
  'GSM' is Greg Sabino Mullane, g...@turnstep.com
 
 
+Version 3.2.0  Released May 15, 2014 (git commit 
897974c2865259bb9786d8b0989f8e42db0a0d79)
+
+  - Add new attribute pg_placeholder_nocolons to turn off all parsing of
+colons into placeholders.
+[Graham Ollis] (CPAN bug #95173)
+
+  - Fix incorrect skip count for HandleSetErr
+[Greg Sabino Mullane] (CPAN bug #94841)
+
+  - Don't attempt to use the POSIX signalling stuff if the OS is Win
+[Greg Sabino Mullane] (CPAN bug ##94841)
+
+  - Fix missing check for PGINITDB in the test suite.
+[Nicholas Clark]
+
+
 Version 3.1.1  Released April 6, 2014 (git commit 
d337f93133e67267d54b65dc22a23f06e6883ad0)
 
   - Minor adjustments so tests pass in varying locales.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.1.1/META.yml new/DBD-Pg-3.2.0/META.yml
--- old/DBD-Pg-3.1.1/META.yml   2014-04-06 15:11:14.0 +0200
+++ new/DBD-Pg-3.2.0/META.yml   2014-05-09 00:00:19.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.1.1
+version : 3.2.0
 abstract: DBI PostgreSQL interface
 author:  
   - Greg Sabino Mullane g...@turnstep.com
@@ -30,10 +30,10 @@
 provides:
   DBD::Pg:
 file: Pg.pm
-version : 3.1.1
+version : 3.2.0
   Bundle::DBD::Pg:
 file: lib/Bundle/DBD/Pg.pm
-version : 3.1.1
+version : 3.2.0
 
 keywords:
   - Postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.1.1/Makefile.PL new/DBD-Pg-3.2.0/Makefile.PL
--- old/DBD-Pg-3.1.1/Makefile.PL2014-04-06 15:11:31.0 +0200
+++ new/DBD-Pg-3.2.0/Makefile.PL2014-05-09 00:00:31.0 +0200
@@ -5,7 +5,7 @@
 use 5.008001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '3.1.1';
+my $VERSION = '3.2.0';
 
 ## App::Info is stored inside t/lib
 ## Create a proper path so we can use it below
@@ -303,7 +303,7 @@
 
$string .= 'MAKE_SPLINT';
 
-## This must be version 3.1.2 or better: earlier versions have many 
+## This must be version 3.2.0 or better: earlier versions have many 
 ## problems parsing the DBI header files
 SPLINT = splint
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.1.1/Pg.pm new/DBD-Pg-3.2.0/Pg.pm
--- old/DBD-Pg-3.1.1/Pg.pm  2014-04-06 15:11:40.0 +0200
+++ 

commit python3-pep8 for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2014-05-16 18:13:58

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


Package is python3-pep8

Changes:

--- /work/SRC/openSUSE:Factory/python3-pep8/python3-pep8.changes
2014-05-09 20:30:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pep8.new/python3-pep8.changes   
2014-05-16 18:14:00.0 +0200
@@ -1,0 +2,5 @@
+Thu May 15 10:39:10 UTC 2014 - toddrme2...@gmail.com
+
+- Use setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python3-pep8.spec ++
--- /var/tmp/diff_new_pack.SHRlLm/_old  2014-05-16 18:14:00.0 +0200
+++ /var/tmp/diff_new_pack.SHRlLm/_new  2014-05-16 18:14:00.0 +0200
@@ -29,7 +29,7 @@
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 Requires:   python(abi) = %{py3_ver}
 BuildArch:  noarch
 

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



commit python3-versiontools for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package python3-versiontools for 
openSUSE:Factory checked in at 2014-05-16 18:17:24

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


Package is python3-versiontools

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-versiontools/python3-versiontools.changes
2013-06-21 19:09:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-versiontools.new/python3-versiontools.changes
   2014-05-16 18:17:25.0 +0200
@@ -1,0 +2,5 @@
+Thu May 15 10:50:29 UTC 2014 - toddrme2...@gmail.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python3-versiontools.spec ++
--- /var/tmp/diff_new_pack.BYAQHV/_old  2014-05-16 18:17:25.0 +0200
+++ /var/tmp/diff_new_pack.BYAQHV/_new  2014-05-16 18:17:25.0 +0200
@@ -28,8 +28,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
-Requires:   python3-distribute
+BuildRequires:  python3-setuptools
+Requires:   python3-setuptools
 BuildArch:  noarch
 
 %description

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



commit sblim-sfcb for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package sblim-sfcb for openSUSE:Factory 
checked in at 2014-05-16 18:17:37

Comparing /work/SRC/openSUSE:Factory/sblim-sfcb (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-sfcb.new (New)


Package is sblim-sfcb

Changes:

--- /work/SRC/openSUSE:Factory/sblim-sfcb/sblim-sfcb.changes2014-05-06 
14:03:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-sfcb.new/sblim-sfcb.changes   
2014-05-16 18:17:38.0 +0200
@@ -1,0 +2,11 @@
+Thu May  8 14:25:24 UTC 2014 - kkae...@suse.com
+
+- Pre-require aaa_base for /usr/sbin/service (bnc#874811)
+
+---
+Tue May  6 09:25:54 UTC 2014 - kkae...@suse.com
+
+- create /usr/sbin/rcsfcb, cmpi-provider-register depends on it
+  bnc#874811
+
+---



Other differences:
--
++ sblim-sfcb.spec ++
--- /var/tmp/diff_new_pack.Z5dPF8/_old  2014-05-16 18:17:39.0 +0200
+++ /var/tmp/diff_new_pack.Z5dPF8/_new  2014-05-16 18:17:39.0 +0200
@@ -85,6 +85,8 @@
 %if 0%{?has_systemd}
 BuildRequires:  systemd
 %{?systemd_requires}
+# for /usr/sbin/service
+Requires(pre):  aaa_base
 %endif
 
 Requires:   curl
@@ -184,9 +186,12 @@
 # make the cmpi directory that sfcb will own - for SuSE Autobuild checks of 
rpm directory ownership
 mkdir $RPM_BUILD_ROOT/%{_libdir}/cmpi
 %if 0%{?has_systemd}
+# sblim-sfcb.service, sfcbd.service, and sfcb.service are all aliases
 (cd $RPM_BUILD_ROOT/%{_unitdir}; ln -sf sblim-sfcb.service sfcbd.service; ln 
-sf sblim-sfcb.service sfcb.service)
 # remove the default-installed sfcb init script
 rm -f $RPM_BUILD_ROOT/etc/init.d/sfcb
+# create /usr/sbin/rcsfcb, esp. for cmpi-provider-register
+ln -sf %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rcsfcb
 %else
 %if 0%{?suse_version}
 # override the default-installed sfcb init script - use the one from Source2

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



commit virt-manager for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2014-05-16 18:17:52

Comparing /work/SRC/openSUSE:Factory/virt-manager (Old)
 and  /work/SRC/openSUSE:Factory/.virt-manager.new (New)


Package is virt-manager

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2014-05-02 14:03:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2014-05-16 18:17:53.0 +0200
@@ -1,0 +2,14 @@
+Thu May 15 17:12:54 MDT 2014 - carn...@suse.com
+
+- bnc#874594 - virt-manager allows issuing of start for xen domain
+  twice, resulting in failure
+  virtman-prevent-double-click-starting-vm-twice.patch
+
+---
+Thu May 15 15:41:54 MDT 2014 - carn...@suse.com
+
+- bnc#877907 - when starting guest in virt--manager with details
+  pane open, keyboard is grabbed erroneously
+  531e0a82-reverse-keyboard-grab-commit.patch
+
+---

New:

  531e0a82-reverse-keyboard-grab-commit.patch
  virtman-prevent-double-click-starting-vm-twice.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.K8qWuW/_old  2014-05-16 18:17:54.0 +0200
+++ /var/tmp/diff_new_pack.K8qWuW/_new  2014-05-16 18:17:54.0 +0200
@@ -60,6 +60,7 @@
 Patch23:536152fe-fix-error-detecting-OS-in-show-all-list.patch
 Patch24:536154d8-show-error-if-launching-delete-dialog-fails.patch
 Patch25:53615662-call-path_exists-before-getting-storage-volume.patch
+Patch45:531e0a82-reverse-keyboard-grab-commit.patch
 Patch50:virtman-desktop.patch
 Patch51:virtman-cdrom.patch
 Patch52:virtman-kvm.patch
@@ -78,6 +79,7 @@
 Patch67:virtman-libvirtd-not-running.patch
 Patch68:virtman-stable-os-support.patch
 Patch69:virtman-add-s390x-arch-support.patch
+Patch70:virtman-prevent-double-click-starting-vm-twice.patch
 Patch151:   virtinst-storage-ocfs2.patch
 Patch152:   virtinst-qed.patch
 Patch153:   virtinst-support-suse-distros.patch
@@ -202,6 +204,7 @@
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
+%patch45 -p1
 %patch50 -p1
 %patch51 -p1
 %patch52 -p1
@@ -220,6 +223,7 @@
 %patch67 -p1
 %patch68 -p1
 %patch69 -p1
+%patch70 -p1
 %patch151 -p1
 %patch152 -p1
 %patch153 -p1

++ 531e0a82-reverse-keyboard-grab-commit.patch ++
Note: This is a reverse patch of the original commit
See bnc#877907 - when starting guest in virt--manager with details
  pane open, keyboard is grabbed erroneously

Subject: Add a gsetting key to disable keyboard grabbing
From: Kjö Hansi Glaz k...@a4nancy.net.eu.org Mon Mar 10 18:07:15 2014 +0100
Date: Mon Mar 10 14:54:58 2014 -0400:
Git: 66d146aceec7d6b4301f1795d8bea25d2d8306b8

Add a gsetting key to disable keyboard grabbing that works the same way
as spicy when unchecking Options  Grab keyboard when active and
focused.

diff --git b/data/org.virt-manager.virt-manager.gschema.xml 
a/data/org.virt-manager.virt-manager.gschema.xml
index 2fede6c..d755f6e 100644
--- b/data/org.virt-manager.virt-manager.gschema.xml
+++ a/data/org.virt-manager.virt-manager.gschema.xml
@@ -188,13 +188,6 @@
   descriptionGrab keyboard sequence for the graphical 
console/description
 /key
 
-!--This key is not intended to be exposed in the UI yet--
-key name=grab-keyboard type=b
-  defaulttrue/default
-  summaryEnable grab keyboard when active and focused/summary
-  descriptionEnable grab keyboard when active and focused/description
-/key
-
 key name=auto-redirect type=b
   defaulttrue/default
   summaryEnable SPICE Auto USB redirection in console window/summary
diff --git b/virtManager/config.py a/virtManager/config.py
index 5c9c127..dd624e9 100644
--- b/virtManager/config.py
+++ a/virtManager/config.py
@@ -286,14 +286,6 @@ class vmmConfig(object):
 def on_keys_combination_changed(self, cb):
 return self.conf.notify_add(/console/grab-keys, cb)
 
-# This key is not intended to be exposed in the UI yet
-def get_grab_keyboard(self):
-return self.conf.get(/console/grab-keyboard)
-def set_grab_keyboard(self, val):
-self.conf.set(/console/grab-keyboard, val)
-def on_grab_keyboard_changed(self, cb):
-return self.conf.notify_add(/console/grab-keyboard, cb)
-
 # Confirmation preferences
 def get_confirm_forcepoweroff(self):
 return self.conf.get(/confirm/forcepoweroff)
diff --git b/virtManager/console.py a/virtManager/console.py
index ee12390..6513645 100644
--- b/virtManager/console.py
+++ a/virtManager/console.py
@@ -360,9 +360,6 @@ class 

commit yast2-auth-client for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-auth-client for 
openSUSE:Factory checked in at 2014-05-16 18:18:27

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


Package is yast2-auth-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-auth-client/yast2-auth-client.changes  
2014-05-02 14:10:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-auth-client.new/yast2-auth-client.changes 
2014-05-16 18:18:28.0 +0200
@@ -1,0 +2,9 @@
+Thu May  8 12:05:25 UTC 2014 - vark...@suse.com
+
+- bnc#877133 - yast2-auth-client exports bad formatted hash.
+- Fix activating autofs
+- The default ldap schema rfc2307 is deprecated use rfc2307bis.
+- Restart sssd after saving the configuration.
+- 3.1.14
+
+---

Old:

  yast2-auth-client-3.1.13.tar.bz2

New:

  yast2-auth-client-3.1.14.tar.bz2



Other differences:
--
++ yast2-auth-client.spec ++
--- /var/tmp/diff_new_pack.xQbupx/_old  2014-05-16 18:18:28.0 +0200
+++ /var/tmp/diff_new_pack.xQbupx/_new  2014-05-16 18:18:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-auth-client
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-auth-client-3.1.13.tar.bz2 - yast2-auth-client-3.1.14.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.13/package/yast2-auth-client.changes 
new/yast2-auth-client-3.1.14/package/yast2-auth-client.changes
--- old/yast2-auth-client-3.1.13/package/yast2-auth-client.changes  
2014-05-01 16:03:48.0 +0200
+++ new/yast2-auth-client-3.1.14/package/yast2-auth-client.changes  
2014-05-15 12:03:46.0 +0200
@@ -1,4 +1,13 @@
 ---
+Thu May  8 12:05:25 UTC 2014 - vark...@suse.com
+
+- bnc#877133 - yast2-auth-client exports bad formatted hash.
+- Fix activating autofs
+- The default ldap schema rfc2307 is deprecated use rfc2307bis.
+- Restart sssd after saving the configuration.
+- 3.1.14
+
+---
 Wed Apr 30 14:40:16 UTC 2014 - ckornac...@suse.com
 
 - Don't enable sssd if no domains are configured (bnc#870905)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.13/package/yast2-auth-client.spec 
new/yast2-auth-client-3.1.14/package/yast2-auth-client.spec
--- old/yast2-auth-client-3.1.13/package/yast2-auth-client.spec 2014-05-01 
16:03:48.0 +0200
+++ new/yast2-auth-client-3.1.14/package/yast2-auth-client.spec 2014-05-15 
12:03:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-auth-client
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-client-3.1.13/src/include/dialogs.rb 
new/yast2-auth-client-3.1.14/src/include/dialogs.rb
--- old/yast2-auth-client-3.1.13/src/include/dialogs.rb 2014-05-01 
16:03:48.0 +0200
+++ new/yast2-auth-client-3.1.14/src/include/dialogs.rb 2014-05-15 
12:03:46.0 +0200
@@ -386,8 +386,10 @@
   AuthClient.auth[sssd_conf][sssd][domains] = 
AuthClient.auth[sssd_conf][sssd][domains]  + , + dname
   end
end
+  #The default ldap schema rfc2307 is deprecated use rfc2307bis
+  AuthClient.auth[sssd_conf][name][ldap_schema] = 
'RFC2307bis' if AuthClient.auth[sssd_conf][name][id_provider] == ldap
ConfigureSection(name)
- Builtins.y2milestone(auth %1, AuthClient.auth)
+   Builtins.y2milestone(auth %1, AuthClient.auth)
 end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-client-3.1.13/src/modules/AuthClient.rb 
new/yast2-auth-client-3.1.14/src/modules/AuthClient.rb
--- old/yast2-auth-client-3.1.13/src/modules/AuthClient.rb  2014-05-01 
16:03:48.0 +0200
+++ new/yast2-auth-client-3.1.14/src/modules/AuthClient.rb  2014-05-15 
12:03:46.0 +0200
@@ -31,7 +31,7 @@
 module Yast
   class AuthClientClass  Module
 
-NSS_DBS = [passwd, group, passwd_compat, group_compat, services, 
netgroup, aliases]
+NSS_DBS = [passwd, group, passwd_compat, group_compat, services, 
netgroup, aliases, automount ]
 SSS_DBS = [passwd, group ]
 
 def 

commit vm-install for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory 
checked in at 2014-05-16 18:18:20

Comparing /work/SRC/openSUSE:Factory/vm-install (Old)
 and  /work/SRC/openSUSE:Factory/.vm-install.new (New)


Package is vm-install

Changes:

--- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes2014-05-06 
17:43:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes   
2014-05-16 18:18:21.0 +0200
@@ -1,0 +2,19 @@
+Thu May 15 11:09:02 MDT 2014 - carn...@suse.com
+
+- Fix running vm-install in the background
+- Version 0.8.19
+
+---
+Wed May  7 17:29:02 MDT 2014 - carn...@suse.com
+
+- bnc#876340 - vm-install: unsupported configuration: unknown disk
+  type 'tap2' 
+- Version 0.8.18
+
+---
+Fri May  2 12:07:02 MDT 2014 - carn...@suse.com
+
+- Allow logging when vm-install is run in the background 
+- Version 0.8.17
+
+---

Old:

  vm-install-0.8.16.tar.bz2

New:

  vm-install-0.8.19.tar.bz2



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.gahKfp/_old  2014-05-16 18:18:22.0 +0200
+++ /var/tmp/diff_new_pack.gahKfp/_new  2014-05-16 18:18:22.0 +0200
@@ -27,15 +27,15 @@
 %endif
 # For directory ownership:
 BuildRequires:  yast2
-Version:0.8.16
+Version:0.8.19
 Release:0
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
 License:GPL-2.0
 Group:  System/Emulators/PC
-Source0:%{name}-0.8.16.tar.bz2
+Source0:%{name}-0.8.19.tar.bz2
 Source1:vm-install.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64 s390x
+ExclusiveArch:  %ix86 x86_64 s390x ppc64le
 Requires:   dbus-1-python
 Requires:   kdump
 Requires:   libvirt-python

++ vm-install-0.8.16.tar.bz2 - vm-install-0.8.19.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.8.16/Makefile 
new/vm-install-0.8.19/Makefile
--- old/vm-install-0.8.16/Makefile  2014-05-02 01:14:56.0 +0200
+++ new/vm-install-0.8.19/Makefile  2014-05-15 19:11:02.0 +0200
@@ -1,5 +1,5 @@
 PACKAGE = vm-install
-VER = 0.8.16
+VER = 0.8.19
 
 default:
@echo Run 'make install DESTDIR=$destdir' to install.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.8.16/po/xen-vm-install.pot 
new/vm-install-0.8.19/po/xen-vm-install.pot
--- old/vm-install-0.8.16/po/xen-vm-install.pot 2014-05-02 01:14:56.0 
+0200
+++ new/vm-install-0.8.19/po/xen-vm-install.pot 2014-05-09 02:43:09.0 
+0200
@@ -8,10 +8,11 @@
 msgstr 
 Project-Id-Version: PACKAGE VERSION\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2014-03-20 13:04-0600\n
+POT-Creation-Date: 2014-05-08 18:43-0600\n
 PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
 Last-Translator: FULL NAME EMAIL@ADDRESS\n
 Language-Team: LANGUAGE l...@li.org\n
+Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=CHARSET\n
 Content-Transfer-Encoding: 8bit\n
@@ -616,142 +617,146 @@
 msgid Managed
 msgstr 
 
-#: src/vminstall/msg.py:206
-msgid Create a Virtual Machine
+#: src/vminstall/msg.py:204
+msgid Storage Format
 msgstr 
 
 #: src/vminstall/msg.py:207
-msgid Install an Operating System?
+msgid Create a Virtual Machine
 msgstr 
 
 #: src/vminstall/msg.py:208
-msgid Type of Operating System
+msgid Install an Operating System?
 msgstr 
 
 #: src/vminstall/msg.py:209
-msgid Summary
+msgid Type of Operating System
 msgstr 
 
 #: src/vminstall/msg.py:210
-msgid Virtualization Method
+msgid Summary
 msgstr 
 
 #: src/vminstall/msg.py:211
-msgid Name of Virtual Machine
+msgid Virtualization Method
 msgstr 
 
 #: src/vminstall/msg.py:212
-msgid Hardware
+msgid Name of Virtual Machine
 msgstr 
 
 #: src/vminstall/msg.py:213
-msgid Peripheral Devices
+msgid Hardware
 msgstr 
 
 #: src/vminstall/msg.py:214
+msgid Peripheral Devices
+msgstr 
+
+#: src/vminstall/msg.py:215
 msgid Disks
 msgstr 
 
-#: src/vminstall/msg.py:215 src/vminstall/msg.py:295
+#: src/vminstall/msg.py:216 src/vminstall/msg.py:296
 msgid Virtual Disk
 msgstr 
 
-#: src/vminstall/msg.py:216
+#: src/vminstall/msg.py:217
 msgid Network Adapters
 msgstr 
 
-#: src/vminstall/msg.py:217
+#: src/vminstall/msg.py:218
 msgid Virtual Network Adapter
 msgstr 
 
-#: src/vminstall/msg.py:218
+#: src/vminstall/msg.py:219
 msgid Operating System Installation
 msgstr 
 
-#: src/vminstall/msg.py:219
+#: src/vminstall/msg.py:220
 msgid 

commit yast2-slide-show for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-slide-show for 
openSUSE:Factory checked in at 2014-05-16 18:18:39

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


Package is yast2-slide-show

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slide-show/yast2-slide-show.changes
2014-04-16 07:45:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes   
2014-05-16 18:18:40.0 +0200
@@ -1,0 +2,10 @@
+Thu May 15 13:34:21 UTC 2014 - k...@suse.de
+
+- 3.1.4
+
+---
+Mon May 12 09:28:56 UTC 2014 - k...@suse.de
+
+- Ken Wimer reworked all SLES and SLED images.
+
+---

Old:

  yast2-slide-show-3.1.3.tar.bz2

New:

  yast2-slide-show-3.1.4.tar.bz2



Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.KG32ho/_old  2014-05-16 18:18:41.0 +0200
+++ /var/tmp/diff_new_pack.KG32ho/_new  2014-05-16 18:18:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slide-show
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-slide-show-3.1.3.tar.bz2 - yast2-slide-show-3.1.4.tar.bz2 ++
Files old/yast2-slide-show-3.1.3/SLED/pic/02_cont_running_sys.png and 
new/yast2-slide-show-3.1.4/SLED/pic/02_cont_running_sys.png differ
Files old/yast2-slide-show-3.1.3/SLED/pic/03_best_managed_linux.png and 
new/yast2-slide-show-3.1.4/SLED/pic/03_best_managed_linux.png differ
Files old/yast2-slide-show-3.1.3/SLED/pic/04_cloud.png and 
new/yast2-slide-show-3.1.4/SLED/pic/04_cloud.png differ
Files old/yast2-slide-show-3.1.3/SLED/pic/05_inter_os.png and 
new/yast2-slide-show-3.1.4/SLED/pic/05_inter_os.png differ
Files old/yast2-slide-show-3.1.3/SLED/pic/06_modular.png and 
new/yast2-slide-show-3.1.4/SLED/pic/06_modular.png differ
Files old/yast2-slide-show-3.1.3/SLED/pic/07_life.png and 
new/yast2-slide-show-3.1.4/SLED/pic/07_life.png differ
Files old/yast2-slide-show-3.1.3/SLED/pic/08_desktop.png and 
new/yast2-slide-show-3.1.4/SLED/pic/08_desktop.png differ
Files old/yast2-slide-show-3.1.3/SLED/pic/09_scc.png and 
new/yast2-slide-show-3.1.4/SLED/pic/09_scc.png differ
Files old/yast2-slide-show-3.1.3/SLED/pic/10_more.png and 
new/yast2-slide-show-3.1.4/SLED/pic/10_more.png differ
Files old/yast2-slide-show-3.1.3/SLES/pic/02_cont_running_sys.png and 
new/yast2-slide-show-3.1.4/SLES/pic/02_cont_running_sys.png differ
Files old/yast2-slide-show-3.1.3/SLES/pic/03_best_managed_linux.png and 
new/yast2-slide-show-3.1.4/SLES/pic/03_best_managed_linux.png differ
Files old/yast2-slide-show-3.1.3/SLES/pic/04_cloud.png and 
new/yast2-slide-show-3.1.4/SLES/pic/04_cloud.png differ
Files old/yast2-slide-show-3.1.3/SLES/pic/05_inter_os.png and 
new/yast2-slide-show-3.1.4/SLES/pic/05_inter_os.png differ
Files old/yast2-slide-show-3.1.3/SLES/pic/06_modular.png and 
new/yast2-slide-show-3.1.4/SLES/pic/06_modular.png differ
Files old/yast2-slide-show-3.1.3/SLES/pic/07_life.png and 
new/yast2-slide-show-3.1.4/SLES/pic/07_life.png differ
Files old/yast2-slide-show-3.1.3/SLES/pic/08_desktop.png and 
new/yast2-slide-show-3.1.4/SLES/pic/08_desktop.png differ
Files old/yast2-slide-show-3.1.3/SLES/pic/09_scc.png and 
new/yast2-slide-show-3.1.4/SLES/pic/09_scc.png differ
Files old/yast2-slide-show-3.1.3/SLES/pic/10_more.png and 
new/yast2-slide-show-3.1.4/SLES/pic/10_more.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-slide-show-3.1.3/package/yast2-slide-show.changes 
new/yast2-slide-show-3.1.4/package/yast2-slide-show.changes
--- old/yast2-slide-show-3.1.3/package/yast2-slide-show.changes 2014-04-15 
15:52:37.0 +0200
+++ new/yast2-slide-show-3.1.4/package/yast2-slide-show.changes 2014-05-15 
15:37:46.0 +0200
@@ -1,4 +1,14 @@
 ---
+Thu May 15 13:34:21 UTC 2014 - k...@suse.de
+
+- 3.1.4
+
+---
+Mon May 12 09:28:56 UTC 2014 - k...@suse.de
+
+- Ken Wimer reworked all SLES and SLED images.
+
+---
 Tue Apr 15 13:39:29 UTC 2014 - k...@suse.de
 
 - Add more SLES images.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-3.1.3/package/yast2-slide-show.spec 
new/yast2-slide-show-3.1.4/package/yast2-slide-show.spec
--- old/yast2-slide-show-3.1.3/package/yast2-slide-show.spec2014-04-15 

commit yast2-iscsi-lio-server for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-iscsi-lio-server for 
openSUSE:Factory checked in at 2014-05-16 18:18:33

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


Package is yast2-iscsi-lio-server

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-iscsi-lio-server/yast2-iscsi-lio-server.changes
2014-05-06 14:04:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new/yast2-iscsi-lio-server.changes
   2014-05-16 18:18:34.0 +0200
@@ -1,0 +2,6 @@
+Thu May 15 09:53:44 CEST 2014 - g...@suse.de
+
+- save configuration on Finish (call lio_dump and tcm_dump) 
+- 3.1.7
+
+---

Old:

  yast2-iscsi-lio-server-3.1.6.tar.bz2

New:

  yast2-iscsi-lio-server-3.1.7.tar.bz2



Other differences:
--
++ yast2-iscsi-lio-server.spec ++
--- /var/tmp/diff_new_pack.131c6W/_old  2014-05-16 18:18:35.0 +0200
+++ /var/tmp/diff_new_pack.131c6W/_new  2014-05-16 18:18:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-lio-server
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-iscsi-lio-server-3.1.6.tar.bz2 - 
yast2-iscsi-lio-server-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-3.1.6/package/yast2-iscsi-lio-server.changes 
new/yast2-iscsi-lio-server-3.1.7/package/yast2-iscsi-lio-server.changes
--- old/yast2-iscsi-lio-server-3.1.6/package/yast2-iscsi-lio-server.changes 
2014-05-06 09:40:49.0 +0200
+++ new/yast2-iscsi-lio-server-3.1.7/package/yast2-iscsi-lio-server.changes 
2014-05-15 12:10:47.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu May 15 09:53:44 CEST 2014 - g...@suse.de
+
+- save configuration on Finish (call lio_dump and tcm_dump) 
+- 3.1.7
+
+---
 Tue May  6 09:20:58 CEST 2014 - g...@suse.de
 
 - fixed integer conversion to string (bnc #874963)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-3.1.6/package/yast2-iscsi-lio-server.spec 
new/yast2-iscsi-lio-server-3.1.7/package/yast2-iscsi-lio-server.spec
--- old/yast2-iscsi-lio-server-3.1.6/package/yast2-iscsi-lio-server.spec
2014-05-06 09:40:49.0 +0200
+++ new/yast2-iscsi-lio-server-3.1.7/package/yast2-iscsi-lio-server.spec
2014-05-15 12:10:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-lio-server
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-3.1.6/src/modules/IscsiLioData.rb 
new/yast2-iscsi-lio-server-3.1.7/src/modules/IscsiLioData.rb
--- old/yast2-iscsi-lio-server-3.1.6/src/modules/IscsiLioData.rb
2014-05-06 09:40:50.0 +0200
+++ new/yast2-iscsi-lio-server-3.1.7/src/modules/IscsiLioData.rb
2014-05-15 12:10:47.0 +0200
@@ -1403,6 +1403,17 @@
   nil
 end
 
+def SaveSettings
+  dump_cmd = /usr/sbin/lio_dump --file /etc/target/lio_setup.sh
+  if !LogExecCmd(dump_cmd)
+Report.Error(_(Cannot save lio setup))
+  end
+  setup_cmd = /usr/sbin/tcm_dump --file /etc/target/tcm_setup.sh
+  if !LogExecCmd(setup_cmd)
+Report.Error(_(Cannot save tcm setup))
+  end
+end
+
 publish :function = :CreateLunName, :type = string (list string, 
string)
 publish :function = :ParseConfigIetd, :type = map string, any (map 
string, any)
 publish :function = :AddNewTarget, :type = void (string, integer, list 
string)
@@ -1446,6 +1457,7 @@
 publish :function = :DoRemoveClntLun, :type = boolean (string, integer, 
string, integer)
 publish :function = :DoCreateClntLun, :type = boolean (string, integer, 
string, integer, integer)
 publish :function = :UpdateConfig, :type = void ()
+publish :function = :SaveSettings, :type = void()
   end
 
   IscsiLioData = IscsiLioDataClass.new
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-3.1.6/src/modules/IscsiLioServer.rb 
new/yast2-iscsi-lio-server-3.1.7/src/modules/IscsiLioServer.rb
--- old/yast2-iscsi-lio-server-3.1.6/src/modules/IscsiLioServer.rb  
2014-05-06 09:40:50.0 +0200
+++ new/yast2-iscsi-lio-server-3.1.7/src/modules/IscsiLioServer.rb  
2014-05-15 

commit apache-commons-codec for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2014-05-17 06:43:22

Comparing /work/SRC/openSUSE:Factory/apache-commons-codec (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-codec.new (New)


Package is apache-commons-codec

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2013-09-11 13:39:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2014-05-17 06:43:30.0 +0200
@@ -1,0 +2,5 @@
+Thu May 15 15:35:01 UTC 2014 - da...@darins.net
+
+- disable bytecode check on sle_11
+
+---



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.a6QA6K/_old  2014-05-17 06:43:31.0 +0200
+++ /var/tmp/diff_new_pack.a6QA6K/_new  2014-05-17 06:43:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-codec
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2010, JPackage Project
 # All rights reserved.
 #
@@ -120,6 +120,9 @@
 %endif
 
 %install
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
 
 # jars
 mkdir -p %{buildroot}%{_javadir}


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



commit perl-LWP-Protocol-https for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package perl-LWP-Protocol-https for 
openSUSE:Factory checked in at 2014-05-17 06:43:03

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


Package is perl-LWP-Protocol-https

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-LWP-Protocol-https/perl-LWP-Protocol-https.changes
  2014-05-02 20:52:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new/perl-LWP-Protocol-https.changes
 2014-05-17 06:43:04.0 +0200
@@ -1,0 +2,8 @@
+Thu May 15 09:39:07 UTC 2014 - vci...@suse.com
+
+- fix for CVE-2014-3230 (bnc#876862)
+  * perl-LWP-Protocol-https: Environment variables HTTPS_CA_DIR or
+HTTPS_CA_FILE disable hostname verification
+  * added CVE-2014-3230.patch
+
+---

New:

  CVE-2014-3230.patch



Other differences:
--
++ perl-LWP-Protocol-https.spec ++
--- /var/tmp/diff_new_pack.xevbxe/_old  2014-05-17 06:43:05.0 +0200
+++ /var/tmp/diff_new_pack.xevbxe/_new  2014-05-17 06:43:05.0 +0200
@@ -27,6 +27,7 @@
 Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
 # patch for using system certificates  
 
 Patch0: %{cpan_name}-6.04-systemca.diff
+Patch1: CVE-2014-3230.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -63,6 +64,7 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ CVE-2014-3230.patch ++
From 1b924708663f457a4f7c25ed35d7dfb3bb5b334d Mon Sep 17 00:00:00 2001
From: Steffen Ullrich steffen_ullr...@genua.de
Date: Sat, 3 May 2014 23:04:36 +0200
Subject: [PATCH 1/3] Debian #746576 - don't disale verification if only
 hostnames should not be verified

---
 lib/LWP/Protocol/https.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm
===
--- LWP-Protocol-https-6.04.orig/lib/LWP/Protocol/https.pm  2014-05-15 
11:46:54.319643759 +0200
+++ LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm   2014-05-15 
11:46:55.856660773 +0200
@@ -20,7 +20,11 @@ sub _extra_sock_opts
$ssl_opts{SSL_verifycn_scheme} = 'www';
 }
 else {
-   $ssl_opts{SSL_verify_mode} = 0;
+   if ( $Net::HTTPS::SSL_SOCKET_CLASS eq 'Net::SSL' ) {
+   $ssl_opts{SSL_verifycn_scheme} = '';
+   } else {
+   $ssl_opts{SSL_verifycn_scheme} = 'none';
+   }
 }
 $self-{ssl_opts} = \%ssl_opts;
 return (%ssl_opts, $self-SUPER::_extra_sock_opts);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit jakarta-commons-discovery for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-discovery for 
openSUSE:Factory checked in at 2014-05-17 06:43:24

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-discovery (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-discovery.new (New)


Package is jakarta-commons-discovery

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-discovery/jakarta-commons-discovery.changes
  2013-09-13 14:45:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-discovery.new/jakarta-commons-discovery.changes
 2014-05-17 06:43:31.0 +0200
@@ -1,0 +2,6 @@
+Thu May 15 15:14:27 UTC 2014 - da...@darins.net
+
+- disable bytecode check on sle_11
+- removed %mkrel from Version
+
+---



Other differences:
--
++ jakarta-commons-discovery.spec ++
--- /var/tmp/diff_new_pack.eLQZrK/_old  2014-05-17 06:43:33.0 +0200
+++ /var/tmp/diff_new_pack.eLQZrK/_new  2014-05-17 06:43:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jakarta-commons-discovery
 #
-# 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
@@ -20,7 +20,7 @@
 
 Name:   jakarta-commons-discovery
 Version:0.4
-Release:%mkrel
+Release:0
 Summary:Jakarta Commons Discovery
 License:Apache-2.0
 Group:  Development/Libraries/Java
@@ -74,6 +74,10 @@
   test.discovery dist
 
 %install
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
+
 # jar
 mkdir -p %{buildroot}%{_javadir}
 cp -p dist/%{short_name}.jar %{buildroot}%{_javadir}/%{short_name}.jar

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



commit qdox for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package qdox for openSUSE:Factory checked in 
at 2014-05-17 06:43:11

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


Package is qdox

Changes:

--- /work/SRC/openSUSE:Factory/qdox/qdox.changes2013-09-11 
13:38:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.qdox.new/qdox.changes   2014-05-17 
06:43:22.0 +0200
@@ -1,0 +2,6 @@
+Thu May 15 13:11:04 UTC 2014 - da...@darins.net
+
+- Added xz build requirement for sles 
+- no bytecode check on sles
+
+---



Other differences:
--
++ qdox.spec ++
--- /var/tmp/diff_new_pack.jbzFaR/_old  2014-05-17 06:43:22.0 +0200
+++ /var/tmp/diff_new_pack.jbzFaR/_new  2014-05-17 06:43:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qdox
 #
-# 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
@@ -51,6 +51,7 @@
 Source7:qdox-component-info.xml
 BuildRequires:  gpg2
 BuildRequires:  javapackages-tools
+BuildRequires:  xz
 %if %with maven
 BuildRequires:  jmock = 1.0
 BuildRequires:  maven = 1.1
@@ -167,6 +168,10 @@
 %endif
 
 %install
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
+
 # jars
 mkdir -p $RPM_BUILD_ROOT%{_javadir}
 cp -p target/%{name}-%{version}.jar \





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



commit sudo for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package sudo for openSUSE:Factory checked in 
at 2014-05-17 06:43:30

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


Package is sudo

Changes:

--- /work/SRC/openSUSE:Factory/sudo/sudo.changes2014-03-18 
16:21:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.sudo.new/sudo.changes   2014-05-17 
06:43:36.0 +0200
@@ -1,0 +2,20 @@
+Thu May 15 13:00:31 UTC 2014 - vci...@suse.com
+
+- update to 1.8.10p3
+  * Fixed expansion of the %p escape in the prompt for sudo -l
+when rootpw, runaspw or targetpw is set. Bug #639.
+  * Fixed matching of uids and gids which was broken in version 1.8.9
+  * PAM credential initialization has been re-enabled. It was
+unintentionally disabled by default in version 1.8.8. The way
+credentials are initialized has also been fixed. Bug #642.
+  * Fixed a descriptor leak on Linux when determing boot time. Sudo
+normally closes extra descriptors before running a command so
+the impact is limited. Bug #645.
+  * Fixed flushing of the last buffer of data when I/O logging is
+enabled. This bug, introduced in version 1.8.9, could cause
+incomplete command output on some systems. Bug #646.
+  * Fixed a hang introduced in sudo 1.8.10 when timestamp_timeout
+is set to zero. Bug #638.
+- don't install test LICENSE with executable perms
+
+---

Old:

  sudo-1.8.10p1.tar.gz

New:

  sudo-1.8.10p3.tar.gz



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.wp3bgn/_old  2014-05-17 06:43:37.0 +0200
+++ /var/tmp/diff_new_pack.wp3bgn/_new  2014-05-17 06:43:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sudo
-Version:1.8.10p1
+Version:1.8.10p3
 Release:0
 Summary:Execute some commands as root
 License:ISC
@@ -31,7 +31,6 @@
 Patch0: sudoers2ldif-env.patch
 # PATCH-OPENSUSE: the SUSE branding of the default sudo config
 Patch1: sudo-sudoers.patch
-# PATCH-FIX-UPSTREAM: fixes 64bit-portability-issue ./sssd.c:829; sent upstream
 BuildRequires:  audit-devel
 BuildRequires:  groff
 BuildRequires:  libselinux-devel
@@ -125,7 +124,7 @@
 install -m 755 %{SOURCE3} %{buildroot}/var/lib/tests/sudo
 install -m 755 %{SOURCE4} %{buildroot}/var/lib/tests/sudo
 install -d %{buildroot}%{_docdir}/%{name}-test
-install -m 755 %{buildroot}%{_docdir}/%{name}/LICENSE 
%{buildroot}%{_docdir}/%{name}-test/LICENSE
+install -m 644 %{buildroot}%{_docdir}/%{name}/LICENSE 
%{buildroot}%{_docdir}/%{name}-test/LICENSE
 
 %post
 chmod 0440 %{_sysconfdir}/sudoers

++ sudo-1.8.10p1.tar.gz - sudo-1.8.10p3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sudo-1.8.10p1/ChangeLog new/sudo-1.8.10p3/ChangeLog
--- old/sudo-1.8.10p1/ChangeLog 2014-03-13 22:20:38.0 +0100
+++ new/sudo-1.8.10p3/ChangeLog 2014-05-07 03:34:27.0 +0200
@@ -1,3 +1,88 @@
+2014-05-06  Todd C. Miller  todd.mil...@courtesan.com
+
+   * compat/getgrouplist.c, plugins/group_file/group_file.c,
+   plugins/system_group/system_group.c:
+   deal with NULL gr_mem here too
+   [0db43ed71001]
+
+   * NEWS, configure, configure.ac:
+   Sudo 1.8.10p3
+   [3f415a180023]
+
+2014-05-02  Todd C. Miller  todd.mil...@courtesan.com
+
+   * common/event.c:
+   Fix non-blocking mode. We only want to exit the event loop when
+   poll() or select() returns 0 and there are no active events. This
+   fixes a problem on some systems where the last buffer was not being
+   written when the command exited.
+   [deb6b1a7b241]
+
+2014-04-28  Todd C. Miller  todd.mil...@courtesan.com
+
+   * plugins/sudoers/boottime.c, plugins/sudoers/sudoers.h:
+   Make get_boottime() return bool.
+   [9ff15a995d01]
+
+   * doc/CONTRIBUTORS, plugins/sudoers/boottime.c:
+   Fix fd leak on Linux when determing boot time. This is usually
+   masked by the closefrom() call in sudo. From Jamie Anderson. Bug
+   #645
+   [0b4c430e8b88]
+
+2014-04-15  Todd C. Miller  todd.mil...@courtesan.com
+
+   * doc/CONTRIBUTORS, plugins/sudoers/auth/pam.c:
+   Use PAM_REINITIALIZE_CRED instead of PAM_ESTABLISH_CRED when
+   changing the user. This is the correct flag to use with a program
+   that changes the uid like su or sudo and fixes a role problem on
+   Solaris. From Gary Winiger; Bug #642
+   [ec23c3bf41bb]
+
+   * plugins/sudoers/defaults.c:
+   pam_setcred should default to true; from Gary Winiger Bug #642
+   [23e6628ec546]
+
+2014-04-09  Todd C. Miller  

commit libao for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package libao for openSUSE:Factory checked 
in at 2014-05-17 06:43:21

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


Package is libao

Changes:

--- /work/SRC/openSUSE:Factory/libao/libao.changes  2013-04-14 
10:18:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libao.new/libao.changes 2014-05-17 
06:43:28.0 +0200
@@ -1,0 +2,16 @@
+Thu May 15 15:15:16 UTC 2014 - tchva...@suse.com
+
+- Version bump to 1.2.0:
+  - Added missing ao_file_extension() (see Trac #1841)
+  - Fixed memory leak in ao_shutdown() (see Trac #1799)
+  - Updated manpage libao.conf.5 (see Trac #1822)
+  - Corrected doc/ao_play.html (see Trac #1808)
+  - Latency adjustments
+  - Implement PulseAudio client_name (see Trac #1924)
+  - Other ALSA, Pulse, Roar, sndio and MacOS driver improvements
+- Disable esd module, Gnome is not using that for ages and moved to
+  pulse anyway.
+- Drop patch lib64.dif and replace it by simple sed that works
+  more straight-forward.
+
+---

Old:

  lib64.dif
  libao-1.1.0.tar.gz

New:

  libao-1.2.0.tar.gz



Other differences:
--
++ libao.spec ++
--- /var/tmp/diff_new_pack.ciOnoa/_old  2014-05-17 06:43:29.0 +0200
+++ /var/tmp/diff_new_pack.ciOnoa/_new  2014-05-17 06:43:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libao
 #
-# 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
@@ -16,93 +16,81 @@
 #
 
 
-%define _SO_nr 4
+%define soname  4
 # Check configure.ac for the plugin versioning
-%define PLUGIN_VERSION 4
-
+%define plugver 4
+%define my_provides /tmp/my-provides
 Name:   libao
-Version:1.1.0
+Version:1.2.0
 Release:0
-%define my_provides /tmp/my-provides
 Summary:A Cross-Platform Audio Output Library
 License:GPL-2.0+
 Group:  System/Libraries
 Url:http://www.xiph.org/ao/
 Source: http://downloads.xiph.org/releases/ao/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE lib64.dif -- General problem, but no general fix... 
openSUSE specific.
-Patch0: lib64.dif
 Patch1: libao-ocloexec.patch
+BuildRequires:  alsa-devel
+BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  libesd-devel
 BuildRequires:  libpulse-devel
 BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Obsoletes:  plugin4-esd
 
 %description
-Libao is a cross-platform audio output library.  It currently supports
-ESD, OSS, Solaris, and IRIX.
-
-%package -n libao%{_SO_nr}
+Libao is a cross-platform audio output library.
 
+%package -n libao%{soname}
 Summary:A Cross-Platform Audio Output Library
 Group:  System/Libraries
-Requires:   libao-plugins%{PLUGIN_VERSION}
+Requires:   libao-plugins%{plugver}
 # libao was last used in openSUSE 11.3
 Provides:   libao = 1.1.0
 Obsoletes:  libao  1.1.0
 
-%description -n libao%{_SO_nr}
-Libao is a cross-platform audio output library.  It currently supports
-ESD, OSS, Solaris, and IRIX.
-
-%package plugins%{PLUGIN_VERSION}
+%description -n libao%{soname}
+Libao is a cross-platform audio output library.
 
+%package plugins%{plugver}
 Summary:Main output plugins for libao
 Group:  System/Libraries
 
-%description plugins%{PLUGIN_VERSION}
+%description plugins%{plugver}
 This package contains the main output plugins for libao.
 
 %package devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
-Requires:   libao%{_SO_nr} = %{version}
+Requires:   libao%{soname} = %{version}
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-%package plugin%{PLUGIN_VERSION}-esd
-
-Summary:ESD output plugin for libao
-Group:  System/Libraries
-Supplements:packageand(esound-daemon:libao%{_SO_nr})
-
-%description plugin%{PLUGIN_VERSION}-esd
-This package contains the ESD output plugin for libao.
-
 %prep
 %setup -q
-if [ %{_lib} == lib64 ]; then
-%patch0
-fi
+
+# setup libdir properly
+sed -i s:/lib:/%{_lib}:g ao.m4
+
 %patch1
-### If there is anything wrong it should be reported upstream
-# remove obsolete macros
-#rm -f acinclude.m4
 
 %build
 autoreconf -fiv
-%configure --enable-alsa-mmap --disable-static
+%configure \
+   

commit bouncycastle for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package bouncycastle for openSUSE:Factory 
checked in at 2014-05-17 06:43:25

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


Package is bouncycastle

Changes:

--- /work/SRC/openSUSE:Factory/bouncycastle/bouncycastle.changes
2013-12-06 11:44:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.bouncycastle.new/bouncycastle.changes   
2014-05-17 06:43:33.0 +0200
@@ -1,0 +2,5 @@
+Thu May 15 15:29:26 UTC 2014 - da...@darins.net
+
+- disable bytecode check on sle_11
+
+---



Other differences:
--
++ bouncycastle.spec ++
--- /var/tmp/diff_new_pack.h2ZQY2/_old  2014-05-17 06:43:34.0 +0200
+++ /var/tmp/diff_new_pack.h2ZQY2/_new  2014-05-17 06:43:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bouncycastle
 #
-# 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
@@ -92,6 +92,10 @@
 popd
 
 %install
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
+
 install -dm 755 %{buildroot}%{_sysconfdir}/java/security/security.d
 touch %{buildroot}%{_sysconfdir}/java/security/security.d/2000-%{classname}
 


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



commit libatomic_ops for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package libatomic_ops for openSUSE:Factory 
checked in at 2014-05-17 06:43:17

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


Package is libatomic_ops

Changes:

--- /work/SRC/openSUSE:Factory/libatomic_ops/libatomic_ops.changes  
2014-02-15 17:17:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libatomic_ops.new/libatomic_ops.changes 
2014-05-17 06:43:26.0 +0200
@@ -1,0 +2,7 @@
+Thu May 15 14:53:31 UTC 2014 - tchva...@suse.com
+
+- Version bump to 7.2e:
+  * Various small fixes for 7.2 series.
+- Cleanup with spec-cleaner.
+
+---

Old:

  libatomic_ops-7.2d.tar.gz

New:

  libatomic_ops-7.2e.tar.gz



Other differences:
--
++ libatomic_ops.spec ++
--- /var/tmp/diff_new_pack.IiuXcg/_old  2014-05-17 06:43:27.0 +0200
+++ /var/tmp/diff_new_pack.IiuXcg/_new  2014-05-17 06:43:27.0 +0200
@@ -17,20 +17,19 @@
 
 
 Name:   libatomic_ops
+Version:7.2e
+Release:0
 Summary:A portable library for atomic memory operations
 License:GPL-2.0+ and MIT
 Group:  Development/Languages/C and C++
-Version:7.2d
-Release:0
 Url:http://www.hpl.hp.com/research/linux/atomic_ops/
-
-Source: 
http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-%version.tar.gz
+Source: 
http://www.hpl.hp.com/research/linux/atomic_ops/download/%{name}-%{version}.tar.gz
 Patch1: libatomic_ops-aarch64.patch
 Patch2: libatomic_ops-ppc64.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  pkgconfig
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Provides implementations for atomic memory update operations on a
@@ -42,8 +41,8 @@
 %package devel
 Summary:A portable library for atomic memory operations
 Group:  Development/Languages/C and C++
-Obsoletes:  libatomic-ops-devel  %version-%release
-Provides:   libatomic-ops-devel = %version-%release
+Obsoletes:  libatomic-ops-devel  %{version}-%{release}
+Provides:   libatomic-ops-devel = %{version}-%{release}
 
 %description devel
 Provides implementations for atomic memory update operations on a
@@ -53,32 +52,34 @@
 that involves minimum overhead across a variety of architectures.
 
 %prep
-%setup -qn %name-7.2
+%setup -q -n %{name}-7.2
 %patch1 -p1 
 %patch2 -p1
 
 %build
-autoreconf -fi
+autoreconf -fvi
 %configure
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%buildroot install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # remove unnecessary documents
-rm -Rf %buildroot/%_datadir/libatomic_ops
+rm -Rf %{buildroot}/%{_datadir}/libatomic_ops
+# fix perms
+chmod 644 doc/*.txt README COPYING AUTHORS ChangeLog
 
 %check
 %if !0%{?qemu_user_space_build:1}
-make check
+make check %{?_smp_mflags}
 %endif
 
 %files devel
 %defattr(-,root,root)
 %doc README COPYING AUTHORS ChangeLog
 %doc doc/*.txt
-%_libdir/libatomic_ops*.a
-%_includedir/atomic_ops/
-%_includedir/atomic_ops*.h
-%_libdir/pkgconfig/atomic_ops.pc
+%{_libdir}/libatomic_ops*.a
+%{_includedir}/atomic_ops/
+%{_includedir}/atomic_ops*.h
+%{_libdir}/pkgconfig/atomic_ops.pc
 
 %changelog

++ libatomic_ops-7.2d.tar.gz - libatomic_ops-7.2e.tar.gz ++
 8945 lines of diff (skipped)

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



commit libcares2 for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package libcares2 for openSUSE:Factory 
checked in at 2014-05-17 06:43:09

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


Package is libcares2

Changes:

--- /work/SRC/openSUSE:Factory/libcares2/libcares2.changes  2013-05-07 
07:24:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcares2.new/libcares2.changes 2014-05-17 
06:43:20.0 +0200
@@ -1,0 +2,14 @@
+Thu May 15 12:07:42 UTC 2014 - tchva...@suse.com
+
+- Version bump to 1.10.0:
+  * Various small updates all around
+  * Cleanup of automake to build with latest tools
+  * For more see CHANGES
+- Remove upstreamed patches:
+  * cares-autotools.diff
+- Remove patch that needs quite work and was never acceted upstream:
+  * 0001-cares-1.9.1-add-symbol-versioning-support.patch
+- Added patches:
+  * 0001-Use-RPM-compiler-options.patch
+
+---

Old:

  0001-cares-1.9.1-add-symbol-versioning-support.patch
  c-ares-1.9.1.tar.gz
  c-ares-1.9.1.tar.gz.asc
  cares-autotools.diff

New:

  0001-Use-RPM-compiler-options.patch
  c-ares-1.10.0.tar.gz
  c-ares-1.10.0.tar.gz.asc



Other differences:
--
++ libcares2.spec ++
--- /var/tmp/diff_new_pack.xQeaDY/_old  2014-05-17 06:43:21.0 +0200
+++ /var/tmp/diff_new_pack.xQeaDY/_new  2014-05-17 06:43:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcares2
 #
-# 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,27 +17,24 @@
 
 
 %define pkg_name c-ares
-
 Name:   libcares2
-Version:1.9.1
+Version:1.10.0
 Release:0
 Summary:Library for asynchronous name resolves
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:http://c-ares.haxx.se/
-
 Source0:http://c-ares.haxx.se/download/%{pkg_name}-%{version}.tar.gz
 Source1:
http://c-ares.haxx.se/download/%{pkg_name}-%{version}.tar.gz.asc
 Source3:libcares2.keyring
 Source4:baselibs.conf
-Patch4: cares-1.9.1-ocloexec.patch
-Patch5: 0001-cares-1.9.1-add-symbol-versioning-support.patch 
-Patch6: cares-autotools.diff
+Patch0: cares-1.9.1-ocloexec.patch
+Patch1: 0001-Use-RPM-compiler-options.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gpg-offline
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,21 +57,27 @@
 %if 0%{?suse_version} = 1230
 %gpg_verify %{SOURCE1}
 %endif
-
 %setup -q -n %{pkg_name}-%{version}
-%patch4 -p1
-%patch5 -p1
-%patch -P 6 -p1
+%patch0 -p1
+%patch1 -p1
+
+# Remove bogus cflags checking
+sed -i -e '/XC_CHECK_BUILD_FLAGS/d' configure.ac
+sed -i -e '/XC_CHECK_USER_FLAGS/d' m4/xc-cc-check.m4
 
 %build
 autoreconf -fiv
-%configure --enable-symbol-hiding --enable-nonblocking --enable-shared 
--disable-static --with-pic
-sed -i -e 's@-g0@-g@g' Makefile
+%configure \
+   --enable-symbol-hiding \
+   --enable-nonblocking \
+   --enable-shared \
+   --disable-static \
+   --with-pic
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot}
-rm -f %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
 
 %post -p /sbin/ldconfig
 

++ 0001-Use-RPM-compiler-options.patch ++
From 7dada62a77e061c752123e672e844386ff3b01ea Mon Sep 17 00:00:00 2001
From: Stephen Gallagher sgall...@redhat.com
Date: Wed, 10 Apr 2013 12:32:44 -0400
Subject: [PATCH] Use RPM compiler options

---
 m4/cares-compilers.m4 | 19 ++-
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/m4/cares-compilers.m4 b/m4/cares-compilers.m4
index 
7ee8e0dbe741c1a64149a0d20b826f507b3ec620..d7708230fb5628ae80fbf1052da0d2c78ebbc160
 100644
--- a/m4/cares-compilers.m4
+++ b/m4/cares-compilers.m4
@@ -143,19 +143,12 @@ AC_DEFUN([CARES_CHECK_COMPILER_GNU_C], [
 gccvhi=`echo $gccver | cut -d . -f1`
 gccvlo=`echo $gccver | cut -d . -f2`
 compiler_num=`(expr $gccvhi * 100 + $gccvlo) 2/dev/null`
-flags_dbg_all=-g -g0 -g1 -g2 -g3
-flags_dbg_all=$flags_dbg_all -ggdb
-flags_dbg_all=$flags_dbg_all -gstabs
-flags_dbg_all=$flags_dbg_all -gstabs+
-flags_dbg_all=$flags_dbg_all -gcoff
-flags_dbg_all=$flags_dbg_all -gxcoff
-

commit python-py for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package python-py for openSUSE:Factory 
checked in at 2014-05-17 06:43:15

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


Package is python-py

Changes:

--- /work/SRC/openSUSE:Factory/python-py/python-py.changes  2014-03-18 
13:38:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-py.new/python-py.changes 2014-05-17 
06:43:25.0 +0200
@@ -1,0 +2,6 @@
+Tue May  6 11:39:52 UTC 2014 - osy...@suse.com
+
+- Removed unnessisary dependency on python-setuptools especially as this 
+  causes a conflict with SLE11sp3
+
+---



Other differences:
--
++ python-py.spec ++
--- /var/tmp/diff_new_pack.1b3s2H/_old  2014-05-17 06:43:26.0 +0200
+++ /var/tmp/diff_new_pack.1b3s2H/_new  2014-05-17 06:43:26.0 +0200
@@ -25,7 +25,6 @@
 Url:http://pylib.org
 Source: 
http://pypi.python.org/packages/source/p/py/py-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRequires:  unzip
 # Documentation requirements:
 BuildRequires:  python-Sphinx

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



commit sparse for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package sparse for openSUSE:Factory checked 
in at 2014-05-17 06:43:28

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


Package is sparse

Changes:

--- /work/SRC/openSUSE:Factory/sparse/sparse.changes2013-05-27 
10:02:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.sparse.new/sparse.changes   2014-05-17 
06:43:34.0 +0200
@@ -1,0 +2,44 @@
+Thu May 15 15:39:26 UTC 2014 - danny.al-g...@bisect.de
+
+- change Licence to new MIT
+- update to latest git version 20140128 (sparse verion 0.5.0)
+  - Sparse 0.5.0
+  - Fix make dist failure
+  - sparse: add built-in atomic memory access identifiers
+  - gitignore: add 'version.h'
+  - Update the information in README about using the library.
+  - sparse: Also check bit_offset when checking implicit casts
+  - FAQ: Remove outdated sections about the license
+  - sparse: Relicense under the MIT license
+  - Revert Fix mistaken comparison that becomes a no-op.
+  - Revert Update the information in README about using the 
+library.
+  - sparse: add __builtin_va_arg_pack() and 
+__builtin_va_arg_pack_len()
+  - Fix expression type for floating point negation ('!')
+  - Fix result type of relational and logical operators
+  - symbol.c: Set correct size of array from parenthesized 
+string initializer
+  - sparse, llvm: die if error
+  - sparse, llvm: set more data attributes
+  - sparse, llvm: fix struct name generation
+  - sparse, llvm: cache symbol_type() result
+  - sparse, llvm: fix array size
+  - sparse, llvm: use LLVM_DEFAULT_TARGET_TRIPLE
+  - sparse, llvm: Use LLVM_HOSTTRIPLE
+  - sparse, llvm: set target specification
+  - sparse, llvm: improve pointer arithmetic handling
+  - sparse, llvm: add a struct access test case
+  - sparse, llvm: base load/store address type on 
+insn_symbol_type()
+  - sparse, llvm: de-duplicate load/store address calculation code
+  - sparse, llvm: Fix resulting type of store address calculations
+  - sparse, llvm: simplify function generation
+  - sparse, llvm: fix phi generation
+  - char.c: Fix parsing of escapes
+  - Trivial: Remove redundant Makefile variable
+  - sparse, llvm: fix link errors
+  - fix SIGFPE caused by signed division overflow
+  - Novafora license grant using MIT license.
+
+---

Old:

  sparse-20130425.tar.xz

New:

  sparse-20140128.tar.xz



Other differences:
--
++ sparse.spec ++
--- /var/tmp/diff_new_pack.IU4qPG/_old  2014-05-17 06:43:35.0 +0200
+++ /var/tmp/diff_new_pack.IU4qPG/_new  2014-05-17 06:43:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sparse
 #
-# 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,9 +18,9 @@
 
 Name:   sparse
 Summary:A semantic parser of source files
-License:SUSE-OSL-1.1
+License:MIT
 Group:  Development/Tools/Building
-Version:20130425
+Version:20140128
 Release:0
 Url:https://sparse.wiki.kernel.org/index.php/Main_Page
 Source: sparse-%{version}.tar.xz

++ sparse-20130425.tar.xz - sparse-20140128.tar.xz ++
 2460 lines of diff (skipped)

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



commit libcap-ng for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package libcap-ng for openSUSE:Factory 
checked in at 2014-05-17 06:43:13

Comparing /work/SRC/openSUSE:Factory/libcap-ng (Old)
 and  /work/SRC/openSUSE:Factory/.libcap-ng.new (New)


Package is libcap-ng

Changes:

--- /work/SRC/openSUSE:Factory/libcap-ng/libcap-ng-python.changes   
2013-03-15 10:39:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcap-ng.new/libcap-ng-python.changes  
2014-05-17 06:43:23.0 +0200
@@ -2 +2,12 @@
-Thu Mar 14 09:30:13 UTC 2013 - meiss...@suse.com
+Thu May 15 13:19:57 UTC 2014 - tchva...@suse.com
+
+- Version bupm to 0.7.4
+- Cleanup with spec-cleaner
+- Remove useless specification of attributes
+- Really split the two spec files instead of copying them to avoid
+  the huge ifdefing.
+  + more readable
+  - version must be edited in two places when bumping
+
+---
+Thu Mar 14 09:30:04 UTC 2013 - meiss...@suse.com
--- /work/SRC/openSUSE:Factory/libcap-ng/libcap-ng.changes  2013-03-15 
10:39:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcap-ng.new/libcap-ng.changes 2014-05-17 
06:43:23.0 +0200
@@ -1,0 +2,11 @@
+Thu May 15 13:19:57 UTC 2014 - tchva...@suse.com
+
+- Version bupm to 0.7.4
+- Cleanup with spec-cleaner
+- Remove useless specification of attributes
+- Really split the two spec files instead of copying them to avoid
+  the huge ifdefing.
+  + more readable
+  - version must be edited in two places when bumping
+
+---

Old:

  libcap-ng-0.7.3.tar.gz
  pre_checkin.sh

New:

  libcap-ng-0.7.4.tar.gz



Other differences:
--
++ libcap-ng-python.spec ++
--- /var/tmp/diff_new_pack.v6qWrF/_old  2014-05-17 06:43:24.0 +0200
+++ /var/tmp/diff_new_pack.v6qWrF/_new  2014-05-17 06:43:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcap-ng-python
 #
-# 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
@@ -16,146 +16,56 @@
 #
 
 
-%{!?python_sitelib:  %global python_sitelib  %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
-
+%define soname  0
+Name:   libcap-ng-python
+Version:0.7.4
+Release:0
 Summary:An alternate POSIX capabilities library
 License:LGPL-2.1+
 Group:  System/Libraries
-
-Name:   libcap-ng-python
-Version:0.7.3
-Release:0
-%define soname 0
-%define rname libcap-ng
 Url:http://people.redhat.com/sgrubb/libcap-ng
 Source0:
http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz
-Source1:pre_checkin.sh
-Source2:baselibs.conf
+Source1:baselibs.conf
 Source99:   libcap-ng.rpmlintrc
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  kernel-headers = 2.6.11
 BuildRequires:  libattr-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-base
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libcap-ng is a library that makes using posix capabilities easier
 
-%if %{name} == %{rname}
-
-%package -n %{name}%{soname}
-
-Summary:An alternate POSIX capabilities library
-License:LGPL-2.1+
-Group:  System/Libraries
-
-%description -n %{name}%{soname}
-Libcap-ng is a library that makes using posix capabilities easier
-
-%package devel
-
-Summary:Header files for libcap-ng library
-License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
-Requires:   %{name}%{soname} = %{version}
-Requires:   kernel-headers = 2.6.11
-Requires:   pkgconfig
-
-%description devel
-The libcap-ng-devel package contains the files needed for developing
-applications that need to use the libcap-ng library.
-
-%package utils
-
-Summary:Utilities for analysing and setting file capabilities
-License:GPL-2.0+
-Group:  System/Base
-
-%description utils
-The libcap-ng-utils package contains applications to analyse the
-posix capabilities of all the program running on a system. It also
-lets you set the file system based capabilities.
-
-%else
-
 %package -n python-capng
 Summary:Python bindings for libcap-ng library
-License:LGPL-2.1+
 Group:  Development/Libraries/Python
+BuildRequires:  libcap-ng-devel = %{version}