commit opera for openSUSE:Factory:NonFree

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2016-09-16 11:03:17

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


Package is "opera"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2016-08-05 
18:18:21.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2016-09-16 
11:03:35.0 +0200
@@ -1,0 +2,17 @@
+Wed Sep 14 17:30:49 UTC 2016 - kiel...@gmail.com
+
+- Update to 39.0.2256.71:
+  * Deadlock when closing a bubble opened by touch
+  * Provide translations for additional 
+(VPN-related strings) for O39
+  * Crash in opera::FreedomProxyConfigurationImpl::
+RetrieveProxyServers
+  * [VPN] No temporary or permanent error when unable 
+to connect to API server
+  * Some requests bypass the proxy on startup (again)
+  * [Linux] Hints are cut off if they fall outside the main window
+  * SE-Proxy-Authorization header revealed for HTTPS 
+  * Whitelist some AV software certificates
+  * Store custom user agent postfix in registry
+
+---

Old:

  opera-stable_39.0.2256.48_amd64.deb
  opera-stable_39.0.2256.48_i386.deb

New:

  opera-stable_39.0.2256.71_amd64.deb
  opera-stable_39.0.2256.71_i386.deb



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.OQykA6/_old  2016-09-16 11:03:43.0 +0200
+++ /var/tmp/diff_new_pack.OQykA6/_new  2016-09-16 11:03:43.0 +0200
@@ -27,7 +27,7 @@
 %define alt_deb_arch amd64
 %endif
 Name:   opera
-Version:39.0.2256.48
+Version:39.0.2256.71
 Release:0
 Summary:Proprietary web browser
 License:SUSE-NonFree




commit trinity for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2016-09-16 11:02:48

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


Package is "trinity"

Changes:

--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2016-08-28 
12:18:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes 2016-09-16 
11:03:17.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 15 12:47:10 UTC 2016 - sle...@suse.de
+
+- Updated to 1.6+git.20160913
+  * Removed Provides: 20160315
+  * Removed Obsoletes: 20160315  
+
+---

Old:

  trinity-1.6+git.20160826.tar.xz

New:

  trinity-1.6+git.20160913.tar.xz



Other differences:
--
++ trinity.spec ++
--- /var/tmp/diff_new_pack.00PBxC/_old  2016-09-16 11:03:19.0 +0200
+++ /var/tmp/diff_new_pack.00PBxC/_new  2016-09-16 11:03:19.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define version_unconverted 1.6+git.20160826
+%define version_unconverted 1.6+git.20160913
 Name:   trinity
-Version:1.6+git.20160826
+Version:1.6+git.20160913
 Release:0
 Summary:A Linux System call fuzz tester
 License:GPL-2.0
@@ -28,10 +28,6 @@
 BuildRequires:  gcc
 BuildRequires:  make
 BuildRequires:  xz
-# older packages which use old versioning scheme need to be obsoleted,
-# this can be removed in the future
-Provides:   %{name} = 20160315
-Obsoletes:  %{name} = 20160315
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1320
 # needed for btrfs/ioctl.h

++ trinity-1.6+git.20160826.tar.xz -> trinity-1.6+git.20160913.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.6+git.20160826/include/params.h 
new/trinity-1.6+git.20160913/include/params.h
--- old/trinity-1.6+git.20160826/include/params.h   2016-08-26 
22:49:10.0 +0200
+++ new/trinity-1.6+git.20160913/include/params.h   2016-09-13 
17:18:12.0 +0200
@@ -49,6 +49,7 @@
 extern unsigned int random_selection_num;
 
 extern bool clowntown;
+extern bool show_stats;
 
 extern unsigned int kernel_taint_mask;
 extern bool kernel_taint_param_occured;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.6+git.20160826/include/stats.h 
new/trinity-1.6+git.20160913/include/stats.h
--- old/trinity-1.6+git.20160826/include/stats.h2016-08-26 
22:49:10.0 +0200
+++ new/trinity-1.6+git.20160913/include/stats.h2016-09-13 
17:18:12.0 +0200
@@ -10,3 +10,5 @@
/* Counts to tell if we're making progress or not. */
unsigned long previous_op_count;/* combined total of all 
children */
 };
+
+void dump_stats(void);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.6+git.20160826/include/syscall.h 
new/trinity-1.6+git.20160913/include/syscall.h
--- old/trinity-1.6+git.20160826/include/syscall.h  2016-08-26 
22:49:10.0 +0200
+++ new/trinity-1.6+git.20160913/include/syscall.h  2016-09-13 
17:18:12.0 +0200
@@ -70,6 +70,8 @@
.values = vals, \
 }
 
+#define NR_ERRNOS 133  // Number in /usr/include/asm-generic/errno.h
+
 struct results {
union {
// ARG_FD.  -1 = Avoid. 0 = untested. 1 = Works.
@@ -112,6 +114,9 @@
struct results results5;
struct results results6;
 
+   unsigned int successes, failures, attempted;
+   unsigned int errnos[NR_ERRNOS];
+
/* FIXME: At some point, if we grow more type specific parts here,
 * it may be worth union-ising this
 */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.6+git.20160826/include/tables.h 
new/trinity-1.6+git.20160913/include/tables.h
--- old/trinity-1.6+git.20160826/include/tables.h   2016-08-26 
22:49:10.0 +0200
+++ new/trinity-1.6+git.20160913/include/tables.h   2016-09-13 
17:18:12.0 +0200
@@ -58,7 +58,6 @@
 void sanity_check_tables(void);
 const char * print_syscall_name(unsigned int callno, bool is32bit);
 
-void enable_random_syscalls(void);
 void enable_random_syscalls_biarch(void);
 void enable_random_syscalls_uniarch(void);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.6+git.20160826/main.c 
new/trinity-1.6+git.20160913/main.c
--- old/trinity-1.6+git.20160826/main.c 2016-08-26 22:49:10.0 +0200
+++ new/trinity-1.6+git.20160913/main.c 2016-09-13 17:18:12.0 +0200
@@ -351,7 +351,7 @@
if 

commit bmake for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package bmake for openSUSE:Factory checked 
in at 2016-09-16 11:02:53

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


Package is "bmake"

Changes:

--- /work/SRC/openSUSE:Factory/bmake/bmake.changes  2016-06-19 
10:49:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.bmake.new/bmake.changes 2016-09-16 
11:03:19.0 +0200
@@ -1,0 +2,24 @@
+Thu Sep 15 12:38:58 UTC 2016 - rdodopou...@suse.com
+
+- 20160818
+  * its a neater number; pick up whitespace fixes to man page.
+  * Merge with NetBSD make, pick up
++ meta.c: move handling of .MAKE.META.IGNORE_* to meta_ignore()
+  so we can call it before adding entries to missingFiles.
+  Thus we do not track files we have been told to ignore.
++ meta_oodate: apply .MAKE.META.IGNORE_FILTER (if defined) to
+  pathnames, and skip if the expansion is empty.
+  Useful for dirdeps.mk when checking DIRDEPS_CACHE.
++ meta.c: remove all missingFiles entries that match a deleted
+  dir.
++ main.c: set .ERROR_CMD if possible.
++ dir.c: extend mtimes cache to others via cached_stat()
++ meta.c: missing filemon data is only relevant if we read a
+meta file.
+Also do not return oodate for a missing metafile if gn->path
+points to .CURDIR
++ cached_realpath(): avoid hitting filesystem more than necessary.
++ meta.c: refactor need_meta decision, add knobs for 
+  missing meta file and filemon data wrt out-of-datedness.
+
+---

Old:

  bmake-20160528.tar.gz

New:

  bmake-20160818.tar.gz



Other differences:
--
++ bmake.spec ++
--- /var/tmp/diff_new_pack.zQErRH/_old  2016-09-16 11:03:20.0 +0200
+++ /var/tmp/diff_new_pack.zQErRH/_new  2016-09-16 11:03:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   bmake
-Version:20160528
+Version:20160818
 Release:0
 Summary:The NetBSD make(1) tool
 License:BSD-2-Clause and BSD-3-Clause and BSD-4-Clause

++ bmake-20160528.tar.gz -> bmake-20160818.tar.gz ++
 2105 lines of diff (skipped)




commit netatalk for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2016-09-16 11:03:12

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


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2016-01-05 
21:55:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2016-09-16 
11:03:28.0 +0200
@@ -1,0 +2,31 @@
+Thu Sep 15 02:32:41 UTC 2016 - malcolmle...@opensuse.org
+
+- Update to version 3.1.10:
+  + FIX: Cannot build when ldap is not defined, bug #630.
+  + FIX: SIGHUP can cause core dump when mdns is enabled, bug #72.
+  + FIX: dsi_stream_read: len:0, unexpected EOF, bug #633.
+- Changes from version 3.1.9:
+  + FIX: afpd: fix "admin group" option.
+  + NEW: afpd: new options "force user" and "force group".
+  + FIX: Listening on IPv6 wildcard address may fail if IPv6 is
+disabled, bug #606.
+  + NEW: LibreSSL support, FR #98.
+  + FIX: cannot build when acl is not defined, bug #574.
+  + UPD: Use "tracker daemon" command instead of "tracker-control"
+command if Gnome Tracker is the recent version.
+  + NEW: configure options "--enable-rpath" and "--disable-rpath"
+which can be used to force setting of RPATH or disable it.
+  + NEW: configure option "--with-tracker-install-prefix" allows
+setting an alternate install prefix for tracker when
+cross-compiling.
+  + UPD: asip-status.pl: IPv6 support.
+  + UPD: asip-status.pl: show GSS-UAM SPNEGO blob.
+  + FIX: afpd: don’t use network IDs without LDAP, bug #621.
+  + FIX: afpd: reading from file may fail, bug #619.
+  + FIX: ad: ad cp may crash, bug #622.
+  + UPD: Update Unicode support to version 9.0.0.
+- Rebase netatalk-wrong-error-message.patch.
+- Rebase netatalk-libc-xattr.patch.
+- Update soname version to 18.
+
+---

Old:

  netatalk-3.1.8.tar.bz2

New:

  netatalk-3.1.10.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.3IZub7/_old  2016-09-16 11:03:31.0 +0200
+++ /var/tmp/diff_new_pack.3IZub7/_new  2016-09-16 11:03:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netatalk
 #
-# Copyright (c) 2015 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
@@ -18,9 +18,9 @@
 
 %define with_afpstats  0
 %define with_tracker_spotlight 0
-%define libmaj  17
+%define libmaj  18
 Name:   netatalk
-Version:3.1.8
+Version:3.1.10
 Release:0
 Summary:AFP Fileserver for Macintosh Clients
 License:GPL-2.0+
@@ -94,7 +94,7 @@
 
 %prep
 %setup -q -n netatalk-%{version}
-%patch0
+%patch0 -p1
 %patch2 -p1
 %patch3 -p1
 cp -avL %{SOURCE1} .

++ netatalk-3.1.8.tar.bz2 -> netatalk-3.1.10.tar.bz2 ++
 6652 lines of diff (skipped)

++ netatalk-libc-xattr.patch ++
--- /var/tmp/diff_new_pack.3IZub7/_old  2016-09-16 11:03:32.0 +0200
+++ /var/tmp/diff_new_pack.3IZub7/_new  2016-09-16 11:03:32.0 +0200
@@ -1,6 +1,7 @@
 netatalk-3.1.1.orig/macros/netatalk.m4
-+++ netatalk-3.1.1/macros/netatalk.m4
-@@ -896,11 +896,6 @@ fi
+diff -Naur a/macros/netatalk.m4 b/macros/netatalk.m4
+--- a/macros/netatalk.m4   2016-06-06 06:21:51.0 -0500
 b/macros/netatalk.m4   2016-09-14 21:55:35.011076662 -0500
+@@ -934,11 +934,6 @@
  if test x"$with_acl_support" != x"no" -a x"$ac_cv_have_acls" != x"yes" ; then
# Runtime checks for POSIX ACLs
AC_CHECK_LIB(acl,acl_get_file,[ACL_LIBS="$ACL_LIBS -lacl"])
@@ -12,7 +13,7 @@
  
AC_CACHE_CHECK([for POSIX ACL support],netatalk_cv_HAVE_POSIX_ACLS,[
acl_LIBS=$LIBS
-@@ -975,7 +970,7 @@ neta_cv_eas="ad"
+@@ -1013,7 +1008,7 @@
  neta_cv_eas_sys_found=no
  neta_cv_eas_sys_not_found=no
  

++ netatalk-wrong-error-message.patch ++
--- /var/tmp/diff_new_pack.3IZub7/_old  2016-09-16 11:03:32.0 +0200
+++ /var/tmp/diff_new_pack.3IZub7/_new  2016-09-16 11:03:32.0 +0200
@@ -1,8 +1,7 @@
-Index: bin/ad/ad_util.c
-===
 bin/ad/ad_util.c.orig  2013-10-28 16:46:51.0 +0100
-+++ bin/ad/ad_util.c   2013-11-18 13:05:06.718947414 +0100
-@@ -271,14 +271,16 @@
+diff -Naur a/bin/ad/ad_util.c b/bin/ad/ad_util.c
+--- a/bin/ad/ad_util.c 2016-06-06 06:21:51.0 -0500
 b/bin/ad/ad_util.c 2016-09-14 21:50:21.384180624 -0500
+@@ -267,14 +267,16 @@
  cnid = htonl(2);
  
  

commit php7 for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2016-09-16 11:03:07

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


Package is "php7"

Changes:

--- /work/SRC/openSUSE:Factory/php7/php7.changes2016-09-01 
14:03:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2016-09-16 
11:03:23.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 15 14:07:37 UTC 2016 - pgaj...@suse.com
+
+- updated to 7.0.11: Several security bugs were fixed in this 
+  release.
+
+---

Old:

  php-7.0.10.tar.xz
  php-7.0.10.tar.xz.asc

New:

  php-7.0.11.tar.xz
  php-7.0.11.tar.xz.asc



Other differences:
--
++ php7.spec ++
--- /var/tmp/diff_new_pack.X34ve7/_old  2016-09-16 11:03:26.0 +0200
+++ /var/tmp/diff_new_pack.X34ve7/_new  2016-09-16 11:03:26.0 +0200
@@ -51,7 +51,7 @@
 %define need_libxml2_hack %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h; then echo 1; else echo 
0; fi; else echo 0; fi)
 
 Name:   php7
-Version:7.0.10
+Version:7.0.11
 Release:0
 Summary:PHP7 Core Files
 License:PHP-3.01


++ php-7.0.10.tar.xz -> php-7.0.11.tar.xz ++
/work/SRC/openSUSE:Factory/php7/php-7.0.10.tar.xz 
/work/SRC/openSUSE:Factory/.php7.new/php-7.0.11.tar.xz differ: char 26, line 1





commit waf for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package waf for openSUSE:Factory checked in 
at 2016-09-16 11:03:00

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


Package is "waf"

Changes:

--- /work/SRC/openSUSE:Factory/waf/waf.changes  2016-03-17 16:49:25.0 
+0100
+++ /work/SRC/openSUSE:Factory/.waf.new/waf.changes 2016-09-16 
11:03:21.0 +0200
@@ -1,0 +2,19 @@
+Thu Sep 15 11:33:12 UTC 2016 - rdodopou...@suse.com
+
+- Update to 1.9.4
+  * Enable 'waf dist' in arbitrary paths #1806
+  * Provide execution order constraints in parallel configuration
+  * Improve the behaviour of parallel configuration tests
+(conf.multicheck) #1793
+  * Fix the Fortran Nag compiler detection #1797
+  * Update the strip and netcache examples
+  * Remove all non-BSD code from the Waf archive file
+  * Execute proceses with run_regular_process when arguments are
+not serializable #1764
+  * Multiple general enhancements
+  * Multiple Performance highlights
+  * multiple API changes
+- Removed update-alternatives because we do not need to build it
+  for both Python2 and Python3.
+
+---

Old:

  waf-1.8.20.tar.bz2
  waf-1.8.20.tar.bz2.asc

New:

  waf-1.9.4.tar.bz2
  waf-1.9.4.tar.bz2.asc



Other differences:
--
++ waf.spec ++
--- /var/tmp/diff_new_pack.KBWevt/_old  2016-09-16 11:03:22.0 +0200
+++ /var/tmp/diff_new_pack.KBWevt/_new  2016-09-16 11:03:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   waf
-Version:1.8.20
+Version:1.9.4
 Release:0
 Summary:A Python-based build system
 License:BSD-3-Clause
@@ -29,9 +29,6 @@
 Patch0: waf-1.6.2-libdir.patch
 BuildRequires:  fdupes
 BuildRequires:  python-devel
-Requires:   python
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -69,18 +66,14 @@
 popd
 
 # install the frontend
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-install -m 0755 -p -D waf-light %{buildroot}%{_bindir}/waf-%{py_ver}
-ln -s -f %{_sysconfdir}/alternatives/waf %{buildroot}%{_bindir}/waf
-# create a dummy target for /etc/alternatives/waf
-touch %{buildroot}%{_sysconfdir}/alternatives/waf
+install -m 0755 -p -D waf-light %{buildroot}%{_bindir}/waf
 
 # remove shebangs from and fix EOL for all scripts in wafadmin
 find %{buildroot}%{_datadir}/ -name '*.py' \
  -exec sed -i -e '1{/^#!/d}' -e 's|\r$||g' {} \;
 
 # fix waf script shebang line
-sed -i "1c#!%{_bindir}/python2" %{buildroot}%{_bindir}/waf-%{py_ver}
+sed -i "1c#!%{_bindir}/python2" %{buildroot}%{_bindir}/waf
 
 # remove x-bits from everything going to doc
 find demos utils -type f -exec chmod 0644 {} \;
@@ -88,21 +81,10 @@
 # remove duplicates
 %fdupes -s %{buildroot}
 
-%post
-"%_sbindir/update-alternatives" \
-   --install %{_bindir}/waf waf %{_bindir}/waf-%{py_ver} 30
-
-%postun
-if [ $1 -eq 0 ] ; then
-"%_sbindir/update-alternatives" --remove waf %{_bindir}/waf-%{py_ver}
-fi
-
 %files
 %defattr(-,root,root,-)
-%doc README ChangeLog demos
+%doc README.md ChangeLog demos
 %{_bindir}/waf
-%{_bindir}/waf-%{py_ver}
-%ghost %{_sysconfdir}/alternatives/waf
 %{_datadir}/waf/
 
 %changelog

++ waf-1.8.20.tar.bz2 -> waf-1.9.4.tar.bz2 ++
 62174 lines of diff (skipped)

++ waf.keyring ++
--- /var/tmp/diff_new_pack.KBWevt/_old  2016-09-16 11:03:22.0 +0200
+++ /var/tmp/diff_new_pack.KBWevt/_new  2016-09-16 11:03:22.0 +0200
@@ -1,51 +1,50 @@
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2
 
-mQINBFIy6rYBEAC7c6z8GvPztp9jeUJgDKwekeS//R1XPJnJ+YViQ/gd1SjwKjCv
-DZsIHJj3eF6rTPPefn9mexoTA1ftqB3PnpeEMC0YBe0xtETIzNztykuvJae/+RIs
-RA7DvcPiZhFJoehZM3R21HmnLN8eEfsmJHT+gFylIFEz2ZahwSavE+PSi1Y0+xYB
-L9lqvF1eKeOafJFjVgxZK5hOdR6z6C0bvJastmnavULM8hu9EuLYwlhNKznv+559
-dykf3eiXo/urubdO10KorjLpSca6iEbPQazjGuR32IH68IeXh2TA7H9tZaoXaQpc
-J3nFqV+We06RLCTz3KO01FKN3r2RfTr3RJBSCwxfJ4WXuTgERDTPG/H0lqiv07jy
-40r1HXzrmGu3nhWzoYBb0RR3JJ+I3tJvozxEFZU+x1GmMwg/KanaYPXNwoxdy8TA
-XQ+1OBejBFk7dv3/i3xS+PQJIm0EjCPSOBo2WrM6gQMTO8nPNFctmYkwd5yLv6+E
-zvKfqKKuCn8RnITTRVKwLB+IFRUUc+KXzHn6h7z6mNjmPAVAbcbHG2ZiwDto6tBm
-pe4Td/M2Kp5sYAfBTpc7cRksfcgSXz0O3i7LgOW52nhmu4DTiSBZsQHrK6cdMGQd
-Pl95yDZddEAbJLmsMv+mE+heJlDLU787j4hFNzpou7CdLgoqVCigg5vhWwARAQAB
-tCFUaG9tYXMgTmFneSA8dG5hZ3kxMDI0QGdtYWlsLmNvbT6JAjgEEwECACIFAlIy
-6rYCGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEGelZe39+Q5kxTkP/R5q
-VAehoTsCGaWA/62EpgSu3jIdMUde2ntV145Cv5vo7XvwjMLc6OO3CzRJ3TGW4TN1
-Hz8KzGNA585DPFqL/SA7+MMWfApOe/ntno0vxq6v79OJd+XdQUTW2FBAWEPOoQE0
-aylT6FPdVydgiOdS9pbdic9J6Fwk3Kwvh+XiFkO2z/XNcz47ilR197bHGbVKaYFR

commit chromium for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2016-09-16 11:02:45

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


Package is "chromium"

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2016-09-13 
22:24:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2016-09-16 
11:02:58.0 +0200
@@ -1,0 +2,17 @@
+Thu Sep 15 13:09:21 UTC 2016 - tchva...@suse.com
+
+- Version update stable channel 53.0.2785.116
+  * Just smal bugfixes around
+
+---
+Wed Sep 14 07:35:09 UTC 2016 - tchva...@suse.com
+
+- Version update to 53.0.2785.113 bnc#998743:
+  * CVE-2016-5170 Use after free in Blink
+  * CVE-2016-5171 Use after free in Blink
+  * CVE-2016-5172 Arbitrary Memory Read in v8
+  * CVE-2016-5173 Extension resource access
+  * CVE-2016-5174 Popup not correctly suppressed
+  * CVE-2016-5175 Various fixes from internal audits
+
+---

Old:

  chromium-53.0.2785.101.tar.xz

New:

  chromium-53.0.2785.116.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.a6IVyQ/_old  2016-09-16 11:03:16.0 +0200
+++ /var/tmp/diff_new_pack.a6IVyQ/_new  2016-09-16 11:03:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   chromium
-Version:53.0.2785.101
+Version:53.0.2785.116
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+


++ chromium-53.0.2785.101.tar.xz -> chromium-53.0.2785.116.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-53.0.2785.101.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-53.0.2785.116.tar.xz differ: 
char 27, line 1





commit yast2-reipl for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-reipl for openSUSE:Factory 
checked in at 2016-09-16 11:02:40

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


Package is "yast2-reipl"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-reipl/yast2-reipl.changes  2016-08-03 
11:45:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-reipl.new/yast2-reipl.changes 
2016-09-16 11:02:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 15 10:13:27 UTC 2016 - jreidin...@suse.com
+
+- do not print shutdown message if chreipl succeed, as it do
+  reboot (bnc#988379)
+- 3.1.12
+
+---

Old:

  yast2-reipl-3.1.11.tar.bz2

New:

  yast2-reipl-3.1.12.tar.bz2



Other differences:
--
++ yast2-reipl.spec ++
--- /var/tmp/diff_new_pack.PJoY7p/_old  2016-09-16 11:02:42.0 +0200
+++ /var/tmp/diff_new_pack.PJoY7p/_new  2016-09-16 11:02:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-reipl
-Version:3.1.11
+Version:3.1.12
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-reipl-3.1.11.tar.bz2 -> yast2-reipl-3.1.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.1.11/CONTRIBUTING.md 
new/yast2-reipl-3.1.12/CONTRIBUTING.md
--- old/yast2-reipl-3.1.11/CONTRIBUTING.md  2016-08-03 07:00:11.0 
+0200
+++ new/yast2-reipl-3.1.12/CONTRIBUTING.md  2016-09-15 12:32:09.0 
+0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 
 
@@ -44,15 +42,22 @@
  to the [Ruby style
  guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).  
+ For bigger changes or changes which need longer discussion it is advised 
to
+ add this as a separate last commit so it can be easily updated when 
another
+ change is merged in the meantime.
+
+  5. Make sure your change didn't break anything by building the RPM package
  (`rake osc:build`). The build process includes running the full testsuite.
 
-  5. Publish the branch and create a pull request.
+  6. Publish the branch and create a pull request.
 
-  6. YaST developers will review your change and possibly point out issues.
+  7. YaST developers will review your change and possibly point out issues.
  Adapt the code under their guidance until they are all resolved.
 
-  7. Finally, the pull request will get merged or rejected.
+  8. Finally, the pull request will get merged or rejected.
 
 See also [GitHub's guide on
 contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
 If you want to do multiple unrelated changes, use separate branches and pull
 requests.
 
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
 ### Commits
 
 Each commit in the pull request should do only one thing, which is clearly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.1.11/package/yast2-reipl.changes 
new/yast2-reipl-3.1.12/package/yast2-reipl.changes
--- old/yast2-reipl-3.1.11/package/yast2-reipl.changes  2016-08-03 
07:00:11.0 +0200
+++ new/yast2-reipl-3.1.12/package/yast2-reipl.changes  2016-09-15 
12:32:09.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu Sep 15 10:13:27 UTC 2016 - jreidin...@suse.com
+
+- do not print shutdown message if chreipl succeed, as it do
+  reboot (bnc#988379)
+- 

commit osc for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2016-09-16 11:02:43

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


Package is "osc"

Changes:

--- /work/SRC/openSUSE:Factory/osc/osc.changes  2016-08-03 11:44:13.0 
+0200
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2016-09-16 
11:02:44.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 15 11:28:57 UTC 2016 - adr...@suse.de
+
+- 0.155.1
+  - fixed "osc add" of new package container
+
+---

Old:

  osc-0.155.0.tar.gz

New:

  osc-0.155.1.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.EWpvUP/_old  2016-09-16 11:02:45.0 +0200
+++ /var/tmp/diff_new_pack.EWpvUP/_new  2016-09-16 11:02:45.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define version_unconverted 0.155.0
+%define version_unconverted 0.155.1
 
 Name:   osc
-Version:0.155.0
+Version:0.155.1
 Release:0
 Summary:Open Build Service Commander
 License:GPL-2.0+

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.EWpvUP/_old  2016-09-16 11:02:46.0 +0200
+++ /var/tmp/diff_new_pack.EWpvUP/_new  2016-09-16 11:02:46.0 +0200
@@ -1,5 +1,5 @@
 pkgname=osc
-pkgver=0.155.0
+pkgver=0.155.1
 pkgrel=0
 pkgdesc="Open Build Service client"
 arch=('i686' 'x86_64')

++ _service ++
--- /var/tmp/diff_new_pack.EWpvUP/_old  2016-09-16 11:02:46.0 +0200
+++ /var/tmp/diff_new_pack.EWpvUP/_new  2016-09-16 11:02:46.0 +0200
@@ -1,7 +1,7 @@
 
   
-0.155.0
-0.155.0
+0.155.1
+0.155.1
 git://github.com/openSUSE/osc.git
 git
   

++ debian.changelog ++
--- /var/tmp/diff_new_pack.EWpvUP/_old  2016-09-16 11:02:46.0 +0200
+++ /var/tmp/diff_new_pack.EWpvUP/_new  2016-09-16 11:02:46.0 +0200
@@ -1,4 +1,4 @@
-osc (0.155.0) unstable; urgency=low
+osc (0.155.1) unstable; urgency=low
   - Update to 0.135.0
 
  -- Adrian Schroeter   Wed, 28 Jun 2012 10:00:00 +0200

++ osc-0.155.0.tar.gz -> osc-0.155.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.155.0/.travis.yml new/osc-0.155.1/.travis.yml
--- old/osc-0.155.0/.travis.yml 2016-07-29 16:03:59.0 +0200
+++ new/osc-0.155.1/.travis.yml 2016-09-13 12:39:24.0 +0200
@@ -1,12 +1,21 @@
 language: python
 python:
-  - "2.7"
-  - "3.3"
-  - "3.4"
-  - "3.5-dev"
+- '2.7'
+- '3.3'
+- '3.4'
+- 3.5-dev
 addons:
   apt:
 packages:
 - diffstat
 sudo: false
 script: cd tests; python suite.py
+deploy:
+  provider: pypi
+  user: suse
+  password:
+secure: 
R4+YNPW2tsiY06hibGvONYn0//1z1QdcY8VmNbYpIRly4eTAbPE9uejKpyuflUkznpEkoqCdFzi5FNFhgat9N+AkIKyX9NTkf0oxaKKbdqBM7H1V8bqLYlAO479262spRyO0ee5fV5v6g81AFjncIV+pGjtQ0Vg/sjVcvGa61bs=
+  on:
+tags: true
+distributions: sdist bdist_wheel
+repo: openSUSE/osc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.155.0/NEWS new/osc-0.155.1/NEWS
--- old/osc-0.155.0/NEWS2016-07-29 16:03:59.0 +0200
+++ new/osc-0.155.1/NEWS2016-09-13 12:39:24.0 +0200
@@ -1,3 +1,6 @@
+0.156
+  -
+
 0.155
   - osc service runall: runs all service local, independend of the mode
 This allows to create local files even when disabled or
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.155.0/dist/osc.complete 
new/osc-0.155.1/dist/osc.complete
--- old/osc-0.155.0/dist/osc.complete   2016-07-29 16:03:59.0 +0200
+++ new/osc-0.155.1/dist/osc.complete   2016-09-13 12:39:24.0 +0200
@@ -635,7 +635,7 @@
 fi
 ;;
 sr|submitpac|submitreq|submitrequest)
-opts=(--help --yes --diff --no-update --no-cleanup --cleanup 
--seperate-requests
+opts=(--help --yes --diff --no-update --no-cleanup --cleanup 
--separate-requests
  --nodevelproject --supersede --revision)
 if ((count == 1)) ; then
builtin compgen -W "${osccmds[*]}" -- "${cmdline[count]}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.155.0/osc/babysitter.py 
new/osc-0.155.1/osc/babysitter.py
--- old/osc-0.155.0/osc/babysitter.py   2016-07-29 16:03:59.0 +0200
+++ new/osc-0.155.1/osc/babysitter.py   2016-09-13 12:39:24.0 +0200
@@ -122,6 +122,7 @@
 if '' in body:
 msg = body.split('')[1]
 msg = msg.split('')[0]
+msg = msg.replace('', '<').replace('' , 
'>').replace('', '&')
 print(msg, file=sys.stderr)
 

commit papi for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package papi for openSUSE:Factory checked in 
at 2016-09-16 11:02:31

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


Package is "papi"

Changes:

--- /work/SRC/openSUSE:Factory/papi/papi.changes2015-03-05 
18:17:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.papi.new/papi.changes   2016-09-16 
11:02:33.0 +0200
@@ -1,0 +2,67 @@
+Thu Sep 15 07:47:31 CEST 2016 - p...@suse.de
+
+- Update to 5.5.0. Changes since 5.4.1 :
+  New Platforms:
+  * Added  Knights Landing (KNL) core events and preset events.
+  * Added Intel Broadwell/Skylake/Knights Landing RAPL support
+  * Updated PAPI preset event support for Intel Broadwell/Skylake
+
+  New Implementations:
+  * libmsr component: Using LLNL's libmsr library to access Intel
+RAPL (Running Average Power Limit) library adds power capping
+abilities to PAPI.
+  * CUDA PC sampling: A new standalone CUDA sampling tool
+(papi_cuda_sampling) has been added to the CUDA component
+(components/cuda/sampling/) and can be used as a preloader to
+perform PC sampling on Nvidia GPUs which support the CUPTI
+sampling interface (e.g. Maxwell).
+  * ARM Cortex A53 support: Event definitions added.
+
+  New Component: 
+  * Powercap component: PAPI now supports the Linux Power Capping
+Framework which exposes power capping devices and power measurement
+to user space via a sysfs virtual file system interface.
+
+  Enhancements:
+  * Added Haswell-EP uncore support
+  * Initial Broadwell, Skylake support
+  * Added a general CUDA example (components/cuda/test) that uses
+LD_PRELOAD to attach to a running CUcontext.
+  * Added "-check" flag to papi_avail and papi_native_avail to
+test counter availability/validity.
+  * Add support for multiple flavors of POWER8 processors.
+  * Force all processors to check event schedulability by checking that
+PAPI can successfully read the counters.
+  * Support for Intel Broadwell-EP, Skylake, Goldmont, Haswell-EP
+inherited from libpfm4.
+  * Shared memory object (.so) naming is made more limited so that minor
+updates do not break ABI compatibility.
+
+  Bug Fixes:
+  * Clean output from papi_avail tool when there are no user defined events.
+  * Support PAPI_GRN_SYS granularity for perf component.
+  * Bug fix for infiniband_umad component.
+  * Bug fix for vmware component.
+  * Bug fix for NVML component.
+  * Fixed RAPL component so it reports unsupported inside a guest VM.
+  * Cleanup ARM CPU detection.
+  * Bug fix for PAPI_overflow issue for multiple eventsets.
+  * Increased PERF_EVENT_MAX_MPX_COUNTERS to 192 from 128.
+  * Fixed memory leak in papi_preset.c.
+  * Free allocated memory in the stealtime component.
+  * Improve testlib error messages if a component fails to initialize.
+  * Fix _papi_hwi_postfix_calc parsing and robustness.
+  * Clean build rules for CUDA sampling subcomponent.
+  * Correct IBM Power7 and Power8 computation of PAPI_L1_DCA.
+  * Eliminate the sole use of ftests_skip subroutine.
+  * Correct the event string names for tenth.c.  
+  * Have Fortran test support code report errors more clearly.
+  * Cleanup output from libmsr component.
+  * PAPI internal functions were marked as static to avoid exposing them
+externally.
+  * Multiple component were fixed to make internal functions static
+where possible, to avoid exposing the functions as externally
+accessible entry points.
+  * CUDA component configuration bug fixed.
+
+---

Old:

  papi-5.4.1.tar.gz

New:

  papi-5.5.0.tar.gz



Other differences:
--
++ papi.spec ++
--- /var/tmp/diff_new_pack.9GnzFZ/_old  2016-09-16 11:02:36.0 +0200
+++ /var/tmp/diff_new_pack.9GnzFZ/_new  2016-09-16 11:02:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package papi
 #
-# 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:   papi
-Version:5.4.1
+Version:5.5.0
 Release:0
 Summary:Performance Application Programming Interface
 License:BSD-3-Clause

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.9GnzFZ/_old  2016-09-16 11:02:36.0 +0200
+++ /var/tmp/diff_new_pack.9GnzFZ/_new  2016-09-16 11:02:36.0 +0200
@@ -1,5 +1,4 @@
 libpapi
-libpfm4
 papi-devel
   requires -papi-
   requires "libpapi- = "

++ papi-5.4.1.tar.gz -> papi-5.5.0.tar.gz ++

commit raspberrypi-firmware for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package raspberrypi-firmware for 
openSUSE:Factory checked in at 2016-09-16 11:02:34

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


Package is "raspberrypi-firmware"

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware-config-rpi.changes
 2016-09-13 22:25:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new/raspberrypi-firmware-config-rpi.changes
2016-09-16 11:02:37.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 08:53:28 UTC 2016 - fv...@suse.com
+
+- Use "avoid_warnings=1" in config-rpi{,2,3}.txt (bsc#998973)
+
+---
raspberrypi-firmware-config-rpi2.changes: same change
raspberrypi-firmware-config-rpi3.changes: same change
raspberrypi-firmware.changes: same change



Other differences:
--
raspberrypi-firmware-config-rpi2.spec: same change
raspberrypi-firmware-config-rpi3.spec: same change
raspberrypi-firmware.spec: same change
++ config-rpi.txt ++
--- /var/tmp/diff_new_pack.CUfi0U/_old  2016-09-16 11:02:39.0 +0200
+++ /var/tmp/diff_new_pack.CUfi0U/_new  2016-09-16 11:02:39.0 +0200
@@ -20,4 +20,5 @@
 sdram_freq=400
 # DO NOT overvoltage manually to not void warranty!
 over_voltage=0
-
+# Disable warning overlays as they don't work well together with linux's 
graphical output
+avoid_warnings=1

++ config-rpi2.txt ++
--- /var/tmp/diff_new_pack.CUfi0U/_old  2016-09-16 11:02:39.0 +0200
+++ /var/tmp/diff_new_pack.CUfi0U/_new  2016-09-16 11:02:39.0 +0200
@@ -14,4 +14,5 @@
 initial_turbo=30
 # DO NOT overvoltage manually to not void warranty!
 over_voltage=0
-
+# Disable warning overlays as they don't work well together with linux's 
graphical output
+avoid_warnings=1

++ config-rpi3.txt ++
--- /var/tmp/diff_new_pack.CUfi0U/_old  2016-09-16 11:02:39.0 +0200
+++ /var/tmp/diff_new_pack.CUfi0U/_new  2016-09-16 11:02:39.0 +0200
@@ -18,3 +18,5 @@
 arm_control=0x200
 # Fix mini UART input frequency, and setup/enable up the UART.
 enable_uart=1
+# Disable warning overlays as they don't work well together with linux's 
graphical output
+avoid_warnings=1




commit abi-compliance-checker for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package abi-compliance-checker for 
openSUSE:Factory checked in at 2016-09-16 11:01:47

Comparing /work/SRC/openSUSE:Factory/abi-compliance-checker (Old)
 and  /work/SRC/openSUSE:Factory/.abi-compliance-checker.new (New)


Package is "abi-compliance-checker"

Changes:

--- 
/work/SRC/openSUSE:Factory/abi-compliance-checker/abi-compliance-checker.changes
2016-07-18 21:25:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.abi-compliance-checker.new/abi-compliance-checker.changes
   2016-09-16 11:01:49.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep 14 12:20:44 UTC 2016 - astie...@suse.com
+
+- update to 1.99.23:
+  * Fixed lists of affected symbols in the XML-format report
+  * Added -disable-quick-empty-report option
+  * Improved generation of quick empty reports
+  * Improved SysCheck.pm module for analysis of operating systems
+
+---

Old:

  abi-compliance-checker-1.99.22.tar.gz

New:

  abi-compliance-checker-1.99.23.tar.gz



Other differences:
--
++ abi-compliance-checker.spec ++
--- /var/tmp/diff_new_pack.2Z0b8q/_old  2016-09-16 11:01:50.0 +0200
+++ /var/tmp/diff_new_pack.2Z0b8q/_new  2016-09-16 11:01:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   abi-compliance-checker
-Version:1.99.22
+Version:1.99.23
 Release:0
 Summary:A Compliance Checker For library ABIs
 License:GPL-2.0+ or LGPL-2.0+

++ abi-compliance-checker-1.99.22.tar.gz -> 
abi-compliance-checker-1.99.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/abi-compliance-checker-1.99.22/INSTALL 
new/abi-compliance-checker-1.99.23/INSTALL
--- old/abi-compliance-checker-1.99.22/INSTALL  2016-07-04 18:12:19.0 
+0200
+++ new/abi-compliance-checker-1.99.23/INSTALL  2016-08-15 18:29:35.0 
+0200
@@ -9,8 +9,8 @@
 RELEASE INFORMATION
 
 Project:   ABI Compliance Checker (ABICC)
-Version:   1.99.22
-Date:  2016-07-04
+Version:   1.99.23
+Date:  2016-08-15
 
 
 This file explains how to install and setup environment
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/abi-compliance-checker-1.99.22/abi-compliance-checker.pl 
new/abi-compliance-checker-1.99.23/abi-compliance-checker.pl
--- old/abi-compliance-checker-1.99.22/abi-compliance-checker.pl
2016-07-04 18:12:19.0 +0200
+++ new/abi-compliance-checker-1.99.23/abi-compliance-checker.pl
2016-08-15 18:29:35.0 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 ###
-# ABI Compliance Checker (ABICC) 1.99.22
+# ABI Compliance Checker (ABICC) 1.99.23
 # A tool for checking backward compatibility of a C/C++ library API
 #
 # Copyright (C) 2009-2011 Institute for System Programming, RAS
@@ -31,11 +31,11 @@
 #- MinGW (3.0-4.7, 4.8.3, 4.9 or newer)
 #- MS Visual C++ (dumpbin, undname, cl)
 #- Active Perl 5 (5.8 or newer)
-#- Sigcheck v1.71 or newer
-#- Info-ZIP 3.0 (zip, unzip)
-#- Ctags (5.8 or newer)
+#- Sigcheck v2.52 or newer
+#- GnuWin Zip and UnZip
+#- Exuberant Ctags (5.8 or newer)
 #- Add tool locations to the PATH environment variable
-#- Run vsvars32.bat (C:\Microsoft Visual Studio 9.0\Common7\Tools\)
+#- Run vcvars64.bat (C:\Microsoft Visual Studio 9.0\VC\bin\)
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License or the GNU Lesser
@@ -60,7 +60,7 @@
 use Data::Dumper;
 use Config;
 
-my $TOOL_VERSION = "1.99.22";
+my $TOOL_VERSION = "1.99.23";
 my $ABI_DUMP_VERSION = "3.2";
 my $XML_REPORT_VERSION = "1.2";
 my $XML_ABI_DUMP_VERSION = "1.2";
@@ -91,7 +91,8 @@
 $ExtraInfo, $ExtraDump, $Force, $Tolerance, $Tolerant, $SkipSymbolsListPath,
 $CheckInfo, $Quick, $AffectLimit, $AllAffected, $CppIncompat,
 $SkipInternalSymbols, $SkipInternalTypes, $TargetArch, $GccOptions,
-$TypesListPath, $SkipTypesListPath, $CheckPrivateABI, $CountSymbols, 
$OldStyle);
+$TypesListPath, $SkipTypesListPath, $CheckPrivateABI, $CountSymbols, $OldStyle,
+$DisableQuickEmptyReport);
 
 my $CmdName = get_filename($0);
 my %OS_LibExt = (
@@ -148,7 +149,7 @@
 
 my $ShortUsage = "ABI Compliance Checker (ABICC) $TOOL_VERSION
 A tool for checking backward compatibility of a C/C++ library API
-Copyright (C) 2015 Andrey Ponomarenko's ABI Laboratory
+Copyright (C) 2016 Andrey Ponomarenko's ABI Laboratory
 License: GNU LGPL or GNU GPL
 
 Usage: $CmdName [options]
@@ -187,7 +188,7 @@
   "dump|dump-abi|dump_abi=s" => \$DumpAPI,
 # 

commit pandoc for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2016-09-16 11:01:53

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


Package is "pandoc"

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2016-07-20 
09:18:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2016-09-16 
11:01:55.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 14 14:38:36 UTC 2016 - astie...@suse.com
+
+- add constraints to fix build on aarch64
+
+---

New:

  _constraints



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.pr8imT/_old  2016-09-16 11:01:56.0 +0200
+++ /var/tmp/diff_new_pack.pr8imT/_new  2016-09-16 11:01:56.0 +0200
@@ -28,7 +28,6 @@
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal
 Source10:   pandoc-pdf.readme
-# Begin cabal-rpm deps:
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-HTTP-devel
@@ -89,7 +88,6 @@
 BuildRequires:  ghc-test-framework-hunit-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
-# End cabal-rpm deps
 BuildRequires:  fdupes
 
 %description
@@ -145,10 +143,8 @@
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
-
 %ghc_fix_dynamic_rpath %{pkg_name}
 
 # These files will be installed in the standard _docdir
@@ -158,10 +154,7 @@
 %fdupes %{buildroot}%{_datadir}/%{pkg_name}-%{version}/data/templates/
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache

++ _constraints ++

  

  4

  




commit crmsh for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2016-09-16 11:02:04

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


Package is "crmsh"

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2016-09-07 
11:45:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2016-09-16 
11:02:07.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 15 07:26:16 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.3.1+git.1473924149.8abc212:
+  * high: history: Quote archive tarball name if it contains spaces 
(bsc#998959)
+  * high: history: Prefer /var/log/messages over ha-log.txt (bsc#998891)
+
+---

Old:

  crmsh-2.3.1+git.1472802925.a4a4041.tar.bz2

New:

  crmsh-2.3.1+git.1473924149.8abc212.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.Kr4E1F/_old  2016-09-16 11:02:08.0 +0200
+++ /var/tmp/diff_new_pack.Kr4E1F/_new  2016-09-16 11:02:08.0 +0200
@@ -36,7 +36,7 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:2.3.1+git.1472802925.a4a4041
+Version:2.3.1+git.1473924149.8abc212
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.Kr4E1F/_old  2016-09-16 11:02:08.0 +0200
+++ /var/tmp/diff_new_pack.Kr4E1F/_new  2016-09-16 11:02:08.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  a4a404123703a355e9cf9c94cecd401c3266c0d5
\ No newline at end of file
+  8abc2127fd1acecdc40ae4e242c1c02eeead75eb
\ No newline at end of file

++ crmsh-2.3.1+git.1472802925.a4a4041.tar.bz2 -> 
crmsh-2.3.1+git.1473924149.8abc212.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh-2.3.1+git.1472802925.a4a4041/crmsh/history.py 
new/crmsh-2.3.1+git.1473924149.8abc212/crmsh/history.py
--- old/crmsh-2.3.1+git.1472802925.a4a4041/crmsh/history.py 2016-09-02 
09:56:25.0 +0200
+++ new/crmsh-2.3.1+git.1473924149.8abc212/crmsh/history.py 2016-09-15 
09:26:16.0 +0200
@@ -18,7 +18,7 @@
 from .msg import common_debug, common_warn, common_err, common_error, 
common_info, warn_once
 
 
-_LOG_FILES = ("ha-log.txt", "ha-log", "cluster-log.txt", "messages", 
"journal.log", "pacemaker.log")
+_LOG_FILES = ("messages", "ha-log.txt", "ha-log", "cluster-log.txt", 
"journal.log", "pacemaker.log")
 
 
 #
@@ -225,8 +225,8 @@
 except Exception, msg:
 common_err("%s: %s" % (tarball, msg))
 return None
-common_debug("tar -x%s < %s" % (tar_unpack_option, bfname))
-rc = utils.pipe_cmd_nosudo("tar -x%s < %s" % (tar_unpack_option, 
bfname))
+common_debug("tar -x%s < %s" % (tar_unpack_option, 
utils.quote(bfname)))
+rc = utils.pipe_cmd_nosudo("tar -x%s < %s" % (tar_unpack_option, 
utils.quote(bfname)))
 if self.source == "live":
 os.remove(bfname)
 os.chdir(cwd)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-2.3.1+git.1472802925.a4a4041/crmsh/logparser.py 
new/crmsh-2.3.1+git.1473924149.8abc212/crmsh/logparser.py
--- old/crmsh-2.3.1+git.1472802925.a4a4041/crmsh/logparser.py   2016-09-02 
09:56:25.0 +0200
+++ new/crmsh-2.3.1+git.1473924149.8abc212/crmsh/logparser.py   2016-09-15 
09:26:16.0 +0200
@@ -620,16 +620,20 @@
 Load state from cache file
 """
 fn = self._metafile()
-if os.path.isfile(fn) and time.time() - os.stat(fn).st_mtime < 
_METADATA_CACHE_AGE:
-try:
-with open(fn, 'rb') as f:
-try:
-if not self.from_dict(json.load(f)):
-return False
-crmlog.common_debug("Transition metadata loaded from 
%s" % (fn))
-return True
-except ValueError as e:
-crmlog.common_debug("Failed to load metadata: %s" % 
(e))
-except IOError as e:
-return False
+if os.path.isfile(fn):
+meta_mtime = os.stat(fn).st_mtime
+logf_mtime = max([os.stat(f).st_mtime for f in self.filenames if 
os.path.isfile(f)])
+
+if meta_mtime >= logf_mtime and time.time() - meta_mtime < 
_METADATA_CACHE_AGE:
+try:
+with open(fn, 'rb') as f:
+try:
+

commit ledger for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package ledger for openSUSE:Factory checked 
in at 2016-09-16 11:01:33

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


Package is "ledger"

Changes:

--- /work/SRC/openSUSE:Factory/ledger/ledger.changes2016-01-28 
17:25:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.ledger.new/ledger.changes   2016-09-16 
11:01:37.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 13 14:37:46 UTC 2016 - adam.ma...@suse.de
+
+- 465.patch
+  + Fix compilation with Boost 1.61 (boo#994382)
+  + upstream PR https://github.com/ledger/ledger/pull/465
+
+---

New:

  465.patch



Other differences:
--
++ ledger.spec ++
--- /var/tmp/diff_new_pack.gR5flq/_old  2016-09-16 11:01:39.0 +0200
+++ /var/tmp/diff_new_pack.gR5flq/_new  2016-09-16 11:01:39.0 +0200
@@ -24,6 +24,7 @@
 Group:  Productivity/Office/Finance
 Url:https://github.com/%{name}/%{name}
 Source: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz
+Patch:  
https://patch-diff.githubusercontent.com/raw/ledger/ledger/pull/465.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -40,6 +41,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %cmake -DBUILD_LIBRARY=OFF

++ 465.patch ++
>From 1856b8c4902498843f4da37a7aaeb2ce85acc1d3 Mon Sep 17 00:00:00 2001
From: Denis 
Date: Mon, 12 Sep 2016 12:49:40 +0200
Subject: [PATCH] Fix compilation error with boost 1.61

---
 src/item.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/item.h b/src/item.h
index ca16d87..4dc6df7 100644
--- a/src/item.h
+++ b/src/item.h
@@ -92,7 +92,7 @@ class item_t : public supports_flags, public 
scope_t
 
   typedef std::pair tag_data_t;
   typedef std::map > string_map;
+   std::function > string_map;
 
   state_t  _state;
   optional _date;



commit libcryptopp for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package libcryptopp for openSUSE:Factory 
checked in at 2016-09-16 11:02:01

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


Package is "libcryptopp"

Changes:

--- /work/SRC/openSUSE:Factory/libcryptopp/libcryptopp.changes  2016-06-25 
02:22:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcryptopp.new/libcryptopp.changes 
2016-09-16 11:02:02.0 +0200
@@ -1,0 +2,12 @@
+Mon Sep 12 08:50:44 UTC 2016 - bwiedem...@suse.com
+
+- Update to 5.6.4
+  * Use proper openSUSE-style library naming
+  * Drop upstream libcryptopp-s390.patch
+  * Drop upstream libcryptopp-m68k.patch
+  * Drop upstream libcryptopp-CVE-2015-2141.patch
+  * Drop upstream cryptopp-gcc6.patch
+  * Rebase libcryptopp-shared.patch
+  * Rebase 0001-disable_os_rng_test.patch
+
+---

Old:

  cryptopp-gcc6.patch
  cryptopp562.zip
  libcryptopp-CVE-2015-2141.patch
  libcryptopp-m68k.patch
  libcryptopp-s390.patch

New:

  cryptopp564.zip



Other differences:
--
++ libcryptopp.spec ++
--- /var/tmp/diff_new_pack.AFcZIu/_old  2016-09-16 11:02:03.0 +0200
+++ /var/tmp/diff_new_pack.AFcZIu/_new  2016-09-16 11:02:03.0 +0200
@@ -18,7 +18,7 @@
 
 %define major 5
 %define minor 6
-%define patch 2
+%define patch 4
 
 Name:   libcryptopp
 # When updating, remember to update cryptopp.pc and baselibs.conf as well.
@@ -27,7 +27,7 @@
 %define pkg_version %{major}%{minor}%{patch}
 # There is no upstream interface version information.
 # Therefore we need unique basenames:
-%define soname -%{major}_%{minor}_%{patch}-0
+%define soname %{major}_%{minor}
 Summary:Crypto++ Library
 License:BSL-1.0
 Group:  Development/Libraries/C and C++
@@ -37,14 +37,8 @@
 Source2:cryptopp.pc
 # PATCH-FEATURE-OPENSUSE libcryptopp-shared.patch -- improve shared library 
creation
 Patch1: libcryptopp-shared.patch
-Patch2: libcryptopp-s390.patch
-Patch3: libcryptopp-m68k.patch
 # PATCH-BUILDFIX-OPENSUSE 0001-disable_os_rng_test.patch sfal...@opensuse.org 
-- disable OS Random Number Generator test
 Patch4: 0001-disable_os_rng_test.patch
-# PATCH-FIX-UPSTREAM
-Patch5: libcryptopp-CVE-2015-2141.patch
-# PATCH-FIX-UPSTREAM fix gcc 6 narrowing conversion from unsigned int to int 
inside {}
-Patch6: cryptopp-gcc6.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  unzip
@@ -79,43 +73,35 @@
 %prep
 %setup -q -c "%{name}-%{version}"
 %patch1 -p1
-%patch2
-%patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
+#mv config.recommend config.h
 
 %build
 make %{?_smp_mflags} \
 CXXFLAGS="-DNDEBUG %{optflags} -fpic -fPIC" \
-DESTDIR="" \
-PREFIX="%{_prefix}" \
-LIB="%{_lib}" \
 CXX="g++" \
-LIBSUFFIX="-%{version}" \
-LDFLAGS="-pthread" \
 all static
 
 %install
 make \
 DESTDIR=%{buildroot} \
 PREFIX="%{_prefix}" \
-LIB="%{_lib}" \
+LIBDIR="%{_libdir}" \
 LIBSUFFIX="-%{version}" \
 install
-rm -rf "%{buildroot}%{_bindir}"
+rm -rf "%{buildroot}%{_bindir}" %{buildroot}%{_datadir}/cryptopp
 mkdir %{buildroot}%{_libdir}/pkgconfig/
 cp %{SOURCE2} %{buildroot}%{_libdir}/pkgconfig/
 
 %check
-make test
+LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test
 
 %post   -n %{name}%{soname} -p /sbin/ldconfig
 %postun -n %{name}%{soname} -p /sbin/ldconfig
 
 %files -n %{name}%{soname}
 %defattr(-,root,root)
-%{_libdir}/libcryptopp-%{version}.so.0
+%{_libdir}/libcryptopp.so.%{major}.*
 
 %files -n %{name}-devel
 %defattr(-,root,root)

++ 0001-disable_os_rng_test.patch ++
--- /var/tmp/diff_new_pack.AFcZIu/_old  2016-09-16 11:02:03.0 +0200
+++ /var/tmp/diff_new_pack.AFcZIu/_new  2016-09-16 11:02:03.0 +0200
@@ -1,28 +1,27 @@
-Index: libcryptopp-5.6.2/test.cpp
+Index: libcryptopp-5.6.4/test.cpp
 ===
 libcryptopp-5.6.2.orig/test.cpp
-+++ libcryptopp-5.6.2/test.cpp
-@@ -774,7 +774,7 @@ bool Validate(int alg, bool thorough, co
-   {
-   case 0: result = ValidateAll(thorough); break;
-   case 1: result = TestSettings(); break;
--  case 2: result = TestOS_RNG(); break;
-+//case 2: result = TestOS_RNG(); break;
-   case 3: result = ValidateMD5(); break;
-   case 4: result = ValidateSHA(); break;
-   case 5: result = ValidateDES(); break;
-Index: libcryptopp-5.6.2/validat1.cpp
+--- libcryptopp-5.6.4.orig/test.cpp
 libcryptopp-5.6.4/test.cpp
+@@ -882,7 +882,7 @@ bool Validate(int alg, bool thorough, co
+   {
+   case 0: result = ValidateAll(thorough); break;
+   

commit obs-service-tar_scm for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package obs-service-tar_scm for 
openSUSE:Factory checked in at 2016-09-16 11:02:08

Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new (New)


Package is "obs-service-tar_scm"

Changes:

--- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes  
2016-09-12 13:25:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-tar_scm.new/obs-service-tar_scm.changes 
2016-09-16 11:02:09.0 +0200
@@ -1,0 +2,10 @@
+Thu Sep 15 07:49:06 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.1.1473925745.c5264bb:
+  * jailed mode for docker integration
+  * added setup of remote branches in jailed mode
+  * new handling for remote/local branches when caching
+  * fix permission problem of .changes files when running jailed in docker
+  * fix problem with outdated git refs in cache
+
+---

Old:

  obs-service-tar_scm-0.6.1.1472657181.ff9a5ca.tar.gz

New:

  obs-service-tar_scm-0.6.1.1473925745.c5264bb.tar.gz



Other differences:
--
++ obs-service-tar_scm.spec ++
--- /var/tmp/diff_new_pack.3pXyG0/_old  2016-09-16 11:02:10.0 +0200
+++ /var/tmp/diff_new_pack.3pXyG0/_new  2016-09-16 11:02:10.0 +0200
@@ -20,18 +20,18 @@
 %define seperate_build 0
 
 %if "%seperate_build" == "1"
-%define version_unconverted 0.6.1.1472657181.ff9a5ca
+%define version_unconverted 0.6.1.1473925745.c5264bb
 
 Name:   obs-service-obs_scm
 %else
-%define version_unconverted 0.6.1.1472657181.ff9a5ca
+%define version_unconverted 0.6.1.1473925745.c5264bb
 
 Name:   obs-service-%{service}
 #Obsoletes:  obs-service-obs_scm
 Provides:   obs-service-obs_scm = %version-%release
 %endif
 Provides:   obs-service-tar = %version-%release
-Version:0.6.1.1472657181.ff9a5ca
+Version:0.6.1.1473925745.c5264bb
 Release:0
 Summary:An OBS source service: checkout or update a tar ball from 
svn/git/hg
 License:GPL-2.0+

++ _servicedata ++
--- /var/tmp/diff_new_pack.3pXyG0/_old  2016-09-16 11:02:11.0 +0200
+++ /var/tmp/diff_new_pack.3pXyG0/_new  2016-09-16 11:02:11.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/adrianschroeter/obs-service-tar_scm.git
-  ff9a5ca9d38691524048733ec6d070bfba6d4747
\ No newline at end of file
+  75dff0d53ee6c25a928b1afcdac4367cad90bf7e
\ No newline at end of file

++ obs-service-tar_scm-0.6.1.1472657181.ff9a5ca.tar.gz -> 
obs-service-tar_scm-0.6.1.1473925745.c5264bb.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-tar_scm-0.6.1.1472657181.ff9a5ca/tar_scm.py 
new/obs-service-tar_scm-0.6.1.1473925745.c5264bb/tar_scm.py
--- old/obs-service-tar_scm-0.6.1.1472657181.ff9a5ca/tar_scm.py 2016-08-31 
17:26:21.0 +0200
+++ new/obs-service-tar_scm-0.6.1.1473925745.c5264bb/tar_scm.py 2016-09-15 
09:49:05.0 +0200
@@ -29,6 +29,7 @@
 import tarfile
 import tempfile
 import dateutil.parser
+import stat
 
 try:
 # not possible to test this on travis atm
@@ -40,6 +41,38 @@
 
 DEFAULT_AUTHOR = 'opensuse-packag...@opensuse.org'
 
+def setup_tracking_branches(git_dir):
+output = subprocess.Popen(["git", "-C", git_dir, "branch", "-a"], 
stdout=subprocess.PIPE).communicate()[0]
+
+p = re.compile('.* ->\s+(.*)')
+p2 = re.compile('.?\s*((remotes/(.*)/)?(.+))')
+
+remote_branches = {}
+local_branches  = {}
+local2remove= {}
+
+for line in output.split("\n"):
+m = p.match(line)
+if not m:
+m2 = p2.match(line)
+if m2:
+if m2.group(2):
+if m2.group(3) == 'origin':
+remote_branches[m2.group(4)] = m2.group(1)
+else:
+local_branches[m2.group(4)] = 1
+
+for branch in local_branches:
+try:
+del remote_branches[branch]
+except KeyError:
+local2remove[branch] = 1
+
+for branch in remote_branches:
+subprocess.Popen(["git", "-C", git_dir, "branch", "--track", branch, 
remote_branches[branch]], stdout=subprocess.PIPE)
+
+for branch in local2remove:
+subprocess.Popen(["git", "-C", git_dir, "branch", "-D", branch])
 
 def run_cmd(cmd, cwd, interactive=False, raisesysexit=False):
 """Execute the command cmd in the working directory cwd and check return
@@ -100,15 +133,38 @@
 
 def fetch_upstream_git(url, clone_dir, revision, cwd, kwargs):
 """Fetch sources via git."""
-command = ['git', 'clone', url, clone_dir]
-if not 

commit libguestfs for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2016-09-16 11:01:50

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.changes2016-08-31 
00:12:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes   
2016-09-16 11:01:50.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 14 13:13:10 UTC 2016 - oher...@suse.de
+
+- Remove obsolete kernel checks from specfile (fate#316274)
+- Remove kernel-default and mkinitrd from BuildRequires (fate#316274)
+
+---



Other differences:
--
++ libguestfs.spec ++
--- /var/tmp/diff_new_pack.8ftdPY/_old  2016-09-16 11:01:52.0 +0200
+++ /var/tmp/diff_new_pack.8ftdPY/_new  2016-09-16 11:01:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libguestfs
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Michal Hrusecky 
 #
 # All modifications and additions to the file contributed by third parties
@@ -38,7 +38,6 @@
 %bcond_with perl_bindings
 %bcond_with hivex
 %bcond_with zerofree
-%bcond_without ext4_writeable
 %else
 %bcond_without ocaml_bindings
 %bcond_without lua_bindings
@@ -46,7 +45,6 @@
 %bcond_without perl_bindings
 %bcond_without hivex
 %bcond_without zerofree
-%bcond_withext4_writeable
 %endif
 
 %bcond_without fuse
@@ -72,11 +70,6 @@
 %define _configure_python --disable-python
 %define _configure_ruby --disable-ruby
 
-%if %suse_version > 1310
-%define use_included_mkinitrd 1
-%else
-%define use_included_mkinitrd 0
-%endif
 # /lib/udev is a symlink in 12.3+, package the full directory
 %if %suse_version > 1220
 %define udevrulesdir /usr/lib/udev/rules.d
@@ -84,23 +77,6 @@
 %define udevrulesdir /lib/udev/rules.d
 %endif
 #
-%define kernel_binary %{nil}
-%ifarch ia64 %ix86 x86_64
-%define kernel_binary /boot/vmlinuz
-%endif
-%ifarch ppc ppc64 ppc64le sparc64
-%define kernel_binary /boot/vmlinux
-%endif
-%ifarch s390 s390x
-%define kernel_binary /boot/image
-%endif
-%ifarch %arm
-%define kernel_binary /boot/uImage
-%endif
-%ifarch aarch64
-%define kernel_binary /boot/Image
-%endif
-#
 # use 'env LIBGUESTFS_HV=/path/to/kvm libguestfs-test-tool' to verify
 %define kvm_binary /bin/false
 %ifarch aarch64
@@ -401,10 +377,6 @@
 This package contains testcases to verify libguestfs functionality.
 
 %package -n guestfs-data
-# kernel-default needs that
-%if %{?sles_version}0 > 0
-BuildRequires:  sles-release
-%endif
 BuildRequires:  augeas-lenses
 BuildRequires:  bc
 BuildRequires:  btrfsprogs
@@ -416,12 +388,6 @@
 BuildRequires:  diffutils
 BuildRequires:  dosfstools
 BuildRequires:  e2fsprogs
-# ext4 in the sles11 kernel-binary.rpm packages operates only in read-only 
mode.
-# The generated initrd operates inside the temporary guest on image files.
-# For that reason it needs to make modifications to any kind of filesystems.
-%if %{with ext4_writeable}
-BuildRequires:  ext4-writeable-kmp-default
-%endif
 BuildRequires:  file
 BuildRequires:  findutils
 BuildRequires:  gawk
@@ -434,12 +400,8 @@
 BuildRequires:  gzip
 BuildRequires:  iproute2
 BuildRequires:  jfsutils
-BuildRequires:  kernel-default
 BuildRequires:  lvm2
 BuildRequires:  mdadm
-%if !%{use_included_mkinitrd}
-BuildRequires:  mkinitrd
-%endif
 BuildRequires:  module-init-tools
 BuildRequires:  ncurses-utils
 BuildRequires:  nfs-client
@@ -619,16 +581,6 @@
 # for configure macro below
 CFLAGS="$RPM_OPT_FLAGS -Wno-unused"
 CXXFLAGS="$RPM_OPT_FLAGS -Wno-unused"
-# If the kernel happens to have no virtio-scsi force virtio-blk usage in the 
tools
-# This is true for kernel.rpm included in 12.1 and older
-ls -laR /boot/ || :
-if /sbin/modinfo -k "`env PATH=/sbin:/usr/sbin:$PATH get_kernel_version 
'%{kernel_binary}'`" virtio-scsi
-then
-   : use virtio-scsi, which is the default in libguestfs
-else
-   CFLAGS="$CFLAGS -DGUESTFS_QEMU_NO_VIRTIO_BLK"
-   CXXFLAGS="$CXXFLAGS -DGUESTFS_QEMU_NO_VIRTIO_BLK"
-fi
 autoreconf -fi
 
 #




commit openvpn for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package openvpn for openSUSE:Factory checked 
in at 2016-09-16 11:01:41

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


Package is "openvpn"

Changes:

--- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes  2016-06-07 
23:48:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.openvpn.new/openvpn.changes 2016-09-16 
11:01:44.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep  8 13:26:16 UTC 2016 - astie...@suse.com
+
+- Add an example for a FIPS 140-2 approved cipher configuration to
+  the sample configuration files. Fixes bsc#988522
+  adding openvpn-fips140-AES-cipher-in-config-template.patch
+- remove gpg-offline signature verification, now a source service
+
+---

New:

  openvpn-fips140-AES-cipher-in-config-template.patch



Other differences:
--
++ openvpn.spec ++
--- /var/tmp/diff_new_pack.zI3Rao/_old  2016-09-16 11:01:46.0 +0200
+++ /var/tmp/diff_new_pack.zI3Rao/_new  2016-09-16 11:01:46.0 +0200
@@ -52,8 +52,8 @@
 Patch1: %{name}-2.3-plugin-man.dif
 Patch5: %{name}-2.3.0-man-dot.diff
 Patch6: %{name}-fips140-2.3.2.patch
+Patch7: openvpn-fips140-AES-cipher-in-config-template.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gpg-offline
 BuildRequires:  iproute2
 BuildRequires:  lzo-devel
 BuildRequires:  openssl-devel
@@ -133,11 +133,11 @@
 This package provides the header file to build external plugins.
 
 %prep
-%gpg_verify %{S:1}
 %setup -q -n %{name}-%{version}
 %patch1 -p0
 %patch5 -p0
 %patch6 -p1
+%patch7 -p1
 
 sed -e "s|\" __DATE__|$(date '+%b %e %Y' -r version.m4)\"|g" \
 -i src/openvpn/options.c


++ openvpn-fips140-AES-cipher-in-config-template.patch ++
From: Andreas Stieger 
Date: Thu, 08 Sep 2016 15:23:12 +0200
Subject: Add an example for a FIPS 140-2 approved cipher configuration to the 
sample configuration file
References: bsc#988522 
https://github.com/OpenVPN/openvpn/commit/bde1b90da0db2d68d13d274102986f0ca7096c00
Upstream: no

The 2.3 default is blowfish which does not work in FIPS mode.
This change was done in 2.4, and 2.4 will negotiate AES-256-GCM in TLS mode.

Index: openvpn-2.3.8/sample/sample-config-files/client.conf
===
--- openvpn-2.3.8.orig/sample/sample-config-files/client.conf   2015-07-17 
07:43:32.0 +0200
+++ openvpn-2.3.8/sample/sample-config-files/client.conf2016-09-08 
15:12:32.650248879 +0200
@@ -111,6 +111,8 @@ remote-cert-tls server
 # If the cipher option is used on the server
 # then you must also specify it here.
 ;cipher x
+# Use a FIPS 140-2 approved cipher in FIPS mode
+;cipher AES-256-CBC   # AES-256
 
 # Enable compression on the VPN link.
 # Don't enable this unless it is also
Index: openvpn-2.3.8/sample/sample-config-files/server.conf
===
--- openvpn-2.3.8.orig/sample/sample-config-files/server.conf   2015-07-17 
07:43:32.0 +0200
+++ openvpn-2.3.8/sample/sample-config-files/server.conf2016-09-08 
15:11:55.869874892 +0200
@@ -249,6 +249,8 @@ keepalive 10 120
 ;cipher BF-CBC# Blowfish (default)
 ;cipher AES-128-CBC   # AES
 ;cipher DES-EDE3-CBC  # Triple-DES
+# Use a FIPS 140-2 approved cipher in FIPS mode
+;cipher AES-256-CBC   # AES-256
 
 # Enable compression on the VPN link.
 # If you enable it here, you must also




commit python-stevedore for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package python-stevedore for 
openSUSE:Factory checked in at 2016-09-16 11:01:38

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


Package is "python-stevedore"

Changes:

--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes
2016-04-28 16:58:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-stevedore.new/python-stevedore.changes   
2016-09-16 11:01:39.0 +0200
@@ -1,0 +2,23 @@
+Tue Aug 30 19:26:08 UTC 2016 - tbecht...@suse.com
+
+- update to 1.17.1:
+  * do not emit warnings for missing hooks
+  * Remove discover from test-requirements
+  * make error reporting for extension loading quieter
+  * Add Python 3.5 classifier and venv
+  * Replace assertEquals() with assertEqual()
+
+---
+Wed Jul 20 10:14:11 UTC 2016 - tbecht...@suse.com
+
+- update to 1.16.0:
+  * Fix NamedExtensionManager fails when loading failing extension in order
+  * Remove irrelated output item
+  * Fix broken link about setuptools entry points
+  * NamedExtensionManager: call a callback when some names cannot be found
+  * Updated from global requirements
+  * Trivial: ignore openstack/common in flake8 exclude list
+  * dont claim copyright for future years
+- Use pypi.io for Source url
+
+---

Old:

  stevedore-1.12.0.tar.gz

New:

  stevedore-1.17.1.tar.gz



Other differences:
--
++ python-stevedore.spec ++
--- /var/tmp/diff_new_pack.sBzeYM/_old  2016-09-16 11:01:40.0 +0200
+++ /var/tmp/diff_new_pack.sBzeYM/_new  2016-09-16 11:01:40.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-stevedore
-Version:1.12.0
+Version:1.17.1
 Release:0
 Summary:Manage dynamic plugins for Python applications
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/dreamhost/stevedore
-Source: 
http://pypi.python.org/packages/source/s/stevedore/stevedore-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/s/stevedore/stevedore-%{version}.tar.gz
 Source1:%{name}.changes
 BuildRequires:  python-devel
 BuildRequires:  python-pbr

++ stevedore-1.12.0.tar.gz -> stevedore-1.17.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.12.0/AUTHORS new/stevedore-1.17.1/AUTHORS
--- old/stevedore-1.12.0/AUTHORS2016-02-25 07:08:18.0 +0100
+++ new/stevedore-1.17.1/AUTHORS2016-08-18 19:40:14.0 +0200
@@ -1,7 +1,9 @@
 Abhishek Chanda 
+Bernhard M. Wiedemann 
 ChangBo Guo(gcb) 
 Chris Yeoh 
 Cleber Rosa 
+Cyril Roelandt 
 Daniel Rocco 
 Davanum Srinivas 
 Dirk Mueller 
@@ -18,10 +20,12 @@
 Philip Tzou 
 Ricardo Kirkner 
 Ryan Petrello 
+Swapnil Kulkarni (coolsvap) 
 Thomas Goirand 
 Wes Turner 
 Zhao Lei 
 caoyue 
+liangjingtao 
 markmcclain 
 shuangtai 
 Łukasz Jernaś 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.12.0/ChangeLog 
new/stevedore-1.17.1/ChangeLog
--- old/stevedore-1.12.0/ChangeLog  2016-02-25 07:08:18.0 +0100
+++ new/stevedore-1.17.1/ChangeLog  2016-08-18 19:40:14.0 +0200
@@ -1,6 +1,43 @@
 CHANGES
 ===
 
+1.17.1
+--
+
+* do not emit warnings for missing hooks
+
+1.17.0
+--
+
+* Remove discover from test-requirements
+* make error reporting for extension loading quieter
+* Add Python 3.5 classifier and venv
+* Replace assertEquals() with assertEqual()
+
+1.16.0
+--
+
+* Fix NamedExtensionManager fails when loading failing extension in order
+* Remove irrelated output item
+* Fix broken link about setuptools entry points
+* NamedExtensionManager: call a callback when some names cannot be found
+* Updated from global requirements
+
+1.15.0
+--
+
+* Updated from global requirements
+
+1.14.0
+--
+
+* Trivial: ignore openstack/common in flake8 exclude list
+
+1.13.0
+--
+
+* dont claim copyright for future years
+
 1.12.0
 --
 
@@ -91,7 +128,7 @@
 1.2.0
 -
 
-* Use pkg_resources resolve(
+* Use 

commit gitslave for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package gitslave for openSUSE:Factory 
checked in at 2016-09-16 11:01:56

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


Package is "gitslave"

Changes:

--- /work/SRC/openSUSE:Factory/gitslave/gitslave.changes2016-07-20 
09:21:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.gitslave.new/gitslave.changes   2016-09-16 
11:01:59.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 14 20:36:00 UTC 2016 - robert.munte...@gmail.com
+
+- Added 0004-fix-deprecation-warnings.patch, fixes deprecation 
+  warnings caused by an unescaped left brace in a regex
+
+---

New:

  0004-fix-deprecation-warnings.patch



Other differences:
--
++ gitslave.spec ++
--- /var/tmp/diff_new_pack.JkIo0t/_old  2016-09-16 11:02:01.0 +0200
+++ /var/tmp/diff_new_pack.JkIo0t/_new  2016-09-16 11:02:01.0 +0200
@@ -37,6 +37,8 @@
 Patch1: 0002-fix-gits-unexpected-status.patch
 # PATCH-FIX-UPSTREAM - https://sourceforge.net/p/gitslave/bugs/27/
 Patch2: 0003-fix-pod2man-invocation.patch 
+# PATCH-FIX-UPSTREAM - https://sourceforge.net/p/gitslave/bugs/25/
+Patch3: 0004-fix-deprecation-warnings.patch
 
 %description
 Creates a group of related repositories—a superproject repository and
@@ -57,6 +59,7 @@
 %patch0 -p1
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 make %{?_smp_mflags}

++ 0004-fix-deprecation-warnings.patch ++
>From 892ba342672e3c176544e4076c602d95e7e8c937 Mon Sep 17 00:00:00 2001
From: David C Wang 
Date: Sun, 11 Sep 2016 21:31:06 -0700
Subject: [PATCH] Fixed deprecation warning

Unescaped left brace in regex is deprecated, passed through in regex;
  marked by <-- HERE in m/^(stash\@{ <-- HERE \d+}: )WIP( on .*:
  [\da-f]+)\.\.\..*$/ at /tmp/gits line 1128.
---
 gits | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gits b/gits
index 2cfd49b..d9f7ec1 100755
--- a/gits
+++ b/gits
@@ -1125,7 +1125,7 @@ sub releasecheck($@)
   push(@stashed, $repo);
   $unclean = 1;
   # strip out previous commit from WIP stashes (messages are misleading)
-  $stashes =~ s/^(stash\@{\d+}: )WIP( on .*: 
[\da-f]+)\.\.\..*$/${1}Work-in-Progress${2}/mg;
+  $stashes =~ s/^(stash\@\{\d+}: )WIP( on .*: 
[\da-f]+)\.\.\..*$/${1}Work-in-Progress${2}/mg;
   $msg .= $stashes;
 }
 



commit python-smbc for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package python-smbc for openSUSE:Factory 
checked in at 2016-09-16 11:00:52

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


Package is "python-smbc"

Changes:

--- /work/SRC/openSUSE:Factory/python-smbc/python-smbc.changes  2014-06-16 
21:43:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-smbc.new/python-smbc.changes 
2016-09-16 11:00:54.0 +0200
@@ -1,0 +2,32 @@
+Sat Sep  3 18:29:28 UTC 2016 - p.drou...@gmail.com
+
+- Fix Url
+
+---
+Fri Jan 15 15:49:39 UTC 2016 - ter...@gmail.com
+
+- Remove python-smbc-pkg-config.patch - applied upstream
+- Remove pre_checking.sh - no need to copy python files to python3
+- Update to version 1.0.15.5:
+  * fix NUL-termination bug
+- Update to version 1.0.15.4:
+  * added some constants
+- Update to version 1.0.15.3:
+  * added smbc.ConnectionRefusedError
+- Update to version 1.0.15.1:
+  * Return direntry with unicode string
+- Update to version 1.0.15:
+  * Working with Python3
+- Update to version 1.0.14.2:
+  * added smbc.NotDirectoryError
+- Update to version 1.0.14.1:
+  * Fix for Python 2.6
+- Update to version 1.0.14:
+  * Context.set_credentials_with_fallback()
+  * Context.getxattr, Context.setxattr
+  * smbc.XATTR, smbc.XATTR_ACL, smbc.XATTR_ACL_SID, smbc.XATTR_ALL,
+smbc.XATTR_ALL_SID, smbc.XATTR_FLAG_CREATE, smbc.XATTR_FLAG_REPLACE,
+  smbc.XATTR_GROUP, smbc.XATTR_GROUP_SID, smbc.XATTR_OWNER,
+smbc.XATTR_OWNER_SID, smbc.XATTR_REVISION
+
+---

Old:

  pre_checkin.sh
  pysmbc-1.0.13.tar.bz2
  python-smbc-pkg-config.patch

New:

  pysmbc-1.0.15.5.tar.bz2



Other differences:
--
++ python-smbc.spec ++
--- /var/tmp/diff_new_pack.nLzMta/_old  2016-09-16 11:00:55.0 +0200
+++ /var/tmp/diff_new_pack.nLzMta/_new  2016-09-16 11:00:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-smbc
 #
-# Copyright (c) 2013 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
@@ -20,15 +20,13 @@
 
 Name:   python-smbc
 BuildRequires:  libsmbclient-devel
-BuildRequires:  python-devel
 BuildRequires:  pkgconfig
-Version:1.0.13
+BuildRequires:  python-devel
+Version:1.0.15.5
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://cyberelk.net/tim/software/pysmbc/
-Source: 
http://cyberelk.net/tim/data/pysmbc/%{mod_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM python-smbc-pkg-config.patch zai...@opensuse.org -- Add 
pkg-config support, fixes build with samba 4. Patch copied from fedora.
-Patch0: python-smbc-pkg-config.patch
+Source: 
https://pypi.io/packages/source/p/pysmbc/%{mod_name}-%{version}.tar.bz2
 Summary:Python bindings for samba clients (libsmbclient)
 License:GPL-2.0+
 Group:  Development/Libraries/Python
@@ -38,9 +36,6 @@
 
 %prep
 %setup -q -n %{mod_name}-%{version}
-%if 0%{?suse_version} >= 1220
-%patch0 -p1
-%endif
 
 %build
 CFLAGS="%{optflags} -DVERSION=\\\"%version\\\"" \
@@ -51,7 +46,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING NEWS README
+%doc COPYING NEWS
 %{python_sitearch}/*
 
 %changelog

++ pysmbc-1.0.13.tar.bz2 -> pysmbc-1.0.15.5.tar.bz2 ++
 5848 lines of diff (skipped)




commit createrepo_c for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package createrepo_c for openSUSE:Factory 
checked in at 2016-09-16 11:01:26

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


Package is "createrepo_c"

Changes:

--- /work/SRC/openSUSE:Factory/createrepo_c/createrepo_c.changes
2016-08-05 18:15:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.createrepo_c.new/createrepo_c.changes   
2016-09-16 11:01:28.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  5 11:03:23 UTC 2016 - jeng...@inai.de
+
+- Run fdupes to eliminate duplicate .js files
+
+---



Other differences:
--
++ createrepo_c.spec ++
--- /var/tmp/diff_new_pack.RbwRhK/_old  2016-09-16 11:01:29.0 +0200
+++ /var/tmp/diff_new_pack.RbwRhK/_new  2016-09-16 11:01:29.0 +0200
@@ -38,6 +38,7 @@
 %endif
 
 BuildRequires:  cmake
+BuildRequires:  fdupes
 BuildRequires:  doxygen
 BuildRequires:  file-devel
 BuildRequires:  glib2-devel >= 2.22.0
@@ -107,6 +108,7 @@
 pushd ./build
 %make_install
 popd
+%fdupes %buildroot/%_prefix
 
 %post -n %{libname} -p /sbin/ldconfig
 




commit kile for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package kile for openSUSE:Factory checked in 
at 2016-09-16 11:01:30

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


Package is "kile"

Changes:

--- /work/SRC/openSUSE:Factory/kile/kile.changes2016-06-19 
10:49:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kile.new/kile.changes   2016-09-16 
11:01:32.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 13 15:29:49 UTC 2016 - wba...@tmo.at
+
+- Add fix-user-editable-menus.patch to prevent the "Settings" menu
+  entry disappearing if adding buttons to the toolbar (kde#328712)
+
+---

New:

  fix-user-editable-menus.patch



Other differences:
--
++ kile.spec ++
--- /var/tmp/diff_new_pack.93CpMP/_old  2016-09-16 11:01:33.0 +0200
+++ /var/tmp/diff_new_pack.93CpMP/_new  2016-09-16 11:01:33.0 +0200
@@ -25,6 +25,8 @@
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://kile.sourceforge.net/
 Source0:
http://prdownloads.sourceforge.net/kile/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM fix-user-editable-menus.patch kde#328712 -- fix 
"Settings" menu entry disappearing if adding buttons to the toolbar
+Patch:  fix-user-editable-menus.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
@@ -92,6 +94,7 @@
 %lang_package
 %prep
 %setup -q
+%patch -p1
 
 %build
 %cmake_kde4 -d build

++ fix-user-editable-menus.patch ++
 1015 lines (skipped)




commit efl for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2016-09-16 11:00:57

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


Package is "efl"

Changes:

--- /work/SRC/openSUSE:Factory/efl/efl.changes  2016-08-31 14:31:29.0 
+0200
+++ /work/SRC/openSUSE:Factory/.efl.new/efl.changes 2016-09-16 
11:00:59.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 31 10:07:16 UTC 2016 - sch...@suse.de
+
+- Disable NEON on armv6
+- Configure with --enable-lua-old and exclude all elua files if luajit is
+  not present
+
+---



Other differences:
--
++ efl.spec ++
--- /var/tmp/diff_new_pack.ar41Pg/_old  2016-09-16 11:01:01.0 +0200
+++ /var/tmp/diff_new_pack.ar41Pg/_new  2016-09-16 11:01:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package efl
 #
-# Copyright (c) 2015 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # build doc is disabled due to #897122 once the bug is resolved it can be re 
enabled
 %define build_doc 0
 
@@ -71,10 +72,10 @@
 Version:   1.18.0
 Release:0
 # TODO: split package to separate packages and specify licenses correctly
-License:BSD-2-Clause and LGPL-2.1 and Zlib
 Summary:Enlightenment Foundation Libraries - set of libraries used 
(not only) by E17
-Url:git://git.enlightenment.org/core/efl.git
+License:BSD-2-Clause and LGPL-2.1 and Zlib
 Group:  Development/Libraries/C and C++
+Url:git://git.enlightenment.org/core/efl.git
 Source: %{name}-%{version}.tar.xz
 Patch0: fix-xkbcommon-compile.patch
 BuildRequires:  autoconf >= 2.5
@@ -92,10 +93,10 @@
 # boo#864299 need libpoppler-cpp0 for Leap / SLE
 BuildRequires:  libpoppler-cpp0
 %endif
+BuildRequires:  ImageMagick
+BuildRequires:  gettext-devel
 BuildRequires:  libraw-devel
 BuildRequires:  libspectre-devel
-BuildRequires:  gettext-devel
-BuildRequires:  ImageMagick
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  python >= 2.5
@@ -141,6 +142,13 @@
 BuildRequires:  pkgconfig(lua) < 5.2
 %endif
 %endif
+BuildRequires:  systemd
+BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
+BuildRequires:  pkgconfig(harfbuzz)
+BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(mount)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(pixman-1)
 BuildRequires:  pkgconfig(sdl)
@@ -159,13 +167,6 @@
 BuildRequires: pkgconfig(xscrnsaver)
 BuildRequires:  pkgconfig(xtst)
 BuildRequires:  pkgconfig(zlib)
-BuildRequires:  pkgconfig(harfbuzz)
-BuildRequires:  pkgconfig(gstreamer-1.0)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
-BuildRequires:  pkgconfig(mount)
-BuildRequires:  pkgconfig(libpulse)
-BuildRequires:  systemd
-BuildRequires:  systemd-devel
 %if %enable_wayland
 BuildRequires:  pkgconfig(gbm)
 BuildRequires:  pkgconfig(libdrm) >= 2.4 
@@ -245,6 +246,7 @@
 Requires:  pkgconfig(lua) < 5.2
 %endif
 %endif
+Requires:   pkgconfig(harfbuzz)
 Requires:   pkgconfig(openssl)
 Requires:   pkgconfig(pixman-1)
 Requires:   pkgconfig(sdl)
@@ -262,7 +264,6 @@
 Requires:   pkgconfig(xscrnsaver)
 Requires:   pkgconfig(xtst)
 Requires:   pkgconfig(zlib)
-Requires:   pkgconfig(harfbuzz)
 
 %if %gstreamer1_present
 Requires:   pkgconfig(gstreamer-1.0)
@@ -310,11 +311,11 @@
 %if %physics_present
 Provides:   ephysics-devel = %{version}
 %endif
+Provides:   emotion-generic-players-devel = %{version}
 Provides:   eo-devel = %{version}
 Provides:   ethumb-devel = %{version}
 Provides:   evas-devel = %{version}
 Provides:   evas-generic-loaders-devel = %{version}
-Provides:   emotion-generic-players-devel = %{version}
 Obsoletes:  ecore-devel < %{version}
 Obsoletes:  edbus-devel < %{version}
 Obsoletes:  edje-devel < %{version}
@@ -330,10 +331,10 @@
 %if %physics_present
 Obsoletes:  ephysics-devel < %{version}
 %endif
+Obsoletes:  emotion-generic-players-devel < %{version}
 Obsoletes:  ethumb-devel < %{version}
 Obsoletes:  evas-devel < %{version}
 Obsoletes:  evas-generic-loaders-devel < %{version}
-Obsoletes:  emotion-generic-players-devel < %{version}
 
 %description devel
 Headers, pkgconfig files and other files needed for development with 

commit notepadqq for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package notepadqq for openSUSE:Factory 
checked in at 2016-09-16 11:01:19

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


Package is "notepadqq"

Changes:

--- /work/SRC/openSUSE:Factory/notepadqq/notepadqq.changes  2016-08-17 
12:05:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.notepadqq.new/notepadqq.changes 2016-09-16 
11:01:23.0 +0200
@@ -1,0 +2,13 @@
+Wed Sep 14 10:28:31 UTC 2016 - joerg.loren...@ki.tng.de
+
+- Update to 0.53.0:
+  * Allow users to configure a custom font (and size) (e246e81).
+  * Support for showing tabs, spaces and end of line symbols
+(a4866d9).
+  * Fix regression regarding whitespaces and word-wrap (84048d8).
+  * Fix Zenburn theme not loading properly at startup (f761810).
+  * Fix left editor panel not updating when switching languages
+(01fae47).
+  * UI improvements for custom keyboard shortcuts (2f05245).
+
+---

Old:

  notepadqq_0.52.1.orig.tar.bz2

New:

  notepadqq_0.53.0.orig.tar.bz2



Other differences:
--
++ notepadqq.spec ++
--- /var/tmp/diff_new_pack.SlYDKk/_old  2016-09-16 11:01:26.0 +0200
+++ /var/tmp/diff_new_pack.SlYDKk/_new  2016-09-16 11:01:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   notepadqq
-Version:0.52.1
+Version:0.53.0
 Release:0
 Summary:Notepad++-like editor
 License:GPL-3.0+

++ notepadqq_0.52.1.orig.tar.bz2 -> notepadqq_0.53.0.orig.tar.bz2 ++
 3861 lines of diff (skipped)




commit julia for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package julia for openSUSE:Factory checked 
in at 2016-09-16 11:01:08

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


Package is "julia"

Changes:

--- /work/SRC/openSUSE:Factory/julia/julia-compat.changes   2016-09-01 
14:02:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.julia.new/julia-compat.changes  2016-09-16 
11:01:10.0 +0200
@@ -1,0 +2,13 @@
+Tue Sep 13 17:15:36 UTC 2016 - roni...@gmail.com
+
+- Version bump to 0.5.0~rc4.
+* The changelog will be available when the version 0.5.0 is
+  released.
+- Julia is now built using `libopenblas_openmp0` as the lapack and
+  blas libraries due to upstream advice. For more information, see:
+
+https://github.com/JuliaLang/julia/issues/18394
+
+- Remove white spaces in .changes files.
+
+---
julia.changes: same change

Old:

  julia-0.5.0-rc3.tar.gz

New:

  julia-0.5.0-rc4.tar.gz



Other differences:
--
++ julia-compat.spec ++
--- /var/tmp/diff_new_pack.2mGene/_old  2016-09-16 11:01:12.0 +0200
+++ /var/tmp/diff_new_pack.2mGene/_new  2016-09-16 11:01:12.0 +0200
@@ -23,7 +23,7 @@
 %undefine _build_create_debug
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
-%define julia_ver0.5.0-rc3
+%define julia_ver0.5.0-rc4
 %define libjulia_sover_major 0.5
 %define libjulia_sover_minor 0
 
@@ -34,7 +34,7 @@
 %define compat_mode  1
 %define src_name julia-tarball
 
-Version:0.5.0~rc3
+Version:0.5.0~rc4
 Release:0
 Url:http://julialang.org/
 Source0:
https://github.com/JuliaLang/julia/releases/download/v%{julia_ver}/julia-%{julia_ver}.tar.gz
@@ -59,6 +59,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  lapack-devel >= 3.5.0
 BuildRequires:  libgit2-devel
+BuildRequires:  libopenblas_openmp-devel >= 0.2.19
 BuildRequires:  libunwind-devel > 1.1
 BuildRequires:  m4
 BuildRequires:  mpfr-devel >= 3.1.3
@@ -74,10 +75,9 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 Requires:   libarpack2
-Requires:   libblas3
 Requires:   libfftw3_threads3
 Requires:   libgit2-24
-Requires:   liblapack3
+Requires:   libopenblas_openmp0 >= 0.2.19
 Requires:   libpcre2-16-0
 Requires:   ncurses
 Requires:   readline

++ julia.spec ++
--- /var/tmp/diff_new_pack.2mGene/_old  2016-09-16 11:01:12.0 +0200
+++ /var/tmp/diff_new_pack.2mGene/_new  2016-09-16 11:01:12.0 +0200
@@ -23,7 +23,7 @@
 %undefine _build_create_debug
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
-%define julia_ver0.5.0-rc3
+%define julia_ver0.5.0-rc4
 %define libjulia_sover_major 0.5
 %define libjulia_sover_minor 0
 
@@ -34,7 +34,7 @@
 %define compat_mode  0
 %define src_name julia-tarball
 
-Version:0.5.0~rc3
+Version:0.5.0~rc4
 Release:0
 Url:http://julialang.org/
 Source0:
https://github.com/JuliaLang/julia/releases/download/v%{julia_ver}/julia-%{julia_ver}.tar.gz
@@ -59,6 +59,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  lapack-devel >= 3.5.0
 BuildRequires:  libgit2-devel
+BuildRequires:  libopenblas_openmp-devel >= 0.2.19
 BuildRequires:  libunwind-devel > 1.1
 BuildRequires:  m4
 BuildRequires:  mpfr-devel >= 3.1.3
@@ -74,10 +75,9 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 Requires:   libarpack2
-Requires:   libblas3
 Requires:   libfftw3_threads3
 Requires:   libgit2-24
-Requires:   liblapack3
+Requires:   libopenblas_openmp0 >= 0.2.19
 Requires:   libpcre2-16-0
 Requires:   ncurses
 Requires:   readline


++ julia-0.5.0-rc3.tar.gz -> julia-0.5.0-rc4.tar.gz ++
/work/SRC/openSUSE:Factory/julia/julia-0.5.0-rc3.tar.gz 
/work/SRC/openSUSE:Factory/.julia.new/julia-0.5.0-rc4.tar.gz differ: char 5, 
line 1

++ juliabuildopts ++
--- /var/tmp/diff_new_pack.2mGene/_old  2016-09-16 11:01:12.0 +0200
+++ /var/tmp/diff_new_pack.2mGene/_new  2016-09-16 11:01:12.0 +0200
@@ -7,9 +7,9 @@
 USE_SYSTEM_OPENSPECFUN=1 \
 USE_SYSTEM_DSFMT=1 \
 USE_SYSTEM_BLAS=1 \
-LIBBLASNAME=libblas.so.3 \
+LIBBLASNAME=libopenblas_openmp.so.0 \
 USE_SYSTEM_LAPACK=1 \
-LIBBLASNAME=liblapack.so.3 \
+LIBLAPACKNAME=libopenblas_openmp.so.0 \
 USE_SYSTEM_FFTW=1 \
 LIBFFTWNAME=libfftw3_threads.so.3 \
 LIBFFTWFNAME=libfftw3f_threads.so.3 \




commit nagstamon for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package nagstamon for openSUSE:Factory 
checked in at 2016-09-16 11:00:43

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


Package is "nagstamon"

Changes:

--- /work/SRC/openSUSE:Factory/nagstamon/nagstamon.changes  2014-12-29 
00:30:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.nagstamon.new/nagstamon.changes 2016-09-16 
11:00:45.0 +0200
@@ -1,0 +2,32 @@
+Fri Sep  2 09:24:07 UTC 2016 - l...@linux-schulserver.de
+
+- update to 2.0:
+  After a major overhaul Nagstamon is finally available in its 2.0 
+  incarnation. Being formerly formed of Python 2 and GTK 2 it now comes
+  freshly reshaped, made of Python 3 and Qt 5. 
+  This technology shift caused the longer absence of any other stable 
+  release, but was absolutely necessary to make sure there will be
+  future releases too.
+
+  These are some new features and fixes:
+  + Based on Qt 5 it now comes with a better integrated look-and-feel
+  + Partly simplified design
+  + Less clutter in setting dialogs
+  + Uses QT 5 multimedia which means native sound on Linux and MacOS
+  + Uses only SVG graphics – allows changing colors even in systray icon
+  + Customizable font and font size
+  + Adjust to dark or light desktop theme
+  + Action allowing to copy host/service information to clipboard
+  + Added ‘Archive Event’ action for Check_MK monitors
+  + Additionally supports IcingaWeb2
+  + Updated Opsview and Centreon to support latest monitor server versions
+  + Experimental support for Livestatus and Zenoss
+  + No or less memory leaks, especially in Windows
+  + Make sure only one instance per config is running
+  + Millions of fixes
+- adapted spec file to build again for Fedora and build with the latest
+  changes of the 2.0 version (QT instead of GTK)
+- builds only with Python 3 - so removing case decisions for old
+  distributions that are no longer supported
+
+---

Old:

  Nagstamon-1.0.1.tar.bz2

New:

  Nagstamon-2.0.tar.bz2



Other differences:
--
++ nagstamon.spec ++
--- /var/tmp/diff_new_pack.GJdw6T/_old  2016-09-16 11:00:46.0 +0200
+++ /var/tmp/diff_new_pack.GJdw6T/_new  2016-09-16 11:00:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nagstamon
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Lars Vogdt
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   nagstamon
-Version:1.0.1
+Version:2.0
 Release:0
 Summary:Nagios status monitor for the desktop
 License:GPL-2.0
@@ -26,41 +26,54 @@
 Url:http://nagstamon.ifw-dresden.de/
 Source: Nagstamon-%{version}.tar.bz2
 Source1:%{name}.desktop
-BuildRequires:  python-devel
+BuildRequires:  python3-devel
+#
+# Fedora dependencies
+#
+%if 0%{?fedora_version}
+BuildRequires:  desktop-file-utils
+BuildRequires:  python3-qt5
+Requires:   python3
+Requires:   python3-SecretStorage
+Requires:   python3-beautifulsoup4
+Requires:   python3-crypto
+Requires:   python3-psutil
+Requires:   python3-qt5
+Requires:   python3-requests
+Requires:   qt5-qtmultimedia
+Requires:   qt5-qtsvg
+%endif
+#
 # openSUSE dependencies
+#
 %if 0%{?suse_version}
-BuildRequires:  python-gtk
+BuildRequires:  python3-qt5
+BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
-Requires:   python-gtk
-%if 0%{?suse_version} > 1100
-Requires:   python-distribute
-Requires:   python-egg
-%else
-Requires:   python-gnome-extras
-%endif
+Requires:   libqt5-qtmultimedia
+Requires:   libqt5-qtsvg
+Requires:   python-SecretStorage
+Requires:   python3-beautifulsoup4
+Requires:   python3-psutil
+Requires:   python3-pycrypto
+Requires:   python3-qt5
+Requires:   python3-requests
 Recommends: gnome-terminal
 Recommends: rdesktop
 Recommends: sox
 Recommends: tightvnc
-%if 0%{?suse_version} > 1130
-BuildArch:  noarch
-%endif
 %py_requires
 %endif
-# Fedora dependencies
-%if 0%{?fedora_version}
-BuildRequires:  desktop-file-utils
-BuildRequires:  pygtk2
-Requires:   pygtk2
-Requires:   python-setuptools
-%endif
+#
 # Mandriva dependencies
+#
 %if 0%{?mandriva_version}
 BuildRequires:  desktop-file-utils
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %{!?python_sitelib: %global python_sitelib %(python -c 

commit liboping for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package liboping for openSUSE:Factory 
checked in at 2016-09-16 11:00:48

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


Package is "liboping"

Changes:

--- /work/SRC/openSUSE:Factory/liboping/liboping.changes2015-04-27 
12:59:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.liboping.new/liboping.changes   2016-09-16 
11:00:50.0 +0200
@@ -1,0 +2,13 @@
+Sun Jul 31 20:18:10 UTC 2016 - mar...@gmx.de
+
+- Update to version 1.9.0
+  * liboping: The new "PING_OPT_MARK" option allows to mark packets,
+which can be used for filtering and routing such packets on Linux.
+  * oping, noping: The new "-m" command line option allows to set a mark
+on packets sent by the tool.
+  * oping, noping: The new "-O" command line option allows to write
+measurements to an CSV file.
+  * oping, noping: The new "-w" command line option allows to specify
+the timeout after which a packet/reply is considered "dropped".
+
+---

Old:

  liboping-1.8.0.tar.bz2

New:

  liboping-1.9.0.tar.bz2



Other differences:
--
++ liboping.spec ++
--- /var/tmp/diff_new_pack.UnfxBo/_old  2016-09-16 11:00:51.0 +0200
+++ /var/tmp/diff_new_pack.UnfxBo/_new  2016-09-16 11:00:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liboping
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   liboping
-Version:1.8.0
+Version:1.9.0
 Release:0
 %define soname 0
 Summary:Multiple Host Ping Library that supports ICMPv4 and ICMPv6

++ liboping-1.8.0.tar.bz2 -> liboping-1.9.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liboping-1.8.0/ChangeLog new/liboping-1.9.0/ChangeLog
--- old/liboping-1.8.0/ChangeLog2014-11-20 15:51:17.0 +0100
+++ new/liboping-1.9.0/ChangeLog2016-06-27 08:40:29.0 +0200
@@ -1,3 +1,13 @@
+2016-06-27, Version 1.9.0:
+   * liboping: The new "PING_OPT_MARK" option allows to mark packets,
+ which can be used for filtering and routing such packets on Linux.
+   * oping, noping: The new "-m" command line option allows to set a mark
+ on packets sent by the tool.
+   * oping, noping: The new "-O" command line option allows to write
+ measurements to an CSV file.
+   * oping, noping: The new "-w" command line option allows to specify
+ the timeout after which a packet/reply is considered "dropped".
+
 2014-11-20, Version 1.8.0:
* oping, noping: Average and standard deviation have been removed from
  the status output, which show median and 95th percentile instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liboping-1.8.0/Makefile.in 
new/liboping-1.9.0/Makefile.in
--- old/liboping-1.8.0/Makefile.in  2014-11-20 15:52:47.0 +0100
+++ new/liboping-1.9.0/Makefile.in  2016-06-27 08:46:18.0 +0200
@@ -80,8 +80,8 @@
 subdir = .
 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-   $(top_srcdir)/configure $(am__configure_deps) COPYING TODO \
-   compile config.guess config.sub install-sh missing ltmain.sh
+   $(top_srcdir)/configure $(am__configure_deps) COPYING compile \
+   config.guess config.sub install-sh missing ltmain.sh
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liboping-1.8.0/README new/liboping-1.9.0/README
--- old/liboping-1.8.0/README   2013-07-11 10:18:33.0 +0200
+++ new/liboping-1.9.0/README   2016-02-17 15:21:46.0 +0100
@@ -1,6 +1,6 @@
  liboping – Library to ping IPv4 and IPv6 hosts in parallel
 
-http://verplant.org/liboping/
+http://noping.cc/
 
 About
 ━
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liboping-1.8.0/TODO new/liboping-1.9.0/TODO
--- old/liboping-1.8.0/TODO 2014-11-17 14:42:06.0 +0100
+++ new/liboping-1.9.0/TODO 1970-01-01 01:00:00.0 +0100
@@ -1,6 +0,0 @@
-* Buffer the 

commit openvswitch for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package openvswitch for openSUSE:Factory 
checked in at 2016-09-16 11:01:02

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


Package is "openvswitch"

Changes:

--- /work/SRC/openSUSE:Factory/openvswitch/openvswitch-dpdk.changes 
2016-09-11 00:53:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.openvswitch.new/openvswitch-dpdk.changes
2016-09-16 11:01:03.0 +0200
@@ -1,0 +2,21 @@
+Tue Sep  6 10:11:49 UTC 2016 - mchand...@suse.de
+
+- Add new DPDK_OPTIONS environment variable to hold the dpdk
+  vswitchd options so that the systemd unit files can be used to
+  launch an ovs-vswitcd DPDK capable instance instead of doing
+  it manually. (bsc#987265)
+* 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch
+
+---
+Sun Aug 14 11:05:59 CEST 2016 - r...@suse.de
+
+- enable openvswitch-dpdk on aarch64 since dpdk
+  builds on aarch64 now 
+
+---
+Sun Aug  7 21:11:51 CEST 2016 - r...@suse.de
+
+- remove aarch from openvswitch-dpdk until we have a dpdk
+  that builds for aarch64
+
+---
@@ -21 +42 @@
-  automatically based on %bcond_with* macros.
+  automatically based on %bcond_with* macros (bsc#989335).
openvswitch.changes: same change

New:

  0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch



Other differences:
--
++ openvswitch-dpdk.spec ++
--- /var/tmp/diff_new_pack.blUMdq/_old  2016-09-16 11:01:05.0 +0200
+++ /var/tmp/diff_new_pack.blUMdq/_new  2016-09-16 11:01:05.0 +0200
@@ -42,9 +42,12 @@
 Source2:openvswitch-switch.logrotate
 Source3:openvswitch.service
 Source89:   Module.supported.updates
-# PATCH-FIX-UPSTREAM openvswitch-2.5.0-detect-dpdk-installation.patch
+# PATCH-FIX-UPSTREAM: openvswitch-2.5.0-detect-dpdk-installation.patch 
(fate#319170)
 Patch0: openvswitch-%{version}-detect-dpdk-installation.patch
+# PATCH-FIX-UPSTREAM: 
0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch
 Patch1: 0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch
+# PATCH-FIX-SUSE: 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch 
(bsc#987265)
+Patch2: 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -247,6 +250,7 @@
 %setup -q -n openvswitch-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 set -- * .travis*

++ openvswitch.spec ++
--- /var/tmp/diff_new_pack.blUMdq/_old  2016-09-16 11:01:05.0 +0200
+++ /var/tmp/diff_new_pack.blUMdq/_new  2016-09-16 11:01:05.0 +0200
@@ -40,9 +40,12 @@
 Source2:openvswitch-switch.logrotate
 Source3:openvswitch.service
 Source89:   Module.supported.updates
-# PATCH-FIX-UPSTREAM openvswitch-2.5.0-detect-dpdk-installation.patch
+# PATCH-FIX-UPSTREAM: openvswitch-2.5.0-detect-dpdk-installation.patch 
(fate#319170)
 Patch0: openvswitch-%{version}-detect-dpdk-installation.patch
+# PATCH-FIX-UPSTREAM: 
0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch
 Patch1: 0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch
+# PATCH-FIX-SUSE: 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch 
(bsc#987265)
+Patch2: 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -245,6 +248,7 @@
 %setup -q -n openvswitch-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 set -- * .travis*

++ 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch ++
>From 49e6a7ece028a2a429ee7672e4225788e8bbb4a9 Mon Sep 17 00:00:00 2001
From: Markos Chandras 
Date: Tue, 6 Sep 2016 11:06:56 +0100
Subject: [PATCH] ovs-ctl: Add new DPDK_OPTIONS environment variable

Add new DPDK_OPTIONS environment variable to hold the dpdk
vswitchd options so that the systemd unit files can be used to
launch an ovs-vswitcd DPDK capable instance instead of doing
it manually.

A similar patch has been submitted upstream
http://openvswitch.org/pipermail/dev/2016-July/074150.html
but got rejected because the master (2.6 at the time) has been
fixed in a different way and DPDK options are now part of the
ovsdb.

Signed-off-by: Markos Chandras 
---
 rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template | 3 +++
 utilities/ovs-ctl.in  | 4 +++-
 2 files changed, 6 insertions(+), 1 

commit sdcc for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package sdcc for openSUSE:Factory checked in 
at 2016-09-16 11:00:36

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


Package is "sdcc"

Changes:

--- /work/SRC/openSUSE:Factory/sdcc/sdcc.changes2016-08-16 
13:03:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.sdcc.new/sdcc.changes   2016-09-16 
11:00:40.0 +0200
@@ -1,0 +2,29 @@
+Tue Sep  6 22:17:08 UTC 2016 - w...@ire.pw.edu.pl
+
+- Fixed info file uninstall
+
+---
+Mon Sep  5 19:49:01 UTC 2016 - w...@ire.pw.edu.pl
+
+- Update to version 3.5.0
+  * Merged upstream binutils 2.25
+  * New memory management with lower overhead
+  * Changed default language dialect to --std-sdcc11
+  * Diagnostic for missing type specifier: No implicit int outside of C90 mode 
anymore
+  * C11 generic selections
+  * char type is now unsigned by default (old behaviour can be restored using 
--fsigned-char)
+  * Character constants are now of type int instead of char.
+  * ISO C95 and ISO C11 wide character constants
+  * ISO C95 and ISO C11 wide string literals
+  * Basic standard library support for wide characters: c16rtomb(), 
mbrtoc16(), mbsinit(), mbtowc(), mbrlen(), mbrtoc32, c32rtomb(), mbrtowc(), 
wcrtomb(), mblen(), wctomb()
+  * Treat all ports the same in the manual (i.e. mcs51-specific stuff is now 
clearly described as such)
+  * Reorganized interrupt handling for z80, z180, r2k, r3ka, tlcs90, gbz80 
backends
+  * Workaround for stm8 division hardware bug
+  * ELF/DWARF support for stm8
+  * Output symbol table for ELF
+  * pic16 port now uses standard-compliant crt0iz that initializes static and 
globals to 0 by default
+- Numerous feature requests and bug fixes are included as well.
+- Removed patch sdcc_add_ppc64le_suse_support.patch (applied upstream)
+- Modified patch sdcc_enable_additional_target_libs.patch
+
+---

Old:

  sdcc-src-3.5.0.tar.bz2
  sdcc_add_ppc64le_suse_support.patch

New:

  sdcc-src-3.6.0.tar.bz2



Other differences:
--
++ sdcc.spec ++
--- /var/tmp/diff_new_pack.JNa1W2/_old  2016-09-16 11:00:44.0 +0200
+++ /var/tmp/diff_new_pack.JNa1W2/_new  2016-09-16 11:00:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sdcc
-Version:3.5.0
+Version:3.6.0
 Release:0
 Summary:Small Device C Compiler
 License:GPL-2.0+ and GPL-3.0+
@@ -25,7 +25,6 @@
 Url:http://sdcc.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
-Patch1: sdcc_add_ppc64le_suse_support.patch
 Patch2: sdcc_enable_additional_target_libs.patch
 BuildRequires:  bison
 BuildRequires:  boost-devel
@@ -40,7 +39,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  python-devel
 # documentation
-%if 0%{?suse_version} >= 1320
+%if 0%{?suse_version} >= 1220
 BuildRequires:  latex2html
 BuildRequires:  lyx
 BuildRequires:  makeinfo
@@ -55,6 +54,8 @@
 BuildRequires:  texlive-ulem
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires(post): %install_info_prereq
+Requires(preun): %install_info_prereq
 
 %description
 SDCC is a C compiler for 8051 class and similar microcontrollers.
@@ -94,7 +95,6 @@
 %prep
 %setup -q
 rm support/regression/tests/bug3304184.c
-%patch1 -p1
 %patch2 -p1
 
 %build
@@ -143,6 +143,13 @@
 rm -rf %{buildroot}%{_datadir}/%{name}/non-free/lib/src/pic16/libdev/.deps
 %endif
 
+%post
+%install_info --info-dir=%{_infodir} %{_infodir}/bfd.info.gz
+
+%preun
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/bfd.info.gz
+
+
 %files
 %defattr(-,root,root)
 %dir %{_docdir}/%{name}
@@ -156,6 +163,7 @@
 %exclude %{_datadir}/%{name}/lib/src
 %dir %{_datadir}/emacs/site-lisp
 %{_datadir}/emacs/site-lisp/*.el
+%{_infodir}/bfd.info.gz
 
 %files libc-sources
 %defattr(-,root,root)

++ sdcc-src-3.5.0.tar.bz2 -> sdcc-src-3.6.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/sdcc/sdcc-src-3.5.0.tar.bz2 
/work/SRC/openSUSE:Factory/.sdcc.new/sdcc-src-3.6.0.tar.bz2 differ: char 11, 
line 1

++ sdcc_enable_additional_target_libs.patch ++
--- /var/tmp/diff_new_pack.JNa1W2/_old  2016-09-16 11:00:44.0 +0200
+++ /var/tmp/diff_new_pack.JNa1W2/_new  2016-09-16 11:00:44.0 +0200
@@ -1,35 +1,20 @@
-From: Tobias Klausmann 
-Subject: Enable additional target libs
-Date: Fri, 30 Oct 2015 20:46:23 +0100
-
-This is required for contiki:
-https://github.com/contiki-os/contiki/wiki/8051-Requirements
-
-Signed-off-by: Tobias Klausmann 

commit python-greenlet for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package python-greenlet for openSUSE:Factory 
checked in at 2016-09-16 11:00:27

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


Package is "python-greenlet"

Changes:

--- /work/SRC/openSUSE:Factory/python-greenlet/python-greenlet.changes  
2016-04-22 16:25:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-greenlet.new/python-greenlet.changes 
2016-09-16 11:00:28.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep  2 21:10:46 UTC 2016 - tbecht...@suse.com
+
+- update to 4.10.0:
+  - Added missing files to manifest
+  - Added workaround for ppc32 on Linux
+  - Start building binary manylinux1 wheels
+- Use pypi.io as Source url
+
+---

Old:

  greenlet-0.4.9.tar.gz

New:

  greenlet-0.4.10.tar.gz



Other differences:
--
++ python-greenlet.spec ++
--- /var/tmp/diff_new_pack.3fs1wl/_old  2016-09-16 11:00:29.0 +0200
+++ /var/tmp/diff_new_pack.3fs1wl/_new  2016-09-16 11:00:29.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   python-greenlet
-Version:0.4.9
+Version:0.4.10
 Release:0
 Url:http://pypi.python.org/pypi/greenlet
 Summary:Lightweight in-process concurrent programming
 License:MIT
 Group:  Development/Libraries/Python
-Source0:
http://pypi.python.org/packages/source/g/greenlet/greenlet-%{version}.tar.gz
+Source0:
https://pypi.io/packages/source/g/greenlet/greenlet-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  python-Sphinx

++ greenlet-0.4.9.tar.gz -> greenlet-0.4.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/greenlet-0.4.9/.travis.yml 
new/greenlet-0.4.10/.travis.yml
--- old/greenlet-0.4.9/.travis.yml  2015-05-31 15:02:31.0 +0200
+++ new/greenlet-0.4.10/.travis.yml 2016-04-02 20:26:46.0 +0200
@@ -1,4 +1,5 @@
 language: python
+sudo: false
 
 python:
   - 2.6
@@ -6,8 +7,8 @@
   - 3.2
   - 3.3
   - 3.4
+  - 3.5
 
 install: python setup.py build_ext -i
 
 script: python run-tests.py
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/greenlet-0.4.9/MANIFEST.in 
new/greenlet-0.4.10/MANIFEST.in
--- old/greenlet-0.4.9/MANIFEST.in  2015-05-31 15:02:31.0 +0200
+++ new/greenlet-0.4.10/MANIFEST.in 2016-06-11 20:39:14.0 +0200
@@ -5,8 +5,11 @@
 include MANIFEST.in
 include NEWS
 include README.rst
+include appveyor.yml
+include appveyor/run_with_env.cmd
 include benchmarks/chain.py
 include conftest.py
+include dev-requirements.txt
 include doc/Makefile
 include doc/conf.py
 include doc/greenlet.txt
@@ -14,11 +17,13 @@
 include doc/make.bat
 include greenlet.c
 include greenlet.h
+include make-manylinux
 include make-win-release
 include my_build_ext.py
 include platform/switch_aarch64_gcc.h
 include platform/switch_amd64_unix.h
 include platform/switch_arm32_gcc.h
+include platform/switch_arm32_ios.h
 include platform/switch_m68k_gcc.h
 include platform/switch_mips_unix.h
 include platform/switch_ppc64_linux.h
@@ -49,6 +54,7 @@
 include tests/test_generator_nested.py
 include tests/test_greenlet.py
 include tests/test_leaks.py
+include tests/test_stack_saved.py
 include tests/test_throw.py
 include tests/test_tracing.py
 include tests/test_version.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/greenlet-0.4.9/NEWS new/greenlet-0.4.10/NEWS
--- old/greenlet-0.4.9/NEWS 2015-08-30 20:00:33.0 +0200
+++ new/greenlet-0.4.10/NEWS2016-06-11 19:23:58.0 +0200
@@ -1,3 +1,9 @@
+0.4.10
+==
+- Added missing files to manifest
+- Added workaround for ppc32 on Linux
+- Start building binary manylinux1 wheels
+
 0.4.9
 =
 - Fixed Windows builds
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/greenlet-0.4.9/PKG-INFO new/greenlet-0.4.10/PKG-INFO
--- old/greenlet-0.4.9/PKG-INFO 2015-08-30 20:04:39.0 +0200
+++ new/greenlet-0.4.10/PKG-INFO2016-06-11 20:39:23.0 +0200
@@ -1,13 +1,13 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
 Name: greenlet
-Version: 0.4.9
+Version: 0.4.10
 Summary: Lightweight in-process concurrent programming
 Home-page: https://github.com/python-greenlet/greenlet
 Author: Alexey Borzenkov
 Author-email: sna...@gmail.com
 License: MIT License
 Description: .. image:: 
https://secure.travis-ci.org/python-greenlet/greenlet.png
-   :target: http://travis-ci.org/python-greenlet/greenlet
+

commit python-ply for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package python-ply for openSUSE:Factory 
checked in at 2016-09-16 11:00:23

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


Package is "python-ply"

Changes:

--- /work/SRC/openSUSE:Factory/python-ply/python-ply.changes2015-10-12 
10:01:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-ply.new/python-ply.changes   
2016-09-16 11:00:24.0 +0200
@@ -1,0 +2,16 @@
+Fri Sep  2 13:55:35 UTC 2016 - tbecht...@suse.com
+
+- update to 3.9:
+  * Exposed the parser state number as the parser.state attribute
+in productions and error functions.
+  * Fixed Issue #88. Python3 compatibility with ply/cpp.
+  * Fixed Issue #93. Ply can crash if SyntaxError is raised inside
+a production.   Not actually sure if the original implementation
+worked as documented at all.  Yacc has been modified to follow
+the spec as outlined in the CHANGES noted for 11/27/07 below.
+  * Fixed Issue #97. Failure with code validation when the original
+source files aren't present.   Validation step now ignores
+the missing file.
+  * Minor fixes to version numbers.
+
+---

Old:

  ply-3.8.tar.gz

New:

  ply-3.9.tar.gz



Other differences:
--
++ python-ply.spec ++
--- /var/tmp/diff_new_pack.vm5jtz/_old  2016-09-16 11:00:25.0 +0200
+++ /var/tmp/diff_new_pack.vm5jtz/_new  2016-09-16 11:00:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ply
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define modname ply
 Name:   python-%{modname}
-Version:3.8
+Version:3.9
 Release:0
 Url:http://www.dabeaz.com/ply/
 Summary:Python Lex & Yacc

++ ply-3.8.tar.gz -> ply-3.9.tar.gz ++
 7864 lines of diff (skipped)




commit llvm for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2016-09-16 10:59:29

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


Package is "llvm"

Changes:

--- /work/SRC/openSUSE:Factory/llvm/lldb.changes2016-08-28 
12:17:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/lldb.changes   2016-09-16 
10:59:32.0 +0200
@@ -1,0 +2,54 @@
+Wed Sep  7 10:01:47 UTC 2016 - tchva...@suse.com
+
+- Sort out with spec-cleaner
+
+---
+Thu Aug 31 20:36:58 UTC 2016 - toddrme2...@gmail.com
+
+- Update to llvm 3.8.1
+  * See http://llvm.org/releases/3.8.1/docs/ReleaseNotes.html and
+http://llvm.org/releases/3.8.1/tools/docs/ReleaseNotes.html
+- Use versioned libLLVM (to libLLVM3_8) and libclang (to libclang3_8)
+- Change versioning of liblldb3_8 to liblldb-3_8 and use a variable
+  to control the name instead of hard-coding it.
+- Use bcond_with and bcond_without to enable/disable build options
+  instead of hard-coding them.
+- Put buildrequires as requires in -devel packages to avoid linker errors
+  when building packages against the -devel packages.
+- Add ffi support (disabled by default).
+- Add oprofile support (disabled by default).
+- Add valgrind support (disabled by default).
+- Link cmake files to the normal cmake file directory to allow autodetection
+  of cmake interfaces.
+- Remove unused lldb components from main spec file.
+- Split llvm python bindings into own subpackage.
+- Split emacs plugin into own subpackage
+- Move additional vim plugins into vim plugins package
+- Split libc++, libLTO, LLVMgold, libomp, clang-chekers into own subpackages
+- Make python-clang, llvm-vim-plugins, and llvm-emacs-plugins noarch since
+  they aren't architecture-specific.
+- Make packages besides llvm, llvm-clang, and the shared libraries conflict
+  with other versions.  This will be important when multiple LLVM versions
+  are supported.
+- Various spec file cleanups
+- Rebase patches:
+  * arm_suse_support.diff
+  * assume-opensuse.patch
+  * clang-resourcedirs.patch
+  * default-to-i586.patch
+  * glibc-2.23-libcxx.patch
+  * glibc-2.24-libcxx.patch
+  * lldb-add-pthread-dl-libs.patch
+  * lldb-cmake.patch
+  * llvm-fix-find-gcc5-install.patch
+  * llvm-nonvoid-return.patch
+  * llvm-remove-clang-only-flags.patch
+  * revert-cmake-soname.patch
+  * set-revision.patch
+
+---
+Wed Aug 31 10:24:31 UTC 2016 - tchva...@suse.com
+
+- Convert to use %cmake macros
+
+---
--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2016-08-06 
20:37:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2016-09-16 
10:59:32.0 +0200
@@ -1,0 +2,60 @@
+Wed Sep  7 10:05:32 UTC 2016 - tchva...@suse.com
+
+- Sort a bit with spec-cleaner
+- Remove the latest switch for now, things should be either coinstallable
+  or not, we don't need to bother around with compilation like this
+
+---
+Thu Aug 31 20:36:58 UTC 2016 - toddrme2...@gmail.com
+
+- Update to llvm 3.8.1
+  * See http://llvm.org/releases/3.8.1/docs/ReleaseNotes.html and
+http://llvm.org/releases/3.8.1/tools/docs/ReleaseNotes.html
+- Use versioned libLLVM (to libLLVM3_8) and libclang (to libclang3_8)
+- Change versioning of liblldb3_8 to liblldb-3_8 and use a variable
+  to control the name instead of hard-coding it.
+- Use bcond_with and bcond_without to enable/disable build options
+  instead of hard-coding them.
+- Put buildrequires as requires in -devel packages to avoid linker errors
+  when building packages against the -devel packages.
+- Add ffi support (disabled by default).
+- Add oprofile support (disabled by default).
+- Add valgrind support (disabled by default).
+- Link cmake files to the normal cmake file directory to allow autodetection
+  of cmake interfaces.
+- Remove unused lldb components from main spec file.
+- Split llvm python bindings into own subpackage.
+- Split emacs plugin into own subpackage
+- Move additional vim plugins into vim plugins package
+- Split libc++, libLTO, LLVMgold, libomp, clang-chekers into own subpackages
+- Make python-clang, llvm-vim-plugins, and llvm-emacs-plugins noarch since
+  they aren't architecture-specific.
+- Make packages besides llvm, llvm-clang, and the shared libraries conflict
+  with other versions.  This will be important when multiple LLVM versions
+  are supported.
+- Various spec file cleanups
+- Rebase patches:
+  * arm_suse_support.diff
+  * assume-opensuse.patch
+  * clang-resourcedirs.patch
+  * default-to-i586.patch
+  * glibc-2.23-libcxx.patch
+  * 

commit mdds-1_2 for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package mdds-1_2 for openSUSE:Factory 
checked in at 2016-09-16 10:59:20

Comparing /work/SRC/openSUSE:Factory/mdds-1_2 (Old)
 and  /work/SRC/openSUSE:Factory/.mdds-1_2.new (New)


Package is "mdds-1_2"

Changes:

--- /work/SRC/openSUSE:Factory/mdds-1_2/mdds-1_2.changes2016-08-26 
23:12:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.mdds-1_2.new/mdds-1_2.changes   2016-09-16 
10:59:22.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 11 07:34:05 UTC 2016 - tchva...@suse.com
+
+- Version update to 1.2.2:
+  * fix to handle out-of-range insertions on flat_segment_tree
+
+---

Old:

  mdds-1.2.1.tar.bz2

New:

  mdds-1.2.2.tar.bz2



Other differences:
--
++ mdds-1_2.spec ++
--- /var/tmp/diff_new_pack.I384Qw/_old  2016-09-16 10:59:23.0 +0200
+++ /var/tmp/diff_new_pack.I384Qw/_new  2016-09-16 10:59:23.0 +0200
@@ -21,7 +21,7 @@
 %define _apiver 1.2
 %define _oname mdds
 Name:   %{_oname}-1_2
-Version:1.2.1
+Version:1.2.2
 Release:0
 Summary:A collection of multi-dimensional data structure and indexing 
algorithm
 License:MIT

++ mdds-1.2.1.tar.bz2 -> mdds-1.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mdds-1.2.1/CHANGELOG new/mdds-1.2.2/CHANGELOG
--- old/mdds-1.2.1/CHANGELOG2016-06-18 20:50:29.0 +0200
+++ new/mdds-1.2.2/CHANGELOG2016-09-07 04:18:38.0 +0200
@@ -1,4 +1,11 @@
-mdds 1.2.1 (not yet released)
+mdds 1.2.2 (not-yet-released)
+
+* flat_segment_tree
+
+  * fixed a bug that would cause segmentation faults with the insert()
+method with out-of-bound segment value pair.
+
+mdds 1.2.1
 
 * multi_type_vector
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mdds-1.2.1/Makefile.in new/mdds-1.2.2/Makefile.in
--- old/mdds-1.2.1/Makefile.in  2016-06-08 04:09:51.0 +0200
+++ new/mdds-1.2.2/Makefile.in  2016-09-10 00:45:40.0 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -15,7 +15,17 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+false; \
+  elif test -n '$(MAKE_HOST)'; then \
+true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+true; \
+  else \
+false; \
+  fi; \
+}
 am__make_running_with_option = \
   case $${target_option-} in \
   ?) ;; \
@@ -117,16 +127,12 @@
 @RUN_MEMORY_TESTS_TRUE@trie_map_test_mem.mem
 
 subdir = .
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-   $(top_srcdir)/configure $(am__configure_deps) \
-   $(top_srcdir)/example/Makefile.in \
-   $(top_srcdir)/src/test.mem.in $(top_srcdir)/misc/mdds.pc.in \
-   $(srcdir)/VERSION.in depcomp $(dist_docs_DATA) test-driver \
-   AUTHORS COPYING NEWS install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+   $(am__configure_deps) $(dist_docs_DATA) $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
@@ -514,6 +520,10 @@
 MEM_LOG_COMPILE = $(MEM_LOG_COMPILER) $(AM_MEM_LOG_FLAGS) \
$(MEM_LOG_FLAGS)
 DIST_SUBDIRS = $(SUBDIRS)
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/VERSION.in \
+   $(top_srcdir)/example/Makefile.in \
+   $(top_srcdir)/misc/mdds.pc.in $(top_srcdir)/src/test.mem.in \
+   AUTHORS COPYING NEWS depcomp install-sh missing test-driver
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -643,6 +653,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -736,7 +747,6 @@
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
$(am__cd) $(top_srcdir) && \
  $(AUTOMAKE) --foreign Makefile

commit cmake for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2016-09-16 10:59:38

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


Package is "cmake"

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2016-08-31 
00:00:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2016-09-16 
10:59:43.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 13 21:29:33 UTC 2016 - f...@grueninger.de
+
+- update to CMake 3.6.2
+  no changes specific to CMake-GUI
+  full changelog: https://blog.kitware.com/cmake-3-6-2-available-for-download/
+
+---
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2016-08-31 
00:00:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2016-09-16 
10:59:43.0 +0200
@@ -1,0 +2,27 @@
+Tue Sep 13 21:29:10 UTC 2016 - f...@grueninger.de
+
+- update to CMake 3.6.2
+  * Intel-C: declare support for gnu11
+  * Intel-C: support gnu89 and gnu99 extension flags
+  * Intel-C: standard flags are also supported in 12.0
+  * curl: Update script to get curl 7.50.1
+  * GetPrerequisites: Fix regression in gp_resolved_file_type
+  * Fortran: Fix .mod file comparison for Intel 16 format
+  * FindHDF5: Fix regression in providing HDF5_IS_PARALLEL
+  * FindHDF5: Fix regression in finding hdf5hl_fortran
+  * FindHDF5: Make sure compile definition vars keep the -D flag
+  * FindProtobuf: Restore support for PROTOBUF_IMPORT_DIRS
+  full changelog: https://blog.kitware.com/cmake-3-6-2-available-for-download/
+- drop patch cmake-hdf5-detection.patch which is part of 3.6.2
+
+---
+Tue Sep 13 12:00:11 UTC 2016 - mplus...@suse.com
+
+- Don't prepend .. to sourcedir
+
+---
+Fri Sep  9 23:38:12 UTC 2016 - ji...@boombatower.com
+
+- Update %cmake macro to provide %__sourcedir parameter.
+
+---

Old:

  cmake-3.6.1-SHA-256.txt
  cmake-3.6.1-SHA-256.txt.asc
  cmake-3.6.1.tar.gz
  cmake-hdf5-detection.patch

New:

  cmake-3.6.2-SHA-256.txt
  cmake-3.6.2-SHA-256.txt.asc
  cmake-3.6.2.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.vZcKj6/_old  2016-09-16 10:59:44.0 +0200
+++ /var/tmp/diff_new_pack.vZcKj6/_new  2016-09-16 10:59:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cmake-gui
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:CMake graphical user interface
 License:BSD-3-Clause

++ cmake.spec ++
--- /var/tmp/diff_new_pack.vZcKj6/_old  2016-09-16 10:59:44.0 +0200
+++ /var/tmp/diff_new_pack.vZcKj6/_new  2016-09-16 10:59:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cmake
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:Cross-platform, open-source make system
 License:BSD-3-Clause
@@ -38,8 +38,6 @@
 Patch5: system-libs.patch
 # PATCH-FIX-UPSTREAM cmake-version-in-generated-files.patch -- version number 
to be found in OBS
 Patch6: cmake-version-in-generated-files.patch
-# PATCH-FIX-UPSTREAM cmake-hdf5-detection.patch badshah...@gmail.com -- Fix 
hdf5 detection with cmake >= 3.6 
(https://gitlab.kitware.com/cmake/cmake/issues/16225)
-Patch7: cmake-hdf5-detection.patch
 BuildRequires:  curl-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -72,7 +70,6 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ cmake-3.6.1-SHA-256.txt -> cmake-3.6.2-SHA-256.txt ++
--- /work/SRC/openSUSE:Factory/cmake/cmake-3.6.1-SHA-256.txt2016-08-08 
13:56:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-3.6.2-SHA-256.txt   
2016-09-16 10:59:42.0 +0200
@@ -1,16 +1,16 @@
-bcf1dc55040de3a2a16b040c3c2c82bffe08d6a7bc8406903444061fe869d6bc  
cmake-3.6.1-Darwin-x86_64.dmg
-d0d57e3e71f0ced3c66850a9cd366973d31dd704db6cac0bc1a9518c8de4e03b  
cmake-3.6.1-Darwin-x86_64.tar.Z
-dc3c1769921102846fa0d68b6bbf503ddcc6936e94e9415bd31a967f4e2154ae  
cmake-3.6.1-Darwin-x86_64.tar.gz
-efda10d69695b9603191b10d6fa40f75421d53e7cd86118b629822e3fd9ab6ec  
cmake-3.6.1-Linux-i386.sh
-5b8de8b23836133267aaf5c0b2ac1d65d0872d8a618dc2588098a70fbeaa8227  
cmake-3.6.1-Linux-i386.tar.Z
-ff73d3694fc24d4b94b1a5dd65a922bf24dbcf3a05d9525601deeb5516b70b4e  
cmake-3.6.1-Linux-i386.tar.gz
-9ab3feaf59ed9ccb4e9757091a921e010404127e6ccb86abe054337493ed0ae7  
cmake-3.6.1-Linux-x86_64.sh
-86fe327e13ef85faa1c8043f8f6df078b988a31eb31d00d991ac26c9502c09e0  

commit virtualbox for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2016-09-16 10:59:12

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


Package is "virtualbox"

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2016-09-05 
21:17:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2016-09-16 10:59:13.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep  9 19:24:51 UTC 2016 - larry.fin...@lwfinger.net
+
+- Add file "fix_removal_of_DEFINE_PCI_DEVICE_TABLE" to compile on kernel 4.8.
+
+---

New:

  fix_removal_of_DEFINE_PCI_DEVICE_TABLE



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.00lTMh/_old  2016-09-16 10:59:16.0 +0200
+++ /var/tmp/diff_new_pack.00lTMh/_new  2016-09-16 10:59:16.0 +0200
@@ -86,6 +86,8 @@
 Patch111:   vbox_prevent_wrong_SONAME.patch
 # Fix change in kernel API for ttm_bo_move_memcpy()
 Patch112:   modify_for_4_8_bo_move.patch
+# Fix source for removal of DEFINE_PCI_DEVICE_TABLE macro
+Patch113:   fix_removal_of_DEFINE_PCI_DEVICE_TABLE
 #
 BuildRequires:  LibVNCServer-devel
 BuildRequires:  SDL-devel
@@ -319,6 +321,7 @@
 %patch109 -p1
 %patch111 -p1
 %patch112 -p1
+%patch113 -p1
 
 #copy user manual
 cp %{SOURCE1} UserManual.pdf


++ fix_removal_of_DEFINE_PCI_DEVICE_TABLE ++
Index: VirtualBox-5.1.4/src/VBox/Additions/linux/drm/vbox_drv.c
===
--- VirtualBox-5.1.4.orig/src/VBox/Additions/linux/drm/vbox_drv.c
+++ VirtualBox-5.1.4/src/VBox/Additions/linux/drm/vbox_drv.c
@@ -64,8 +64,7 @@ MODULE_PARM_DESC(modeset, "Disable/Enabl
 module_param_named(modeset, vbox_modeset, int, 0400);
 
 static struct drm_driver driver;
-
-static DEFINE_PCI_DEVICE_TABLE(pciidlist) =
+static const struct pci_device_id pciidlist[] =
 {
 {0x80ee, 0xbeef, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
 {0, 0, 0},