commit sigrok-cli for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package sigrok-cli for openSUSE:Factory 
checked in at 2016-02-17 10:25:05

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


Package is "sigrok-cli"

Changes:

--- /work/SRC/openSUSE:Factory/sigrok-cli/sigrok-cli.changes2014-08-07 
12:37:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.sigrok-cli.new/sigrok-cli.changes   
2016-02-17 12:24:43.0 +0100
@@ -1,0 +2,15 @@
+Sat Jan 30 12:39:39 UTC 2016 - stefan.bru...@rwth-aachen.de
+
+- update to version 0.6.0
+  * new options:
+- Add --get: retrieve a variable value from a device
+- Add -T|--transform-module
+  * adapt to new libsigrok 0.4.0 API
+  * various small changes
+
+---
+Fri Sep 25 03:58:58 UTC 2015 - stefan.bru...@rwth-aachen.de
+
+- Track GIT version (upcoming 0.6.0)
+
+---

Old:

  sigrok-cli-0.5.0.tar.gz

New:

  sigrok-cli-0.6.0.tar.gz



Other differences:
--
++ sigrok-cli.spec ++
--- /var/tmp/diff_new_pack.MeEmBk/_old  2016-02-17 12:24:44.0 +0100
+++ /var/tmp/diff_new_pack.MeEmBk/_new  2016-02-17 12:24:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sigrok-cli
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,18 @@
 
 
 Summary:Logic Analyzer Command Line Tool
-
-Name:   sigrok-cli
-Version:0.5.0
-Release:1
 License:GPL-3.0+
 Group:  Productivity/Scientific/Electronics
+
+Name:   sigrok-cli
+Version:0.6.0
+Release:0
 Url:http://sigrok.org
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  glib2-devel
 BuildRequires:  libsigrok-devel >= 0.3.0
 BuildRequires:  libsigrokdecode-devel >= 0.3.0
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  libtool
 Source0:
http://sigrok.org/download/source/sigrok-cli/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,6 +47,8 @@
 %setup -q
 
 %build
+#./autogen.sh
+autoreconf -fiv
 %configure
 make %{?smp_mflags}
 

++ sigrok-cli-0.5.0.tar.gz -> sigrok-cli-0.6.0.tar.gz ++
 37660 lines of diff (skipped)




commit sssd for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2016-02-17 10:30:57

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


Package is "sssd"

Changes:

--- /work/SRC/openSUSE:Factory/sssd/sssd.changes2016-01-05 
15:00:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes   2016-02-17 
12:25:06.0 +0100
@@ -1,0 +2,18 @@
+Wed Feb 10 16:38:37 UTC 2016 - mplus...@suse.com
+
+- Enable internal testsuite
+
+---
+Wed Dec 16 14:08:01 UTC 2015 - jeng...@inai.de
+
+- Update to new maintenance release 1.13.3
+* A bug that prevented user lookups and logins after migration from
+  winsync to IPA-AD trusts was fixed.
+* A bug that prevented the ignore_group_members option from working
+  correctly in AD provider setups that use a dedicated primary
+  group (as opposed to a user-private group) was fixed.
+* Offline detection and offline login timeouts were improved for AD
+  users logging in from a domain trusted by an IPA server.
+* The AD provider supports setting up autofs_provider=ad .
+
+---

Old:

  sssd-1.13.2.tar.gz
  sssd-1.13.2.tar.gz.asc

New:

  sssd-1.13.3.tar.gz
  sssd-1.13.3.tar.gz.asc



Other differences:
--
++ sssd.spec ++
--- /var/tmp/diff_new_pack.BECRbU/_old  2016-02-17 12:25:07.0 +0100
+++ /var/tmp/diff_new_pack.BECRbU/_new  2016-02-17 12:25:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sssd
-Version:1.13.2
+Version:1.13.3
 Release:0
 Summary:System Security Services Daemon
 License:GPL-3.0+ and LGPL-3.0+
@@ -57,6 +57,10 @@
 BuildRequires:  python-devel
 BuildRequires:  python3-devel
 BuildRequires:  systemd-rpm-macros
+BuildRequires:  libcmocka-devel
+BuildRequires:  nss_wrapper
+BuildRequires:  uid_wrapper
+BuildRequires:  check-devel
 BuildRequires:  pkgconfig(augeas) >= 1.0.0
 BuildRequires:  pkgconfig(collection) >= 0.5.1
 BuildRequires:  pkgconfig(dbus-1) >= 1.0.0
@@ -426,6 +430,10 @@
 
 %find_lang %name --all-name
 
+%check
+# sss_config-tests fails
+make %{?_smp_mflags} check ||:
+
 %pre
 %service_add_pre sssd.service
 

++ 0001-build-detect-endianness-at-configure-time.patch ++
--- /var/tmp/diff_new_pack.BECRbU/_old  2016-02-17 12:25:07.0 +0100
+++ /var/tmp/diff_new_pack.BECRbU/_new  2016-02-17 12:25:07.0 +0100
@@ -8,14 +8,16 @@
 
 Signed-off-by: David Disseldorp 
 ---
- configure.ac |7 +++
- 1 file changed, 7 insertions(+)
+ configure.ac |3 +++
+ 1 file changed, 3 insertions(+)
 
 sssd-1.12.1.orig/configure.ac
-+++ sssd-1.12.1/configure.ac
-@@ -322,6 +322,9 @@ AM_CHECK_CMOCKA
- 
- AM_CONDITIONAL([HAVE_DEVSHM], [test -d /dev/shm])
+Index: sssd-1.13.3/configure.ac
+===
+--- sssd-1.13.3.orig/configure.ac
 sssd-1.13.3/configure.ac
+@@ -428,6 +428,9 @@ AM_CONDITIONAL([HAVE_DEVSHM], [test -d /
+ ENABLE_POLKIT_RULES_PATH
+ AM_CONDITIONAL([HAVE_POLKIT_RULES_D], [test x$HAVE_POLKIT_RULES_D != x])
  
 +AC_C_BIGENDIAN([AC_DEFINE(HAVE_BIG_ENDIAN, [1], [whether platform is big 
endian])], 
 +   [AC_DEFINE(HAVE_LITTLE_ENDIAN, [1], [whether platform is 
little endian])])

++ sssd-1.13.2.tar.gz -> sssd-1.13.3.tar.gz ++
 146308 lines of diff (skipped)




commit socket_wrapper for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package socket_wrapper for openSUSE:Factory 
checked in at 2016-02-17 10:25:39

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


Package is "socket_wrapper"

Changes:

--- /work/SRC/openSUSE:Factory/socket_wrapper/socket_wrapper.changes
2015-11-02 12:55:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.socket_wrapper.new/socket_wrapper.changes   
2016-02-17 12:24:53.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 14 11:46:13 UTC 2016 - jeng...@inai.de
+
+- Editorial fixes to the description
+
+---



Other differences:
--
++ socket_wrapper.spec ++
--- /var/tmp/diff_new_pack.aOAilI/_old  2016-02-17 12:24:54.0 +0100
+++ /var/tmp/diff_new_pack.aOAilI/_new  2016-02-17 12:24:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package socket_wrapper
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,7 +42,7 @@
 
 %description
 socket_wrapper aims to help client/server software development teams willing to
-gain full functional test coverage. It makes possible to run several instances
+gain full functional test coverage. It makes it possible to run several 
instances
 of the full software stack on the same machine and perform locally functional
 testing of complex network configurations.
 




commit translate-shell for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package translate-shell for openSUSE:Factory 
checked in at 2016-02-17 10:24:46

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


Package is "translate-shell"

Changes:

--- /work/SRC/openSUSE:Factory/translate-shell/translate-shell.changes  
2015-12-29 13:00:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.translate-shell.new/translate-shell.changes 
2016-02-17 12:25:38.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 11 16:26:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.9.3.
+
+---

Old:

  translate-shell-0.9.2.1.tar.gz

New:

  translate-shell-0.9.3.tar.gz



Other differences:
--
++ translate-shell.spec ++
--- /var/tmp/diff_new_pack.74nFiK/_old  2016-02-17 12:25:39.0 +0100
+++ /var/tmp/diff_new_pack.74nFiK/_new  2016-02-17 12:25:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package translate-shell
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   translate-shell
-Version:0.9.2.1
+Version:0.9.3
 Release:0
 Summary:Google Translate to serve as a command-line tool
 License:Unlicense
@@ -57,7 +57,7 @@
 
 %files
 %defattr(-,root,root)
-%doc CONTRIBUTING.md DISCLAIMER LICENSE README.md WAIVER
+%doc CONTRIBUTING.md LICENSE README.md WAIVER
 %{_bindir}/trans
 %{_mandir}/man?/trans.?%{?ext_man}
 

++ translate-shell-0.9.2.1.tar.gz -> translate-shell-0.9.3.tar.gz ++
 2980 lines of diff (skipped)




commit sqliteodbc for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package sqliteodbc for openSUSE:Factory 
checked in at 2016-02-17 10:26:09

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


Package is "sqliteodbc"

Changes:

--- /work/SRC/openSUSE:Factory/sqliteodbc/sqliteodbc.changes2016-02-08 
09:47:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.sqliteodbc.new/sqliteodbc.changes   
2016-02-17 12:25:03.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb  8 13:03:53 UTC 2016 - mplus...@suse.com
+
+- Fix removal of .la and .a files
+
+---



Other differences:
--
++ sqliteodbc.spec ++
--- /var/tmp/diff_new_pack.MBjSXc/_old  2016-02-17 12:25:04.0 +0100
+++ /var/tmp/diff_new_pack.MBjSXc/_new  2016-02-17 12:25:04.0 +0100
@@ -66,7 +66,7 @@
 %install
 mkdir -p %{buildroot}%{_libdir}
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
-find %{buildroot} -type f -name "*.a" -o -name "*.la" -delete -print
+find %{buildroot} -type f \( -name '*.a' -o -name '*.la' \) -delete -print
 
 %post
 if [ -x %{_bindir}/odbcinst ] ; then




commit skiboot for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package skiboot for openSUSE:Factory checked 
in at 2016-02-17 10:24:17

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


Package is "skiboot"

Changes:

--- /work/SRC/openSUSE:Factory/skiboot/skiboot.changes  2016-01-05 
21:55:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.skiboot.new/skiboot.changes 2016-02-17 
12:24:46.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 30 13:57:55 UTC 2016 - mplus...@suse.com
+
+- Update to 5.1.13
+  * See 
https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-5.1.13.txt
+
+---

Old:

  skiboot-5.1.12.tar.gz

New:

  skiboot-5.1.13.tar.gz



Other differences:
--
++ skiboot.spec ++
--- /var/tmp/diff_new_pack.NRDAbh/_old  2016-02-17 12:24:48.0 +0100
+++ /var/tmp/diff_new_pack.NRDAbh/_new  2016-02-17 12:24:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   skiboot
-Version:5.1.12
+Version:5.1.13
 Release:0
 Summary:Tools for OpenPower platform
 License:Apache-2.0

++ skiboot-5.1.12.tar.gz -> skiboot-5.1.13.tar.gz ++
 10047 lines of diff (skipped)




commit thin-provisioning-tools for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package thin-provisioning-tools for 
openSUSE:Factory checked in at 2016-02-17 10:32:08

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


Package is "thin-provisioning-tools"

Changes:

--- 
/work/SRC/openSUSE:Factory/thin-provisioning-tools/thin-provisioning-tools.changes
  2016-02-09 16:49:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.thin-provisioning-tools.new/thin-provisioning-tools.changes
 2016-02-17 12:25:32.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 11 11:21:15 UTC 2016 - rguent...@suse.com
+
+- Explicitely build with -std=gnu++98 to avoid all sorts of
+  non-C++11 conforming code.
+
+---



Other differences:
--
++ thin-provisioning-tools.spec ++
--- /var/tmp/diff_new_pack.JlFRYX/_old  2016-02-17 12:25:33.0 +0100
+++ /var/tmp/diff_new_pack.JlFRYX/_new  2016-02-17 12:25:33.0 +0100
@@ -45,7 +45,7 @@
 autoreconf -fiv
 %configure \
   --bindir=%{_sbindir} \
-  --with-optimisation="%{optflags}"
+  --with-optimisation="%{optflags} -std=gnu++98"
 # In generated Makefile V=@ is used, in order to achieve verbose build ve
 # must override it as V=""
 make %{?_smp_mflags} V=""




commit uid_wrapper for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package uid_wrapper for openSUSE:Factory 
checked in at 2016-02-17 10:31:59

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


Package is "uid_wrapper"

Changes:

--- /work/SRC/openSUSE:Factory/uid_wrapper/uid_wrapper.changes  2015-10-30 
13:43:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.uid_wrapper.new/uid_wrapper.changes 
2016-02-17 12:25:52.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 14 11:47:01 UTC 2016 - jeng...@inai.de
+
+- Editorial fixes to the description
+
+---



Other differences:
--
++ uid_wrapper.spec ++
--- /var/tmp/diff_new_pack.wQCGUj/_old  2016-02-17 12:25:53.0 +0100
+++ /var/tmp/diff_new_pack.wQCGUj/_new  2016-02-17 12:25:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uid_wrapper
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,15 +45,15 @@
 %description
 Some projects like a file server need privilege separation to be able to switch
 to the connnection user and do file operations. uid_wrapper convincingly lies
-to the application letting it believe it is operating as root and even
-switching betwen uids and gids as needed.
+to the application, letting it believe it is operating as root and even
+switching betwen UIDs and GIDs as needed.
 
-To use it set the following environment variables:
+To use it, set the following environment variables:
 
 LD_PRELOAD=libuid_wrapper.so
 UID_WRAPPER=1
 
-This package doesn't have a devel package cause this project is for
+This package does not have a devel package, because this project is for
 development/testing.
 
 %prep




commit syslinux for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory 
checked in at 2016-02-17 10:32:21

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


Package is "syslinux"

Changes:

--- /work/SRC/openSUSE:Factory/syslinux/syslinux.changes2015-09-13 
09:43:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes   2016-02-17 
12:25:18.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 11 13:43:14 UTC 2016 - rguent...@suse.com
+
+- syslinux-4.04-miniacc.diff: fixup broken conformance tests
+
+---

New:

  syslinux-4.04-miniacc.diff



Other differences:
--
++ syslinux.spec ++
--- /var/tmp/diff_new_pack.uQdmp9/_old  2016-02-17 12:25:19.0 +0100
+++ /var/tmp/diff_new_pack.uQdmp9/_new  2016-02-17 12:25:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package syslinux
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -53,6 +53,7 @@
 Patch14:%{name}-%{version}-timeout.diff
 Patch15:%{name}-%{version}-cache_fix.diff
 Patch16:%{name}-%{version}-mtime.diff
+Patch17:%{name}-%{version}-miniacc.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -85,6 +86,7 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17
 
 %build
 cp %{SOURCE2} .

++ syslinux-4.04-miniacc.diff ++
Index: lzo/src/miniacc.h
===
--- lzo/src/miniacc.h.orig  2016-02-11 14:37:17.029802775 +0100
+++ lzo/src/miniacc.h   2016-02-11 14:38:38.086742103 +0100
@@ -4412,12 +4412,12 @@ ACCLIB_EXTERN(int, acc_spawnve) (int mod
 #if defined(__MSDOS__) && defined(__TURBOC__) && (__TURBOC__ < 0x0150)
 #elif 1 && (ACC_CC_SUNPROC) && !defined(ACCCHK_CFG_PEDANTIC)
 #else
-ACCCHK_ASSERT((1   << (8*SIZEOF_INT-1)) < 0)
+ACCCHK_ASSERT((int)(1u   << (8*SIZEOF_INT-1)) < 0)
 #endif
 ACCCHK_ASSERT((1u  << (8*SIZEOF_INT-1)) > 0)
 #if 1 && (ACC_CC_SUNPROC) && !defined(ACCCHK_CFG_PEDANTIC)
 #else
-ACCCHK_ASSERT((1l  << (8*SIZEOF_LONG-1)) < 0)
+ACCCHK_ASSERT((long)(1ul  << (8*SIZEOF_LONG-1)) < 0)
 #endif
 ACCCHK_ASSERT((1ul << (8*SIZEOF_LONG-1)) > 0)
 #if defined(acc_int16e_t)
@@ -4646,7 +4646,7 @@ ACCLIB_EXTERN(int, acc_spawnve) (int mod
 #elif 1 && (ACC_CC_LCC || ACC_CC_LCCWIN32) && !defined(ACCCHK_CFG_PEDANTIC)
 #elif 1 && (ACC_CC_SUNPROC) && !defined(ACCCHK_CFG_PEDANTIC)
 #elif !defined(ACC_BROKEN_INTEGRAL_PROMOTION) && (SIZEOF_INT > 1)
-ACCCHK_ASSERT( (((unsigned char)128) << (int)(8*sizeof(int)-8)) < 0)
+ACCCHK_ASSERT( (int)((unsigned int)((unsigned char)128) << 
(int)(8*sizeof(int)-8)) < 0)
 #endif
 #if (ACC_CC_BORLANDC && (__BORLANDC__ >= 0x0530) && (__BORLANDC__ < 0x0560))
 #  pragma option pop



commit u-boot for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2016-02-17 10:26:12

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


Package is "u-boot"

Changes:

--- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 
2016-02-09 16:50:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes
2016-02-17 12:25:42.0 +0100
@@ -1,0 +2,11 @@
+Sat Feb 13 14:56:43 UTC 2016 - afaer...@suse.de
+
+- Enable Hyundai_A7HD, superseding :Contrib:sunxi package
+
+---
+Thu Feb  9 13:02:26 UTC 2016 - afaer...@suse.de
+
+- Adjust installation path for qemu-ppce500 to replace qemu-ppc's
+* Pull in qemu (not qemu-ppc) for directory ownership
+
+---
u-boot-a13-olinuxino.changes: same change
u-boot-a13-olinuxinom.changes: same change
u-boot-a20-olinuxino-lime.changes: same change
u-boot-a20-olinuxino-lime2.changes: same change
u-boot-a20-olinuxinomicro.changes: same change
u-boot-am335xevm.changes: same change
u-boot-am57xxevm.changes: same change
u-boot-am57xxevmnodt.changes: same change
u-boot-arndale.changes: same change
u-boot-bananapi.changes: same change
u-boot-colibrit20.changes: same change
u-boot-cubieboard.changes: same change
u-boot-cubieboard2.changes: same change
u-boot-cubietruck.changes: same change
u-boot-firefly-rk3288.changes: same change
u-boot-highbank.changes: same change
New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-hyundaia7hd.changes   
2016-02-17 12:25:42.0 +0100
@@ -0,0 +1,982 @@
+---
+Sat Feb 13 14:56:43 UTC 2016 - afaer...@suse.de
+
+- Enable Hyundai_A7HD, superseding :Contrib:sunxi package
+
+---
+Thu Feb  9 13:02:26 UTC 2016 - afaer...@suse.de
+
+- Adjust installation path for qemu-ppce500 to replace qemu-ppc's
+* Pull in qemu (not qemu-ppc) for directory ownership
+
+---
+Tue Feb  9 00:03:18 UTC 2016 - afaer...@suse.de
+
+- Add Jetson TX1 board (p2371-2180)
+- Fix indentation of last Patch line in .spec.in to match .spec
+
+---
+Mon Feb  1 19:35:45 UTC 2016 - ag...@suse.com
+
+- Add patch to fix exynos armv7 kvm support
+  * adds u-boot-exynos.patch
+
+---
+Tue Jan 19 14:15:58 UTC 2016 - afaer...@suse.de
+
+- Prepare for non-/boot installation directories
+* For /boot/vc pull in raspberrypi-firmware package
+
+---
+Fri Jan 15 21:19:43 UTC 2016 - os...@naiandei.net
+
+- Add udoo (dual and quad) boards
+  * adds 0001-udoo-use-load-instead-of-fatload.patch
+
+---
+Thu Jan 14 15:43:36 UTC 2016 - afaer...@suse.de
+
+- Add qemu-ppce500, to replace u-boot.e500 blob in qemu package
+* Override CROSS_COMPILE variable to use native gcc
+
+---
+Wed Jan 13 14:07:32 UTC 2016 - guilla...@opensuse.org
+
+- Update to 2016.01
+
+---
+Mon Jan 11 11:08:50 UTC 2016 - guilla...@opensuse.org
+
+- Update to 2016.01-rc4
+
+---
+Mon Dec 28 13:50:10 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2016.01-rc3
+
+---
+Sun Dec 20 20:56:54 UTC 2015 - afaer...@suse.de
+
+- Suppress stripping debug info - it affects u-boot-jetson-tk1
+- Install rpi and rpi2 binaries to /boot/vc
+
+---
+Tue Dec 15 09:27:03 UTC 2015 - guilla...@opensuse.org
+
+- Backport U-Boot-am335x_evm-Don-t-undef-CONFIG_BOOTDELAY.patch
+  to fix bootdelay on Beaglebone board
+
+---
+Tue Dec 15 09:15:30 UTC 2015 - guilla...@opensuse.org
+
+- Add orangepi_pc board
+
+---
+Fri Dec 11 09:23:17 UTC 2015 - guilla...@opensuse.org
+
+- Add support to am57xx_evm (beagle_x15 with u-boot DT)
+
+---
+Fri Dec 11 09:08:25 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2016.01-rc2:
+- Rename 'beagle_x15' to 'am57xx_evm_nodt' to follow upstream
+- Remove upstreamed patch:
+  * 

commit wireless-regdb for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package wireless-regdb for openSUSE:Factory 
checked in at 2016-02-17 10:31:50

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


Package is "wireless-regdb"

Changes:

--- /work/SRC/openSUSE:Factory/wireless-regdb/wireless-regdb.changes
2016-01-05 09:39:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireless-regdb.new/wireless-regdb.changes   
2016-02-17 12:26:12.0 +0100
@@ -1,0 +2,11 @@
+Sat Feb 13 10:36:18 UTC 2016 - afaer...@suse.de
+
+- Explicitly require xz, fixing tar errors for SLE11 builds
+- Work around a mismatch of lib vs. lib64 on SLE11 x86_64
+
+---
+Tue Feb  9 21:51:01 UTC 2016 - mplus...@suse.com
+
+- Update to 2016.02.08
+
+---

Old:

  wireless-regdb-2015.12.14.tar.xz

New:

  wireless-regdb-2016.02.08.tar.xz



Other differences:
--
++ wireless-regdb.spec ++
--- /var/tmp/diff_new_pack.pXMpC0/_old  2016-02-17 12:26:13.0 +0100
+++ /var/tmp/diff_new_pack.pXMpC0/_new  2016-02-17 12:26:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wireless-regdb
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   wireless-regdb
-Version:2015.12.14
+Version:2016.02.08
 Release:0
 Summary:802.11 regulatory domain database
 License:ISC
 Group:  Hardware/Wifi
 Url:
http://wireless.kernel.org/en/developers/Regulatory#The_regulatory_database
 Source: 
https://www.kernel.org/pub/software/network/wireless-regdb/%{name}-%{version}.tar.xz
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -31,13 +32,18 @@
 The 802.11 regulatory domain database is used by CRDA and provides
 allowed frequency ranges for 802.11 wireless drivers.
 
+%if 0%{?suse_version} == 1110
+# _libexecdir points to /usr/lib64 for SLE11
+%define _libexecdir %{_prefix}/lib
+%endif
+
 %prep
 %setup -q
 
 %build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
@@ -45,6 +51,6 @@
 %dir %{_libexecdir}/crda/pubkeys
 %{_libexecdir}/crda/regulatory.bin
 %{_libexecdir}/crda/pubkeys/*pem
-%{_mandir}/man5/regulatory.bin.5.gz
+%{_mandir}/man5/regulatory.bin.5%{ext_man}
 
 %changelog

++ wireless-regdb-2015.12.14.tar.xz -> wireless-regdb-2016.02.08.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wireless-regdb-2015.12.14/db.txt 
new/wireless-regdb-2016.02.08/db.txt
--- old/wireless-regdb-2015.12.14/db.txt2015-12-14 17:52:47.0 
+0100
+++ new/wireless-regdb-2016.02.08/db.txt2016-02-08 16:02:58.0 
+0100
@@ -275,6 +275,12 @@
(5490 - 5730 @ 20), (24), DFS
(5735 - 5835 @ 20), (30)
 
+# http://www.mincom.gob.cu/?q=marcoregulatorio
+# - Redes Informáticas
+# Resolución 127, 2011 - Reglamento Banda 2,4 GHz.
+country CU: DFS-FCC
+   (2400 - 2483.5 @ 40), (200 mW)
+
 country CX: DFS-FCC
(2402 - 2482 @ 40), (20)
(5170 - 5250 @ 80), (24), AUTO-BW
Files old/wireless-regdb-2015.12.14/regulatory.bin and 
new/wireless-regdb-2016.02.08/regulatory.bin differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wireless-regdb-2015.12.14/sha1sum.txt 
new/wireless-regdb-2016.02.08/sha1sum.txt
--- old/wireless-regdb-2015.12.14/sha1sum.txt   2015-12-14 17:52:47.0 
+0100
+++ new/wireless-regdb-2016.02.08/sha1sum.txt   2016-02-08 16:02:58.0 
+0100
@@ -1 +1 @@
-d2121f4f06170545810265c8ba1088cf6ed9ad4d  db.txt
+ff34bc3f118521d45c3c0872e152635a3d0e8f5d  db.txt




commit virt-what for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package virt-what for openSUSE:Factory 
checked in at 2016-02-17 10:24:33

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


Package is "virt-what"

Changes:

--- /work/SRC/openSUSE:Factory/virt-what/virt-what.changes  2015-11-22 
11:02:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.virt-what.new/virt-what.changes 2016-02-17 
12:26:05.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 11 16:06:59 UTC 2016 - mplus...@suse.com
+
+- Add gpg signature
+- Tiny spec file cleanup
+
+---

New:

  virt-what-1.15.tar.gz.sig
  virt-what.keyring



Other differences:
--
++ virt-what.spec ++
--- /var/tmp/diff_new_pack.wFIfR9/_old  2016-02-17 12:26:06.0 +0100
+++ /var/tmp/diff_new_pack.wFIfR9/_new  2016-02-17 12:26:06.0 +0100
@@ -23,7 +23,9 @@
 License:GPL-2.0+
 Group:  System/Console
 Url:http://people.redhat.com/~rjones/virt-what
-Source: 
http://people.redhat.com/~rjones/%{name}/files/%{name}-%{version}.tar.gz
+Source0:
http://people.redhat.com/~rjones/%{name}/files/%{name}-%{version}.tar.gz
+Source1:
http://people.redhat.com/~rjones/%{name}/files/%{name}-%{version}.tar.gz.sig
+Source2:%{name}.keyring
 %ifarch %{ix86} x86_64 aarch64 %arm
 Requires:   dmidecode
 %endif
@@ -50,16 +52,16 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %check
-make check %{?_smp_mflags}
+make %{?_smp_mflags} check
 
 %files
 %defattr(-,root,root)
 %doc README COPYING
 %{_sbindir}/virt-what
-%{_mandir}/man1/*.1*
+%{_mandir}/man1/virt-what.1%{ext_man}
 %{_libexecdir}/virt-what-cpuid-helper
 
 %changelog




commit x11vnc for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package x11vnc for openSUSE:Factory checked 
in at 2016-02-17 10:26:26

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


Package is "x11vnc"

Changes:

--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes2015-05-26 
12:35:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.x11vnc.new/x11vnc.changes   2016-02-17 
12:26:16.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 16 20:15:07 UTC 2016 - opens...@dstoecker.de
+
+- again set proper options for vncclient, autodetect client type
+
+---



Other differences:
--

++ x11vnc_ssh ++
--- /var/tmp/diff_new_pack.Oa8DGL/_old  2016-02-17 12:26:17.0 +0100
+++ /var/tmp/diff_new_pack.Oa8DGL/_new  2016-02-17 12:26:17.0 +0100
@@ -18,7 +18,18 @@
 
 # You can add -threads here if it works stable enough for you
 cmd="x11vnc -display :$disp -localhost -allinput -rfbauth ~/.vnc/passwd $2"
-enc="copyrect tight zlib corre rre raw"
+
+# Set options for a performant connection:
+# detect tightvnc, tigervnc and allows VNCOPTS variable for user input
+if [ -n "$VNCOPTS" ]; then
+  opts=$VNCOPTS
+else
+  if [ -n "$(vncviewer -h 2>&1|grep tigervnc)" ]; then
+opts="-compresslevel=6 -qualitylevel=6 -autoselect=1"
+  elif [ -n "$(vncviewer -h 2>&1|grep tightvnc)" ]; then
+opts="-quality 8 -compresslevel 6 -encodings \"copyrect tight zlib corre 
rre raw\""
+  fi
+fi
 
 port=4
 
@@ -71,7 +82,7 @@
 for i in 1 2 3
 do
sleep 2
-   echo "vncviewer :$port $3"
-   if vncviewer :$port $3; then break; fi
+   echo "vncviewer $opts :$port $3"
+   if vncviewer $opts :$port $3; then break; fi
 done
 




commit uwsgi for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package uwsgi for openSUSE:Factory checked 
in at 2016-02-17 10:26:05

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


Package is "uwsgi"

Changes:

--- /work/SRC/openSUSE:Factory/uwsgi/uwsgi.changes  2015-11-12 
19:41:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.uwsgi.new/uwsgi.changes 2016-02-17 
12:25:58.0 +0100
@@ -1,0 +2,42 @@
+Thu Jan  7 13:50:57 UTC 2016 - buschman...@opensuse.org
+
+- Udate to version 2.0.12
+  * Bugfixes
+* ‘rpcvar’ routing action correctly returns NEXT on empty response
+* uwsgiconfig: fix handling of empty keys in python3 (Simone Basso)
+* plugins/alarm_speech: fix AppKit spelling to support
+  case-sensitive filesystems (Andrew Janke)
+* Fix inheriting INET address 0.0.0.0 (INADA Naoki)
+* core/xmlconf: correctly initialize libxml2 (Riccardo Magliocchetti)
+* Pass LIBDIR to linker in python plugin (Borys Pierov)
+* Platforms-related build fixes for pty, forkptyrouter and mono
+  plugins (Jonas Smedegaard and Riccardo Magliocchetti)
+  * New Features
+* The custom worker api - Finally you are able to override the uWSGI
+  processing model to completeley get control of it.
+  https://github.com/unbit/uwsgi-docs/blob/master/WorkerOverride.rst
+* --wsgi-disable-file-wrapper - This option disables the wsgi.file_wrapper
+  optimization of the WSGI standard. IN some corner case this is
+  the only trick to avoid errors.
+* Official PHP7 support - PHP 7 is now officially supported in
+  the php plugin.
+* uwsgi.spooler_get_task api (Credits: Alexandre Bonnetain)
+  This patch allows you to easily parse spooler files.
+* --if-hostname-match (Credits: Alexandre Bonnetain)
+  This options for config logic allows you to define options only
+  when a regexp over the hostname machtes.
+- Update patch 1 - uwsgi-1.9.17-no-LD_RUN_PATH.patch - renamed patch
+  file to uwsgi-2.0.12-no-LD_RUN_PATH.patch
+
+---
+Fri Nov  6 17:33:31 UTC 2015 - buschman...@opensuse.org
+
+- Update to version 2.0.11.2
+  * Bugfixes
+* OSX 10.11 supports TCP_FASTOPEN
+* fixed http-socket parser state after harakiri
+* fixed threaded request logger
+* fixed fastrouter subscriptions modifiers
+* fixed alarm backlog 
+
+---

Old:

  uwsgi-1.9.17-no-LD_RUN_PATH.patch
  uwsgi-2.0.11.1.tar.gz

New:

  uwsgi-2.0.12-no-LD_RUN_PATH.patch
  uwsgi-2.0.12.tar.gz



Other differences:
--
++ uwsgi.spec ++
--- /var/tmp/diff_new_pack.YzcCeJ/_old  2016-02-17 12:25:59.0 +0100
+++ /var/tmp/diff_new_pack.YzcCeJ/_new  2016-02-17 12:25:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uwsgi
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   uwsgi
-Version:2.0.11.1
+Version:2.0.12
 Release:0
 Summary:Application Container Server for Networked/Clustered Web 
Applications
 License:GPL-2.0-with-GCC-exception
@@ -35,7 +35,7 @@
 # PATCH-FIX-OPENSUSE uwsgi-1.9.17-plugin_build_path.patch - Don't attempt to 
install plugins to target dest during build
 Patch0: uwsgi-1.9.17-plugin_build_path.patch
 # PATCH-FIX-OPENSUSE uwsgi-1.9.17-no-LD_RUN_PATH.patch - Disable invalid rpath 
in plugins
-Patch1: uwsgi-1.9.17-no-LD_RUN_PATH.patch
+Patch1: uwsgi-2.0.12-no-LD_RUN_PATH.patch
 # PATCH-FIX-OPENSUSE uwsgi-1.9.13-objc_gc-no-fobjc-gc.patch - No -fobjc-gc in 
CFLAGS, which is incorrect in GNU
 Patch2: uwsgi-1.9.13-objc_gc-no-fobjc-gc.patch
 # PATCH-FIX-OPENSUSE uwsgi-1.9.11-systemd_logger-old_systemd.patch - Older 
systemd in 12.2 does not implicity include syslog.h

++ uwsgi-1.9.17-no-LD_RUN_PATH.patch -> uwsgi-2.0.12-no-LD_RUN_PATH.patch 
++
--- /work/SRC/openSUSE:Factory/uwsgi/uwsgi-1.9.17-no-LD_RUN_PATH.patch  
2013-09-26 11:53:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.uwsgi.new/uwsgi-2.0.12-no-LD_RUN_PATH.patch 
2016-02-17 12:25:58.0 +0100
@@ -1,6 +1,6 @@
 a/plugins/jvm/uwsgiplugin.py
-+++ b/plugins/jvm/uwsgiplugin.py
-@@ -59,11 +59,6 @@ if "-framework JavaVM" in JVM_LIBPATH:
+--- a/plugins/jvm/uwsgiplugin.py   2015-12-30 10:08:49.0 +0100
 b/plugins/jvm/uwsgiplugin.py   2016-01-07 14:35:31.212291749 +0100
+@@ -65,11 +65,6 @@ if "-framework 

commit xf86-video-freedreno for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-freedreno for 
openSUSE:Factory checked in at 2016-02-17 10:25:15

Comparing /work/SRC/openSUSE:Factory/xf86-video-freedreno (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-freedreno.new (New)


Package is "xf86-video-freedreno"

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-freedreno/xf86-video-freedreno.changes
2015-05-15 14:21:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-freedreno.new/xf86-video-freedreno.changes
   2016-02-17 12:26:24.0 +0100
@@ -1,0 +2,9 @@
+Sat Feb 13 12:16:43 UTC 2016 - afaer...@suse.de
+
+- Updated to v1.4.0:
+* Couple bug fixes
+* Add output name for DSI (so doesn't show up as "Unknown")
+- Don't package .la file
+- Use %x11_abi_videodrv_req macro
+
+---

Old:

  xf86-video-freedreno-1.3.0.tar.bz2
  xf86-video-freedreno-1.3.0.tar.bz2.sig

New:

  xf86-video-freedreno-1.4.0.tar.bz2
  xf86-video-freedreno-1.4.0.tar.bz2.sig



Other differences:
--
++ xf86-video-freedreno.spec ++
--- /var/tmp/diff_new_pack.rpsVNA/_old  2016-02-17 12:26:25.0 +0100
+++ /var/tmp/diff_new_pack.rpsVNA/_new  2016-02-17 12:26:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-freedreno
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:X.Org X server -- freedreno display driver
 License:MIT and BSD-3-Clause
 Group:  System/X11/Servers/XF86_4
-Version:1.3.0
+Version:1.4.0
 Release:0.0
 ExclusiveArch:  %arm
 Url:https://github.com/freedreno/xf86-video-freedreno
@@ -42,6 +42,8 @@
 BuildRequires:  pkgconfig(xorg-server)
 BuildRequires:  pkgconfig(xproto)
 
+%x11_abi_videodrv_req
+
 %description
 Open-source X.org graphics driver for Qualcomm Adreno graphics
 
@@ -55,12 +57,12 @@
 
 %install
 %make_install
+find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
 %files
 %defattr(-,root,root,-)
 %dir %{_libdir}/xorg/modules/drivers
 %{_libdir}/xorg/modules/drivers/*.so
-%{_libdir}/xorg/modules/drivers/*.la
 %doc %{_mandir}/man4/freedreno.4.gz
 /usr/share/X11/xorg.conf.d/42-freedreno.conf
 

++ xf86-video-freedreno-1.3.0.tar.bz2 -> xf86-video-freedreno-1.4.0.tar.bz2 
++
 1918 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-freedreno-1.3.0/NEWS new/xf86-video-freedreno-1.4.0/NEWS
--- old/xf86-video-freedreno-1.3.0/NEWS 2014-10-04 13:59:21.0 +0200
+++ new/xf86-video-freedreno-1.4.0/NEWS 2015-10-08 20:56:08.0 +0200
@@ -1,3 +1,13 @@
+Release 1.4.0 (2015-10-08)
+==
+
+ * Couple bug fixes
+
+ * Add output name for DSI (so doesn't show up as "Unknown")
+
+NOTE: if you have a new enough xserver to use xf86-video-modesetting
+with glamor, you probably should.
+
 Release 1.3.0 (2014-10-04)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-freedreno-1.3.0/compile new/xf86-video-freedreno-1.4.0/compile
--- old/xf86-video-freedreno-1.3.0/compile  1970-01-01 01:00:00.0 
+0100
+++ new/xf86-video-freedreno-1.4.0/compile  2015-06-15 20:53:24.0 
+0200
@@ -0,0 +1,347 @@
+#! /bin/sh
+# Wrapper for compilers which do not understand '-c -o'.
+
+scriptversion=2012-10-14.11; # UTC
+
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Written by Tom Tromey .
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.

commit varnish for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package varnish for openSUSE:Factory checked 
in at 2016-02-17 10:26:45

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


Package is "varnish"

Changes:

--- /work/SRC/openSUSE:Factory/varnish/varnish.changes  2015-03-30 
19:33:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.varnish.new/varnish.changes 2016-02-17 
12:26:01.0 +0100
@@ -1,0 +2,20 @@
+Tue Feb 16 12:52:51 UTC 2016 - eshmar...@suse.com
+
+- disable silent rules in spec file.
+- enable testsuite for varnish. 
+
+---
+Tue Feb 16 12:16:47 UTC 2016 - eshmar...@suse.com
+
+- Update to new upstream release 4.1.1
+* Improved security features (jails).
+* Support for PROXY protocol.
+* Warm and cold VCL states.
+* Backends defined through VMODs.
+* A lot of bugs were fixed. 
+- Delete 0001-Fail-fetch-on-malformed-Content-Length-header.patch,
+this issue was fixed in upstream.
+- Add 'su varnish varnish' line to varnish.logrotate file.
+- Cleanup with spec-cleaner. 
+
+---

Old:

  0001-Fail-fetch-on-malformed-Content-Length-header.patch
  varnish-4.0.3.tar.gz

New:

  varnish-4.1.1.tar.gz



Other differences:
--
++ varnish.spec ++
--- /var/tmp/diff_new_pack.vC7Tvl/_old  2016-02-17 12:26:02.0 +0100
+++ /var/tmp/diff_new_pack.vC7Tvl/_new  2016-02-17 12:26:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package varnish
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,17 @@
 #
 
 
-Name:   varnish
 %define library_name libvarnishapi1
-Version:4.0.3
+%define pkg_home %_localstatedir/lib/%name
+%define pkg_logdir   %_localstatedir/log/%name
+%define pkg_cachedir %_localstatedir/cache/%name
+Name:   varnish
+Version:4.1.1
 Release:0
-Summary:Varnish is a high-performance HTTP accelerator
+Summary:High-performance HTTP accelerator
 License:BSD-2-Clause
 Group:  Productivity/Networking/Web/Proxy
-Url:http://varnish-cache.org/
-
+URL:http://varnish-cache.org/
 #Git-Clone:git://git.varnish-cache.org/varnish-cache
 #Git-Web:  https://varnish-cache.org/trac/browser
 Source:
https://repo.varnish-cache.org/source/%name-%version.tar.gz
@@ -32,25 +34,20 @@
 Source5:varnish.logrotate
 Source7:varnish.service
 Source8:varnishlog.service
-Patch1: 0001-Fail-fetch-on-malformed-Content-Length-header.patch
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libxslt
 BuildRequires:  ncurses-devel
 BuildRequires:  pcre-devel
 BuildRequires:  pkgconfig
-BuildRequires:  readline-devel
 BuildRequires:  python-docutils
+BuildRequires:  readline-devel
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  xz
+Requires:   c_compiler
+BuildRoot:  %_tmppath/%name-%version-build
 Prereq(post):  %_sbindir/useradd %_sbindir/groupadd
 %if 0%{?suse_version} >= 1010
 Recommends: logrotate
 %endif
-BuildRequires:  systemd-rpm-macros
-%define pkg_home %_localstatedir/lib/%name
-%define pkg_logdir   %_localstatedir/log/%name
-%define pkg_cachedir %_localstatedir/cache/%name
-Requires:   c_compiler
 
 %description
 Varnish is an HTTP accelerator. An HTTP accelerator (often called Reverse
@@ -79,9 +76,9 @@
 This package holds the shared libraries for varnish.
 
 %package devel
-Requires:   %name = %version
 Summary:Development files for Varnish
 Group:  Development/Libraries/C and C++
+Requires:   %name = %version
 
 %description devel
 Varnish is an HTTP accelerator. An HTTP accelerator (often called Reverse
@@ -97,12 +94,12 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
 
 %build
 export CFLAGS="%optflags -fstack-protector"
 %configure --disable-static --docdir="%_docdir/%name" \
-   --localstatedir=%_localstatedir/cache/ \
+   --localstatedir="%_localstatedir/cache/" \
+   --disable-silent-rules \
--enable-developer-warnings
 make %{?_smp_mflags}
 
@@ -117,7 +114,7 @@
 install -Dpm 0644 "%{S:5}" "$b/%_sysconfdir/logrotate.d/varnish";
 #
 ##init scripts
-install -Dpm 0644 "%{S:3}" "$b/var/adm/fillup-templates/sysconfig.%name";
+install -Dpm 0644 "%{S:3}" 
"$b%_localstatedir/adm/fillup-templates/sysconfig.%name";
 install -Dpm 0644 "%{S:7}" "$b/%_unitdir/varnish.service";
 install -Dpm 0644 

commit xerces-j2 for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package xerces-j2 for openSUSE:Factory 
checked in at 2016-02-17 10:32:17

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


Package is "xerces-j2"

Changes:

--- /work/SRC/openSUSE:Factory/xerces-j2/xerces-j2.changes  2014-08-01 
19:26:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.xerces-j2.new/xerces-j2.changes 2016-02-17 
12:26:22.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 11 15:12:31 UTC 2016 - tchva...@suse.com
+
+- Add patches for bnc#814241 upstream#1616
+  * arrays-doubling.patch
+  * scan-pseudo-attribute.patch
+
+---

New:

  arrays-doubling.patch
  scan-pseudo-attribute.patch



Other differences:
--
++ xerces-j2.spec ++
--- /var/tmp/diff_new_pack.Q3BofI/_old  2016-02-17 12:26:23.0 +0100
+++ /var/tmp/diff_new_pack.Q3BofI/_new  2016-02-17 12:26:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xerces-j2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,12 +30,16 @@
 Source3:%{name}-version.1
 Source4:%{name}-constants.sh
 Source5:%{name}-constants.1
+# PATCH-FIX-UPSTREAM bnc#814241 XERCESJ-1616
+Patch0: arrays-doubling.patch
+Patch1: scan-pseudo-attribute.patch
+BuildRequires:  dos2unix
 # some build requirements removed to enable jpackage bootstrap. this is
 # the first package built, and we use the libraries in the tools subdir
 # for it.
-BuildRequires:  java-1_5_0-gcj-compat-devel
 #!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
 #!BuildIgnore:  antlr antlr-java
+BuildRequires:  java-1_5_0-gcj-compat-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 Requires(post): update-alternatives
@@ -160,6 +164,10 @@
 %setup -q -T -a 1 -D -n xerces-%{cvs_version}
 %setup -q -T -D -n xerces-%{cvs_version}
 
+find -type f -print |xargs -i dos2unix {}
+%patch0 -p1
+%patch1 -p1
+
 echo 'javac.target=1.5' > build.properties
 echo 'javac.source=1.5' >> build.properties
 

++ arrays-doubling.patch ++
--- xerces/src/org/apache/xerces/util/XMLStringBuffer.java  2006/09/18 
05:12:57 447241
+++ xerces/src/org/apache/xerces/util/XMLStringBuffer.java  2013/07/25 
18:13:37
@@ -111,12 +111,13 @@ 
  */
 public void append(char c) {
 if (this.length + 1 > this.ch.length) {
-int newLength = this.ch.length*2;
-if (newLength < this.ch.length + DEFAULT_SIZE)
-newLength = this.ch.length + DEFAULT_SIZE;
-char[] newch = new char[newLength];
-System.arraycopy(this.ch, 0, newch, 0, this.length);
-this.ch = newch;
+int newLength = this.ch.length * 2;
+if (newLength < this.ch.length + DEFAULT_SIZE) {
+newLength = this.ch.length + DEFAULT_SIZE;
+}
+char[] newch = new char[newLength];
+System.arraycopy(this.ch, 0, newch, 0, this.length);
+this.ch = newch;
 }
 this.ch[this.length] = c;
 this.length++;
@@ -130,9 +131,10 @@ 
 public void append(String s) {
 int length = s.length();
 if (this.length + length > this.ch.length) {
-int newLength = this.ch.length*2;
-if (newLength < this.length + length + DEFAULT_SIZE)
+int newLength = this.ch.length * 2;
+if (newLength < this.length + length + DEFAULT_SIZE) {
 newLength = this.ch.length + length + DEFAULT_SIZE;
+}
 char[] newch = new char[newLength];
 System.arraycopy(this.ch, 0, newch, 0, this.length);
 this.ch = newch;
@@ -150,7 +152,11 @@ 
  */
 public void append(char[] ch, int offset, int length) {
 if (this.length + length > this.ch.length) {
-char[] newch = new char[this.ch.length + length + DEFAULT_SIZE];
+int newLength = this.ch.length * 2;
+if (newLength < this.length + length + DEFAULT_SIZE) {
+newLength = this.ch.length + length + DEFAULT_SIZE;
+}
+char[] newch = new char[newLength];
 System.arraycopy(this.ch, 0, newch, 0, this.length);
 this.ch = newch;
 }
++ scan-pseudo-attribute.patch ++
--- xerces/src/org/apache/xerces/impl/XMLScanner.java   2013/07/03 18:25:06 
1499505
+++ 

commit yast2-add-on for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2016-02-17 10:33:19

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


Package is "yast2-add-on"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes
2015-10-20 16:20:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2016-02-17 12:26:50.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 11 15:15:24 CET 2016 - sch...@suse.de
+
+- Confirming add-on product licenses while AutoYaST installation.
+  (Fate#318945)
+- 3.1.12
+
+---

Old:

  yast2-add-on-3.1.11.tar.bz2

New:

  yast2-add-on-3.1.12.tar.bz2



Other differences:
--
++ yast2-add-on.spec ++
--- /var/tmp/diff_new_pack.AvgRRH/_old  2016-02-17 12:26:50.0 +0100
+++ /var/tmp/diff_new_pack.AvgRRH/_new  2016-02-17 12:26:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-add-on
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:3.1.11
+Version:3.1.12
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-add-on-3.1.11.tar.bz2 -> yast2-add-on-3.1.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.11/package/yast2-add-on.changes 
new/yast2-add-on-3.1.12/package/yast2-add-on.changes
--- old/yast2-add-on-3.1.11/package/yast2-add-on.changes2015-10-08 
15:00:10.0 +0200
+++ new/yast2-add-on-3.1.12/package/yast2-add-on.changes2016-02-12 
10:51:38.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Feb 11 15:15:24 CET 2016 - sch...@suse.de
+
+- Confirming add-on product licenses while AutoYaST installation.
+  (Fate#318945)
+- 3.1.12
+
+---
 Wed Oct  7 19:22:13 UTC 2015 - lsle...@suse.cz
 
 - restart the installation workflow to activate the new
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.11/package/yast2-add-on.spec 
new/yast2-add-on-3.1.12/package/yast2-add-on.spec
--- old/yast2-add-on-3.1.11/package/yast2-add-on.spec   2015-10-08 
15:00:10.0 +0200
+++ new/yast2-add-on-3.1.12/package/yast2-add-on.spec   2016-02-12 
10:51:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:3.1.11
+Version:3.1.12
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.11/src/clients/add-on_auto.rb 
new/yast2-add-on-3.1.12/src/clients/add-on_auto.rb
--- old/yast2-add-on-3.1.11/src/clients/add-on_auto.rb  2015-10-08 
15:00:10.0 +0200
+++ new/yast2-add-on-3.1.12/src/clients/add-on_auto.rb  2016-02-12 
10:51:38.0 +0100
@@ -179,23 +179,26 @@
 
 srcid = Pkg.SourceCreate(url, pth)
 
-if (srcid == -1 || srcid == nil) &&
-!Ops.get_boolean(prod, "ask_on_error", false)
-  # error report
-  Report.Error(_("Failed to add add-on product."))
-elsif (srcid == -1 || srcid == nil) &&
-Ops.get_boolean(prod, "ask_on_error", false)
-  Ops.set(
-prod,
-"ask_on_error",
-Popup.ContinueCancel(
+if (srcid == -1 || srcid == nil)
+  if Ops.get_boolean(prod, "ask_on_error", false)
+prod["ask_on_error"] = Popup.ContinueCancel(
   Builtins.sformat(
 _("Make the add-on \"%1\" available via \"%2\"."),
 Ops.get_string(prod, "product", ""),
 media
   )
 )
-  )
+  else
+# just report error
+Report.Error(_("Failed to add add-on product."))
+  end
+elsif Ops.get_boolean(prod, "confirm_license", false)
+  accepted = AddOnProduct.AcceptedLicenseAndInfoFile( srcid )
+  if accepted == false
+Builtins.y2warning("License not accepted, delete the 
repository and halt the system")
+Pkg.SourceDelete(srcid)
+   

commit xorg-x11-server for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2016-02-17 10:30:11

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


Package is "xorg-x11-server"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2016-01-23 01:15:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2016-02-17 12:26:38.0 +0100
@@ -1,0 +2,30 @@
+Wed Feb 10 15:07:32 UTC 2016 - e...@suse.com
+
+- u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch
+  Fix up primary device detection for the platform bus to fix the Xserver
+  on older iMacs (boo#835975).
+
+---
+Tue Feb  9 20:55:28 UTC 2016 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.18.1:
+  First release in the 1.18 stable branch. Major themes are bugfixes in
+  glamor, the modesetting driver, and the Present extension.
+
+  Xwayland users may want to apply the following pair of patches in
+  addition to this release:
+
+  https://patchwork.freedesktop.org/patch/72945/raw/
+  https://patchwork.freedesktop.org/patch/72951/raw/
+
+  which combined fix an input issue when hotplugging monitors. Both are
+  likely to be included in a future release unless testing discovers
+  further problems.
+
+- Remove upstreamed patches:
+  + ux_xserver_xvfb-randr.patch
+  + U_systemd-logind-do-not-rely-on-directed-signals.patch
+  + U_kdrive-UnregisterFd-Fix-off-by-one.patch
+  + U_modesetting-should-not-reference-gbm-when-it-s-not-d.patch
+
+---

Old:

  U_kdrive-UnregisterFd-Fix-off-by-one.patch
  U_modesetting-should-not-reference-gbm-when-it-s-not-d.patch
  U_systemd-logind-do-not-rely-on-directed-signals.patch
  ux_xserver_xvfb-randr.patch
  xorg-server-1.18.0.tar.bz2

New:

  u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch
  xorg-server-1.18.1.tar.bz2



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.C2k8p9/_old  2016-02-17 12:26:39.0 +0100
+++ /var/tmp/diff_new_pack.C2k8p9/_new  2016-02-17 12:26:39.0 +0100
@@ -26,7 +26,7 @@
 
 Name:   xorg-x11-server
 
-%define dirsuffix 1.18.0
+%define dirsuffix 1.18.1
 
 Summary:X
 License:MIT
@@ -167,7 +167,6 @@
 # PATCH-FIX-UPSTREAM u_x86emu-include-order.patch sch...@suse.de -- Change 
include order to avoid conflict with system header, remove duplicate definitions
 Patch102:   u_x86emu-include-order.patch
 Patch104:   u_xorg-server-xdmcp.patch
-Patch105:   ux_xserver_xvfb-randr.patch
 # PATCH-FIX-UPSTREAM u_exa-only-draw-valid-trapezoids.patch bnc#853846 
m...@suse.com -- Fixes possible crash of server using invalid trapezoids. 
2013-12-12 patch is waiting in mailing list to be upstreamed.
 Patch106:   u_exa-only-draw-valid-trapezoids.patch
 Patch112:   
u_render-Cast-color-masks-to-unsigned-long-before-shifting-them.patch
@@ -179,11 +178,9 @@
 
 Patch160:   u_vesa-Add-VBEDPMSGetCapabilities-VBEDPMSGet.patch
 
-Patch204:   U_systemd-logind-do-not-rely-on-directed-signals.patch
-Patch205:   U_kdrive-UnregisterFd-Fix-off-by-one.patch
 Patch206:   u_busfault_sigaction-Only-initialize-pointer-when-matched.patch
-Patch207:   U_modesetting-should-not-reference-gbm-when-it-s-not-d.patch
 Patch208:   u_Panning-Set-panning-state-in-xf86RandR12ScreenSetSize.patch
+Patch209:   
u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch
 
 Patch1000:  n_xserver-optimus-autoconfig-hack.patch
 
@@ -274,7 +271,6 @@
 %patch101
 %patch102 -p1
 %patch104 -p1
-%patch105 -p1
 %patch106 -p1
 
 %patch112 -p1
@@ -286,11 +282,9 @@
 
 %patch160 -p1
 
-%patch204 -p1
-%patch205 -p1
 %patch206 -p1
-%patch207 -p1
 %patch208 -p1
+%patch209 -p1
 
 %patch1000 -p1
 

++ 
u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch 
++
From: Egbert Eich 
Date: Wed Feb 10 15:55:51 2016 +0100
Subject: [PATCH]pci/primary: Fix up primary PCI device detection for the 
platfrom bus
Patch-mainline: to be upstreamed
Git-commit: 85d81d3ec321572aea31d34a87632442687a54f5

References: boo#835975
Signed-off-by: Egbert Eich 

The detection wheter a device is the primary PCI device currently
relies on libciaccess. This checks of the PCI device is a VGA boot
device. On some systems however, the primary card is not flagged
like that - this it is not discovered.
The subsequent PCI probing has a fallback heuristic designed for this
situation. This 

commit yaml-cpp for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package yaml-cpp for openSUSE:Factory 
checked in at 2016-02-17 10:25:10

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


Package is "yaml-cpp"

Changes:

--- /work/SRC/openSUSE:Factory/yaml-cpp/yaml-cpp.changes2015-11-16 
18:51:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.yaml-cpp.new/yaml-cpp.changes   2016-02-17 
12:26:48.0 +0100
@@ -1,0 +2,9 @@
+Fri Feb 12 21:14:16 UTC 2016 - mplus...@suse.com
+
+- Update to 0.5.3
+  * Bugfix release.
+  * This will be the last release that does not require C++11.
+- Drop upstreamed fix-node-regression.patch
+- Small spec file cleanups
+
+---

Old:

  fix-node-regression.patch
  yaml-cpp-0.5.2.tar.gz

New:

  yaml-cpp-0.5.3.tar.gz



Other differences:
--
++ yaml-cpp.spec ++
--- /var/tmp/diff_new_pack.STFFkU/_old  2016-02-17 12:26:49.0 +0100
+++ /var/tmp/diff_new_pack.STFFkU/_new  2016-02-17 12:26:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yaml-cpp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,14 @@
 
 
 %define library_name libyaml-cpp0_5
-
 Name:   yaml-cpp
-Version:0.5.2
+Version:0.5.3
 Release:0
 Summary:YAML parser and emitter in C++
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:https://github.com/jbeder/yaml-cpp/
 Source: 
https://github.com/jbeder/yaml-cpp/archive/release-%{version}/%{name}-%{version}.tar.gz
-Patch0: fix-node-regression.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  gcc
@@ -55,30 +53,28 @@
 Development files for %{name} library.
 
 %prep
-%setup -qn %{name}-release-%{version}
-%patch0 -p1
+%setup -q -n %{name}-release-%{version}
 
 %build
-%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ../
-make VERBOSE=1 %{?_smp_mflags}
+%cmake \
+  -DCMAKE_BUILD_TYPE=RelWithDebInfo
+make %{?_smp_mflags}
 
 %install
-cd build
-%makeinstall
+%cmake_install
 
 %post -n %{library_name} -p /sbin/ldconfig
-
 %postun -n %{library_name} -p /sbin/ldconfig
 
 %files -n %{library_name}
 %defattr(-,root,root,-)
-%doc license.txt
-%{_libdir}/lib*.so.*
+%doc LICENSE
+%{_libdir}/libyaml-cpp.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/yaml-cpp/
-%{_libdir}/lib*.so
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/libyaml-cpp.so
+%{_libdir}/pkgconfig/yaml-cpp.pc
 
 %changelog

++ yaml-cpp-0.5.2.tar.gz -> yaml-cpp-0.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-cpp-release-0.5.2/.gitignore 
new/yaml-cpp-release-0.5.3/.gitignore
--- old/yaml-cpp-release-0.5.2/.gitignore   1970-01-01 01:00:00.0 
+0100
+++ new/yaml-cpp-release-0.5.3/.gitignore   2016-01-10 19:11:40.0 
+0100
@@ -0,0 +1 @@
+build/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-cpp-release-0.5.2/.hgeol 
new/yaml-cpp-release-0.5.3/.hgeol
--- old/yaml-cpp-release-0.5.2/.hgeol   2015-03-30 04:31:56.0 +0200
+++ new/yaml-cpp-release-0.5.3/.hgeol   1970-01-01 01:00:00.0 +0100
@@ -1,4 +0,0 @@
-**.h = native
-**.c = native
-**.cpp = native
-**.txt = native
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-cpp-release-0.5.2/.hgignore 
new/yaml-cpp-release-0.5.3/.hgignore
--- old/yaml-cpp-release-0.5.2/.hgignore2015-03-30 04:31:56.0 
+0200
+++ new/yaml-cpp-release-0.5.3/.hgignore1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-syntax: glob
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-cpp-release-0.5.2/CMakeLists.txt 
new/yaml-cpp-release-0.5.3/CMakeLists.txt
--- old/yaml-cpp-release-0.5.2/CMakeLists.txt   2015-03-30 04:31:56.0 
+0200
+++ new/yaml-cpp-release-0.5.3/CMakeLists.txt   2016-01-10 19:11:40.0 
+0100
@@ -23,7 +23,7 @@
 
 set(YAML_CPP_VERSION_MAJOR "0")
 set(YAML_CPP_VERSION_MINOR "5")
-set(YAML_CPP_VERSION_PATCH "2")
+set(YAML_CPP_VERSION_PATCH "3")
 set(YAML_CPP_VERSION 
"${YAML_CPP_VERSION_MAJOR}.${YAML_CPP_VERSION_MINOR}.${YAML_CPP_VERSION_PATCH}")
 
 enable_testing()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-cpp-release-0.5.2/CONTRIBUTING.md 
new/yaml-cpp-release-0.5.3/CONTRIBUTING.md
--- 

commit yast2-theme for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2016-02-17 10:29:47

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


Package is "yast2-theme"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-SLE.changes  
2016-02-09 13:30:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-SLE.changes 
2016-02-17 12:26:58.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 10 13:12:22 UTC 2016 - c...@suse.com
+
+- Fix spelling of SUSE Linux. (bsc#964241)
+- 3.1.37 
+
+---

Old:

  yast2-theme-3.1.36.tar.bz2

New:

  yast2-theme-3.1.37.tar.bz2



Other differences:
--
++ yast2-theme-SLE.spec ++
--- /var/tmp/diff_new_pack.coJY1Z/_old  2016-02-17 12:26:59.0 +0100
+++ /var/tmp/diff_new_pack.coJY1Z/_new  2016-02-17 12:26:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-theme-SLE
-Version:3.1.36
+Version:3.1.37
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-theme.spec ++
--- /var/tmp/diff_new_pack.coJY1Z/_old  2016-02-17 12:26:59.0 +0100
+++ /var/tmp/diff_new_pack.coJY1Z/_new  2016-02-17 12:26:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-theme
-Version:3.1.36
+Version:3.1.37
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,7 +35,7 @@
 Group:  System/YaST
 
 %description
-Contains the SuSE Linux theme for YaST2.
+Contains the SUSE Linux theme for YaST2.
 
 %package -n yast2-branding-openSUSE
 Summary:YaST2 - Theme (openSUSE)

++ yast2-theme-3.1.36.tar.bz2 -> yast2-theme-3.1.37.tar.bz2 ++
/work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-3.1.36.tar.bz2 
/work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-3.1.37.tar.bz2 differ: 
char 11, line 1




<    1   2