commit kadu for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package kadu for openSUSE:Factory checked in 
at 2016-08-20 12:27:32

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


Package is "kadu"

Changes:

--- /work/SRC/openSUSE:Factory/kadu/kadu.changes2016-03-17 
16:48:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.kadu.new/kadu.changes   2016-08-20 
12:27:34.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 08:45:04 UTC 2016 - fv...@suse.com
+
+- Require Qt5Script instead of Qt5Declarative to fix build
+
+---



Other differences:
--
++ kadu.spec ++
--- /var/tmp/diff_new_pack.1YScfL/_old  2016-08-20 12:27:35.0 +0200
+++ /var/tmp/diff_new_pack.1YScfL/_new  2016-08-20 12:27:35.0 +0200
@@ -58,7 +58,7 @@
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.2
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2
+BuildRequires:  pkgconfig(Qt5Script) >= 5.2
 BuildRequires:  pkgconfig(Qt5Multimedia) >= 5.2
 BuildRequires:  pkgconfig(Qt5Network) >= 5.2
 BuildRequires:  pkgconfig(Qt5WebKit) >= 5.2




commit containerd for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package containerd for openSUSE:Factory 
checked in at 2016-08-20 12:27:21

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


Package is "containerd"

Changes:

--- /work/SRC/openSUSE:Factory/containerd/containerd.changes2016-08-17 
12:06:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.containerd.new/containerd.changes   
2016-08-20 12:27:23.0 +0200
@@ -1,0 +2,9 @@
+Thu Aug 18 09:44:56 UTC 2016 - cbrau...@suse.de
+
+- Add containerd-test package which contains the source code and the test. This
+  package will be used to run the integration tests.
+- Simplify package build and check sections: Instead of symlinking we default 
to
+  cp -avr. go list gets confused by symlinks hence, we need to copy the source
+  code anyway if we want to run unit tests during package build at some point.
+
+---



Other differences:
--
++ containerd.spec ++
--- /var/tmp/diff_new_pack.MUsFlq/_old  2016-08-20 12:27:24.0 +0200
+++ /var/tmp/diff_new_pack.MUsFlq/_new  2016-08-20 12:27:24.0 +0200
@@ -82,6 +82,19 @@
 Standalone client for containerd, which allows management of containerd 
containers
 separately from Docker.
 
+%package test
+Summary:Test package for containerd
+Group:  System/Management
+%ifarch %go_arches
+Requires:   go >= 1.5
+%else
+Requires:   gcc5-go >= 5.0
+%endif
+BuildArch:  noarch
+
+%description test
+Test package for containerd. It contains the source code and the tests.
+
 %prep
 %setup -q
 # Systemd socket activation patches.
@@ -90,10 +103,13 @@
 %patch103 -p1
 
 %build
-# Create buildir,
-export GOPATH=$PWD/vendor
-mkdir -pv $GOPATH/src/github.com/docker/
-ln -svfn $PWD $GOPATH/src/github.com/docker/containerd
+# Do not use symlinks. If you want to run the unit tests for this package at
+# some point during the build and you need to directly use go list directly it
+# will get confused by symlinks.
+export 
GOPATH=${HOME}/go:${HOME}/go/src/github.com/docker/containerd/vendor:${GOPATH}
+mkdir -pv $HOME/go/src/github.com/docker/containerd
+rm -rf $HOME/go/src/github.com/docker/containerd/*
+cp -avr * $HOME/go/src/github.com/docker/containerd
 
 # Build deamon.
 %go_tool build %GO_BUILD_FLAGS -x -o %{daemon}-%{version} 
github.com/docker/%{name}/%{daemon}
@@ -115,6 +131,9 @@
 ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rccontainerd
 %{__install} -D -m644 %SOURCE3 
%{buildroot}/var/adm/fillup-templates/sysconfig.%{name}
 
+install -d -m755 %{buildroot}/usr/src/containerd/
+cp -avr $HOME/go/src/github.com/docker/containerd/* 
%{buildroot}/usr/src/containerd/
+
 %pre
 %service_add_pre %{name}.service %{name}.socket
 
@@ -141,4 +160,9 @@
 %files ctr
 %{_sbindir}/%{name}-%{client}
 
+%files test
+%defattr(-,root,root)
+/usr/src/containerd/
+%exclude /usr/src/containerd/bin
+
 %changelog




commit diskscan for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package diskscan for openSUSE:Factory 
checked in at 2016-08-20 12:27:23

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


Package is "diskscan"

Changes:

--- /work/SRC/openSUSE:Factory/diskscan/diskscan.changes2015-11-28 
15:19:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.diskscan.new/diskscan.changes   2016-08-20 
12:27:25.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 10:41:15 UTC 2016 - mplus...@suse.com
+
+- Small spec file cleanup
+
+---

Old:

  0.19.tar.gz

New:

  diskscan-0.19.tar.gz



Other differences:
--
++ diskscan.spec ++
--- /var/tmp/diff_new_pack.wWrj8K/_old  2016-08-20 12:27:25.0 +0200
+++ /var/tmp/diff_new_pack.wWrj8K/_new  2016-08-20 12:27:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package diskscan
 #
-# 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
@@ -23,14 +23,15 @@
 License:GPL-3.0+
 Group:  Hardware/Other
 Url:http://blog.disksurvey.org/proj/diskscan/
-Source0:https://github.com/baruch/diskscan/archive/%{version}.tar.gz
+Source0:
https://github.com/baruch/diskscan/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  ncurses-devel
+BuildRequires:  pkgconfig
 BuildRequires:  python-PyYAML
 BuildRequires:  python-beautifulsoup
 BuildRequires:  python-markdown
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(ncurses)
+BuildRequires:  pkgconfig(zlib)
 
 %description
 DiskScan is a Unix/Linux tool to scan a block device and check
@@ -46,7 +47,8 @@
 %setup -q
 
 %build
-%cmake
+%cmake \
+  -DCMAKE_BUILD_TYPE=RelWithDebInfo
 make %{?_smp_mflags}
 
 %install
@@ -56,6 +58,6 @@
 %defattr(-,root,root)
 %doc COPYING README*
 %{_bindir}/%{name}
-%{_mandir}/man*/%{name}.*.gz
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog




commit sway for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package sway for openSUSE:Factory checked in 
at 2016-08-20 12:27:13

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


Package is "sway"

Changes:

--- /work/SRC/openSUSE:Factory/sway/sway.changes2016-06-23 
13:36:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.sway.new/sway.changes   2016-08-20 
12:27:15.0 +0200
@@ -2 +2,78 @@
-Mon Jun 20 20:03:32 UTC 2016 - tc...@suse.com
+Sun Jul 31 15:51:31 UTC 2016 - sleep_wal...@opensuse.org
+
+- bump to 0.9
+   New Features
+Experimental HiDPI support. Add scale 2 to your output line, see
+  sway(5) for details and #797 for status (thanks @SirCmpwn and the
+  wlc team!)
+Mouse support for swaybar (thanks @deklov!)
+New bar command wrap_scroll [yes|no] allows you to wrap when
+  scrolling through workspaces with swaybar (thanks @SirCmpwn!)
+Windows that have a parent (i.e. most dialog windows) are now
+  floated by default (thanks @SirCmpwn!)
+The IPC get_tree message is implemented (thanks @zandrmartin!)
+IPC window events have been implemented (thanks @Hummer12007!)
+Swaylock has a new -f option which will cause it to fork into the
+  background (which matches i3lock's behavior) (thanks
+  @SethBarberee!)
+The focus child i3 command has been implemented (thanks @acrisci!)
+Spawned processes now keep track of what workspace was active when
+  they were started and will open subsequent windows there (thanks
+  @zandrmartin!)
+Backgrounds can now be a solid color (thanks @zandrmartin!)
+
+   Bugs Fixed
+A crash could occur in tabbed/stacking parent checks (thanks
+  @Hummer12007!)
+Strange split{h|v} regressions were corrected (thanks
+  @Hummer12007!)
+A corner case with tacked/stabbed containers as the default layout
+  was fixed (thanks @thejan2009!)
+An edge case that could cause crashes when destroying workspaces
+  was fixed (thanks @Hummer12007!)
+An error with the move position command was fixed (thanks
+  @deklov!)
+Event bitmasks in the IPC server were incorrect and fixed (thanks
+  @Hummer12007!)
+A regression and a bug in hide_edge_borders was fixed (thanks
+  @zandrmartin and @thejan2009!)
+A bug with smart_gaps and outer gaps 0 was fixed (thanks
+  @thejan2009!)
+floating_scroll events are no longer passed through to windows
+  (thanks @thejan2009!)
+IPC command results are encapsulated in a JSON array to match i3
+  behavior (thanks @acrisci!)
+focus parent no longer attempts to focus anything higher than a
+  workspace (thanks @acrisci!)
+Window titles are now rendered appropriately when a parent of them
+  is focused (thanks @acrisci!)
+Windows spawned on empty workspaces with the tabbed/stacked
+  layouts could spawn with 0x0 geometry (thanks @thejan2009!)
+Killing a container now kills all of its children (thanks
+  @thejan2009!)
+Edge cases with various border styles in tabbed/stacked were fixed
+  (thanks @thejan2009!)
+Edge cases with tabbed/stacked layouts on layout switch were fixed
+  (thanks @thejan2009!)
+Focus handling was improved to better handle cases when containers
+  were being focused (thanks @acrisci!)
+Floating containers cache their size when being fullscreened and
+  return to that size when unfullscreened (thanks @zandrmartin!)
+
+   Changes
+The mouse cursor used over the wallpaper and bar can be customized
+  with the SWAY_CURSOR_THEME and SWAY_CURSOR_SIZE environment
+  variables (thanks @SirCmpwn!)
+SIGSERV and SIGABORT are no longer handled. We just let the core
+  dump happen, which we'll be asking you to upload for us when
+  reporting crashes (thanks @SirCmpwn!)
+Title bars of containers are now constructed based on their
+  children's app IDs instead of their titles, which matches i3
+  behavior more or less (thanks @thejan2009!)
+Log messages are now timestamped (thanks @acrisci!)
+Some performance improvements in the form of more timely window
+  arrangement calls were made (thanks @zandrmartin!)
+Various improvements to the documentation (thanks lots of people)
+
+---
+Mon Jun 20 20:03:32 UTC 2016 - sleep_wal...@opensuse.org
@@ -41 +118 @@
-Mon May 23 12:57:09 UTC 2016 - tc...@suse.com
+Mon May 23 12:57:09 UTC 2016 - sleep_wal...@opensuse.org
@@ -113 +190 @@
-Sat Apr 16 06:39:15 UTC 2016 - tc...@suse.com
+Sat Apr 16 06:39:15 UTC 2016 - sleep_wal...@opensuse.org

Old:

  0.8.tar.gz
  sway-0.8.tar.gz.sig

New:

  0.9.tar.gz
  sway-0.9.tar.gz.sig


commit fvwm2 for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package fvwm2 for openSUSE:Factory checked 
in at 2016-08-20 12:27:25

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


Package is "fvwm2"

Changes:

--- /work/SRC/openSUSE:Factory/fvwm2/fvwm2.changes  2016-08-09 
22:15:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.fvwm2.new/fvwm2.changes 2016-08-20 
12:27:28.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug 18 11:48:10 UTC 2016 - mvet...@suse.com
+
+- boo#877539 - wrong path in system.fvwm2rc:
+  * Fix wallpaper path for 'init' and 'restart' commands.
+  * Require default branding wallpaper package.
+
+---



Other differences:
--
++ fvwm2.spec ++
--- /var/tmp/diff_new_pack.iRpZof/_old  2016-08-20 12:27:30.0 +0200
+++ /var/tmp/diff_new_pack.iRpZof/_new  2016-08-20 12:27:30.0 +0200
@@ -67,6 +67,7 @@
 BuildRequires:  pkgconfig(xt)
 Requires:   desktop-data
 Requires:   mktemp
+Requires:   wallpaper-branding
 Requires:   xdg-menu
 Requires:   xli
 Provides:   fvwm

++ system.fvwm2rc ++
--- /var/tmp/diff_new_pack.iRpZof/_old  2016-08-20 12:27:30.0 +0200
+++ /var/tmp/diff_new_pack.iRpZof/_new  2016-08-20 12:27:30.0 +0200
@@ -90,8 +90,8 @@
 AddToFunc StartFunction
 + I Test (Init) Module FvwmBanner
 + I Test (Init) Exec exec xterm -ls -geometry +150+85
-+ I Test (Init) Exec exec xli -onroot -fillscreen -border black 
/usr/share/wallpapers/default-1600x1200.jpg
-+ I Test (Restart) Exec exec xli -onroot -fillscreen -border black 
/usr/share/wallpapers/default-1600x1200.jpg
++ I Test (Init) Exec exec xli -onroot -fillscreen -border black 
/usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg
++ I Test (Restart) Exec exec xli -onroot -fillscreen -border black 
/usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg
 + I Module FvwmButtons
 
 AddToFunc ExitFunction




commit five-or-more for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2016-08-20 12:27:19

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is "five-or-more"

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2016-08-05 18:17:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2016-08-20 12:27:21.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 17 11:19:52 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.2:
+  + Fix theme loading.
+  + Updated translations.
+
+---

Old:

  five-or-more-3.20.1.tar.xz

New:

  five-or-more-3.20.2.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.yYLjj4/_old  2016-08-20 12:27:22.0 +0200
+++ /var/tmp/diff_new_pack.yYLjj4/_new  2016-08-20 12:27:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.20.1
+Version:3.20.2
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0+

++ five-or-more-3.20.1.tar.xz -> five-or-more-3.20.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.20.1/NEWS new/five-or-more-3.20.2/NEWS
--- old/five-or-more-3.20.1/NEWS2016-07-31 06:06:49.0 +0200
+++ new/five-or-more-3.20.2/NEWS2016-08-17 12:38:52.0 +0200
@@ -1,3 +1,9 @@
+3.20.2 - August 17, 2016
+
+
+* Fix theme loading
+* Updated translations
+
 3.20.1 - July 30, 2016
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.20.1/configure 
new/five-or-more-3.20.2/configure
--- old/five-or-more-3.20.1/configure   2016-07-31 06:07:32.0 +0200
+++ new/five-or-more-3.20.2/configure   2016-08-17 12:39:33.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Five or More 3.20.1.
+# Generated by GNU Autoconf 2.69 for Five or More 3.20.2.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='Five or More'
 PACKAGE_TARNAME='five-or-more'
-PACKAGE_VERSION='3.20.1'
-PACKAGE_STRING='Five or More 3.20.1'
+PACKAGE_VERSION='3.20.2'
+PACKAGE_STRING='Five or More 3.20.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Five%20or%20more'
 
@@ -1295,7 +1295,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Five or More 3.20.1 to adapt to many kinds of systems.
+\`configure' configures Five or More 3.20.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1361,7 +1361,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of Five or More 3.20.1:";;
+ short | recursive ) echo "Configuration of Five or More 3.20.2:";;
esac
   cat <<\_ACEOF
 
@@ -1477,7 +1477,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Five or More configure 3.20.1
+Five or More configure 3.20.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1532,7 +1532,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Five or More $as_me 3.20.1, which was
+It was created by Five or More $as_me 3.20.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2397,7 +2397,7 @@
 
 # Define the identity of the package.
  PACKAGE='five-or-more'
- VERSION='3.20.1'
+ VERSION='3.20.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5527,7 +5527,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Five or More $as_me 3.20.1, which was
+This file was extended by Five or More $as_me 3.20.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -5594,7 +5594,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-Five or More config.status 3.20.1
+Five or More config.status 3.20.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options 

commit wlc for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package wlc for openSUSE:Factory checked in 
at 2016-08-20 12:27:15

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


Package is "wlc"

Changes:

--- /work/SRC/openSUSE:Factory/wlc/wlc.changes  2016-06-02 09:38:37.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wlc.new/wlc.changes 2016-08-20 
12:27:16.0 +0200
@@ -2 +2,22 @@
-Mon May 30 18:25:56 UTC 2016 - tc...@suse.com
+Tue Aug  2 20:05:32 UTC 2016 - sleep_wal...@opensuse.org
+
+- bump to 0.0.5
+   implement wlc_view_get_pid()
+   xwm: do not try to focus override_redirect windows
+   keyboard: Send focus out only on way<->x11 change
+   view: Return visible geo as input area for x views
+
+---
+Sun Jul 31 12:41:23 UTC 2016 - sleep_wal...@opensuse.org
+
+- bump to 0.0.4
+   Bump version to 0.0.4
+HiDPI, surface and subsurface related features and fixes
+s/wlc_resource/wlc_handle/
+Remove spammy debug log.
+add WLC_DRAW_INPUT env var
+xwm features
+(for complete list of changes check git log)
+
+---
+Mon May 30 18:25:56 UTC 2016 - sleep_wal...@opensuse.org
@@ -7 +28 @@
-Mon May 23 10:02:13 UTC 2016 - tc...@suse.com
+Mon May 23 10:02:13 UTC 2016 - sleep_wal...@opensuse.org
@@ -16 +37 @@
-Thu May  5 12:50:48 UTC 2016 - tc...@suse.com
+Thu May  5 12:50:48 UTC 2016 - sleep_wal...@opensuse.org
@@ -28 +49 @@
-Fri Apr 15 19:19:04 UTC 2016 - tc...@suse.com
+Fri Apr 15 19:19:04 UTC 2016 - sleep_wal...@opensuse.org

Old:

  wlc-0.0.3.tar.bz2
  wlc-0.0.3.tar.bz2.asc

New:

  wlc-0.0.5.tar.bz2
  wlc-0.0.5.tar.bz2.asc



Other differences:
--
++ wlc.spec ++
--- /var/tmp/diff_new_pack.pDWImx/_old  2016-08-20 12:27:17.0 +0200
+++ /var/tmp/diff_new_pack.pDWImx/_new  2016-08-20 12:27:17.0 +0200
@@ -19,7 +19,7 @@
 %define wayland_minimal 1.7.0
 
 Name:   wlc
-Version:0.0.3
+Version:0.0.5
 Release:0
 Summary:A Wayland Compositor Library
 License:MIT

++ wlc-0.0.3.tar.bz2 -> wlc-0.0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wlc-0.0.3/CMakeLists.txt new/wlc-0.0.5/CMakeLists.txt
--- old/wlc-0.0.3/CMakeLists.txt2016-05-22 21:15:27.0 +0200
+++ new/wlc-0.0.5/CMakeLists.txt2016-08-02 19:57:11.0 +0200
@@ -1,5 +1,5 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
-PROJECT(wlc VERSION 0.0.3 LANGUAGES C)
+PROJECT(wlc VERSION 0.0.5 LANGUAGES C)
 set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${PROJECT_SOURCE_DIR}/CMake")
 
 # Subprojects
@@ -83,7 +83,7 @@
 create_custom_linker_flags(Upstream ${ldflags})
 create_custom_compiler_flags(Upstream -g -O2 ${cflags})
 
-add_compiler_warnings(-Wall -Wextra -Wno-variadic-macros -Wno-long-long 
-Wformat=2 -Winit-self -Wfloat-equal -Wcast-align -Wpointer-arith 
-Wmissing-prototypes)
+add_compiler_warnings(-Wall -Wextra -Wno-variadic-macros -Wno-long-long 
-Wformat=2 -Winit-self -Wfloat-equal -Wcast-align -Wpointer-arith 
-Wmissing-prototypes -Wno-nonnull-compare)
 
 if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
add_compiler_warnings(-Wsuggest-attribute=pure -Wsuggest-attribute=const)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wlc-0.0.3/example/example.c 
new/wlc-0.0.5/example/example.c
--- old/wlc-0.0.3/example/example.c 2016-05-22 21:15:27.0 +0200
+++ new/wlc-0.0.5/example/example.c 2016-08-02 19:57:11.0 +0200
@@ -73,7 +73,7 @@
// you probably don't want to layout certain type of windows in wm
 
const struct wlc_size *r;
-   if (!(r = wlc_output_get_resolution(output)))
+   if (!(r = wlc_output_get_virtual_resolution(output)))
   return;
 
size_t memb;
@@ -81,11 +81,22 @@
 
bool toggle = false;
uint32_t y = 0;
-   uint32_t w = r->w / 2, h = r->h / chck_maxu32((1 + memb) / 2, 1);
+   const uint32_t n = chck_maxu32((1 + memb) / 2, 1);
+   const uint32_t w = r->w / 2, h = r->h / n;
+   const uint32_t ew = r->w - w * 2, eh = r->h - h * n;
for (size_t i = 0; i < memb; ++i) {
-  struct wlc_geometry g = { { (toggle ? w : 0), y }, { (!toggle && i == 
memb - 1 ? r->w : w), h } };
+  const struct wlc_geometry g = {
+ .origin = {
+.x = (toggle ? w + ew : 0),
+.y =  y
+ },
+ .size = {
+.w = (!toggle && i == memb - 1 ? r->w : (toggle ? w : w + ew)),
+.h = (i < 2 ? h + eh : h)
+ }
+  };
   wlc_view_set_geometry(views[i], 0, );
-  y = y + (!(toggle = !toggle) ? h : 0);
+  

commit fwts for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package fwts for openSUSE:Factory checked in 
at 2016-08-20 12:27:17

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


Package is "fwts"

Changes:

--- /work/SRC/openSUSE:Factory/fwts/fwts.changes2016-08-03 
11:45:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.fwts.new/fwts.changes   2016-08-20 
12:27:19.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 18 08:57:14 UTC 2016 - mplus...@suse.com
+
+- Update to version 16.08.00 (boo#994319):
+  * acpi: nfit: add ACPI NFIT test
+  * lib: acpi: add support for MPST
+  * acpi: mpst: add ACPI MPST test
+  * lib: acpi: add support for PMTT
+  * acpi: pmtt: add ACPI PMTT test
+  * ACPICA: Update to version 20160729
+  * lots of bugfixes
+
+---

Old:

  fwts-V16.07.00.tar.gz

New:

  fwts-V16.08.00.tar.gz



Other differences:
--
++ fwts.spec ++
--- /var/tmp/diff_new_pack.iIyxba/_old  2016-08-20 12:27:20.0 +0200
+++ /var/tmp/diff_new_pack.iIyxba/_new  2016-08-20 12:27:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fwts
-Version:16.07.00
+Version:16.08.00
 Release:0
 Summary:Firmware Test Suite
 License:GPL-2.0+

++ fwts-V16.07.00.tar.gz -> fwts-V16.08.00.tar.gz ++
 11449 lines of diff (skipped)




commit xapian-bindings for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2016-08-20 12:27:02

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


Package is "xapian-bindings"

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2016-04-22 16:25:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2016-08-20 12:27:04.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul  9 06:29:24 UTC 2016 - tittiatc...@gmail.com
+
+- Update to 1.4.0
+  * see http://xapian.org/docs/xapian-bindings-1.4.0/NEWS
+  
+- Drop patch replaced-swig-zend-error-noreturn-flag.patch
+
+---

Old:

  replaced-swig-zend-error-noreturn-flag.patch
  xapian-bindings-1.2.23.tar.xz
  xapian-bindings-1.2.23.tar.xz.asc

New:

  xapian-bindings-1.4.0.tar.xz
  xapian-bindings-1.4.0.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.F3sR7R/_old  2016-08-20 12:27:05.0 +0200
+++ /var/tmp/diff_new_pack.F3sR7R/_new  2016-08-20 12:27:05.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with mono
 
 Name:   xapian-bindings
-Version:1.2.23
+Version:1.4.0
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0
@@ -29,7 +29,6 @@
 Source0:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
 Source1:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
-Patch0: replaced-swig-zend-error-noreturn-flag.patch
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  libxapian-devel = %{version}
@@ -39,6 +38,7 @@
 BuildRequires:  php5-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
+BuildRequires:  python-sphinx
 BuildRequires:  ruby-devel
 BuildRequires:  tcl-devel
 BuildRequires:  xz
@@ -108,7 +108,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure\

++ xapian-bindings-1.2.23.tar.xz -> xapian-bindings-1.4.0.tar.xz ++
 690027 lines of diff (skipped)





commit unrar for openSUSE:Factory:NonFree

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package unrar for openSUSE:Factory:NonFree 
checked in at 2016-08-20 12:27:36

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


Package is "unrar"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/unrar/unrar.changes  2016-07-24 
19:53:58.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.unrar.new/unrar.changes 2016-08-20 
12:27:37.0 +0200
@@ -1,0 +2,18 @@
+Thu Aug 18 20:24:24 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 5.4.5.
+  * Based on final RAR 5.40.
+  * If RAR recovery volumes (.rev files) are present in the same
+folder as usual RAR volumes, archive test command verifies .rev
+contents after completing testing .rar files.
+If you wish to test only .rev files without checking .rar
+volumes, you can run: `unrar t arcname.part1.rev`.
+  * If -p switch is used without optional  parameter, a
+password can be also set with file redirection or pipe.
+  * unrar treats 'arcname.partN' as 'arcname.partN.rar' if
+'arcname.partN' does not exist and 'arcname.part#.rar' exists.
+For example, it is allowed to run:
+`unrar x arcname.part01` to start extraction from
+'arcname.part01.rar'.
+
+---

Old:

  unrarsrc-5.4.3.tar.gz

New:

  unrarsrc-5.4.5.tar.gz



Other differences:
--
++ unrar.spec ++
--- /var/tmp/diff_new_pack.gtP5tt/_old  2016-08-20 12:27:39.0 +0200
+++ /var/tmp/diff_new_pack.gtP5tt/_new  2016-08-20 12:27:39.0 +0200
@@ -18,10 +18,10 @@
 
 # majorversion should match the major version number.
 %define majorversion 5
-%define libsuffix 5_4_3
+%define libsuffix 5_4_5
 
 Name:   unrar
-Version:5.4.3
+Version:5.4.5
 Release:0
 Summary:A program to extract, test, and view RAR archives
 License:SUSE-NonFree

++ unrarsrc-5.4.3.tar.gz -> unrarsrc-5.4.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/dll.rc new/unrar/dll.rc
--- old/unrar/dll.rc2016-07-21 10:54:58.0 +0200
+++ new/unrar/dll.rc2016-08-14 21:14:25.0 +0200
@@ -2,8 +2,8 @@
 #include 
 
 VS_VERSION_INFO VERSIONINFO
-FILEVERSION 5, 40, 4, 2032
-PRODUCTVERSION 5, 40, 4, 2032
+FILEVERSION 5, 40, 100, 2057
+PRODUCTVERSION 5, 40, 100, 2057
 FILEOS VOS__WINDOWS32
 FILETYPE VFT_APP
 {
@@ -14,8 +14,8 @@
   VALUE "CompanyName", "Alexander Roshal\0"
   VALUE "ProductName", "RAR decompression library\0"
   VALUE "FileDescription", "RAR decompression library\0"
-  VALUE "FileVersion", "5.40.4\0"
-  VALUE "ProductVersion", "5.40.4\0"
+  VALUE "FileVersion", "5.40.0\0"
+  VALUE "ProductVersion", "5.40.0\0"
   VALUE "LegalCopyright", "Copyright � Alexander Roshal 1993-2016\0"
   VALUE "OriginalFilename", "Unrar.dll\0"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/getbits.cpp new/unrar/getbits.cpp
--- old/unrar/getbits.cpp   2016-07-21 10:59:36.0 +0200
+++ new/unrar/getbits.cpp   2016-08-14 21:17:47.0 +0200
@@ -38,7 +38,7 @@
 uint BitInput::fgetbits()
 {
   // Function wrapped version of inline getbits to save code size.
-  return(getbits());
+  return getbits();
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/getbits.hpp new/unrar/getbits.hpp
--- old/unrar/getbits.hpp   2016-07-21 10:59:36.0 +0200
+++ new/unrar/getbits.hpp   2016-08-14 21:17:47.0 +0200
@@ -37,7 +37,7 @@
   BitField|=(uint)InBuf[InAddr+1] << 8;
   BitField|=(uint)InBuf[InAddr+2];
   BitField >>= (8-InBit);
-  return(BitField & 0x);
+  return BitField & 0x;
 }
 
 // Return 32 bits from current position in the buffer.
@@ -50,7 +50,7 @@
   BitField|=(uint)InBuf[InAddr+3];
   BitField <<= InBit;
   BitField|=(uint)InBuf[InAddr+4] >> (8-InBit);
-  return(BitField & 0x);
+  return BitField & 0x;
 }
 
 void faddbits(uint Bits);
@@ -60,7 +60,7 @@
 // if buffer will be overflown.
 bool Overflow(uint IncPtr) 
 {
-  return(InAddr+IncPtr>=MAX_SIZE);
+  return InAddr+IncPtr>=MAX_SIZE;
 }
 
 void SetExternalBuffer(byte *Buf);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/timefn.cpp new/unrar/timefn.cpp
--- old/unrar/timefn.cpp2016-07-21 10:59:37.0 +0200
+++ new/unrar/timefn.cpp2016-08-14 21:17:47.0 +0200
@@ -175,6 +175,51 @@
 }
 
 
+void RarTime::SetUTC(RarLocalTime 

commit varnish for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package varnish for openSUSE:Factory checked 
in at 2016-08-20 12:27:10

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


Package is "varnish"

Changes:

--- /work/SRC/openSUSE:Factory/varnish/varnish.changes  2016-04-30 
23:32:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.varnish.new/varnish.changes 2016-08-20 
12:27:13.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug 18 07:08:52 UTC 2016 - dims...@opensuse.org
+
+- Add "-ffloat-store -fexcess-precision=standard" to CFLAGS when
+  building for ix86, working around bug gcc#323. See also
+  gh#varnish/Varnish-Cache#88.
+
+---



Other differences:
--
++ varnish.spec ++
--- /var/tmp/diff_new_pack.EGx7yx/_old  2016-08-20 12:27:14.0 +0200
+++ /var/tmp/diff_new_pack.EGx7yx/_new  2016-08-20 12:27:14.0 +0200
@@ -97,6 +97,9 @@
 
 %build
 export CFLAGS="%optflags -fstack-protector"
+%ifarch %ix86
+export CFLAGS+=" -ffloat-store -fexcess-precision=standard"
+%endif
 %configure --disable-static --docdir="%_docdir/%name" \
--localstatedir="%_localstatedir/cache/" \
--disable-silent-rules \




commit gupnp-tools for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package gupnp-tools for openSUSE:Factory 
checked in at 2016-08-20 12:27:04

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


Package is "gupnp-tools"

Changes:

--- /work/SRC/openSUSE:Factory/gupnp-tools/gupnp-tools.changes  2015-12-03 
13:32:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.gupnp-tools.new/gupnp-tools.changes 
2016-08-20 12:27:07.0 +0200
@@ -1,0 +2,29 @@
+Tue Aug 16 13:20:40 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.8.12:
+  + Build:
+- Update and add missing m4 macros from autoconf archive.
+- Use upstream gettext.
+  + Common:
+- Remove use of deprecated libsoup API.
+- Do not leak the pixbuf loader.
+  + Upload:
+- Use help text from option context.
+- Make UDN a parameter.
+  + Network light:
+- Add commandline argument for friendly name.
+- Add commandline argument for exclusive change.
+- use "newTargetValue" instead of "NewTargetValue".
+  + Universal Control Point: Fix some memory leaks.
+  + AV-CP:
+- Fix some memory leaks.
+- Do some refactoring to use nice sort order from server.
+  + Bugs fixed: bgo#730747, bgo#758779, bgo#761967, bgo#761968,
+bgo#764050.
+  + Updated translations.
+- Add gupnp-tools-fixup-desktop-files.patch: Fix desktop files to
+  look in the right location for icons (bgo#769984).
+- Add libtool BuildRequires and call to autoreconf: above patch
+  touches the buildsystem.
+
+---

Old:

  gupnp-tools-0.8.11.tar.xz

New:

  gupnp-tools-0.8.12.tar.xz
  gupnp-tools-fixup-desktop-files.patch



Other differences:
--
++ gupnp-tools.spec ++
--- /var/tmp/diff_new_pack.yibcaU/_old  2016-08-20 12:27:08.0 +0200
+++ /var/tmp/diff_new_pack.yibcaU/_new  2016-08-20 12:27:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gupnp-tools
 #
-# 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,14 +17,18 @@
 
 
 Name:   gupnp-tools
-Version:0.8.11
+Version:0.8.12
 Release:0
 Summary:UPnP tools to test and debug UPnP devices and control points
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gupnp.org/
 Source: 
http://download.gnome.org/sources/gupnp-tools/0.8/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gupnp-tools-fixup-desktop-files.patch bgo#769984 
dims...@opensuse.org -- Fix desktop files referencing invalid icon location
+Patch0: gupnp-tools-fixup-desktop-files.patch
 BuildRequires:  intltool >= 0.4.0
+# Needed for patch0
+BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gio-2.0) >= 2.12
 BuildRequires:  pkgconfig(gssdp-1.0) >= 0.13.3
@@ -32,7 +36,7 @@
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.2.0
 BuildRequires:  pkgconfig(gupnp-1.0) >= 0.20.14
 BuildRequires:  pkgconfig(gupnp-av-1.0) >= 0.5.5
-BuildRequires:  pkgconfig(libsoup-2.4) >= 2.4
+BuildRequires:  pkgconfig(libsoup-2.4) >= 2.42
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.0
 BuildRequires:  pkgconfig(uuid)
 Recommends: %{name}-lang
@@ -65,8 +69,10 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fiv
 %configure --disable-static
 make %{?_smp_mflags}
 

++ gupnp-tools-0.8.11.tar.xz -> gupnp-tools-0.8.12.tar.xz ++
 43743 lines of diff (skipped)

++ gupnp-tools-fixup-desktop-files.patch ++
>From c63983ea50b8c224787e9dc1e670d2e2104fbf7d Mon Sep 17 00:00:00 2001
From: Jens Georg 
Date: Wed, 17 Aug 2016 16:59:30 +0200
Subject: Fix desktop file generation

Signed-off-by: Jens Georg 
---
 data/Makefile.am | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/data/Makefile.am b/data/Makefile.am
index f682cd6..7d40833 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -17,12 +17,13 @@ endif
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 desktop_in_in_files = $(desktop_in_files:.desktop.in=.desktop.in.in)
 
-$(desktop_in_files): $(desktop_in_in_files)
+%.desktop.in: %.desktop.in.in
$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
 
 # Substitute variables in a Desktop Entry file.
-$(desktop_DATA): $(desktop_in_files)
-   $(AM_V_GEN) $(SED) -e 's|@VERSION[@]|$(VERSION)|g' $< > $@
+%.desktop : %.desktop.in
+   $(AM_V_GEN) $(SED) -e 's|@VERSION[@]|$(VERSION)|g' \
+   

commit meson for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package meson for openSUSE:Factory checked 
in at 2016-08-20 12:27:06

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


Package is "meson"

Changes:

--- /work/SRC/openSUSE:Factory/meson/meson.changes  2016-07-28 
23:46:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.meson.new/meson.changes 2016-08-20 
12:27:09.0 +0200
@@ -1,0 +2,13 @@
+Wed Aug 17 15:43:57 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.33.0:
+  + Correctly install .typelib files to libdir.
+  + Add option for as-needed link option.
+  + Print the CFLAGS/LDFLAGS/etc inherited from the environment.
+  + Only append compile flags to the link flags when appropriate.
+- Add meson-633.patch: Handle both DT_RPATH as well as DT_RUNPATH
+  when fixing rpath settings (gh#mesonbuild/meson#663).
+- Add meson-typelib-install.patch: Fix installation path for
+  gpobject introspection typelib files.
+
+---

Old:

  meson-0.32.0.tar.gz
  meson-0.32.0.tar.gz.asc

New:

  meson-0.33.0.tar.gz
  meson-0.33.0.tar.gz.asc
  meson-633.patch
  meson-typelib-install.patch



Other differences:
--
++ meson.spec ++
--- /var/tmp/diff_new_pack.R6war1/_old  2016-08-20 12:27:10.0 +0200
+++ /var/tmp/diff_new_pack.R6war1/_new  2016-08-20 12:27:10.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   mesonbuild
 Name:   meson
-Version:0.32.0
+Version:0.33.0
 Release:0
 Summary:High productivity build system
 License:Apache-2.0
@@ -27,6 +27,10 @@
 Source: 
https://github.com/%{_name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
 Source1:
https://github.com/%{_name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
+# PATCH-FIX-UPSTREAM meson-633.patch dims...@opensuse.org -- Handle both 
DT_RPATH as well as DT_RUNPATH when fixing rpath settings
+Patch0: meson-633.patch
+# PATCH-FIX-UPSTREAM meson-typelib-install.patch dims...@opensuse.org -- 
Correct install path for gi typelibs, taken from upstream git
+Patch1: meson-typelib-install.patch
 BuildRequires:  bison
 BuildRequires:  boost-devel
 BuildRequires:  flex
@@ -68,6 +72,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 # Lack of gtest, gmock, gnustep.
 rm -rf "test cases/frameworks/2 gtest" \

++ meson-0.32.0.tar.gz -> meson-0.33.0.tar.gz ++
 5487 lines of diff (skipped)

++ meson-633.patch ++
>From 3671c40a4b8ea0c0e7899caf27074f604cb95bcf Mon Sep 17 00:00:00 2001
From: Jussi Pakkanen 
Date: Tue, 2 Aug 2016 21:45:45 +0300
Subject: [PATCH] Handle both DT_RPATH as well as DT_RUNPATH when fixing rpath
 settings.

---
 mesonbuild/scripts/depfixer.py | 30 +++---
 1 file changed, 23 insertions(+), 7 deletions(-)

diff --git a/mesonbuild/scripts/depfixer.py b/mesonbuild/scripts/depfixer.py
index 8ff0dd1..cb136f4 100644
--- a/mesonbuild/scripts/depfixer.py
+++ b/mesonbuild/scripts/depfixer.py
@@ -20,6 +20,7 @@
 SHT_STRTAB = 3
 DT_NEEDED = 1
 DT_RPATH = 15
+DT_RUNPATH = 29
 DT_STRTAB = 5
 DT_SONAME = 14
 
@@ -211,21 +212,29 @@ def print_soname(self):
 self.bf.seek(strtab.val + soname.val)
 print(self.read_str())
 
-def get_rpath_offset(self):
+def get_entry_offset(self, entrynum):
 sec = self.find_section(b'.dynstr')
 for i in self.dynamic:
-if i.d_tag == DT_RPATH:
+if i.d_tag == entrynum:
 return sec.sh_offset + i.val
 return None
 
 def print_rpath(self):
-offset = self.get_rpath_offset()
+offset = self.get_entry_offset(DT_RPATH)
 if offset is None:
 print("This file does not have an rpath.")
 else:
 self.bf.seek(offset)
 print(self.read_str())
 
+def print_runpath(self):
+offset = self.get_entry_offset(DT_RUNPATH)
+if offset is None:
+print("This file does not have a runpath.")
+else:
+self.bf.seek(offset)
+print(self.read_str())
+
 def print_deps(self):
 sec = self.find_section(b'.dynstr')
 deps = []
@@ -257,9 +266,15 @@ def fix_deps(self, prefix):
 self.bf.write(newname)
 
 def fix_rpath(self, new_rpath):
+# The path to search for can be either rpath or runpath.
+# Fix both of them to be sure.
+self.fix_rpathtype_entry(new_rpath, DT_RPATH)
+self.fix_rpathtype_entry(new_rpath, DT_RUNPATH)
+
+def fix_rpathtype_entry(self, new_rpath, entrynum):
 if 

commit perl-HTTP-Tiny for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Tiny for openSUSE:Factory 
checked in at 2016-08-20 12:27:08

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


Package is "perl-HTTP-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Tiny/perl-HTTP-Tiny.changes
2016-05-12 09:33:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Tiny.new/perl-HTTP-Tiny.changes   
2016-08-20 12:27:10.0 +0200
@@ -1,0 +2,43 @@
+Thu Aug 18 05:25:26 UTC 2016 - co...@suse.com
+
+- updated to 0.064
+   see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
+
+  0.064 2016-08-16 21:37:51-04:00 America/New_York
+  
+  - No changes from 0.063-TRIAL
+  
+  0.063 2016-08-08 12:18:03-04:00 America/New_York (TRIAL RELEASE)
+  
+  [FIXED]
+  
+  - Fixed chunked transfer encoding, which previously omitted a trailing
+CRLF.
+  
+  0.061 2016-08-05 12:10:19-04:00 America/New_York (TRIAL RELEASE)
+  
+  [FIXED]
+  
+  - Avoid overwriting 'If-Modified-Since' header in mirror() if
+the header already exists in something other than lower-case.
+  
+  [TESTS]
+  
+  - Normalize CRLF when reading test data files in t\150-post_form.t
+on Win32
+  
+  0.059 2016-07-29 16:10:32-04:00 America/New_York (TRIAL RELEASE)
+  
+  [FIXED]
+  
+  - Timeout can now be set as a constructor argument again.
+  
+  - CVE-2016-1238: avoid loading optional modules from
+@INC path with `.` at the end.
+  
+  [TESTS]
+  
+  - Updated tests for a future perl which may omit `.` from
+the list of directories in @INC by default.
+
+---

Old:

  HTTP-Tiny-0.058.tar.gz

New:

  HTTP-Tiny-0.064.tar.gz



Other differences:
--
++ perl-HTTP-Tiny.spec ++
--- /var/tmp/diff_new_pack.YtNOfs/_old  2016-08-20 12:27:11.0 +0200
+++ /var/tmp/diff_new_pack.YtNOfs/_new  2016-08-20 12:27:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTTP-Tiny
-Version:0.058
+Version:0.064
 Release:0
 %define cpan_name HTTP-Tiny
 Summary:Small, Simple, Correct Http/1.1 Client

++ HTTP-Tiny-0.058.tar.gz -> HTTP-Tiny-0.064.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.058/Changes new/HTTP-Tiny-0.064/Changes
--- old/HTTP-Tiny-0.058/Changes 2016-05-03 17:30:06.0 +0200
+++ new/HTTP-Tiny-0.064/Changes 2016-08-17 03:38:12.0 +0200
@@ -1,5 +1,42 @@
 Release notes for HTTP-Tiny
 
+0.064 2016-08-16 21:37:51-04:00 America/New_York
+
+- No changes from 0.063-TRIAL
+
+0.063 2016-08-08 12:18:03-04:00 America/New_York (TRIAL RELEASE)
+
+[FIXED]
+
+- Fixed chunked transfer encoding, which previously omitted a trailing
+  CRLF.
+
+0.061 2016-08-05 12:10:19-04:00 America/New_York (TRIAL RELEASE)
+
+[FIXED]
+
+- Avoid overwriting 'If-Modified-Since' header in mirror() if
+  the header already exists in something other than lower-case.
+
+[TESTS]
+
+- Normalize CRLF when reading test data files in t\150-post_form.t
+  on Win32
+
+0.059 2016-07-29 16:10:32-04:00 America/New_York (TRIAL RELEASE)
+
+[FIXED]
+
+- Timeout can now be set as a constructor argument again.
+
+- CVE-2016-1238: avoid loading optional modules from
+  @INC path with `.` at the end.
+
+[TESTS]
+
+- Updated tests for a future perl which may omit `.` from
+  the list of directories in @INC by default.
+
 0.058 2016-05-03 11:29:57-04:00 America/New_York
 
 - No changes from 0.057
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.058/MANIFEST new/HTTP-Tiny-0.064/MANIFEST
--- old/HTTP-Tiny-0.058/MANIFEST2016-05-03 17:30:06.0 +0200
+++ new/HTTP-Tiny-0.064/MANIFEST2016-08-17 03:38:12.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.003.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.007.
 CONTRIBUTING.mkdn
 Changes
 LICENSE
@@ -88,6 +88,7 @@
 t/001_api.t
 t/002_croakage.t
 t/003_agent.t
+t/004_timeout.t
 t/010_url.t
 t/020_headers.t
 t/030_response.t
@@ -120,7 +121,7 @@
 xt/author/pod-coverage.t
 xt/author/pod-spell.t
 xt/author/pod-syntax.t
+xt/author/portability.t
 xt/author/test-version.t
 xt/release/distmeta.t
 xt/release/minimum-version.t
-xt/release/portability.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.058/META.json 
new/HTTP-Tiny-0.064/META.json

commit kernel-source for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2016-08-20 12:26:50

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


Package is "kernel-source"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2016-08-13 18:29:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2016-08-20 12:26:51.0 +0200
@@ -1,0 +2,26 @@
+Tue Aug 16 16:32:45 CEST 2016 - jsl...@suse.cz
+
+- Linux 4.7.1 (CVE-2016-6516 bsc#991604).
+- Delete
+  patches.fixes/vfs-ioctl-prevent-double-fetch-in-dedupe-ioctl.
+- commit 61bf3f1
+
+---
+Tue Aug  9 14:49:30 CEST 2016 - jthumsh...@suse.de
+
+- aacraid: Check size values after double-fetch from user
+  (CVE-2016-6480 bsc#991608).
+- Delete
+  
patches.drivers/0001-aacraid-prevent-out-of-bounds-access-due-to-changing.patch.
+- commit 39024c1
+
+---
+Fri Aug  5 10:50:53 CEST 2016 - jsl...@suse.cz
+
+- rpm/constraints.in: set memory minimum for binaries
+  Binary packages are sometimes built on machines with 1G. For example
+  one arm build ran in a VM with -smp 1 -m 1024. And it caused OOMs.
+  So set the minimal memory to 2G for all archs.
+- commit b3acaa2
+
+---
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.tvfvNR/_old  2016-08-20 12:26:55.0 +0200
+++ /var/tmp/diff_new_pack.tvfvNR/_new  2016-08-20 12:26:55.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.7
-%define patchversion 4.7.0
+%define patchversion 4.7.1
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -61,9 +61,9 @@
 Summary:A Debug Version of the Kernel
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.7.0
+Version:4.7.1
 %if 0%{?is_kotd}
-Release:.gdf207c0
+Release:.g61bf3f1
 %else
 Release:0
 %endif

kernel-default.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.tvfvNR/_old  2016-08-20 12:26:55.0 +0200
+++ /var/tmp/diff_new_pack.tvfvNR/_new  2016-08-20 12:26:55.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define patchversion 4.7.0
+%define patchversion 4.7.1
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -27,9 +27,9 @@
 Summary:Kernel Documentation (man pages)
 License:GPL-2.0
 Group:  Documentation/Man
-Version:4.7.0
+Version:4.7.1
 %if 0%{?is_kotd}
-Release:.gdf207c0
+Release:.g61bf3f1
 %else
 Release:0
 %endif

++ kernel-lpae.spec ++
--- /var/tmp/diff_new_pack.tvfvNR/_old  2016-08-20 12:26:55.0 +0200
+++ /var/tmp/diff_new_pack.tvfvNR/_new  2016-08-20 12:26:55.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.7
-%define patchversion 4.7.0
+%define patchversion 4.7.1
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -61,9 +61,9 @@
 Summary:Kernel for LPAE enabled systems
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.7.0
+Version:4.7.1
 %if 0%{?is_kotd}
-Release:.gdf207c0
+Release:.g61bf3f1
 %else
 Release:0
 %endif

++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.tvfvNR/_old  2016-08-20 12:26:55.0 +0200
+++ /var/tmp/diff_new_pack.tvfvNR/_new  2016-08-20 12:26:55.0 +0200
@@ -19,7 +19,7 @@
 
 #!BuildIgnore: post-build-checks
 
-%define patchversion 4.7.0
+%define patchversion 4.7.1
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -51,9 +51,9 @@
 Summary:package kernel and initrd for OBS VM builds
 License:GPL-2.0
 Group:  SLES
-Version:4.7.0
+Version:4.7.1
 %if 0%{?is_kotd}
-Release:.gdf207c0
+Release:.g61bf3f1
 %else
 Release:0
 %endif

++ kernel-obs-qa.spec ++
--- /var/tmp/diff_new_pack.tvfvNR/_old  2016-08-20 12:26:55.0 +0200
+++ /var/tmp/diff_new_pack.tvfvNR/_new  2016-08-20 12:26:55.0 +0200
@@ -17,7 +17,7 @@
 # needsrootforbuild
 
 
-%define patchversion 4.7.0
+%define patchversion 4.7.1
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -36,9 +36,9 @@