commit criu for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package criu for openSUSE:Factory checked in 
at 2017-03-22 23:18:20

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


Package is "criu"

Wed Mar 22 23:18:20 2017 rev:30 rq:481939 version:2.12

Changes:

--- /work/SRC/openSUSE:Factory/criu/criu.changes2017-03-02 
19:38:47.543266956 +0100
+++ /work/SRC/openSUSE:Factory/.criu.new/criu.changes   2017-03-22 
23:18:23.386847079 +0100
@@ -1,0 +2,14 @@
+Tue Mar 21 12:06:28 CET 2017 - ti...@suse.de
+
+- update to criu 2.12:
+  New features:
+  * C/R of external TTYs (for Docker C/R)
+  Optimizations/improvements:
+  * Sanitized the way the -v works
+  Fixes:
+  * Checking features via RPC crashed
+  * Resting pipes in user-namespaces could fail on modern kernels
+  * Shutdown state for UNIX sockets could be lost on restore
+  * Dump of huge (over 2Gb) SysV shmem segments didn't work
+
+---

Old:

  criu-2.11.1.tar.bz2

New:

  criu-2.12.tar.bz2



Other differences:
--
++ criu.spec ++
--- /var/tmp/diff_new_pack.kXkgB0/_old  2017-03-22 23:18:24.830642569 +0100
+++ /var/tmp/diff_new_pack.kXkgB0/_new  2017-03-22 23:18:24.830642569 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   criu
-Version:2.11.1
+Version:2.12
 Release:0
 Summary:Checkpoint/Restore In Userspace Tools
 License:GPL-2.0

++ criu-2.11.1.tar.bz2 -> criu-2.12.tar.bz2 ++
 3385 lines of diff (skipped)




commit docker for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2017-03-22 23:18:14

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


Package is "docker"

Wed Mar 22 23:18:14 2017 rev:52 rq:480841 version:1.13.0

Changes:

--- /work/SRC/openSUSE:Factory/docker/docker.changes2017-02-03 
17:35:51.644330236 +0100
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes   2017-03-22 
23:18:15.671939874 +0100
@@ -1,0 +2,53 @@
+Fri Mar 17 11:08:03 UTC 2017 - asa...@suse.com
+
+- Add a backport of fix to AppArmor lazy loading docker-exec case.
+  https://github.com/docker/docker/pull/31773
+  + pr31773-daemon-also-ensureDefaultApparmorProfile-in-exec-pat.patch
+
+---
+Wed Mar  8 00:48:46 UTC 2017 - asa...@suse.com
+
+- Clean up docker-mount-secrets.patch to use the new swarm secrets internals of
+  Docker 1.13.0, which removes the need to implement any secret handling
+  ourselves. This resulted in a split up of the patch.
+  - docker-mount-secrets.patch
+  + secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
+  + secrets-0002-SUSE-implement-SUSE-container-secrets.patch
+
+---
+Mon Mar  6 15:31:02 UTC 2017 - jmassaguer...@suse.com
+
+- Remove old plugins.json to prevent docker-1.13 to fail to start
+
+---
+Mon Mar  6 12:52:14 UTC 2017 - jmassaguer...@suse.com
+
+- Fix bsc#1026827: systemd TasksMax default throttles docker
+
+---
+Mon Mar  6 10:09:14 UTC 2017 - jmassaguer...@suse.com
+
+- Fix post section by adding shadow as a package requirement
+  Otherwise the groupadd instruction fails
+
+---
+Sun Mar  5 04:54:52 UTC 2017 - asa...@suse.com
+
+- Add patch to fix TestDaemonCommand failure in %check. This is an upstream
+  bug, and has an upstream PR to fix it 
https://github.com/docker/docker/pull/31549.
+  + pr31549-cmd-docker-fix-TestDaemonCommand.patch
+
+---
+Wed Feb  1 15:59:40 UTC 2017 - jmassaguer...@suse.com
+
+- update docker to 1.13.0
+
+  see details in https://github.com/docker/docker/releases/tag/v1.13.0
+
+- use the same buildflags for building docker and for building the
+  tests.
+
+- enable pkcs11:
+  
https://github.com/docker/docker/commit/37fa75b3447007bb8ea311f02610bb383b0db77f
+
+---

Old:

  docker-1.12.6.tar.xz
  docker-mount-secrets.patch

New:

  docker-1.13.0.tar.xz
  pr31549-cmd-docker-fix-TestDaemonCommand.patch
  pr31773-daemon-also-ensureDefaultApparmorProfile-in-exec-pat.patch
  secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  secrets-0002-SUSE-implement-SUSE-container-secrets.patch



Other differences:
--
++ docker.spec ++
--- /var/tmp/diff_new_pack.x7rAzr/_old  2017-03-22 23:18:19.291427183 +0100
+++ /var/tmp/diff_new_pack.x7rAzr/_new  2017-03-22 23:18:19.295426616 +0100
@@ -36,7 +36,7 @@
 %global docker_migration_warnfile %{docker_store}/docker-update-message.txt
 %define docker_graph  %{docker_store}/graph
 %define git_version 78d1802
-%define version_unconverted 1.12.6
+%define version_unconverted 1.13.0
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 # When upgrading to a new version requires the service not to be restarted
 # Due to a long migration process update last_migration_version to the new 
version
@@ -44,7 +44,7 @@
 # 1.10.1
 %global last_migration_version 1.10.1
 Name:   docker
-Version:1.12.6
+Version:1.13.0
 Release:0
 Summary:The Linux container runtime
 License:Apache-2.0
@@ -68,14 +68,21 @@
 # which is not snapshotted when images are committed. Note that if you modify
 # this patch, please also modify the patch in the suse-secrets-v
 # branch in http://github.com/suse/docker.mirror.
-Patch200:   docker-mount-secrets.patch
+Patch200:   
secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
+Patch201:   secrets-0002-SUSE-implement-SUSE-container-secrets.patch
+# PATCH-FIX-UPSTREAM: Backports.
 Patch300:   integration-cli-fix-TestInfoEnsureSucceeds.patch
+Patch301:   pr31549-cmd-docker-fix-TestDaemonCommand.patch
+Patch302:   
pr31773-daemon-also-ensureDefaultApparmorProfile-in-exec-pat.patch
 BuildRequires:  audit
 BuildRequires:  bash-completion
+BuildRequires:  ca-certificates
 BuildRequires:  device-mapper-devel >= 

commit yast2-http-server for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package yast2-http-server for 
openSUSE:Factory checked in at 2017-03-22 23:18:12

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


Package is "yast2-http-server"

Wed Mar 22 23:18:12 2017 rev:78 rq:480651 version:3.2.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes  
2016-10-28 10:47:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-http-server.new/yast2-http-server.changes 
2017-03-22 23:18:14.280137020 +0100
@@ -1,0 +2,7 @@
+Wed Mar 15 14:27:23 UTC 2017 - an...@suse.com
+
+- Create a backup at startup of the vhost configuration files to
+  be potentially merged during execution (bsc#1027582)
+- 3.2.2
+
+---

Old:

  yast2-http-server-3.2.1.tar.bz2

New:

  yast2-http-server-3.2.2.tar.bz2



Other differences:
--
++ yast2-http-server.spec ++
--- /var/tmp/diff_new_pack.5y5Uub/_old  2017-03-22 23:18:14.848056575 +0100
+++ /var/tmp/diff_new_pack.5y5Uub/_new  2017-03-22 23:18:14.848056575 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-http-server
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-http-server
-Version:3.2.1
+Version:3.2.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,9 +40,8 @@
 Requires:   libzio
 Requires:   yast2-network
 Requires:   yast2-perl-bindings
-# DnsServerApi moved to yast2.rpm (bnc#392606)
-# Wizard::SetDesktopTitleAndIcon
-Requires:   yast2 >= 3.1.118
+# FileChanges.created_files (bsc#1027582)
+Requires:   yast2 >= 3.2.16
 
 BuildArch:  noarch
 

++ yast2-http-server-3.2.1.tar.bz2 -> yast2-http-server-3.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-3.2.1/.travis.yml 
new/yast2-http-server-3.2.2/.travis.yml
--- old/yast2-http-server-3.2.1/.travis.yml 2016-10-26 13:22:19.570280391 
+0200
+++ new/yast2-http-server-3.2.2/.travis.yml 2017-03-16 15:50:52.392870962 
+0100
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"yast-rake gettext"
+  - docker build -t yast-http-server-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-http-server-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-3.2.1/Dockerfile 
new/yast2-http-server-3.2.2/Dockerfile
--- old/yast2-http-server-3.2.1/Dockerfile  1970-01-01 01:00:00.0 
+0100
+++ new/yast2-http-server-3.2.2/Dockerfile  2017-03-16 15:50:52.440870962 
+0100
@@ -0,0 +1,3 @@
+FROM yastdevel/ruby
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.2.1/package/yast2-http-server.changes 
new/yast2-http-server-3.2.2/package/yast2-http-server.changes
--- old/yast2-http-server-3.2.1/package/yast2-http-server.changes   
2016-10-26 13:22:19.574280399 +0200
+++ new/yast2-http-server-3.2.2/package/yast2-http-server.changes   
2017-03-16 15:50:52.468870962 +0100
@@ -1,4 +1,11 @@
 ---
+Wed Mar 15 14:27:23 UTC 2017 - an...@suse.com
+
+- Create a backup at startup of the vhost configuration files to
+  be potentially merged during execution (bsc#1027582)
+- 3.2.2
+
+---
 Wed Oct 26 10:56:40 UTC 2016 - c...@suse.com
 
 - Adding mod_socache_shmcb if SSL is enabled. (bsc#854570)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.2.1/package/yast2-http-server.spec 

commit mate-tweak for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2017-03-22 23:18:18

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


Package is "mate-tweak"

Wed Mar 22 23:18:18 2017 rev:21 rq:481877 version:17.04.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes2016-11-28 
15:09:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2017-03-22 23:18:19.723366000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 17.04.0:
+  * Update translations.
+
+---

Old:

  mate-tweak-16.10.5.tar.gz

New:

  mate-tweak_17.04.0.orig.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.2nzbMU/_old  2017-03-22 23:18:20.419267428 +0100
+++ /var/tmp/diff_new_pack.2nzbMU/_new  2017-03-22 23:18:20.423266861 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-tweak
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,15 +17,15 @@
 
 
 %define _name   mate_tweak
-%define _rev197ee3a56604
+%define _rev446f13648e12
 Name:   mate-tweak
-Version:16.10.5
+Version:17.04.0
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+
 Group:  System/GUI/Other
 Url:https://bitbucket.org/ubuntu-mate/mate-tweak
-Source: 
https://bitbucket.org/ubuntu-mate/%{name}/get/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{version}.orig.tar.gz
 # PATCH-FIX-OPENSUSE mate-tweak-use-matemenu.patch sor.ale...@meowr.ru -- 
Layouts are patched to use mate-menu instead of mintMenu or gnome-main-menu.
 Patch0: %{name}-use-matemenu.patch
 BuildRequires:  Mesa-demo-x




commit thermald for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package thermald for openSUSE:Factory 
checked in at 2017-03-22 23:18:03

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


Package is "thermald"

Wed Mar 22 23:18:03 2017 rev:3 rq:461276 version:1.5.4

Changes:

--- /work/SRC/openSUSE:Factory/thermald/thermald.changes2016-03-31 
13:03:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.thermald.new/thermald.changes   2017-03-22 
23:18:04.477525541 +0100
@@ -1,0 +2,13 @@
+Wed Jan 11 08:18:17 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.5.4:
+  * Use Processor thermal device in lieu of CPU zone when present
+  * Haswell/Skylake PCH sensor
+  * Fix regression in LCD/Backlight path
+- Packaging cleanup:
+  - Run spec-cleaner
+  - Use pretty name for downloaded archive
+  - Drop not needed service
+  - Remove fedora conditionals
+
+---

Old:

  _service
  v1.5.3.tar.gz

New:

  thermald-1.5.4.tar.gz



Other differences:
--
++ thermald.spec ++
--- /var/tmp/diff_new_pack.6Ylh9V/_old  2017-03-22 23:18:05.105436598 +0100
+++ /var/tmp/diff_new_pack.6Ylh9V/_new  2017-03-22 23:18:05.105436598 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package thermald
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,30 +17,22 @@
 
 
 Name:   thermald
-Version:1.5.3
+Version:1.5.4
 Release:0
 Summary:The Linux Thermal Daemon program from 01.org
 License:GPL-2.0+
 Group:  System/Daemons
 Url:https://01.org/linux-thermal-daemon
-Source0:
https://github.com/01org/thermal_daemon/archive/v%{version}.tar.gz
+Source0:
https://github.com/01org/thermal_daemon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:thermald.conf
 BuildRequires:  automake
 BuildRequires:  dbus-1-devel
+BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
-BuildRequires:  libxml2
 BuildRequires:  libxml2-devel
-BuildRequires:  pkg-config
-BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(systemd)
-%if %{defined suse_version}
-BuildRequires:  dbus-1-glib-devel
-%endif
-%if %{defined fedora_version}
-BuildRequires:  dbus-glib-devel
-BuildRequires:  systemd-units
-%endif
 ExclusiveArch:  %{ix86} x86_64
 
 %description
@@ -51,7 +43,7 @@
 %setup -q -n thermal_daemon-%{version}
 
 %build
-./autogen.sh
+autoreconf -fiv
 %configure
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 
@@ -59,14 +51,13 @@
 %service_add_pre thermald.service
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
-%if %{defined suse_version}
 # Upstart file not needed
 rm %{buildroot}%{_sysconfdir}/init/thermald.conf
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcthermald
-install -Dm644 "%{_sourcedir}/thermald.conf" 
"%{buildroot}/%{_libexecdir}/modules-load.d/thermald.conf"
-%endif
+install -D -p -m 0644 data/thermald.conf \
+  %{buildroot}/%{_libexecdir}/modules-load.d/thermald.conf
 
 %post
 %service_add_post thermald.service
@@ -86,18 +77,12 @@
 %config %{_sysconfdir}/thermald/thermal-conf.xml
 %config %{_sysconfdir}/thermald/thermal-cpu-cdev-order.xml
 %{_datadir}/dbus-1/system-services/org.freedesktop.thermald.service
-%{_mandir}/man5/thermal-conf.xml.5.gz
-%{_mandir}/man8/thermald.8.gz
+%{_mandir}/man5/thermal-conf.xml.5%{ext_man}
+%{_mandir}/man8/thermald.8%{ext_man}
 %{_sbindir}/thermald
-
-%if %{defined suse_version}
 %dir %{_libexecdir}/modules-load.d
 %{_libexecdir}/modules-load.d/thermald.conf
 %{_unitdir}/thermald.service
 %{_sbindir}/rcthermald
-%endif
-%if %{defined fedora_version}
-%{_unitdir}/thermald.service
-%endif
 
 %changelog




commit xf86-input-wacom for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package xf86-input-wacom for 
openSUSE:Factory checked in at 2017-03-22 23:17:13

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


Package is "xf86-input-wacom"

Wed Mar 22 23:17:13 2017 rev:24 rq:481107 version:0.34.2

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes
2017-03-18 20:48:16.789179747 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-input-wacom.new/xf86-input-wacom.changes   
2017-03-22 23:17:14.828558354 +0100
@@ -1,0 +2,14 @@
+Sat Mar 18 20:51:47 UTC 2017 - tchva...@suse.com
+
+- Version update to 0.34.2:
+  * Prevent xf86-input-wacom from binding to pure-keyboard devices
+  * refer KeySyms defined by keysymdef.h in man page
+  * Make sibling device name matching slightly more lenient 
+- Remove upstreamed patch:
+  * U_conf-rename-to-70-wacom.conf.patch
+- Update patch to allow make check to pass, we add option:
+  * n_01-Add-option-to-enable-logging.patch
+- Run tests
+- Drop support for older distros as we care about leap+
+
+---

Old:

  U_conf-rename-to-70-wacom.conf.patch
  xf86-input-wacom-0.32.0.tar.bz2

New:

  xf86-input-wacom-0.34.2.tar.bz2



Other differences:
--
++ xf86-input-wacom.spec ++
--- /var/tmp/diff_new_pack.zFrnfU/_old  2017-03-22 23:17:16.072382163 +0100
+++ /var/tmp/diff_new_pack.zFrnfU/_new  2017-03-22 23:17:16.076381596 +0100
@@ -16,29 +16,22 @@
 #
 
 
-%define install_serial 1
-%if 0%( test -d %{_libexecdir}/udev/rules.d && echo "1" ) > 0
-%define _udevrulesdir %{_libexecdir}/udev/rules.d
-%else
-%define _udevrulesdir /lib/udev/rules.d
-%endif
 Name:   xf86-input-wacom
-Version:0.32.0
+Version:0.34.2
 Release:0
 Summary:Wacom input driver for the Xorg X server
 License:GPL-2.0+
 Group:  System/X11/Servers/XF86_4
 Url:
http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Xf86-input-wacom
 Source0:
http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/%{name}-%{version}.tar.bz2
-Patch0: U_conf-rename-to-70-wacom.conf.patch
 Patch7: n_01-Add-option-to-enable-logging.patch
 Patch8: n_02-Log-PROXIMITY-LOW-LEVEL-events.patch
 Patch9: n_03-Log-PRESSURE-low-level-events.patch
 Patch10:n_04-Log-BUTTON-HIGH-LEVEL-events.patch
 # For directory ownership
 BuildRequires:  libtool
-BuildRequires:  pkg-config
 BuildRequires:  pkgconfig
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(inputproto)
 BuildRequires:  pkgconfig(kbproto)
 BuildRequires:  pkgconfig(libudev)
@@ -53,7 +46,7 @@
 BuildRequires:  pkgconfig(xproto)
 BuildRequires:  pkgconfig(xrandr)
 Requires:   linuxconsoletools
-Requires:   udev
+Requires:   pkgconfig(udev)
 Supplements:xorg-x11-server
 # This was part of the xorg-x11-driver-input package up to version 7.6
 Conflicts:  xorg-x11-driver-input <= 7.6
@@ -64,11 +57,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
 %{x11_abi_xinput_req}
-%if 0%{?suse_version} > 1230
-BuildRequires:  systemd-rpm-macros
-%else
-BuildRequires:  systemd
-%endif
 
 %description
 wacom is an X input driver and utilities for Wacom devices.
@@ -85,7 +73,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
@@ -93,24 +80,30 @@
 
 %build
 autoreconf -fi
-%configure --with-xorg-conf-dir=%{_sysconfdir}/X11/xorg.conf.d 
--enable-logging --with-systemd-unit-dir=%{_unitdir} 
--with-udev-rules-dir=%{_udevrulesdir}
+%configure \
+--with-xorg-conf-dir=%{_sysconfdir}/X11/xorg.conf.d \
+--enable-logging \
+--with-systemd-unit-dir=%{_unitdir} \
+--with-udev-rules-dir=%{_udevrulesdir} \
+--disable-silent-rules
 make %{?_smp_mflags}
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 mv %{buildroot}%{_udevrulesdir}/wacom.rules  
%{buildroot}%{_udevrulesdir}/65-wacom.rules
-# if we don't package these remove them so no debuginfo files will be generated
-%{!?install_serial: rm %{buildroot}%{_bindir}/isdv4-serial-inputattach 
%{buildroot}%{_bindir}/isdv4-serial-debugger}
+
+%check
+make %{?_smp_mflags} check
+
+%pre
+%service_add_pre wacom-inputattach@.service
 
 %post
+%service_add_post wacom-inputattach@.service
 test -n "$FIRST_ARG" || FIRST_ARG=$1
 if [ $FIRST_ARG -eq 1 ]; then
-%if 0%{?suse_version} > 1230
 %udev_rules_update
-%else
-udevadm control --reload >/dev/null 2>&1 || : \
-%endif
 %{_bindir}/systemctl daemon-reload >/dev/null 2>&1 || :
 fi
 # re-plug the input devices
@@ -121,13 +114,10 @@
 %service_del_preun 

commit plasma5-desktop for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2017-03-22 23:17:21

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


Package is "plasma5-desktop"

Wed Mar 22 23:17:21 2017 rev:57 rq:481158 version:5.9.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2017-03-13 15:31:03.350861858 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2017-03-22 23:17:23.171376573 +0100
@@ -1,0 +2,6 @@
+Sat Mar 18 16:47:43 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to workaround non-themed placeholder face icon in kickoff:
+  * 0001-Use-themed-user-face-icon-in-kickoff.patch
+
+---

New:

  0001-Use-themed-user-face-icon-in-kickoff.patch



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.c35OGw/_old  2017-03-22 23:17:24.267221344 +0100
+++ /var/tmp/diff_new_pack.c35OGw/_new  2017-03-22 23:17:24.271220777 +0100
@@ -31,6 +31,8 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE
+Patch1: 0001-Use-themed-user-face-icon-in-kickoff.patch
 # PATCHES 100-200 and above are from upstream 5.9 branch
 # PATCH-FIX-UPSTREAM
 Patch100:   0001-Folder-View-Explicitly-set-prefix-as-empty-in-normal.patch
@@ -177,6 +179,7 @@
 %lang_package
 %prep
 %setup -q -n plasma-desktop-%{version}
+%patch1 -p1
 %patch100 -p1
 
 %build

++ 0001-Use-themed-user-face-icon-in-kickoff.patch ++
>From 2517af35b8e51758c1e20a768bd8914e3fd06762 Mon Sep 17 00:00:00 2001
From: Fabian Vogt 
Date: Sat, 18 Mar 2017 17:45:51 +0100
Subject: [PATCH] Use themed user face icon in kickoff

- Same as sddm. Fits better.
- kde#377332
---
 applets/kickoff/package/contents/ui/Header.qml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/applets/kickoff/package/contents/ui/Header.qml 
b/applets/kickoff/package/contents/ui/Header.qml
index 9d342255..ee4529e9 100644
--- a/applets/kickoff/package/contents/ui/Header.qml
+++ b/applets/kickoff/package/contents/ui/Header.qml
@@ -78,7 +78,6 @@ Item {
 right: faceIcon.right
 rightMargin: -units.gridUnit/2
 }
-usesPlasmaTheme: false
 }
 
 MouseArea {
-- 
2.12.0




commit python-ipaddress for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package python-ipaddress for 
openSUSE:Factory checked in at 2017-03-22 23:16:59

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


Package is "python-ipaddress"

Wed Mar 22 23:16:59 2017 rev:3 rq:480665 version:1.0.18

Changes:

--- /work/SRC/openSUSE:Factory/python-ipaddress/python-ipaddress.changes
2016-07-18 21:22:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-ipaddress.new/python-ipaddress.changes   
2017-03-22 23:17:00.910529892 +0100
@@ -1,0 +2,16 @@
+Thu Mar 16 15:39:29 UTC 2017 - tbecht...@suse.com
+
+- Use pypi.io as Source url
+
+---
+Thu Mar 16 13:55:05 UTC 2017 - tbecht...@suse.com
+
+- update to 1.0.18
+- add Provides for python2-ipaddress
+
+---
+Mon Dec  5 20:17:55 UTC 2016 - mich...@stroeder.com
+
+- Update to 1.0.17
+
+---

Old:

  ipaddress-1.0.16.tar.gz

New:

  ipaddress-1.0.18.tar.gz



Other differences:
--
++ python-ipaddress.spec ++
--- /var/tmp/diff_new_pack.4Q5GDX/_old  2017-03-22 23:17:01.734413185 +0100
+++ /var/tmp/diff_new_pack.4Q5GDX/_new  2017-03-22 23:17:01.734413185 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ipaddress
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,15 +17,16 @@
 
 
 Name:   python-ipaddress
-Version:1.0.16
+Version:1.0.18
 Release:0
 Summary:IPv4/IPv6 manipulation library
 License:Python-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/phihag/ipaddress
-Source: 
https://pypi.python.org/packages/source/i/ipaddress/ipaddress-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/i/ipaddress/ipaddress-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+Provides:   python2-ipaddress
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

++ ipaddress-1.0.16.tar.gz -> ipaddress-1.0.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipaddress-1.0.16/Makefile 
new/ipaddress-1.0.18/Makefile
--- old/ipaddress-1.0.16/Makefile   2015-07-14 21:39:53.0 +0200
+++ new/ipaddress-1.0.18/Makefile   2016-09-09 19:02:08.0 +0200
@@ -1,14 +1,16 @@
-default: test
+default: test lint
 
 test:
-   flake8 ipaddress.py test_ipaddress.py
python test_ipaddress.py
 
+lint:
+   @(python --version 2>&1 | grep -q ' 2\.6\.') || flake8 ipaddress.py 
test_ipaddress.py
+
 pypi:
python setup.py sdist bdist_wheel upload
 
 clean:
rm -rf -- build dist ipaddress.egg-info
 
-.PHONY: default test clean pypi
+.PHONY: default test clean pypi lint
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipaddress-1.0.16/PKG-INFO 
new/ipaddress-1.0.18/PKG-INFO
--- old/ipaddress-1.0.16/PKG-INFO   2015-12-28 18:11:12.0 +0100
+++ new/ipaddress-1.0.18/PKG-INFO   2017-01-11 13:30:45.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ipaddress
-Version: 1.0.16
+Version: 1.0.18
 Summary: IPv4/IPv6 manipulation library
 Home-page: https://github.com/phihag/ipaddress
 Author: Philipp Hagemeister
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipaddress-1.0.16/README new/ipaddress-1.0.18/README
--- old/ipaddress-1.0.16/README 2017-03-22 23:17:01.794404687 +0100
+++ new/ipaddress-1.0.18/README 2016-09-09 12:09:20.0 +0200
@@ -1 +1,26 @@
-symbolic link to README.md
+ipaddress
+=
+
+Python 3.3+'s [ipaddress](http://docs.python.org/dev/library/ipaddress) for 
Python 2.6, 2.7, 3.2.
+
+Note that as in Python 3.3+ you must use character strings and not byte 
strings for textual IP address representations:
+
+```python
+>>> from __future__ import unicode_literals
+>>> ipaddress.ip_address('1.2.3.4')
+IPv4Address(u'1.2.3.4')
+```
+or
+```python
+>>> ipaddress.ip_address(u'1.2.3.4')
+IPv4Address(u'1.2.3.4')
+```
+but not:
+```python
+>>> ipaddress.ip_address(b'1.2.3.4')
+Traceback (most recent call last):
+  File "", line 1, in 
+  

commit apparmor for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2017-03-22 23:17:29

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


Package is "apparmor"

Wed Mar 22 23:17:29 2017 rev:100 rq:481186 version:2.11.0

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2017-02-19 
00:45:49.363978340 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2017-03-22 
23:17:33.129965921 +0100
@@ -1,0 +2,10 @@
+Thu Mar 16 20:13:00 UTC 2017 - ku...@suse.com
+
+- Cleanup spec file:
+  - don't use insserv if we afterwards call systemd, this can
+have bad side effects
+  - remove dead code
+  - remove now obsolete 'distro' checks
+- Replace init.d script with new wrapper working with systemd
+
+---

New:

  apparmor.systemd



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.U6UVAP/_old  2017-03-22 23:17:35.769592015 +0100
+++ /var/tmp/diff_new_pack.U6UVAP/_new  2017-03-22 23:17:35.769592015 +0100
@@ -35,17 +35,6 @@
 %define apache_module_path %(/usr/sbin/apxs2 -q LIBEXECDIR)
 
 Name:   apparmor
-%if ! %{?distro:1}0
-%if %{?suse_version:1}0
-  %define distro suse
-%endif
-%if %{?fedora_version:1}0
-  %define distro redhat
-%endif
-%endif
-%if ! %{?distro:1}0
-  %define distro suse
-%endif
 Version:2.11.0
 Release:0
 Summary:AppArmor userlevel parser utility
@@ -60,6 +49,7 @@
 Source6:baselibs.conf
 Source7:apparmor-rpmlintrc
 Source8:apparmor.service
+Source9:apparmor.systemd
 # enable caching of profiles (= massive performance speedup when loading 
profiles)
 Patch1: apparmor-enable-profile-cache.diff
 
@@ -90,10 +80,6 @@
 
 PreReq: sed
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if %{distro} == "suse"
-PreReq: %{insserv_prereq}
-PreReq: aaa_base
-%endif
 %define apparmor_bin_prefix /lib/apparmor
 BuildRequires:  bison
 BuildRequires:  dejagnu
@@ -149,10 +135,6 @@
 Provides:   subdomain-parser-demo = %{version}
 Provides:   subdomain_parser = %{version}
 Provides:   apparmor-parser(CAP_SYSLOG)
-
-# initscript needs /lib/lsb/init-functions from insserv/insserv-compat
-Requires:   insserv
-
 BuildRequires:  systemd-rpm-macros
 %{?systemd_requires}
 
@@ -561,7 +543,12 @@
 # remove *.la files
 rm -fv %{buildroot}%{_libdir}/libapparmor.la
 
+# Adjust for systemd
 install -D -m0644 %{S:8} %{buildroot}%{_unitdir}/apparmor.service
+install -m0755 %{S:9} %{buildroot}%{apparmor_bin_prefix}
+rm %{buildroot}%{_sysconfdir}/init.d/boot.apparmor
+rm %{buildroot}/sbin/rcsubdomain
+ln -sf service %{buildroot}/sbin/rcapparmor
 
 echo ---
 #find -ls
@@ -588,19 +575,14 @@
 %dir %attr(-, root, root) %{_sysconfdir}/apparmor
 %dir %{_sysconfdir}/apparmor.d
 %{_sysconfdir}/apparmor.d/cache
-%if %{distro} == "suse"
-  /sbin/rcsubdomain
-  /sbin/rcapparmor
-  %{_sysconfdir}/init.d/boot.apparmor
-%else
-  %{_sysconfdir}/init.d/apparmor
-%endif
+/sbin/rcapparmor
 %{_unitdir}/apparmor.service
 %config(noreplace) %{_sysconfdir}/apparmor/subdomain.conf
 %config(noreplace) %{_sysconfdir}/apparmor/parser.conf
 %{_localstatedir}/lib/apparmor
 %dir %attr(-, root, root) %{apparmor_bin_prefix}
 %{apparmor_bin_prefix}/rc.apparmor.functions
+%{apparmor_bin_prefix}/apparmor.systemd
 %doc %{_mandir}/man1/aa-enabled.1.gz
 %doc %{_mandir}/man1/aa-exec.1.gz
 %doc %{_mandir}/man1/exec.1.gz
@@ -751,97 +733,25 @@
 %endif
 
 %post parser
-%if %{distro} == "suse"
-  # SUSE uses insserv
-  # For package renaming from subdomain -> apparmor
-  # we check the existence of the AppArmor 1.1 and
-  # AppArmor 1.2 based init script to help determine
-  # whether  we are upgrading
-  SUBDOMAIN_PARSER_INSTALLED="no"
-  if test -e %{_sysconfdir}/init.d/boot.subdomain -o -e 
%{_sysconfdir}/init.d/subdomain; then
-SUBDOMAIN_PARSER_INSTALLED="yes"
-  fi
-  if  test "$1" = 1  -a $SUBDOMAIN_PARSER_INSTALLED = "no"; then
-%{insserv_force_if_yast boot.apparmor}
-  elif test -e %{_sysconfdir}/rc.d/boot.d/S??boot.subdomain  -o \
--e %{_sysconfdir}/rc.d/boot.d/S??boot.apparmor  -o \
--e %{_sysconfdir}/rc.d/rc3.d/S??subdomain ; then
-%{insserv_force_if_yast boot.apparmor}
-  else
-%{fillup_and_insserv -f boot.apparmor}
-  fi
-%endif
-%if %{distro} == "redhat" || %{distro} == "rhel4"
-  chkconfig --add apparmor
-%endif
-%if %{distro} == "slackware"
-  if grep -qs "# BEGIN rc.subdomain INSERTION" %{_sysconfdir}/rc.d/rc.M ; then 
true ; else
-%{apparmor_bin_prefix}/install/frob_slack_rc 

commit systemd-presets-branding-openSUSE for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package systemd-presets-branding-openSUSE 
for openSUSE:Factory checked in at 2017-03-22 23:17:40

Comparing /work/SRC/openSUSE:Factory/systemd-presets-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new 
(New)


Package is "systemd-presets-branding-openSUSE"

Wed Mar 22 23:17:40 2017 rev:45 rq:481768 version:12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/systemd-presets-branding-openSUSE/systemd-presets-branding-openSUSE.changes
  2017-03-05 17:55:52.564842590 +0100
+++ 
/work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new/systemd-presets-branding-openSUSE.changes
 2017-03-22 23:17:44.428365494 +0100
@@ -1,0 +2,13 @@
+Tue Mar 21 12:40:03 UTC 2017 - meiss...@suse.com
+
+- removed duplicated iscsid.socket iscsid.servicce (bsc#1030161)
+
+---
+Fri Mar 17 17:04:13 CET 2017 - sbra...@suse.com
+
+- Bump version to 12.2 to make version numbers consistent between
+  SLE and Leap (boo#1029775).
+- Remove superfluous uuidd.service. uuidd.socket is sufficient
+  (bsc#1012850#c8).
+
+---



Other differences:
--
++ systemd-presets-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.Rylfb8/_old  2017-03-22 23:17:46.312098662 +0100
+++ /var/tmp/diff_new_pack.Rylfb8/_new  2017-03-22 23:17:46.316098096 +0100
@@ -19,7 +19,7 @@
 %define generic_name systemd-presets-branding
 
 Name:   %{generic_name}-openSUSE
-Version:0.4.0
+Version:12.2
 Release:0
 Summary:Systemd default presets for openSUSE
 License:GPL-2.0+

++ default-openSUSE.preset ++
--- /var/tmp/diff_new_pack.Rylfb8/_old  2017-03-22 23:17:46.388087899 +0100
+++ /var/tmp/diff_new_pack.Rylfb8/_new  2017-03-22 23:17:46.392087332 +0100
@@ -14,8 +14,6 @@
 enable iscsi.service
 enable hv_kvp_daemon.service
 enable hv_vss_daemon.service
-enable iscsid.socket
-enable iscsi.service
 enable epmd.socket
 enable logrotate.timer
 enable haveged.service
@@ -40,4 +38,3 @@
 enable snapper-timeline.timer
 enable issue-generator.service
 enable uuidd.socket
-enable uuidd.service




commit python-iso8601 for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package python-iso8601 for openSUSE:Factory 
checked in at 2017-03-22 23:17:07

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


Package is "python-iso8601"

Wed Mar 22 23:17:07 2017 rev:11 rq:480723 version:0.1.11

Changes:

--- /work/SRC/openSUSE:Factory/python-iso8601/python-iso8601.changes
2016-03-18 21:31:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-iso8601.new/python-iso8601.changes   
2017-03-22 23:17:08.325479536 +0100
@@ -1,0 +2,5 @@
+Thu Mar 16 14:45:48 UTC 2017 - tbecht...@suse.com
+
+- Switch to singlespec approach
+
+---



Other differences:
--
++ python-iso8601.spec ++
--- /var/tmp/diff_new_pack.PEssvE/_old  2017-03-22 23:17:09.061375294 +0100
+++ /var/tmp/diff_new_pack.PEssvE/_new  2017-03-22 23:17:09.065374728 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-iso8601
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-iso8601
 Version:0.1.11
 Release:0
@@ -25,16 +26,13 @@
 Group:  Development/Languages/Python
 Source: iso8601-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-# Test requirements:
-BuildRequires:  python-pytest >= 2.4.2
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-Requires:   python-argparse
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest >= 2.4.2}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 Simple module to parse ISO 8601 dates
@@ -46,15 +44,15 @@
 %setup -q -n iso8601-%{version}
 
 %build
-python setup.py build
-
-%check
-py.test --verbose iso8601
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+
+%check
+%python_exec %{_bindir}/py.test --verbose iso8601
 
-%files
+%files %python_files
 %defattr(-,root,root,-)
 %doc README.rst LICENSE
 %{python_sitelib}/*




commit python-docutils for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package python-docutils for openSUSE:Factory 
checked in at 2017-03-22 23:16:39

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


Package is "python-docutils"

Wed Mar 22 23:16:39 2017 rev:19 rq:480505 version:0.13.1

Changes:

--- /work/SRC/openSUSE:Factory/python-docutils/python-docutils.changes  
2016-08-22 14:00:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-docutils.new/python-docutils.changes 
2017-03-22 23:16:41.105335397 +0100
@@ -1,0 +2,10 @@
+Thu Mar  9 11:39:11 UTC 2017 - dmuel...@suse.com
+
+- update to 0.13.1:
+  * New HTML writer generating HTML 5.
+  * languages: persian/farsi (fa) and latvian (la) mappings.
+  * change default base url for :rfc: to http://tools.ietf.org/html/
+  latex2e: Fix admonition width, remove deprecated options,
+  better tablewidth auto, ...
+
+---

Old:

  docutils-0.12.tar.gz

New:

  docutils-0.13.1.tar.gz



Other differences:
--
++ python-docutils.spec ++
--- /var/tmp/diff_new_pack.MEYIa9/_old  2017-03-22 23:16:42.121191495 +0100
+++ /var/tmp/diff_new_pack.MEYIa9/_new  2017-03-22 23:16:42.125190928 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-docutils
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-docutils
-Version:0.12
+Version:0.13.1
 Release:0
 Summary:Python Documentation Utilities
 License:Python-2.0 and BSD-2-Clause and GPL-2.0+ and GPL-3.0+ and 
SUSE-Public-Domain
 Group:  Development/Languages/Python
 Url:https://pypi.python.org/pypi/docutils/
-Source: 
https://pypi.python.org/packages/source/d/docutils/docutils-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/d/docutils/docutils-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-nose
 BuildRequires:  python-xml
@@ -74,6 +74,7 @@
 %post
 %_sbindir/update-alternatives \
 --install %{_bindir}/rst2html rst2html %{_bindir}/rst2html-%{py_ver} 20 \
+--slave %{_bindir}/rst2html5 rst2html5 %{_bindir}/rst2html5-%{py_ver} \
 --slave %{_bindir}/rst2latex rst2latex %{_bindir}/rst2latex-%{py_ver} \
 --slave %{_bindir}/rst2man rst2man %{_bindir}/rst2man-%{py_ver} \
 --slave %{_bindir}/rst2odt rst2odt %{_bindir}/rst2odt-%{py_ver} \
@@ -103,6 +104,7 @@
 %{_bindir}/rst2xml
 %{_bindir}/rstpep2html
 %{_bindir}/rst2html-%{py_ver}
+%{_bindir}/rst2html5-%{py_ver}
 %{_bindir}/rst2latex-%{py_ver}
 %{_bindir}/rst2man-%{py_ver}
 %{_bindir}/rst2odt-%{py_ver}

++ docutils-0.12.tar.gz -> docutils-0.13.1.tar.gz ++
 37856 lines of diff (skipped)




commit python-pretend for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package python-pretend for openSUSE:Factory 
checked in at 2017-03-22 23:16:48

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


Package is "python-pretend"

Wed Mar 22 23:16:48 2017 rev:3 rq:480653 version:1.0.8

Changes:

--- /work/SRC/openSUSE:Factory/python-pretend/python-pretend.changes
2014-04-02 17:25:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pretend.new/python-pretend.changes   
2017-03-22 23:16:49.476149625 +0100
@@ -1,0 +2,5 @@
+Thu Mar 16 14:48:02 UTC 2017 - tbecht...@suse.com
+
+- Switch to singlespec approach
+
+---



Other differences:
--
++ python-pretend.spec ++
--- /var/tmp/diff_new_pack.f27Wj7/_old  2017-03-22 23:16:50.284035184 +0100
+++ /var/tmp/diff_new_pack.f27Wj7/_new  2017-03-22 23:16:50.288034617 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pretend
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pretend
 Version:1.0.8
 Release:0
@@ -23,15 +24,14 @@
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/alex/pretend
-Source: 
https://pypi.python.org/packages/source/p/pretend/pretend-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Source: 
https://pypi.io/packages/source/p/pretend/pretend-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 Pretend is a library to make stubbing with Python easier.
@@ -40,12 +40,12 @@
 %setup -q -n pretend-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%files %python_files
 %defattr(-,root,root,-)
 %doc LICENSE.rst README.rst
 %{python_sitelib}/*




commit gnome-initial-setup for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-initial-setup for 
openSUSE:Factory checked in at 2017-03-22 23:15:54

Comparing /work/SRC/openSUSE:Factory/gnome-initial-setup (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-initial-setup.new (New)


Package is "gnome-initial-setup"

Wed Mar 22 23:15:54 2017 rev:16 rq:481867 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-initial-setup/gnome-initial-setup.changes  
2016-10-26 13:28:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-initial-setup.new/gnome-initial-setup.changes 
2017-03-22 23:15:56.427664342 +0100
@@ -1,0 +2,28 @@
+Tue Mar 21 18:27:01 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Fix g-i-s session startup deadlock.
+  + Updated translations.
+
+---
+Tue Mar 14 18:04:57 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Use correct capitalization and unicode characters.
+  + Exit gracefully when disabled systemwide.
+  + Adjust to gnome-settings-daemon changes.
+  + Port network page to use libnm instead of libnm-glib.
+  + Updated translations.
+- Update BuildRequires relating to upstreams port to libnm:
+  + Remove pkgconfig(libnm-glib), pkgconfig(libnm-gtk) and
+pkgconfig(libnm-util).
+  + Add pkgconfig(libnm) and pkgconfig(libnma).
+
+---
+Wed Nov  9 14:19:25 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.1:
+  + Clarify presentation of privacy policies.
+  + Updated translations.
+
+---

Old:

  gnome-initial-setup-3.22.1.tar.xz

New:

  gnome-initial-setup-3.24.0.tar.xz



Other differences:
--
++ gnome-initial-setup.spec ++
--- /var/tmp/diff_new_pack.IiCra7/_old  2017-03-22 23:15:57.295541398 +0100
+++ /var/tmp/diff_new_pack.IiCra7/_new  2017-03-22 23:15:57.295541398 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-initial-setup
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-initial-setup
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:GNOME Initial Setup Assistant
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.google.com
-Source: 
http://download.gnome.org/sources/gnome-initial-setup/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-initial-setup/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  intltool >= 0.40
 BuildRequires:  krb5-devel
 BuildRequires:  vala
@@ -45,9 +45,8 @@
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libgeoclue-2.0)  >= 2.3.1
-BuildRequires:  pkgconfig(libnm-glib) >= 0.9.6.4
-BuildRequires:  pkgconfig(libnm-gtk) >= 0.9.6.4
-BuildRequires:  pkgconfig(libnm-util) >= 0.9.6.4
+BuildRequires:  pkgconfig(libnm) >= 1.2
+BuildRequires:  pkgconfig(libnma) >= 1.0
 BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(pango) >= 1.32.5
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.103

++ gnome-initial-setup-3.22.1.tar.xz -> gnome-initial-setup-3.24.0.tar.xz 
++
 10742 lines of diff (skipped)




commit gnome-chess for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-chess for openSUSE:Factory 
checked in at 2017-03-22 23:16:00

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


Package is "gnome-chess"

Wed Mar 22 23:16:00 2017 rev:33 rq:481948 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-chess/gnome-chess.changes  2016-11-08 
18:28:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-chess.new/gnome-chess.changes 
2017-03-22 23:16:01.678920450 +0100
@@ -1,0 +2,27 @@
+Wed Mar 22 01:17:05 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Add flatpak manifest.
+  + Updated translations.
+
+---
+Mon Mar 13 12:34:36 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92.5:
+  + Fix game ending too soon when using Fischer/Bronstein clocks.
+
+---
+Sat Mar 11 19:28:46 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Display claim draw dialog unlimited times per game
+(bgo#765997).
+  + Support new fivefold repetition and 75 move draw conditions
+(bgo#766005).
+  + Fix preferences dialog being treated as its own window.
+  + Fix build with latest Vala.
+  + Add OARS content rating metadata.
+  + Updated translations.
+- Add vala BuildRequires: Build vala support.
+
+---

Old:

  gnome-chess-3.22.2.tar.xz

New:

  gnome-chess-3.24.0.tar.xz



Other differences:
--
++ gnome-chess.spec ++
--- /var/tmp/diff_new_pack.ew768c/_old  2017-03-22 23:16:02.438812805 +0100
+++ /var/tmp/diff_new_pack.ew768c/_new  2017-03-22 23:16:02.438812805 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-chess
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,19 @@
 
 
 Name:   gnome-chess
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:Chess Game for GNOME
 License:GPL-3.0+
 Group:  Amusements/Games/Board/Chess
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-chess/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-chess/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  desktop-file-utils
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  update-desktop-files
+BuildRequires:  vala >= 0.35.7
 BuildRequires:  pkgconfig(gio-2.0) >= 2.40
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40

++ gnome-chess-3.22.2.tar.xz -> gnome-chess-3.24.0.tar.xz ++
 84299 lines of diff (skipped)




commit gnome-games for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-games for openSUSE:Factory 
checked in at 2017-03-22 23:15:41

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


Package is "gnome-games"

Wed Mar 22 23:15:41 2017 rev:2 rq:481854 version:3.24.0.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-games/gnome-games.changes  2016-09-23 
11:39:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-games.new/gnome-games.changes 
2017-03-22 23:15:42.869584985 +0100
@@ -1,0 +2,81 @@
+Tue Mar 21 15:19:42 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0.2:
+  + Distribute more files (bgo#780318).
+  + Updated translations.
+
+---
+Mon Mar 20 16:04:35 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0.1:
+  + Distribute the .gschema.xml.
+
+---
+Mon Mar 20 13:44:52 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Make distcheck produce .xz tarballs by default
+  + Add the Flatpak build manifest for the PicoDrive extension
+  + Add metadata to the produced screenshots
+  + Bugs fixed: bgo#769833, bgo#779987.
+  + Updated translations.
+
+---
+Mon Mar 13 14:05:13 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Add the Flatpak build manifest.
+  + Look for Libretro cores recursively into directories.
+  + Fix some typos.
+  + Bugs fixed: bgo#779403, bgo#779780.
+  + Updated translations.
+- Drop _service: this is published as proper tarballs by upstream.
+- Drop libtool BuildRequires and no longer call autogen.sh: the
+  tarball is properly bootstrapped.
+
+---
+Tue Feb 28 08:56:18 UTC 2017 - adrien.pla...@suse.com
+
+- Update to version 3.23.91:
+  + Allow to have smooth or sharp video output on retro games.
+  + Add more explicative error messages.
+  + Remember the size of the application window.
+  + Remember the maximized state of the application window.
+  + Remember the fullscreen state of the retro games.
+  + Prevent a useless empty button to be displayed on the error
+page.
+  + Prevent keyboard shortcuts to set the window fullscreen when
+not allowed.
+  + Fix keyboard navigation in the game collection.
+  + Check the presence of mandatory firmwares.
+  + List standalone Libretro games.
+- Handle gschema files in post(un).
+
+---
+Tue Feb 14 09:25:48 UTC 2017 - adrien.pla...@suse.com
+
+- Update to version 3.23.90:
+  + Show a spinner notification when loading games.
+  + Smooth out the collection icons arrangement.
+  + Hide menubar when the app menu is disabled.
+  + Check there is a media set before updating it.
+  + Support Libretro cores having a Libretro Core Descriptor.
+  + Auto-detect Libretro cores supporting serialization.
+  + Be more tolerant with serialization sizes to follow Libretro
+rules.
+  + Allow Libretro cores to load firmwares in
+~/.config/gnome-games.
+  + Add support for FDS games.
+  + Avoid some valid Game Boy games to not be detected.
+- Backwards-incompatible changes:
+  + Drop support for the .info Libretro core descriptor format in
+favor of a new .libretro format.
+  + Drop support for Libretro cores in $(libdir)/retro-1.0/plugins
+in favor of the ones in $(libdir)/libretro.
+  + Drop support for Libretro core paths in the
+RETRO_PLUGIN_PATH_1_0 environment variable in favor of the ones
+in LIBRETRO_PLUGIN_PATH.
+- Replace pkgconfig(retro-gobject-0.8) and pkgconfig(retro-gtk-0.8)
+  BuildRequires with pkgconfig(retro-gtk-0.10).
+
+---

Old:

  _service
  _servicedata
  gnome-games-3.22.0.tar.xz

New:

  gnome-games-3.24.0.2.tar.xz



Other differences:
--
++ gnome-games.spec ++
--- /var/tmp/diff_new_pack.2S90EH/_old  2017-03-22 23:15:44.629335698 +0100
+++ /var/tmp/diff_new_pack.2S90EH/_new  2017-03-22 23:15:44.629335698 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-games
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,14 @@
 
 
 Name:   gnome-games
-Version:3.22.0
+Version:3.24.0.2
 Release:0
 Summary:Browse and play your games - all of them
 License:GPL-3.0
 Group: 

commit epiphany for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2017-03-22 23:15:34

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


Package is "epiphany"

Wed Mar 22 23:15:34 2017 rev:137 rq:481851 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes2017-02-07 
12:09:50.435520435 +0100
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2017-03-22 
23:15:35.734595738 +0100
@@ -1,0 +2,264 @@
+Tue Mar 21 16:17:49 UTC 2017 - dims...@opensuse.org
+
+- Drop pkgconfig(httpseverywhere-0.2) BuildRequires for now: the
+  feature is still considered experimental and is by default
+  disabled by upstream.
+
+---
+Mon Mar 20 09:02:12 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Mon Mar 13 12:44:28 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.93:
+  + Fix Alt+Home keyboard shortcut (bgo#779901).
+  + Use native file choosers for Flatpak support (bgo#779922).
+  + Fix info bars not being removed when expected.
+
+---
+Sat Mar 11 18:42:52 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Use different GtkApplication ID for web apps (bgo#778985).
+  + Fix history service crash if database is locked (bgo#779180).
+  + Fix multiple memory safety issues in code that handles info
+bars.
+  + Add x-suse-ymp to safe MIME types.
+  + Remove obsolete bookmarks documentation.
+  + Updated translations.
+- Drop epiphany-safe-one-click-install.patch: Fixed upstream. 
+
+---
+Tue Feb 28 00:54:58 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91.1:
+  + Add missing file to tarball.
+- Drop NetworkManager Requires: This has not been at runtime since
+  version 3.2.1.
+- Drop adwaita-icon-theme and gnome-icon-theme BuildRequires, and
+  stop copying the hicolor icons, no longer needed.
+
+---
+Tue Feb 28 00:02:46 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Add new search engine dialog and support for search engine
+bangs (bgo#776738).
+  + Restore keybinding Ctrl+Shift+N for opening incognito windows
+(bgo#778606).
+  + Fix major data loss and safety bugs in history service
+(bgo#778649).
+  + Use heart icon for favorite bookmarks (bgo#778849).
+  + Fix various issues affecting the new clear personal data dialog
+(bgo#779100).
+  + Fix many bugs affecting the bookmark list popover.
+  + Disable forget actions in history dialog when in incognito
+mode.
+  + Do not show add bookmarks popover star in incognito mode.
+  + Fix old overview snapshots not being properly replaced.
+  + Delete old bookmarks files during profile migration.
+  + Remove the default encoding preference again due to bugs.
+  + Fix some critical warnings.
+  + Updated translations.
+
+---
+Wed Feb 15 11:52:47 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Remove the integrated view source mode, not ready for stable
+release (bgo#775145).
+  + Fix the search provider (bgo#775902).
+  + Rearrange bookmarks app menu items (bgo#778280).
+  + Multiple fixes to the new insecure password form focused
+warning (bgo#778369).
+  + Fix condition where the new tab menu could get desynced from
+the current tabs.
+  + Many settings are now stored separately for each web
+application.
+  + Updated translations.
+
+---
+Fri Feb  3 20:22:54 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.5:
+  + Add option to subscribe to EasyPrivacy filters and enable by
+default (bgo#739631).
+  + Introduce new, more powerful clear personal data dialog
+(bgo#741447).
+  + Fix serious password extraction sweep attack on password
+manager (bgo#752738).
+  + Adblock filters are now configured in GSettings (bgo#755193).
+  + Restore support for having multiple adblock filters at once
+(bgo#755193).
+  + Fix many bugs affecting the bookmarks popover (bgo#772131,
+bgo#777615).
+  + Remember fallback window size in GSettings (bgo#777055).
+  + Prefer common_name to name when reading ISO 3166 data
+(bgo#774466).
+  + Fix the Stop button (bgo#777585).
+  + Fix adblocker blocking too much stuff, breaking Twitter
+(bgo#14).
+  + Avoid writing anything to disk in incognito mode (bgo#36).
+  + Change keyboard shortcut for export bookmarks to 

commit gnome-autoar for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-autoar for openSUSE:Factory 
checked in at 2017-03-22 23:15:12

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


Package is "gnome-autoar"

Wed Mar 22 23:15:12 2017 rev:3 rq:481809 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-autoar/gnome-autoar.changes
2016-09-05 21:24:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-autoar.new/gnome-autoar.changes   
2017-03-22 23:15:13.873692613 +0100
@@ -1,0 +2,28 @@
+Tue Mar 21 14:27:59 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.2.2:
+  + Fix docx files and other format subtypes of zip to be
+uncompressed.
+
+---
+Fri Mar  3 11:06:01 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.2.1:
+  + Drop rar support since rar5 is not yet supported by libarchive.
+
+---
+Thu Feb 23 11:42:44 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.2.0:
+  + Generate vala bindings.
+  + Check encrypted entry after header is read.
+  + Fix extraction name case, e.j.'sample.odt' in 'sample.odt.zip'.
+  + Remove GSettings schema files.
+- Add pkgconfig(vapigen) BuildRequires: New dependency for vala
+  bindings.
+- Pass --enable-gtk to configure, ensure we build gtk3 widgets.
+- Drop gnome-autoar-schema subpackage and add gnome-autoar-schema
+  Obsoletes replacing previous Requires, following upstream
+  changes.
+
+---

Old:

  gnome-autoar-0.1.1.tar.xz

New:

  gnome-autoar-0.2.2.tar.xz



Other differences:
--
++ gnome-autoar.spec ++
--- /var/tmp/diff_new_pack.xehP15/_old  2017-03-22 23:15:14.553596296 +0100
+++ /var/tmp/diff_new_pack.xehP15/_new  2017-03-22 23:15:14.553596296 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-autoar
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-autoar
-Version:0.1.1
+Version:0.2.2
 Release:0
 Summary:Automatic archives creating and extracting library
 License:LGPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://git.gnome.org/browse/gnome-autoar
-Source: 
https://download.gnome.org/sources/gnome-autoar/0.1/%{name}-%{version}.tar.xz
+Source: 
https://download.gnome.org/sources/gnome-autoar/0.2/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.35.6
@@ -31,26 +31,17 @@
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.35.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
 BuildRequires:  pkgconfig(libarchive) >= 3.2.0
+BuildRequires:  pkgconfig(vapigen)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
 to use archives as a method to transfer directories over the Internet.
 
-%package schema
-Summary:Automatic archives creating and extracting library -- 
GSettings schema
-Group:  System/Libraries
-
-%description schema
-gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
-to use archives as a method to transfer directories over the Internet.
-
-This package provides mandatory schema extenstions for the library
-
 %package -n libgnome-autoar-0-0
 Summary:Automatic archives creating and extracting library
 Group:  System/Libraries
-Requires:   %{name}-schema >= %{version}
+Obsoletes:  gnome-autoar-schema
 
 %description -n libgnome-autoar-0-0
 gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
@@ -99,29 +90,19 @@
 
 %build
 %configure \
---disable-static
+--disable-static \
+--enable-gtk
 make %{?_smp_mflags}
 
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post schema
-%glib2_gsettings_schema_post
-
-%postun schema
-%glib2_gsettings_schema_postun
-
 %post   -n libgnome-autoar-0-0 -p /sbin/ldconfig
 %postun -n libgnome-autoar-0-0 -p /sbin/ldconfig
 %post   -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig
 %postun -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig
 
-%files schema
-%defattr(-,root,root)
-%{_datadir}/glib-2.0/schemas/org.gnome.desktop.archives.enums.xml

commit gnome-photos for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-photos for openSUSE:Factory 
checked in at 2017-03-22 23:15:19

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


Package is "gnome-photos"

Wed Mar 22 23:15:19 2017 rev:30 rq:481810 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-photos/gnome-photos.changes
2017-02-19 00:40:34.004350494 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-photos.new/gnome-photos.changes   
2017-03-22 23:15:21.252647285 +0100
@@ -1,0 +2,63 @@
+Tue Mar 21 14:30:48 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Tue Mar 14 10:46:29 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Bugs fixed: bgo#763712, bgo#777869, bgo#779380, bgo#779589.
+  + Updated translations.
+
+---
+Tue Feb 28 15:40:50 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + Fix distorted and wrongly scaled thumbnails (bgo#690255).
+  + Thumbnails don't reflect edited state (bgo#763329).
+  + Use G_DECLARE_FINAL_TYPE (bgo#763712).
+  + Closing the properties before determining the edited state of
+an item shouldn't affect subsequent attempts to load the same
+item (bgo#777867).
+  + appdata: Add screenshot of sharing feature (bgo#778620).
+  + Exported and shared items have their orientation applied twice
+(bgo#778925).
+  + po, source-notification: Fix typo (bgo#778967).
+  + Updated translations.
+
+---
+Fri Feb 17 03:23:57 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Try to avoid low resolution thumbnails (bgo#690255).
+  + Use G_DECLARE_FINAL_TYPE (bgo#763712).
+  + tests: Wait for the UI to be drawn completely (bgo#777053).
+  + Notify when an online account needs attention (bgo#777492).
+  + Appdata uses screenshots of older version (bgo#778620).
+  + Updated translations.
+
+---
+Fri Feb 17 03:23:04 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4:
+  + Bugs fixed: bgo#690623, bgo#747123, bgo#763712, bgo#775700,
+bgo#776133, bgo#776565, bgo#776670.
+  + Updated translations.
+- Add pkgconfig(geocode-glib-1.0) BuildRequires: new dependency.
+
+---
+Fri Feb 17 03:23:03 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.3:
+  + Bugs fixed: bgo#763712, bgo#774191, bgo#775153, bgo#775562,
+bgo#775754, bgo#763908.
+
+---
+Fri Feb 17 03:23:02 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Bugs fixed: bgo#763712, bgo#764423, bgo#774191, bgo#774253.
+  + Updated translations.
+
+---

Old:

  gnome-photos-3.22.4.tar.xz

New:

  gnome-photos-3.24.0.tar.xz



Other differences:
--
++ gnome-photos.spec ++
--- /var/tmp/diff_new_pack.tyPqC1/_old  2017-03-22 23:15:22.080530005 +0100
+++ /var/tmp/diff_new_pack.tyPqC1/_new  2017-03-22 23:15:22.084529439 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-photos
-Version:3.22.4
+Version:3.24.0
 Release:0
 Summary:Photo viewer for GNOME
 License:GPL-3.0+
 Group:  Productivity/Graphics/Viewers
 Url:https://live.gnome.org/Design/Apps/Photos
-Source: 
http://download.gnome.org/sources/gnome-photos/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-photos/3.24/%{name}-%{version}.tar.xz
 # Technically seen, glib2-tools would require this, but it introduces a loop 
there. So explictly require here
 BuildRequires:  gdk-pixbuf-loader-rsvg
 BuildRequires:  hicolor-icon-theme
@@ -37,7 +37,8 @@
 BuildRequires:  pkgconfig(cairo-gobject)
 BuildRequires:  pkgconfig(exempi-2.0) >= 1.99.5
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(gegl-0.3) >= 0.3.5
+BuildRequires:  pkgconfig(gegl-0.3) >= 0.3.14
+BuildRequires:  pkgconfig(geocode-glib-1.0)
 BuildRequires:  pkgconfig(gexiv2)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
@@ -45,7 +46,7 @@
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(goa-1.0) >= 3.8.0
 BuildRequires:  pkgconfig(grilo-0.3)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.1
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.6
 BuildRequires:  pkgconfig(gtk+-unix-print-3.0)
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  

commit nautilus for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory 
checked in at 2017-03-22 23:15:06

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


Package is "nautilus"

Wed Mar 22 23:15:06 2017 rev:157 rq:481808 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes2016-12-15 
10:41:55.770317447 +0100
+++ /work/SRC/openSUSE:Factory/.nautilus.new/nautilus.changes   2017-03-22 
23:15:07.890540210 +0100
@@ -1,0 +2,64 @@
+Tue Mar 21 14:20:34 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Fri Mar 17 23:22:54 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Fix count progress in operations when skipping files.
+  + Improve meson build.
+  + Selection and menus fixed for the experimental icon view.
+  + Make Nautilus work with Flatpak and Builder.
+
+---
+Sat Mar  4 14:26:19 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + Fix long-time, hard to reproduce, and common crash on desktop
+with "auto layout" icons.
+  + Port building system to meson.
+  + Make F2 toggle between selection modes, full file name or only
+file name withouth extension.
+  + Recent files are now always files that only the user used,
+rather than any program/daemon like Dropbox updating the access
+time.
+  + Fix Nautilus tests with extexnsions points.
+  + Fix crash on desktop when refreshing.
+
+---
+Wed Feb 15 09:20:18 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Add  Return as shortcut to open selected folder in new
+window.
+  +  N now opens the window in the same location as the
+current view.
+  + Fixes on managing menus with keyboard.
+  + Remove unused  B shortcut.
+  + Use a better empty state for trash.
+  + Fix floating bar hide on hover when using tabs.
+  + Syncronize gtk+ and Nautilus setting for sorting the folder
+first.
+  + Select entire names for folder when renaming.
+  + Support to open folders withouth permission using polkit and
+the admin backend.
+  + Fix trash operations progress report.
+  + Improve performance setting metadata only when necesary.
+  + Fix progress reporting when copying.
+  + Prevent toolbar menu dissapearing when "Hidden files" menu item
+is toggled.
+  + Update app icon.
+  + Fix icon scale computation when changing DPI.
+  + Add  M as alternate shortcut for renaming for those
+laptops withouth "f" keys.
+  + Fix crash when pressing enter on search.
+  + Fix failed build with tracker disabled.
+  + Ask the user for using desktop files from unknown sources.
+  + Improve the operations button animation in order to not need to
+show the operations popover.
+  + Add an experimental icon view based on flow box with extra
+niceties under a gsetting preference.
+
+---

Old:

  nautilus-3.22.2.tar.xz

New:

  nautilus-3.24.0.tar.xz



Other differences:
--
++ nautilus.spec ++
--- /var/tmp/diff_new_pack.P226GU/_old  2017-03-22 23:15:09.046376470 +0100
+++ /var/tmp/diff_new_pack.P226GU/_new  2017-03-22 23:15:09.050375903 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nautilus
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   nautilus
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:File Manager for the GNOME Desktop
 License:GPL-2.0+
 Group:  Productivity/File utilities
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/nautilus/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/nautilus/3.24/%{name}-%{version}.tar.xz
 # fate#308344 bgo#602147
 Source1:mount-archive.desktop
 Source99:   baselibs.conf
@@ -34,14 +34,14 @@
 BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.50
 BuildRequires:  libselinux-devel
-# We need the %%mime_database_* macros
 BuildRequires:  pkgconfig
+# We need the %%mime_database_* macros
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(exempi-2.0) >= 2.1.0
 BuildRequires:  pkgconfig(gail-3.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.45.7

commit zenity for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package zenity for openSUSE:Factory checked 
in at 2017-03-22 23:15:00

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


Package is "zenity"

Wed Mar 22 23:15:00 2017 rev:55 rq:481807 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/zenity/zenity.changes2016-09-21 
18:39:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.zenity.new/zenity.changes   2017-03-22 
23:15:01.443453534 +0100
@@ -1,0 +2,6 @@
+Tue Mar 21 13:56:40 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---

Old:

  zenity-3.22.0.tar.xz

New:

  zenity-3.24.0.tar.xz



Other differences:
--
++ zenity.spec ++
--- /var/tmp/diff_new_pack.hKWZbr/_old  2017-03-22 23:15:02.207345318 +0100
+++ /var/tmp/diff_new_pack.hKWZbr/_new  2017-03-22 23:15:02.211344751 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zenity
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   zenity
-Version:3.22.0
+Version:3.24.0
 Release:0
 Summary:GNOME Command Line Dialog Utility
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/zenity/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/zenity/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 %if !0%{?is_opensuse}

++ zenity-3.22.0.tar.xz -> zenity-3.24.0.tar.xz ++
 19561 lines of diff (skipped)




commit gnome-backgrounds for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-backgrounds for 
openSUSE:Factory checked in at 2017-03-22 23:14:53

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


Package is "gnome-backgrounds"

Wed Mar 22 23:14:53 2017 rev:67 rq:481777 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-backgrounds/gnome-backgrounds.changes  
2016-10-26 13:29:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-backgrounds.new/gnome-backgrounds.changes 
2017-03-22 23:14:55.000366295 +0100
@@ -1,0 +2,12 @@
+Tue Mar 21 12:49:08 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Wed Feb  1 19:43:20 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + Updated default wallpaper.
+
+---

Old:

  gnome-backgrounds-3.22.1.tar.xz

New:

  gnome-backgrounds-3.24.0.tar.xz



Other differences:
--
++ gnome-backgrounds.spec ++
--- /var/tmp/diff_new_pack.oda9dM/_old  2017-03-22 23:14:56.180199154 +0100
+++ /var/tmp/diff_new_pack.oda9dM/_new  2017-03-22 23:14:56.184198587 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-backgrounds
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-backgrounds
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:GNOME Backgrounds
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/gnome-backgrounds/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-backgrounds/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 BuildRequires:  intltool

++ gnome-backgrounds-3.22.1.tar.xz -> gnome-backgrounds-3.24.0.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-backgrounds/gnome-backgrounds-3.22.1.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-backgrounds.new/gnome-backgrounds-3.24.0.tar.xz
 differ: char 26, line 1




commit gucharmap for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gucharmap for openSUSE:Factory 
checked in at 2017-03-22 23:14:38

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


Package is "gucharmap"

Wed Mar 22 23:14:38 2017 rev:87 rq:481774 version:9.0.3

Changes:

--- /work/SRC/openSUSE:Factory/gucharmap/gucharmap.changes  2017-02-26 
17:07:34.379221919 +0100
+++ /work/SRC/openSUSE:Factory/.gucharmap.new/gucharmap.changes 2017-03-22 
23:14:40.246456424 +0100
@@ -1,0 +2,8 @@
+Tue Mar 21 10:53:13 UTC 2017 - dims...@opensuse.org
+
+- Update to version 9.0.3:
+  + Bugs fixed: bgo#539093, bgo#741939#c28, bgo#777829.
+  + Updated translations.
+- Drop gucharmap-no-force-light-theme.patch: fixed upstream.
+
+---

Old:

  gucharmap-9.0.2.tar.xz
  gucharmap-no-force-light-theme.patch

New:

  gucharmap-9.0.3.tar.xz



Other differences:
--
++ gucharmap.spec ++
--- /var/tmp/diff_new_pack.bFdkBr/_old  2017-03-22 23:14:41.146328943 +0100
+++ /var/tmp/diff_new_pack.bFdkBr/_new  2017-03-22 23:14:41.146328943 +0100
@@ -22,15 +22,13 @@
 %define pc_api 2.90
 
 Name:   gucharmap
-Version:9.0.2
+Version:9.0.3
 Release:0
 Summary:A Featureful Unicode Character Map
 License:GPL-3.0+ and LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://gucharmap.sourceforge.net/
 Source: 
http://download.gnome.org/sources/gucharmap/9.0/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gucharmap-no-force-light-theme.patch zai...@opensuse.org 
-- No longer force the light theme
-Patch0: gucharmap-no-force-light-theme.patch
 BuildRequires:  appdata-tools
 BuildRequires:  fdupes
 BuildRequires:  gettext
@@ -88,7 +86,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif
@@ -127,7 +124,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING ChangeLog NEWS README TODO
+%doc COPYING ChangeLog NEWS
 %{_bindir}/charmap
 %{_bindir}/gnome-character-map
 %{_bindir}/gucharmap
@@ -135,8 +132,8 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.Charmap.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.Charmap.gschema.xml
 %doc %{_datadir}/help/C/gucharmap/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/gucharmap.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/gucharmap.appdata.xml
 
 %files -n libgucharmap%{so_api}-%{so_gucharmap}
 %defattr(-,root,root)

++ gucharmap-9.0.2.tar.xz -> gucharmap-9.0.3.tar.xz ++
 14479 lines of diff (skipped)




commit adwaita-icon-theme for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package adwaita-icon-theme for 
openSUSE:Factory checked in at 2017-03-22 23:14:45

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


Package is "adwaita-icon-theme"

Wed Mar 22 23:14:45 2017 rev:12 rq:481776 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/adwaita-icon-theme/adwaita-icon-theme.changes
2016-09-24 15:19:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.adwaita-icon-theme.new/adwaita-icon-theme.changes   
2017-03-22 23:14:51.544855822 +0100
@@ -1,0 +2,33 @@
+Tue Mar 21 12:46:55 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Visual Studio build fixes.
+  + Bringing back system-file-manager generic icon.
+
+---
+Wed Mar  1 19:57:49 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91.1:
+  + Fullcolor image icons.
+  + Image-loading.
+  + Sunsize, sunset symbolic icons.
+  + Natural-light-filter for symbolic.
+
+---
+Wed Feb 22 13:11:51 UTC 2017 - dims...@opensuse.org
+
+- Move %icon_theme_cache_post from post to posttrans: in case of
+  an update, at the time the post script of the new package is
+  being executed, the files of the old package are still on disk.
+  If the new version now removes some files (meaning the files
+  disappear on disk once rpm uninstalls the old version), we still
+  have a cache in place referencing those old icons. This can lead
+  to situations where several apps simply fail to load their icon.
+
+---
+Wed Feb  1 19:46:35 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + Refresh icon set.
+
+---

Old:

  adwaita-icon-theme-3.22.0.tar.xz

New:

  adwaita-icon-theme-3.24.0.tar.xz



Other differences:
--
++ adwaita-icon-theme.spec ++
--- /var/tmp/diff_new_pack.J6Kmeh/_old  2017-03-22 23:14:52.808676782 +0100
+++ /var/tmp/diff_new_pack.J6Kmeh/_new  2017-03-22 23:14:52.812676216 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package adwaita-icon-theme
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   adwaita-icon-theme
-Version:3.22.0
+Version:3.24.0
 Release:0
 Summary:GNOME Icon Theme
 License:LGPL-3.0+ or CC-BY-SA-3.0
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org/
-Source0:
http://download.gnome.org/sources/adwaita-icon-theme/3.22/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/adwaita-icon-theme/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-loader-rsvg
 BuildRequires:  intltool
@@ -68,7 +68,7 @@
 %clean
 rm -rf %{buildroot}
 
-%post
+%posttrans
 %icon_theme_cache_post Adwaita
 
 # No need for %%icon_theme_cache_postun in %%postun since the theme won't 
exist anymore

++ adwaita-icon-theme-3.22.0.tar.xz -> adwaita-icon-theme-3.24.0.tar.xz 
++
/work/SRC/openSUSE:Factory/adwaita-icon-theme/adwaita-icon-theme-3.22.0.tar.xz 
/work/SRC/openSUSE:Factory/.adwaita-icon-theme.new/adwaita-icon-theme-3.24.0.tar.xz
 differ: char 25, line 1




commit gnome-online-accounts for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-online-accounts for 
openSUSE:Factory checked in at 2017-03-22 23:14:17

Comparing /work/SRC/openSUSE:Factory/gnome-online-accounts (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-online-accounts.new (New)


Package is "gnome-online-accounts"

Wed Mar 22 23:14:17 2017 rev:65 rq:481743 version:3.24.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-online-accounts/gnome-online-accounts.changes  
2017-02-21 13:32:01.515391107 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-online-accounts.new/gnome-online-accounts.changes
 2017-03-22 23:14:18.961471821 +0100
@@ -1,0 +2,52 @@
+Tue Mar 21 10:02:17 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Thu Mar 16 20:01:18 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Bugs fixed: bgo#778416, bgo#778417, bgo#779548.
+  + Updated translations.
+
+---
+Wed Mar  1 15:51:37 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + bgo#778353: Disconnect all signal handlers from the GtkDialog
+once add_account is done.
+  + bgo#778779: Improve the spacing between UI elements.
+  + Updated translations.
+
+---
+Sun Feb 19 17:18:47 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + bgo#772205: Use double quotes instead of single quotes in
+translatable strings.
+  + updated translations.
+
+---
+Sun Feb 19 17:18:46 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4:
+  + Bugs fixed: bgo#764157, bgo#765121, bgo#768515, bgo#776871,
+bgo#776897, bgo#776906.
+  + Updated translations.
+
+---
+Sun Feb 19 17:18:45 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + New API key for Google.
+  + Bugs fixed: bgo#738315, bgo#769267, bgo#774176, bgo#774205.
+  + Updated translations.
+
+---
+Sun Feb 19 17:18:44 UTC 2017 - dims...@opensuse.org
+
+- Replace krb5-mini-devel BuildRequires with pkgconfig(krb5): it is
+  not our duty to decide between -mini and the real package.
+
+---

Old:

  gnome-online-accounts-3.22.4.tar.xz

New:

  gnome-online-accounts-3.24.0.tar.xz



Other differences:
--
++ gnome-online-accounts.spec ++
--- /var/tmp/diff_new_pack.4Ln7Aq/_old  2017-03-22 23:14:19.629377199 +0100
+++ /var/tmp/diff_new_pack.4Ln7Aq/_new  2017-03-22 23:14:19.633376632 +0100
@@ -17,26 +17,26 @@
 
 
 Name:   gnome-online-accounts
-Version:3.22.4
+Version:3.24.0
 Release:0
 Summary:GNOME service to access online accounts
 License:LGPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-online-accounts/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-online-accounts/3.24/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
-BuildRequires:  krb5-mini-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gcr-3)
-BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.40
+BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.44
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.12
 BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(krb5)
 BuildRequires:  pkgconfig(libaccounts-glib)
 BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.41

++ gnome-online-accounts-3.22.4.tar.xz -> 
gnome-online-accounts-3.24.0.tar.xz ++
 48439 lines of diff (skipped)




commit libgee for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package libgee for openSUSE:Factory checked 
in at 2017-03-22 23:14:23

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


Package is "libgee"

Wed Mar 22 23:14:23 2017 rev:37 rq:481744 version:0.20.0

Changes:

--- /work/SRC/openSUSE:Factory/libgee/libgee.changes2016-10-18 
10:31:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgee.new/libgee.changes   2017-03-22 
23:14:25.296574336 +0100
@@ -1,0 +2,13 @@
+Tue Mar 21 10:04:14 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.20.0:
+  + No changes.
+
+---
+Thu Feb 23 11:30:55 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.19.91:
+  + Fix to_array on enums and flags.
+  + Add additional query operations to Traversable.
+
+---

Old:

  libgee-0.18.1.tar.xz

New:

  libgee-0.20.0.tar.xz



Other differences:
--
++ libgee.spec ++
--- /var/tmp/diff_new_pack.z7z3eE/_old  2017-03-22 23:14:26.840355632 +0100
+++ /var/tmp/diff_new_pack.z7z3eE/_new  2017-03-22 23:14:26.840355632 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgee
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   libgee
-Version:0.18.1
+Version:0.20.0
 Release:0
 Summary:GObject-based library providing commonly used data structures
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
 Url:http://live.gnome.org/Libgee
-Source0:
http://download.gnome.org/sources/libgee/0.18/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/libgee/0.20/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  vala >= 0.25.1

++ libgee-0.18.1.tar.xz -> libgee-0.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.18.1/ChangeLog new/libgee-0.20.0/ChangeLog
--- old/libgee-0.18.1/ChangeLog 2016-10-12 02:00:10.0 +0200
+++ new/libgee-0.20.0/ChangeLog 2017-03-21 08:12:25.0 +0100
@@ -1,3 +1,48 @@
+2017-02-22  Maciej Piechotka  
+
+   Release 0.19.91
+
+   Change @since to reflect the correct version
+
+2017-01-17  Rodrigo Moya  
+
+   Add some more query operations for Traversable
+   * first_match (Predicate) returns the first item that matches
+   * any_match (Predicate) checks if any element matches
+   * all_match (Predicate) checks if all elements match
+   * max/min returns max/min value
+   * order_by to perform ordering on any Traversable
+
+   https://bugzilla.gnome.org/show_bug.cgi?id=776558
+
+2016-12-14  Rico Tzschichholz  
+
+   Drop obsolete VALA_0_16 conditionals
+
+2016-11-23  Colomban Wendling  
+
+   Fix converting enumerations and flags to arrays
+   Enumerations and flags are classed types for Vala, not integers, so
+   they don't fall in the `typeof(G) == typeof(int)` kind of tests. This
+   leads to using the generic code in which Vala assumes pointer-sized
+   elements, which is often not true for enumerations and flags.
+
+   Add special case for those to use the `int` converters for enumerations
+   and flags.
+
+   This is most generally correct, but not always: the compiler will
+   likely chose a larger type for a specific enumeration if one of its
+   value is larger than `int`.  It would be tempting to use the
+   enumeration's class minimum and maximum values to determine the
+   appropriate type, but unfortunately the API for this uses int itself,
+   so doesn't help.
+
+   https://bugzilla.gnome.org/show_bug.cgi?id=774669
+
+2016-10-12  Maciej Piechotka  
+
+   Release 0.18.1
+
 2016-10-11  Ole André Vadla Ravnås  
 
Fix memory-leaks by avoiding field initializers for generic fields
@@ -1583,3 +1628,14 @@
 
gee: Fix memory leak in HashMap.remove and HashSet.remove
Fixes bug 584440.
+
+2009-04-30  Jürg Billeter  
+
+   Update code using deprecated # modifier or operator
+
+   Fix build with Vala 0.7
+   Based on patch by Thijs Vermeir, fixes bug 579182.
+
+   Generate ChangeLog from git log
+   Add gitlog-to-changelog 

commit gnome-sound-recorder for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-sound-recorder for 
openSUSE:Factory checked in at 2017-03-22 23:14:30

Comparing /work/SRC/openSUSE:Factory/gnome-sound-recorder (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-sound-recorder.new (New)


Package is "gnome-sound-recorder"

Wed Mar 22 23:14:30 2017 rev:16 rq:481745 version:3.24.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-sound-recorder/gnome-sound-recorder.changes
2016-09-23 11:33:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-sound-recorder.new/gnome-sound-recorder.changes
   2017-03-22 23:14:32.895497813 +0100
@@ -1,0 +2,17 @@
+Tue Mar 21 09:56:24 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Fix codec errors caused by mono/stereo combobox.
+  + Fix for Debian/Tails (bgo#777862).
+  + Updated translations.
+- Add pkgconfig(gstreamer-1.0) BuildRequires: new verified
+  dependency.
+- Add gstreamer-plugins-base, gstreamer-plugins-good and
+  gstreamer-plugins-bad BuildRequires: newly verified build
+  dependencies.
+- Add gstreamer-plugins-base, gstreamer-plugins-good and
+  gstreamer-plugins-bad Requires: the build dependency is merely to
+  confirm the modules are present, but generally it would be
+  runtime dependencies.
+
+---

Old:

  gnome-sound-recorder-3.21.92.tar.xz

New:

  gnome-sound-recorder-3.24.0.tar.xz



Other differences:
--
++ gnome-sound-recorder.spec ++
--- /var/tmp/diff_new_pack.qtjZk4/_old  2017-03-22 23:14:34.095327837 +0100
+++ /var/tmp/diff_new_pack.qtjZk4/_new  2017-03-22 23:14:34.099327270 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-sound-recorder
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,24 +18,31 @@
 
 
 Name:   gnome-sound-recorder
-Version:3.21.92
+Version:3.24.0
 Release:0
 Summary:Sound Recorder
 License:BSD-3-Clause and LGPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:https://wiki.gnome.org/Design/Apps/SoundRecorder
-Source0:
http://download.gnome.org/sources/gnome-sound-recorder/3.21/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gnome-sound-recorder/3.24/%{name}-%{version}.tar.xz
 Source99:   gnome-sound-recorder-rpmlintrc
 BuildRequires:  gjs
+BuildRequires:  gstreamer-plugins-bad
+BuildRequires:  gstreamer-plugins-base
+BuildRequires:  gstreamer-plugins-good
 BuildRequires:  intltool >= 0.26
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gdk-3.0)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.46
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.31.6
+BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12
+Requires:   gstreamer-plugins-bad
+Requires:   gstreamer-plugins-base
+Requires:   gstreamer-plugins-good
 Recommends: %{name}-lang
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ gnome-sound-recorder-3.21.92.tar.xz -> 
gnome-sound-recorder-3.24.0.tar.xz ++
 5001 lines of diff (skipped)




commit gnome-system-monitor for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-system-monitor for 
openSUSE:Factory checked in at 2017-03-22 23:13:56

Comparing /work/SRC/openSUSE:Factory/gnome-system-monitor (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-system-monitor.new (New)


Package is "gnome-system-monitor"

Wed Mar 22 23:13:56 2017 rev:95 rq:481740 version:3.24.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-system-monitor/gnome-system-monitor.changes
2016-11-12 14:50:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-system-monitor.new/gnome-system-monitor.changes
   2017-03-22 23:13:58.932309345 +0100
@@ -1,0 +2,83 @@
+Tue Mar 21 09:55:02 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Fri Mar 17 12:47:40 UTC 2017 - dims...@opensuse.org
+
+- Run spec-cleaner:
+  + Add pkgconfig BuildRequires.
+  + Use %make_install instead of %makeinstall.
+  + Add %defattr(-,root,root) to the -lang package.
+
+---
+Fri Mar 17 12:34:52 UTC 2017 - jeng...@inai.de
+
+- Use %_smp_mflags for parallel build and limit fdupes to not work
+  across common partitions. Replace old-age $RPM_* by %-macros.
+
+---
+Tue Mar 14 18:57:08 UTC 2017 - mgo...@suse.com
+
+- Add gsm-bsc1020294-add-resources-scrollbar.patch: add a
+  scrollbar to the resources tab (bsc#1020294, bgo#778697).
+
+---
+Tue Mar 14 08:46:11 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Updated translations.
+- Drop gnome-system-monitor-linking.patch, gnome-common
+  Buildrequires and call to autoreconf: Fixed upstream.
+
+---
+Tue Feb 28 10:39:19 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + Smooth chart setting should only affect cpu chart.
+  + bgo#778776 fixed broken wnck option.
+  + Updated translations.
+- Add gnome-system-monitor-linking.patch: Fix build with
+  -Wl,--as-needed.
+- Add gnome-common Buildrequires and call to autoreconf, as above
+  patch touches the build system.
+
+---
+Sun Feb 19 15:47:03 UTC 2017 - zai...@opensuse.org
+
+- Drop pkgconfig(libwnck-3.0) BuildRequires and no longer pass
+  --enable-wnck to configure, it currently leads to segfaults
+  (bgo#778776).
+- Drop obsolete clean section.
+
+---
+Wed Feb 15 09:25:56 UTC 2017 - zai...@opensuse.org
+
+- Add explicit pkgconfig(giomm-2.4), pkgconfig(glibmm-2.4)
+  BuildRequires and version them, following what configure looks
+  for.
+
+---
+Wed Feb 15 09:25:55 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Add option to disable smooth (curves) graph (bgo#778470).
+  + Updated translations.
+
+---
+Tue Nov 22 12:24:29 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Use real widget types, eliminate downcasting.
+  + Remove deprecated GtkAlignments.
+  + Use relative positions to the labels to attach the net pickers.
+  + Port to Gio::Settings.
+  + Fixed menu popup problems.
+  + Cgroup reform (bgo#773016).
+  + Simplified resource view structure.
+  + Use unicode in translatable strings.
+  + Do not use deprecated calls.
+  + Updated translations.
+
+---

Old:

  gnome-system-monitor-3.22.2.tar.xz

New:

  gnome-system-monitor-3.24.0.tar.xz
  gsm-bsc1020294-add-resources-scrollbar.patch



Other differences:
--
++ gnome-system-monitor.spec ++
--- /var/tmp/diff_new_pack.dYwJ6Y/_old  2017-03-22 23:13:59.652207357 +0100
+++ /var/tmp/diff_new_pack.dYwJ6Y/_new  2017-03-22 23:13:59.656206790 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-system-monitor
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,28 +17,32 @@
 
 
 Name:   gnome-system-monitor
-Version:3.22.2
+Version:3.24.0
 Release:0
-Url:http://www.gnome.org
 Summary:A Simple Process Monitor
 License:GPL-2.0+
 Group:  System/GUI/GNOME
-Source0:

commit appstream-glib for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2017-03-22 23:14:02

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


Package is "appstream-glib"

Wed Mar 22 23:14:02 2017 rev:43 rq:481741 version:0.6.11

Changes:

--- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes
2017-02-10 09:48:44.732210962 +0100
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes   
2017-03-22 23:14:03.559653788 +0100
@@ -1,0 +2,42 @@
+Tue Mar 21 09:55:23 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.6.11:
+  + Don't crash when using 'appstream-util show-search-tokens'.
+  + Fix a problem with appstream-compose with older AppData files.
+  + Make content_rating a requirement for any component with the
+'Game' category.
+  + trivial: Update app ID rename list.
+  + Revert "Enable the stack protection in local builds".
+  + Show a warning if a desktop file is not found when required.
+  + trivial: Report the archive filename if it cannot be opened.
+  + Fix compile with -Wdiscarded-qualifiers.
+  + Parse small version numbers correctly.
+  + trivial: Split out some common functionality.
+  + trivial: Find .pak translations in all libdirs.
+  + Add initial support for Mozilla .xpi translations.
+
+---
+Sat Mar 11 21:41:07 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.6.10:
+  + trivial: post release version bump.
+  + Ignore  in AppStream markup.
+  + its: add  to tags extracted for translation.
+  + as-node: Add back as_node_context_{get,set}_source_kind.
+
+---
+Tue Feb 28 11:48:25 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.6.9:
+  + Revert "Require name and summary for validate-relax".
+  + Fail to validate if the release children are in the wrong
+order.
+  + Fail to validate if any release is in the future.
+  + Add AsFormat object.
+  + Add new API to GsApp to handle AsFormat objects.
+  + Do not set the AsApp state using the AsRelease state.
+  + Recalculate the state when formats are added or removed from a
+AsApp.
+  + Deprecate app_set_source_file() and app_set_source_kind().
+
+---

Old:

  appstream-glib-0.6.8.tar.xz

New:

  appstream-glib-0.6.11.tar.xz



Other differences:
--
++ appstream-glib.spec ++
--- /var/tmp/diff_new_pack.9qjUCU/_old  2017-03-22 23:14:04.227559165 +0100
+++ /var/tmp/diff_new_pack.9qjUCU/_new  2017-03-22 23:14:04.231558598 +0100
@@ -20,7 +20,7 @@
 %define _build_from_vcs 1
 
 Name:   appstream-glib
-Version:0.6.8
+Version:0.6.11
 Release:0
 Summary:AppStream Abstraction Library
 License:LGPL-2.1+

++ _service ++
--- /var/tmp/diff_new_pack.9qjUCU/_old  2017-03-22 23:14:04.267553499 +0100
+++ /var/tmp/diff_new_pack.9qjUCU/_new  2017-03-22 23:14:04.271552933 +0100
@@ -2,9 +2,9 @@
   
 https://github.com/hughsie/appstream-glib.git
 git
-0.6.8
+0.6.11
 enable
-refs/tags/appstream_glib_0_6_8
+refs/tags/appstream_glib_0_6_11
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.9qjUCU/_old  2017-03-22 23:14:04.295549533 +0100
+++ /var/tmp/diff_new_pack.9qjUCU/_new  2017-03-22 23:14:04.299548966 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/hughsie/appstream-glib.git
-  509db34f8cde654a05847c7f403b427682297fc0
\ No newline at end of file
+  093f296a9f8d8c58f5ea8ff2d117dd1efe19a9be
\ No newline at end of file

++ appstream-glib-0.6.8.tar.xz -> appstream-glib-0.6.11.tar.xz ++
 3978 lines of diff (skipped)




commit gnome-mines for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-mines for openSUSE:Factory 
checked in at 2017-03-22 23:14:07

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


Package is "gnome-mines"

Wed Mar 22 23:14:07 2017 rev:24 rq:481742 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-mines/gnome-mines.changes  2016-11-12 
13:03:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-mines.new/gnome-mines.changes 
2017-03-22 23:14:09.494812954 +0100
@@ -1,0 +2,20 @@
+Tue Mar 21 10:00:43 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Mon Feb 27 21:43:09 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Updated translations.
+
+---
+Tue Nov 22 12:23:26 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Use start-time mine randomization.
+  + Removed deprecated calls.
+  + Updated translations.
+
+---

Old:

  gnome-mines-3.22.2.tar.xz

New:

  gnome-mines-3.24.0.tar.xz



Other differences:
--
++ gnome-mines.spec ++
--- /var/tmp/diff_new_pack.44ulT9/_old  2017-03-22 23:14:12.490388573 +0100
+++ /var/tmp/diff_new_pack.44ulT9/_new  2017-03-22 23:14:12.494388006 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-mines
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-mines
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:Minesweeper Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:https://live.gnome.org/Mines
-Source: 
http://download.gnome.org/sources/gnome-mines/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-mines/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50

++ gnome-mines-3.22.2.tar.xz -> gnome-mines-3.24.0.tar.xz ++
 4770 lines of diff (skipped)




commit libgtop for openSUSE:Factory

2017-03-22 Thread root


bin24sVlDZgA1.bin
Description: Binary data


commit lightsoff for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package lightsoff for openSUSE:Factory 
checked in at 2017-03-22 23:13:41

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


Package is "lightsoff"

Wed Mar 22 23:13:41 2017 rev:19 rq:481738 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/lightsoff/lightsoff.changes  2016-11-12 
14:50:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.lightsoff.new/lightsoff.changes 2017-03-22 
23:13:42.710607495 +0100
@@ -1,0 +2,12 @@
+Tue Mar 21 09:48:33 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Tue Nov 22 12:36:41 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Updated translations.
+
+---

Old:

  lightsoff-3.22.2.tar.xz

New:

  lightsoff-3.24.0.tar.xz



Other differences:
--
++ lightsoff.spec ++
--- /var/tmp/diff_new_pack.OiWyxC/_old  2017-03-22 23:13:43.814451112 +0100
+++ /var/tmp/diff_new_pack.OiWyxC/_new  2017-03-22 23:13:43.818450544 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lightsoff
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   lightsoff
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:Lights Out Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:https://live.gnome.org/Lightsoff
-Source: 
http://download.gnome.org/sources/lightsoff/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/lightsoff/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  update-desktop-files

++ lightsoff-3.22.2.tar.xz -> lightsoff-3.24.0.tar.xz ++
 1772 lines of diff (skipped)




commit cheese for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package cheese for openSUSE:Factory checked 
in at 2017-03-22 23:13:08

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


Package is "cheese"

Wed Mar 22 23:13:08 2017 rev:99 rq:481734 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/cheese/cheese.changes2016-12-04 
15:05:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.cheese.new/cheese.changes   2017-03-22 
23:13:11.691002152 +0100
@@ -1,0 +2,20 @@
+Tue Mar 21 08:32:31 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.0:
+  + Fix build with new vala.
+  + camera: don't use hardcoded format. Use gst_caps_fixate() to
+select the best format instead of trying to filter out a
+hardcoded format. Some cameras might not produce this format
+and thus fail to work.
+  + Use Unicode in translatable strings.
+  + Updated translations.
+- Drop cheese-dont-use.hardcoded-format.patch: Fixed upstream.
+
+---
+Thu Mar  2 13:23:55 UTC 2017 - zai...@opensuse.org
+
+- Add cheese-dont-use.hardcoded-format.patch: Use gst_caps_fixate()
+  to select the best format instead of trying to filter out a
+  hardcoded format (bgo#732865).
+
+---

Old:

  cheese-3.22.1.tar.xz

New:

  cheese-3.24.0.tar.xz



Other differences:
--
++ cheese.spec ++
--- /var/tmp/diff_new_pack.aMtBXB/_old  2017-03-22 23:13:12.486889394 +0100
+++ /var/tmp/diff_new_pack.aMtBXB/_new  2017-03-22 23:13:12.49028 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cheese
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,13 +20,13 @@
 %define lib_gtk_major 25
 
 Name:   cheese
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:Webcam Booth for GNOME
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:https://wiki.gnome.org/Apps/Cheese
-Source0:
http://download.gnome.org/sources/cheese/3.22/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/cheese/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel

++ cheese-3.22.1.tar.xz -> cheese-3.24.0.tar.xz ++
 12161 lines of diff (skipped)




commit swell-foop for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package swell-foop for openSUSE:Factory 
checked in at 2017-03-22 23:13:34

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


Package is "swell-foop"

Wed Mar 22 23:13:34 2017 rev:21 rq:481737 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/swell-foop/swell-foop.changes2016-11-12 
14:48:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.swell-foop.new/swell-foop.changes   
2017-03-22 23:13:35.659606427 +0100
@@ -1,0 +2,12 @@
+Tue Mar 21 09:43:40 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Tue Nov 22 12:39:04 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Updated translations.
+
+---

Old:

  swell-foop-3.22.2.tar.xz

New:

  swell-foop-3.24.0.tar.xz



Other differences:
--
++ swell-foop.spec ++
--- /var/tmp/diff_new_pack.KPR3HW/_old  2017-03-22 23:13:36.423498205 +0100
+++ /var/tmp/diff_new_pack.KPR3HW/_new  2017-03-22 23:13:36.427497638 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package swell-foop
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   swell-foop
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:Same Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:https://live.gnome.org/Swell%20Foop
-Source: 
http://download.gnome.org/sources/swell-foop/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/swell-foop/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50
 BuildRequires:  update-desktop-files

++ swell-foop-3.22.2.tar.xz -> swell-foop-3.24.0.tar.xz ++
 6555 lines of diff (skipped)




commit gnome-calculator for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-calculator for 
openSUSE:Factory checked in at 2017-03-22 23:13:17

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


Package is "gnome-calculator"

Wed Mar 22 23:13:17 2017 rev:33 rq:481735 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-calculator/gnome-calculator.changes
2017-02-19 00:40:04.192543945 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-calculator.new/gnome-calculator.changes   
2017-03-22 23:13:19.425906312 +0100
@@ -1,0 +2,93 @@
+Tue Mar 21 08:46:02 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Tue Mar 14 10:34:48 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Added flatpak manifest.
+  + Updated translations.
+
+---
+Mon Feb 27 21:44:46 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Updated translations.
+
+---
+Wed Feb 15 08:47:55 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Fixed unit conversion from negative constant numbers
+(bgo#778311).
+  + Better error highlighting.
+  + Fix null token causing segfault.
+  + Set application id (bgo#778228).
+  + Documentation for the history view (bgo#681935).
+  + Added Desktop Publishing Point length unit (bgo#778449).
+  + Use angle units from settings in search provider (bgo#778274).
+  + Fixed incorrect value for ans in variable popup (bgo#778242).
+  + Updated translations.
+
+---
+Wed Feb 15 03:23:04 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4:
+  + Bugs fixed: bgo#773688, bgo#775759.
+  + Updated translations.
+
+---
+Wed Feb 15 03:23:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Flatpak packaging fixes.
+  + Added additional temperature unit shortcuts for conversion
+(bgo#775300).
+  + Use proper chain-up syntax.
+  + Updated translations.
+- Change desktop files call in suse_update_desktop_file macro run.
+
+---
+Wed Feb 15 03:23:02 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Remember window position.
+  + Use Unicode in translatable strings.
+  + Use GtkPopovers for memory and function buttons (bgo#748742).
+  + Updated translations.
+
+---
+Wed Feb 15 03:23:01 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.1:
+  + Migrate to GtkGrid from deprecated GtkTable API (bgo#767394).
+  + Use localized window title (bgo#768432).
+  + Preferences dialog update (bgo#746599).
+  + Add option to start window in mode (bgo#748135).
+  + Fix help typo (bgo#748894).
+  + Fix reusing items from history (bgo#766155).
+  + Use MPC for complex numbers (bgo#759439).
+  + Fix bit panel and base label when base has changed
+(bgo#732685).
+  + Ctrl+Backspace should delete only the last number (bgo#725114).
+  + Use Actions for buttons (bgo#771635).
+  + Add round, floor, ceil, sgn to docs (bgo#748895).
+  + Rename Pound Sterling to British Pound Sterling (bgo#664366).
+  + Fix possible errors on currency conversion (bgo#750672).
+  + Add new window appmenu entry (bgo#724478).
+  + Fix markup error in about (bgo#772990).
+  + Add accels for changing mode (bgo#740503).
+  + History view styling (bgo#743499).
+  + Window layout fixes (bgo#743538).
+  + Remov unnecessary scrolledwindow (bgo#768656).
+  + Add keyboard shortcuts window (bgo#772735).
+  + Fix first expression with parentheses (bgo#700617).
+  + Add shortcut to close current window (bgo#755398).
+  + Fix conversion unit change (bgo#748732).
+  + Fixed conversion user interface for LTR (bgo#711587).
+  + Updated translations.
+- Add mpc-devel BuildRequires: new dependency.
+
+---

Old:

  gnome-calculator-3.22.3.tar.xz

New:

  gnome-calculator-3.24.0.tar.xz



Other differences:
--
++ gnome-calculator.spec ++
--- /var/tmp/diff_new_pack.VRug64/_old  2017-03-22 23:13:20.601739727 +0100
+++ /var/tmp/diff_new_pack.VRug64/_new  2017-03-22 23:13:20.605739160 +0100
@@ -17,15 +17,16 @@
 
 
 Name:   gnome-calculator
-Version:3.22.3
+Version:3.24.0
 Release:0
 Summary:A GNOME Calculator Application
 License:GPL-3.0+
 Group:  

commit gnome-desktop for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-desktop for openSUSE:Factory 
checked in at 2017-03-22 23:13:24

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


Package is "gnome-desktop"

Wed Mar 22 23:13:24 2017 rev:135 rq:481736 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-desktop/gnome-desktop.changes  
2016-11-10 13:12:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-desktop.new/gnome-desktop.changes 
2017-03-22 23:13:25.729013327 +0100
@@ -1,0 +2,47 @@
+Tue Mar 21 09:15:24 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.0:
+  + No changes.
+
+---
+Tue Mar 14 18:01:49 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + No changes.
+
+---
+Mon Feb 27 21:03:14 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + No changes.
+
+---
+Wed Feb 15 08:17:21 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Always prefer the backend-provided preview in thumbnails
+(bgo#738503).
+  + Use ibus-libzhuyin as default input method for Simplified
+Chinese (bgo#772674).
+  + Deprecated gnome_desktop_thumbnail_scale_down_pixbuf
+(bgo#775991).
+
+---
+Tue Dec 13 15:21:05 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Always use external gdk-pixbuf thumbnailer (bgo#768064).
+
+---
+Tue Nov 22 12:15:05 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + No changes.
+
+---
+Wed Nov  9 14:06:49 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.1:
+  + No changes.
+
+---

Old:

  gnome-desktop-3.22.2.tar.xz

New:

  gnome-desktop-3.24.0.tar.xz



Other differences:
--
++ gnome-desktop.spec ++
--- /var/tmp/diff_new_pack.34U3zl/_old  2017-03-22 23:13:26.684877905 +0100
+++ /var/tmp/diff_new_pack.34U3zl/_new  2017-03-22 23:13:26.688877339 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-desktop
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,13 +19,13 @@
 %define IS_DEFAULT_GNOME_DESKTOP 1
 
 Name:   gnome-desktop
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:The GNOME Desktop API Library
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-desktop/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-desktop/3.24/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
@@ -34,7 +34,7 @@
 BuildRequires:  translation-update-upstream
 %endif
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.33.0
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.36.5
 BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.5.91
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.6

++ gnome-desktop-3.22.2.tar.xz -> gnome-desktop-3.24.0.tar.xz ++
 2670 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-desktop-3.22.2/ChangeLog new/gnome-desktop-3.24.0/ChangeLog
--- old/gnome-desktop-3.22.2/ChangeLog  2016-11-07 17:44:09.0 +0100
+++ new/gnome-desktop-3.24.0/ChangeLog  2017-03-21 10:04:53.0 +0100
@@ -1,15 +1,138 @@
 # Generated by Makefile. Do not edit.
 
-commit b9e03c705253b1a35bd59c7a7f7ffc54d011342f
+commit 298263b118966615b8695d339a70969106e7740d
 Author: Matthias Clasen 
-Date:   Mon Nov 7 11:42:41 2016 -0500
+Date:   Tue Mar 21 09:02:03 2017 +
 
-3.22.2
+3.24.0
 
 M  NEWS
 M  configure.ac
 
-commit b4763b76de5c1ad2aaa22b8f031c7207f7c8450d
+commit 

commit gnome-logs for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-logs for openSUSE:Factory 
checked in at 2017-03-22 23:12:55

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


Package is "gnome-logs"

Wed Mar 22 23:12:55 2017 rev:20 rq:481733 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-logs/gnome-logs.changes2016-11-17 
12:24:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-logs.new/gnome-logs.changes   
2017-03-22 23:12:56.997083922 +0100
@@ -1,0 +2,53 @@
+Tue Mar 21 08:10:11 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Mon Feb 27 23:58:50 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Updated translations.
+
+---
+Wed Feb 15 08:58:11 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Translator comments improvements.
+  + Exact search type crash fix.
+  + Fix crash when users don't have proper permissions.
+  + Updated translations.
+
+---
+Tue Jan 17 11:37:09 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.4:
+  + Keep boot_match as a duplicated string.
+  + Rename some functions.
+  + Updated translations.
+
+---
+Mon Dec 12 11:17:52 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Fix search results not remembered.
+  + Updated translations.
+
+---
+Tue Nov 22 12:40:43 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Improved quick search behavior and search performance.
+  + Use Unicode in translatable strings.
+  + Updated translations.
+
+---
+Wed Nov 16 14:30:44 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.1:
+  + Add search popover.
+  + Fix CSS parsing error and clean up an unused function.
+  + Updated translations.
+- Drop gnome-logs-css-parsing-error.patch: fixed upstream.
+
+---

Old:

  gnome-logs-3.22.1.tar.xz
  gnome-logs-css-parsing-error.patch

New:

  gnome-logs-3.24.0.tar.xz



Other differences:
--
++ gnome-logs.spec ++
--- /var/tmp/diff_new_pack.p8yTaM/_old  2017-03-22 23:12:57.692985330 +0100
+++ /var/tmp/diff_new_pack.p8yTaM/_new  2017-03-22 23:12:57.696984763 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-logs
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,15 +18,13 @@
 
 
 Name:   gnome-logs
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:GNOME System Log Viewer
 License:GPL-3.0+
 Group:  System/Utilities
 Url:https://wiki.gnome.org/Design/Apps/SystemLog
-Source: 
http://download.gnome.org/sources/gnome-logs/3.22/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnome-logs-css-parsing-error.patch bgo#768985 
badshah...@gmail.com -- Fix a css parsing error that caused text in logs to be 
tiny and no respect accessibility settings; patch taken from upstream git 
master branch
-Patch0: gnome-logs-css-parsing-error.patch
+Source: 
http://download.gnome.org/sources/gnome-logs/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  gtk-doc
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50.0
@@ -45,7 +43,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure

++ gnome-logs-3.22.1.tar.xz -> gnome-logs-3.24.0.tar.xz ++
 16076 lines of diff (skipped)




commit at-spi2-atk for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package at-spi2-atk for openSUSE:Factory 
checked in at 2017-03-22 23:12:48

Comparing /work/SRC/openSUSE:Factory/at-spi2-atk (Old)
 and  /work/SRC/openSUSE:Factory/.at-spi2-atk.new (New)


Package is "at-spi2-atk"

Wed Mar 22 23:12:48 2017 rev:71 rq:481732 version:2.24.0

Changes:

--- /work/SRC/openSUSE:Factory/at-spi2-atk/at-spi2-atk.changes  2016-10-03 
09:34:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-atk.new/at-spi2-atk.changes 
2017-03-22 23:12:49.094203577 +0100
@@ -1,0 +2,8 @@
+Mon Mar 20 23:07:40 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.24.0:
+  + test: remove atk_table_cell_get_column_index test, as the
+at-spi2-core function no longer exists (and never worked
+anyhow).
+
+---

Old:

  at-spi2-atk-2.22.0.tar.xz

New:

  at-spi2-atk-2.24.0.tar.xz



Other differences:
--
++ at-spi2-atk.spec ++
--- /var/tmp/diff_new_pack.Yw80lx/_old  2017-03-22 23:12:50.150053987 +0100
+++ /var/tmp/diff_new_pack.Yw80lx/_new  2017-03-22 23:12:50.154053420 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package at-spi2-atk
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   at-spi2-atk
-Version:2.22.0
+Version:2.24.0
 Release:0
 Summary:Assistive Technology Service Provider Interface - GTK+ module
 License:LGPL-2.0+
 Group:  System/Libraries
 Url:http://www.gnome.org/
-Source0:
http://download.gnome.org/sources/at-spi2-atk/2.22/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/at-spi2-atk/2.24/%{name}-%{version}.tar.xz
 Source98:   baselibs.conf
 Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
@@ -42,9 +42,9 @@
 %package common
 
 Summary:Assistive Technology Service Provider Interface - Common Files 
for GTK+ Modules
-Group:  System/Libraries
 # The GTK+ module is useful only if the at-spi registry is running. But it's
 # not a strict runtime dependency.
+Group:  System/Libraries
 Recommends: at-spi2-core
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}

++ at-spi2-atk-2.22.0.tar.xz -> at-spi2-atk-2.24.0.tar.xz ++
 3001 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/at-spi2-atk-2.22.0/Makefile.am new/at-spi2-atk-2.24.0/Makefile.am
--- old/at-spi2-atk-2.22.0/Makefile.am  2016-07-19 01:56:30.0 +0200
+++ new/at-spi2-atk-2.24.0/Makefile.am  2017-01-20 21:49:02.0 +0100
@@ -14,3 +14,4 @@
 
 EXTRA_DIST = $(gtk_modules_DATA) atk-bridge-2.0.pc.in
 
+DISTCHECK_CONFIGURE_FLAGS = --with-tests=yes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/at-spi2-atk-2.22.0/NEWS new/at-spi2-atk-2.24.0/NEWS
--- old/at-spi2-atk-2.22.0/NEWS 2016-09-26 03:17:01.0 +0200
+++ new/at-spi2-atk-2.24.0/NEWS 2017-03-20 23:44:50.0 +0100
@@ -1,3 +1,8 @@
+What's new in at-spi2-atk 2.24.0:
+
+* test: remove atk_table_cell_get_column_index test, as the
+  at-spi2-core function no longer exists (and never worked anyhow).
+
 What's new in at-spi2-atk 2.22.0:
 
 * Remove some inadverrtently-committed debugging code.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/at-spi2-atk-2.22.0/atk-adaptor/accessible-stateset.h 
new/at-spi2-atk-2.24.0/atk-adaptor/accessible-stateset.h
--- old/at-spi2-atk-2.22.0/atk-adaptor/accessible-stateset.h2013-10-23 
22:40:52.0 +0200
+++ new/at-spi2-atk-2.24.0/atk-adaptor/accessible-stateset.h2017-01-20 
21:49:02.0 +0100
@@ -21,7 +21,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#ifndef ACCESSSIBLE_STATE_SET_H_

commit gnome-sudoku for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-sudoku for openSUSE:Factory 
checked in at 2017-03-22 23:12:41

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


Package is "gnome-sudoku"

Wed Mar 22 23:12:41 2017 rev:30 rq:481731 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-sudoku/gnome-sudoku.changes
2016-11-08 18:28:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-sudoku.new/gnome-sudoku.changes   
2017-03-22 23:12:42.867085818 +0100
@@ -1,0 +2,18 @@
+Mon Mar 20 23:53:01 UTC 2017 - dims...@opensuse.org
+
+- Update to 3.24.0:
+  + Add flatpak manifest.
+
+---
+Mon Mar 13 12:35:49 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92.1:
+  + Revert "minor code update" that broke clearing cells.
+- Changes from verison 3.23.92:
+  + Bump required Vala version to ensure fix for bgo#779955.
+  + Add OARS content rating metadata.
+  + Minor code updates.
+- Add vala BuildRequires: ensure to build from the vala sources
+  instead fo the pre-shipped .c sources.
+
+---

Old:

  gnome-sudoku-3.22.2.tar.xz

New:

  gnome-sudoku-3.24.0.tar.xz



Other differences:
--
++ gnome-sudoku.spec ++
--- /var/tmp/diff_new_pack.jZZYN7/_old  2017-03-22 23:12:43.982927728 +0100
+++ /var/tmp/diff_new_pack.jZZYN7/_new  2017-03-22 23:12:43.990926595 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-sudoku
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,19 @@
 
 
 Name:   gnome-sudoku
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:Sudoku Game for GNOME
 License:GPL-3.0+
 Group:  Amusements/Games/Logic
 Url:https://live.gnome.org/GnomeSudoku
-Source: 
http://download.gnome.org/sources/gnome-sudoku/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-sudoku/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 # Needed for typelib() requires generator.
 BuildRequires:  gobject-introspection
 BuildRequires:  update-desktop-files
+BuildRequires:  vala >= 0.35.7.24
 BuildRequires:  yelp-tools
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ gnome-sudoku-3.22.2.tar.xz -> gnome-sudoku-3.24.0.tar.xz ++
 13348 lines of diff (skipped)




commit python-atspi for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package python-atspi for openSUSE:Factory 
checked in at 2017-03-22 23:12:33

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


Package is "python-atspi"

Wed Mar 22 23:12:33 2017 rev:55 rq:481730 version:2.24.0

Changes:

--- /work/SRC/openSUSE:Factory/python-atspi/python-atspi.changes
2017-01-23 11:20:26.330115892 +0100
+++ /work/SRC/openSUSE:Factory/.python-atspi.new/python-atspi.changes   
2017-03-22 23:12:35.068190750 +0100
@@ -1,0 +2,8 @@
+Mon Mar 20 23:11:44 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.24.0:
+  + Fix an invalid escape sequence.
+  + Rename enum class to atspienum to avoid name conflict; fixes
+build with python 3.6.
+
+---
python3-atspi.changes: same change

Old:

  pyatspi-2.20.3.tar.xz

New:

  pyatspi-2.24.0.tar.xz



Other differences:
--
++ python-atspi.spec ++
--- /var/tmp/diff_new_pack.8JIWq5/_old  2017-03-22 23:12:38.331728378 +0100
+++ /var/tmp/diff_new_pack.8JIWq5/_new  2017-03-22 23:12:38.331728378 +0100
@@ -36,13 +36,13 @@
 
 Name:   python-atspi
 %define _name   pyatspi
-Version:2.20.3
+Version:2.24.0
 Release:0
 Summary:Assistive Technology Service Provider Interface - Python 
bindings
 License:LGPL-2.0
 Group:  Development/Libraries/Python
 Url:http://www.gnome.org/
-Source0:
http://download.gnome.org/sources/pyatspi/2.20/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/pyatspi/2.24/%{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
 # Needed to have typelib() Requires.
 BuildRequires:  gobject-introspection

python3-atspi.spec: same change
++ pyatspi-2.20.3.tar.xz -> pyatspi-2.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.20.3/NEWS new/pyatspi-2.24.0/NEWS
--- old/pyatspi-2.20.3/NEWS 2017-01-17 03:18:24.0 +0100
+++ new/pyatspi-2.24.0/NEWS 2017-03-20 23:52:27.0 +0100
@@ -1,7 +1,9 @@
-What's new in pyatspi 2.20.3:
+What's new in pyatspi 2.24.0:
 
-* Rename enum module and Enum class not to conflict with stdlib (needed
-  for python 3.6).
+* Fix an invalid escape sequence.
+
+* Rename enum class to atspienum to avoid name conflict; fixes build with
+  python 3.6.
 
 What's new in pyatspi 2.20.2:
 
@@ -12,14 +14,14 @@
 
 * gettext: Don't modify endOffset (bgo#721860).
 
-What's new in pyatspi 2.17.90:
-
-* Call gi.require_version() before import
-
 What's new in pyatspi 2.19.91:
 
 * Fix text.getDefaultAttributeSet (bgo#752928).
 
+What's new in pyatspi 2.17.90:
+
+* Call gi.require_version() before import
+
 What's new in pyatspi 2.15.90:
 
 * Add new roles for fractions, roots, subscripts, and superscripts 
(bgo#743413).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.20.3/configure new/pyatspi-2.24.0/configure
--- old/pyatspi-2.20.3/configure2017-01-17 03:18:39.0 +0100
+++ new/pyatspi-2.24.0/configure2017-03-20 23:53:08.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for pyatspi 2.20.3.
+# Generated by GNU Autoconf 2.69 for pyatspi 2.24.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='pyatspi'
 PACKAGE_TARNAME='pyatspi'
-PACKAGE_VERSION='2.20.3'
-PACKAGE_STRING='pyatspi 2.20.3'
+PACKAGE_VERSION='2.24.0'
+PACKAGE_STRING='pyatspi 2.24.0'
 PACKAGE_BUGREPORT='accessibility-at...@lists.linux-foundation.org'
 PACKAGE_URL=''
 
@@ -1381,7 +1381,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 pyatspi 2.20.3 to adapt to many kinds of systems.
+\`configure' configures pyatspi 2.24.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1455,7 +1455,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of pyatspi 2.20.3:";;
+ short | recursive ) echo "Configuration of pyatspi 2.24.0:";;
esac
   cat <<\_ACEOF
 
@@ -1599,7 +1599,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-pyatspi configure 2.20.3
+pyatspi configure 2.24.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1877,7 +1877,7 @@
 This file contains any messages produced by 

commit at-spi2-core for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package at-spi2-core for openSUSE:Factory 
checked in at 2017-03-22 23:12:24

Comparing /work/SRC/openSUSE:Factory/at-spi2-core (Old)
 and  /work/SRC/openSUSE:Factory/.at-spi2-core.new (New)


Package is "at-spi2-core"

Wed Mar 22 23:12:24 2017 rev:73 rq:481729 version:2.24.0

Changes:

--- /work/SRC/openSUSE:Factory/at-spi2-core/at-spi2-core.changes
2016-10-03 09:34:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-core.new/at-spi2-core.changes   
2017-03-22 23:12:24.725656069 +0100
@@ -1,0 +2,28 @@
+Mon Mar 20 23:09:21 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.24.0:
+  + No changes.
+
+---
+Tue Mar 14 09:12:52 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.23.92:
+  + Table cell API fixes (bgo#779835).
+
+---
+Wed Feb 15 11:51:52 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.23.90:
+  + Fix an occasional crash when an application is closed
+(bgo#767074).
+
+---
+Tue Jan 17 12:26:53 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.23.4:
+  + Don't pull in X headers if x11 is disabled (bgo#773710).
+  + at-spi-bus-launcher: session management fixes (bgo#774441).
+  + events: add recently added page changed event (bgo#719898).
+  + roles: EXTENDED roles are deprecated (bgo#720123).
+
+---

Old:

  at-spi2-core-2.22.0.tar.xz

New:

  at-spi2-core-2.24.0.tar.xz



Other differences:
--
++ at-spi2-core.spec ++
--- /var/tmp/diff_new_pack.lBCbvm/_old  2017-03-22 23:12:25.369564840 +0100
+++ /var/tmp/diff_new_pack.lBCbvm/_new  2017-03-22 23:12:25.369564840 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package at-spi2-core
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   at-spi2-core
-Version:2.22.0
+Version:2.24.0
 Release:0
 Summary:Assistive Technology Service Provider Interface - D-Bus based 
implementation
 License:GPL-2.0+
 Group:  System/Libraries
 Url:http://www.gnome.org/
-Source0:
http://download.gnome.org/sources/at-spi2-core/2.22/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/at-spi2-core/2.24/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files

++ at-spi2-core-2.22.0.tar.xz -> at-spi2-core-2.24.0.tar.xz ++
 9245 lines of diff (skipped)




commit vte for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2017-03-22 23:12:14

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


Package is "vte"

Wed Mar 22 23:12:14 2017 rev:99 rq:481728 version:0.48.0

Changes:

--- /work/SRC/openSUSE:Factory/vte/vte.changes  2016-11-10 13:12:27.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes 2017-03-22 
23:12:18.566528693 +0100
@@ -1,0 +2,63 @@
+Mon Mar 20 21:23:30 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.48.0:
+  + stream: Use explicit_bzero() on encryption keys if available.
+  + gir: Look in the right path for vtetypebuiltins.cc.
+  + bindings/vala/Makefile.am: Fix vala vapi generation.
+  + build:
+- Check for explicit_bzero().
+- Fix compilation of unittests.
+- Make sure builddir comes before srcdir.
+- Don't dist generated sources.
+- Fix building the vala test app with builddir != srcdir.
+- Fix builddir != srcdir build of check programmes.
+- Silence a compiler warning.
+  + Updated translations.
+- Add vte-revert-29fb71d3.patch (reverse applied): Fix building of
+  VTE 0.48 (bgo#780162).
+
+---
+Mon Feb 20 16:21:13 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.47.90:
+  + app:
+- Add MULTILINE flag for regex.
+- Fix search button sensitivity.
+- Fix button icon name.
+  + widget: Fix backward search.
+  + build:
+- Require vala 0.24.
+- Add --with-gtk configure switch.
+- Fix option name.
+- Try to fix configure without vala installed.
+- Hint at --disable-{introspection,vala} on error.
+  + debug: Fix a typo.
+  + lib:
+- Add async spawning.
+- Check out params before setting them.
+- Ressurrect the reaper.
+- Deprecate vte_terminal_spawn_sync.
+  + pty:
+- Do not pass G_SPAWN_CHILD_INHERITS_STDIN.
+- Fix some leaks.
+- spawn:
+  . Work around g_spawn_async non-cancellability.
+  . Remove some unused code.
+  + emulation:
+- Try to work with newer gperf.
+- Reset should not switch encoding.
+  + docs: boxes: Add some more tests.
+  + bindings: Remove gir and vala bindings to their own directory.
+  + m4: Update macros from upstream.
+  + Update POTFILES.skip.
+  + Updated translations.
+- Drop vte-emulation-Try-to-work-with-newer-gperf.patch: Fixed
+  upstream.
+
+---
+Mon Feb 20 16:21:12 UTC 2017 - zai...@opensuse.org
+
+- Add vte-emulation-Try-to-work-with-newer-gperf.patch: Use
+  language=C++ in gperf (bgo#777904).
+
+---

Old:

  vte-0.46.1.tar.xz

New:

  vte-0.48.0.tar.xz
  vte-revert-29fb71d3.patch



Other differences:
--
++ vte.spec ++
--- /var/tmp/diff_new_pack.GgoT8Z/_old  2017-03-22 23:12:19.306423864 +0100
+++ /var/tmp/diff_new_pack.GgoT8Z/_new  2017-03-22 23:12:19.310423297 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vte
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,7 +24,7 @@
 Name:   vte
 %define _name   vte
 Url:http://www.gnome.org
-Version:0.46.1
+Version:0.48.0
 Release:0
 Summary:Terminal Emulator Library
 # Switched to sourceservice, as upstream have a tendency to not release 
tarballs on time.
@@ -32,6 +32,8 @@
 License:LGPL-2.0 and GPL-2.0+
 Group:  Development/Libraries/GNOME
 Source: %{_name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM vte-revert-29fb71d3.patch bgo#780162 dims...@opensuse.org 
-- Revert upstream commit, build fails with it applied
+Patch0: vte-revert-29fb71d3.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 # Needed due to using sourceservice and we need to bootstrap tarball
@@ -53,7 +55,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16.0
 BuildRequires:  pkgconfig(libpcre2-8)
 BuildRequires:  pkgconfig(pango) >= 1.22.0
-BuildRequires:  pkgconfig(vapigen) >= 0.18
+BuildRequires:  pkgconfig(vapigen) >= 0.24
 BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -140,6 +142,7 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1 -R
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++ _service ++
--- /var/tmp/diff_new_pack.GgoT8Z/_old  2017-03-22 23:12:19.346418197 +0100
+++ /var/tmp/diff_new_pack.GgoT8Z/_new  2017-03-22 23:12:19.350417631 

commit gdm for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2017-03-22 23:12:05

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


Package is "gdm"

Wed Mar 22 23:12:05 2017 rev:189 rq:481627 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2016-10-18 10:33:43.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes 2017-03-22 
23:12:07.984028026 +0100
@@ -1,0 +2,58 @@
+Mon Mar 20 21:41:53 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + No changes.
+
+---
+Mon Mar 13 19:39:20 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Be more robust against misconfigured autologin systems.
+
+---
+Sun Mar 12 03:23:51 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91.1:
+  + Fix regression in wayland fallback code.
+  + Fix for headless sessions.
+  + Change around how PostLogin/PostSession scripts are run.
+  + Fix XDMCP in network environments with poor network resolution.
+  + Don't try to user switch with XDMCP.
+  + Updated translations.
+
+---
+Sat Mar 11 11:12:19 CET 2017 - ku...@suse.de
+
+- Require group video
+
+---
+Tue Feb 28 15:32:20 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + Small fix to environment variable importing.
+  + Add configure knob to turn off user X server.
+
+---
+Tue Jan 10 14:16:39 UTC 2017 - adrien.pla...@suse.com
+
+- Drop requirement on xorg-x11-server-extra: it provides Xdmx,
+  Xephyr and Xnest, which usage is strongly discouraged nowadays
+  since the protocols they implement are insecure and work badly on
+  GNOME 3. Other remoting protocols like VNC are recommended
+  instead.
+
+---
+Mon Jan  9 11:03:14 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4:
+  + Make X11DisplayName property accurate.
+  + Fix bug that forced wayland on second logins even if user
+didn't pick it.
+  + Kill clients from display on logout (multiseat and xdmcp only).
+  + Send hangup to process group when session exits.
+  + Allow specifying pam_gdm install location to configure.
+- Pass --with-pam-mod-dir=/%{_lib}/security to configure: directly
+  install the pam module into the right location instead of moving
+  it there later on.
+
+---

Old:

  gdm-3.22.1.tar.xz

New:

  gdm-3.24.0.tar.xz



Other differences:
--
++ gdm.spec ++
--- /var/tmp/diff_new_pack.VChW4l/_old  2017-03-22 23:12:09.927752637 +0100
+++ /var/tmp/diff_new_pack.VChW4l/_new  2017-03-22 23:12:09.955748670 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -25,13 +25,13 @@
 %define enable_split_authentication 0
 
 Name:   gdm
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:The GNOME Display Manager
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://projects.gnome.org/gdm/
-Source: 
http://download.gnome.org/sources/gdm/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gdm/3.24/%{name}-%{version}.tar.xz
 Source1:gdm.pamd
 Source2:gdm-autologin.pamd
 Source3:gdm-launch-environment.pamd
@@ -90,12 +90,12 @@
 BuildRequires:  pkgconfig(xau)
 BuildRequires:  pkgconfig(xorg-server)
 BuildRequires:  pkgconfig(xrandr)
+Requires(pre):  group(video)
 Requires:   %{name}-branding = %{version}
 Requires:   gdmflexiserver
 Requires:   gnome-session-core
 Requires:   gnome-settings-daemon
 Requires:   gnome-shell
-Requires:   xorg-x11-server-extra
 Requires(post): dconf
 # accessibility
 Recommends: orca
@@ -204,6 +204,7 @@
 --with-at-spi-registryd-directory=%{_libexecdir}/at-spi \
 --with-check-accelerated-directory=%{_libexecdir} \
 
--with-gnome-settings-daemon-directory=%{_libexecdir}/gnome-settings-daemon-3.0 
\
+--with-pam-mod-dir=/%{_lib}/security \
 --enable-ipv6 \
 --enable-gdm-xsession \
 --with-plymouth \
@@ -224,7 +225,7 @@
 
 

commit gnome-session for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2017-03-22 23:11:43

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


Package is "gnome-session"

Wed Mar 22 23:11:43 2017 rev:167 rq:481625 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes  
2017-02-19 00:40:56.773147603 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2017-03-22 23:11:44.487357083 +0100
@@ -1,0 +2,51 @@
+Mon Mar 20 21:30:35 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + No changes.
+
+---
+Mon Mar 13 19:43:03 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Updated translations.
+
+---
+Tue Feb 28 01:11:14 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Fix VT monitor to work with restrictive SELinux policies.
+  + Disable extensions in a less destructive way from fail whale.
+  + Add support for absolute paths to AutostartCondition.
+  + Updated translations.
+- Drop gnome-session-Restrict-the-login-monitor.patch: Fixed
+  upstream.
+
+---
+Fri Feb 17 03:23:05 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4.1:
+  + Redo login shell for wayland handling to be more functional and
+crossplatform.
+
+---
+Fri Feb 17 03:23:04 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4:
+  + Fix warnings at startup in check accelerated helper.
+  + Print the renderer under wayland in check accelerated helper.
+  + Fix gpu info caching logic.
+  + Better error checking.
+  + Don't tell Qt applications to look like GNOME anymore.
+  + Make sure a login shell runs for wayland sessions at startup.
+- Changes from version 3.23.3:
+  + Update session desktop files for gnome-settings-daemon changes,
+the big daemon is now split up into smaller daemons.
+  + Updated translations.
+
+---
+Thu Feb 16 10:29:25 UTC 2017 - dims...@opensuse.org
+
+- Do not try to bootstrap on SLE neither: there are no patches
+  applied.
+
+---

Old:

  gnome-session-3.22.2.tar.xz
  gnome-session-Restrict-the-login-monitor.patch

New:

  gnome-session-3.24.0.tar.xz



Other differences:
--
++ gnome-session.spec ++
--- /var/tmp/diff_new_pack.MaZxVi/_old  2017-03-22 23:11:45.215253953 +0100
+++ /var/tmp/diff_new_pack.MaZxVi/_new  2017-03-22 23:11:45.215253953 +0100
@@ -17,17 +17,15 @@
 
 
 Name:   gnome-session
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:Session Tools for the GNOME Desktop
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-session/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-session/3.24/%{name}-%{version}.tar.xz
 Source1:gnome
 Source2:gnome.desktop
-# PATCH-FIX-UPSTREAM gnome-session-Restrict-the-login-monitor.patch 
zai...@opensuse.org -- Restrict the login monitor to the "session" category
-Patch0: gnome-session-Restrict-the-login-monitor.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  tcpd-devel
@@ -107,15 +105,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif
 
 %build
-%if !0%{?is_opensuse}
-autoconf
-%endif
 %configure \
 --enable-systemd \
 %if !0%{?is_opensuse}

++ gnome-session-3.22.2.tar.xz -> gnome-session-3.24.0.tar.xz ++
 3485 lines of diff (skipped)




commit gnome-nibbles for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-nibbles for openSUSE:Factory 
checked in at 2017-03-22 23:11:55

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


Package is "gnome-nibbles"

Wed Mar 22 23:11:55 2017 rev:25 rq:481626 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-nibbles/gnome-nibbles.changes  
2016-11-12 14:49:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-nibbles.new/gnome-nibbles.changes 
2017-03-22 23:11:57.145563635 +0100
@@ -1,0 +2,31 @@
+Mon Mar 20 21:32:00 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Tue Mar 14 09:17:11 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Updated translations.
+
+---
+Tue Feb 28 15:31:10 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + Updated translations.
+
+---
+Tue Nov 22 17:27:37 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Updated translations.
+
+---
+Sat Nov 12 03:23:01 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.1:
+  + Set default widget on level completed screen.
+  + Updated translations.
+
+---

Old:

  gnome-nibbles-3.22.2.2.tar.xz

New:

  gnome-nibbles-3.24.0.tar.xz



Other differences:
--
++ gnome-nibbles.spec ++
--- /var/tmp/diff_new_pack.ETg9uH/_old  2017-03-22 23:11:57.941450872 +0100
+++ /var/tmp/diff_new_pack.ETg9uH/_new  2017-03-22 23:11:57.945450306 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-nibbles
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-nibbles
-Version:3.22.2.2
+Version:3.24.0
 Release:0
 Summary:Worm Game for GNOME
 License:GPL-3.0+
 Group:  Amusements/Games/Action/Arcade
 Url:https://live.gnome.org/Lightsoff
-Source: 
http://download.gnome.org/sources/gnome-nibbles/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-nibbles/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50.2
 BuildRequires:  update-desktop-files

++ gnome-nibbles-3.22.2.2.tar.xz -> gnome-nibbles-3.24.0.tar.xz ++
 30229 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2017-03-22 23:10:54

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


Package is "gnome-software"

Wed Mar 22 23:10:54 2017 rev:41 rq:481601 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2017-01-23 11:20:43.799635887 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2017-03-22 23:10:56.866104323 +0100
@@ -1,0 +2,96 @@
+Mon Mar 20 21:00:58 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Do not assume 'in AppStream' means 'is available'.
+  + Updated translations.
+
+---
+Mon Mar 13 17:51:18 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Allow installing broken flatpakref files.
+  + Do not reload the updates list when updates are in progress.
+  + Reset the headerbar title when switching to the details page.
+  + Unconditionally show things that are in progress in the
+Installed page.
+  + Updated translations.
+- Pass --disable-tests to configure: enabling the tests would
+  require flatpak 0.9.1, which is not yet ready.
+
+---
+Mon Feb 27 16:59:17 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + Add support for RuntimeRepo in flatpakref files.
+  + Allow the user to restart the currently running gnome-software
+instance.
+  + Never show components without AppData files.
+  + Initialize progress to zero right before and after processing
+an action.
+  + Animate the removal of live updates.
+  + Add YaST as a default folder in gnome-shell overview.
+- Drop gnome-software-add-default-yast-appfolder.patch: merged
+  upstream.
+- Add pkgconfig(valgrind) BuildRequires: new depdenency.
+
+---
+Wed Feb 15 09:12:22 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Handle apt and snap URLs.
+  + Show the updates panel with sections.
+  + Sort the apps in the installed panel by kind.
+  + Add a more detailed error message when AC power is required.
+  + Do not hardcode the gnome-software application name.
+  + Ensure firmware is downloaded when not cached.
+  + Fix a rather large memory leak when loading Steam data.
+  + Fix launching Flatpak apps after updating.
+  + Install needed Flatpak runtimes when updating an app.
+  + Only show the scary firmware warning for removable devices.
+
+---
+Tue Jan 17 10:18:23 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Add an --install and --interaction CLI options.
+  + Add the installed size of the apps in the installed view.
+  + Always set a description for each notification.
+  + Show an in-app notification when installed plugins are changed.
+  + Use a set of stars to show the different star ratings.
+  + The following bugs are also fixed:
+- Add a missing error check to fix a common crash on LiveDVD
+  media.
+- Add thread locking in GsApp to fix some common crashes.
+- Allow upgrading to Fedora EOL releases.
+- Don't allow review actions when offline.
+- Ensure we actually schedule firmware updates for download.
+- Fix the getting of PackageKit and flatpak update details.
+- Hide some notifications when the new app is launched or the
+  window is closed.
+- Hide the screenshot placeholder for input methods and
+  langpacks.
+
+---
+Tue Jan 17 10:18:22 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Add a setting for downloading updates on metered connections.
+  + Add content rating interface for games.
+  + Add support for pending updates that are applied on demand.
+  + Add support for the flatpak DefaultBranch feature.
+  + Allow showing an application review without a display name.
+  + Convert the modal failure dialogs to in-app notifications.
+  + Switch to using the ODRS server hosted by GNOME.
+  + Bugs fixed:
+- Always get the newest screenshot for GNOME Shell extensions.
+- Avoid redownloading the same screenshots for different
+  images.
+- Don't download updates when low on power.
+- Fix the growth in memory usage for every search request.
+- Never show a 'back' button when showing search results.
+- Show the search bar when the user does ctrl+f.
+  + Updated translations.
+- Pass --disable-external-appstream to configure: this is broken
+  by design.
+
+---

commit gobject-introspection for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory checked in at 2017-03-22 23:11:35

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


Package is "gobject-introspection"

Wed Mar 22 23:11:35 2017 rev:71 rq:481624 version:1.52.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes  
2017-02-13 07:47:00.516327347 +0100
+++ 
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
 2017-03-22 23:11:37.992277329 +0100
@@ -1,0 +2,38 @@
+Mon Mar 20 21:29:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.52.0:
+  + typedefs: fix type information.
+  + gir: Update annotations from GLib 2.52.0.
+
+---
+Tue Mar 14 16:46:38 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.51.5:
+  + g-ir-scanner: document GI_SCANNER_DEBUG in man page.
+  + Visual Studio builds: Support Visual Studio 2017.
+  + gir: Update annotations from GLib git master.
+
+---
+Tue Feb 14 23:11:37 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.51.3:
+  + gir: Update annotations from GLib git master.
+
+---
+Sun Feb 12 01:51:02 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.51.2:
+  + Fix "Annotation" element in RelaxNG schema.
+  + gir: Update annotations from GLib git master.
+  + scanner: Add a way to specify extra libraries to link against.
+  + girepository: Annotate array and array-length parameter.
+
+---
+Sun Feb 12 01:51:01 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.51.1:
+  + Gio-2.0.gir: Don't exclude gsettingsbackend.h and pass needed
+define.
+  + gir: Update annotations from GLib git master.
+
+---

Old:

  gobject-introspection-1.50.0.tar.xz

New:

  gobject-introspection-1.52.0.tar.xz



Other differences:
--
++ gobject-introspection.spec ++
--- /var/tmp/diff_new_pack.KJpRjj/_old  2017-03-22 23:11:38.812161164 +0100
+++ /var/tmp/diff_new_pack.KJpRjj/_new  2017-03-22 23:11:38.812161164 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gobject-introspection
-Version:1.50.0
+Version:1.52.0
 Release:0
 # FIXME: Find a way to identify if we need python3-gobject or python-gobject 
from gi-find-deps.sh.
 # FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to 
the main package and rename the devel package to libgirepository-devel
@@ -25,7 +25,7 @@
 License:LGPL-2.1+ and GPL-2.0+
 Group:  Development/Libraries/GNOME
 Url:http://live.gnome.org/GObjectIntrospection
-Source0:
http://download.gnome.org/sources/gobject-introspection/1.50/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gobject-introspection/1.52/%{name}-%{version}.tar.xz
 # gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates 
typelib()-style Provides/Requires.
 Source1:gi-find-deps.sh
 Source2:gobjectintrospection.attr
@@ -42,7 +42,7 @@
 BuildRequires:  python-xml
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(cairo-gobject)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.50.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.51.5
 BuildRequires:  pkgconfig(gobject-2.0)
 # gi-find-deps makes use of 'file' to identify the types.
 Requires:   file

++ gobject-introspection-1.50.0.tar.xz -> 
gobject-introspection-1.52.0.tar.xz ++
 57607 lines of diff (skipped)




commit gnome-calendar for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-calendar for openSUSE:Factory 
checked in at 2017-03-22 23:11:16

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


Package is "gnome-calendar"

Wed Mar 22 23:11:16 2017 rev:15 rq:481615 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-calendar/gnome-calendar.changes
2017-01-10 10:41:03.363867883 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-calendar.new/gnome-calendar.changes   
2017-03-22 23:11:19.630878858 +0100
@@ -1,0 +2,44 @@
+Mon Mar 20 21:18:16 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Fri Mar 17 23:19:49 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Fix first weekday in Week view.
+  + Start searching after 3 characters.
+  + Make sure calendar colors are in sync in Edit dialog.
+  + Don't show search popover for empty searcher.
+  + Minor fixups to Week view.
+  + Updated translations.
+
+---
+Tue Feb 28 20:38:18 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91.1:
+  + Fix compiler flags.
+  + Add the co-maintainer to the DOAP file.
+
+---
+Tue Feb 28 14:17:28 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + Minor bugfixes.
+  + Updated translations.
+
+---
+Wed Feb 15 09:00:29 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Week view.
+  + Improvements on the search popover.
+  + Fix Year view not synchronized with Month view.
+  + Correctly check if Edit dialog is editing a new event.
+  + Improve focus tracking on the quick add popover.
+  + Add a Flatpak manifest.
+  + Align circle with subtitle in Edit dialog.
+  + Updated translations.
+
+---

Old:

  gnome-calendar-3.22.2.tar.xz

New:

  gnome-calendar-3.24.0.tar.xz



Other differences:
--
++ gnome-calendar.spec ++
--- /var/tmp/diff_new_pack.QVtW55/_old  2017-03-22 23:11:20.230793859 +0100
+++ /var/tmp/diff_new_pack.QVtW55/_new  2017-03-22 23:11:20.234793292 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-calendar
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-calendar
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:A calendar application for GNOME
 License:GPL-3.0+
 Group:  Productivity/Office/Organizers
 Url:https://wiki.gnome.org/Design/Apps/Calendar
-Source: 
http://download.gnome.org/sources/gnome-calendar/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-calendar/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  desktop-file-utils
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool

++ gnome-calendar-3.22.2.tar.xz -> gnome-calendar-3.24.0.tar.xz ++
 34406 lines of diff (skipped)




commit gnome-terminal for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-terminal for openSUSE:Factory 
checked in at 2017-03-22 23:11:26

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


Package is "gnome-terminal"

Wed Mar 22 23:11:26 2017 rev:107 rq:481622 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes
2016-11-10 13:12:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-terminal.new/gnome-terminal.changes   
2017-03-22 23:11:28.673597640 +0100
@@ -1,0 +2,23 @@
+Mon Mar 20 21:19:41 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Mon Feb 13 21:02:40 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.90:
+  + all: Use nice quotes.
+  + client: legacy:
+- Warn on deprecated exec options.
+- Add -- to usage line (bgo#774595).
+- Remove option context description.
+  + screen:
+- Use async spawning (bgo#772354).
+- Fix check for foreground process.
+  + search provider: Fix incorrect assumption (bgo#1398958).
+  + Modernize metainfo files.
+  + Updated translations.
+- Drop obsolete clean section.
+
+---

Old:

  gnome-terminal-3.22.1.tar.xz

New:

  gnome-terminal-3.24.0.tar.xz



Other differences:
--
++ gnome-terminal.spec ++
--- /var/tmp/diff_new_pack.pGCYFm/_old  2017-03-22 23:11:30.481341510 +0100
+++ /var/tmp/diff_new_pack.pGCYFm/_new  2017-03-22 23:11:30.485340944 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-terminal
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-terminal
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:GNOME Terminal
 License:GPL-3.0+ and LGPL-2.1+
 Group:  System/X11/Terminals
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-terminal/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-terminal/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 # Needed for search provider. It should not be needed in my opionion, we have 
to take this up with upstream, or just provide search provider interface 
definition file as source.
 BuildRequires:  gnome-shell
@@ -45,7 +45,7 @@
 BuildRequires:  pkgconfig(libnautilus-extension) >= 3.0.0
 BuildRequires:  pkgconfig(libpcre2-8) >= 10.00
 BuildRequires:  pkgconfig(uuid)
-BuildRequires:  pkgconfig(vte-2.91) >= 0.46.1
+BuildRequires:  pkgconfig(vte-2.91) >= 0.48.0
 BuildRequires:  pkgconfig(x11)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -103,9 +103,6 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %glib2_gsettings_schema_post
 %desktop_database_post
@@ -119,8 +116,8 @@
 %doc AUTHORS COPYING ChangeLog NEWS
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/gnome-terminal
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/org.gnome.Terminal.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.gnome.Terminal.appdata.xml
 %{_datadir}/applications/org.gnome.Terminal.desktop
 %{_libexecdir}/gnome-terminal-server
 %if 0%{?sle_version}
@@ -137,7 +134,7 @@
 %files -n nautilus-extension-terminal
 %defattr(-,root,root)
 %{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so
-%{_datadir}/appdata/org.gnome.Terminal.Nautilus.metainfo.xml
+%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
 
 %files lang -f %{name}.lang
 

++ gnome-terminal-3.22.1.tar.xz -> gnome-terminal-3.24.0.tar.xz ++
 33493 lines of diff (skipped)




commit retro-gtk for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package retro-gtk for openSUSE:Factory 
checked in at 2017-03-22 23:11:07

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


Package is "retro-gtk"

Wed Mar 22 23:11:07 2017 rev:3 rq:481614 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/retro-gtk/retro-gtk.changes  2016-09-30 
15:34:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.retro-gtk.new/retro-gtk.changes 2017-03-22 
23:11:09.896258118 +0100
@@ -1,0 +2,57 @@
+Mon Mar 20 14:49:33 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.10.0:
+  + Save the expected ratio as DPI of the video frames.
+  + Bugs fixed: bgo#769833, bgo#779924, bgo#779987.
+
+---
+Mon Mar 13 17:30:15 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.9.92:
+  + Allow recursive iteration through Libretro cores of a
+directory.
+- Drop _service: upstream publishes proper tarballs now.
+- Drop libtool BuildRequires and no longer call autogen.sh: no
+  longer needed since we use a botstrapped tarball.
+
+---
+Tue Feb 28 08:40:26 UTC 2017 - adrien.pla...@suse.com
+
+- Update to version 0.9.91:
+  + Deduplicate some documentation.
+  + Add missing MouseId values.
+  + Remove deprecated input device types.
+  + Allow core descriptors to check the firmwares.
+  + Add an helper method to core descriptors tocheck the supported
+MIME types.
+  + Add a module iterator, allowing sync and async module browsing.
+  + Remove the now useless foreach function to browse the modules.
+  + Add methods to Core to handle standalone cores more easily.
+  + Fix an integer division when computing the aspect ratio.
+  + Add a script to update libretro.h.
+- Remove retro-gtk-fix-build-deps.patch as it already is in the new
+  sources.
+
+---
+Tue Feb 14 09:25:48 UTC 2017 - adrien.pla...@suse.com
+
+- Update to version 0.9.90:
+  + Merge the retro-gobject module into retro-gtk.
+  + Merge the RetroGtk namespace into Retro.
+  + Remove many unused types and functions.
+  + Refactor many types and functions.
+  + Make the API overall simpler.
+  + Search modules from their Libretro Core Descriptor.
+  + Search Libretro modules in paths from the LIBRETRO_PLUGIN_PATH
+env variable.
+  + Drop the ancient module query mechanisms.
+  + Drop the ancient Libretro core path env variable.
+  + Allow to set a smooth or sharp rendering to CairoDisplay.
+- Drop libretro-gobject0 and typelib-1_0-Retro-0_0 subpackage:
+  functionality has been merged into the Gtk parts.
+- Rename typelib-1_0-RetroGtk-0_8 subpackage to
+  typelib-1_0-RetroGtk-0_10, following upstream.
+- Add retro-gtk-fix-build-deps.patch which ensures the internal
+  header is compiled before the files using it.
+
+---

Old:

  _service
  _servicedata
  retro-gtk-0.8.1.tar.xz

New:

  retro-gtk-0.10.0.tar.xz



Other differences:
--
++ retro-gtk.spec ++
--- /var/tmp/diff_new_pack.xfwlHp/_old  2017-03-22 23:11:10.508171418 +0100
+++ /var/tmp/diff_new_pack.xfwlHp/_new  2017-03-22 23:11:10.512170851 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package retro-gtk
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,17 +17,15 @@
 
 
 Name:   retro-gtk
-Version:0.8.1
+Version:0.10.0
 Release:0
 Summary:Toolkit to write Gtk+3-based frontends to libretro
 License:GPL-3.0
 Group:  System/GUI/GNOME
 Url:https://git.gnome.org/browse/retro-gtk
-# Source created by source service
-Source: %{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/retro-gtk/0.10/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel >= 0.6.7
 BuildRequires:  intltool
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  vala
 BuildRequires:  pkgconfig(cairo)
@@ -44,16 +42,6 @@
 retro-gtk wraps the libretro API for use in Gtk applications such as
 GNOME Games.
 
-%package -n libretro-gobject0
-Summary:Toolkit to write Gtk+3-based frontends to libretro
-Group:  System/Libraries
-
-%description -n libretro-gobject0
-retro-gtk wraps the libretro API for use in Gtk applications such as
-GNOME Games.
-(libretro is an API specification implemented by some emulator
-libraries like 

commit mutter for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2017-03-22 23:10:43

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


Package is "mutter"

Wed Mar 22 23:10:43 2017 rev:103 rq:481596 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/mutter/mutter.changes2017-02-20 
14:28:50.716883205 +0100
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes   2017-03-22 
23:10:46.995502871 +0100
@@ -1,0 +2,138 @@
+Mon Mar 20 20:15:10 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Tue Mar 14 17:37:28 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Properly handle EGLOutput acquire errors (bgo#779112).
+  + Fix crash when a window closes during Alt+Tab (bgo#779483).
+  + Implement DnD handling code in wayland (bgo#765003).
+  + Fix fallout from pixel conversion optimization in 3.23.91
+(bgo#779234).
+  + Fix mouse input stopping to work in applications (bgo#763246).
+  + Fix DnD between QT5 and GTK3 applications on wayland
+(bgo#779757).
+  + Make EDID reading less fragile (bgo#779837).
+  + Add support for tablet grouping (bgo#779986).
+  + Misc. bug fixes and cleanups: bgo#779436, bgo#779001,
+bgo#779745.
+  + Updated translations.
+
+---
+Fri Mar  3 15:42:55 UTC 2017 - zai...@opensuse.org
+
+- Pass --enable-egl-device to configure, build egl support, we
+  already have the needed BuildRequires.
+
+---
+Wed Mar  1 15:17:53 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Give libinput read-only access to /sys (bgo#778472).
+  + Allow edge-scrolling without 2-finger-scroll capable devices
+(bgo#778554).
+  + Fullscreen windows on the requested monitor on wayland
+(bgo#772525).
+  + Implement threaded swap_event fallback for NVIDIA driver
+(bgo#779039).
+  + Avoid pixel conversions when storing textures from cairo
+(bgo#779234).
+  + Misc. bug fixes: bgo#772218, bgo#776919, bgo#778831,
+bgo#642652.
+  + Updated translations.
+
+---
+Sat Feb 18 13:13:17 UTC 2017 - luke.nukem.jo...@gmail.com
+
+- Update to version 3.23.90:
+  + Fix window menu placement with HiDPI (bgo#776055).
+  + Improve EGLStream support (bgo#773629).
+  + Start moving low-level monitor configuration into mutter
+(bgo#32).
+  + Fix erroneous key event repeats (bgo#774989).
+  + Don't hardcode seat ID in ClutterDeviceManager (bgo#778092).
+  + Fix "ghost" cursors in multi-monitor setups (bgo#771056).
+  + Use eglGetPlatformDisplay (bgo#772422).
+  + Fix erratic raise_or_lower behavior (bgo#705200).
+  + Fix coordinate mapping of absolute devices (bgo#774115).
+  + Show OSD on tablet mode switches (bgo#771098).
+  + Make mutter libs parallel installable (bgo#777317).
+  + Only apply keymap when not running nested (bgo#777800).
+  + Set right scale for tablet tool cursors on HiDPI (bgo#778474).
+  + Adjust server-side shadows to match Adwaita (bgo#744667).
+  + Misc. bug fixes bgo#774891, bgo#777389, bgo#777691,
+bgo#778262, bgo#776543, bgo#778684, bgo#778699,
+bgo#744667.
+- Rename sub-package libmutter0 to libmutter-0-0 to reflect
+  upstream library name change, making it paralell installable.
+- Remove
+  %global __provides_exclude_from ^%{_libdir}/mutter/.*.typelib$:
+  No longer needed as mutter is now paralell installable following
+  upstream changes.
+- Add explicit pkgconfig(gbm) BuildRequires that configure checks
+  for.
+
+---
+Thu Feb 16 23:02:15 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Fix frequent freezes in multihead setups on wayland
+(bgo#774557).
+  + Preserve root window mask on XSelectionRequest (bgo#776128).
+  + Misc. bug fixes: bgo#775478, bgo#774891, bgo#775986,
+bgo#776036.
+
+---
+Thu Feb 16 23:02:14 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Stack docks below other windows on fullscreen monitors
+(bgo#772937).
+  + Fix popup grabs blocking screen lock on wayland (bgo#771235).
+  + Handle touchpad pinch gestures with more than two fingers
+(bgo#765937).
+  + Implement drawing tablet support on X11 (bgo#773779).
+  + Fix some Wine games starting minimized (bgo#774333).
+  + Fix switching between two finger- and edge scrolling on wayland
+(bgo#771744).
+  + Implement support for EGLStream/EGLDevice (bgo#773629).
+  + Add size_changed vfunc to handle async client size 

commit gnome-shell for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2017-03-22 23:10:33

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


Package is "gnome-shell"

Wed Mar 22 23:10:33 2017 rev:125 rq:481595 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2017-02-20 
14:29:04.990869021 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2017-03-22 23:10:35.805088433 +0100
@@ -1,0 +2,129 @@
+Mon Mar 20 20:39:20 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Fri Mar 17 14:49:39 UTC 2017 - fcro...@suse.com
+
+- Drop Recommends on browser plugin, we use supplements now.
+- Replace Supplements on Firefox with Supplements on Epiphany for
+  browser plugin (bsc#1029915).
+
+---
+Tue Mar 14 17:45:21 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Implement DND to overview on wayland (bgo#765003).
+  + Make telepathy optional at runtime (bgo#771721, bgo#779878).
+  + Don't show forecasts for NYC when geoclue gets stuck
+(bgo#779898).
+  + Add bottom edge drag gesture to bring up the OSK (bgo#757712).
+  + Allow switching between pads in the same group (bgo#779986).
+  + Ignore showBanners policy for critical notifications
+(bgo#779974).
+  + Misc. bug fixes: bgo#779435, bgo#779819, bgo#779820.
+  + Updated translations.
+- Drop pkgconfig(telepathy-glib) and
+  pkgconfig(telepathy-logger-0.2) BuildRequires: no longer
+  required.
+
+---
+Thu Mar  2 18:01:06 UTC 2017 - dims...@opensuse.org
+
+- Provide dbus(org.freedesktop.Notifications): gnome-shell
+  implements the Notifications interface.
+
+---
+Wed Mar  1 15:28:00 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Use the original timestamps for restored notifications
+(bgo#766410).
+  + Add weather information to date+time drop-down (bgo#754031).
+  + Refine message list layout in date+time drop-down (bgo#775763).
+  + Make next/prev media controls insensitive when unavailable
+(bgo#773884).
+  + Misc. bug fixes: bgo#772210, bgo#769546, bgo#775799.
+  + Updated translations.
+- Replace gnome-common with libtool BuildRequires followings
+  upstream changes.
+
+---
+Fri Feb 17 10:44:31 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.90:
+  + Handle Ctrl+Q and Ctrl+W in portal window (bgo#764133).
+  + Allow to scroll through ibus candidates with mouse
+(bgo#776032).
+  + Reload apps on .desktop file content changes (bgo#773636).
+  + Use private data/cache directories in portal helper
+(bgo#775639).
+  + Fix subsurfaces not showing up in previews (bgo#756715).
+  + Fix theme node transitions (bgo#778145).
+  + Update pad (o)leds on mode switches (bgo#776543).
+  + Add security indicators to defend against malicious portals
+(bgo#749197).
+  + Don't allow type ahead at the login screen (bgo#766139).
+  + Don't fail to load because of TLS errors (bgo#778253).
+  + Ensure the network lists remains sorted on rename (bgo#778686).
+  + Toggle power-off/suspend button on long-press (bgo#721173).
+  + Add "kill-switch" for user extensions (bgo#778664).
+  + Add night light indicator to status area (bgo#741224).
+  + Misc. bug fixes: bgo#759793, bgo#735233, bgo#762444,
+bgo#84, bgo#777934, bgo#778158, bgo#776199, bgo#778425,
+bgo#771098, bgo#778552, bgo#777317, bgo#778660, bgo#778661,
+bgo#745626, bgo#778672.
+  + Updated translations.
+- Replace pkgconfig(libmutter), pkgconfig(mutter-clutter-1.0) and
+  pkgconfig(mutter-cogl-pango-1.0)  with pkgconfig(libmutter-0),
+  pkgconfig(mutter-clutter-0) and pkgconfig(mutter-cogl-pango-0)
+  BuildRequires following upstream changes in mutter.
+
+---
+Fri Feb 17 10:44:30 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Fix replacing of GNotifications (bgo#775149).
+  + Prepare for mozjs31 GJS (bgo#775374).
+  + Misc. bug fixes: bgo#775507, bgo#776130.
+  + Updated translations.
+
+---
+Fri Feb 17 10:44:29 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Implement Pad configuration OSD (bgo#771067).
+  + Show overview on three-finger touchpad pinch (bgo#765937).
+  + Summarize network sections with too many devices (bgo#773892).
+  + Always show primary network icon when connected 

commit gnome-packagekit for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2017-03-22 23:10:16

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


Package is "gnome-packagekit"

Wed Mar 22 23:10:16 2017 rev:123 rq:481593 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-packagekit/gnome-packagekit.changes
2016-11-07 13:24:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2017-03-22 23:10:17.431691773 +0100
@@ -1,0 +2,23 @@
+Mon Mar 20 20:36:22 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Sat Mar 11 19:37:52 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Install appstream data to /usr/share/metainfo (bgo#778559).
+  + Updated translations.
+
+---
+Wed Feb 15 08:19:41 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Port away from intltool.
+  + Updated translations.
+- Drop intltool BuildRequires: no longer needed.
+- Rebase gnome-packagekit-OnlyShowIn.patch.
+- Rebase bnc-946886-install-signatures-in-viewer.patch.
+
+---

Old:

  gnome-packagekit-3.22.1.tar.xz

New:

  gnome-packagekit-3.24.0.tar.xz



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.pfHNYW/_old  2017-03-22 23:10:18.159588636 +0100
+++ /var/tmp/diff_new_pack.pfHNYW/_new  2017-03-22 23:10:18.159588636 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-packagekit
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,13 +19,13 @@
 # Easy switching on/off of systemd integration
 %define with_systemd 1
 Name:   gnome-packagekit
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:Applications for the PackageKit API
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://packagekit.org/
-Source: 
http://download.gnome.org/sources/gnome-packagekit/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-packagekit/3.24/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-packagekit-displaysize.patch bgo#770640 
dims...@opensuse.org -- Never expand over 90% of the screen size,
 Patch0: gnome-packagekit-displaysize.patch
 # PATCH-FEATURE-OPENSUSE -- Only show gnome-packagekit in gnome.
@@ -41,7 +41,6 @@
 BuildRequires:  docbook-utils-minimal
 BuildRequires:  gettext-devel
 BuildRequires:  gnome-menus-devel
-BuildRequires:  intltool
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools

++ bnc-946886-install-signatures-in-viewer.patch ++
--- /var/tmp/diff_new_pack.pfHNYW/_old  2017-03-22 23:10:18.183585236 +0100
+++ /var/tmp/diff_new_pack.pfHNYW/_new  2017-03-22 23:10:18.187584669 +0100
@@ -270,7 +270,7 @@
 +
 +  /* get UI */
 +  builder_signature = gtk_builder_new ();
-+  retval = gtk_builder_add_from_file (builder_signature, GPK_DATA 
"/gpk-signature.ui", );
++  retval = gtk_builder_add_from_file (builder_signature, PKGDATADIR 
"/gpk-signature.ui", );
 +  if (retval == 0) {
 +  g_warning ("failed to load ui: %s", error->message);
 +  g_error_free (error);

++ gnome-packagekit-3.22.1.tar.xz -> gnome-packagekit-3.24.0.tar.xz ++
 84693 lines of diff (skipped)

++ gnome-packagekit-OnlyShowIn.patch ++
--- /var/tmp/diff_new_pack.pfHNYW/_old  2017-03-22 23:10:18.895484366 +0100
+++ /var/tmp/diff_new_pack.pfHNYW/_new  2017-03-22 23:10:18.895484366 +0100
@@ -1,18 +1,18 @@
-Index: gnome-packagekit-3.21.4/data/gpk-log.desktop.in
+Index: gnome-packagekit-3.23.90/data/gpk-log.desktop.in
 ===
 gnome-packagekit-3.21.4.orig/data/gpk-log.desktop.in
-+++ gnome-packagekit-3.21.4/data/gpk-log.desktop.in
-@@ -8,4 +8,4 @@ Type=Application
+--- gnome-packagekit-3.23.90.orig/data/gpk-log.desktop.in
 gnome-packagekit-3.23.90/data/gpk-log.desktop.in
+@@ -9,4 +9,4 @@ Type=Application
  NoDisplay=true
  Categories=GNOME;GTK;System;
  StartupNotify=true
 -
 +OnlyShowIn=GNOME;
-Index: gnome-packagekit-3.21.4/data/gpk-prefs.desktop.in
+Index: gnome-packagekit-3.23.90/data/gpk-prefs.desktop.in
 

commit gnome-maps for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-maps for openSUSE:Factory 
checked in at 2017-03-22 23:10:06

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


Package is "gnome-maps"

Wed Mar 22 23:10:06 2017 rev:29 rq:481592 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-maps/gnome-maps.changes2017-02-11 
01:35:47.386675166 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-maps.new/gnome-maps.changes   
2017-03-22 23:10:08.392972487 +0100
@@ -1,0 +2,41 @@
+Mon Mar 20 20:34:57 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Fix running when gnome-online-accounts isn't available.
+  + Updated translations.
+
+---
+Tue Mar 14 10:12:04 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Fix rendering Wikipedia links to articles containing a colon.
+  + Updated OpenStreetMap POI definitions for editing.
+  + Handle application/geo+json mime type for GeoJSON layer files.
+  + Updated translations.
+
+---
+Mon Feb 27 21:05:02 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Support for public transit routing (enabled when service
+definition contains a URL for an OpenTripPlanner server, or by
+debug environment variable).
+  + Add a button to reverse a route.
+  + Stop using "for in" loops to traverse arrays.
+  + Fixes for ES6 (GJS 1.48).
+  + Updated translations.
+
+---
+Wed Feb 15 09:33:14 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Updated translations.
+
+---
+Tue Jan 17 11:39:23 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.4:
+  + Removed usage of deprecated gtk_menu_popup() function.
+  + Updated translations.
+
+---
@@ -4,0 +46,20 @@
+
+---
+Tue Dec 13 15:26:06 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Enable easy building as a flatpak from within GNOME Builder.
+  + Updated translations.
+
+---
+Tue Nov 22 12:42:42 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Use Unicode in translatable strings.
+  + Updated translations.
+
+---
+Wed Nov  9 14:29:51 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.1:
+  + Fixed a typo and a formatting issue.

Old:

  gnome-maps-3.22.2.tar.xz

New:

  gnome-maps-3.24.0.tar.xz



Other differences:
--
++ gnome-maps.spec ++
--- /var/tmp/diff_new_pack.WpUTts/_old  2017-03-22 23:10:09.560807014 +0100
+++ /var/tmp/diff_new_pack.WpUTts/_new  2017-03-22 23:10:09.564806448 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-maps
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:Maps Application for GNOME
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:https://live.gnome.org/Design/Apps/Maps
-Source: 
http://download.gnome.org/sources/gnome-maps/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-maps/3.24/%{name}-%{version}.tar.xz
 # Needed for typelib() Requires
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
@@ -37,7 +37,7 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.39.3
 BuildRequires:  pkgconfig(gjs-1.0) >= 1.44.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.15.9
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(rest-0.7)
 

++ gnome-maps-3.22.2.tar.xz -> gnome-maps-3.24.0.tar.xz ++
 41277 lines of diff (skipped)




commit gnome-color-manager for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-color-manager for 
openSUSE:Factory checked in at 2017-03-22 23:10:25

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


Package is "gnome-color-manager"

Wed Mar 22 23:10:25 2017 rev:57 rq:481594 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-color-manager/gnome-color-manager.changes  
2016-11-10 13:10:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-color-manager.new/gnome-color-manager.changes 
2017-03-22 23:10:27.822219528 +0100
@@ -1,0 +2,13 @@
+Mon Mar 20 20:37:51 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Sat Mar 11 20:35:13 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Updated translations.
+- Drop intltool BuildRequires: no longer required.
+
+---

Old:

  gnome-color-manager-3.22.2.tar.xz

New:

  gnome-color-manager-3.24.0.tar.xz



Other differences:
--
++ gnome-color-manager.spec ++
--- /var/tmp/diff_new_pack.iP15RQ/_old  2017-03-22 23:10:28.566114125 +0100
+++ /var/tmp/diff_new_pack.iP15RQ/_new  2017-03-22 23:10:28.570113558 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-color-manager
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,16 +18,15 @@
 
 
 Name:   gnome-color-manager
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:Color management tools for GNOME
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://projects.gnome.org/gnome-color-manager
-Source: 
http://download.gnome.org/sources/gnome-color-manager/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-color-manager/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-utils
 BuildRequires:  gcc-c++
-BuildRequires:  intltool
 BuildRequires:  libtiff-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files

++ gnome-color-manager-3.22.2.tar.xz -> gnome-color-manager-3.24.0.tar.xz 
++
 80609 lines of diff (skipped)




commit gnome-power-manager for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-power-manager for 
openSUSE:Factory checked in at 2017-03-22 23:09:46

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


Package is "gnome-power-manager"

Wed Mar 22 23:09:46 2017 rev:119 rq:481591 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-power-manager/gnome-power-manager.changes  
2016-11-10 13:11:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-power-manager.new/gnome-power-manager.changes 
2017-03-22 23:09:49.987580409 +0100
@@ -1,0 +2,20 @@
+Mon Mar 20 20:33:38 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Sat Mar 11 21:20:13 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Updated translations.
+
+---
+Wed Feb 15 09:30:54 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Port away from intltool.
+  + Updated translations.
+- Drop intltool BuildRequires: no longer needed.
+
+---

Old:

  gnome-power-manager-3.22.2.tar.xz

New:

  gnome-power-manager-3.24.0.tar.xz



Other differences:
--
++ gnome-power-manager.spec ++
--- /var/tmp/diff_new_pack.K3yYme/_old  2017-03-22 23:09:51.007435902 +0100
+++ /var/tmp/diff_new_pack.K3yYme/_new  2017-03-22 23:09:51.011435335 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-power-manager
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,17 +17,16 @@
 
 
 Name:   gnome-power-manager
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:Power Management for GNOME
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://projects.gnome.org/gnome-power-manager/
-Source: 
http://download.gnome.org/sources/gnome-power-manager/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-power-manager/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-utils-minimal
 BuildRequires:  fdupes
 BuildRequires:  gnome-patch-translation
-BuildRequires:  intltool >= 0.50.0
 BuildRequires:  libupower-glib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files

++ gnome-power-manager-3.22.2.tar.xz -> gnome-power-manager-3.24.0.tar.xz 
++
 31365 lines of diff (skipped)




commit gnome-multi-writer for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-multi-writer for 
openSUSE:Factory checked in at 2017-03-22 23:09:38

Comparing /work/SRC/openSUSE:Factory/gnome-multi-writer (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-multi-writer.new (New)


Package is "gnome-multi-writer"

Wed Mar 22 23:09:38 2017 rev:10 rq:481590 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-multi-writer/gnome-multi-writer.changes
2016-10-18 10:32:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-multi-writer.new/gnome-multi-writer.changes   
2017-03-22 23:09:38.457214204 +0100
@@ -1,0 +2,13 @@
+Mon Mar 20 20:32:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + No changes.
+
+---
+Sat Mar 11 21:16:46 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Check some return codes when talking to the device.
+  + Updated translations.
+
+---

Old:

  gnome-multi-writer-3.22.1.tar.xz

New:

  gnome-multi-writer-3.24.0.tar.xz



Other differences:
--
++ gnome-multi-writer.spec ++
--- /var/tmp/diff_new_pack.p1tfC6/_old  2017-03-22 23:09:39.021134299 +0100
+++ /var/tmp/diff_new_pack.p1tfC6/_new  2017-03-22 23:09:39.025133731 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-multi-writer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-multi-writer
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:Write an ISO file to multiple USB devices at once
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://wiki.gnome.org/Apps/MultiWriter
-Source: 
http://download.gnome.org/sources/gnome-multi-writer/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-multi-writer/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-utils-minimal
 BuildRequires:  gobject-introspection-devel >= 0.9.8
 BuildRequires:  hicolor-icon-theme

++ gnome-multi-writer-3.22.1.tar.xz -> gnome-multi-writer-3.24.0.tar.xz 
++
 2868 lines of diff (skipped)




commit gnome-getting-started-docs for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-getting-started-docs for 
openSUSE:Factory checked in at 2017-03-22 23:08:50

Comparing /work/SRC/openSUSE:Factory/gnome-getting-started-docs (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-getting-started-docs.new (New)


Package is "gnome-getting-started-docs"

Wed Mar 22 23:08:50 2017 rev:10 rq:481584 version:3.24.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-getting-started-docs/gnome-getting-started-docs.changes
2016-09-23 11:36:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-getting-started-docs.new/gnome-getting-started-docs.changes
   2017-03-22 23:08:54.479445747 +0100
@@ -1,0 +2,6 @@
+Mon Mar 20 20:03:17 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---

Old:

  gnome-getting-started-docs-3.22.0.tar.xz

New:

  gnome-getting-started-docs-3.24.0.tar.xz



Other differences:
--
++ gnome-getting-started-docs.spec ++
--- /var/tmp/diff_new_pack.86o31j/_old  2017-03-22 23:08:58.126928900 +0100
+++ /var/tmp/diff_new_pack.86o31j/_new  2017-03-22 23:08:58.126928900 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-getting-started-docs
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-getting-started-docs
-Version:3.22.0
+Version:3.24.0
 Release:0
 Summary:Getting started with GNOME - Documentation
 License:CC-BY-SA-3.0
 Group:  Documentation
 Url:http://live.gnome.org/DocumentationProject
-Source: 
http://download.gnome.org/sources/gnome-getting-started-docs/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-getting-started-docs/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  yelp-tools
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ gnome-getting-started-docs-3.22.0.tar.xz -> 
gnome-getting-started-docs-3.24.0.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-getting-started-docs/gnome-getting-started-docs-3.22.0.tar.xz
 
/work/SRC/openSUSE:Factory/.gnome-getting-started-docs.new/gnome-getting-started-docs-3.24.0.tar.xz
 differ: char 26, line 1




commit polari for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package polari for openSUSE:Factory checked 
in at 2017-03-22 23:09:21

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


Package is "polari"

Wed Mar 22 23:09:21 2017 rev:22 rq:481588 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/polari/polari.changes2017-01-10 
10:41:28.168372460 +0100
+++ /work/SRC/openSUSE:Factory/.polari.new/polari.changes   2017-03-22 
23:09:23.431343312 +0100
@@ -1,0 +2,64 @@
+Mon Mar 20 20:25:06 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Add user documentation (bgo#722498).
+  + Misc. bug fixes: bgo#780166, bgo#779946, bgo#780298.
+  + Updated translations.
+
+---
+Tue Mar 14 17:52:28 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Support the meson build system (bgo#779599).
+  + Implement room list filtering (bgo#779960).
+  + Misc. bug fixes and cleanups: bgo#779906, bgo#779921,
+bgo#779940.
+  + Updated translations.
+
+---
+Mon Mar  6 10:17:08 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Bundle required Telepathy services in flatpak (bgo#05).
+  + Support auth bots that use "login" instead of "identify"
+(bgo#778841).
+  + Misc. bug fixes: bgo#778793, bgo#778797, bgo#778850,
+bgo#779449, bgo#771888.
+  + Updated translations.
+- Drop polari-fast-forward-to-9d0fcf3.patch: No longer needed.
+
+---
+Mon Feb 20 12:54:45 UTC 2017 - dims...@opensuse.org
+
+- Add polari-fast-forward-to-9d0fcf3.patch: Move to git HEAD of
+  today, which fixes a lot of issues in combination with gjs
+  1.47.90 (issues that rendered polari unusable).
+
+---
+Thu Feb 16 08:24:46 UTC 2017 - luke.nukem.jo...@gmail.com
+
+- Update to version 3.23.90:
+  + Add spell check support to entry (bgo#709956).
+  + Add room list to join dialog (bgo#763200).
+- Add pkgconfig(gspell-1) BuildRequires: New dependency.
+
+---
+Wed Nov 23 20:23:58 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Allow to run polari in the background (bgo#770750).
+  + Misc. bug fixes: bgo#774283.
+  + Updated translations.
+- Drop polari-allow-run-in-background.patch, libtool BuildRequires
+  and stop passing autoreconf, fixed upstream.
+
+---
+Wed Nov 23 20:22:58 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.1:
+  + Mask identify passwords in private chats (bgo#771888).
+  + Add a contextual popover to nicks in chat log (bgo#760853).
+  + Misc. bug fixes: bgo#771557, bgo#770749, bgo#773293.
+- Add pkgconfig(gjs-1.0) BuildRequires: new dependency.
+
+---

Old:

  polari-3.22.2.tar.xz
  polari-allow-run-in-background.patch

New:

  polari-3.24.0.tar.xz



Other differences:
--
++ polari.spec ++
--- /var/tmp/diff_new_pack.p5Uhcn/_old  2017-03-22 23:09:24.535186900 +0100
+++ /var/tmp/diff_new_pack.p5Uhcn/_new  2017-03-22 23:09:24.535186900 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package polari
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,25 +18,23 @@
 
 
 Name:   polari
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:An IRC Client for GNOME
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Networking/IRC
 Url:http://wiki.gnome.org/Apps/Polari
-Source0:
http://download.gnome.org/sources/polari/3.22/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/polari/3.24/%{name}-%{version}.tar.xz
 Source99:   polari-rpmlintrc
-# PATCH-FEATURE-UPSTREAM polari-allow-run-in-background.patch bgo#770750 
zai...@opensuse.org -- Allow app to run in background.
-Patch0: polari-allow-run-in-background.patch
 BuildRequires:  gjs >= 1.45.0
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50.0
-# Needed for patch0
-BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0) >= 2.41.0
+BuildRequires:  pkgconfig(gjs-1.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
+BuildRequires:  

commit file-roller for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory 
checked in at 2017-03-22 23:09:30

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


Package is "file-roller"

Wed Mar 22 23:09:30 2017 rev:128 rq:481589 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes  2017-02-21 
13:32:22.412443228 +0100
+++ /work/SRC/openSUSE:Factory/.file-roller.new/file-roller.changes 
2017-03-22 23:09:32.678033088 +0100
@@ -1,0 +2,31 @@
+Mon Mar 20 20:29:34 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Tue Mar 14 09:55:36 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + nautilus-fileroller: remove compress support (bgo#779706).
+  + Updated translations.
+
+---
+Fri Mar  3 12:11:23 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Restore Nautilus extension for the format types not supported
+by Nautilus (bgo#772765).
+  + Updated translations.
+
+---
+Mon Feb 27 20:37:46 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.22.3:
+  + Fixed crash after extracting a file (bgo#778846).
+  + Updated translations.
+- Drop file-roller-open-dest-dialog-only-when-using-notify.patch,
+  file-roller-libarchive-dont-convert-null-strings.patch and
+  file-roller-fix-crash-after-extracting.patch: Fixed upstream.
+
+---

Old:

  file-roller-3.22.2.tar.xz
  file-roller-fix-crash-after-extracting.patch
  file-roller-libarchive-dont-convert-null-strings.patch
  file-roller-open-dest-dialog-only-when-using-notify.patch

New:

  file-roller-3.24.0.tar.xz



Other differences:
--
++ file-roller.spec ++
--- /var/tmp/diff_new_pack.Vhxbup/_old  2017-03-22 23:09:34.001845509 +0100
+++ /var/tmp/diff_new_pack.Vhxbup/_new  2017-03-22 23:09:34.001845509 +0100
@@ -17,23 +17,17 @@
 
 
 Name:   file-roller
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:An Archive Manager for GNOME
 License:GPL-2.0+
 Group:  Productivity/Archiving/Compression
 Url:http://fileroller.sourceforge.net
-Source: 
http://download.gnome.org/sources/file-roller/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/file-roller/3.24/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE file-roller-3.4-change-archiver-priority.patch bnc#767386 
gan...@opensuse.org -- Give unzip a higher priority than 7z when unpackging zip 
files. Gives better results for non-latin charsets.
 Patch0: file-roller-3.4-change-archiver-priority.patch
 # PATCH-FEATURE-OPENSUSE file-roller-pkg-match.patch bnc#696530 
dims...@opensuse.org -- List package match names for automatic installation 
using PK.
 Patch1: file-roller-pkg-match.patch
-# PATCH-FIX-UPSTREAM file-roller-libarchive-dont-convert-null-strings.patch 
zai...@opensuse.org -- Don't convert null strings to utf8
-Patch2: file-roller-libarchive-dont-convert-null-strings.patch
-# PATCH-FIX-UPSTREAM file-roller-fix-crash-after-extracting.patch bgo#778846 
boo#1022082 zai...@opensuse.org -- Fix a crash after extracting a file
-Patch3: file-roller-fix-crash-after-extracting.patch
-# PATCH-FIX-UPSTREAM file-roller-open-dest-dialog-only-when-using-notify.patch 
zai...@opensuse.org -- show the 'open destination' dialog only when using 
--notify 
-Patch4: file-roller-open-dest-dialog-only-when-using-notify.patch
 
 # Needed for directory ownership
 BuildRequires:  dbus-1
@@ -94,9 +88,6 @@
 %setup -q
 %patch0
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++ file-roller-3.22.2.tar.xz -> file-roller-3.24.0.tar.xz ++
 7389 lines of diff (skipped)




commit gnome-shell-extensions for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2017-03-22 23:09:13

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


Package is "gnome-shell-extensions"

Wed Mar 22 23:09:13 2017 rev:53 rq:481587 version:3.24.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2016-11-12 14:49:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
   2017-03-22 23:09:15.916408157 +0100
@@ -1,0 +2,36 @@
+Mon Mar 20 20:23:35 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Tue Mar 14 18:19:27 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + update classic theme.
+  + Updated translations.
+
+---
+Wed Mar  1 21:17:31 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Updated translations.
+
+---
+Thu Feb 16 23:15:07 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + window-list:
+- Improve styling.
+- Hide workspace indicator when there's a single (static)
+  workspace.
+  + Updated translations.
+
+---
+Fri Nov 25 14:47:02 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + alternateTab: Don't take over 'switch-group' shortcut.
+  + Updated translations.
+
+---

Old:

  gnome-shell-extensions-3.22.2.tar.xz

New:

  gnome-shell-extensions-3.24.0.tar.xz



Other differences:
--
++ gnome-shell-extensions.spec ++
--- /var/tmp/diff_new_pack.54ayFB/_old  2017-03-22 23:09:16.992255712 +0100
+++ /var/tmp/diff_new_pack.54ayFB/_new  2017-03-22 23:09:16.992255712 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-shell-extensions
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,13 +20,13 @@
 %global __requires_exclude typelib\\(Meta\\)
 
 Name:   gnome-shell-extensions
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:A collection of extensions for GNOME Shell
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/GnomeShell/Extensions
-Source: 
http://download.gnome.org/sources/gnome-shell-extensions/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-shell-extensions/3.24/%{name}-%{version}.tar.xz
 Source1:README.SUSE
 Source2:sle-classic.desktop
 # PATCH-FEATURE-SLE gnome-shell-add-app-to-desktop.patch bnc#870580 
dli...@suse.com --  allow adding app shortcut to desktop easily.

++ gnome-shell-extensions-3.22.2.tar.xz -> 
gnome-shell-extensions-3.24.0.tar.xz ++
 13895 lines of diff (skipped)




commit eog for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package eog for openSUSE:Factory checked in 
at 2017-03-22 23:08:58

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


Package is "eog"

Wed Mar 22 23:08:58 2017 rev:124 rq:481585 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/eog/eog.changes  2016-10-18 10:32:10.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eog.new/eog.changes 2017-03-22 
23:08:59.98211 +0100
@@ -1,0 +2,39 @@
+Mon Mar 20 20:18:29 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Tue Mar 14 09:14:28 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Updated translations.
+
+---
+Tue Feb 28 00:07:09 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Various fixes for the new zoom widget.
+  + Make zoom menu wider (bgo#778573).
+  + Updated translations.
+
+---
+Wed Feb 15 08:45:00 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Replace zoom scale with a text entry based on Evince's zoom
+widget.
+  + Fix keyboard navigation in the headerbar and popup menu.
+  + Bugs fixed: bgo#754985.
+  + Updated translations.
+
+---
+Tue Jan 17 12:05:25 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.1:
+  + Several GTK deprecation fixes.
+  + Smaller bug and memory leak fixes.
+  + Bugs fixed: bgo#774001, bgo#776984.
+  + Updated translations.
+
+---

Old:

  eog-3.20.5.tar.xz

New:

  eog-3.24.0.tar.xz



Other differences:
--
++ eog.spec ++
--- /var/tmp/diff_new_pack.6DxEEM/_old  2017-03-22 23:09:01.266484027 +0100
+++ /var/tmp/diff_new_pack.6DxEEM/_new  2017-03-22 23:09:01.270483461 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eog
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   eog
-Version:3.20.5
+Version:3.24.0
 Release:0
 Summary:Image Viewer for GNOME
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Graphics/Viewers
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/eog/3.20/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/eog/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.50.1
 BuildRequires:  libjpeg-devel
@@ -36,7 +36,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.42.0
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.3
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libexif)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 0.7.4

++ eog-3.20.5.tar.xz -> eog-3.24.0.tar.xz ++
 30353 lines of diff (skipped)




commit orca for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package orca for openSUSE:Factory checked in 
at 2017-03-22 23:09:05

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


Package is "orca"

Wed Mar 22 23:09:05 2017 rev:128 rq:481586 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/orca/orca.changes2016-11-12 
14:51:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.orca.new/orca.changes   2017-03-22 
23:09:07.173646989 +0100
@@ -1,0 +2,131 @@
+Mon Mar 20 20:20:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Web:
+- Fix issue in new command to move to the end of the current
+  container.
+- Fix instance in which we were failing to present
+  contenteditable content.
+- Sanity check our attempt to hack around broken text from
+  Gecko.
+  + General:
+- Improve presentation of Gtk+ editable combo boxes.
+- Attempt to handle children-changed:add event flood from
+  menus.
+  + MATE: Filter out focus events from widgets in windows which
+claim to be active, but actually are not.
+  + Updated translations.
+
+---
+Mon Feb 27 11:38:32 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Web:
+- Add structural navigation commands to move to start, end of
+  current container.
+- Handle bogus/duplicate accessible-application instances we're
+  seeing with Gecko apps built against Gtk+ 3 (eliminates
+  double-presentation during caret-navigation).
+- Try to prevent SeaMonkey Mail composition from unexpectedly
+  entering browse mode.
+- Fix issues getting stuck in visually-hidden MathML content.
+- Prevent generation of unrelated labels for web content
+  (performance).
+- Fix several issues to improve our workarounds for bugs in
+  Gecko's accessible-text interface.
+- More work on recovery from zombified elements (improves
+  reliability).
+- Improve reliability of "sticky" browse mode.
+- Fix minor issues in new context-presentation support.
+- Don't present loading messages if document is neither showing
+  nor visible.
+  + MATE:
+- Work around MATE Panel's less-than-ideal event ordering and
+  missing events in order to improve presentation of it's
+  Applications menu.
+- Sanity-check windows which claim to be active and ignore
+  bogus window:active events and state-changed:active events
+  from frames.
+  + General:
+- Don't present new ancestors of menu bars.
+-  Don't use the pyatspi cache for descriptions to ensure we
+   don't present stale information.
+- Don't treat insertions as auto-text events if the source is
+  no longer focused.
+- Fix recent (unstable-version) regression in which labels
+  which label other labels stopped being presented.
+- Update the active window and conditionally present
+  mouse-triggered focus changes.
+  + Updated translations.
+- Switch package to noarch.
+
+---
+Tue Feb  7 13:34:58 UTC 2017 - dims...@opensuse.org
+
+- Drop typelib-1_0-Wnck-3_0 Requires: this is properly
+  auto-detected since orca added the correct dependency in the
+  code.
+
+---
+Thu Feb  2 19:05:15 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4:
+  + Web:
+- Optionally announce when entering and leaving blockquotes,
+  lists, tables, panels, forms, and landmarks.
+- Improve handling of pages where the content is rapidly and
+  repeatedly destroyed and replaced.
+- Improve workarounds for several Gecko editable-text bugs.
+- Ensure we always announce ARIA landmark type before setting
+  the caret.
+- Improve presentation of ARIA regions.
+- Add custom support for ARIA switch role.
+- Present messages resulting from use of aria-invalid.
+- Check for and filter out defunct objects when building
+  elements list.
+- Eliminate double-speaking of line after document load.
+- Suppress presentation of irrelevant loading messages
+  resulting from busy state-change events in SeaMonkey's mail
+  client.
+- Eliminate double-speaking of inferred labels in SayAll.
+- Fix several instances where new document name was not being
+  presented.
+- Handle (un)ordered lists in which item text falls outside the
+  item element.
+- Descend images if they are imagemaps so that we don't fail to
+  present their content.
+  + LibreOffice:
+- Fix crash presenting certain Writer tables.
+- Handle LO's recently-corrected exposure of text attributes
+  for spellcheck.
+- Handle change in LO's 

commit baobab for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package baobab for openSUSE:Factory checked 
in at 2017-03-22 23:08:36

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


Package is "baobab"

Wed Mar 22 23:08:36 2017 rev:36 rq:481582 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/baobab/baobab.changes2016-11-10 
13:12:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.baobab.new/baobab.changes   2017-03-22 
23:08:37.965785742 +0100
@@ -1,0 +2,20 @@
+Mon Mar 20 20:01:36 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Mon Feb 27 14:22:32 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Never show more than 5 recent elements.
+  + Do not regenerate .po files automatically.
+  + Updated translations.
+
+---
+Wed Feb 15 08:43:40 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Updated translations.
+
+---

Old:

  baobab-3.22.1.tar.xz

New:

  baobab-3.24.0.tar.xz



Other differences:
--
++ baobab.spec ++
--- /var/tmp/diff_new_pack.uXDzem/_old  2017-03-22 23:08:38.961644628 +0100
+++ /var/tmp/diff_new_pack.uXDzem/_new  2017-03-22 23:08:38.965644061 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package baobab
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   baobab
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:Disk Usage Analyzer
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/baobab/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/baobab/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.25.1
 BuildRequires:  yelp-tools

++ baobab-3.22.1.tar.xz -> baobab-3.24.0.tar.xz ++
 55585 lines of diff (skipped)




commit latexila for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package latexila for openSUSE:Factory 
checked in at 2017-03-22 23:08:28

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


Package is "latexila"

Wed Mar 22 23:08:28 2017 rev:26 rq:481479 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/latexila/latexila.changes2016-12-22 
15:57:01.534319580 +0100
+++ /work/SRC/openSUSE:Factory/.latexila.new/latexila.changes   2017-03-22 
23:08:31.138753145 +0100
@@ -1,0 +2,35 @@
+Mon Mar 20 18:53:29 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Sun Mar 12 13:20:16 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Easier keyboard shortcuts for bold, italic and underline:
+B/I/U.
+  + In the menus to open a recently used file, show a tooltip with
+the full path.
+  + Document structure: fix bug to allow "TODO: ..." and
+"FIXME: ..." (with the colon).
+  + Other small code improvements.
+  + Fix minor issues found by Coverity.
+  + Updated translations.
+
+---
+Sat Jan 28 17:31:32 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.1:
+  + Update code to not use deprecated GtkSourceView APIs.
+  + Use the Gtef library; Some functionality has been moved from
+LaTeXila to Gtef.
+  + Change menu item label "Search Forward" -> "Jump to PDF" to not
+confuse it with the normal search and replace feature. And
+adapt the docs accordingly.
+  + Update the build system to use autoconf-archive macros instead
+of gnome-common.
+  + Updated translations.
+- Add pkgconfig(gtef-2) BuildRequires: new dependency.
+
+---

Old:

  latexila-3.22.1.tar.xz

New:

  latexila-3.24.0.tar.xz



Other differences:
--
++ latexila.spec ++
--- /var/tmp/diff_new_pack.CfuWOa/_old  2017-03-22 23:08:31.882647734 +0100
+++ /var/tmp/diff_new_pack.CfuWOa/_new  2017-03-22 23:08:31.882647734 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package latexila
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   latexila
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:Integrated LaTeX Environment for the GNOME desktop
 License:GPL-3.0+
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://projects.gnome.org/latexila/
-Source0:
http://download.gnome.org/sources/latexila/3.22/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/latexila/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gettext-tools
 BuildRequires:  gnome-desktop
@@ -37,12 +37,13 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.26.0
 BuildRequires:  pkgconfig(gee-0.8) >= 0.10
-BuildRequires:  pkgconfig(gio-2.0) >= 2.40
+BuildRequires:  pkgconfig(gio-2.0) >= 2.50
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gspell-1) >= 1.0
+BuildRequires:  pkgconfig(gtef-2) >= 1.99.1
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
-BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.18.0
-BuildRequires:  pkgconfig(vapigen)
+BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.23.1
+BuildRequires:  pkgconfig(vapigen) >= 0.34
 Requires:   gsettings-desktop-schemas
 Requires:   texlive-latexmk-bin
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ latexila-3.22.1.tar.xz -> latexila-3.24.0.tar.xz ++
 34024 lines of diff (skipped)




commit gjs for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gjs for openSUSE:Factory checked in 
at 2017-03-22 23:08:44

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


Package is "gjs"

Wed Mar 22 23:08:44 2017 rev:60 rq:481583 version:1.48.0

Changes:

--- /work/SRC/openSUSE:Factory/gjs/gjs.changes  2016-09-21 18:44:21.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gjs.new/gjs.changes 2017-03-22 
23:08:45.500718035 +0100
@@ -1,0 +2,133 @@
+Mon Mar 20 19:58:00 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.48.0:
+  + Memory leak in object_instance_resolve() (bgo#780171).
+- Drop gjs-object-Fix-memory-leak-in-resolve.patch: fixed upstream.
+
+---
+Thu Mar 16 22:59:02 UTC 2017 - luke.nukem.jo...@gmail.com
+
+- Add patch gjs-object-Fix-memory-leak-in-resolve.patch: The "name"
+  string, allocated in gjs_get_string_id(), wasn't getting freed at
+  every exit point of the function (bgo#780171).
+
+---
+Tue Mar 14 09:19:56 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.47.92:
+  + gjs 1.47.91 configure fails with Fedora's mozjs38 (bgo#779412).
+  + tests: Don't fail when Gtk+-4.0 is available (bgo#779594).
+  + gjs 1.47.91 test failures on non-amd64 (bgo#779399).
+  + gjs_eval_thread should always be set (bgo#779693).
+  + System.exit() should exit even across main loop iterations
+(bgo#779692).
+  + Fix a typo in testCommandLine.sh (bgo#779772).
+  + arg: Fix accidental fallthrough (bgo#779838).
+  + jsUnit: Explicitly check if tempTop.parent is defined
+(bgo#779871).
+  + Misc bug fixes.
+- Drop mozjs38 BuildRequires and stop passing JS_INTERP=/usr/bin/js
+  to configure: No longer needed after upstream fixes.
+
+---
+Tue Feb 28 01:46:36 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.47.91:
+  + overrides/Gio: Provide an empty array on error, rather than
+null (bgo#677513).
+  + WithSignals parameter for Lang.Class (bgo#664897).
+  + Add API to better support asynchronous code (bgo#608450).
+  + Fix 1.47.90 tests are failing (bgo#778780).
+  + boxed: Plug a memory leak (bgo#779036).
+  + Don't crash when marshalling an unsafe integer from
+introspection (bgo#778705).
+  + Lang.Class should include symbol properties (bgo#778718).
+  + Console output of arrays should be UTF-8 aware (bgo#778729).
+  + Various fixes for 1.47.91 (bgo#779293).
+  + Progress towards a Visual Studio build of GJS on Windows.
+  + Misc bug fixes.
+- Pass JS_INTERP=/usr/bin/js to configure in order to help it find
+  the default, unversioned js binary.
+- Add moyjs38 BuildRequires: the mozjs interpreter is not installed
+  per default together with mozjs-devel.
+
+---
+Wed Feb 15 09:34:55 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.47.90:
+  + This version of GJS is based on SpiderMonkey 38.
+  + Syntax enhancements.
+  + Various API additions.
+  + Backwards-incompatible changes:
+- It is now a syntax error to declare the same variable twice
+  with "let" or "const" in the same scope. Existing code may
+  need to be fixed, but the fix is trivial.
++ SpiderMonkey is now extra vocal about warning when you access
+  an undefined property, and this causes some false positives.
+  You can turn this warning off by setting
+  GJS_DISABLE_EXTRA_WARNINGS=1.
++ When enumerating the importer object (i.e.,
+  "for (let i in imports) {...}") you will now get the names of
+  any built-in modules that have previously been imported.
+  + Bugs fixed: bgo#776966, bgo#777205, bgo#642506, bgo#776549,
+bgo#777962.
+- Replace pkgconfig(mozjs-31) BuildRequires with
+  pkgconfig(mozjs-38), following upstreams port.
+
+---
+Fri Jan 20 12:26:42 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.47.4:
+  + News for GJS embedders such as gnome-shell:
+- New API: The GjsCoverage type and its methods are now
+  exposed. Use this if you are embedding GJS and need to output
+  code coverage statistics.
+  + Bugs fixed: bgo#563391, bgo#619710, bgo#636283, bgo#697020,
+bgo#730101, bgo#737607, bgo#742852, bgo#751146, bgo#760057,
+bgo#775444, bgo#775776, bgo#776193, bgo#776938.
+
+---
+Tue Dec 13 13:56:44 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.47.3:
+  + New JavaScript features! This version of GJS is based on
+SpiderMonkey 31, an upgrade from the previous ESR (Extended
+Support Release) of SpiderMonkey 24.
+  + New syntax:
+- 

commit gupnp for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gupnp for openSUSE:Factory checked 
in at 2017-03-22 23:08:06

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


Package is "gupnp"

Wed Mar 22 23:08:06 2017 rev:55 rq:481415 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/gupnp/gupnp.changes  2016-11-25 
12:26:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.gupnp.new/gupnp.changes 2017-03-22 
23:08:07.622085534 +0100
@@ -1,0 +2,8 @@
+Mon Mar 20 14:26:57 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.0.2:
+  + Fix a potential crash of GUPnPProxy when trying to access a
+dangling GUPnPServiceProxy pointer of a server handler
+(bgo#777491).
+
+---

Old:

  gupnp-1.0.1.tar.xz

New:

  gupnp-1.0.2.tar.xz



Other differences:
--
++ gupnp.spec ++
--- /var/tmp/diff_new_pack.TWDVym/_old  2017-03-22 23:08:09.269852038 +0100
+++ /var/tmp/diff_new_pack.TWDVym/_new  2017-03-22 23:08:09.273851472 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gupnp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   gupnp
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Implementation of the UPnP specification
 License:LGPL-2.0+

++ gupnp-1.0.1.tar.xz -> gupnp-1.0.2.tar.xz ++
 4142 lines of diff (skipped)




commit shotwell for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2017-03-22 23:08:21

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


Package is "shotwell"

Wed Mar 22 23:08:21 2017 rev:69 rq:481474 version:0.26.0

Changes:

--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes2017-02-08 
10:40:12.561265127 +0100
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2017-03-22 
23:08:25.375569802 +0100
@@ -1,0 +2,73 @@
+Mon Mar 20 17:05:22 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.26.0:
+  + Fix build on non-glibc systems.
+  + Fix missing optimisation in standard configure call.
+  + bugs fixed: bgo#779844, bgo#780116.
+- Changes from version 0.25.92:
+  + Fix navigation issue when deleting image in fullscreen view.
+  + Fix toolbox not visible on Mate in fullscreen view.
+  + Fix navigation in viewer when saving modified photo.
+  + Fix wrong macro in manpage.
+  + Clean-up some dependencies.
+  + Make it possible to enable/disable individual publishers.
+  + Remove obsolete UI file.
+  + Move all icons in the resource file.
+  + Move ui files into resources.
+  + Remove obsolete Glade helpers.
+  + Clean-up printing dialog a little.
+  + Piwigo: Append .jpg extension to published raw files.
+  + Fix keyboard accessibility of CCW rotation.
+  + Fix massive memory consumption when importing videos.
+  + Fix context menu of viewer.
+  + Fix a useless string copy.
+  + Use default measurements depending on locale when none are set.
+  + Bugs fixed: bgo#715501, bgo#729091, bgo#732663, bgo#734816,
+bgo#775158, bgo#779558, bgo#779844, bgo#779989.
+- Changes from version 0.25.90:
+  + Remove obsolete option to create new folders on Picasa web
+albums.
+  + Update Google API keys.
+  + Fix Youtube upload by porting to libgdata.
+  + Use embedded thumbnails in RAW files when default developer is
+set to Camera.
+  + Remove accidental raw development while importing.
+  + Fix "Export" menu accidentally being labelled as "Save As".
+  + Bugs fixed: bgo#717305, bgo#718248, bgo#777910.
+- Changes from version 0.25.5:
+  + Fix setting of gamma value and color matrix in libraw
+(bgo#778174).
+  + Extract web publishing authenticators into separate library.
+That should make it possible to easily support UOA and GOA
+without patching Shotwell.
+- Changes from version 0.25.4:
+  + Publishing: Use HTTPS everywhere.
+- Changes from version 0.25.3:
+  + Fix event page context menu.
+  + Try to guess character set of string when UTF-8 validation
+fails.
+  + Fix tags context menu.
+  + Properly switch menu bar when changing pages.
+  + Fix rating.
+  + Fix a critical about reparenting a popup menu.
+  + Fix sidebar context menu.
+  + Fix toolbar in camera import page.
+  + Update glade files for all publishers.
+  + Flickr: Simplify OAuth parsing by using libsoup.
+  + Fix accelerators not coming from menu model.
+  + Add -f as shortcut for search bar.
+  + Remove AppMenu, needs more thinking about the design.
+  + Flickr: Use human-readable size of upload quota.
+  + Fix leave fullscreen option.
+  + Fix upload issues with flickr.
+  + Fix several disabled actions when switching away from pages.
+  + Fix actions in fullscreen.
+  + Fix several typos.
+  + Piwigo: Fix title and comments on upload.
+  + Bugs fixed: bgo#776298, bgo#776527, bgo#776589, bgo#776614,
+bgo#776839.
+  + Updated translations.
+- Add pkgconfig(gcr-3), pkgconfig(gcr-ui-3) and pkgconfig(libgdata)
+  BuildRequires: new dependencies for the various publishers.
+
+---

Old:

  shotwell-0.24.5.tar.xz

New:

  shotwell-0.26.0.tar.xz



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.pPhoIs/_old  2017-03-22 23:08:26.311437187 +0100
+++ /var/tmp/diff_new_pack.pPhoIs/_new  2017-03-22 23:08:26.311437187 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   shotwell
-Version:0.24.5
+Version:0.26.0
 Release:0
 Summary:Photo Manager for GNOME
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Viewers
 Url:https://wiki.gnome.org/Apps/Shotwell
-Source: 
http://download.gnome.org/sources/shotwell/0.24/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/shotwell/0.26/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  itstool
 BuildRequires:  libraw-devel-static
@@ -33,18 +33,22 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(atk)
 BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(gcr-3)
+BuildRequires:  pkgconfig(gcr-ui-3)
 BuildRequires:  

commit python-gobject for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory 
checked in at 2017-03-22 23:08:13

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


Package is "python-gobject"

Wed Mar 22 23:08:13 2017 rev:65 rq:481420 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes
2016-09-21 18:34:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-gobject.new/python-gobject.changes   
2017-03-22 23:08:14.577099980 +0100
@@ -1,0 +2,35 @@
+Mon Mar 20 15:28:17 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + overrides: Update for Gdk-4.0 and Gtk+-4.0 (bgo#773315,
+bgo#777680).
+  + Disable -Werror=missing-prototypes (bgo#777534).
+  + Fix new PEP8 errors (bgo#776009).
+  + Move pep8/pyflakes tests from 'make check' to
+'make check.quality' (bgo#764087).
+  + Handle exception unreffing Variant at exit (bgo#776092).
+  + Handle multiple deinit of callable cache (bgo#776092).
+- Drop python-gobject-missing-prototypes.patch: fixed upstream.
+
+---
+Wed Mar 15 19:38:20 UTC 2017 - toddrme2...@gmail.com
+
+- Provide python2- versions of packages to ease transition to
+  python single-spec macros.
+
+---
+Mon Feb 27 13:28:08 UTC 2017 - dims...@opensuse.org
+
+- Move Pango overrides to -Gdk package: the main pygobject package
+  is supposed to be installable without a dependency on X
+  (boo#1025819).
+
+---
+Wed Feb 22 18:06:29 UTC 2017 - dims...@opensuse.org
+
+- Add python-gobject-missing-prototypes.patch: Disable
+  -Werror=missing-prototypes (bgo#777534).
+- Add gnome-common BuildRequires and call autoreconf, as above
+  patch touches the build system.
+
+---
python3-gobject.changes: same change

Old:

  pygobject-3.22.0.tar.xz

New:

  pygobject-3.24.0.tar.xz



Other differences:
--
++ python-gobject.spec ++
--- /var/tmp/diff_new_pack.68tciA/_old  2017-03-22 23:08:15.432978698 +0100
+++ /var/tmp/diff_new_pack.68tciA/_new  2017-03-22 23:08:15.432978698 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gobject
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -40,14 +40,15 @@
 Summary:Python bindings for GObject
 License:LGPL-2.1+
 Group:  Development/Libraries/Python
-Version:3.22.0
+Version:3.24.0
 Release:0
 Url:https://wiki.gnome.org/Projects/PyGObject/
-Source: 
http://download.gnome.org/sources/pygobject/3.22/%{_name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/pygobject/3.24/%{_name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmate...@suse.com -- Fix build 
with python 3.4
 Patch1: pycompile-searchpath.patch
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel >= 2.38.0
+BuildRequires:  gnome-common
 BuildRequires:  gobject-introspection-devel >= 1.46.0
 BuildRequires:  libffi-devel >= 3.0.0
 %if %{build_for_python3}
@@ -61,6 +62,9 @@
 BuildRequires:  pkgconfig(cairo-gobject)
 # Trigger an automatic installation of python(3)?-gobject when python and 
libgirepository are installed.
 Supplements:packageand(%{local_py_pkg}:libgirepository-1_0-1)
+%if %local_py_suffix == 2
+Provides:   python2-gobject = %{version}
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{local_py_requires}
 
@@ -73,6 +77,9 @@
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   %{name}-cairo = %{version}
+%if %local_py_suffix == 2
+Provides:   python2-gobject-Gdk = %{version}
+%endif
 %define gdk_real_package %(rpm -q --qf '%%{NAME}' -f $(readlink 
/usr/lib64/libgdk-3.so -f))
 Supplements:packageand(%{name}:%{gdk_real_package})
 
@@ -86,6 +93,9 @@
 Summary:Python bindings for GObject -- Cairo bindings
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
+%if %local_py_suffix == 2
+Provides:   python2-gobject-cairo = %{version}
+%endif
 %define cairo_real_package %(rpm -q --qf '%%{NAME}' --whatprovides cairo)
 Supplements:packageand(%{name}:%{cairo_real_package})
 
@@ -106,6 +116,7 @@
 # python3-gobject-devel package is no longer being built. In order to ease 
upgrades
 # and 

commit evince for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package evince for openSUSE:Factory checked 
in at 2017-03-22 23:07:51

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


Package is "evince"

Wed Mar 22 23:07:51 2017 rev:124 rq:481406 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/evince/evince.changes2017-02-21 
13:32:35.982528937 +0100
+++ /work/SRC/openSUSE:Factory/.evince.new/evince.changes   2017-03-22 
23:07:56.343683740 +0100
@@ -1,0 +2,12 @@
+Mon Mar 20 13:22:23 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + New features and improvements:
+- Ask the user before automatically reloading the document when
+  it has been modified (bgo#769123).
+- Use IBEAM cursor for TEXT_MARKUP annotations (bgo#774018).
+  + Bugs fixed: bgo#770695, bgo#771612, bgo#772277, bgo#774005,
+bgo#775536, bgo#780206.
+  + Updated translations.
+
+---

Old:

  evince-3.22.1.tar.xz

New:

  evince-3.24.0.tar.xz



Other differences:
--
++ evince.spec ++
--- /var/tmp/diff_new_pack.LLSEZ8/_old  2017-03-22 23:07:57.271552256 +0100
+++ /var/tmp/diff_new_pack.LLSEZ8/_new  2017-03-22 23:07:57.271552256 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evince
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,13 +19,13 @@
 %define _major_version 3.0
 %define pluginAPI 4
 Name:   evince
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:GNOME Document Viewer
 License:GPL-2.0+
 Group:  Productivity/Office/Other
 Url:http://www.gnome.org/projects/evince/
-Source: 
http://download.gnome.org/sources/evince/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/evince/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript-fonts-std

++ evince-3.22.1.tar.xz -> evince-3.24.0.tar.xz ++
 36267 lines of diff (skipped)




commit gnome-tweak-tool for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-tweak-tool for 
openSUSE:Factory checked in at 2017-03-22 23:08:00

Comparing /work/SRC/openSUSE:Factory/gnome-tweak-tool (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-tweak-tool.new (New)


Package is "gnome-tweak-tool"

Wed Mar 22 23:08:00 2017 rev:43 rq:481409 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweak-tool/gnome-tweak-tool.changes
2016-09-21 18:43:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tweak-tool.new/gnome-tweak-tool.changes   
2017-03-22 23:08:02.482813793 +0100
@@ -1,0 +2,8 @@
+Mon Mar 20 10:28:08 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Add a gnome-shell extensions "kill switch".
+  + Make Gtk/EnablePrimaryPaste also configurable on wayland.
+  + Updated translations.
+
+---

Old:

  gnome-tweak-tool-3.22.0.tar.xz

New:

  gnome-tweak-tool-3.24.0.tar.xz



Other differences:
--
++ gnome-tweak-tool.spec ++
--- /var/tmp/diff_new_pack.w0Na6v/_old  2017-03-22 23:08:03.422680609 +0100
+++ /var/tmp/diff_new_pack.w0Na6v/_new  2017-03-22 23:08:03.426680042 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-tweak-tool
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Luis Medinas, Lisbon, Portugal.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-tweak-tool
-Version:3.22.0
+Version:3.24.0
 Release:0
 Summary:A tool to customize advanced GNOME 3 options
 License:GPL-3.0+
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/GnomeTweakTool
-Source0:
http://download.gnome.org/sources/gnome-tweak-tool/3.22/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gnome-tweak-tool/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 # Needed to have typelib() Requires
 BuildRequires:  gobject-introspection

++ gnome-tweak-tool-3.22.0.tar.xz -> gnome-tweak-tool-3.24.0.tar.xz ++
 2169 lines of diff (skipped)




commit gvfs for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2017-03-22 23:07:45

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


Package is "gvfs"

Wed Mar 22 23:07:45 2017 rev:133 rq:481391 version:1.32.0

Changes:

--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes2017-02-03 
17:42:15.689972434 +0100
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2017-03-22 
23:07:46.221118169 +0100
@@ -1,0 +2,80 @@
+Mon Mar 20 15:15:09 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.32.0:
+  + Updated translations.
+
+---
+Mon Mar 13 17:50:10 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.31.92:
+  + Updated translations.
+
+---
+Mon Feb 27 16:52:02 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.31.91:
+  + Updated translations.
+
+---
+Wed Feb 15 09:14:43 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.31.90:
+  + recent: Set G_FILE_ATTRIBUTE_RECENT_MODIFED attribute.
+  + client: Ignore everything after first colon in userinfo.
+  + Stability improvements for force unmount procedure.
+  + Port several parts to GTask.
+  + Various logging improvements.
+  + Several smaller bugfixes.
+  + Updated translations.
+
+---
+Thu Jan 19 21:04:59 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.31.4:
+  + sftp: Limit writes to 32768 bytes.
+  + udisks2: Improve unmount notifications.
+  + daemon: Bump maximum read channel buffer size.
+  + recent: Fix crashes when DISPLAY is not set.
+  + Several smaller bugfixes.
+  + Updated translations.
+- Drop gvfs-silence-log-spam.patch: Fixed upstream.
+
+---
+Thu Jan 19 21:03:59 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.31.3:
+  + dnssd: Fix crashes for uris with colons.
+  + trash: Correctly determine fs type for paths with symlinks.
+  + gdaemonfile: Pass GFileCreateFlags in write operations.
+  + metadata: Various performance improvements.
+  + Several smaller bugfixes.
+  + Updated translations.
+
+---
+Thu Jan 19 21:02:59 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.31.2:
+  + admin: Fix polkit errors caused by redundant translations.
+  + dnssd: Fix crashes and leaks when mount fails.
+  + network: Fix crashes when mount fails.
+  + Port several parts to GTask.
+  + Several smaller bugfixes.
+  + smb: Fix IPv6 uri handling and Improve read performance.
+  + trash: Do not crash if home mount isn't found.
+  + udisks2: Add support for uuid and fix misleading notification
+when unmounting.
+  + Updated translations.
+- Add pkgconfig(libusb-1.0) BuildRequires: new dependency.
+
+---
+Thu Jan 19 21:01:59 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.31.1:
+  + udisks2: Improve handling of volumes with multiple mountpoints.
+  + man: Various man page updates.
+  + hal: Drop hal volume monitor.
+  + programs: Deprecate gvfs utils in favour of new gio tool.
+  + Several smaller bugfixes.
+  + Updated translations.
+
+---

Old:

  gvfs-1.30.3.tar.xz
  gvfs-silence-log-spam.patch

New:

  gvfs-1.32.0.tar.xz



Other differences:
--
++ gvfs.spec ++
--- /var/tmp/diff_new_pack.csl4DE/_old  2017-03-22 23:07:47.072997452 +0100
+++ /var/tmp/diff_new_pack.csl4DE/_new  2017-03-22 23:07:47.076996886 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gvfs
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,13 +20,13 @@
 %define with_cdda 1
 
 Name:   gvfs
-Version:1.30.3
+Version:1.32.0
 Release:0
 Summary:VFS functionality for GLib
 License:LGPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.gnome.org
-Source0:
http://download.gnome.org/sources/gvfs/1.30/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gvfs/1.32/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 # PATCH-FEATURE-SLE gvfs-nvvfs.patch ksam...@novell.com -- Provides gvfs 
backend for novell nautilus plugin
 Patch5: gvfs-nvvfs.patch

commit tracker for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-03-22 23:07:37

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


Package is "tracker"

Wed Mar 22 23:07:37 2017 rev:95 rq:481390 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2017-02-11 
01:34:41.491974432 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2017-03-22 23:07:39.102126980 +0100
@@ -1,0 +2,23 @@
+Mon Mar 20 15:13:33 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.12.0:
+  + Multiple compile warning fixes.
+  + Fix compilation on older vala.
+
+---
+Wed Mar  1 11:27:50 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.11.4:
+  + tracker-extract: More sandboxing stability fixes, more
+whitelisted inocuous syscalls. Compile fixes for any older
+kernel not providing any of the specified syscalls. Fixed dconf
+warnings when it accidentally hit the sandbox.
+  + libtracker-sparql: Fixed date format generated by
+TrackerResource.
+  + Drop libgee dependency.
+  + Coverity fixes all over the place.
+  + Updated translations.
+- Drop pkgconfig(gee-0.8) BuildRequires following upstream changes.
+- Drop tracker-fix-more-whitelists-sandbox.patch: Fixed upstream.
+
+---
@@ -5,0 +29,54 @@
+
+---
+Sat Jan 28 17:26:08 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.11.3:
+  + tracker-extract: Whitelist multiple inocuous syscalls that were
+reported to raise false positives in the extraction sandbox.
+  + Make libseccomp dependency only mandatory on Linux.
+  + Fix several leaks and Coverity warnings.
+  + Fixed tracker-extract insertion of pre-defined resources.
+  + Fixed TrackerResource SPARQL generation of rdfs:Resource
+properties with cardinality>1.
+- Reenable pkgconfig(libseccomp) BuildRequires: it is mandatory on
+  linux.
+
+---
+Sat Jan 28 17:25:08 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.11.2:
+  + tracker-extract: Sandbox extractor threads. Filesystem and
+network access are limited to being read and local only.
+  + tracker-miner-fs: Fixed high CPU use when receiving many
+writeback notifications at once.
+  + tracker-extract, libtracker-sparql, libtracker-miner: plug
+leaks.
+  + tests: cleanups and improvements.
+  + Updated translations.
+- Add pkgconfig(libseccomp) BuildRequires: Build support for
+  sandboxed metadata extraction.
+
+---
+Sat Jan 28 17:24:09 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.11.1:
+  + Brown paper bag release, revert BIND() fix as it breaks other
+legit cases.
+- Changes from version 1.11.0:
+  + libtracker-sparql:
+- Added TrackerNotifier, helper object to receive notifications
+  of changes to the Tracker database. All users of the
+  GraphUpdated DBus signal are recommended to switch to it.
+- Added client-side support for HTTP SPARQL endpoints.
+- Using BIND() after OPTIONAL{} now works properly.
+  + libtracker-direct: Much reduced mutex contention during
+threaded/async queries on the direct access backend.
+  + tracker-extract: Many improvements to music extraction, better
+labeling of albums, nmm:albumArtist metadata is more faithful
+to the file metadata.
+  + libtracker-data: Fixed possible overflows in
+tracker:normalize/unaccent.
+  + Other fixes and cleanups.
+  + Updated translations.
+- Add pkgconfig(json-glib-1.0) and pkgconfig(libsoup-2.4)
+  BuildRequires: new dependencies for libtracker-remote.
tracker.changes: same change

Old:

  tracker-1.10.4.tar.xz
  tracker-fix-more-whitelists-sandbox.patch

New:

  tracker-1.12.0.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.i96kN0/_old  2017-03-22 23:07:39.978002863 +0100
+++ /var/tmp/diff_new_pack.i96kN0/_new  2017-03-22 23:07:39.978002863 +0100
@@ -41,7 +41,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.10.4
+Version:1.12.0
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -49,13 +49,11 @@
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://projects.gnome.org/tracker/
-Source0:
http://download.gnome.org/sources/tracker/1.10/%{_name}-%{version}.tar.xz
+Source0:

commit gssdp for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gssdp for openSUSE:Factory checked 
in at 2017-03-22 23:07:23

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


Package is "gssdp"

Wed Mar 22 23:07:23 2017 rev:47 rq:481388 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/gssdp/gssdp.changes  2016-11-25 
12:26:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.gssdp.new/gssdp.changes 2017-03-22 
23:07:24.952132149 +0100
@@ -1,0 +2,7 @@
+Mon Mar 20 14:31:30 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.0.2:
+  + Small documentation fixes.
+  + Fix deprecation warning with GTK+-3.22.
+
+---

Old:

  gssdp-1.0.1.tar.xz

New:

  gssdp-1.0.2.tar.xz



Other differences:
--
++ gssdp.spec ++
--- /var/tmp/diff_new_pack.XtjrWM/_old  2017-03-22 23:07:25.604039768 +0100
+++ /var/tmp/diff_new_pack.XtjrWM/_new  2017-03-22 23:07:25.604039768 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gssdp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   gssdp
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Library for resource discovery and announcement over SSDP
 License:LGPL-2.0+

++ gssdp-1.0.1.tar.xz -> gssdp-1.0.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssdp-1.0.1/NEWS new/gssdp-1.0.2/NEWS
--- old/gssdp-1.0.1/NEWS2016-10-15 08:48:23.0 +0200
+++ new/gssdp-1.0.2/NEWS2017-03-20 12:43:04.0 +0100
@@ -1,3 +1,11 @@
+1.0.2
+=
+- Small documentation fixes
+- Fix deprecation warning with GTK+-3.22
+
+All contributors to this release:
+ - Jens Georg 
+
 1.0.1
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssdp-1.0.1/configure new/gssdp-1.0.2/configure
--- old/gssdp-1.0.1/configure   2016-10-15 14:24:33.0 +0200
+++ new/gssdp-1.0.2/configure   2017-03-20 12:48:53.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gssdp 1.0.1.
+# Generated by GNU Autoconf 2.69 for gssdp 1.0.2.
 #
 # Report bugs to 
.
 #
@@ -651,8 +651,8 @@
 # Identity of this package.
 PACKAGE_NAME='gssdp'
 PACKAGE_TARNAME='gssdp'
-PACKAGE_VERSION='1.0.1'
-PACKAGE_STRING='gssdp 1.0.1'
+PACKAGE_VERSION='1.0.2'
+PACKAGE_STRING='gssdp 1.0.2'
 
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp=gssdp'
 PACKAGE_URL='http://www.gupnp.org/'
 
@@ -1463,7 +1463,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 gssdp 1.0.1 to adapt to many kinds of systems.
+\`configure' configures gssdp 1.0.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1535,7 +1535,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of gssdp 1.0.1:";;
+ short | recursive ) echo "Configuration of gssdp 1.0.2:";;
esac
   cat <<\_ACEOF
 
@@ -1677,7 +1677,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gssdp configure 1.0.1
+gssdp configure 1.0.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2009,7 +2009,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gssdp $as_me 1.0.1, which was
+It was created by gssdp $as_me 1.0.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2989,7 +2989,7 @@
 
 # Define the identity of the package.
  PACKAGE='gssdp'
- VERSION='1.0.1'
+ VERSION='1.0.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15833,7 +15833,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gssdp $as_me 1.0.1, which was
+This file was extended by gssdp $as_me 1.0.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -15900,7 +15900,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ 

commit rygel for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package rygel for openSUSE:Factory checked 
in at 2017-03-22 23:07:30

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


Package is "rygel"

Wed Mar 22 23:07:30 2017 rev:71 rq:481389 version:0.34.0

Changes:

--- /work/SRC/openSUSE:Factory/rygel/rygel.changes  2016-10-26 
13:28:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.rygel.new/rygel.changes 2017-03-22 
23:07:32.487064386 +0100
@@ -1,0 +2,47 @@
+Mon Mar 20 14:40:16 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.34.0:
+  + Updated translations.
+
+---
+Tue Mar 14 08:50:38 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.33.92:
+  + Fix RUIH pkg-config file.
+  + Updated translations.
+
+---
+Mon Feb 27 21:46:39 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.33.90:
+  + Server: Add hack for XBMC on original XBox hardware.
+  + Settings UI: Fix compilation with Vala master.
+  + MediaExport: Improve start-up speed by not re-querying mime
+types every time.
+  + Bugs fixed: bgo#03, bgo#778778.
+  + Updated translations.
+
+---
+Tue Feb 14 20:50:20 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.33.1:
+  + Disable media-engine test, it is racy.
+  + Core: Make configration helper classes publically avalable.
+  + GStreamer renderer: Support audio/wav, needed by some Samsung
+mobile servers.
+  + Examples: Fix C server example.
+  + Bugs fixed: bgo#769189, bgo#777379, bgo#778526.
+  + Updated translations.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+
+---
+Tue Jan 17 12:29:15 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.33.0:
+  + Several fixes for recent vala compiler.
+  + MediaExport: Blacklist VA-API for extractor.
+  + Bugs fixed: bgo#775152.
+  + Updated translations.
+
+---

Old:

  rygel-0.32.1.tar.xz

New:

  rygel-0.34.0.tar.xz



Other differences:
--
++ rygel.spec ++
--- /var/tmp/diff_new_pack.DeaHJn/_old  2017-03-22 23:07:33.298949335 +0100
+++ /var/tmp/diff_new_pack.DeaHJn/_new  2017-03-22 23:07:33.302948768 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rygel
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   rygel
-Version:0.32.1
+Version:0.34.0
 Release:0
 Summary:Home Media Solution for GNOME based on UPnP/DLNA
 License:LGPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://live.gnome.org/Rygel
-Source0:
http://download.gnome.org/sources/rygel/0.32/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/rygel/0.34/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel >= 1.33.4
 BuildRequires:  libgupnp-av-devel >= 0.12.8
 BuildRequires:  libgupnp-devel >= 0.20.14
@@ -32,7 +32,9 @@
 BuildRequires:  sqlite3-devel >= 3.5
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  systemd
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.24.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
@@ -213,7 +215,9 @@
 
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
 %configure --enable-tracker-plugin \

++ rygel-0.32.1.tar.xz -> rygel-0.34.0.tar.xz ++
 82613 lines of diff (skipped)




commit gnome-control-center for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2017-03-22 23:07:10

Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-control-center.new (New)


Package is "gnome-control-center"

Wed Mar 22 23:07:10 2017 rev:151 rq:481377 version:3.24.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2016-10-18 10:31:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2017-03-22 23:07:17.233225989 +0100
@@ -1,0 +2,56 @@
+Mon Mar 20 13:08:28 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Wed Mar 15 13:07:29 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Universal Access: Add cursor size configuration.
+  + Network:
+- Fix SSID not changing when enabling hotspot.
+- Fix initial state of Wi-Fi device when using hotspot.
+  + Notifications: Forward notification settings to portal.
+  + Printers:
+- Improve panel layout.
+- Allow printer model label to ellipsize.
+- Don't block on the network in the jobs dialogue.
+  + Updated translations.
+
+---
+Wed Mar  1 11:19:19 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Display:
+- Bump dependencies for Night Light schemas.
+- Really fix typo in "Tomorrow".
+- Tweak night light dialog UI to match latest mockups.
+  + Online Accounts: New panel design.
+  + Printers:
+- Make the printer address always sensitive.
+- Do not apply rename/location changes in focus-out-event.
+- Don't block when renaming printers.
+- Ellipsize the "Details Dialog" title and the "location" in
+  the printer entry.
+- Tweak the printer supply level bar.
+- Subscribe to jobs notifications.
+- Count only current user's jobs.
+  + Privacy: Set destructive-action for confirmation buttons only.
+  + User Accounts: Fix crash when name is changed and dialogue
+closed.
+  + Updated translations.
+
+---
+Wed Feb 15 09:27:42 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + New Printers, User Accounts and Online Accounts designs.
+  + Keyboard shortcuts bug fixes.
+  + Add "Night Light" functionality to Display settings.
+  + Add Wayland support to Wacom settings, and update design.
+- Drop
+  gnome-control-center-display-fix-possible-crash-on-startup.patch:
+  fixed upstream.
+
+---

Old:

  gnome-control-center-3.22.1.tar.xz
  gnome-control-center-display-fix-possible-crash-on-startup.patch

New:

  gnome-control-center-3.24.0.tar.xz



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.GyjiwK/_old  2017-03-22 23:07:19.232942609 +0100
+++ /var/tmp/diff_new_pack.GyjiwK/_new  2017-03-22 23:07:19.236942043 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-control-center
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -29,13 +29,13 @@
 %define with_cacert_patch 0
 
 Name:   gnome-control-center
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:The GNOME Control Center
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-control-center/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-control-center/3.24/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE gnome-control-center-allow-extra-tools-in-shell.patch 
fezh...@suse.com -- Add dconf-editor, gnome-tweak-tool, pkg-prefs, 
itweb-settings, tracker-preferences and Yast to g-c-c.
 Patch0: gnome-control-center-allow-extra-tools-in-shell.patch
 # PATCH-FEATURE-SLE gnome-control-center-add-alacarte-for-sle.patch 
badshah...@gmail.com -- Add back alacarte for SLE since they require it for 
their classic mode, on the other hand for TW and other openSUSE versions it 
should be enough that alacarte is still available from shell overview, just not 
in the g-c-c shell. This patch must be applied only if required and then 
immediately after gnome-control-center-allow-extra-tools-in-shell.patch
@@ -50,8 +50,6 @@
 

commit totem for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package totem for openSUSE:Factory checked 
in at 2017-03-22 23:07:04

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


Package is "totem"

Wed Mar 22 23:07:04 2017 rev:124 rq:481376 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/totem/totem.changes  2017-02-08 
10:53:16.360044501 +0100
+++ /work/SRC/openSUSE:Factory/.totem.new/totem.changes 2017-03-22 
23:07:06.750711466 +0100
@@ -1,0 +2,22 @@
+Mon Mar 20 12:56:16 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Add Flatpak build definition.
+  + Updated translations.
+
+---
+Wed Feb 15 09:17:29 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Add keyboard shortcut to de-select all items.
+  + Fix possible crash on first run.
+  + Set a minimum width for the "Go" menu.
+  + Mark many audio and video mime-types as handled.
+  + Add more shortcuts to the keyboard shortcuts dialogue.
+  + Fix a small memory leak in thumbnailer.
+  + Fix missing plugins' startup notification on Wayland.
+  + Fix crash when network turns off.
+  + Port to non-obsoleted widgets.
+  + Build fixes.
+
+---

Old:

  totem-3.22.0.tar.xz

New:

  totem-3.24.0.tar.xz



Other differences:
--
++ totem.spec ++
--- /var/tmp/diff_new_pack.a88S1x/_old  2017-03-22 23:07:07.514603215 +0100
+++ /var/tmp/diff_new_pack.a88S1x/_new  2017-03-22 23:07:07.522602082 +0100
@@ -19,13 +19,13 @@
 %define build_zeitgeist_plugin 1
 
 Name:   totem
-Version:3.22.0
+Version:3.24.0
 Release:0
 Summary:Movie Player for the GNOME Desktop
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Multimedia/Video/Players
 Url:http://www.gnome.org/projects/totem/
-Source0:
http://download.gnome.org/sources/totem/3.22/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/totem/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  appstream-glib
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ totem-3.22.0.tar.xz -> totem-3.24.0.tar.xz ++
 36219 lines of diff (skipped)




commit gnome-settings-daemon for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory checked in at 2017-03-22 23:06:48

Comparing /work/SRC/openSUSE:Factory/gnome-settings-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-settings-daemon.new (New)


Package is "gnome-settings-daemon"

Wed Mar 22 23:06:48 2017 rev:131 rq:481374 version:3.24.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes  
2017-02-03 17:41:08.231520611 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
 2017-03-22 23:06:52.576720082 +0100
@@ -1,0 +2,71 @@
+Mon Mar 20 12:27:09 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Work-around possible deadlocks on startup.
+  + Updated translations.
+
+---
+Wed Mar 15 12:45:07 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Smooth the transition between different temperature values.
+  + Updated translations.
+
+---
+Wed Feb 15 08:34:18 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Color: Add interface to support "Night Light" functionality.
+  + Media-keys: Fix a number of race conditions in shortcuts
+grabbing.
+  + Power:
+- Free leaked UPower keyboard backlight.
+- Fix keyboard backlight problems on some systems.
+  + Rfkill: Fix a number of possible race conditions and crashes
+with slow rfkill devices.
+  + Smartcard: Fix a possible crash in smartcard plugin.
+  + Wacom: Move most of the Wacom support to mutter, including the
+OSD.
+- Drop pkgconfig(xorg-wacom) BuildRequires: no longer needed.
+- Drop gnome-settings-daemon-fix-keyboard-slider.patch: fixed
+  upstream.
+
+---
+Wed Jan 25 21:04:14 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.3:
+  + Plugins:
+- Fix crash when X is not available.
+- Fix compilation failure on some setups.
+- Fix warnings on exit.
+  + Media-keys: Fix shutdown dialog delay when using kbd shortcut.
+  + XSettings:
+- Make Gtk/EnablePrimaryPaste configurable through GSettings.
+- Fix large fonts being scanned before they're fully copied.
+- Add explicit pkgconfig(gio-2.0) BuildRequires: configure now
+  checks for it.
+- Drop gnome-settings-daemon-shutdown-dialog-delay.patch: Fixed
+  upstream.
+
+---
+Wed Jan 25 21:03:14 UTC 2017 - sck...@suse.com
+
+- Modify gnome-settings-daemon-bring-back-updates-plugin.patch:
+  Change updates plugin to a separate daemon.
+
+---
+Wed Jan 25 21:02:14 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + This update requires gnome-session 3.23.2. It splits up
+gnome-settings-daemon into separate helper daemons, making it
+easier to root cause possible problems, and paving the way to
+using systemd to handle the session.
+  + Remove localeexec wrapper now that gnome-session implements
+that work-around.
+  + Loads of build fixes.
+  + Color: Require lcms2 2.2.
+  + Power: Make power plugin "mock" support a run-time check.
+  + Sound: Rename the sound plugin for PulseAudio.
+
+---

Old:

  gnome-settings-daemon-3.22.1.tar.xz
  gnome-settings-daemon-fix-keyboard-slider.patch
  gnome-settings-daemon-shutdown-dialog-delay.patch

New:

  gnome-settings-daemon-3.24.0.tar.xz



Other differences:
--
++ gnome-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.KJUzWl/_old  2017-03-22 23:06:53.760552319 +0100
+++ /var/tmp/diff_new_pack.KJUzWl/_new  2017-03-22 23:06:53.760552319 +0100
@@ -30,13 +30,13 @@
 %endif
 
 Name:   gnome-settings-daemon
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:Settings daemon for the GNOME desktop
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-settings-daemon/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-settings-daemon/3.24/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-SLE gnome-settings-daemon-revert-libinput-mandatory.patch 
fcro...@suse.com -- ensure libinput is not mandatory
 Patch20:gnome-settings-daemon-revert-libinput-mandatory.patch
 # PATCH-FEATURE-SLE gnome-settings-daemon-notify-idle-resumed.patch bnc#439018 
bnc#708182 bgo#575467 h...@suse.com -- notify user about auto suspend when 
returning from sleep

commit webkit2gtk3 for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2017-03-22 23:06:55

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


Package is "webkit2gtk3"

Wed Mar 22 23:06:55 2017 rev:35 rq:481375 version:2.16.0

Changes:

--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2017-02-19 
00:40:12.651354115 +0100
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkit2gtk3.changes 
2017-03-22 23:06:58.779841027 +0100
@@ -1,0 +2,128 @@
+Mon Mar 20 12:36:09 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.16.0:
+  + Add missing types to WebKitAutocleanups.
+  + Updated translations.
+
+---
+Tue Mar 14 11:34:12 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.15.92:
+  + Show the context menu when triggered by the keyboard.
+  + Fix web process deadlocks when destroying the media player.
+  + Fix web process crashes when loading animated GIFs.
+  + Fix several crashes and rendering issues.
+  + Updated translations.
+
+---
+Wed Mar  1 10:33:33 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.15.91:
+  + Fix rendering artifacts when resizing the window in accelerated
+compositing mode.
+  + Remove flickering when leaving accelerated compositing mode.
+  + Fix a web process crash when loading duck duck go.
+  + Properly handle copy drag and drop operations.
+  + Fix a hang when sending an IPC messages fails because socket
+read buffers are full.
+  + Ensure we never try to load GTK2 plugins in Wayland.
+  + Fix several crashes and rendering issues.
+
+---
+Mon Feb 20 21:17:11 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.15.90:
+  + Add an API to add a custom tab into the print dialog.
+  + Update cookie manager API to properly work with ephemeral
+sessions.
+  + Fix rendering issues in long documents with transparent
+background.
+  + Handle extended colors in cairo and texture mapper backends.
+  + Release unused UpdateAtlas and reduce the tile coverage on
+memory pressure.
+  + The media backend now stores preloaded media in /var/tmp
+instead of user cache dir.
+  + Fix a deadlock when the media player is destroyed.
+  + Fast replay on video hide/unhide on platforms with limited
+video buffer pools.
+  + Fix network process crashes when loading custom URI schemes.
+  + Fix video rendering when switching to accelerated compositing
+mode.
+  + Fix several crashes and rendering issues.
+  + Updated translations.
+- Drop upstream fixed patches:
+  - webkit2gtk3-167785.patch
+  - webkit2gtk3-167876.patch
+  - webkit2gtk3-167890.patch
+  - webkit2gtk3-167929.patch
+
+---
+Fri Feb 17 19:56:21 UTC 2017 - dims...@opensuse.org
+
+- Add webkit2gtk3-167785.patch: Fix build with disabled JIT (such
+  as on ppc564le).
+
+---
+Thu Feb 16 10:45:36 UTC 2017 - dims...@opensuse.org
+
+- Add webkit2gtk3-167876.patch, webkit2gtk3-167890.patch and
+  webkit2gtk3-167929.patch: fix webkit stalling on loading
+  resources over the network.
+
+---
+Wed Feb 15 14:15:04 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.15.4:
+  + Make accelerating compositing mode on-demand again. By default
+it will only be used for websites that require it, saving a lot
+of memory on websites that don’t need it.
+  + Add API to manage hardware acceleration policy.
+  + Enable CSS Grid Layout by default.
+  + Add API to create ephemeral WebViews to replace the legacy
+private browsing setting that is now deprecated.
+  + Handle HTTP authentication for downloads having a WebView
+associated.
+  + Add API to WebKitWebsiteDataManager to handle websites data.
+  + Fix BadDamage X errors happening when resizing the WebView.
+  + Fix several crashes and rendering issues.
+- Changes from version 2.15.3:
+  + Add API to set network proxy settings.
+  + Add API to set initial notification permissions.
+  + Add WebKitSecurityOrigin to the API.
+  + Add tag property to WebKitNotification.
+  + Create GLX OpenGL contexts using version 3.2 (core profile)
+when available to reduce the memory consumption on Mesa based
+drivers.
+  + Improve memory pressure handler to reduce the CPU usage on
+memory pressure situations.
+  + Add support for key and code properties on keyboard events.
+  + More user agent string improvements to improve compatibility
+with several websites.
+  + Fix network process crashes when 

commit gsettings-desktop-schemas for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gsettings-desktop-schemas for 
openSUSE:Factory checked in at 2017-03-22 23:06:42

Comparing /work/SRC/openSUSE:Factory/gsettings-desktop-schemas (Old)
 and  /work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new (New)


Package is "gsettings-desktop-schemas"

Wed Mar 22 23:06:42 2017 rev:47 rq:481373 version:3.24.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gsettings-desktop-schemas/gsettings-desktop-schemas.changes
  2016-09-21 18:42:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new/gsettings-desktop-schemas.changes
 2017-03-22 23:06:44.477867790 +0100
@@ -1,0 +2,21 @@
+Mon Mar 20 12:14:02 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Wed Feb 15 09:10:40 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Use more fancy characters in translatable strings.
+  + Fix "s" shortcut being used for 2 separate actions.
+
+---
+Wed Jan 11 15:43:08 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.3:
+  + Add "Disable while typing" touchpad setting.
+  + Add a gsetting to back Gtk/EnablePrimaryPaste.
+  + Add "tap-and-drag" for touchpads.
+
+---

Old:

  gsettings-desktop-schemas-3.22.0.tar.xz

New:

  gsettings-desktop-schemas-3.24.0.tar.xz



Other differences:
--
++ gsettings-desktop-schemas.spec ++
--- /var/tmp/diff_new_pack.oQIHCQ/_old  2017-03-22 23:06:45.061785042 +0100
+++ /var/tmp/diff_new_pack.oQIHCQ/_new  2017-03-22 23:06:45.065784475 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gsettings-desktop-schemas
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   gsettings-desktop-schemas
-Version:3.22.0
+Version:3.24.0
 Release:0
 Summary:Shared GSettings Schemas for the Desktop
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://gnome.org/
-Source0:
http://download.gnome.org/sources/gsettings-desktop-schemas/3.22/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gsettings-desktop-schemas/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  glib2-devel >= 2.31.0
 BuildRequires:  gobject-introspection-devel >= 1.31.0
 BuildRequires:  intltool

++ gsettings-desktop-schemas-3.22.0.tar.xz -> 
gsettings-desktop-schemas-3.24.0.tar.xz ++
 45849 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-03-22 23:06:15

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


Package is "evolution-ews"

Wed Mar 22 23:06:15 2017 rev:70 rq:481369 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2017-02-19 00:38:07.468960742 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-03-22 23:06:17.605675964 +0100
@@ -1,0 +2,80 @@
+Mon Mar 20 11:56:44 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + No code/translation changes.
+
+---
+Mon Mar 13 11:12:23 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Updated translations.
+
+---
+Mon Feb 27 12:42:36 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Updated translations.
+
+---
+Wed Feb 15 11:50:16 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Avoid local message cache expiry clean up when being offline.
+  + Bug fixed: bgo#777946.
+  + Updated translations.
+
+---
+Wed Feb 15 03:23:04 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4:
+  + Fix possible uninitialized variable usage in
+ews-test-timezones.c.
+  + Fix few memory leaks.
+  + Fix "variable may be used uninitialized" warning in
+query-to-restriction conversion.
+  + Bugs fixed: bgo#773419, bgo#775649, bgo#775951, bgo#777021.
+  + Updated translations.
+
+---
+Wed Feb 15 03:23:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Autodiscover can cause deadlock in GCancellable code.
+  + Make glib_mkenums() files depend on the source enum file.
+  + Bugs fixed: bgo#774364, bgo#775363, bgo#775395.
+  + Updated translations.
+- Drop evolution-ews-rpath.patch: fixed upstream.
+
+---
+Wed Feb 15 03:23:02 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Runtime warnings when calling ResolveNames.
+  + Do not require C++ compiler, when not used.
+  + Ensure CMAKE_SKIP_RPATH is OFF, the RPATH is used here.
+  + Bugs fixed: bgo#764065, bgo#769573, bgo#773379, bgo#774523.
+- Add evolution-ews-rpath.patch: Allow to build directly with
+  final runpath.
+
+---
+Wed Feb 15 03:23:01 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.1:
+  + Convert from autotools to CMake.
+  + Require as hard dependency some dependencies.
+  + Add a helper script for a 'dist' target.
+  + Rename SHARE_INSTALL_DIR to SHARE_INSTALL_PREFIX.
+  + Use tests/ as `make check` tests, if enabled with ENABLE_TESTS.
+  + Hard-break `make dist` when there are uncommitted changes.
+  + Updated translations.
+- Replace %%configure call with %%cmake, following upstreams port.
+- Add pkgconfig()-style BuildRequires, matching what configure
+  checks for: camel-1.2, evolution-calendar-3.0, libebook-1.2,
+  libecal-1.2, libical.
+- Drop definition of evolution_base_version: it's not been used for
+  a while in evolution-ews.
+- Drop libeews-1_2-0, libewsutils0 and -devel subpackages: there is
+  no public API to be consumed anymore (and nothing ever did or was
+  supposed to).
+
+---

Old:

  evolution-ews-3.22.5.tar.xz

New:

  evolution-ews-3.24.0.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.PiY5Y6/_old  2017-03-22 23:06:18.321574510 +0100
+++ /var/tmp/diff_new_pack.PiY5Y6/_new  2017-03-22 23:06:18.321574510 +0100
@@ -17,29 +17,37 @@
 
 
 Name:   evolution-ews
-# This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.22
-Version:3.22.5
+Version:3.24.0
 Release:0
+# This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
+%define evolution_base_version 3.24
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1
 Group:  Productivity/Networking/Email/Clients
 Url:http://projects.gnome.org/evolution/
-Source: 
http://download.gnome.org/sources/evolution-ews/3.22/%{name}-%{version}.tar.xz
+Source:  

commit sound-juicer for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package sound-juicer for openSUSE:Factory 
checked in at 2017-03-22 23:06:28

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


Package is "sound-juicer"

Wed Mar 22 23:06:28 2017 rev:65 rq:481371 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/sound-juicer/sound-juicer.changes
2016-10-26 13:28:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.sound-juicer.new/sound-juicer.changes   
2017-03-22 23:06:28.844083313 +0100
@@ -1,0 +2,28 @@
+Mon Mar 20 11:57:48 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Mon Mar 13 12:27:16 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Rename AppData file to match the desktop ID.
+
+---
+Wed Feb 15 10:52:06 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Follow symbolic links when extracting tracks.
+  + Use dbus application launching.
+  + Change application id to org.gnome.SoundJuicer.
+  + Update Appdata file.
+  + Drop gnome-common dependency.
+  + Fix compiler warnings.
+  + Add --enable--appstream-util to DISTCHECK_CONFIGURE_FLAGS.
+  + Replace call to deprecated functions.
+  + Remove deprecated widgets.
+  + Fix a memory leak.
+  + Updated translations.
+
+---

Old:

  sound-juicer-3.22.1.tar.xz

New:

  sound-juicer-3.24.0.tar.xz



Other differences:
--
++ sound-juicer.spec ++
--- /var/tmp/diff_new_pack.0Fg5oO/_old  2017-03-22 23:06:31.963641226 +0100
+++ /var/tmp/diff_new_pack.0Fg5oO/_new  2017-03-22 23:06:31.963641226 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sound-juicer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   sound-juicer
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:Clean and Lean GNOME CD Ripper
 License:GPL-2.0+
 Group:  Productivity/Multimedia/CD/Grabbers
 Url:http://www.burtonini.com/blog/computers/sound-juicer/
-Source0:
http://download.gnome.org/sources/sound-juicer/3.22/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/sound-juicer/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  brasero-devel
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
@@ -39,7 +39,7 @@
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
 BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.6
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.21.6
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libdiscid) >= 0.4.0
@@ -55,7 +55,7 @@
 %prep
 %setup -q
 %if !0%{?is_opensuse}
-translation-update-upstream
+translation-update-upstream po %{name}
 %endif
 
 %build
@@ -64,7 +64,7 @@
 
 %install
 %makeinstall
-%suse_update_desktop_file %{name} AudioVideo Player Audio
+%suse_update_desktop_file org.gnome.SoundJuicer AudioVideo Player Audio
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
@@ -83,8 +83,9 @@
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/*
-%{_datadir}/appdata/sound-juicer.appdata.xml
+%{_datadir}/appdata/org.gnome.SoundJuicer.appdata.xml
 %{_datadir}/applications/*.desktop
+%{_datadir}/dbus-1/services/org.gnome.SoundJuicer.service
 %{_datadir}/GConf/gsettings/sound-juicer.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.sound-juicer.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*.*

++ sound-juicer-3.22.1.tar.xz -> sound-juicer-3.24.0.tar.xz ++
 19604 lines of diff (skipped)




commit gnome-dictionary for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-dictionary for 
openSUSE:Factory checked in at 2017-03-22 23:06:36

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


Package is "gnome-dictionary"

Wed Mar 22 23:06:36 2017 rev:23 rq:481372 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-dictionary/gnome-dictionary.changes
2016-03-29 14:44:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-dictionary.new/gnome-dictionary.changes   
2017-03-22 23:06:37.406869845 +0100
@@ -1,0 +2,34 @@
+Mon Mar 20 12:05:57 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Move more UI into the XML template.
+  + Fix the DatabaseChooserButton construction.
+  + Remove unused app menu item.
+  + Store the appropriate window size.
+  + Bump up the dependency on GLib and GTK+.
+  + Use Unicode in translatable strings.
+  + Add Ctrl+Q keyboard accelerator quit shortcut.
+  + Updated translations.
+- Switch back to released tarball:
+  + Drop _service handling.
+  + Drop gnome-common BuildRequires and autogen.sh call.
+
+---
+Mon Mar 13 18:48:06 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.20.1+20170312.f3d61d5:
+  + Add Flatpak manifest
+  + Include the right header in GdictClientContext
+  + Use gtk_show_uri_on_window() with newer GTK+
+  + Use gtk_menu_popup_at_widget() with newer GTK+
+  + Update translation.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+- Switch to source service and use latest upstream git. Following
+  this: Add gnome-common BuildRequires and autogen call.
+- Add gtk-doc BuildRequires: and pass --enable-gtk to configure,
+  needed now that we use a git checkout.
+- Add gobject-introspection-devel BuildRequires: New dependency.
+- Split out new typelib sub package typelib-1_0-Gdict-1.0.
+
+---

Old:

  gnome-dictionary-3.20.0.tar.xz

New:

  gnome-dictionary-3.24.0.tar.xz



Other differences:
--
++ gnome-dictionary.spec ++
--- /var/tmp/diff_new_pack.Pa8MGd/_old  2017-03-22 23:06:38.166762158 +0100
+++ /var/tmp/diff_new_pack.Pa8MGd/_new  2017-03-22 23:06:38.170761591 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-dictionary
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,20 @@
 
 
 Name:   gnome-dictionary
-Version:3.20.0
+Version:3.24.0
 Release:0
 Summary:Utility to look up words in dictionary sources
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-dictionary/3.20/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-dictionary/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.40.0
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) >= 2.39.0
@@ -53,16 +57,25 @@
 
 %package -n libgdict-data
 Summary:Library to look up words in dictionary sources
-License:GPL-2.0+
-Group:  System/Libraries
 # Obsoleting a library is not entirely correct, but libgdict is only used
 # by gnome-dictionary. A further split of this package will happen in the 
future.
+License:GPL-2.0+
+Group:  System/Libraries
 Obsoletes:  libgdict-1_0-6
 Obsoletes:  libgdict-1_0-8
 
 %description -n libgdict-data
 The Gdict library is an engine to look up words in dictionary sources.
 
+%package -n typelib-1_0-Gdict-1.0
+Summary:Introspection bindings for gnome-dictionary
+License:GPL-2.0+
+Group:  System/Libraries
+
+%description -n typelib-1_0-Gdict-1.0
+The Gdict library is an engine to look up words in dictionary sources.
+This package provides the GObject Introspection bindings.
+
 %package -n libgdict-devel
 Summary:Library to look up words in dictionary sources -- Development 
Files
 License:LGPL-2.1+
@@ -80,10 +93,14 @@
 %lang_package
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
-%configure --enable-ipv6
+%configure \
+   --enable-ipv6 \
+   --enable-gtk-doc
 make 

commit gnome-boxes for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-boxes for openSUSE:Factory 
checked in at 2017-03-22 23:06:21

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


Package is "gnome-boxes"

Wed Mar 22 23:06:21 2017 rev:48 rq:481370 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-boxes/gnome-boxes.changes  2017-02-10 
09:48:22.407367407 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-boxes.new/gnome-boxes.changes 
2017-03-22 23:06:22.664958985 +0100
@@ -1,0 +2,55 @@
+Mon Mar 20 11:59:07 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Mon Feb 27 14:26:29 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Fix build with vala >= 0.36.
+  + Updated translations.
+
+---
+Mon Feb  6 17:22:06 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.4.1:
+  + Fix translator comments.
+  + Port BoxesNotification from GdNotification to GtkRevealer.
+  + Store the user password in the keyring during an express
+installation.
+  + Use unicode in a new translatable string.
+  + Updated translations.
+
+---
+Mon Feb  6 17:22:05 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4:
+  + Add option groups for spice-gtk, gtk-vnc and gtk+.
+  + Fix typo in debug string in vm-configurator.
+  + Withdraw system notifications on exit.
+
+---
+Mon Feb  6 17:22:04 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Don't sanitize oVirt URI in ovirt-brokers.
+  + Updated translations.
+
+---
+Mon Feb  6 17:22:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Allow sending CTRL+ALT+F3 key combo to guest (for reaching
+TTY3) shortcut.
+  + Don't autosave live & under-installation VMs.
+  + Use new Gtk+ CSS property names.
+  + Re-layout custom osinfo db to comply with new libosinfo format.
+  + Use latest libgd.
+  + Fix some user-visible strings.
+  + Allow redirection of USB mouse and keyboard if
+'BOXES_USB_REDIR_ALL' environment variable is set.
+  + Make use of unicode in translatable strings.
+  + Updated translations.
+
+---

Old:

  gnome-boxes-3.22.4.tar.xz

New:

  gnome-boxes-3.24.0.tar.xz



Other differences:
--
++ gnome-boxes.spec ++
--- /var/tmp/diff_new_pack.mw9P5W/_old  2017-03-22 23:06:24.492699967 +0100
+++ /var/tmp/diff_new_pack.mw9P5W/_new  2017-03-22 23:06:24.496699401 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-boxes
-Version:3.22.4
+Version:3.24.0
 Release:0
 Summary:A simple GNOME 3 application to access remote or virtual 
systems
 License:LGPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://live.gnome.org/Design/Apps/Boxes
-Source: 
http://download.gnome.org/sources/gnome-boxes/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-boxes/3.24/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  gnome-shell
 BuildRequires:  intltool >= 0.40.0
@@ -36,8 +36,8 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
-BuildRequires:  pkgconfig(govirt-1.0) >= 0.2.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.4
+BuildRequires:  pkgconfig(govirt-1.0) >= 0.3.4
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.8
 BuildRequires:  pkgconfig(gtk-vnc-2.0) >= 0.4.4
 BuildRequires:  pkgconfig(gudev-1.0) >= 165
 BuildRequires:  pkgconfig(libarchive) >= 3.0.0
@@ -49,7 +49,7 @@
 BuildRequires:  pkgconfig(libvirt-gobject-1.0) >= 0.2.2
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.7.8
 BuildRequires:  pkgconfig(rest-0.7)
-BuildRequires:  pkgconfig(spice-client-gtk-3.0) >= 0.27
+BuildRequires:  pkgconfig(spice-client-gtk-3.0) >= 0.32
 BuildRequires:  pkgconfig(tracker-sparql-1.0) >= 0.13.1
 BuildRequires:  pkgconfig(uuid) >= 1.41.3
 # Needed for unattended installations
@@ -122,7 +122,7 @@
 %dir %{_datadir}/gnome-boxes
 %dir %{_datadir}/gnome-boxes/sources
 %dir %{_datadir}/gnome-boxes/unattended
-%{_datadir}/gnome-boxes/gnome-boxes-logos-db.xml
+%{_datadir}/gnome-boxes/osinfo/
 %{_datadir}/gnome-boxes/sources/QEMU_Session
 %{_datadir}/gnome-boxes/unattended/disk.img
 %{_datadir}/icons/hicolor/*/apps/gnome-boxes*

++ gnome-boxes-3.22.4.tar.xz -> gnome-boxes-3.24.0.tar.xz ++

commit evolution-data-server for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package evolution-data-server for 
openSUSE:Factory checked in at 2017-03-22 23:06:02

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


Package is "evolution-data-server"

Wed Mar 22 23:06:02 2017 rev:172 rq:481367 version:3.24.0

Changes:

--- 
/work/SRC/openSUSE:Factory/evolution-data-server/evolution-data-server.changes  
2017-02-19 00:38:27.906086560 +0100
+++ 
/work/SRC/openSUSE:Factory/.evolution-data-server.new/evolution-data-server.changes
 2017-03-22 23:06:04.171579796 +0100
@@ -1,0 +2,156 @@
+Mon Mar 20 11:53:11 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Mon Mar 13 10:44:01 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Disable support for all POP3 extensions by default.
+  + Skip outdated Camel tests in 'make check'.
+  + [Camel] Extend filter debug logging.
+  + Bugs fixed: bgo#779156, bgo#779161, bgo#779761, bgo#779886.
+  + Updated translations.
+
+---
+Mon Feb 27 12:37:07 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Fix a performance issue caused by GWeakRef usage in
+CamelMessageInfo.
+  + [IMAPx] Declare summary to use when cloning message info after
+message append.
+  + Correct how data for installed tests are searched for.
+  + Bugs fixed: bgo#778775, bgo#778768, bgo#778235, bgo#775699.
+  + Updated translations.
+
+---
+Wed Feb 15 11:29:19 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Ignore errors when getting message for a body-contains search.
+  + Correct config.h inclusion in some recent Camel source files.
+  + Fix a CamelVeeMessageInfo memory leak.
+  + Fix a ref/unref imbalance of CamelIMAPXStoreInfo.
+  + Fix a memory leak in camel_imapx_server_append_message_sync().
+  + Unable to add additional Google calendar.
+  + Avoid local message cache expiry clean up when being offline.
+  + [IMAPx] Avoid unneeded full flags folder update when no changes
+made.
+  + Bugs fixed: bgo#771289, bgo#777207, bgo#777431, bgo#777660,
+bgo#777695, bgo#81, bgo#778069, bgo#778222, bgo#778265.
+  + Updated translations.
+
+---
+Wed Feb 15 03:23:04 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4:
+  + vala: libedataserver-1.2 depends on camel-1.2.
+  + [Camel] Fix some introspection annotations.
+  + [Camel] Fix CamelStore annotations.
+  + [IMAPx] Fix a memory leak.
+  + [Vala] Add Posix dependency to camel-1.2.
+  + Use a Unicode apostrophe in a new translatable string.
+  + Correct new module detection when installed by file rename.
+  + Various clean-ups of evolution-source-registry-autoconfig.c.
+  + Build vala bindings of libedataserverui only if it's built as
+well.
+  + camel-stream-process: Avoid call of g_debug() in the fork
+process.
+  + Replace deprecated icalproperty_remove_parameter() with
+icalproperty_remove_parameter_by_kind().
+  + Replace deprecated icaltime_from_timet() with
+icaltime_from_timet_with_zone().
+  + Fix a build with libphonenumber.
+  + Bugs fixed: bgo#773419, bgo#774304, bgo#775640, bgo#775643,
+bgo#776127, bgo#776152, bgo#776194, bgo#776254, bgo#776258,
+bgo#776328, bgo#776365, bgo#777085.
+  + Updated translations.
+- Split out new packate typelib-1_0-EDataServerUI-1_2.
+
+---
+Wed Feb 15 03:23:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Set also HAVE_KRB5 when found Kerberos 5 with pkg-config.
+  + Correct const/no-const argument of the
+camel_message_info_set_dirty().
+  + Do not propagate only folder-flagged flag change in
+CamelVeeMessageInfo.
+  + Fix a possible uninitialized variable use in a Camel test.
+  + Fix some of the gtk-doc warnings in Camel.
+  + Fix possible use-after-free in CamelVeeFolder with
+parent_vee_store.
+  + Test for parent_store availability around
+camel_folder_changed().
+  + Let Camel build its .typelib for the introspection.
+  + Fix a vapigen warning from EDataServer-1.2.metadata.
+  + Make glib_mkenums() files depend on the source enum file.
+  + Camel:
+- Consider NULL and empty arrays/sets equal.
+- Introduce camel_operation_new_proxy().
+  + IMAPx:
+- Save also server user flags and tags into the folder summary.
+- Unnecessary local summary rewrites after folder update.
+- Local flag changes could be missed and left unsaved on the
+  server.
+- Notify about new messages 

commit evolution for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2017-03-22 23:06:08

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


Package is "evolution"

Wed Mar 22 23:06:08 2017 rev:194 rq:481368 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/evolution/evolution.changes  2017-02-19 
00:38:49.175095280 +0100
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2017-03-22 
23:06:09.966758521 +0100
@@ -1,0 +2,183 @@
+Mon Mar 20 11:54:39 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Mon Mar 13 10:44:25 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + e_msg_composer_setup_with_message: Doesn't use
+override_alias_name/_address.
+  + Fix various editor's unit tests.
+  + Don't preserve 'Preformatted' format if moving an empty block
+out of the quoted content.
+  + Possible crash while refreshing spellcheck.
+  + Print the history stack after removing item from it.
+  + History could be saved twice if inserting HTML content.
+  + Print current EEditorWebExtension method if CAMEL_DEBUG is
+active.
+  + Bugs fixed: bgo#778541, bgo#779156, bgo#779687, bgo#779688,
+bgo#779738, bgo#779746.
+  + Updated translations.
+
+---
+Mon Feb 27 12:40:23 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + [EWeekdayChooser] Selected days drawn with incorrect color.
+  + Bugs fixed: bgo#778642, bgo#779042.
+  + Updated translations.
+
+---
+Wed Feb 15 11:47:36 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Reference a link where Google calendars to synchronize can be
+enabled.
+  + Previous signatures with images not sent properly.
+  + A minor translatable string change.
+  + Fix few memory leaks.
+  + e-editor-dom-functions: Do not override variable name from
+parent block.
+  + Bugs fixed: bgo#76, bgo#747751, bgo#773038, bgo#775656,
+bgo#776391, bgo#777207, bgo#777208, bgo#777267, bgo#777373,
+bgo#66, bgo#777818, bgo#777974, bgo#778036, bgo#778062,
+bgo#778180, bgo#778223, bgo#778231, bgo#778347.
+  + Updated translations.
+
+---
+Wed Feb 15 03:23:04 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4:
+  + Fix a crash when deleting a meeting without DTEND.
+  + Fix a use-after-free after editor's WebKitWebProcess crash.
+  + Resave .ui files with latest glade and bump gtk+ requirement to
+3.10.
+  + Attached meeting invitations not shown properly.
+  + Crash on paste of a vCard into a message composer body.
+  + "Insert text file" sensitive to HTML-significant characters.
+  + EWeekView could write out of rows_per_day array.
+  + Replace deprecated icalproperty_remove_parameter() with
+icalproperty_remove_parameter_by_kind().
+  + Replace deprecated icaltime_from_timet() with
+icaltime_from_timet_with_zone().
+  + Show available server tags (aka possible Labels) in Folder
+Properties.
+  + Fix few memory leaks.
+  + Use a single WebProcess for test-html-editor-units by default.
+  + Fix few memory leaks when converting composer text to plain
+text.
+  + Avoid a (rather rare) crash under message-list.c::build_tree().
+  + Destroy associated activity before Folder Properties dialog is
+shown.
+  + Bugs fixes: bgo#489466, bgo#773316, bgo#773419, bgo#773548,
+bgo#774494, bgo#776044, bgo#776194, bgo#776224, bgo#776243,
+bgo#776415, bgo#776563, bgo#776584, bgo#776803, bgo#776813,
+bgo#776958, bgo#776969, bgo#777071, bgo#777141.
+  + Updated translations.
+- Drop evolution-contact-list-performance.patch: fixed upstream.
+
+---
+Wed Feb 15 03:23:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Remove leftover EWebViewClass::create_plugin_widget().
+  + Message list not always scrolled to the cursor position on
+folder enter ][.
+  + Spell GNOME Calendar correctly (Piotr Drąg)
+  + Ensure mail_session_get_cache/config/data_dir() return existing
+directories.
+  + Process the WebView's context menu actions synchronously.
+  + Handle CAMEL_PROVIDER_CONF_LABEL option.
+  + Fix formatting.
+  + Fix various issues with clipboard content handling.
+  + Fix the EHTMLEditor's update-actions signal.
+  + EEditorWebExtension: Use-after-free when restoring the inline
+images.
+  + EEditorDOMFunctions: Critical warning and possible crash when
+we cannot append the end node for spell checking.
+  + Copy action is no 

commit cairo for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package cairo for openSUSE:Factory checked 
in at 2017-03-22 23:05:25

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


Package is "cairo"

Wed Mar 22 23:05:25 2017 rev:75 rq:481362 version:1.15.4

Changes:

--- /work/SRC/openSUSE:Factory/cairo/cairo.changes  2017-02-26 
17:07:21.625156491 +0100
+++ /work/SRC/openSUSE:Factory/.cairo.new/cairo.changes 2017-03-22 
23:05:27.404790348 +0100
@@ -1,0 +2,5 @@
+Wed Mar  8 19:41:41 UTC 2017 - zai...@opensuse.org
+
+- Rebase cairo-pdf-fixes.patch: Add commit to fix fdo#100029.
+
+---



Other differences:
--
++ cairo-pdf-fixes.patch ++
--- /var/tmp/diff_new_pack.pfokuy/_old  2017-03-22 23:05:28.848585732 +0100
+++ /var/tmp/diff_new_pack.pfokuy/_new  2017-03-22 23:05:28.852585165 +0100
@@ -139,3 +139,30 @@
  static cairo_int_status_t
 -- 
 cgit v0.10.2
+
+From 1a307123af14cfa50a0c35819cfaee79f0ade1ba Mon Sep 17 00:00:00 2001
+From: Adrian Johnson 
+Date: Thu, 2 Mar 2017 19:14:04 +1030
+Subject: pdf-operators: fix bug in line wrapping
+
+patch by jmmor...@sonic.net
+
+https://bugs.freedesktop.org/show_bug.cgi?id=100029
+
+diff --git a/src/cairo-pdf-operators.c b/src/cairo-pdf-operators.c
+index 99a8dc8..b4ac253 100644
+--- a/src/cairo-pdf-operators.c
 b/src/cairo-pdf-operators.c
+@@ -319,7 +319,8 @@ _word_wrap_stream_write (cairo_output_stream_t  *base,
+   if (*data == '\n' || stream->column >= stream->max_column) {
+   _cairo_output_stream_printf (stream->output, "\n");
+   stream->column = 0;
+-  } else if (*data == '<') {
++  }
++  if (*data == '<') {
+   stream->state = WRAP_STATE_HEXSTRING;
+   } else if (*data == '(') {
+   stream->state = WRAP_STATE_STRING;
+-- 
+cgit v0.10.2
+




commit sysprof for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package sysprof for openSUSE:Factory checked 
in at 2017-03-22 23:05:56

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


Package is "sysprof"

Wed Mar 22 23:05:56 2017 rev:6 rq:481366 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/sysprof/sysprof.changes  2016-12-07 
11:11:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.sysprof.new/sysprof.changes 2017-03-22 
23:05:56.252702039 +0100
@@ -1,0 +2,38 @@
+Mon Mar 20 09:17:36 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.0:
+  + Use gtk_show_uri_on_window() to improve help window placement
+on Wayland.
+  + Updated translations.
+
+---
+Tue Mar 14 13:27:51 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Compilation fix for 32-bit ARM.
+  + Updated translations.
+
+---
+Wed Mar  1 13:26:35 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Various compilation checks based on results from ARM builders.
+  + Support for setting symbol directories to affect symbol
+resolution.
+  + Translate paths from /newroot/ into the host filesystem when
+possible. This should allow some degree of profiling
+container-based applications and still resolve symbols on the
+host. Builder does this now when profiling Flatpak-based
+applications.
+  + Updated translations.
+
+---
+Sat Feb 18 17:53:31 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Build system support for Meson.
+  + Appdata support has been added.
+  + Desktop file can be translated.
+  + Updated translations.
+
+---

Old:

  sysprof-3.22.3.tar.xz

New:

  sysprof-3.24.0.tar.xz



Other differences:
--
++ sysprof.spec ++
--- /var/tmp/diff_new_pack.H7gQoV/_old  2017-03-22 23:05:56.824620987 +0100
+++ /var/tmp/diff_new_pack.H7gQoV/_new  2017-03-22 23:05:56.824620987 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysprof
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   sysprof
-Version:3.22.3
+Version:3.24.0
 Release:0
 Summary:A system-wide Linux profiler
 License:GPL-3.0+
 Group:  Development/Tools/Debuggers
 Url:http://www.sysprof.com
-Source0:
https://download.gnome.org/sources/sysprof/3.22/sysprof-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/sysprof/3.24/sysprof-%{version}.tar.xz
 BuildRequires:  binutils-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
@@ -98,6 +98,7 @@
 %{_libdir}/libsysprof-ui-2.so
 %dir %{_libexecdir}/sysprof
 %{_libexecdir}/sysprof/sysprofd
+%{_datadir}/appdata/org.gnome.Sysprof2.appdata.xml
 %{_datadir}/applications/*.desktop
 %dir %{_datadir}/dbus-1/system.d
 %{_datadir}/dbus-1/system.d/org.gnome.Sysprof2.conf

++ sysprof-3.22.3.tar.xz -> sysprof-3.24.0.tar.xz ++
 6674 lines of diff (skipped)




commit gnome-builder for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-builder for openSUSE:Factory 
checked in at 2017-03-22 23:05:49

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


Package is "gnome-builder"

Wed Mar 22 23:05:49 2017 rev:20 rq:481365 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes  
2017-01-10 10:40:47.550096245 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder.changes 
2017-03-22 23:05:52.141284701 +0100
@@ -1,0 +2,200 @@
+Mon Mar 20 10:07:32 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Many documentation improvements.
+  + Various Flatpak improvements:
+- Support build-commands and post-install fields of json
+  manifest.
+- Ensure GNOME remotes exist for additional code-paths.
+- Refresh flatpak installations after installations.
+- A number of correctness fixes in subprocess execution via
+  HostCommand.
+- CCache support works again when building under Flatpak.
+  + Process supervisor tries harder to prevent flapping of
+subprocess.
+  + HTML preview support for reStruccturedText.
+  + rustup improvements when running under Flatpak.
+  + phpize build system support.
+  + Help will more correctly detect access to the documentation
+website before falling back to locally installed documentation.
+  + Jsonrpc-GLib has been updated to support a GVariant-based API
+so plugins can upgrade IPC to an encoding format that reduces
+memory-fragmentation.
+  + CTags support has been improved to be more efficient on larger
+projects.
+  + Updated translations.
+
+---
+Tue Mar 14 12:20:15 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + A lot of -Wsign-compare compile fixes.
+  + Fix inconsistent field in priority heap.
+  + Ctags can now use ctags binary from the host.
+  + Various Rustup fixes when running in flatpak.
+  + Add support for gnome-code-assistance when running under
+flatpak.
+  + Use Adwaita theme when under flatpak.
+  + Use names for cursors instead of old-style enums.
+  + Extract errors from vala compiler during builds.
+  + Extract errors from gmcs/mcs (mono) during builds.
+  + Much documentation has been added.
+  + Subprocess FD fixes when using the flatpak development service.
+  + EggTaskCache correctness improvements.
+  + Fallback to ninja to discover VALAFLAGS with older meson
+releases.
+  + Various terminal improvements when under flatpak.
+  + Move flatpak downloads into downloads phase of build pipeline.
+  + Add support for exporting an App.flatpak.
+  + Add support for manually downloading dependencies.
+  + Clang will fallback to CFLAGS or CXXFLAGS from environment
+variables.
+  + Make buildsystem will now use $MAKE environment variable if
+specified.
+  + The clone dialog will now strip whitespace from URIs.
+  + Fixes in user-preferred-shell discovery.
+  + The build panel is now shown upon first build (but without
+focus).
+  + Before exporting, flatpak-builder will now be used to finish
+the build process and cleanup commands.
+  + Builder will notify the user if flatpak-builder is not
+installed, as it is necessary for a good portion of the value
+of Builder.
+  + Builder will look at manifest files to try to discover the
+build system. This is useful when projects have multiple build
+systems in transition.
+  + Much polish to flatpak runtime installations.
+  + Lots of Vala plugin fixes and cleanup due to recent Vala
+changes.
+  + Autools project miner has reduced the depth of search to speed
+up application startup. We intend to switch to a custom tracker
+miner in a future release of Builder.
+  + Various fixes for Meson inside of a flatpak runtime.
+  + Fix cancellation of clone operations in the project greeter.
+  + Don't pass --require-version to `flatpak build` when running.
+  + Always use headerbar for about dialog.
+  + Fix hysteresis in animation for editor overview map.
+  + Various subprocess correctness improvements.
+  + Use the diagnostics range for the source location if not
+specified.
+  + Support for a basic "make" build system has been added.
+  + Updated translations.
+- Recommend flatpak-builder: the flatpak plugin is part of the main
+  package and it thus makes sense to also recommend the -builder
+  for it.
+
+---
+Tue Feb 28 14:20:01 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + Lots of transfer engine improvements..
+  + Omnibar styling changes.
+  + Support for flatpak has stabilized a great deal.
+  + New keyboard tooltips for various headerbar 

commit gtk3 for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2017-03-22 23:05:41

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


Package is "gtk3"

Wed Mar 22 23:05:41 2017 rev:109 rq:481364 version:3.22.11

Changes:

--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2017-02-19 
00:39:14.783493564 +0100
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2017-03-22 
23:05:45.462231248 +0100
@@ -1,0 +2,31 @@
+Mon Mar 20 09:03:23 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.22.11:
+  + Quartz: Fix build on osx < 10.12.
+  + Cosmetic fixes.
+  + Avoid a critical warning in the filechooser portal.
+
+---
+Tue Mar 14 08:21:25 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.22.10:
+  + Theme: Improve styling for flow boxes.
+  + Quartz:
+- Support fullscreen CSD windows.
+- Implement backdrop.
+- Implement gdk_window_set_functions.
+  + Bugs fixed: bgo#778905, bgo#779073, bgo#779074, bgo#779317,
+bgo#779374, bgo#779383, bgo#779392.
+  + Updated translations.
+
+---
+Tue Feb 28 00:18:56 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.22.9:
+  + Bugs fixed: bgo#136059, bgo#776821, bgo#778203, bgo#778328,
+bgo#778534, bgo#778678, bgo#778726, bgo#778746, bgo#778835,
+bgo#778905, bgo#779005, bgo#136059, bgo#772505, bgo#774148,
+bgo#778019.
+  + Updated translations.
+
+---

Old:

  gtk+-3.22.8.tar.xz

New:

  gtk+-3.22.11.tar.xz



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.Jai4Rl/_old  2017-03-22 23:05:46.602069711 +0100
+++ /var/tmp/diff_new_pack.Jai4Rl/_new  2017-03-22 23:05:46.606069144 +0100
@@ -29,7 +29,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.22.8
+Version:3.22.11
 Release:0
 Summary:The GTK+ toolkit library (version 3)
 License:LGPL-2.1+

++ gtk+-3.22.8.tar.xz -> gtk+-3.22.11.tar.xz ++
/work/SRC/openSUSE:Factory/gtk3/gtk+-3.22.8.tar.xz 
/work/SRC/openSUSE:Factory/.gtk3.new/gtk+-3.22.11.tar.xz differ: char 26, line 1




commit libgweather for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory 
checked in at 2017-03-22 23:05:06

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


Package is "libgweather"

Wed Mar 22 23:05:06 2017 rev:91 rq:481360 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/libgweather/libgweather.changes  2017-01-10 
10:40:30.496499228 +0100
+++ /work/SRC/openSUSE:Factory/.libgweather.new/libgweather.changes 
2017-03-22 23:05:08.175515557 +0100
@@ -1,0 +2,12 @@
+Mon Mar 20 09:06:57 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.0:
+  + New API to find a country by code (bgo#753332).
+  + Location entry now respects country when choosing the closest
+weather station (bgo#753332).
+  + Misc bug fixes: bgo#776170, bgo#770979, bgo#772758.
+  + Location database updates and fixes: bgo#775737, bgo#776337,
+bgo#770579.
+  + Updated translations.
+
+---

Old:

  libgweather-3.20.4.tar.xz

New:

  libgweather-3.24.0.tar.xz



Other differences:
--
++ libgweather.spec ++
--- /var/tmp/diff_new_pack.iHXX8b/_old  2017-03-22 23:05:09.107383490 +0100
+++ /var/tmp/diff_new_pack.iHXX8b/_new  2017-03-22 23:05:09.111382924 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgweather
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   libgweather
-Version:3.20.4
+Version:3.24.0
 Release:0
 Summary:Library to get online weather information
 License:GPL-2.0+
 Group:  Development/Libraries/GNOME
 Url:http://developer.gnome.org/libgweather/
-Source: 
http://download.gnome.org/sources/libgweather/3.20/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libgweather/3.24/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool

++ libgweather-3.20.4.tar.xz -> libgweather-3.24.0.tar.xz ++
 105179 lines of diff (skipped)




commit gnome-music for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-music for openSUSE:Factory 
checked in at 2017-03-22 23:05:34

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


Package is "gnome-music"

Wed Mar 22 23:05:34 2017 rev:26 rq:481363 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-music/gnome-music.changes  2016-11-12 
14:48:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-music.new/gnome-music.changes 
2017-03-22 23:05:38.471222009 +0100
@@ -1,0 +2,97 @@
+Mon Mar 20 09:31:30 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Tue Mar 14 09:42:21 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Code cleanups.
+  + Local art retrieval added.
+  + AppData screenshots updated.
+  + Bugs fixed: bgo#776668, bgo#777041, bgo#779013, bgo#779052,
+bgo#779584, bgo#779585.
+  + Updated translations.
+
+---
+Thu Mar  2 14:39:47 UTC 2017 - jeng...@inai.de
+
+- Remove redundant %clean section
+
+---
+Tue Feb 28 00:15:05 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Code cleanups.
+  + Bugs fixed: bgo#774470, bgo#774449.
+  + Updated translations.
+
+---
+Wed Feb 15 08:30:15 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Empty-state added for playlist dialog.
+  + Bugs fixed: bgo#772089, bgo#776680, bgo#777541, bgo#777219.
+  + Updated translations.
+
+---
+Tue Jan 17 12:11:07 UTC 2017 - zai...@opensuse.org
+
+- Handle more duplicate files via fdupes macro.
+- Add gnome-music-rpmlintrc to supress rpmlint warning about a gir
+  file that there is no sense in having a devel package for.
+
+---
+Tue Jan 17 12:11:06 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4:
+  + Revamp notifications and drop GdNotification.
+  + More cleanups.
+  + Bugs fixed: bgo#772975, bgo#776157, bgo#776673, bgo#776849,
+bgo#777127, bgo#777216, bgo#777235.
+  + Updated translations.
+
+---
+Tue Dec 13 15:08:00 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Start to use Grilo for storing metadata.
+  + Rework starring widget.
+  + DistListBox improvements.
+  + Stop walking directories for no reason.
+  + Finish move to tracker async calls.
+  + Bugs fixed: bgo#774754, bgo#772689, bgo#775759, bgo#775930.
+  + Updated translations.
+
+---
+Tue Nov 22 12:21:27 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Rely on Cairo for cover scaling.
+  + Smooth progressbar.
+  + Make more tracker calls async.
+  + General cleanups.
+  + Tackle long-standing issues with album separation.
+  + Bugs fixed: bgo#772263, bgo#772628, bgo#772698, bgo#773478,
+bgo#773769, bgo#774260, bgo#774481.
+  + Updated translations.
+
+---
+Sat Nov 12 03:23:01 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.1:
+  + Rework art lookup.
+  + Add HiDPI support (90% done).
+  + Add mnemonics.
+  + Rework about dialog.
+  + Split up views & widgets.
+  + Rework the album widgets.
+  + Show multi-disc albums as such.
+  + Make playlist retrieval non-blocking.
+  + Add composer label & search.
+  + Bugs fixed: bgo#761185, bgo#771348, bgo#772403, bgo#719452,
+bgo#773192, bgo#705094, bgo#750827, bgo#761891.
+  + Updated translations.
+
+---

Old:

  gnome-music-3.22.2.tar.xz

New:

  gnome-music-3.24.0.tar.xz
  gnome-music-rpmlintrc



Other differences:
--
++ gnome-music.spec ++
--- /var/tmp/diff_new_pack.aurn7H/_old  2017-03-22 23:05:39.151125654 +0100
+++ /var/tmp/diff_new_pack.aurn7H/_new  2017-03-22 23:05:39.151125654 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-music
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   gnome-music
-Version:3.22.2
+Version:3.24.0
 Release:0
 Summary:Music Player for GNOME
 

commit gnome-disk-utility for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-disk-utility for 
openSUSE:Factory checked in at 2017-03-22 23:05:16

Comparing /work/SRC/openSUSE:Factory/gnome-disk-utility (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-disk-utility.new (New)


Package is "gnome-disk-utility"

Wed Mar 22 23:05:16 2017 rev:52 rq:481361 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-disk-utility/gnome-disk-utility.changes
2016-11-12 14:50:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-disk-utility.new/gnome-disk-utility.changes   
2017-03-22 23:05:21.565617882 +0100
@@ -1,0 +2,36 @@
+Mon Mar 20 09:05:32 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.0:
+  + Fix crash in error path.
+  + Updated translations.
+
+---
+Sat Mar 11 19:02:28 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Fix broken desktop files.
+  + Drop unused gsettings schema.
+  + Updated translations.
+
+---
+Fri Jan 13 23:28:40 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.4:
+  + Fix failure in g-s-d plugin.
+  + Updated translations.
+- Add pkgconfig(libsystemd) BuildRequires: Build with systemd
+  support.
+
+---
+Tue Dec 13 15:10:18 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Update gnome-settings-daemon plugin for 3.23.
+  + Code cleanups.
+  + Stop using intltool for translations.
+  + Use more Unicode in translatable strings.
+  + Updated translations.
+- Drop pkgconfig(gnome-settings-daemon) and intltool BuildRequires:
+  no longer needed.
+
+---

Old:

  gnome-disk-utility-3.22.1.tar.xz

New:

  gnome-disk-utility-3.24.0.tar.xz



Other differences:
--
++ gnome-disk-utility.spec ++
--- /var/tmp/diff_new_pack.VT4ZyG/_old  2017-03-22 23:05:22.221524926 +0100
+++ /var/tmp/diff_new_pack.VT4ZyG/_new  2017-03-22 23:05:22.225524359 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-disk-utility
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,27 +17,26 @@
 
 
 Name:   gnome-disk-utility
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:Disks application for dealing with storage devices
 License:GPL-2.0+
 Group:  Hardware/Other
 Url:http://hal.freedesktop.org/releases/
-Source: 
http://download.gnome.org/sources/gnome-disk-utility/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-disk-utility/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  intltool >= 0.50.2
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(dvdread) >= 4.2.0
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.31.0
 BuildRequires:  pkgconfig(gmodule-2.0)
-BuildRequires:  pkgconfig(gnome-settings-daemon) >= 3.8.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12.0
 BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.1
 BuildRequires:  pkgconfig(liblzma) >= 5.0.5
 BuildRequires:  pkgconfig(libnotify) >= 0.7
 BuildRequires:  pkgconfig(libsecret-1) >= 0.7
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(pwquality) >= 1.0.0
 BuildRequires:  pkgconfig(udisks2) >= 2.1.1
 Requires:   udisks2
@@ -86,16 +85,16 @@
 %{_bindir}/gnome-disk-image-mounter
 %{_datadir}/applications/*.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.Disks.gschema.xml
-%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gdu-sd.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/gnome-disks*
-%{_libdir}/gnome-settings-daemon-3.0/gdu-sd-plugin.gnome-settings-plugin
-%{_libdir}/gnome-settings-daemon-3.0/libgdu-sd.so
 %{_mandir}/man1/gnome-disk-image-mounter.1%{?ext_man}
 %{_mandir}/man1/gnome-disks.1%{?ext_man}
 # Own dir for openSUSE Leap 42.1
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/org.gnome.DiskUtility.appdata.xml
 %{_datadir}/dbus-1/services/org.gnome.DiskUtility.service
+# The session / settings daemon plugin:
+%{_libexecdir}/gsd-disk-utility-notify
+%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.DiskUtilityNotify.desktop
 
 %files lang -f %{name}.lang
 

++ gnome-disk-utility-3.22.1.tar.xz -> gnome-disk-utility-3.24.0.tar.xz 
++
 146073 lines of diff (skipped)




commit harfbuzz for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2017-03-22 23:04:59

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


Package is "harfbuzz"

Wed Mar 22 23:04:59 2017 rev:53 rq:481334 version:1.4.5

Changes:

--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz.changes2017-02-03 
17:42:19.713402950 +0100
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new/harfbuzz.changes   2017-03-22 
23:05:00.860552258 +0100
@@ -1,0 +2,26 @@
+Sat Mar 11 13:51:28 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.4.5 (fate#322101):
+  + Revert "Fix Context lookup application when moving back after a
+glyph..." This introduced memory access problems. To be fixed
+properly soon.
+
+---
+Tue Mar  7 14:24:55 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.4.4:
+  + Fix Context lookup application when moving back after a glyph
+deletion.
+  + Fix buffer-overrun in Bengali.
+
+---
+Sun Feb 26 18:38:24 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.4.3:
+  + Route Adlam script to Arabic shaper.
+  + Misc fixes.
+  + New API: hb_font_set_face().
+  + Deprecate API: hb_graphite2_font_get_gr_font().
+- Tweak descriptions for icu and devel subpackages.
+
+---

Old:

  harfbuzz-1.4.2.tar.bz2

New:

  harfbuzz-1.4.5.tar.bz2



Other differences:
--
++ harfbuzz.spec ++
--- /var/tmp/diff_new_pack.tYdcDc/_old  2017-03-22 23:05:01.556453632 +0100
+++ /var/tmp/diff_new_pack.tYdcDc/_new  2017-03-22 23:05:01.560453065 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   harfbuzz
-Version:1.4.2
+Version:1.4.5
 Release:0
 Summary:An OpenType text shaping engine
 License:MIT
@@ -53,6 +53,7 @@
 
 %description -n libharfbuzz-icu0
 HarfBuzz is an OpenType text shaping engine.
+This package contains the ICU library.
 
 %package tools
 Summary:An OpenType text shaping engine -- Tools
@@ -69,6 +70,7 @@
 
 %description devel
 HarfBuzz is an OpenType text shaping engine.
+This package contains the development files.
 
 %prep
 %setup -q -n harfbuzz-%{version}

++ harfbuzz-1.4.2.tar.bz2 -> harfbuzz-1.4.5.tar.bz2 ++
 9905 lines of diff (skipped)




commit meson for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package meson for openSUSE:Factory checked 
in at 2017-03-22 23:04:52

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


Package is "meson"

Wed Mar 22 23:04:52 2017 rev:16 rq:481314 version:0.39.1

Changes:

--- /work/SRC/openSUSE:Factory/meson/meson.changes  2017-01-11 
12:04:59.163029841 +0100
+++ /work/SRC/openSUSE:Factory/.meson.new/meson.changes 2017-03-22 
23:04:54.717422887 +0100
@@ -1,0 +2,39 @@
+Mon Mar 20 11:21:10 UTC 2017 - dims...@opensuse.org
+
+- Add meson-disable-untested-code.patch: meson has code in the test
+  suite that assumes different behaviour between glib 2.51.5 (rc)
+  and 2.52.0 (final); this must be a wrong assumption to start with
+  and the test suite fails with 2.52.0. When this was added by
+  upstream 4 months before glib-2.52.0 was released, there must
+  have been no way at all to test this. We revert back to a state
+  like with the previous glib verison, where this test was simply
+  skipped (gh#mesonbuild/meson#1480).
+
+---
+Thu Mar 16 11:04:13 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.39.1 (changes since 0.38.1):
+  * Allow specifying extra arguments for tests.
+  * Bug fixes and minor polishes.
+- Add meson-fix-gcc48.patch: fix GCC 4.8 handling for
+  openSUSE Leap 42.x.
+
+---
+Sat Mar  4 14:50:28 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.38.1:
+  + New Uninstall target.
+  + Support for arbitrary test setups.
+  + Intel C/C++ compiler support.
+  + Get values from configuration data objects.
+  + Python 3 module support simplified.
+  + Default options to subprojects.
+  + Set targets to be built (or not) by default.
+  + Add option to mesonconf to wipe cached data.
+  + Can specify file permissions and owner when installing data.
+  + has_header() checks are now faster.
+  + Array indexing now supports fallback values.
+  + Silent mode for Mesontest.
+- Rebase meson-suse-ify-macros.patch.
+
+---

Old:

  meson-0.37.1.tar.gz
  meson-0.37.1.tar.gz.asc

New:

  meson-0.39.1.tar.gz
  meson-0.39.1.tar.gz.asc
  meson-disable-untested-code.patch
  meson-fix-gcc48.patch



Other differences:
--
++ meson.spec ++
--- /var/tmp/diff_new_pack.0UNwrg/_old  2017-03-22 23:04:56.309197293 +0100
+++ /var/tmp/diff_new_pack.0UNwrg/_new  2017-03-22 23:04:56.313196727 +0100
@@ -18,7 +18,7 @@
 
 %define _name   mesonbuild
 Name:   meson
-Version:0.37.1
+Version:0.39.1
 Release:0
 Summary:Python-based build system
 License:Apache-2.0
@@ -27,8 +27,12 @@
 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-OPENSUSE meson-suse-ify-macros.patch dims...@opensuse.org -- Make 
the macros non-RetHat specific. So far we do not have sep. {C,CXX,F}FLAGS
+# PATCH-FIX-OPENSUSE meson-suse-ify-macros.patch dims...@opensuse.org -- Make 
the macros non-RedHat specific: so far there are no separate {C,CXX,F}FLAGS.
 Patch0: meson-suse-ify-macros.patch
+# PATCH-FIX-OPENSUSE meson-fix-gcc48.patch sor.ale...@meowr.ru -- Fix GCC 4.8 
handling for openSUSE Leap 42.x.
+Patch1: meson-fix-gcc48.patch
+# PATCH-FIX-UPSTREAM meson-disable-untested-code.patch 
gh#mesonbuild/meson#1480 dims...@opensuse.org -- Do not assume that the 
untested meson test works with glib 2.52.0
+Patch2: meson-disable-untested-code.patch
 BuildRequires:  bison
 BuildRequires:  boost-devel
 BuildRequires:  flex
@@ -74,6 +78,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 # Lack of gtest, gmock, gnustep.
 rm -rf "test cases/frameworks/2 gtest" \
@@ -109,6 +115,7 @@
 %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_mandir}/man1/%{name}conf.1%{?ext_man}
 %{_mandir}/man1/%{name}introspect.1%{?ext_man}
+%{_mandir}/man1/%{name}test.1%{?ext_man}
 %{_mandir}/man1/wraptool.1%{?ext_man}
 
 %changelog

++ meson-0.37.1.tar.gz -> meson-0.39.1.tar.gz ++
 19946 lines of diff (skipped)

++ meson-disable-untested-code.patch ++
Index: meson-0.39.1/test cases/frameworks/7 gnome/resources/meson.build
===
--- meson-0.39.1.orig/test cases/frameworks/7 gnome/resources/meson.build
+++ meson-0.39.1/test cases/frameworks/7 gnome/resources/meson.build
@@ -29,7 +29,7 @@ 

commit gnome-weather for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-weather for openSUSE:Factory 
checked in at 2017-03-22 23:04:44

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


Package is "gnome-weather"

Wed Mar 22 23:04:44 2017 rev:28 rq:481264 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-weather/gnome-weather.changes  
2016-08-18 09:18:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-weather.new/gnome-weather.changes 
2017-03-22 23:04:45.858678391 +0100
@@ -1,0 +2,15 @@
+Mon Mar 20 09:13:00 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updates for the new version of gjs (bgo#778641).
+  + Improvements to the build system for GNOME Builder.
+  + Updated translations.
+- Drop gnome-weather-work-with-new-gjs.patch: Fixed upstream.
+
+---
+Mon Feb 27 17:31:42 UTC 2017 - zai...@opensuse.org
+
+- Add gnome-weather-work-with-new-gjs.patch: No longer crash on
+  launch when using gjs 1.48 or newer (bgo#778641).
+
+---

Old:

  gnome-weather-3.20.2.tar.xz

New:

  gnome-weather-3.24.0.tar.xz



Other differences:
--
++ gnome-weather.spec ++
--- /var/tmp/diff_new_pack.dDb921/_old  2017-03-22 23:04:47.554438059 +0100
+++ /var/tmp/diff_new_pack.dDb921/_new  2017-03-22 23:04:47.558437492 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-weather
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,13 +18,13 @@
 
 Name:   gnome-weather
 %define _name org.gnome.Weather
-Version:3.20.2
+Version:3.24.0
 Release:0
 Summary:Weather App for GNOME
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:https://live.gnome.org/Design/Apps/Weather
-Source: 
http://download.gnome.org/sources/gnome-weather/3.20/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-weather/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  gjs
 BuildRequires:  intltool >= 0.26
 BuildRequires:  update-desktop-files
@@ -87,7 +87,7 @@
 %defattr(-,root,root)
 %{_bindir}/%{name}
 %dir %{_datadir}/appdata
-%{_datadir}/appdata/org.gnome.Weather.Application.appdata.xml
+%{_datadir}/appdata/org.gnome.Weather.appdata.xml
 %{_datadir}/applications/org.gnome.Weather.Application.desktop
 %{_datadir}/%{_name}/
 %{_datadir}/dbus-1/services/org.gnome.Weather.Application.service

++ gnome-weather-3.20.2.tar.xz -> gnome-weather-3.24.0.tar.xz ++
 2768 lines of diff (skipped)




commit vala for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2017-03-22 23:04:07

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


Package is "vala"

Wed Mar 22 23:04:07 2017 rev:70 rq:481191 version:0.36.0

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2016-12-26 
21:38:55.490606527 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2017-03-22 
23:04:08.895917021 +0100
@@ -1,0 +2,62 @@
+Sun Mar 19 15:01:38 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.36.0:
+  + Bugs fixed: bgo#740303, bgo#758816, bgo#779968, bgo#780050.
+
+---
+Mon Mar 13 10:46:20 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.35.90:
+  + Bug fixes and binding updates.
+
+---
+Tue Mar  7 10:40:02 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.35.7:
+  + Bug fixes and binding updates.
+  + Add libgrss binding.
+  + Introduce [CCode (finish_instance = ...)] attribute.
+  + Update manpages.
+
+---
+Mon Feb 27 11:38:20 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.35.6:
+  + Bug fixes and binding updates.
+
+---
+Tue Feb 14 20:45:46 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.35.5:
+  + Fix regression.
+- Changes from version 0.35.4:
+  + Bug fixes and binding updates.
+
+---
+Tue Jan 10 13:09:28 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.35.3:
+  + Bug fixes and binding updates.
+  + Add gtk+-unix-print-{2,3,4}.0 bindings.
+
+---
+Wed Dec 14 11:46:08 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.35.2:
+  + Bug fixes and binding updates.
+
+---
+Wed Dec 14 00:35:01 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.35.1:
+  + Ignore --thread command-line option which is obsolete.
+  + Fix type checking when using generics.
+  + Use g_signal_emit where possible.
+  + Introduce [FormatArg] attribute for parameters.
+  + Use GTask API for async implementations with
+target-gLib >= 2.36.
+- Bump vala_version to 0.36, vala_libversion to 0_36 (following
+  upstream) and vala_priority to 36 (following the vala packaging
+  convention).
+
+---

Old:

  vala-0.34.4.tar.xz

New:

  vala-0.36.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.vc4rBL/_old  2017-03-22 23:04:10.131741868 +0100
+++ /var/tmp/diff_new_pack.vc4rBL/_new  2017-03-22 23:04:10.135741301 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,19 +17,19 @@
 
 
 Name:   vala
-Version:0.34.4
+Version:0.36.0
 Release:0
-%define vala_version 0.34
-%define vala_libversion 0_34
+%define vala_version 0.36
+%define vala_libversion 0_36
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
-%define vala_priority 34
+%define vala_priority 36
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.34/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.36/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++ vala-0.34.4.tar.xz -> vala-0.36.0.tar.xz ++
 481817 lines of diff (skipped)




commit devhelp for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package devhelp for openSUSE:Factory checked 
in at 2017-03-22 23:04:15

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


Package is "devhelp"

Wed Mar 22 23:04:15 2017 rev:71 rq:481192 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/devhelp/devhelp.changes  2016-09-23 
11:35:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.devhelp.new/devhelp.changes 2017-03-22 
23:04:16.306866676 +0100
@@ -1,0 +2,39 @@
+Sun Mar 19 15:11:37 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+---
+Sun Mar 12 10:56:56 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + devhelp 3.23.91 fails to build because of -Werror (bgo#779378).
+  + Add Flatpak build manifest (bgo#779563).
+  + Updated translations.
+- Stop passing disable-Werror to configure: no longer needed since
+  upstream fixed the issues.
+
+---
+Sun Feb 26 15:43:30 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + bgo#763518: Add sidebar toggler to the menu.
+  + bgo#770785: Add GTK-Doc API reference and GObject Introspection
+support.
+  + bgo#771503: fix warning in finalize of sidebar.
+  + bgo#773900: Small build system update.
+  + bgo#774069: unable to build devhelp by jhbuild.
+  + bgo#775261: Make DhLanguage a GObject subclass.
+  + Updated translations.
+- Add gobject-introspection-devel BuildRequires: new dependency.
+- Replace gtk3-devel BuildRequires with pkgconfig(gtk+-3.0):
+  matching what configure looks for.
+- Add pkgconfig(gio-2.0) BuildRequires: not a new dependency, but
+  explicitly list what configure checks for.
+- Pass --disable-Werror to configure: devhelp for now makes use of
+  some deprecated glib functions. Having -Werror in place causes
+  them to be failures.
+- Split out new typelib-1_0-Devhelp-3_0 subpackage, containging the
+  new gi-based typelib. Required by the -devel package.
+
+---

Old:

  devhelp-3.22.0.tar.xz

New:

  devhelp-3.24.0.tar.xz



Other differences:
--
++ devhelp.spec ++
--- /var/tmp/diff_new_pack.84g7b8/_old  2017-03-22 23:04:16.998768613 +0100
+++ /var/tmp/diff_new_pack.84g7b8/_new  2017-03-22 23:04:17.002768047 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package devhelp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,22 +19,24 @@
 %define vimplugin_dir %{_datadir}/vim/site
 
 Name:   devhelp
-Version:3.22.0
+Version:3.24.0
 Release:0
 Summary:Developer's Help Program for GNOME
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:https://live.gnome.org/devhelp
-Source: 
http://download.gnome.org/sources/devhelp/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/devhelp/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 # For directory ownership of the plugins:
 BuildRequires:  gedit
-BuildRequires:  gtk3-devel >= 3.19.3
+BuildRequires:  gobject-introspection-devel >= 1.30.0
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vim
-BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.6.0
+BuildRequires:  pkgconfig(gio-2.0) >= 2.38
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.6
 Recommends: %{name}-lang
 Suggests:   gedit-plugin-devhelp
 Suggests:   vim-plugin-devhelp
@@ -43,10 +45,20 @@
 %description
 Devhelp is an API documentation browser for GTK+ and GNOME.
 
+%package -n typelib-1_0-Devhelp-3_0
+Summary:Developer's Help Program For GNOME
+Group:  System/Libraries
+
+%description -n typelib-1_0-Devhelp-3_0
+Devhelp is an API documentation browser for GTK+ and GNOME.
+
+This package contains the gobject introspection based typelib library.
+
 %package devel
 Summary:Developer's Help Program For GNOME
 Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
+Requires:   typelib-1_0-Devhelp-3_0 = %{version}
 
 %description devel
 Devhelp is an API documentation browser for GTK+ and GNOME.
@@ -119,8 +131,14 @@
 
 %files lang -f %{name}.lang
 
+%files -n typelib-1_0-Devhelp-3_0
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/Devhelp-3.0.typelib
+
 

commit metacity for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package metacity for openSUSE:Factory 
checked in at 2017-03-22 23:04:39

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


Package is "metacity"

Wed Mar 22 23:04:39 2017 rev:88 rq:481196 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/metacity/metacity.changes2016-11-08 
18:28:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.metacity.new/metacity.changes   2017-03-22 
23:04:40.523434531 +0100
@@ -1,0 +2,15 @@
+Sun Mar 19 15:05:47 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Improve handling of tracking the old focused window during
+restart (bgo#766243).
+  + Send synthetic ConfigureNotify events (bgo#582580).
+  + Updated translations.
+
+---
+Thu Feb 16 23:14:11 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Updated translations.
+
+---

Old:

  metacity-3.22.1.tar.xz

New:

  metacity-3.24.0.tar.xz



Other differences:
--
++ metacity.spec ++
--- /var/tmp/diff_new_pack.uyMNB5/_old  2017-03-22 23:04:41.323321167 +0100
+++ /var/tmp/diff_new_pack.uyMNB5/_new  2017-03-22 23:04:41.327320600 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package metacity
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,12 +17,12 @@
 
 
 Name:   metacity
-Version:3.22.1
+Version:3.24.0
 Release:0
 Summary:A Window Manager for the GNOME Desktop
 License:GPL-2.0+
 Group:  System/GUI/GNOME
-Source: 
http://download.gnome.org/sources/metacity/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/metacity/3.24/%{name}-%{version}.tar.xz
 Url:http://www.gnome.org
 BuildRequires:  fdupes
 BuildRequires:  intltool

++ metacity-3.22.1.tar.xz -> metacity-3.24.0.tar.xz ++
 23239 lines of diff (skipped)




commit gspell for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gspell for openSUSE:Factory checked 
in at 2017-03-22 23:04:00

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


Package is "gspell"

Wed Mar 22 23:04:00 2017 rev:11 rq:481178 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/gspell/gspell.changes2016-12-26 
21:43:11.318406580 +0100
+++ /work/SRC/openSUSE:Factory/.gspell.new/gspell.changes   2017-03-22 
23:04:02.256857971 +0100
@@ -1,0 +2,35 @@
+Sun Mar 19 08:02:58 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.4.0:
+  + Other small improvements.
+  + Updated translations.
+
+---
+Sun Feb 26 14:12:16 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.3.3:
+  + Add more assertions for bgo#778883.
+  + Fix minor issues found by Coverity.
+  + Updated translations.
+
+---
+Mon Jan 16 13:48:52 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.3.2:
+  + GspellEntry: do not check the word currently typed.
+  + GspellEntry: better word boundaries, take into account
+apostrophes and dashes.
+  + GspellEntry: disable inline spell checking if the GtkEntry is
+in password mode.
+  + Various other improvements.
+
+---
+Fri Dec 16 19:07:26 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.3.1:
+  + Add inline spell-checking support for GtkEntry (the bases are
+there).
+  + GtkTextView support: fix populate-popup signal param type.
+  + Updated translations.
+
+---

Old:

  gspell-1.2.2.tar.xz

New:

  gspell-1.4.0.tar.xz



Other differences:
--
++ gspell.spec ++
--- /var/tmp/diff_new_pack.xFXirN/_old  2017-03-22 23:04:03.032748005 +0100
+++ /var/tmp/diff_new_pack.xFXirN/_new  2017-03-22 23:04:03.036747437 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gspell
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,13 +19,13 @@
 %define shlib lib%{name}-1-1
 
 Name:   gspell
-Version:1.2.2
+Version:1.4.0
 Release:0
 Summary:A spell checker library for gtk+ applications
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
 Url:https://wiki.gnome.org/Projects/gspell
-Source: 
http://download.gnome.org/sources/gspell/1.2/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gspell/1.4/%{name}-%{version}.tar.xz
 BuildRequires:  gtk-doc >= 1.25
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(enchant) >= 1.6.0

++ gspell-1.2.2.tar.xz -> gspell-1.4.0.tar.xz ++
 13421 lines of diff (skipped)




  1   2   >