commit python-slapdsock for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package python-slapdsock for 
openSUSE:Factory checked in at 2017-03-20 17:13:40

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


Package is "python-slapdsock"

Mon Mar 20 17:13:40 2017 rev:2 rq:481268 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-slapdsock/python-slapdsock.changes
2017-01-25 23:23:05.756943856 +0100
+++ /work/SRC/openSUSE:Factory/.python-slapdsock.new/python-slapdsock.changes   
2017-03-20 17:13:41.882836516 +0100
@@ -1,0 +2,6 @@
+Mon Mar 20 11:20:06 UTC 2017 - mich...@stroeder.com
+
+- update to upstream release 0.5.2
+  with fix parsing MODIFYRequest
+
+---

Old:

  slapdsock-0.5.1.tar.gz

New:

  slapdsock-0.5.2.tar.gz



Other differences:
--
++ python-slapdsock.spec ++
--- /var/tmp/diff_new_pack.YuXM29/_old  2017-03-20 17:13:42.522746160 +0100
+++ /var/tmp/diff_new_pack.YuXM29/_new  2017-03-20 17:13:42.526745596 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-slapdsock
-Version:0.5.1
+Version:0.5.2
 Release:0
 Summary:Python module for slapd-sock listeners
 License:Apache-2.0

++ slapdsock-0.5.1.tar.gz -> slapdsock-0.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slapdsock-0.5.1/PKG-INFO new/slapdsock-0.5.2/PKG-INFO
--- old/slapdsock-0.5.1/PKG-INFO2016-11-11 15:44:30.0 +0100
+++ new/slapdsock-0.5.2/PKG-INFO2017-03-20 11:45:10.0 +0100
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: slapdsock
-Version: 0.5.1
+Version: 0.5.2
 Summary: Module package for back-sock listeners for OpenLDAP
-Home-page: https://www.stroeder.com/slapdsockd.html
+Home-page: https://www.stroeder.com/slapdsock.html
 Author: Michael Stroeder
 Author-email: mich...@stroeder.com
 License: Apache License, Version 2.0
@@ -23,5 +23,4 @@
 Classifier: Topic :: Internet
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Classifier: Topic :: System :: Systems Administration :: 
Authentication/Directory :: LDAP
-Requires: ldap(>=2.4.10)
-Provides: slapdsock (0.5.1)
+Requires: ldap(>=2.4.27)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slapdsock-0.5.1/distclean.sh 
new/slapdsock-0.5.2/distclean.sh
--- old/slapdsock-0.5.1/distclean.sh1970-01-01 01:00:00.0 +0100
+++ new/slapdsock-0.5.2/distclean.sh2016-07-16 22:44:23.0 +0200
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+python setup.py clean
+rm -r MANIFEST dist/* build/*
+rm slapdsock/*.py? *.py?
+rm examples/openldap/realdb/*.mdb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slapdsock-0.5.1/examples/openldap/schema/init.schema 
new/slapdsock-0.5.2/examples/openldap/schema/init.schema
--- old/slapdsock-0.5.1/examples/openldap/schema/init.schema2016-04-22 
22:37:55.0 +0200
+++ new/slapdsock-0.5.2/examples/openldap/schema/init.schema2017-03-20 
10:39:03.0 +0100
@@ -3,9 +3,9 @@
 ##
 
 # Schemata aus der OpenLDAP-Distribution
-include /opt/openldap-RE24/etc/openldap/schema/core.schema
-include /opt/openldap-RE24/etc/openldap/schema/cosine.schema
-include /opt/openldap-RE24/etc/openldap/schema/inetorgperson.schema
-include /opt/openldap-RE24/etc/openldap/schema/misc.schema
-include /opt/openldap-RE24/etc/openldap/schema/openldap.schema
-include /opt/openldap-RE24/etc/openldap/schema/ppolicy.schema
+include /etc/openldap/schema/core.schema
+include /etc/openldap/schema/cosine.schema
+include /etc/openldap/schema/inetorgperson.schema
+include /etc/openldap/schema/misc.schema
+include /etc/openldap/schema/openldap.schema
+include /etc/openldap/schema/ppolicy.schema
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/slapdsock-0.5.1/examples/openldap/slapd-sock-test.args 
new/slapdsock-0.5.2/examples/openldap/slapd-sock-test.args
--- old/slapdsock-0.5.1/examples/openldap/slapd-sock-test.args  1970-01-01 
01:00:00.0 +0100
+++ new/slapdsock-0.5.2/examples/openldap/slapd-sock-test.args  2017-03-20 
10:43:49.0 +0100
@@ -0,0 +1 @@
+/usr/sbin/slapd -d stats,shell -h ldap://0.0.0.0:9876 
ldapi://%2Fhome%2Fmichael%2FProj%2Fslapd_sockd%2Fexamples%2Fopenldap%2Fldapi -n 
slapd-sock-test -f slapd.conf 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/slapdsock-0.5.1/examples/openldap/slapd-sock-test.pid 
new/slapdsock-0.5.2/examples/openldap/slapd-sock-test.pid
--- 

commit shorewall for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2017-03-20 17:13:18

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


Package is "shorewall"

Mon Mar 20 17:13:18 2017 rev:94 rq:481217 version:5.1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes  2017-03-16 
09:52:03.613329289 +0100
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2017-03-20 
17:13:19.861945846 +0100
@@ -1,0 +2,17 @@
+Sun Mar 19 17:33:42 UTC 2017 - br...@ioda-net.ch
+
+- Update to last bugfix version 5.3.1.1
+  Problems Corrected:
+  There was a typo in the BLACKLIST_DEFAULT settings in the 5.1.3
+  sample config files, which resulted in a compilation error.
+  That typo has been corrected.
+
+  There was also a typo in the two-interface IPv4 sample snat file;
+  192.168.0.0/16 was inadvertently entered as 92.168.0.0/16. That has
+  been corrected.
+
+  Previously, when processing the policy file, 'all+' was incorrectly
+  treated the same as 'all'. That has been corrected so that 'all+'
+  causes intra-zone traffic to be included in the policy. 
+
+---

Old:

  shorewall-5.1.3.tar.bz2
  shorewall-core-5.1.3.tar.bz2
  shorewall-docs-html-5.1.3.tar.bz2
  shorewall-init-5.1.3.tar.bz2
  shorewall-lite-5.1.3.tar.bz2
  shorewall6-5.1.3.tar.bz2
  shorewall6-lite-5.1.3.tar.bz2

New:

  shorewall-5.1.3.1.tar.bz2
  shorewall-core-5.1.3.1.tar.bz2
  shorewall-docs-html-5.1.3.1.tar.bz2
  shorewall-init-5.1.3.1.tar.bz2
  shorewall-lite-5.1.3.1.tar.bz2
  shorewall6-5.1.3.1.tar.bz2
  shorewall6-lite-5.1.3.1.tar.bz2



Other differences:
--
++ shorewall.spec ++
--- /var/tmp/diff_new_pack.eunArr/_old  2017-03-20 17:13:21.621697371 +0100
+++ /var/tmp/diff_new_pack.eunArr/_new  2017-03-20 17:13:21.629696242 +0100
@@ -18,20 +18,22 @@
 
 #
 %define have_systemd 1
+%define dmaj 5.1
+%define dmin 5.1.3
 Name:   shorewall
-Version:5.1.3
+Version:5.1.3.1
 Release:0
 Summary:Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:GPL-2.0
 Group:  Productivity/Networking/Security
 Url:http://www.shorewall.net/
-Source: 
http://www.shorewall.net/pub/shorewall/5.1/shorewall-%{version}/%{name}-%version.tar.bz2
-Source1:
http://www.shorewall.net/pub/shorewall/5.1/shorewall-%{version}/%{name}-core-%version.tar.bz2
-Source2:
http://www.shorewall.net/pub/shorewall/5.1/shorewall-%{version}/%{name}-lite-%version.tar.bz2
-Source3:
http://www.shorewall.net/pub/shorewall/5.1/shorewall-%{version}/%{name}-init-%version.tar.bz2
-Source4:
http://www.shorewall.net/pub/shorewall/5.1/shorewall-%{version}/%{name}6-lite-%version.tar.bz2
-Source5:
http://www.shorewall.net/pub/shorewall/5.1/shorewall-%{version}/%{name}6-%version.tar.bz2
-Source6:
http://www.shorewall.net/pub/shorewall/5.1/shorewall-%{version}/%{name}-docs-html-%version.tar.bz2
+Source: 
http://www.shorewall.net/pub/shorewall/%{dmaj}/shorewall-%{dmin}/%{name}-%version.tar.bz2
+Source1:
http://www.shorewall.net/pub/shorewall/%{dmaj}/shorewall-%{dmin}/%{name}-core-%version.tar.bz2
+Source2:
http://www.shorewall.net/pub/shorewall/%{dmaj}/shorewall-%{dmin}/%{name}-lite-%version.tar.bz2
+Source3:
http://www.shorewall.net/pub/shorewall/%{dmaj}/shorewall-%{dmin}/%{name}-init-%version.tar.bz2
+Source4:
http://www.shorewall.net/pub/shorewall/%{dmaj}/shorewall-%{dmin}/%{name}6-lite-%version.tar.bz2
+Source5:
http://www.shorewall.net/pub/shorewall/%{dmaj}/shorewall-%{dmin}/%{name}6-%version.tar.bz2
+Source6:
http://www.shorewall.net/pub/shorewall/%{dmaj}/shorewall-%{dmin}/%{name}-docs-html-%version.tar.bz2
 Source7:%{name}-4.4.22.rpmlintrc
 Source8:README.openSUSE
 # PATCH-FIX-OPENSUSE Shorewall-init use of fillup template
@@ -48,7 +50,7 @@
 Requires:   iproute2
 Requires:   iptables
 Requires:   logrotate
-Requires:   xtables-addons
+Suggests:   xtables-addons
 PreReq: %fillup_prereq
 Conflicts:  SuSEfirewall2
 Provides:   shoreline_firewall = %{version}-%{release}

++ shorewall-5.1.3.tar.bz2 -> shorewall-5.1.3.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.3/Perl/Shorewall/Config.pm 
new/shorewall-5.1.3.1/Perl/Shorewall/Config.pm
--- old/shorewall-5.1.3/Perl/Shorewall/Config.pm2017-03-14 
21:59:06.0 +0100
+++ new/shorewall-5.1.3.1/Perl/Shorewall/Config.pm  2017-03-16 
20:42:21.0 +0100
@@ -748,7 

commit libsodium for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package libsodium for openSUSE:Factory 
checked in at 2017-03-20 17:13:34

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


Package is "libsodium"

Mon Mar 20 17:13:34 2017 rev:19 rq:481258 version:1.0.12

Changes:

--- /work/SRC/openSUSE:Factory/libsodium/libsodium.changes  2016-08-09 
22:15:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsodium.new/libsodium.changes 2017-03-20 
17:13:36.967530552 +0100
@@ -1,0 +2,33 @@
+Mon Mar 13 09:17:43 UTC 2017 - idon...@suse.com
+
+- Update to version 1.0.12
+  * Ed25519ph was implemented, adding a multi-part signature API
+(crypto_sign_init(), crypto_sign_update(), crypto_sign_final_*()).
+  * New constants and related accessors have been added for Scrypt
+and Argon2.
+  * XChaCha20 has been implemented. Like XSalsa20, this construction
+extends the ChaCha20 cipher to accept a 192-bit nonce. This
+makes it safe to use ChaCha20 with random nonces.
+  * crypto_secretbox, crypto_box and crypto_aead now offer variants
+leveraging XChaCha20.
+  * SHA-2 is about 20% faster, which also gives a speed boost to
+signature and signature verification.
+  * AVX2 implementations of Salsa20 and ChaCha20 have been added.
+They are twice as fast as the SSE2 implementations. The speed
+gain is even more significant on Windows, that previously
+didn't use vectorized implementations.
+  * New high-level API: crypto_kdf, to easily derive one or more
+subkeys from a master key.
+  * Siphash with a 128-bit output has been implemented, and is
+available as crypto_shorthash_siphashx_*.
+  * New *_keygen() helpers functions have been added to create
+secret keys for all constructions. This improves code clarity
+and can prevent keys from being partially initialized.
+  * A new randombytes_buf_deterministic() function was added to
+deterministically fill a memory region with pseudorandom data.
+This function can especially be useful to write reproducible tests.
+  * A preliminary crypto_kx_*() API was added to compute shared
+session keys.
+  * AVX2 detection is more reliable. 
+
+---

Old:

  libsodium-1.0.11.tar.gz

New:

  libsodium-1.0.12.tar.gz



Other differences:
--
++ libsodium.spec ++
--- /var/tmp/diff_new_pack.0wHgUh/_old  2017-03-20 17:13:38.171360572 +0100
+++ /var/tmp/diff_new_pack.0wHgUh/_new  2017-03-20 17:13:38.175360008 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsodium
 #
-# 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,7 +18,7 @@
 
 %define lname libsodium18
 Name:   libsodium
-Version:1.0.11
+Version:1.0.12
 Release:0
 Summary:Portable NaCl-based crypto library
 License:ISC

++ libsodium-1.0.11.tar.gz -> libsodium-1.0.12.tar.gz ++
 45121 lines of diff (skipped)




commit php7 for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2017-03-20 17:13:24

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


Package is "php7"

Mon Mar 20 17:13:24 2017 rev:17 rq:481244 version:7.1.3

Changes:

--- /work/SRC/openSUSE:Factory/php7/php7.changes2017-02-20 
13:16:06.011978587 +0100
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2017-03-20 
17:13:31.448309862 +0100
@@ -1,0 +2,11 @@
+Fri Mar 17 19:20:14 UTC 2017 - 13i...@gmail.com
+
+- Updated to 7.1.3: Several bugs have been fixed.
+  * ChangeLog: https://secure.php.net/ChangeLog-7.php#7.1.3
+
+---
+Fri Mar 17 16:52:25 UTC 2017 - ku...@suse.com
+
+- Don't install the init script if we use systemd
+
+---

Old:

  php-7.1.2.tar.xz
  php-7.1.2.tar.xz.asc

New:

  php-7.1.3.tar.xz
  php-7.1.3.tar.xz.asc



Other differences:
--
++ php7.spec ++
--- /var/tmp/diff_new_pack.I8074M/_old  2017-03-20 17:13:33.016088492 +0100
+++ /var/tmp/diff_new_pack.I8074M/_new  2017-03-20 17:13:33.016088492 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php7
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,14 +46,14 @@
 %define need_libxml2_hack %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h; then echo 1; else echo 
0; fi; else echo 0; fi)
 
 Name:   php7
-Version:7.1.2
+Version:7.1.3
 Release:0
 Summary:PHP7 Core Files
 License:PHP-3.01
 Group:  Development/Languages/Other
 
-Url:http://www.php.net
-Source0:http://us2.php.net/distributions/php-%{version}.tar.xz
+Url:https://secure.php.net
+Source0:https://secure.php.net/distributions/php-%{version}.tar.xz
 Source1:php-suse-addons.tar.bz2
 Source2:https://download.suhosin.org/suhosin-%{suhosin_version}.tar.gz
 Source3:https://pear.php.net/install-pear-nozlib.phar
@@ -61,7 +61,7 @@
 Source5:README.macros
 Source6:macros.php
 Source7:php-fpm.init
-Source8:http://us3.php.net/distributions/php-%{version}.tar.xz.asc
+Source8:https://secure.php.net/distributions/php-%{version}.tar.xz.asc
 Source9:php7.keyring
 Source10:   README.default_socket_timeout
 Source100:  build-test.sh
@@ -220,8 +220,8 @@
 
 %package devel
 Summary:Include files of PHP7
-# this is required by the installed  development headers
 Group:  Development/Languages/C and C++
+# this is required by the installed  development headers
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
 Requires:   libxml2-devel
@@ -256,7 +256,7 @@
 similar to TeX's CTAN and Perl's CPAN. This package provides an access
 to the repository.
 
-See http://pear.php.net/manual/ for more details.
+See https://pear.php.net/manual/ for more details.
 
 
 %package pear-Archive_Tar
@@ -341,7 +341,6 @@
 Summary:FastCGI Process Manager PHP7 Module
 Group:  Development/Libraries/PHP
 Requires:   %{name} = %{version}
-PreReq: %insserv_prereq
 Provides:   php-date = %{version}
 Provides:   php-filter = %{version}
 Provides:   php-fpm = %{version}
@@ -355,6 +354,8 @@
 %if %{with systemd}
 %{systemd_requires}
 BuildRequires:  pkgconfig(libsystemd)
+%else
+Requires(pre):  %insserv_prereq
 %endif
 Obsoletes:  php5-fpm
 
@@ -839,7 +840,7 @@
 
 %description sqlite
 This is an extension for the SQLite Embeddable SQL Database Engine.
-http://www.sqlite.org/
+https://www.sqlite.org
 
 SQLite is a C library that implements an embeddable SQL database
 engine. Programs that link with the SQLite library can have SQL
@@ -911,7 +912,7 @@
 Obsoletes:  php5-tidy
 
 %description tidy
-Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows
+Tidy is an extension based on Libtidy (http://tidy.sourceforge.net) and allows
 a PHP developer to clean, repair, and traverse HTML, XHTML, and XML
 documents -- including ones with embedded scripting languages such as
 PHP or ASP within them using OO constructs.
@@ -1374,7 +1375,7 @@
 echo "; comment out next line to disable $ext extension in php" > 
%{buildroot}/%{php_sysconf}/conf.d/$ext.ini
 zend_=''
 if [ $ext == "opcache" ]; then
-  # http://php.net/manual/en/opcache.installation.php
+ 

commit mate-utils for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-utils for openSUSE:Factory 
checked in at 2017-03-20 17:12:56

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


Package is "mate-utils"

Mon Mar 20 17:12:56 2017 rev:15 rq:481147 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-utils/mate-utils.changes2016-09-25 
14:44:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-utils.new/mate-utils.changes   
2017-03-20 17:12:57.761066474 +0100
@@ -1,0 +2,13 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require mate-panel >= 1.17.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Fix occasional distcheck breakage.
+  * Some code cleanups.
+  * Update translations.
+
+---

Old:

  mate-utils-1.16.0.tar.xz

New:

  mate-utils-1.18.0.tar.xz



Other differences:
--
++ mate-utils.spec ++
--- /var/tmp/diff_new_pack.QCO6u6/_old  2017-03-20 17:12:58.552954659 +0100
+++ /var/tmp/diff_new_pack.QCO6u6/_new  2017-03-20 17:12:58.556954095 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-utils
 #
-# 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,14 +18,14 @@
 
 %define soname_dict libmatedict
 %define sover_dict 6
-%define _version 1.16
+%define _version 1.18
 Name:   mate-utils
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE Desktop utilities
 License:GPL-2.0+ and LGPL-2.0+ and GFDL-1.1
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -39,10 +39,10 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libcanberra-gtk)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libgtop-2.0)
-BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= 1.9.0
+BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= %{_version}
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(zlib)
@@ -155,10 +155,9 @@
 %configure \
   --disable-static\
   --libexecdir=%{_libexecdir}/%{name} \
-  --with-gtk=2.0  \
   --with-x\
   --enable-ipv6=yes
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-utils-1.16.0.tar.xz -> mate-utils-1.18.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-utils/mate-utils-1.16.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-utils.new/mate-utils-1.18.0.tar.xz differ: 
char 25, line 1




commit claws-mail for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2017-03-20 17:13:21

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


Package is "claws-mail"

Mon Mar 20 17:13:21 2017 rev:75 rq:481239 version:3.14.1

Changes:

--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes2017-02-21 
13:50:19.360587610 +0100
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2017-03-20 17:13:24.121344423 +0100
@@ -1,0 +2,5 @@
+Thu Mar  2 11:15:17 UTC 2017 - o...@aepfle.de
+
+- Compface support requires the devel pkg, not just the main pkg
+
+---



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.NnA2sk/_old  2017-03-20 17:13:24.921231479 +0100
+++ /var/tmp/diff_new_pack.NnA2sk/_new  2017-03-20 17:13:24.925230915 +0100
@@ -31,7 +31,7 @@
 Source: 
http://www.claws-mail.org/download.php?file=releases/%{name}-%{version}.tar.xz
 Patch0: use-xdg-open-as-default-mime_open_command.patch
 BuildRequires:  NetworkManager-devel
-BuildRequires:  compface
+BuildRequires:  compface-devel
 BuildRequires:  db-devel
 BuildRequires:  docbook-utils
 BuildRequires:  enchant-devel




commit qos for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package qos for openSUSE:Factory checked in 
at 2017-03-20 17:13:13

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


Package is "qos"

Mon Mar 20 17:13:13 2017 rev:4 rq:481185 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/qos/qos.changes  2013-01-29 14:38:24.0 
+0100
+++ /work/SRC/openSUSE:Factory/.qos.new/qos.changes 2017-03-20 
17:13:14.278734191 +0100
@@ -1,0 +2,6 @@
+Tue Mar 14 19:40:28 UTC 2017 - archie.co...@gmail.com
+
+- Add Requires(pre): insserv-compat. insserv is no longer part of
+  a standard SUSE setup, since we have long switched to systemd.
+
+---



Other differences:
--
++ qos.spec ++
--- /var/tmp/diff_new_pack.KTlB9b/_old  2017-03-20 17:13:14.830656260 +0100
+++ /var/tmp/diff_new_pack.KTlB9b/_new  2017-03-20 17:13:14.830656260 +0100
@@ -1,19 +1,22 @@
 #
-# Copyright 2013 Archie L. Cobbs.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License"); you may
-# not use this file except in compliance with the License. You may obtain
-# a copy of the License at
+# spec file for package qos
 # 
-# http://www.apache.org/licenses/LICENSE-2.0
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright 2013 Archie L. Cobbs.
 # 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-# License for the specific language governing permissions and limitations
-# under the License.
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 # 
 
+
 %define initdir %{_sysconfdir}/init.d
 %define netconfdir  %{_sysconfdir}/sysconfig/network
 %define modprobe/sbin/modprobe
@@ -23,16 +26,17 @@
 
 Name:   qos
 Version:1.0.1
-Release:1
-Buildarch:  noarch
+Release:0
+BuildArch:  noarch
 Summary:Simple traffic shaping utility for fighting bufferbloat
-Group:  System/Management
 License:Apache-2.0
+Group:  System/Management
 #Source0:https://github.com/archiecobbs/qos/archive/1.0.1.tar.gz
 Source0:%{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-root
-URL:https://github.com/archiecobbs/qos
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:https://github.com/archiecobbs/qos
 Requires:   iproute2
+Requires(pre):  insserv-compat
 Requires(post): %fillup_prereq
 
 %description




commit scsirastools for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package scsirastools for openSUSE:Factory 
checked in at 2017-03-20 17:13:15

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


Package is "scsirastools"

Mon Mar 20 17:13:15 2017 rev:18 rq:481216 version:1.6.4

Changes:

--- /work/SRC/openSUSE:Factory/scsirastools/scsirastools.changes
2015-03-18 13:08:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.scsirastools.new/scsirastools.changes   
2017-03-20 17:13:17.458285242 +0100
@@ -1,0 +2,5 @@
+Mon Mar 20 06:59:28 UTC 2017 - meiss...@suse.com
+
+- prerequire insserv_prereq
+
+---



Other differences:
--
++ scsirastools.spec ++
--- /var/tmp/diff_new_pack.oKX3fq/_old  2017-03-20 17:13:18.626120344 +0100
+++ /var/tmp/diff_new_pack.oKX3fq/_new  2017-03-20 17:13:18.630119779 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scsirastools
 #
-# Copyright (c) 2015 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
@@ -30,6 +30,7 @@
 Patch4: %{name}-stop-using-var-lock-subsys.patch
 BuildRequires:  automake
 Requires:   mdadm
+PreReq: %insserv_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit pluma for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2017-03-20 17:12:58

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


Package is "pluma"

Mon Mar 20 17:12:58 2017 rev:13 rq:481148 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2016-09-25 
14:44:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2017-03-20 
17:12:58.856911741 +0100
@@ -1,0 +2,23 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Build: Actually build GObject introspection data.
+  * Build: Remove the --enable-deprecations option - it actually
+disables all deprecated stuff.
+  * Add the ability to search/replace text using regular expressions.
+  * Drop Python bindings and the --enable-python build option.
+  * Port the plugin system and both C and Python plugins to libpeas.
+  * Snippets plugin: Stop exposing functions on Pluma message bus
+(doesn't work with GObject introspection).
+  * Snippets plugin: Fix snippet parts staying after Ctrl-Z.
+  * Fix an unexpected closing of the first tab with middle-click
+under the line numbers column.
+  * Fix some runtime warnings in plugins.
+  * Some more fixes and cleanups in code and docs.
+  * Update translations.
+
+---

Old:

  pluma-1.16.0.tar.xz

New:

  pluma-1.18.0.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.CoG4Lz/_old  2017-03-20 17:12:59.620803880 +0100
+++ /var/tmp/diff_new_pack.CoG4Lz/_new  2017-03-20 17:12:59.624803315 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pluma
 #
-# 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,14 +16,15 @@
 #
 
 
-%define _version 1.16
+%define typelib typelib-1_0-Pluma-1_0
+%define _version 1.18
 Name:   pluma
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  mate-common >= %{_version}
@@ -32,12 +33,11 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtksourceview-2.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(iso-codes)
-BuildRequires:  pkgconfig(pygobject-2.0)
-BuildRequires:  pkgconfig(pygtk-2.0)
-BuildRequires:  pkgconfig(pygtksourceview-2.0)
+BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(sm)
 Requires:   mate-desktop-gsettings-schemas
 Recommends: %{name}-lang
@@ -62,7 +62,8 @@
 Summary:Small and lightweight UTF-8 text editor
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
-Requires:   pkgconfig(gtksourceview-2.0)
+Requires:   %{typelib} = %{version}
+Requires:   pkgconfig(gtksourceview-3.0)
 # mate-text-editor-devel was last used in openSUSE 13.1.
 Provides:   mate-text-editor-devel = %{version}
 Obsoletes:  mate-text-editor-devel < %{version}
@@ -74,6 +75,17 @@
 include syntax highlighting and automatic indentation of source
 code, printing and editing of multiple documents in one window.
 
+%package -n %{typelib}
+Summary:Small and lightweight UTF-8 text editor introspection
+Group:  System/Libraries
+
+%description -n %{typelib}
+pluma is a small, but powerful text editor designed specifically
+for the MATE desktop. It has most standard text editor functions
+and fully supports international text in Unicode. Advanced features
+include syntax highlighting and automatic indentation of source
+code, printing and editing of multiple documents in one window.
+
 %lang_package
 
 %prep
@@ -81,10 +93,8 @@
 
 %build
 NOCONFIGURE=1 mate-autogen
-%configure \
-  --with-gtk=2.0  \
-  --enable-python
-make %{?_smp_mflags}
+%configure
+make 

commit mate-control-center for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-control-center for 
openSUSE:Factory checked in at 2017-03-20 17:13:08

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


Package is "mate-control-center"

Mon Mar 20 17:13:08 2017 rev:16 rq:481152 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-control-center/mate-control-center.changes  
2017-02-09 11:19:06.677402752 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-control-center.new/mate-control-center.changes 
2017-03-20 17:13:09.847359898 +0100
@@ -1,0 +2,22 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require libmatekbd, libmate-desktop, marco,
+mate-settings-daemon >= 1.17.
+  * Build: Require XCursor and XInput unconditionally.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Port from libunique to GtkApplication.
+  * Rework font-viewer: Add font browsing mode, support for TTC
+fonts, and make it appear in the menus.
+  * Add libinput support for mouse and touchpad.
+  * Mouse: Add a separate touchpad motion settings on touchpad tab.
+  * Mouse: Change tab label from General to Mouse.
+  * Mouse: Change natural scroll mnemonic from 'a' to 'n'.
+  * Fix lots of GTK+ deprecations.
+  * Some more fixes and cleanups.
+  * Update translations.
+
+---

Old:

  mate-control-center-1.16.1.tar.xz

New:

  mate-control-center-1.18.0.tar.xz



Other differences:
--
++ mate-control-center.spec ++
--- /var/tmp/diff_new_pack.2Z7bh0/_old  2017-03-20 17:13:10.483270108 +0100
+++ /var/tmp/diff_new_pack.2Z7bh0/_new  2017-03-20 17:13:10.487269543 +0100
@@ -20,9 +20,9 @@
 %define sover   1
 %define soname_slab libmate-slab
 %define sover_slab 0
-%define _version 1.16
+%define _version 1.18
 Name:   mate-control-center
-Version:1.16.1
+Version:1.18.0
 Release:0
 Summary:MATE Desktop control center
 License:GPL-2.0+
@@ -39,8 +39,8 @@
 BuildRequires:  pkgconfig(dconf) >= 0.11.0
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libcanberra-gtk)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libmarco-private) >= %{_version}
 BuildRequires:  pkgconfig(libmate-menu) >= %{_version}
 BuildRequires:  pkgconfig(libmatekbd)
@@ -51,7 +51,6 @@
 BuildRequires:  pkgconfig(mate-settings-daemon) >= %{_version}
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(sm)
-BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcursor)
 BuildRequires:  pkgconfig(xext)
@@ -62,7 +61,7 @@
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 %if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
-BuildRequires:  pkgconfig(appindicator-0.1)
+BuildRequires:  pkgconfig(appindicator3-0.1)
 %endif
 
 %description
@@ -134,8 +133,7 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static\
-  --disable-update-mimedb \
-  --with-gtk=2.0
+  --disable-update-mimedb
 make %{?_smp_mflags} V=1
 
 %install
@@ -148,7 +146,7 @@
 %suse_update_desktop_file mate-network-properties
 %suse_update_desktop_file mate-appearance-properties
 %suse_update_desktop_file mate-keybinding
-%suse_update_desktop_file mate-font-viewer
+%suse_update_desktop_file -r mate-font-viewer GTK Utility Settings 
DesktopSettings
 %suse_update_desktop_file mate-theme-installer
 %suse_update_desktop_file mate-default-applications-properties
 
@@ -181,8 +179,6 @@
 %{_bindir}/mate-*
 %{_datadir}/applications/*.desktop
 %{_datadir}/mate-control-center/*
-%dir %{_datadir}/mate/
-%{_datadir}/mate/cursor-fonts
 %{_datadir}/mime/packages/mate-theme-package.xml
 %{_datadir}/polkit-1/actions/org.mate.randr.policy
 %{_datadir}/glib-2.0/schemas/*.xml

++ mate-control-center-1.16.1.tar.xz -> mate-control-center-1.18.0.tar.xz 
++
 219402 lines of diff (skipped)




commit python-caja for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2017-03-20 17:13:05

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


Package is "python-caja"

Mon Mar 20 17:13:05 2017 rev:11 rq:481149 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2017-03-12 
20:05:47.194588654 +0100
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2017-03-20 17:13:06.603817884 +0100
@@ -1,0 +2,8 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * Support GTK+3 only: Require Caja 1.17.1 and pygobject-3.0.
+  * Drop an ancient check for Python 2.5, not needed these days.
+  * Update translations.
+
+---

Old:

  python-caja-1.16.0.tar.xz

New:

  python-caja-1.18.0.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.R4tbIs/_old  2017-03-20 17:13:08.131602161 +0100
+++ /var/tmp/diff_new_pack.R4tbIs/_new  2017-03-20 17:13:08.131602161 +0100
@@ -17,14 +17,14 @@
 
 
 %define _name   caja-python
-%define _version 1.16
+%define _version 1.18
 Name:   python-caja
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:Python bindings for Caja
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
@@ -68,7 +68,7 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ python-caja-1.16.0.tar.xz -> python-caja-1.18.0.tar.xz ++
 1971 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/python-caja-1.16.0/ChangeLog new/python-caja-1.18.0/ChangeLog
--- old/python-caja-1.16.0/ChangeLog2016-09-19 14:25:40.0 +0200
+++ new/python-caja-1.18.0/ChangeLog2017-03-13 15:37:36.0 +0100
@@ -1,3 +1,91 @@
+commit 1ec84bbf069254332c475a8b6b88e306d4e86168
+Author: Martin Wimpress 
+Date:   Mon Mar 13 14:37:16 2017 +
+
+Bump version to 1.18.0
+
+ NEWS | 6 +++---
+ configure.ac | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 0dff8b63eb7442a4f1903ccabd8e93b370559215
+Author: Martin Wimpress 
+Date:   Mon Mar 13 14:19:39 2017 +
+
+Sync translations.
+
+ po/LINGUAS |  9 +
+ po/el.po   |  4 ++--
+ po/gu.po   | 27 +++
+ po/pl.po   |  2 +-
+ po/th.po   | 27 +++
+ po/uk.po   |  4 ++--
+ 6 files changed, 64 insertions(+), 9 deletions(-)
+
+commit 2d77c12e4eb91768c7e73ed5b7a4250ff7982656
+Author: Martin Wimpress 
+Date:   Fri Jan 13 16:13:04 2017 +
+
+Update python-caja NEWS to use consistent, project wide, markdown-like 
formatting. This will make generating release announcements easier.
+
+ NEWS | 18 +-
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 4185026a31e5fbe82ef28939a5525cf631c631a9
+Author: monsta 
+Date:   Mon Nov 28 12:35:28 2016 +0300
+
+po: actually add new languages from Transifex
+
+ po/LINGUAS | 4 
+ 1 file changed, 4 insertions(+)
+
+commit 2000d9eb7a371a96ea4fc816663d3da6a56099b5
+Author: raveit65 
+Date:   Thu Nov 24 22:44:38 2016 +0100
+
+release 1.17.0
+
+ NEWS | 4 
+ 1 file changed, 4 insertions(+)
+
+commit 99e33e2ed7126af23df0eaae6e411f08e7fd5ee9
+Author: raveit65 
+Date:   Thu Nov 24 22:42:27 2016 +0100
+
+sync with transifex
+
+ po/bs.po  | 27 +++
+ po/ca.po  |  6 +++---
+ po/c...@valencia.po | 27 +++
+ po/es_CO.po   | 27 +++
+ po/fa.po  |  4 ++--
+ po/hr.po  |  4 ++--
+ po/ku_IQ.po   | 27 +++
+ po/ro.po  |  4 ++--
+ po/zh_HK.po   |  4 ++--
+ 9 files changed, 119 insertions(+), 11 deletions(-)
+
+commit f0ad55e75b31afab918ea0dc70723f9f22b70bd4
+Author: monsta 
+Date:   Wed Nov 23 00:20:43 2016 +0300
+
+

commit mozo for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2017-03-20 17:12:53

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


Package is "mozo"

Mon Mar 20 17:12:53 2017 rev:11 rq:481146 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mozo/mozo.changes2016-09-25 
14:44:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2017-03-20 
17:12:54.969460646 +0100
@@ -1,0 +2,8 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Update translations.
+
+---

Old:

  mozo-1.16.0.tar.xz

New:

  mozo-1.18.0.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.d26rJq/_old  2017-03-20 17:12:55.817340926 +0100
+++ /var/tmp/diff_new_pack.d26rJq/_new  2017-03-20 17:12:55.821340362 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mozo
 #
-# 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,14 +16,14 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mozo
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE Desktop menu editor
 License:LGPL-2.1+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
@@ -58,7 +58,7 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mozo-1.16.0.tar.xz -> mozo-1.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mozo-1.16.0/ChangeLog new/mozo-1.18.0/ChangeLog
--- old/mozo-1.16.0/ChangeLog   2016-09-20 10:44:49.0 +0200
+++ new/mozo-1.18.0/ChangeLog   2017-03-12 17:09:19.0 +0100
@@ -1,3 +1,140 @@
+commit c8a11a0721f4c5997e5fddbb762b84f00a2f4169
+Author: raveit65 
+Date:   Sun Mar 12 17:07:49 2017 +0100
+
+release 1.18.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 069cd873c4e617e8539cca3939a286267740bb40
+Author: raveit65 
+Date:   Sun Mar 12 17:06:59 2017 +0100
+
+sync with transifex
+
+ po/el.po | 4 ++--
+ po/pl.po | 2 +-
+ po/uk.po | 4 ++--
+ 3 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 78474e81fdef8816f680b8cabb7de9143f4b440b
+Author: monsta 
+Date:   Sun Mar 12 18:43:55 2017 +0300
+
+update NEWS for 1.18
+
+ NEWS | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit fb60cf394531d01ec566bb6424723023acf56765
+Author: monsta 
+Date:   Thu Jan 19 18:43:54 2017 +0300
+
+sync with Transifex and drop empty translations
+
+ po/LINGUAS|  2 ++
+ po/cv.po  | 82 ---
+ po/de_CH.po   | 82 ---
+ po/es_419.po  | 82 ---
+ po/es_ES.po   | 82 ---
+ po/es_US.po   | 82 ---
+ po/fil.po | 82 ---
+ po/fo.po  | 82 ---
+ po/gd.po  | 82 ---
+ po/ia.po  | 82 ---
+ po/jv.po  | 82 ---
+ po/la.po  | 82 ---
+ po/nah.po | 82 ---
+ po/nqo.po | 82 ---
+ po/om.po  | 82 ---
+ po/sc.po  | 82 ---
+ po/sco.po | 82 ---
+ po/so.po  | 82 ---
+ po/sw.po  | 82 

commit mate-user-guide for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-user-guide for openSUSE:Factory 
checked in at 2017-03-20 17:13:07

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


Package is "mate-user-guide"

Mon Mar 20 17:13:07 2017 rev:4 rq:481150 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-user-guide/mate-user-guide.changes  
2016-09-25 14:44:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-user-guide.new/mate-user-guide.changes 
2017-03-20 17:13:08.823504466 +0100
@@ -1,0 +2,8 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Update translations.
+
+---

Old:

  mate-user-guide-1.16.0.tar.xz

New:

  mate-user-guide-1.18.0.tar.xz



Other differences:
--
++ mate-user-guide.spec ++
--- /var/tmp/diff_new_pack.9gm2Nn/_old  2017-03-20 17:13:09.631390393 +0100
+++ /var/tmp/diff_new_pack.9gm2Nn/_new  2017-03-20 17:13:09.635389828 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-user-guide
 #
-# 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,14 +16,14 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-user-guide
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:User guide for the MATE desktop
 License:GFDL-1.1+
 Group:  Documentation/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
@@ -45,7 +45,7 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-user-guide-1.16.0.tar.xz -> mate-user-guide-1.18.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-user-guide/mate-user-guide-1.16.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-user-guide.new/mate-user-guide-1.18.0.tar.xz 
differ: char 26, line 1




commit mate-session-manager for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-session-manager for 
openSUSE:Factory checked in at 2017-03-20 17:12:37

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


Package is "mate-session-manager"

Mon Mar 20 17:12:37 2017 rev:19 rq:481141 version:1.18.0

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-session-manager/mate-session-manager.changes
2017-02-06 15:23:39.639308409 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-session-manager.new/mate-session-manager.changes
   2017-03-20 17:12:38.463791234 +0100
@@ -1,0 +2,11 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Replace deprecated upower suspend/hibernate functions with
+ConsoleKit2 equivalents.
+  * Update translations.
+- Rebase mate-session-manager-qt-5.7-styleoverride.patch.
+
+---

Old:

  mate-session-manager-1.16.1.tar.xz

New:

  mate-session-manager-1.18.0.tar.xz



Other differences:
--
++ mate-session-manager.spec ++
--- /var/tmp/diff_new_pack.5iF3p1/_old  2017-03-20 17:12:39.215685067 +0100
+++ /var/tmp/diff_new_pack.5iF3p1/_new  2017-03-20 17:12:39.215685067 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-session-manager
-Version:1.16.1
+Version:1.18.0
 Release:0
 Summary:MATE Session Manager
 License:GPL-2.0+
@@ -56,8 +56,8 @@
 
 %description
 This package contains a session that can be started from a display
-manager such as MDM. It will load all necessary applications for a
-full-featured user session.
+manager such as LightDM. It will load all necessary applications
+for a full-featured user session.
 
 %lang_package
 

++ mate-session-manager-1.16.1.tar.xz -> mate-session-manager-1.18.0.tar.xz 
++
 16970 lines of diff (skipped)

++ mate-session-manager-qt-5.7-styleoverride.patch ++
--- /var/tmp/diff_new_pack.5iF3p1/_old  2017-03-20 17:12:39.527641020 +0100
+++ /var/tmp/diff_new_pack.5iF3p1/_new  2017-03-20 17:12:39.527641020 +0100
@@ -1,7 +1,7 @@
 --- a/configure.ac
 +++ b/configure.ac
-@@ -143,6 +143,19 @@ AM_CONDITIONAL(HAVE_UPOWER, test "x$has_
- AC_SUBST(HAVE_UPOWER)
+@@ -116,6 +116,19 @@ AM_CONDITIONAL(HAVE_SYSTEMD, test "x$use
+ AC_SUBST(HAVE_SYSTEMD)
  
  dnl 
 +dnl Check for Qt 5.7+ to set correct env var for theme/styling
@@ -22,18 +22,24 @@
  
 --- a/mate-session/main.c
 +++ b/mate-session/main.c
-@@ -646,6 +646,15 @@ int main(int argc, char** argv)
+@@ -646,6 +646,21 @@ int main(int argc, char** argv)
 */
gsm_util_setenv("MATE_DESKTOP_SESSION_ID", "this-is-deprecated");
  
 +/* Make Qt5 apps follow the GTK+ style */
 +  if (!HAVE_QT57 && g_getenv("QT_STYLE_OVERRIDE") == NULL)
++  {
 +  gsm_util_setenv("QT_STYLE_OVERRIDE", "gtk");
++  }
 +  else if (HAVE_QT57 && g_getenv("QT_STYLE_OVERRIDE") != NULL)
++  {
 +  g_unsetenv("QT_STYLE_OVERRIDE");
++  }
 +
 +  if (HAVE_QT57 && g_getenv("QT_QPA_PLATFORMTHEME") == NULL)
++  {
 +  gsm_util_setenv("QT_QPA_PLATFORMTHEME", "gtk2");
++  }
 +
/*
 * Make sure gsettings is set up correctly.  If not, then bail.




commit mate-settings-daemon for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-settings-daemon for 
openSUSE:Factory checked in at 2017-03-20 17:12:40

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


Package is "mate-settings-daemon"

Mon Mar 20 17:12:40 2017 rev:18 rq:481142 version:1.18.0

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-settings-daemon/mate-settings-daemon.changes
2017-02-06 15:23:46.670303492 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-settings-daemon.new/mate-settings-daemon.changes
   2017-03-20 17:12:41.939300495 +0100
@@ -1,0 +2,21 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require XInput unconditionally.
+  * Build: Require libmatemixer >= 1.10, libxklavier >= 5.2,
+dconf >= 0.13.
+  * Build: Require libmatekbd and libmate-desktop >= 1.17.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Add libinput support for mouse and touchpad.
+  * Mouse: Fix locate pointer.
+  * Touchpad: Add separate settings for handedness
+(left/right-handed) and motion acceleration/threshold.
+  * Background: Restore an option to let Caja draw background with
+GTK+ 3.22.
+  * Some fixes and cleanups.
+  * Update translations.
+
+---

Old:

  mate-settings-daemon-1.16.1.tar.xz

New:

  mate-settings-daemon-1.18.0.tar.xz



Other differences:
--
++ mate-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.fyeLFd/_old  2017-03-20 17:12:42.607206187 +0100
+++ /var/tmp/diff_new_pack.fyeLFd/_new  2017-03-20 17:12:42.611205623 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-settings-daemon
-Version:1.16.1
+Version:1.18.0
 Release:0
 Summary:MATE session settings daemon
 License:GPL-2.0 and LGPL-2.1
@@ -29,15 +29,15 @@
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(dconf)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(dconf) >= 0.13
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(ice)
-BuildRequires:  pkgconfig(libcanberra-gtk)
+BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libmatekbd) >= %{_version}
 BuildRequires:  pkgconfig(libmatemixer) >= %{_version}
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libpulse-mainloop-glib)
-BuildRequires:  pkgconfig(libxklavier)
+BuildRequires:  pkgconfig(libxklavier) >= 5.2
 BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
 BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(polkit-gobject-1)
@@ -77,7 +77,6 @@
   --libexecdir=%{_bindir}   \
   --disable-static  \
   --disable-schemas-install \
-  --with-gtk=2.0\
   --enable-pulse\
   --enable-polkit
 make %{?_smp_mflags} V=1

++ mate-settings-daemon-1.16.1.tar.xz -> mate-settings-daemon-1.18.0.tar.xz 
++
 50575 lines of diff (skipped)




commit mate-system-monitor for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-system-monitor for 
openSUSE:Factory checked in at 2017-03-20 17:12:43

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


Package is "mate-system-monitor"

Mon Mar 20 17:12:43 2017 rev:13 rq:481143 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-system-monitor/mate-system-monitor.changes  
2016-09-25 14:43:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-system-monitor.new/mate-system-monitor.changes 
2017-03-20 17:12:44.454945287 +0100
@@ -1,0 +2,13 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Add pkexec support for using kill and renice on other users
+processes, and try using it before trying gksu.
+  * Fix some GTK+ deprecations.
+  * Update translations.
+- Require polkit instead of xdg-utils but keep
+  mate-system-monitor-xdgsu.patch just in case.
+
+---

Old:

  mate-system-monitor-1.16.0.tar.xz

New:

  mate-system-monitor-1.18.0.tar.xz



Other differences:
--
++ mate-system-monitor.spec ++
--- /var/tmp/diff_new_pack.9EnRIt/_old  2017-03-20 17:12:45.158845897 +0100
+++ /var/tmp/diff_new_pack.9EnRIt/_new  2017-03-20 17:12:45.162845333 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-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
@@ -16,14 +16,14 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-system-monitor
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE Desktop system monitor
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE mate-system-monitor-xdgsu.patch sor.ale...@meowr.ru -- 
Use xdg-su instead of gksu.
 Patch0: %{name}-xdgsu.patch
@@ -32,6 +32,7 @@
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
+BuildRequires:  polkit
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -44,7 +45,7 @@
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
-Requires:   xdg-utils
+Requires:   polkit
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
@@ -67,7 +68,7 @@
   --disable-scrollkeeper  \
   --libexecdir=%{_libexecdir}/%{name} \
   --enable-systemd
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
@@ -88,7 +89,9 @@
 %doc AUTHORS COPYING NEWS
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
+%{_libexecdir}/mate-system-monitor/
 %{_datadir}/glib-2.0/schemas/*.xml
+%{_datadir}/polkit-1/actions/*%{name}.policy
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}/
 %dir %{_datadir}/appdata/

++ mate-system-monitor-1.16.0.tar.xz -> mate-system-monitor-1.18.0.tar.xz 
++
 9812 lines of diff (skipped)




commit mate-user-share for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-user-share for openSUSE:Factory 
checked in at 2017-03-20 17:12:46

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


Package is "mate-user-share"

Mon Mar 20 17:12:46 2017 rev:7 rq:481145 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-user-share/mate-user-share.changes  
2016-09-25 14:43:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-user-share.new/mate-user-share.changes 
2017-03-20 17:12:47.906457937 +0100
@@ -1,0 +2,8 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * Move to GTK+3 (>= 3.14), drop the GTK+2 code and --with-gtk
+build option.
+  * Update translations.
+
+---

Old:

  mate-user-share-1.16.0.tar.xz

New:

  mate-user-share-1.18.0.tar.xz



Other differences:
--
++ mate-user-share.spec ++
--- /var/tmp/diff_new_pack.UcQGqj/_old  2017-03-20 17:12:48.490375488 +0100
+++ /var/tmp/diff_new_pack.UcQGqj/_new  2017-03-20 17:12:48.490375488 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-user-share
 #
-# 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,14 +16,14 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-user-share
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE Desktop file sharing for the masses
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  gnome-doc-utils
 BuildRequires:  hicolor-icon-theme
@@ -32,12 +32,11 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gdk-x11-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gdk-x11-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
-BuildRequires:  pkgconfig(libcanberra-gtk)
+BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(unique-1.0)
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
@@ -53,9 +52,8 @@
 
 %build
 %configure \
-  --libexecdir=%{_libexecdir}/%{name} \
-  --with-gtk=2.0
-make %{?_smp_mflags}
+  --libexecdir=%{_libexecdir}/%{name}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-user-share-1.16.0.tar.xz -> mate-user-share-1.18.0.tar.xz ++
 8882 lines of diff (skipped)




commit mate-terminal for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-terminal for openSUSE:Factory 
checked in at 2017-03-20 17:12:45

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


Package is "mate-terminal"

Mon Mar 20 17:12:45 2017 rev:16 rq:481144 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-terminal/mate-terminal.changes  
2017-02-09 11:19:29.430183673 +0100
+++ /work/SRC/openSUSE:Factory/.mate-terminal.new/mate-terminal.changes 
2017-03-20 17:12:45.962732389 +0100
@@ -1,0 +2,8 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Add the ability to close tabs with middle mouse button.
+
+---

Old:

  mate-terminal-1.16.2.tar.xz

New:

  mate-terminal-1.18.0.tar.xz



Other differences:
--
++ mate-terminal.spec ++
--- /var/tmp/diff_new_pack.cqulqQ/_old  2017-03-20 17:12:47.018583304 +0100
+++ /var/tmp/diff_new_pack.cqulqQ/_new  2017-03-20 17:12:47.018583304 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-terminal
-Version:1.16.2
+Version:1.18.0
 Release:0
 Summary:MATE Desktop terminal emulator
 License:GPL-3.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}

++ mate-terminal-1.16.2.tar.xz -> mate-terminal-1.18.0.tar.xz ++
 49344 lines of diff (skipped)




commit mate-sensors-applet for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-sensors-applet for 
openSUSE:Factory checked in at 2017-03-20 17:12:35

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


Package is "mate-sensors-applet"

Mon Mar 20 17:12:35 2017 rev:13 rq:481140 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-sensors-applet/mate-sensors-applet.changes  
2017-02-09 11:19:20.667423415 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-sensors-applet.new/mate-sensors-applet.changes 
2017-03-20 17:12:36.972001874 +0100
@@ -1,0 +2,13 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require mate-panel >= 1.17.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Fix some GTK+ deprecations.
+  * Some more fixes and cleanups.
+  * Update translations.
+
+---

Old:

  mate-sensors-applet-1.16.1.tar.xz

New:

  mate-sensors-applet-1.18.0.tar.xz



Other differences:
--
++ mate-sensors-applet.spec ++
--- /var/tmp/diff_new_pack.mjtVWc/_old  2017-03-20 17:12:37.667903613 +0100
+++ /var/tmp/diff_new_pack.mjtVWc/_new  2017-03-20 17:12:37.671903048 +0100
@@ -18,9 +18,9 @@
 
 %define soname  libmate-sensors-applet-plugin
 %define sover   0
-%define _version 1.16
+%define _version 1.18
 Name:   mate-sensors-applet
-Version:1.16.1
+Version:1.18.0
 Release:0
 Summary:MATE Desktop panel applet to display sensor readings
 License:GPL-2.0
@@ -35,7 +35,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(libatasmart)
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= %{_version}
 BuildRequires:  pkgconfig(libnotify)
@@ -90,12 +90,11 @@
 %setup -q
 
 %build
-export LDFLAGS="-ldl"
+export LDFLAGS='-ldl'
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static\
-  --libexecdir=%{_libexecdir}/%{name} \
-  --with-gtk=2.0
+  --libexecdir=%{_libexecdir}/%{name}
 make %{?_smp_mflags} V=1
 
 %install

++ mate-sensors-applet-1.16.1.tar.xz -> mate-sensors-applet-1.18.0.tar.xz 
++
 15425 lines of diff (skipped)




commit mate-screensaver for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-screensaver for 
openSUSE:Factory checked in at 2017-03-20 17:12:32

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


Package is "mate-screensaver"

Mon Mar 20 17:12:32 2017 rev:16 rq:481139 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-screensaver/mate-screensaver.changes
2017-02-06 15:23:33.012255623 +0100
+++ /work/SRC/openSUSE:Factory/.mate-screensaver.new/mate-screensaver.changes   
2017-03-20 17:12:35.200252044 +0100
@@ -1,0 +2,14 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require libmate-menu >= 1.10.
+  * Build: Require libmatekbd and libmate-desktop >= 1.17.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Lock screen: Load user's background instead of the system one.
+  * Preferences: Fix some GTK+ deprecations.
+  * Update translations.
+
+---

Old:

  mate-screensaver-1.16.1.tar.xz

New:

  mate-screensaver-1.18.0.tar.xz



Other differences:
--
++ mate-screensaver.spec ++
--- /var/tmp/diff_new_pack.cgixve/_old  2017-03-20 17:12:35.960144747 +0100
+++ /var/tmp/diff_new_pack.cgixve/_new  2017-03-20 17:12:35.964144182 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-screensaver
-Version:1.16.1
+Version:1.18.0
 Release:0
 Summary:MATE Desktop screensaver
 License:GPL-2.0+ and LGPL-2.0+
@@ -38,7 +38,7 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libmate-menu) >= 1.5.0
 BuildRequires:  pkgconfig(libnotify)
@@ -82,7 +82,6 @@
   --libexecdir=%{_libexecdir}/%{name} \
   --with-xscreensaverdir=%{_sysconfdir}/xscreensaver \
   --with-pam-prefix=%{_sysconfdir}\
-  --with-gtk=2.0  \
   --with-systemd  \
   --without-console-kit   \
   --disable-docbook-docs

++ mate-screensaver-1.16.1.tar.xz -> mate-screensaver-1.18.0.tar.xz ++
 59638 lines of diff (skipped)




commit python3 for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2017-03-20 17:04:34

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


Package is "python3"

Mon Mar 20 17:04:34 2017 rev:70 rq:479250 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2017-02-19 
00:45:06.082069556 +0100
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes
2017-03-20 17:04:35.815940992 +0100
@@ -1,0 +2,13 @@
+Mon Mar 13 14:04:22 UTC 2017 - jmate...@suse.com
+
+- prevent regenerating AST at build-time more robustly
+- add "--without profileopt" and "--without testsuite" options to python3-base
+  to allow short circuiting when working on the package
+
+---
+Sat Feb 25 20:55:57 UTC 2017 - bwiedem...@suse.com
+
+- Add 0001-allow-for-reproducible-builds-of-python-packages.patch
+  upstream https://github.com/python/cpython/pull/296 
+
+---
python3.changes: same change

New:

  0001-allow-for-reproducible-builds-of-python-packages.patch



Other differences:
--
++ python3-base.spec ++
--- /var/tmp/diff_new_pack.Jmluc2/_old  2017-03-20 17:04:37.431712844 +0100
+++ /var/tmp/diff_new_pack.Jmluc2/_new  2017-03-20 17:04:37.431712844 +0100
@@ -59,6 +59,14 @@
 %define dynlib() 
%{sitedir}/lib-dynload/%{1}.cpython-%{abi_tag}-%{archname}-%{_os}%{?_gnu}%{?armsuffix}.so
 ### COMMON-DEF-END ###
 
+# that thing where "without" means "default=on" and vice versa
+%bcond_without testsuite
+%if 0%{?do_profiling}
+%bcond_without profileopt
+%else
+%bcond_withprofileopt
+%endif
+
 Name:   python3-base
 Version:3.6.0
 Release:0
@@ -152,6 +160,8 @@
 Patch20:python3-ncurses-6.0-accessors.patch
 # PATCH-FIX-UPSTREAM fix Kernel Crypto test failing on kernel >= 4.9
 Patch21:test-socket-aead-kernel49.patch
+# PATCH-FIX-UPSTREAM bmwiedem...@suse.de -- 
https://github.com/python/cpython/pull/296
+Patch22:0001-allow-for-reproducible-builds-of-python-packages.patch
 ### COMMON-PATCH-END ###
 
 %description
@@ -245,6 +255,7 @@
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
+%patch22 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac
@@ -275,10 +286,6 @@
 touch -r %{SOURCE0} Makefile.pre.in
 
 autoreconf -fi
-# prevent make from trying to rebuild asdl stuff, which requires existing 
python installation
-touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
-# prevent makeopcodetargets
-touch -r Python/opcode_targets.h Lib/opcode.py Python/makeopcodetargets.py
 
 %if 0%{?sles_version}
 sed -e 's/-fprofile-correction//' -i Makefile.pre.in
@@ -295,9 +302,16 @@
 --enable-lto \
 --enable-loadable-sqlite-extensions
 
+# prevent make from trying to rebuild PYTHON_FOR_GEN stuff
+make -t Python/Python-ast.c \
+Include/Python-ast.h \
+Objects/typeslots.inc \
+Python/opcode_targets.h \
+Include/opcode.h
+
 ### COMMON-CONFIG-END ###
 
-%if 0%{?do_profiling}
+%if %{with profileopt}
 target=profile-opt
 %else
 target=all
@@ -340,9 +354,11 @@
   ulimit -v 1000 || :
 fi
 
+%if %{with testsuite}
 make -j1 test TESTOPTS="-u none -x $EXCLUDE"
 # use network, be verbose:
 #make test TESTOPTS="-l -u network -v"
+%endif
 
 %install
 

++ python3-doc.spec ++
--- /var/tmp/diff_new_pack.Jmluc2/_old  2017-03-20 17:04:37.463708326 +0100
+++ /var/tmp/diff_new_pack.Jmluc2/_new  2017-03-20 17:04:37.463708326 +0100
@@ -90,6 +90,8 @@
 Patch20:python3-ncurses-6.0-accessors.patch
 # PATCH-FIX-UPSTREAM fix Kernel Crypto test failing on kernel >= 4.9
 Patch21:test-socket-aead-kernel49.patch
+# PATCH-FIX-UPSTREAM bmwiedem...@suse.de -- 
https://github.com/python/cpython/pull/296
+Patch22:0001-allow-for-reproducible-builds-of-python-packages.patch
 ### COMMON-PATCH-END ###
 
 %description
@@ -113,6 +115,7 @@
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
+%patch22 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++ python3.spec ++
--- /var/tmp/diff_new_pack.Jmluc2/_old  2017-03-20 17:04:37.499703244 +0100
+++ /var/tmp/diff_new_pack.Jmluc2/_new  2017-03-20 17:04:37.499703244 +0100
@@ -128,6 +128,8 @@
 Patch20:python3-ncurses-6.0-accessors.patch
 # PATCH-FIX-UPSTREAM fix Kernel Crypto test failing on kernel >= 4.9
 Patch21:test-socket-aead-kernel49.patch
+# PATCH-FIX-UPSTREAM bmwiedem...@suse.de -- 
https://github.com/python/cpython/pull/296
+Patch22:0001-allow-for-reproducible-builds-of-python-packages.patch
 ### 

commit SuSEfirewall2 for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package SuSEfirewall2 for openSUSE:Factory 
checked in at 2017-03-20 17:04:27

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


Package is "SuSEfirewall2"

Mon Mar 20 17:04:27 2017 rev:80 rq:479216 version:3.6.322

Changes:

--- /work/SRC/openSUSE:Factory/SuSEfirewall2/SuSEfirewall2.changes  
2017-02-16 16:47:34.75090 +0100
+++ /work/SRC/openSUSE:Factory/.SuSEfirewall2.new/SuSEfirewall2.changes 
2017-03-20 17:04:28.952910054 +0100
@@ -1,0 +2,7 @@
+Tue Mar  7 10:39:28 CET 2017 - mgerst...@suse.de
+
+- Install symlink to SuSEfirewall2 with the updated SUSE spelling
+  (bsc#938727, FATE#316521)
+- Added rpmlintrc file to suppress some bogus warnings during building
+
+---

New:

  SuSEfirewall2-rpmlintrc



Other differences:
--
++ SuSEfirewall2.spec ++
--- /var/tmp/diff_new_pack.Ub5WY4/_old  2017-03-20 17:04:29.800790333 +0100
+++ /var/tmp/diff_new_pack.Ub5WY4/_new  2017-03-20 17:04:29.804789769 +0100
@@ -17,6 +17,7 @@
 # icecream 0
 
 
+%define newname SUSEfirewall2
 Name:   SuSEfirewall2
 Version:3.6.322
 Release:0
@@ -31,6 +32,7 @@
 License:GPL-2.0
 Group:  Productivity/Networking/Security
 Source: SuSEfirewall2-%{version}.tar.bz2
+Source1:SuSEfirewall2-rpmlintrc
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # for the service_* macros
@@ -47,8 +49,8 @@
 
 %prep
 %setup
-# please send patches to lnussel for inclusion in git first
-# http://gitorious.org/opensuse/susefirewall2
+# please send patches to mgerstner for inclusion in git first
+# https://github.com/openSUSE/susefirewall2/
 
 %build
 
@@ -63,8 +65,11 @@
 #
 # compat symlink
 mkdir -p %{buildroot}/sbin
-ln -s /usr/sbin/SuSEfirewall2 %{buildroot}/sbin/SuSEfirewall2
-ln -s /usr/sbin/rcSuSEfirewall2 %{buildroot}/sbin/rcSuSEfirewall2
+ln -s /usr/sbin/%{name} %{buildroot}/sbin/%{name}
+ln -s /usr/sbin/rc%{name} %{buildroot}/sbin/rc%{name}
+# symlinks using the new SUSE spelling
+ln -s %{name} %{buildroot}/sbin/%{newname}
+ln -s %{name} %{buildroot}/usr/sbin/%{newname}
 
 %files
 %defattr(-, root, root)
@@ -86,6 +91,8 @@
 /sbin/rcSuSEfirewall2
 /usr/sbin/rcSuSEfirewall2
 /usr/sbin/SuSEfirewall2
+/usr/sbin/%{newname}
+/sbin/%{newname}
 %dir /usr/share/SuSEfirewall2
 %dir /usr/share/SuSEfirewall2/defaults
 /usr/lib/systemd/system/SuSEfirewall2.service

++ SuSEfirewall2-rpmlintrc ++
addFilter("non-conffile-in-etc .*/etc/sysconfig/script/*")
addFilter("script-without-shebang .*/etc/sysconfig/script/*")
addFilter("non-conffile-in-etc 
.*/etc/sysconfig/SuSEfirewall2.d/services/TEMPLATE")
addFilter("non-executable-script .*/etc/sysconfig/script/*")



commit mate-panel for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-panel for openSUSE:Factory 
checked in at 2017-03-20 17:12:15

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


Package is "mate-panel"

Mon Mar 20 17:12:15 2017 rev:20 rq:481136 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-panel/mate-panel.changes2017-02-09 
11:19:13.728405154 +0100
+++ /work/SRC/openSUSE:Factory/.mate-panel.new/mate-panel.changes   
2017-03-20 17:12:16.626874591 +0100
@@ -1,0 +2,20 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require libmate-menu >= 1.10 and dconf >= 0.13.4.
+  * Build: Require libmateweather and libmate-desktop >= 1.17.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Launchers: Add desktop actions support for additional launch
+options.
+  * Menu applets: Add support for Menulibre menu editor, and prefer
+it over Mozo if both are installed.
+  * Notification area: Add StatusNotifier support.
+  * Fix lots of GTK+ deprecations and runtime warnings.
+  * Don't spam accessible name changes when it is translated.
+  * Some code cleanups.
+  * Update translations.
+
+---

Old:

  mate-panel-1.16.1.tar.xz

New:

  mate-panel-1.18.0.tar.xz



Other differences:
--
++ mate-panel.spec ++
--- /var/tmp/diff_new_pack.is20Kd/_old  2017-03-20 17:12:17.318776896 +0100
+++ /var/tmp/diff_new_pack.is20Kd/_new  2017-03-20 17:12:17.322776330 +0100
@@ -19,9 +19,9 @@
 %define soname  libmate-panel-applet-4
 %define sover   1
 %define typelib typelib-1_0-MatePanelApplet-4_0
-%define _version 1.16
+%define _version 1.18
 Name:   mate-panel
-Version:1.16.1
+Version:1.18.0
 Release:0
 Summary:MATE Desktop Panel
 License:GPL-2.0+
@@ -42,16 +42,15 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(NetworkManager)
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(dconf)
+BuildRequires:  pkgconfig(dconf) >= 0.13.4
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(ice)
-BuildRequires:  pkgconfig(libcanberra-gtk)
 BuildRequires:  pkgconfig(libmate-menu)
 BuildRequires:  pkgconfig(librsvg-2.0)
-BuildRequires:  pkgconfig(libwnck-1.0)
+BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
 BuildRequires:  pkgconfig(mateweather) >= %{_version}
 BuildRequires:  pkgconfig(sm)
@@ -136,8 +135,7 @@
   --libexecdir=%{_libexecdir}/%{name} \
   --disable-static\
   --enable-introspection  \
-  --disable-scrollkeeper  \
-  --with-gtk=2.0
+  --disable-scrollkeeper
 make %{?_smp_mflags} V=1
 
 %install

++ mate-panel-1.16.1.tar.xz -> mate-panel-1.18.0.tar.xz ++
 233420 lines of diff (skipped)




commit mate-power-manager for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-power-manager for 
openSUSE:Factory checked in at 2017-03-20 17:12:19

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


Package is "mate-power-manager"

Mon Mar 20 17:12:19 2017 rev:17 rq:481138 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-power-manager/mate-power-manager.changes
2017-02-19 01:04:04.517931048 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-power-manager.new/mate-power-manager.changes   
2017-03-20 17:12:20.590314956 +0100
@@ -1,0 +2,17 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require xproto >= 7.0.15.
+  * Build: Require mate-panel >= 1.17.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Replace deprecated upower suspend/hibernate functions with
+ConsoleKit2 equivalents.
+  * Use manpages as is instead of generating them from sgml (and
+don't require docbook2man for build anymore).
+  * Some more fixes and cleanups.
+  * Update translations.
+
+---

Old:

  mate-power-manager-1.16.2.tar.xz

New:

  mate-power-manager-1.18.0.tar.xz



Other differences:
--
++ mate-power-manager.spec ++
--- /var/tmp/diff_new_pack.u3NJY3/_old  2017-03-20 17:12:21.570176600 +0100
+++ /var/tmp/diff_new_pack.u3NJY3/_new  2017-03-20 17:12:21.570176600 +0100
@@ -16,16 +16,15 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-power-manager
-Version:1.16.2
+Version:1.18.0
 Release:0
 Summary:MATE Desktop UPower policy management
 License:GPL-2.0
 Group:  System/GUI/Other
 Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-BuildRequires:  docbook-utils
 BuildRequires:  fdupes
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}
@@ -35,12 +34,11 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gnome-keyring-1)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libcanberra-gtk)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= %{_version}
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
-BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(upower-glib)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
@@ -65,9 +63,7 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure \
-  --libexecdir=%{_libexecdir}/%{name} \
-  --with-gtk=2.0  \
-  --enable-unique
+  --libexecdir=%{_libexecdir}/%{name}
 make %{?_smp_mflags} V=1
 
 %install

++ mate-power-manager-1.16.2.tar.xz -> mate-power-manager-1.18.0.tar.xz 
++
 78691 lines of diff (skipped)




commit mate-menu for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-menu for openSUSE:Factory 
checked in at 2017-03-20 17:11:52

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


Package is "mate-menu"

Mon Mar 20 17:11:52 2017 rev:9 rq:481132 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/mate-menu/mate-menu.changes  2016-05-17 
17:15:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-menu.new/mate-menu.changes 2017-03-20 
17:11:54.529994656 +0100
@@ -1,0 +2,36 @@
+Sun Mar 19 11:03:41 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 17.04.2 (changes since 16.10.1):
+  * Enforce the /usr prefix: code relies on it.
+  * Build bytecode for scripts in /usr/lib/mate-menu/.
+  * Replace galculator with mate-calc.
+  * Try MenuLibre and fallback to Mozo.
+  * Update translations.
+
+---
+Wed Jun  8 12:08:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.10.1:
+  * Fix application popup menu.
+  * Don't make huge separators in search suggestions.
+  * Use a displayable icon for applet selector.
+  * Make mate-menu aware of $XDG_CONFIG_HOME.
+  * Have a system colour for the border.
+  * Have more fallbacks for Terminal.
+  * Add GNOME Software as a Package Manager option.
+  * Sort available themes in Menu preferences->Theme.
+  * Refresh the applications on icon-theme-changed.
+- Remove 0001-xterm-no-symlink-dep.patch: fixed upstream.
+- Rebase and rename 0002-yast2-software.patch to
+  mate-menu-yast2-software.patch.
+
+---
+Wed Jun  8 12:08:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.10.0:
+  * Port to Gtk3.
+  * Don't crash if there's no PM to show.
+  * Drop a broken "add to startup" feature.
+- Rebase 0001-xterm-no-symlink-dep.patch, 0002-yast2-software.patch.
+
+---

Old:

  0001-xterm-no-symlink-dep.patch
  0002-yast2-software.patch
  mate-menu-5.7.1.tar.gz

New:

  mate-menu-yast2-software.patch
  mate-menu_17.04.2.orig.tar.gz



Other differences:
--
++ mate-menu.spec ++
--- /var/tmp/diff_new_pack.FfHArJ/_old  2017-03-20 17:11:55.205899219 +0100
+++ /var/tmp/diff_new_pack.FfHArJ/_new  2017-03-20 17:11:55.209898654 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-menu
 #
-# 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,17 @@
 
 
 %define _name   mate_menu
-%define _rev6b637f9272b2
+%define _revf13d0b5158b8
 Name:   mate-menu
-Version:5.7.1
+Version:17.04.2
 Release:0
 Summary:Advanced MATE menu
 License:GPL-2.0+
 Group:  System/GUI/Other
 Url:https://bitbucket.org/ubuntu-mate/mate-menu
-Source: 
https://bitbucket.org/ubuntu-mate/%{name}/get/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE 0001-xterm-no-symlink-dep.patch sor.ale...@meowr.ru -- 
Remove dependency on x-terminal-emulator Debian's symlink.
-Patch0: 0001-xterm-no-symlink-dep.patch
-# PATCH-FEATURE-OPENSUSE 0002-yast2-software.patch sor.ale...@meowr.ru -- Use 
YaST2 and GNOME PackageKit package managers.
-Patch1: 0002-yast2-software.patch
+Source: 
https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{version}.orig.tar.gz
+# PATCH-FEATURE-OPENSUSE mate-menu-yast2-software.patch sor.ale...@meowr.ru -- 
Use YaST2 and GNOME PackageKit package managers.
+Patch0: %{name}-yast2-software.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  python >= 2.7
@@ -67,18 +65,15 @@
 %prep
 %setup -q -n ubuntu-mate-%{name}-%{_rev}
 %patch0 -p1
-%patch1 -p1
 sed -i 's/su-to-root/xdg-su/g' %{_name}/execute.py
 
 %build
-# Nothing to build.
+python2 setup.py build
 
 %install
 python2 setup.py install \
-  --root=%{buildroot}\
-  --prefix=%{_prefix}
+  --root=%{buildroot} --prefix=%{_prefix}
 
-%py_compile %{buildroot}%{_libexecdir}/%{name}/
 %py_compile %{buildroot}%{_datadir}/%{name}/plugins/
 %find_lang %{name}
 

++ mate-menu-yast2-software.patch ++
--- a/mate_menu/plugins/system_management.py
+++ b/mate_menu/plugins/system_management.py
@@ -149,18 +149,16 @@ class pluginclass( object ):
 return True
 
 if ( self.showPackageManager == True ):
-if pathExists("synaptic-pkexec"):
+if pathExists("/sbin/yast2") or \
+   

commit mate-netbook for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-netbook for openSUSE:Factory 
checked in at 2017-03-20 17:12:03

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


Package is "mate-netbook"

Mon Mar 20 17:12:03 2017 rev:11 rq:481134 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-netbook/mate-netbook.changes
2016-10-13 11:31:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-netbook.new/mate-netbook.changes   
2017-03-20 17:12:04.748551802 +0100
@@ -1,0 +2,11 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require mate-panel >= 1.17.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Update translations.
+
+---

Old:

  mate-netbook-1.16.1.tar.xz

New:

  mate-netbook-1.18.0.tar.xz



Other differences:
--
++ mate-netbook.spec ++
--- /var/tmp/diff_new_pack.OO4Cia/_old  2017-03-20 17:12:05.300473871 +0100
+++ /var/tmp/diff_new_pack.OO4Cia/_new  2017-03-20 17:12:05.300473871 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-netbook
 #
-# 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,22 +16,22 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-netbook
-Version:1.16.1
+Version:1.18.0
 Release:0
 Summary:MATE Desktop window management tool
 License:GPL-3.0
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(libfakekey)
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= %{_version}
-BuildRequires:  pkgconfig(libwnck-1.0)
+BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(xtst)
 Requires:   mate-panel >= %{_version}
 Recommends: %{name}-lang
@@ -54,8 +54,7 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure \
-  --libexecdir=%{_libexecdir}/%{name} \
-  --with-gtk=2.0
+  --libexecdir=%{_libexecdir}/%{name}
 make %{?_smp_mflags} V=1
 
 %install

++ mate-netbook-1.16.1.tar.xz -> mate-netbook-1.18.0.tar.xz ++
 24590 lines of diff (skipped)




commit mate-polkit for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-polkit for openSUSE:Factory 
checked in at 2017-03-20 17:12:18

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


Package is "mate-polkit"

Mon Mar 20 17:12:18 2017 rev:11 rq:481137 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-polkit/mate-polkit.changes  2016-09-25 
14:43:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-polkit.new/mate-polkit.changes 
2017-03-20 17:12:18.650588845 +0100
@@ -1,0 +2,9 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Fix some GTK+ deprecations.
+  * Update translations.
+
+---

Old:

  mate-polkit-1.16.0.tar.xz

New:

  mate-polkit-1.18.0.tar.xz



Other differences:
--
++ mate-polkit.spec ++
--- /var/tmp/diff_new_pack.YU9tRi/_old  2017-03-20 17:12:19.238505831 +0100
+++ /var/tmp/diff_new_pack.YU9tRi/_new  2017-03-20 17:12:19.238505831 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-polkit
 #
-# 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,14 +20,14 @@
 %define sover   0
 %define typelib typelib-1_0-PolkitGtkMate-1.0
 %define _name   polkit-mate-1
-%define _version 1.16
+%define _version 1.18
 Name:   mate-polkit
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE authentification agent for polkit
 License:LGPL-2.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  mate-common >= %{_version}
@@ -82,7 +82,7 @@
 %configure \
   --disable-static\
   --libexecdir=%{_libexecdir}/polkit-mate
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-polkit-1.16.0.tar.xz -> mate-polkit-1.18.0.tar.xz ++
 5104 lines of diff (skipped)




commit mate-menus for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-menus for openSUSE:Factory 
checked in at 2017-03-20 17:11:55

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


Package is "mate-menus"

Mon Mar 20 17:11:55 2017 rev:8 rq:481133 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-menus/mate-menus.changes2016-09-25 
14:43:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-menus.new/mate-menus.changes   
2017-03-20 17:11:56.873663732 +0100
@@ -1,0 +2,8 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Update translations.
+
+---

Old:

  mate-menus-1.16.0.tar.xz

New:

  mate-menus-1.18.0.tar.xz



Other differences:
--
++ mate-menus.spec ++
--- /var/tmp/diff_new_pack.A9FWF4/_old  2017-03-20 17:11:57.537569988 +0100
+++ /var/tmp/diff_new_pack.A9FWF4/_new  2017-03-20 17:11:57.537569988 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-menus
 #
-# 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,14 +19,14 @@
 %define soname  libmate-menu
 %define sover   2
 %define typelib typelib-1_0-MateMenu-2_0
-%define _version 1.16
+%define _version 1.18
 Name:   mate-menus
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE Desktop Menu
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  intltool
@@ -127,7 +127,7 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-menus-1.16.0.tar.xz -> mate-menus-1.18.0.tar.xz ++
 2935 lines of diff (skipped)




commit mate-notification-daemon for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-notification-daemon for 
openSUSE:Factory checked in at 2017-03-20 17:12:12

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


Package is "mate-notification-daemon"

Mon Mar 20 17:12:12 2017 rev:16 rq:481135 version:1.18.0

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-notification-daemon/mate-notification-daemon.changes
2017-03-03 17:54:39.311355936 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-notification-daemon.new/mate-notification-daemon.changes
   2017-03-20 17:12:13.439324671 +0100
@@ -1,0 +2,11 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Implement action icons support (e.g. playback control icons
+used by media players).
+  * Themes: Fix some pie countdown issues.
+  * Update translations.
+
+---

Old:

  mate-notification-daemon-1.16.1.tar.xz

New:

  mate-notification-daemon-1.18.0.tar.xz



Other differences:
--
++ mate-notification-daemon.spec ++
--- /var/tmp/diff_new_pack.TFvtav/_old  2017-03-20 17:12:14.107230363 +0100
+++ /var/tmp/diff_new_pack.TFvtav/_new  2017-03-20 17:12:14.111229799 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-notification-daemon
-Version:1.16.1
+Version:1.18.0
 Release:0
 Summary:Notification daemon for MATE
 License:GPL-2.0+

++ mate-notification-daemon-1.16.1.tar.xz -> 
mate-notification-daemon-1.18.0.tar.xz ++
 5131 lines of diff (skipped)




commit mate-indicator-applet for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-indicator-applet for 
openSUSE:Factory checked in at 2017-03-20 17:11:43

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


Package is "mate-indicator-applet"

Mon Mar 20 17:11:43 2017 rev:10 rq:481128 version:1.18.0

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-indicator-applet/mate-indicator-applet.changes  
2016-09-25 14:42:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-indicator-applet.new/mate-indicator-applet.changes
 2017-03-20 17:11:43.799509793 +0100
@@ -1,0 +2,12 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Show new style indicator support status in summary.
+  * Build: Require mate-panel >= 1.17.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Update translations.
+
+---

Old:

  mate-indicator-applet-1.16.0.tar.xz

New:

  mate-indicator-applet-1.18.0.tar.xz



Other differences:
--
++ mate-indicator-applet.spec ++
--- /var/tmp/diff_new_pack.8BMaBc/_old  2017-03-20 17:11:44.463416051 +0100
+++ /var/tmp/diff_new_pack.8BMaBc/_new  2017-03-20 17:11:44.467415486 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-indicator-applet
 #
-# 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,21 +16,22 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-indicator-applet
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:Information from applications consistently on the panel
 License:GPL-3.0 and LGPL-3.0
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source0:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(indicator-0.4)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(indicator3-0.4)
+BuildRequires:  pkgconfig(libido3-0.1)
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= %{_version}
 BuildRequires:  pkgconfig(mate-settings-daemon) >= %{_version}
 BuildRequires:  pkgconfig(x11)
@@ -47,7 +48,7 @@
 Summary:Information from applications consistently on the panel
 Group:  System/GUI/Other
 Recommends: mate-applet-indicator-lang
-Provides:   indicator-renderer-gtk2
+Provides:   indicator-renderer
 # mate-indicator-applet was last used in openSUSE Leap 42.1.
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
@@ -72,9 +73,8 @@
 %configure \
   --disable-static\
   --disable-scrollkeeper  \
-  --with-gtk=2.0  \
   --libexecdir=%{_libexecdir}/%{name}
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-indicator-applet-1.16.0.tar.xz -> 
mate-indicator-applet-1.18.0.tar.xz ++
 25076 lines of diff (skipped)




commit mate-icon-theme-faenza for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-icon-theme-faenza for 
openSUSE:Factory checked in at 2017-03-20 17:11:47

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


Package is "mate-icon-theme-faenza"

Mon Mar 20 17:11:47 2017 rev:8 rq:481130 version:1.18.0

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-icon-theme-faenza/mate-icon-theme-faenza.changes
2016-09-25 14:43:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-icon-theme-faenza.new/mate-icon-theme-faenza.changes
   2017-03-20 17:11:49.918645776 +0100
@@ -1,0 +2,6 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * No changelog available.
+
+---

Old:

  mate-icon-theme-faenza-1.16.0.tar.xz

New:

  mate-icon-theme-faenza-1.18.0.tar.xz



Other differences:
--
++ mate-icon-theme-faenza.spec ++
--- /var/tmp/diff_new_pack.o1SfWM/_old  2017-03-20 17:11:51.046486525 +0100
+++ /var/tmp/diff_new_pack.o1SfWM/_new  2017-03-20 17:11:51.050485960 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-icon-theme-faenza
 #
-# 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,14 +16,14 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-icon-theme-faenza
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE Desktop Faenza compilation theme
 License:GPL-2.0
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -32,7 +32,7 @@
 
 %description
 This icon theme uses Faenza and Faience icon themes by ~Tiheum and
-some icons customized for MATE by Rowen Stipe. Also, there are some
+some icons customised for MATE by Rowen Stipe. Also, there are some
 icons from Mint-X-F and Faenza-Fresh icon packs.
 
 %package dark
@@ -42,7 +42,7 @@
 
 %description dark
 This icon theme uses Faenza and Faience icon themes by ~Tiheum and
-some icons customized for MATE by Rowen Stipe. Also, there are some
+some icons customised for MATE by Rowen Stipe. Also, there are some
 icons from Mint-X-F and Faenza-Fresh icon packs.
 
 %package gray
@@ -52,7 +52,7 @@
 
 %description gray
 This icon theme uses Faenza and Faience icon themes by ~Tiheum and
-some icons customized for MATE by Rowen Stipe. Also, there are some
+some icons customised for MATE by Rowen Stipe. Also, there are some
 icons from Mint-X-F and Faenza-Fresh icon packs.
 
 %prep

++ mate-icon-theme-faenza-1.16.0.tar.xz -> 
mate-icon-theme-faenza-1.18.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-icon-theme-faenza/mate-icon-theme-faenza-1.16.0.tar.xz
 
/work/SRC/openSUSE:Factory/.mate-icon-theme-faenza.new/mate-icon-theme-faenza-1.18.0.tar.xz
 differ: char 25, line 1




commit mate-desktop for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-desktop for openSUSE:Factory 
checked in at 2017-03-20 17:11:40

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


Package is "mate-desktop"

Mon Mar 20 17:11:40 2017 rev:17 rq:481127 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-desktop/mate-desktop.changes
2016-10-19 13:15:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-desktop.new/mate-desktop.changes   
2017-03-20 17:11:42.415705186 +0100
@@ -1,0 +2,18 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Drop the mpaste tool (won't work without the website anyway).
+  * Background: Fix crossfade issues with recent GTK+ versions.
+  * Background: Fix more graphics issues to allow Caja to use
+background for directory windows.
+  * Background: Fix memleaks and other misc issues.
+  * Colour select: Fix some GTK+ deprecations.
+  * Schemas: Some fixes and cleanups.
+  * mate-about: Fix URL centring.
+  * Update translations.
+
+---

Old:

  mate-desktop-1.16.1.tar.xz

New:

  mate-desktop-1.18.0.tar.xz



Other differences:
--
++ mate-desktop.spec ++
--- /var/tmp/diff_new_pack.rGggBm/_old  2017-03-20 17:11:43.151601278 +0100
+++ /var/tmp/diff_new_pack.rGggBm/_new  2017-03-20 17:11:43.151601278 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-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,14 +19,14 @@
 %define soname  libmate-desktop-2
 %define sover   17
 %define typelib typelib-1_0-MateDesktop-2_0
-%define _version 1.16
+%define _version 1.18
 Name:   mate-desktop
-Version:1.16.1
+Version:1.18.0
 Release:0
 Summary:Library with common API for various MATE modules
 License:GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 Source1:user-dirs-update-mate.desktop
 BuildRequires:  docbook-xsl-stylesheets
@@ -37,7 +37,7 @@
 BuildRequires:  pkgconfig(dconf) >= 0.13.4
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.7
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRequires:  pkgconfig(python)
@@ -117,8 +117,7 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure \
-  --disable-static \
-  --with-gtk=2.0
+  --disable-static
 make %{?_smp_mflags} V=1
 
 %install

++ mate-desktop-1.16.1.tar.xz -> mate-desktop-1.18.0.tar.xz ++
 95991 lines of diff (skipped)




commit mate-media for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-media for openSUSE:Factory 
checked in at 2017-03-20 17:11:50

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


Package is "mate-media"

Mon Mar 20 17:11:50 2017 rev:11 rq:481131 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-media/mate-media.changes2016-09-25 
14:43:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-media.new/mate-media.changes   
2017-03-20 17:11:51.418434006 +0100
@@ -1,0 +2,13 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require libmatemixer >= 1.10 and libmate-desktop >= 1.17.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Port from libunique to GApplication and GtkApplication.
+  * Some cleanups.
+  * Update translations.
+
+---

Old:

  mate-media-1.16.0.tar.xz

New:

  mate-media-1.18.0.tar.xz



Other differences:
--
++ mate-media.spec ++
--- /var/tmp/diff_new_pack.7oVwDh/_old  2017-03-20 17:11:52.022348734 +0100
+++ /var/tmp/diff_new_pack.7oVwDh/_new  2017-03-20 17:11:52.022348734 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-media
 #
-# 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,27 +16,27 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-media
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE Desktop multimedia stack
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  itstool
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  mate-control-center-devel >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libcanberra-gtk)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libmatemixer) >= %{_version}
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(unique-1.0)
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
@@ -53,9 +53,8 @@
 %configure \
   --disable-static\
   --libexecdir=%{_libexecdir}/%{name} \
-  --with-gtk=2.0  \
   --enable-profiles
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-media-1.16.0.tar.xz -> mate-media-1.18.0.tar.xz ++
 53304 lines of diff (skipped)




commit mate-icon-theme for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-icon-theme for openSUSE:Factory 
checked in at 2017-03-20 17:11:45

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


Package is "mate-icon-theme"

Mon Mar 20 17:11:45 2017 rev:10 rq:481129 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-icon-theme/mate-icon-theme.changes  
2016-09-25 14:43:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-icon-theme.new/mate-icon-theme.changes 
2017-03-20 17:11:48.342868274 +0100
@@ -1,0 +2,6 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * Update translations.
+
+---

Old:

  mate-icon-theme-1.16.0.tar.xz

New:

  mate-icon-theme-1.18.0.tar.xz



Other differences:
--
++ mate-icon-theme.spec ++
--- /var/tmp/diff_new_pack.lZsklS/_old  2017-03-20 17:11:49.346726530 +0100
+++ /var/tmp/diff_new_pack.lZsklS/_new  2017-03-20 17:11:49.346726530 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-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
@@ -16,14 +16,14 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-icon-theme
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE icon theme
 License:LGPL-3.0 and CC-BY-3.0
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -45,7 +45,7 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-icon-theme-1.16.0.tar.xz -> mate-icon-theme-1.18.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-icon-theme/mate-icon-theme-1.16.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-icon-theme.new/mate-icon-theme-1.18.0.tar.xz 
differ: char 26, line 1




commit libmatekbd for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package libmatekbd for openSUSE:Factory 
checked in at 2017-03-20 17:11:11

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


Package is "libmatekbd"

Mon Mar 20 17:11:11 2017 rev:12 rq:481117 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/libmatekbd/libmatekbd.changes2016-09-25 
14:42:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmatekbd.new/libmatekbd.changes   
2017-03-20 17:11:29.549521884 +0100
@@ -1,0 +2,10 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Move to GTK+3 (>= 3.14), drop the GTK+2 code and --with-gtk
+build option.
+  * Update translations.
+
+---

Old:

  libmatekbd-1.16.0.tar.xz

New:

  libmatekbd-1.18.0.tar.xz



Other differences:
--
++ libmatekbd.spec ++
--- /var/tmp/diff_new_pack.Ewr4qK/_old  2017-03-20 17:11:30.113442259 +0100
+++ /var/tmp/diff_new_pack.Ewr4qK/_new  2017-03-20 17:11:30.113442259 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmatekbd
 #
-# 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,10 +17,10 @@
 
 
 %define typelib typelib-1_0-Matekbd-1_0
-%define _version 1.16
+%define _version 1.18
 %define sover   4
 Name:   libmatekbd
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE Desktop keyboard configuration libraries
 License:LGPL-2.1+
@@ -31,11 +31,11 @@
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(gdk-2.0)
+BuildRequires:  pkgconfig(gdk-3.0) >= 3.14
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(libxklavier) >= 5.2
 %glib2_gsettings_schema_requires
 
@@ -90,9 +90,8 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure \
-  --disable-static \
-  --with-gtk=2.0
-make %{?_smp_mflags}
+  --disable-static
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ libmatekbd-1.16.0.tar.xz -> libmatekbd-1.18.0.tar.xz ++
 7706 lines of diff (skipped)




commit libmatemixer for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package libmatemixer for openSUSE:Factory 
checked in at 2017-03-20 17:11:13

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


Package is "libmatemixer"

Mon Mar 20 17:11:13 2017 rev:6 rq:481118 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/libmatemixer/libmatemixer.changes
2016-09-25 14:42:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmatemixer.new/libmatemixer.changes   
2017-03-20 17:11:30.497388046 +0100
@@ -1,0 +2,8 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Update translations.
+
+---

Old:

  libmatemixer-1.16.0.tar.xz

New:

  libmatemixer-1.18.0.tar.xz



Other differences:
--
++ libmatemixer.spec ++
--- /var/tmp/diff_new_pack.RXQjIi/_old  2017-03-20 17:11:31.041311243 +0100
+++ /var/tmp/diff_new_pack.RXQjIi/_new  2017-03-20 17:11:31.041311243 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmatemixer
 #
-# 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,9 +17,9 @@
 
 
 %define sover   0
-%define _version 1.16
+%define _version 1.18
 Name:   libmatemixer
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:Mixer library for MATE Desktop
 License:LGPL-2.1+
@@ -76,7 +76,7 @@
   --disable-static\
   --enable-pulseaudio \
   --enable-alsa
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ libmatemixer-1.16.0.tar.xz -> libmatemixer-1.18.0.tar.xz ++
 6971 lines of diff (skipped)




commit mate-common for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-common for openSUSE:Factory 
checked in at 2017-03-20 17:11:38

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


Package is "mate-common"

Mon Mar 20 17:11:38 2017 rev:8 rq:481125 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-common/mate-common.changes  2016-09-25 
14:42:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-common.new/mate-common.changes 
2017-03-20 17:11:41.599820388 +0100
@@ -1,0 +2,7 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+
+---

Old:

  mate-common-1.16.0.tar.xz

New:

  mate-common-1.18.0.tar.xz



Other differences:
--
++ mate-common.spec ++
--- /var/tmp/diff_new_pack.bqX3X7/_old  2017-03-20 17:11:42.131745281 +0100
+++ /var/tmp/diff_new_pack.bqX3X7/_new  2017-03-20 17:11:42.131745281 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-common
 #
-# 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,14 +16,14 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-common
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:Common scripts and macros to develop with MATE
 License:GPL-3.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -50,7 +50,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-common-1.16.0.tar.xz -> mate-common-1.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.16.0/ChangeLog 
new/mate-common-1.18.0/ChangeLog
--- old/mate-common-1.16.0/ChangeLog2016-09-18 07:19:11.0 +0200
+++ new/mate-common-1.18.0/ChangeLog2017-03-12 12:11:53.0 +0100
@@ -1,3 +1,40 @@
+commit a3b042ab8a340ef8e1a9741ccf7e26d5873e274a
+Author: raveit65 
+Date:   Sun Mar 12 12:11:08 2017 +0100
+
+release 1.18
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 030cd68f04120fc979ee6abe226c0d590b1b5a2c
+Author: monsta 
+Date:   Sun Mar 12 14:08:41 2017 +0300
+
+update NEWS for 1.18
+
+ NEWS | 7 ---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 882d573105cf9f5fa776d234ad7606ad7688f46e
+Author: Martin Wimpress 
+Date:   Fri Jan 13 16:13:03 2017 +
+
+Update mate-common NEWS to use consistent, project wide, markdown-like 
formatting. This will make generating release announcements easier.
+
+ NEWS | 16 
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 0527be3a0c86cb35d735e75807b867773a2ae6db
+Author: raveit65 
+Date:   Sun Nov 20 21:17:05 2016 +0100
+
+release 1.17.0
+
+ NEWS | 4 
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
 commit 03a2e245cf57c2ab0cd0d759726b37c287859a09
 Author: monsta 
 Date:   Sat Sep 17 20:36:19 2016 +0300
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.16.0/NEWS new/mate-common-1.18.0/NEWS
--- old/mate-common-1.16.0/NEWS 2016-09-18 07:16:09.0 +0200
+++ new/mate-common-1.18.0/NEWS 2017-03-12 12:10:14.0 +0100
@@ -1,25 +1,30 @@
-1.16.0
+### mate-common 1.18.0
+
+  * NEWS: use consistent, project wide, markdown-like formatting
+to make generating release announcements easier
+
+### mate-common 1.16.0
 
   * Check only for autoreconf in mate-autogen as autoconf, automake,
 libtool, gettext are already checked by autoreconf
 
-1.14.0
+### mate-common 1.14.0
 
   * Remove references to obsolete MATE components
 
-1.12.0
+### mate-common 1.12.0
 
   * Support lcov 1.12
   * Update docs and example script
 
-1.10.0
+### mate-common 1.10.0
 
   * Add support for automake 1.15
   * Support lcov 1.11
   * Check for appdata-xml.m4 with APPDATA_XML
   * Run glib-gettexize if using GLib gettext
 
-1.8.0
+### mate-common 1.8.0
 
   * Replace mate-doc-utils with yelp-tools
   * Cherry pick many 

commit mate-applet-softupd for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-applet-softupd for 
openSUSE:Factory checked in at 2017-03-20 17:11:30

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


Package is "mate-applet-softupd"

Mon Mar 20 17:11:30 2017 rev:3 rq:481122 version:0.4.5

Changes:

--- /work/SRC/openSUSE:Factory/mate-applet-softupd/mate-applet-softupd.changes  
2017-01-25 23:29:05.298738455 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-applet-softupd.new/mate-applet-softupd.changes 
2017-03-20 17:11:36.348561863 +0100
@@ -1,0 +2,5 @@
+Thu Jan 19 13:32:38 UTC 2017 - sor.ale...@meowr.ru
+
+- Switch to Gtk3.
+
+---



Other differences:
--
++ mate-applet-softupd.spec ++
--- /var/tmp/diff_new_pack.833okn/_old  2017-03-20 17:11:36.828494097 +0100
+++ /var/tmp/diff_new_pack.833okn/_new  2017-03-20 17:11:36.828494097 +0100
@@ -31,7 +31,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-panel-devel
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libnotify)
 Requires:   PackageKit
 Requires:   gnome-packagekit
@@ -54,7 +54,7 @@
 
 %build
 %configure \
-  --enable-gtk=2   \
+  --enable-gtk=3   \
   --enable-backend=package-kit \
   --enable-installer=gpk-update-viewer
 make %{?_smp_mflags} V=1




commit mate-applet-dock for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2017-03-20 17:11:23

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


Package is "mate-applet-dock"

Mon Mar 20 17:11:23 2017 rev:13 rq:481121 version:0.76

Changes:

--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes
2017-02-07 12:02:18.679435137 +0100
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2017-03-20 17:11:35.568671983 +0100
@@ -1,0 +2,5 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Switch to Gtk3.
+
+---



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.nZsvrp/_old  2017-03-20 17:11:36.140591229 +0100
+++ /var/tmp/diff_new_pack.nZsvrp/_new  2017-03-20 17:11:36.140591229 +0100
@@ -66,7 +66,7 @@
 %build
 autoreconf -fi
 %configure \
-  --without-gtk3
+  --with-gtk3
 make %{?_smp_mflags} V=1
 
 %install




commit caja for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package caja for openSUSE:Factory checked in 
at 2017-03-20 17:10:55

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


Package is "caja"

Mon Mar 20 17:10:55 2017 rev:22 rq:481112 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/caja/caja.changes2017-02-06 
15:23:08.363778921 +0100
+++ /work/SRC/openSUSE:Factory/.caja.new/caja.changes   2017-03-20 
17:11:20.442807746 +0100
@@ -1,0 +2,29 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require libmate-desktop >= 1.17.3.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Port from libunique to GtkApplication.
+  * Implement copy queue and pausing.
+  * Add an option for asking confirmation before moving files to
+trash.
+  * Add support for back/forward mouse buttons for directory
+navigation.
+  * Add a notification when ejected drives are safe to unplug
+(and require libnotify at build time).
+  * Add a --force-desktop command line option to make Caja always
+manage the desktop.
+  * Add an ability to get feedback from Orca when additional icons
+are selected/deselected.
+  * Drop the metadata converting tool.
+  * Fix crossfade issues with recent GTK+ versions.
+  * Fix more graphics issues to allow Caja to use background for
+directory windows.
+  * Fix some more GTK+ deprecations and runtime warnings.
+  * Schema: some fixes and cleanups.
+  * Update translations.
+
+---

Old:

  caja-1.16.2.tar.xz

New:

  caja-1.18.0.tar.xz



Other differences:
--
++ caja.spec ++
--- /var/tmp/diff_new_pack.oUIHse/_old  2017-03-20 17:11:21.162706097 +0100
+++ /var/tmp/diff_new_pack.oUIHse/_new  2017-03-20 17:11:21.162706097 +0100
@@ -18,14 +18,14 @@
 
 %define lname libcaja-extension1
 %define typelib typelib-1_0-Caja-2_0
-%define _version 1.16
+%define _version 1.18
 Name:   caja
-Version:1.16.2
+Version:1.18.0
 Release:0
 Summary:File manager for the MATE desktop
 License:GPL-2.0 and LGPL-2.0
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
@@ -37,13 +37,13 @@
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(libexif)
+BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(sm)
-BuildRequires:  pkgconfig(unique-1.0)
 Recommends: %{name}-lang
 # mate-file-manager was last used in openSUSE 13.1.
 Provides:   mate-file-manager = %{version}
@@ -119,10 +119,8 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure \
-  --libexecdir=%{_libexecdir}/%{name} \
   --disable-update-mimedb \
   --disable-static\
-  --with-gtk=2.0  \
   --enable-introspection
 make %{?_smp_mflags} V=1
 
@@ -171,7 +169,6 @@
 %{_bindir}/caja-autorun-software
 %{_bindir}/caja-connect-server
 %{_bindir}/caja-file-management-properties
-%{_libexecdir}/caja/
 %{_datadir}/caja/
 %{_datadir}/dbus-1/services/org.mate.freedesktop.FileManager1.service
 %{_datadir}/applications/caja-autorun-software.desktop

++ caja-1.16.2.tar.xz -> caja-1.18.0.tar.xz ++
 893239 lines of diff (skipped)




commit engrampa for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package engrampa for openSUSE:Factory 
checked in at 2017-03-20 17:11:04

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


Package is "engrampa"

Mon Mar 20 17:11:04 2017 rev:11 rq:481115 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/engrampa/engrampa.changes2016-09-25 
14:42:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.engrampa.new/engrampa.changes   2017-03-20 
17:11:26.481955022 +0100
@@ -1,0 +2,20 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * Update engrampa NEWS to use consistent, project wide, markdown-like
+formatting.
+  * Build: Require Caja >= 1.17.1 to build against the GTK+3 version
+of libcaja-extension.
+  * tar: Add support for pixz for .tar.xz files.
+  * tar: Add support for lbzip2 on .tar.bz2 files.
+  * lha: Add support for Amiga files.
+  * Some corrections in the GSettings schema.
+  * check the rar/unrar version to work the new date style with all versions
+  * Fix: rar file listing now shows correct date with recent binary.
+  * Fix: Open the 7z first split volume after compress.
+  * Fix: Compress rar and 7z split into volumes.
+  * build: Remove an option that disables deprecated stuff.
+  * zip: Add ear and war to the supported types list.
+  * Update translations.
+
+---

Old:

  engrampa-1.16.0.tar.xz

New:

  engrampa-1.18.0.tar.xz



Other differences:
--
++ engrampa.spec ++
--- /var/tmp/diff_new_pack.uV2HGa/_old  2017-03-20 17:11:27.097868055 +0100
+++ /var/tmp/diff_new_pack.uV2HGa/_new  2017-03-20 17:11:27.101867491 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package engrampa
 #
-# 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,16 +16,16 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   engrampa
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE Desktop archive manager
 License:GPL-2.0+ and LGPL-2.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-BuildRequires:  caja
+BuildRequires:  caja >= %{_version}
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}
@@ -74,7 +74,7 @@
   --disable-static\
   --disable-scrollkeeper  \
   --libexecdir=%{_libexecdir}/%{name}
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ engrampa-1.16.0.tar.xz -> engrampa-1.18.0.tar.xz ++
 77618 lines of diff (skipped)




commit eom for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package eom for openSUSE:Factory checked in 
at 2017-03-20 17:11:08

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


Package is "eom"

Mon Mar 20 17:11:08 2017 rev:17 rq:481116 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/eom/eom.changes  2017-02-09 11:19:35.749289669 
+0100
+++ /work/SRC/openSUSE:Factory/.eom.new/eom.changes 2017-03-20 
17:11:27.945748336 +0100
@@ -1,0 +2,14 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require libmate-desktop >= 1.17.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Drop Python bindings and the --enable-python build option.
+  * Port the plugin system and plugins to libpeas.
+  * Some code and docs cleanups.
+  * Update translations.
+
+---

Old:

  eom-1.16.1.tar.xz

New:

  eom-1.18.0.tar.xz



Other differences:
--
++ eom.spec ++
--- /var/tmp/diff_new_pack.WgmFnI/_old  2017-03-20 17:11:28.521667016 +0100
+++ /var/tmp/diff_new_pack.WgmFnI/_new  2017-03-20 17:11:28.521667016 +0100
@@ -17,9 +17,9 @@
 
 
 %define typelib typelib-1_0-Eom-1_0
-%define _version 1.16
+%define _version 1.18
 Name:   eom
-Version:1.16.1
+Version:1.18.0
 Release:0
 Summary:MATE Desktop graphics viewer
 License:GPL-2.0+ and LGPL-2.1+
@@ -37,15 +37,14 @@
 BuildRequires:  pkgconfig(exempi-2.0)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtk+-unix-print-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(gtk+-unix-print-3.0)
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libexif)
+BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
-BuildRequires:  pkgconfig(pygobject-2.0)
-BuildRequires:  pkgconfig(pygtk-2.0)
 Requires:   mate-desktop-gsettings-schemas >= %{_version}
 Recommends: %{name}-lang
 # mate-image-viewer was last used in openSUSE 13.1.
@@ -93,7 +92,7 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --libexecdir=%{_libexecdir}/%{name} \
-  --with-gtk=2.0
+  --disable-python
 make %{?_smp_mflags} V=1
 
 %install

++ eom-1.16.1.tar.xz -> eom-1.18.0.tar.xz ++
 131777 lines of diff (skipped)




commit libmateweather for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package libmateweather for openSUSE:Factory 
checked in at 2017-03-20 17:11:17

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


Package is "libmateweather"

Mon Mar 20 17:11:17 2017 rev:13 rq:481119 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/libmateweather/libmateweather.changes
2016-10-28 10:47:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmateweather.new/libmateweather.changes   
2017-03-20 17:11:31.573236136 +0100
@@ -1,0 +2,15 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Drop Python bindings and the --enable-python build option
+(won't work with GTK+3).
+  * Locations: Add Dunedin, New Zealand.
+  * Locations: Add Yogyakarta, Indonesia.
+  * Locations: Correct coordinates for Pune, India.
+  * Update translations.
+
+---

Old:

  libmateweather-1.16.1.tar.xz

New:

  libmateweather-1.18.0.tar.xz



Other differences:
--
++ libmateweather.spec ++
--- /var/tmp/diff_new_pack.eGPZ3v/_old  2017-03-20 17:11:32.153154252 +0100
+++ /var/tmp/diff_new_pack.eGPZ3v/_new  2017-03-20 17:11:32.157153688 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmateweather
 #
-# 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,9 +17,9 @@
 
 
 %define sover   1
-%define _version 1.16
+%define _version 1.18
 Name:   libmateweather
-Version:1.16.1
+Version:1.18.0
 Release:0
 Summary:MATE Weather
 License:GPL-2.0+ and LGPL-2.1+
@@ -31,11 +31,9 @@
 BuildRequires:  pkgconfig
 BuildRequires:  timezone >= 2016g
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(pygobject-2.0)
-BuildRequires:  pkgconfig(pygtk-2.0)
 %glib2_gsettings_schema_requires
 
 %description
@@ -57,8 +55,7 @@
 Summary:MATE Weather development files
 Group:  Development/Libraries/Other
 Requires:   %{name}%{sover} = %{version}
-Requires:   mateweather-common
-Requires:   python-mateweather = %{version}
+Requires:   mateweather-common = %{version}
 
 %description devel
 libmateweather is a library to access weather information from
@@ -70,19 +67,12 @@
 Requires:   mateweather-common
 Recommends: %{name}-lang
 Provides:   %{name} = %{version}
+Obsoletes:  python-mateweather < %{version}
 
 %description -n %{name}%{sover}
 libmateweather is a library to access weather information from
 online services for numerous locations.
 
-%package -n python-mateweather
-Summary:Python bindings for MATE Weater
-Group:  System/GUI/Other
-
-%description -n python-mateweather
-libmateweather is a library to access weather information from
-online services for numerous locations.
-
 %prep
 %setup -q
 
@@ -90,9 +80,7 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --enable-locations-compression \
-  --disable-static   \
-  --with-gtk=2.0 \
-  --enable-python
+  --disable-static
 make %{?_smp_mflags} V=1
 
 %install
@@ -134,8 +122,4 @@
 %{_libdir}/pkgconfig/mateweather.pc
 %{_datadir}/gtk-doc/html/%{name}/
 
-%files -n python-mateweather
-%defattr(-,root,root)
-%{python_sitearch}/mateweather/
-
 %changelog

++ libmateweather-1.16.1.tar.xz -> libmateweather-1.18.0.tar.xz ++
 30006 lines of diff (skipped)




commit marco for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package marco for openSUSE:Factory checked 
in at 2017-03-20 17:11:20

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


Package is "marco"

Mon Mar 20 17:11:20 2017 rev:17 rq:481120 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/marco/marco.changes  2016-09-25 
14:42:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.marco.new/marco.changes 2017-03-20 
17:11:33.988895046 +0100
@@ -1,0 +2,18 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Theme viewer: Fix build for GTK+3 and fix some GTK+ deprecations.
+  * Add an ability to disable showing preselected window border on
+alt-tab.
+  * Add an ability to ignore applications when show-desktop is
+triggered.
+  * Schema: Make compositing on by default.
+  * Workspaces: Switch wrapping behaviour for "classic" and
+"toroidal" modes (it was reversed somehow).
+  * Update translations.
+
+---

Old:

  marco-1.16.0.tar.xz

New:

  marco-1.18.0.tar.xz



Other differences:
--
++ marco.spec ++
--- /var/tmp/diff_new_pack.0qaJEF/_old  2017-03-20 17:11:34.704793962 +0100
+++ /var/tmp/diff_new_pack.0qaJEF/_new  2017-03-20 17:11:34.708793398 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package marco
 #
-# 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,23 +17,24 @@
 
 
 %define soname  libmarco-private
-%define sover   0
-%define _version 1.16
+%define sover   1
+%define _version 1.18
 Name:   marco
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE window manager
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  zenity
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libcanberra-gtk)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libgtop-2.0)
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRequires:  pkgconfig(sm)
@@ -64,8 +65,8 @@
 
 %package themes
 Summary:MATE window manager themes
-Group:  System/GUI/Other
 # mate-window-manager-themes was last used in openSUSE 13.1.
+Group:  System/GUI/Other
 Provides:   mate-window-manager-themes = %{version}
 Obsoletes:  mate-window-manager-themes < %{version}
 BuildArch:  noarch
@@ -95,11 +96,10 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --libexecdir=%{_libexecdir}/%{name} \
-  --with-gtk=2.0  \
   --disable-static\
   --disable-scrollkeeper  \
   --disable-schemas-install
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
@@ -135,6 +135,9 @@
 %{_datadir}/applications/%{name}.desktop
 %{_mandir}/man?/%{name}*.?%{?ext_man}
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+
 %files -n %{soname}%{sover}
 %defattr(-,root,root)
 # Marco requires libmarco-private0 and mate-control-center requires
@@ -163,7 +166,4 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libmarco-private.pc
 
-%files lang -f %{name}.lang
-%defattr(-,root,root)
-
 %changelog

++ marco-1.16.0.tar.xz -> marco-1.18.0.tar.xz ++
 183161 lines of diff (skipped)




commit caja-dropbox for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package caja-dropbox for openSUSE:Factory 
checked in at 2017-03-20 17:10:58

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


Package is "caja-dropbox"

Mon Mar 20 17:10:58 2017 rev:5 rq:481113 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/caja-dropbox/caja-dropbox.changes
2016-09-25 14:44:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.caja-dropbox.new/caja-dropbox.changes   
2017-03-20 17:11:23.614359925 +0100
@@ -1,0 +2,8 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: require libcaja-extension 1.17.1 and GLib 2.36.
+
+---

Old:

  caja-dropbox-1.16.0.tar.xz

New:

  caja-dropbox-1.18.0.tar.xz



Other differences:
--
++ caja-dropbox.spec ++
--- /var/tmp/diff_new_pack.yu31SI/_old  2017-03-20 17:11:24.294263923 +0100
+++ /var/tmp/diff_new_pack.yu31SI/_new  2017-03-20 17:11:24.294263923 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package caja-dropbox
 #
-# 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,27 +16,29 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   caja-dropbox
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:Dropbox client integrated into Caja
 License:GPL-3.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE caja-dropbox_no-dropbox-bin.patch sor.ale...@meowr.ru -- 
Strip dropbox binary installation.
 Patch0: caja-dropbox_no-dropbox-bin.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 
 %description
-Dropbox is a free service that lets you bring your photos, docs, and videos
-anywhere and share them easily. Never email yourself a file again!
+Dropbox is a proprietary service that lets one bring photos,
+documents, and videos anywhere and share them easily.
 
-This package integrates dropbox seamless into caja.
+This package integrates Dropbox seamlessly into Caja.
 
 %package -n caja-extension-dropbox
 Summary:Dropbox client integrated into Caja
@@ -48,10 +50,10 @@
 Obsoletes:  caja-dropbox < %{version}
 
 %description -n caja-extension-dropbox
-Dropbox is a free service that lets you bring your photos, docs, and videos
-anywhere and share them easily. Never email yourself a file again!
+Dropbox is a proprietary service that lets one bring photos,
+documents, and videos anywhere and share them easily.
 
-This package integrates dropbox seamless into caja.
+This package integrates Dropbox seamlessly into Caja.
 
 %prep
 %setup -q
@@ -61,7 +63,7 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ caja-dropbox-1.16.0.tar.xz -> caja-dropbox-1.18.0.tar.xz ++
 23564 lines of diff (skipped)




commit mate-backgrounds for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2017-03-20 17:11:36

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


Package is "mate-backgrounds"

Mon Mar 20 17:11:36 2017 rev:9 rq:481124 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2016-09-25 14:42:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds.changes   
2017-03-20 17:11:39.520114042 +0100
@@ -1,0 +2,6 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * Update translations.
+
+---

Old:

  mate-backgrounds-1.16.0.tar.xz

New:

  mate-backgrounds-1.18.0.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.HxkdXc/_old  2017-03-20 17:11:41.347855966 +0100
+++ /var/tmp/diff_new_pack.HxkdXc/_new  2017-03-20 17:11:41.351855401 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-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
@@ -16,14 +16,14 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-backgrounds
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:A set of backgrounds packaged with the MATE desktop
 License:GPL-2.0
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
 Recommends: %{name}-lang
@@ -41,7 +41,7 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-backgrounds-1.16.0.tar.xz -> mate-backgrounds-1.18.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.16.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds-1.18.0.tar.xz 
differ: char 26, line 1




commit mate-applets for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-applets for openSUSE:Factory 
checked in at 2017-03-20 17:11:33

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


Package is "mate-applets"

Mon Mar 20 17:11:33 2017 rev:15 rq:481123 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-applets/mate-applets.changes
2016-09-25 14:42:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applets.new/mate-applets.changes   
2017-03-20 17:11:37.544393012 +0100
@@ -1,0 +2,16 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require libmateweather and mate-panel >= 1.17.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Weather: Fix temperature label placement.
+  * Weather: Show proper help section for each tab of the
+preferences dialogue.
+  * Fix some GTK+ deprecations and runtime warnings.
+  * Some code cleanups.
+  * Update translations.
+
+---

Old:

  mate-applets-1.16.0.tar.xz

New:

  mate-applets-1.18.0.tar.xz



Other differences:
--
++ mate-applets.spec ++
--- /var/tmp/diff_new_pack.HDbjmo/_old  2017-03-20 17:11:38.400272163 +0100
+++ /var/tmp/diff_new_pack.HDbjmo/_new  2017-03-20 17:11:38.400272163 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-applets
 #
-# 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,14 +16,14 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-applets
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:A set of applets for the MATE Desktop
 License:GFDL-1.1 and GPL-2.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source0:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -34,13 +34,13 @@
 BuildRequires:  pkgconfig(NetworkManager)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtksourceview-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(gucharmap-2.90)
 BuildRequires:  pkgconfig(libgtop-2.0)
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(libwnck-1.0)
+BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(mate-settings-daemon) >= %{_version}
 BuildRequires:  pkgconfig(mateweather) >= 1.9.0
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.97
@@ -69,11 +69,10 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static\
-  --with-gtk=2.0  \
   --enable-stickynotes\
   --disable-frequency-selector\
   --libexecdir=%{_libexecdir}/%{name}
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-applets-1.16.0.tar.xz -> mate-applets-1.18.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-applets/mate-applets-1.16.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-applets.new/mate-applets-1.18.0.tar.xz differ: 
char 27, line 1




commit caja-extensions for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package caja-extensions for openSUSE:Factory 
checked in at 2017-03-20 17:11:00

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


Package is "caja-extensions"

Mon Mar 20 17:11:00 2017 rev:10 rq:481114 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/caja-extensions/caja-extensions.changes  
2016-09-25 14:44:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.caja-extensions.new/caja-extensions.changes 
2017-03-20 17:11:25.358113707 +0100
@@ -1,0 +2,13 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require caja >= 1.17.1 and libmate-desktop >= 1.17.0.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Add the xattr-tags extension to show xattr tags in a new
+column.
+  * Update translations.
+
+---

Old:

  caja-extensions-1.16.0.tar.xz

New:

  caja-extensions-1.18.0.tar.xz



Other differences:
--
++ caja-extensions.spec ++
--- /var/tmp/diff_new_pack.gQk28v/_old  2017-03-20 17:11:26.062014318 +0100
+++ /var/tmp/diff_new_pack.gQk28v/_new  2017-03-20 17:11:26.066013752 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package caja-extensions
 #
-# 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,25 +16,24 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   caja-extensions
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:Set of extensions for Caja, the MATE file manager
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-# PATCH-FEATURE-OPENSUSE caja-extensions_use-xdgsu.patch sor.ale...@meowr.ru 
-- Use xdg-su instead of direct gksu call in caja-gksu.
+# PATCH-FEATURE-OPENSUSE caja-extensions_use-xdgsu.patch sor.ale...@meowr.ru 
-- Use xdg-su instead of a direct gksu call in caja-gksu.
 Patch0: %{name}_use-xdgsu.patch
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(gupnp-1.0)
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
-BuildRequires:  pkgconfig(libglade-2.0)
 BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
 
 %description
@@ -200,6 +199,15 @@
 %description -n caja-extension-wallpaper
 Caja-share allows you to quickly set desktop background wallpaper.
 
+%package -n caja-extension-xattr-tags
+Summary:See tags stored on xattrs
+Group:  System/GUI/Other
+Requires:   caja >= %{_version}
+Recommends: caja-extension-xattr-tags-lang
+
+%description -n caja-extension-xattr-tags
+Caja-xattr-tags allows one to see tags stored on xattrs.
+
 %package common-lang
 Summary:Languages for Caja extensions
 Group:  System/Localization
@@ -208,6 +216,7 @@
 Provides:   caja-extension-sendto-lang = %{version}
 Provides:   caja-extension-share-lang = %{version}
 Provides:   caja-extension-wallpaper-lang = %{version}
+Provides:   caja-extension-xattr-tags-lang = %{version}
 BuildArch:  noarch
 
 %description common-lang
@@ -222,12 +231,13 @@
 %configure \
   --disable-static   \
   --enable-shared\
+  --enable-gksu  \
   --enable-image-convert \
   --enable-open-terminal \
   --enable-share \
   --enable-sendto\
-  --enable-gksu
-make %{?_smp_mflags}
+  --enable-xattr-tags
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
@@ -319,6 +329,10 @@
 %{_datadir}/caja/extensions/libcaja-wallpaper.caja-extension
 %{_libdir}/caja/extensions-2.0/libcaja-wallpaper.so
 
+%files -n caja-extension-xattr-tags
+%{_datadir}/caja/extensions/libcaja-xattr-tags.caja-extension
+%{_libdir}/caja/extensions-2.0/libcaja-xattr-tags.so
+
 %files common-lang -f %{name}.lang
 %defattr(-,root,root)
 

++ caja-extensions-1.16.0.tar.xz -> caja-extensions-1.18.0.tar.xz ++
 12553 lines of diff (skipped)




commit syncthing for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2017-03-20 17:10:41

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


Package is "syncthing"

Mon Mar 20 17:10:41 2017 rev:57 rq:481104 version:0.14.24

Changes:

--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes  2017-02-18 
03:19:40.207512229 +0100
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2017-03-20 
17:11:16.679339145 +0100
@@ -1,0 +2,14 @@
+Sat Mar 18 18:04:33 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.14.24:
+  * lib/sync: Fix a race in unlocker logging
+(gh#syncthing/syncthing#3884).
+  * Make links and log messages refer to https instead of http
+where possible (gh#syncthing/syncthing#3976).
+  * The default number of parallel file processing routines per
+directory is now two (previously one), and the number of
+simultaneously outstanding network requests has been increased.
+  * The UI now contains buttons to pause or resume all directories
+with a single action.
+
+---

Old:

  syncthing-source-v0.14.23.tar.gz
  syncthing-source-v0.14.23.tar.gz.asc

New:

  syncthing-source-v0.14.24.tar.gz
  syncthing-source-v0.14.24.tar.gz.asc



Other differences:
--
++ syncthing.spec ++
--- /var/tmp/diff_new_pack.Ycmvc4/_old  2017-03-20 17:11:17.583211519 +0100
+++ /var/tmp/diff_new_pack.Ycmvc4/_new  2017-03-20 17:11:17.587210954 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   syncthing
-Version:0.14.23
+Version:0.14.24
 Release:0
 Summary:FOSS Continuous File Synchronisation
 License:MPL-2.0

++ syncthing-source-v0.14.23.tar.gz -> syncthing-source-v0.14.24.tar.gz 
++
/work/SRC/openSUSE:Factory/syncthing/syncthing-source-v0.14.23.tar.gz 
/work/SRC/openSUSE:Factory/.syncthing.new/syncthing-source-v0.14.24.tar.gz 
differ: char 5, line 1




commit atril for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package atril for openSUSE:Factory checked 
in at 2017-03-20 17:10:43

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


Package is "atril"

Mon Mar 20 17:10:43 2017 rev:19 rq:481110 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/atril/atril.changes  2017-03-12 
20:01:06.246343180 +0100
+++ /work/SRC/openSUSE:Factory/.atril.new/atril.changes 2017-03-20 
17:11:17.803180460 +0100
@@ -1,0 +2,20 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: Require caja >= 1.17.1.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * [comics] Add support for unarchiver (unar and lsar).
+  * [libview] Increase the page cache size to reduce the number of
+page reloads.
+  * Remove the metadata migration code.
+  * Force the X11 backend.
+  * Fix lots of GTK+ deprecations.
+  * Fix some a11y issues.
+  * Some more fixes and cleanups.
+  * Update translations.
+- Switch to Gtk3.
+
+---

Old:

  atril-1.16.1.tar.xz

New:

  atril-1.18.0.tar.xz



Other differences:
--
++ atril.spec ++
--- /var/tmp/diff_new_pack.ifQ8D4/_old  2017-03-20 17:11:18.411094622 +0100
+++ /var/tmp/diff_new_pack.ifQ8D4/_new  2017-03-20 17:11:18.411094622 +0100
@@ -17,11 +17,11 @@
 
 
 %define sover   3
-%define _version 1.16
+%define _version 1.18
 %define typelib1 typelib-1_0-AtrilDocument-1_5_0
 %define typelib2 typelib-1_0-AtrilView-1_5_0
 Name:   atril
-Version:1.16.1
+Version:1.18.0
 Release:0
 Summary:MATE Desktop document viewer
 License:GPL-2.0 and LGPL-2.0
@@ -37,11 +37,11 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(ddjvuapi)
-BuildRequires:  pkgconfig(gail)
+BuildRequires:  pkgconfig(gail-3.0)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 BuildRequires:  pkgconfig(libgxps)
 BuildRequires:  pkgconfig(libpst)
@@ -51,7 +51,6 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(poppler-glib) >= 0.22.0
 BuildRequires:  pkgconfig(sm)
-BuildRequires:  pkgconfig(webkit-1.0)
 BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(zlib)
 Requires:   %{name}-backends = %{version}
@@ -62,6 +61,9 @@
 Obsoletes:  mate-document-viewer < %{version}
 Obsoletes:  mate-document-viewer-lang < %{version}
 %glib2_gsettings_schema_requires
+%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
+BuildRequires:  pkgconfig(webkit2gtk-4.0)
+%endif
 
 %description
 Atril is a document viewer capable of displaying multiple and single
@@ -171,7 +173,6 @@
   --disable-static\
   --with-pic  \
   --libexecdir=%{_libexecdir}/%{name} \
-  --with-gtk=2.0  \
   --enable-introspection
 make %{?_smp_mflags} V=1
 

++ atril-1.16.1.tar.xz -> atril-1.18.0.tar.xz ++
 212075 lines of diff (skipped)




commit caja-actions for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package caja-actions for openSUSE:Factory 
checked in at 2017-03-20 17:10:52

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


Package is "caja-actions"

Mon Mar 20 17:10:52 2017 rev:2 rq:48 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/caja-actions/caja-actions.changes
2016-06-29 15:09:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.caja-actions.new/caja-actions.changes   
2017-03-20 17:11:19.422951749 +0100
@@ -1,0 +2,5 @@
+Sat Jun 11 15:14:22 UTC 2016 - sor.ale...@meowr.ru
+
+- Switch to Gtk3.
+
+---



Other differences:
--
++ caja-actions.spec ++
--- /var/tmp/diff_new_pack.blC1k9/_old  2017-03-20 17:11:20.158847841 +0100
+++ /var/tmp/diff_new_pack.blC1k9/_new  2017-03-20 17:11:20.158847841 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package caja-actions
 #
-# 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
@@ -33,13 +33,13 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.30
 BuildRequires:  pkgconfig(glib-2.0) >= 2.24.0
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.24.0
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libcaja-extension) >= 1.4.0
 BuildRequires:  pkgconfig(libgtop-2.0) >= 2.23.1
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
 BuildRequires:  pkgconfig(sm) >= 1.0
-BuildRequires:  pkgconfig(unique-1.0)
+BuildRequires:  pkgconfig(unique-3.0)
 BuildRequires:  pkgconfig(uuid)
 
 %description
@@ -85,7 +85,7 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static   \
-  --with-gtk=2   \
+  --with-gtk=3   \
   --enable-deprecate
 make %{?_smp_mflags}
 




commit chromium for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2017-03-20 17:10:34

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


Package is "chromium"

Mon Mar 20 17:10:34 2017 rev:151 rq:481049 version:57.0.2987.110

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2017-03-16 
09:49:34.898390059 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2017-03-20 
17:10:58.809862306 +0100
@@ -1,0 +2,6 @@
+Thu Mar 16 20:45:00 UTC 2017 - tchva...@suse.com
+
+- Do not use gcc5 and newer as the compat was fixed again
+- Update to 57.0.2987.110 with various other small tweaks
+
+---

Old:

  chromium-57.0.2987.98.tar.xz

New:

  chromium-57.0.2987.110.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.KZUYeL/_old  2017-03-20 17:11:13.539782449 +0100
+++ /var/tmp/diff_new_pack.KZUYeL/_new  2017-03-20 17:11:13.543781884 +0100
@@ -42,7 +42,7 @@
 %endif
 %bcond_with clang
 Name:   chromium
-Version:57.0.2987.98
+Version:57.0.2987.110
 Release:0
 Summary:Google's open source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -227,15 +227,8 @@
 %if %{with clang}
 BuildRequires:  clang >= 3.9.0
 %else
-%if %{?suse_version} >= 1330
-BuildRequires:  gcc >= 5.0
-BuildRequires:  gcc-c++ >= 5.0
-%else
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
-BuildRequires:  gcc5
-BuildRequires:  gcc5-c++
-%endif
 %endif
 
 %description
@@ -430,10 +423,6 @@
 # this is as we do our own toolchain that we want to override for older distros
 export CC=gcc
 export CXX=g++
-%if 0%{?suse_version} < 1330
-export CC=gcc-5
-export CXX=g++-5
-%endif
 %if %{with clang}
 export CC=clang
 export CXX=clang++

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




commit gasnet for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package gasnet for openSUSE:Factory checked 
in at 2017-03-20 17:10:38

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


Package is "gasnet"

Mon Mar 20 17:10:38 2017 rev:2 rq:481070 version:1.28.2

Changes:

--- /work/SRC/openSUSE:Factory/gasnet/gasnet.changes2017-02-14 
00:41:48.374098441 +0100
+++ /work/SRC/openSUSE:Factory/.gasnet.new/gasnet.changes   2017-03-20 
17:11:14.195689835 +0100
@@ -1,0 +2,6 @@
+Sat Mar 18 19:02:30 UTC 2017 - jungh...@votca.org
+
+- Version update to 1.28.2, lot of changes, see:
+  https://gasnet.lbl.gov/dist/ChangeLog
+
+---

Old:

  GASNet-1.28.0.tar.gz

New:

  GASNet-1.28.2.tar.gz



Other differences:
--
++ gasnet.spec ++
--- /var/tmp/diff_new_pack.RLVkNj/_old  2017-03-20 17:11:14.823601175 +0100
+++ /var/tmp/diff_new_pack.RLVkNj/_new  2017-03-20 17:11:14.827600610 +0100
@@ -18,8 +18,8 @@
 
 %define _buildshell /bin/bash
 Name:   gasnet
-Version:1.28.0
-%define libver 1_28_0
+Version:1.28.2
+%define libver 1_28_2
 Release:0
 Summary:A Communication Layer for GAS Languages
 License:PostgreSQL
@@ -145,6 +145,7 @@
 %defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/lib*[a-z].so
+%{_libdir}/pkgconfig/*.pc
 %{_libdir}/valgrind
 
 %changelog

++ GASNet-1.28.0.tar.gz -> GASNet-1.28.2.tar.gz ++
 213871 lines of diff (skipped)




commit audacity for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2017-03-20 17:10:25

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


Package is "audacity"

Mon Mar 20 17:10:25 2017 rev:71 rq:481032 version:2.1.3

Changes:

--- /work/SRC/openSUSE:Factory/audacity/audacity.changes2016-07-05 
09:53:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.audacity.new/audacity.changes   2017-03-20 
17:10:27.158331486 +0100
@@ -1,0 +2,32 @@
+Sat Mar 18 13:53:54 UTC 2017 - davejpla...@gmail.com
+
+- Update to release 2.1.3
+- Recreated audacity-no_buildstamp.patch with 2.1.3 release date
+  and time.
+- Added audacity-flacversion.patch to fix minimum version in m4
+  macro.
+- Rebased audacity-fix-nonsense.patch
+- Deleted audacity-ffmpeg.patch, audacity-flac_assert.h.patch and
+  audacity-gcc6.patch
+- Upstream changes:
+ * Interface:
+   * Pinned option on waveform so waveform moves and
+ recording/playing head stays still.
+   * Timer Record options to save/export/exit after recording.
+   * Scrub Ruler and optional Scrub Toolbar.
+   * New shortcuts ALT+RIGHT and ALT+LEFT (move to labels without
+ editing).
+ * Effects:
+   * Effects no longer grayed out when paused.
+   * New Distortion effect (replaces Leveller).
+   * SBSMS (higher quality but slower) option on Change
+ Tempo/Change Pitch effects.
+   * New Rhythm Track generator (replaces Click Track).
+   * New Generator for Sample Data Import.
+   * Nyquist effects now significantly faster.
+ * Other Changes:
+   * Upgraded the PortAudio library to v19 rev r1966.
+ * Bug fixes:
+   * Over 60 bugs fixed, including five longstanding bugs.
+
+---

Old:

  audacity-ffmpeg.patch
  audacity-flac_assert.h.patch
  audacity-gcc6.patch
  audacity-minsrc-2.1.2.tar.xz

New:

  Audacity-2.1.3.tar.gz
  audacity-flacversion.patch



Other differences:
--
++ audacity.spec ++
--- /var/tmp/diff_new_pack.cwRvK0/_old  2017-03-20 17:10:28.322167153 +0100
+++ /var/tmp/diff_new_pack.cwRvK0/_new  2017-03-20 17:10:28.326166589 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package audacity
 #
-# 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,48 +19,60 @@
 %bcond_with mad
 %bcond_with lame
 %bcond_with twolame
+%bcond_without ffmpeg
+
 Name:   audacity
-Version:2.1.2
+Version:2.1.3
 Release:0
 Summary:A Free, Cross-Platform Digital Audio Editor
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:http://audacityteam.org/
-Source: %{name}-minsrc-%{version}.tar.xz
+Source: 
https://github.com/audacity/audacity/archive/Audacity-%{version}.tar.gz
+#Source: %%{name}-minsrc-%%{version}.tar.xz
 Source1:%{name}-license-nyquist
 Source2:%{name}-rpmlintrc
-# PATCH-FIX-OPENSUSE audacity-no_buildstamp.patch reddw...@opensuse.org -- 
Remove the buildstamp.
+# PATCH-FIX-OPENSUSE audacity-no_buildstamp.patch davejpla...@gmail.com -- 
Remove the buildstamp.
 Patch0: %{name}-no_buildstamp.patch
-# PATCH-FIX-OPENSUSE audacity-flac_assert.h.patch joerg.loren...@ki.tng.de -- 
Patch to fix build against libflac 1.3.0+.
-Patch1: %{name}-flac_assert.h.patch
+# PATCH-FIX-OPENSUSE audacity-flacversion.patch davejpla...@gmail.com -- Patch 
to fix build against libflac 1.3.1+.
+Patch1: %{name}-flacversion.patch
 # PATCH-FIX-UPSTREAM audacity-fix-nonsense.patch sor.ale...@meowr.ru -- Remove 
things that break build for no reason.
 Patch2: %{name}-fix-nonsense.patch
-# PATCH-FIX-UPSTREAM audacity-ffmpeg.patch reddw...@opensuse.org -- Patch to 
compile with latest ffmpeg.
-Patch3: %{name}-ffmpeg.patch
-# PATCH-FIX-UPSTREAM audacity-gcc6.patch mli...@suse.cz -- Fix GCC6 warnings.
-Patch5: %{name}-gcc6.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
+#Audacity only builds with gcc >= 4.9
+# WARNING: Anything built against wxWidgets with gcc >= 5 needs widgets built 
with relax-abi.diff
+%if 0%{?suse_version} < 1330
+BuildRequires:  cpp5
+BuildRequires:  gcc5
+BuildRequires:  gcc5-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  wxWidgets-3_0-nostl-devel
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(expat)
-BuildRequires:  pkgconfig(flac)

commit erlang for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2017-03-20 17:10:11

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


Package is "erlang"

Mon Mar 20 17:10:11 2017 rev:54 rq:480999 version:19.2.2

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2017-02-15 
10:07:29.015086601 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2017-03-20 
17:10:12.944338495 +0100
@@ -1,0 +2,5 @@
+Fri Mar 10 08:10:13 UTC 2017 - matwey.korni...@gmail.com
+
+- Add missed scripts requires for erlang-epmd package
+
+---



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.q9IcGs/_old  2017-03-20 17:10:14.632100184 +0100
+++ /var/tmp/diff_new_pack.q9IcGs/_new  2017-03-20 17:10:14.636099619 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package erlang
 #
-# 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
@@ -50,6 +50,8 @@
 BuildRequires:  tk-devel
 BuildRequires:  unixODBC-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %fillup_prereq
+BuildRequires:  %insserv_prereq
 BuildRequires:  Mesa-devel
 BuildRequires:  fdupes
 BuildRequires:  fop
@@ -88,7 +90,6 @@
 %if 0%{?suse_version} >=1230
 BuildRequires:  systemd-devel
 BuildRequires:  pkgconfig(systemd)
-%{?systemd_requires}
 %define have_systemd 1 
 %endif
 
@@ -145,6 +146,11 @@
 Summary:Erlang Port Mapper daemon
 Group:  Development/Languages/Other
 Requires:   %{name} = %{version}
+Requires(postun): %insserv_prereq
+Requires(post): %fillup_prereq
+%if 0%{?have_systemd}
+%{?systemd_requires}
+%endif
 
 %description epmd
 The Erlang Port Mapper daemon acts as a name server on all hosts involved in 
distributed Erlang computations.




commit reptyr for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package reptyr for openSUSE:Factory checked 
in at 2017-03-20 17:10:08

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


Package is "reptyr"

Mon Mar 20 17:10:08 2017 rev:10 rq:480962 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/reptyr/reptyr.changes2015-03-18 
13:06:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.reptyr.new/reptyr.changes   2017-03-20 
17:10:09.308851825 +0100
@@ -1,0 +2,8 @@
+Fri Mar 17 23:55:29 UTC 2017 - 9@cirno.systems
+
+- Fix build on Factory, CentOS and RHEL (cherry-picked)
+  0001-Placate-a-gcc7-warning.patch
+  0002-Include-sysmacros.h.patch
+  0003-Build-with-fstrict-aliasing.patch
+
+---

New:

  0001-Placate-a-gcc7-warning.patch
  0002-Include-sysmacros.h.patch
  0003-Build-with-fstrict-aliasing.patch



Other differences:
--
++ reptyr.spec ++
--- /var/tmp/diff_new_pack.iv9QVo/_old  2017-03-20 17:10:10.412695963 +0100
+++ /var/tmp/diff_new_pack.iv9QVo/_new  2017-03-20 17:10:10.416695397 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package reptyr
 #
-# Copyright (c) 2015 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
@@ -24,6 +24,9 @@
 Group:  System/Console
 Url:http://github.com/nelhage/reptyr
 Source: 
https://github.com/nelhage/reptyr/archive/%{name}-%{version}.tar.gz
+Patch0: 0001-Placate-a-gcc7-warning.patch
+Patch1: 0002-Include-sysmacros.h.patch
+Patch2: 0003-Build-with-fstrict-aliasing.patch
 BuildRequires:  gcc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %{ix86} x86_64 %{arm}
@@ -37,6 +40,9 @@
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ 0001-Placate-a-gcc7-warning.patch ++
>From ff28aca0ff53e9c5c8d0e627ee134dc86d813807 Mon Sep 17 00:00:00 2001
From: Nelson Elhage 
Date: Sat, 18 Feb 2017 16:36:40 -0800
Subject: [PATCH 1/2] Placate a gcc7 warning.

(And handle a too-long temp directory with an error instead of a likely
crash)
---
 attach.c | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/attach.c b/attach.c
index 4e65d25..dff4040 100644
--- a/attach.c
+++ b/attach.c
@@ -375,8 +375,11 @@ int setup_steal_socket(struct steal_pty_state *steal) {
 return errno;
 
 steal->addr_un.sun_family = AF_UNIX;
-snprintf(steal->addr_un.sun_path, sizeof(steal->addr_un.sun_path),
- "%s/reptyr.sock", steal->tmpdir);
+if (snprintf(steal->addr_un.sun_path, sizeof(steal->addr_un.sun_path),
+ "%s/reptyr.sock", steal->tmpdir) >= 
sizeof(steal->addr_un.sun_path)) {
+error("tmpdir path too long!");
+return ENAMETOOLONG;
+}
 
 if ((steal->sockfd = socket(AF_UNIX, SOCK_DGRAM, 0)) < 0)
 return errno;
-- 
2.11.0

++ 0002-Include-sysmacros.h.patch ++
>From 6e0a0ddac787c9ca87cb9fe5636e8fe8dc60273c Mon Sep 17 00:00:00 2001
From: Nelson Elhage 
Date: Sat, 18 Feb 2017 16:38:18 -0800
Subject: [PATCH 2/2] Include sysmacros.h

See #81
---
 platform/linux/linux.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platform/linux/linux.h b/platform/linux/linux.h
index 3ad600f..2d2f3d4 100644
--- a/platform/linux/linux.h
+++ b/platform/linux/linux.h
@@ -32,6 +32,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
-- 
2.11.0

++ 0003-Build-with-fstrict-aliasing.patch ++
>From 354a0b3ed248c15ffc6fc00c697373534594d05e Mon Sep 17 00:00:00 2001
From: Nelson Elhage 
Date: Tue, 26 Jan 2016 22:08:15 -0800
Subject: [PATCH 3/3] Build with -fstrict-aliasing

fixes #68
---
 Makefile| 5 -
 Vagrantfile | 4 
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0fb5b0d..2657034 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,7 @@
-override CFLAGS+=-Wall -Werror -D_GNU_SOURCE -g
+# Our `cmsg` usage in attach.c is not
+# `-fstrict-aliasing`-compatible. Just disable it, since the
+# workaround is a pain.
+override CFLAGS+=-Wall -Werror -D_GNU_SOURCE -g -fno-strict-aliasing
 OBJS=reptyr.o reallocarray.o attach.o
 UNAME_S := $(shell uname -s)
 ifeq ($(UNAME_S),Linux)
diff --git a/Vagrantfile b/Vagrantfile
index d8696e2..d42fe15 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -23,6 +23,10 @@ EOS
 machine.vm.box = 'chef/fedora-20'
   end
 
+  

commit wine for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2017-03-20 17:10:17

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


Package is "wine"

Mon Mar 20 17:10:17 2017 rev:223 rq:481019 version:2.4

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2017-03-13 
15:35:12.175696797 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2017-03-20 
17:10:20.487273436 +0100
@@ -1,0 +2,12 @@
+Fri Mar 17 21:33:29 UTC 2017 - meiss...@suse.com
+
+- Update to 2.4 development snapshot
+  - Built-in implementation of cryptographic hashes.
+  - Mono engine updated with upstream fixes.
+  - More Direct3D command stream work.
+  - Simulated bold and italic in DirectWrite.
+  - Improvements to the XML reader.
+  - Various bug fixes.
+- updated winetricks
+
+---

Old:

  wine-2.3.tar.xz
  wine-2.3.tar.xz.sign

New:

  wine-2.4.tar.xz
  wine-2.4.tar.xz.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.FaHENh/_old  2017-03-20 17:10:22.007058843 +0100
+++ /var/tmp/diff_new_pack.FaHENh/_new  2017-03-20 17:10:22.011058279 +0100
@@ -54,8 +54,8 @@
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
 BuildRequires:  pkgconfig(libudev)
-%define realver 2.3
-Version:2.3
+%define realver 2.4
+Version:2.4
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-2.3.tar.xz -> wine-2.4.tar.xz ++
/work/SRC/openSUSE:Factory/wine/wine-2.3.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new/wine-2.4.tar.xz differ: char 26, line 1


++ winetricks ++
 3033 lines (skipped)
 between /work/SRC/openSUSE:Factory/wine/winetricks
 and /work/SRC/openSUSE:Factory/.wine.new/winetricks

++ winetricks.1 ++
--- /var/tmp/diff_new_pack.FaHENh/_old  2017-03-20 17:10:22.167036255 +0100
+++ /var/tmp/diff_new_pack.FaHENh/_new  2017-03-20 17:10:22.167036255 +0100
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH WINETRICKS 1 "February 2017" "Winetricks 20170207" "Wine Package Manager"
+.TH WINETRICKS 1 "March 2017" "Winetricks 20170316" "Wine Package Manager"
 .SH NAME
 winetricks \- manage virtual Windows environments using Wine
 .SH SYNOPSIS
@@ -153,7 +153,7 @@
 modify it under the terms of the GNU Library General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
-See .
+See .
 .SH BUGS
 .PP
 Bugs may be reported at




commit stp for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package stp for openSUSE:Factory checked in 
at 2017-03-20 17:10:00

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


Package is "stp"

Mon Mar 20 17:10:00 2017 rev:2 rq:480945 version:2.2+20161105

Changes:

--- /work/SRC/openSUSE:Factory/stp/stp.changes  2017-03-10 21:46:01.952774041 
+0100
+++ /work/SRC/openSUSE:Factory/.stp.new/stp.changes 2017-03-20 
17:10:02.349834435 +0100
@@ -1,0 +2,5 @@
+Mon Feb 27 09:22:51 UTC 2017 - jsl...@suse.com
+
+- require only boost-program-options in tumbleweed
+
+---



Other differences:
--
++ stp.spec ++
--- /var/tmp/diff_new_pack.0HuDk8/_old  2017-03-20 17:10:03.221711326 +0100
+++ /var/tmp/diff_new_pack.0HuDk8/_new  2017-03-20 17:10:03.221711326 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stp
 #
-# 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,7 +18,11 @@
 
 Name:   stp
 BuildRequires:  bison
+%if 0%{?suse_version} > 1320
+BuildRequires:  libboost_program_options-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  cmake
 BuildRequires:  flex
 BuildRequires:  gcc-c++
@@ -63,7 +67,11 @@
 Summary:Devel files for stp
 Group:  Development/Languages/C and C++
 Requires:   %{name} = %{version}
+%if 0%{?suse_version} > 1320
+Requires:   libboost_program_options-devel
+%else
 Requires:   boost-devel
+%endif
 Requires:   libstp2_1 = %{version}
 Requires:   minisat-devel
 




commit cargo for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package cargo for openSUSE:Factory checked 
in at 2017-03-20 17:09:45

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


Package is "cargo"

Mon Mar 20 17:09:45 2017 rev:6 rq:480789 version:0.17.0

Changes:

--- /work/SRC/openSUSE:Factory/cargo/cargo.changes  2017-02-16 
17:06:18.369191227 +0100
+++ /work/SRC/openSUSE:Factory/.cargo.new/cargo.changes 2017-03-20 
17:09:47.115985448 +0100
@@ -1,0 +2,24 @@
+Fri Mar 17 08:14:42 UTC 2017 - luke.nukem.jo...@gmail.com
+
+- Remove reproducible.patch - has been upstreamed.
+
+---
+Fri Mar 17 06:07:23 UTC 2017 - luke.nukem.jo...@gmail.com
+
+- Update to 0.17.0
+   * [The `cargo check` command does a type check of a project without
+   building it][cargo/3296]
+   * [crates.io will display CI badges from Travis and AppVeyor, if
+   specified in Cargo.toml][cargo/3546]
+   * [crates.io will display categories listed in Cargo.toml][cargo/3301]
+   * [Compilation profiles accept integer values for `debug`, in addition
+   to `true` and `false`. These are passed to `rustc` as the value to
+   `-C debuginfo`][cargo/3534]
+   * [Implement `cargo --version --verbose`][cargo/3604]
+   * [All builds now output 'dep-info' build dependencies compatible with
+   make and ninja][cargo/3557]
+   * [Build all workspace members with `build --all`][cargo/3511]
+   * [Document all workspace members with `doc --all`][cargo/3515]
+   * [Path deps outside workspace are not members][cargo/3443]
+
+---

Old:

  cargo-0.16.0.tar.gz
  reproducible.patch

New:

  cargo-0.17.0.tar.gz



Other differences:
--
++ cargo.spec ++
--- /var/tmp/diff_new_pack.YXYtnY/_old  2017-03-20 17:09:53.339106746 +0100
+++ /var/tmp/diff_new_pack.YXYtnY/_new  2017-03-20 17:09:53.339106746 +0100
@@ -18,12 +18,12 @@
 #
 
 
-%global prev_version 0.15.0
-%global prev_rustc 1.14.0
+%global prev_version 0.16.0
+%global prev_rustc 1.15.0
 %bcond_with bootstrap
 
 Name:   cargo
-Version:0.16.0
+Version:0.17.0
 Release:0
 Summary:The Rust package manager
 License:MIT or Apache-2.0
@@ -35,8 +35,6 @@
 Source0:%{name}-%{version}.tar.gz
 Source1:vendor.tar.xz
 Source2:README.packager
-# PATCH-FIX-UPSTREAM -- https://github.com/rust-lang/cargo/pull/3554
-Patch0: reproducible.patch
 
 # There are no successful builds for less than TW or Leap 42.2, so bootstrap
 # until such time that there is.
@@ -66,7 +64,6 @@
 %prep
 %setup -q
 %setup -q -D -T -a 1
-%patch0 -p1
 mkdir cargo-home
 cat >cargo-home/config < cargo-0.17.0.tar.gz ++
 9751 lines of diff (skipped)

++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/cargo/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.cargo.new/vendor.tar.xz differ: char 25, line 1




commit jigdo for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package jigdo for openSUSE:Factory checked 
in at 2017-03-20 17:10:14

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


Package is "jigdo"

Mon Mar 20 17:10:14 2017 rev:6 rq:481010 version:0.7.3

Changes:

--- /work/SRC/openSUSE:Factory/jigdo/jigdo.changes  2012-01-05 
13:48:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.jigdo.new/jigdo.changes 2017-03-20 
17:10:14.944056136 +0100
@@ -1,0 +2,5 @@
+Sat Mar 18 10:06:28 UTC 2017 - astie...@suse.com
+
+- fix factory build, add jigdo-0.7.3-gcc7.patch from Fedora
+
+---

New:

  jigdo-0.7.3-gcc7.patch



Other differences:
--
++ jigdo.spec ++
--- /var/tmp/diff_new_pack.OMnmVM/_old  2017-03-20 17:10:15.547970863 +0100
+++ /var/tmp/diff_new_pack.OMnmVM/_new  2017-03-20 17:10:15.551970299 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jigdo
 #
-# Copyright (c) 2011 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,22 +17,23 @@
 
 
 Name:   jigdo
-BuildRequires:  gcc-c++
-BuildRequires:  libbz2-devel
-BuildRequires:  libdb-4_5-devel
-BuildRequires:  zlib-devel
-Url:http://atterer.org/jigdo/
+Version:0.7.3
+Release:0
 Summary:Jigsaw Download
 License:GPL-2.0
 Group:  Productivity/Networking/Other
-Version:0.7.3
-Release:0
+Url:http://atterer.org/jigdo/
 Source: %{name}-%{version}.tar.bz2
 Patch1: jigdo-0.7.3-makefile-do-not-strip.patch
 Patch2:jigdo-0.7.3-makefile-paths.patch
 Patch3: jigdo-0.7.3-add-includes.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch4: jigdo-0.7.3-gcc7.patch
+BuildRequires:  gcc-c++
+BuildRequires:  libbz2-devel
+BuildRequires:  libdb-4_5-devel
+BuildRequires:  zlib-devel
 Requires:   wget
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Jigsaw Download, or jigdo, is an intelligent tool that can be used on
@@ -45,17 +46,12 @@
 of the CD on an FTP server--when jigdo is presented the files along
 with the template you generated, it is able to recreate the CD image.
 
-
-
-Authors:
-
-Richard Atterer 
-
 %prep
 %setup -q
 %patch1
 %patch2
 %patch3
+%patch4 -p1
 
 %build
 %configure \
@@ -64,15 +60,12 @@
--mandir=%{_mandir} \
--with-gui=no
 
-%__make 
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name}
 
-%clean
-%__rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc changelog COPYING README THANKS doc/*.html doc/*.txt 

++ jigdo-0.7.3-gcc7.patch ++
>From d3af5d2fd6962f8f6779c4187792dc2dc21d1afe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Fri, 17 Feb 2017 15:01:48 +0100
Subject: Add jigdo-0.7.3-gcc7.patch (Fix F26FTBFS).

rename SIZE_WIDTH into size_width to avoid preprocessor symbol clash with 
c++14/gcc7

---
 jigdo-0.7.3-gcc7.patch | 39 +++
 jigdo.spec | 10 +-
 2 files changed, 48 insertions(+), 1 deletion(-)
 create mode 100644 jigdo-0.7.3-gcc7.patch

Index: jigdo-0.7.3/src/mkimage.cc
===
--- jigdo-0.7.3.orig/src/mkimage.cc
+++ jigdo-0.7.3/src/mkimage.cc
@@ -285,27 +285,27 @@ bostream& JigdoDescVec::put(bostream& fi
 //__
 
 namespace {
-  const int SIZE_WIDTH = 12;
+  const int size_width = 12;
 }
 
 ostream& JigdoDesc::ImageInfo::put(ostream& s) const {
-  s << "image-info  " << setw(SIZE_WIDTH) << size() << "  "
+  s << "image-info  " << setw(size_width) << size() << "  "
 << md5() << ' ' << blockLength() << '\n';
   return s;
 }
 ostream& JigdoDesc::UnmatchedData::put(ostream& s) const {
-  s << "in-template " << setw(SIZE_WIDTH) << offset() << ' '
-<< setw(SIZE_WIDTH) << size() << '\n';
+  s << "in-template " << setw(size_width) << offset() << ' '
+<< setw(size_width) << size() << '\n';
   return s;
 }
 ostream& JigdoDesc::MatchedFile::put(ostream& s) const {
-  s << "need-file   " << setw(SIZE_WIDTH) << offset() << ' '
-<< setw(SIZE_WIDTH) << size() << ' ' << md5() << ' ' << rsync() << '\n';
+  s << "need-file   " << setw(size_width) << offset() << ' '
+<< setw(size_width) << size() << ' ' << md5() << ' ' << rsync() << '\n';
  

commit re2 for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package re2 for openSUSE:Factory checked in 
at 2017-03-20 17:09:54

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


Package is "re2"

Mon Mar 20 17:09:54 2017 rev:5 rq:480937 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/re2/re2.changes  2017-01-17 14:36:30.556200139 
+0100
+++ /work/SRC/openSUSE:Factory/.re2.new/re2.changes 2017-03-20 
17:09:56.178705796 +0100
@@ -1,0 +2,6 @@
+Thu Mar 16 11:38:30 UTC 2017 - mplus...@suse.com
+
+- Update to version 2017-03-01
+  * No upstream changelog available
+
+---

Old:

  2017-01-01.tar.gz

New:

  2017-03-01.tar.gz



Other differences:
--
++ re2.spec ++
--- /var/tmp/diff_new_pack.IebK0D/_old  2017-03-20 17:09:56.782620523 +0100
+++ /var/tmp/diff_new_pack.IebK0D/_new  2017-03-20 17:09:56.786619958 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%global longver 2017-01-01
+%global longver 2017-03-01
 %global shortver %(echo %{longver}|sed 's|-||g')
 %define libname libre2-0
 Name:   re2

++ 2017-01-01.tar.gz -> 2017-03-01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/re2-2017-01-01/re2/compile.cc 
new/re2-2017-03-01/re2/compile.cc
--- old/re2-2017-01-01/re2/compile.cc   2016-12-13 12:22:01.0 +0100
+++ new/re2-2017-03-01/re2/compile.cc   2017-02-28 01:11:21.0 +0100
@@ -10,8 +10,7 @@
 
 #include 
 #include 
-#include 
-#include 
+#include 
 #include 
 
 #include "util/logging.h"
@@ -246,7 +245,7 @@
 
   int64_t max_mem_;// Total memory budget.
 
-  std::map rune_cache_;
+  std::unordered_map rune_cache_;
   Frag rune_range_;
 
   RE2::Anchor anchor_;  // anchor mode for RE2::Set
@@ -496,7 +495,7 @@
 int Compiler::CachedRuneByteSuffix(uint8_t lo, uint8_t hi, bool foldcase,
int next) {
   uint64_t key = MakeRuneCacheKey(lo, hi, foldcase, next);
-  std::map::const_iterator it = rune_cache_.find(key);
+  std::unordered_map::const_iterator it = rune_cache_.find(key);
   if (it != rune_cache_.end())
 return it->second;
   int id = UncachedRuneByteSuffix(lo, hi, foldcase, next);
@@ -1211,7 +1210,7 @@
   if (max_mem_ <= 0) {
 prog_->set_dfa_mem(1<<20);
   } else {
-int64_t m = max_mem_ - sizeof(Prog) - inst_len_*sizeof(Prog::Inst);
+int64_t m = max_mem_ - sizeof(Prog) - prog_->size_*sizeof(Prog::Inst);
 if (m < 0)
   m = 0;
 prog_->set_dfa_mem(m);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/re2-2017-01-01/re2/dfa.cc 
new/re2-2017-03-01/re2/dfa.cc
--- old/re2-2017-01-01/re2/dfa.cc   2016-12-13 12:22:01.0 +0100
+++ new/re2-2017-03-01/re2/dfa.cc   2017-02-28 01:11:21.0 +0100
@@ -25,7 +25,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/re2-2017-01-01/re2/fuzzing/re2_fuzzer.cc 
new/re2-2017-03-01/re2/fuzzing/re2_fuzzer.cc
--- old/re2-2017-01-01/re2/fuzzing/re2_fuzzer.cc2016-12-13 
12:22:01.0 +0100
+++ new/re2-2017-03-01/re2/fuzzing/re2_fuzzer.cc2017-02-28 
01:11:21.0 +0100
@@ -20,6 +20,12 @@
   if (!re.ok())
 return;
 
+  // Don't waste time fuzzing high-size programs.
+  // (They can cause bug reports due to fuzzer timeouts.)
+  int size = re.ProgramSize();
+  if (size > )
+return;
+
   // Don't waste time fuzzing high-fanout programs.
   // (They can also cause bug reports due to fuzzer timeouts.)
   std::map histogram;
@@ -50,7 +56,7 @@
 
 // Entry point for libFuzzer.
 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
-  if (size == 0 || size > 100)
+  if (size == 0 || size > 1024)
 return 0;
 
   // The one-at-a-time hash by Bob Jenkins.
@@ -86,15 +92,5 @@
   StringPiece text(ptr, len);
   Test(pattern, options, text);
 
-  for (int i = 2; i <= 4; i++) {
-if (len < i)
-  break;
-
-int frac = len / i;
-pattern = StringPiece(ptr, frac);
-text = StringPiece(ptr + frac, len - frac);
-Test(pattern, options, text);
-  }
-
   return 0;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/re2-2017-01-01/re2/parse.cc 
new/re2-2017-03-01/re2/parse.cc
--- old/re2-2017-01-01/re2/parse.cc 2016-12-13 12:22:01.0 +0100
+++ new/re2-2017-03-01/re2/parse.cc 2017-02-28 01:11:21.0 +0100
@@ -42,6 +42,13 @@
 
 namespace re2 {
 
+// Reduce the maximum repeat count by an order of magnitude when 

commit partclone for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package partclone for openSUSE:Factory 
checked in at 2017-03-20 17:09:51

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


Package is "partclone"

Mon Mar 20 17:09:51 2017 rev:7 rq:480895 version:0.3.5a

Changes:

--- /work/SRC/openSUSE:Factory/partclone/partclone.changes  2017-02-22 
13:56:15.761026900 +0100
+++ /work/SRC/openSUSE:Factory/.partclone.new/partclone.changes 2017-03-20 
17:09:54.414954836 +0100
@@ -6,0 +7 @@
+  * Resolves boo#1028904 CVE-2017-6596



Other differences:
--



commit blueberry for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package blueberry for openSUSE:Factory 
checked in at 2017-03-20 17:09:57

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


Package is "blueberry"

Mon Mar 20 17:09:57 2017 rev:17 rq:480940 version:1.1.10

Changes:

--- /work/SRC/openSUSE:Factory/blueberry/blueberry.changes  2017-03-16 
09:51:34.401466224 +0100
+++ /work/SRC/openSUSE:Factory/.blueberry.new/blueberry.changes 2017-03-20 
17:09:59.102292986 +0100
@@ -1,0 +2,7 @@
+Fri Mar 17 20:12:30 UTC 2017 - sor.ale...@meowr.ru
+
+- Don't require typelib(St), provided by GNOME Shell and is always
+  present with Cinnamon installed either way (required by the
+  Cinnamon applet).
+
+---



Other differences:
--
++ blueberry.spec ++
--- /var/tmp/diff_new_pack.iwtuns/_old  2017-03-20 17:09:59.802194160 +0100
+++ /var/tmp/diff_new_pack.iwtuns/_new  2017-03-20 17:09:59.806193596 +0100
@@ -16,6 +16,7 @@
 #
 
 
+%define __requires_exclude typelib\\((St)\\)
 Name:   blueberry
 Version:1.1.10
 Release:0




commit xf86-video-amdgpu for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package xf86-video-amdgpu for 
openSUSE:Factory checked in at 2017-03-20 17:09:18

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


Package is "xf86-video-amdgpu"

Mon Mar 20 17:09:18 2017 rev:14 rq:480104 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-amdgpu/xf86-video-amdgpu.changes  
2017-03-02 19:28:37.281629691 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new/xf86-video-amdgpu.changes 
2017-03-20 17:09:19.579873537 +0100
@@ -1,0 +2,13 @@
+Thu Mar 16 11:57:28 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.3.0:
+  * Allow TearFree to be toggled at runtime via an RandR output
+property "TearFree". The xorg.conf option "TearFree" now
+controls the default value of the output properties.
+  * Use libdrm_amdgpu functionality to determine the GPU marketing
+name, remove corresponding tables from this driver.
+  * Use DRM render nodes for DRI3 clients when available.
+  * Plus many other improvements and fixes.
+- Make building more verbose
+
+---

Old:

  xf86-video-amdgpu-1.2.0.tar.bz2
  xf86-video-amdgpu-1.2.0.tar.bz2.sig

New:

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



Other differences:
--
++ xf86-video-amdgpu.spec ++
--- /var/tmp/diff_new_pack.51VeWI/_old  2017-03-20 17:09:20.235780923 +0100
+++ /var/tmp/diff_new_pack.51VeWI/_new  2017-03-20 17:09:20.235780923 +0100
@@ -20,9 +20,8 @@
 %if 0%{?suse_version} < 1330
 %define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids
 %endif
-
 Name:   xf86-video-amdgpu
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:AMDGPU video driver for the Xorg X server
 License:MIT
@@ -36,7 +35,7 @@
 BuildRequires:  autoconf >= 2.6.0
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(gbm)
 BuildRequires:  pkgconfig(libdrm) >= 2.4.58
@@ -66,19 +65,19 @@
 %setup -q
 
 %build
-autoreconf -fi
+autoreconf -fiv
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %if 0%{?pci_ids_dir:1}
 rm -f %{buildroot}%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf
-%{__mkdir_p} %{buildroot}%{pci_ids_dir}
-cp %{S:3} %{buildroot}%{pci_ids_dir}/
+mkdir -p %{buildroot}%{pci_ids_dir}
+cp %{SOURCE3} %{buildroot}%{pci_ids_dir}/
 %else
-%{__mkdir_p} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
+mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
 mv %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf \
%{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
 %endif

++ xf86-video-amdgpu-1.2.0.tar.bz2 -> xf86-video-amdgpu-1.3.0.tar.bz2 ++
 4899 lines of diff (skipped)





commit LiE for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package LiE for openSUSE:Factory checked in 
at 2017-03-20 17:09:29

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


Package is "LiE"

Mon Mar 20 17:09:29 2017 rev:4 rq:480627 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/LiE/LiE.changes  2014-05-02 13:59:38.0 
+0200
+++ /work/SRC/openSUSE:Factory/.LiE.new/LiE.changes 2017-03-20 
17:09:30.318357267 +0100
@@ -1,0 +2,6 @@
+Tue Mar 14 14:21:20 UTC 2017 - dims...@opensuse.org
+
+- Explicitly package files copied into _docdir: rpm 4.13 no longer
+  implicitly packages those files.
+
+---



Other differences:
--
++ LiE.spec ++
--- /var/tmp/diff_new_pack.cuguse/_old  2017-03-20 17:09:30.986262959 +0100
+++ /var/tmp/diff_new_pack.cuguse/_new  2017-03-20 17:09:30.986262959 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package LiE
 #
-# 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
@@ -81,6 +81,8 @@
 %files
 %defattr(-,root,root)
 %doc README
+%dir %{_docdir}/%{name}
+%license %{_docdir}/%{name}/COPYING
 %{_bindir}/lie
 %{_libdir}/%{name}/
 %exclude %{_docdir}/%{name}/manual.pdf




commit gmp-ecm for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package gmp-ecm for openSUSE:Factory checked 
in at 2017-03-20 17:09:25

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


Package is "gmp-ecm"

Mon Mar 20 17:09:25 2017 rev:3 rq:480623 version:6.4.4

Changes:

--- /work/SRC/openSUSE:Factory/gmp-ecm/gmp-ecm.changes  2013-12-16 
16:06:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.gmp-ecm.new/gmp-ecm.changes 2017-03-20 
17:09:27.874702310 +0100
@@ -1,0 +2,6 @@
+Wed Mar 15 19:48:58 UTC 2017 - sfal...@opensuse.org
+
+- Added explicit BuildRequires: m4 to clear builderror in
+  openSUSE:Factory
+
+---



Other differences:
--
++ gmp-ecm.spec ++
--- /var/tmp/diff_new_pack.T8Ia9E/_old  2017-03-20 17:09:29.266505788 +0100
+++ /var/tmp/diff_new_pack.T8Ia9E/_new  2017-03-20 17:09:29.266505788 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gmp-ecm
 #
-# Copyright (c) 2013 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
@@ -21,12 +21,13 @@
 Group:  Productivity/Scientific/Math
 Name:   gmp-ecm
 Version:6.4.4
+Release:0
 %define so_version 0
-Release:1.1
 Source0:
https://gforge.inria.fr/frs/download.php/32159/ecm-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM ecm-auxi.c.patch -- Add missing stdlib.h include
 Patch0: ecm-auxi.c.patch
 BuildRequires:  gmp-devel >= 5.0.0
+BuildRequires:  m4
 Url:https://gforge.inria.fr/projects/ecm
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit beignet for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package beignet for openSUSE:Factory checked 
in at 2017-03-20 17:09:32

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


Package is "beignet"

Mon Mar 20 17:09:32 2017 rev:10 rq:480628 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/beignet/beignet.changes  2017-01-09 
11:54:04.260294558 +0100
+++ /work/SRC/openSUSE:Factory/.beignet.new/beignet.changes 2017-03-20 
17:09:34.441775042 +0100
@@ -1,0 +2,17 @@
+Tue Mar 14 11:47:10 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.3.1:
+  * OpenCL 2.0 support.
+  * OpenCL event and enqueue module re-implement.
+  * Other OpenCL runtime driver refine.
+  * LLVM 3.9 support.
+  * Extension cl_khr_gl_sharing support.
+  * Extension intel_subgroups_short support. 
+  * Large kernel compiling speed up.
+  * Register allocation improvement.
+  * Enable OpenCL 2.0 where device supported.
+  * Optimize int64 multiply int64.
+  * Add cl_khr_gl_sharing example and document.
+  * Fix some bugs.
+
+---

Old:

  beignet-1.2.1-source.tar.gz

New:

  beignet-1.3.1-source.tar.gz



Other differences:
--
++ beignet.spec ++
--- /var/tmp/diff_new_pack.HY9hE7/_old  2017-03-20 17:09:36.117538425 +0100
+++ /var/tmp/diff_new_pack.HY9hE7/_new  2017-03-20 17:09:36.117538425 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   beignet
-Version:1.2.1
+Version:1.3.1
 Release:0
 Summary:OpenCL implementation for Intel GPUs
 License:LGPL-2.1+

++ beignet-1.2.1-source.tar.gz -> beignet-1.3.1-source.tar.gz ++
 57047 lines of diff (skipped)




commit scrypt for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package scrypt for openSUSE:Factory checked 
in at 2017-03-20 17:09:39

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


Package is "scrypt"

Mon Mar 20 17:09:39 2017 rev:2 rq:480677 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/scrypt/scrypt.changes2016-05-04 
08:18:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.scrypt.new/scrypt.changes   2017-03-20 
17:09:39.897004765 +0100
@@ -1,0 +2,6 @@
+Thu Mar 16 16:58:11 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.2.1:
+  * Unit tests are available
+
+---

Old:

  scrypt-1.2.0.tgz

New:

  scrypt-1.2.1.tgz



Other differences:
--
++ scrypt.spec ++
--- /var/tmp/diff_new_pack.qUZsM1/_old  2017-03-20 17:09:40.484921752 +0100
+++ /var/tmp/diff_new_pack.qUZsM1/_new  2017-03-20 17:09:40.484921752 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scrypt
 #
-# 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:   scrypt
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:Password-based encryption utility using the scrypt key 
derivation function
 License:BSD-3-Clause
@@ -41,10 +41,14 @@
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
+
+%check
+make test
 
 %files
 %defattr(-,root,root)
+%doc COPYRIGHT FORMAT
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_man}
 

++ scrypt-1.2.0.tgz -> scrypt-1.2.1.tgz ++
 5747 lines of diff (skipped)




commit trinity for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2017-03-20 17:09:36

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


Package is "trinity"

Mon Mar 20 17:09:36 2017 rev:36 rq:480675 version:1.7+git.20170315

Changes:

--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2017-01-23 
11:35:49.323218478 +0100
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes 2017-03-20 
17:09:37.961278090 +0100
@@ -1,0 +2,68 @@
+Thu Mar 16 16:18:44 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.7+git.20170315:
+  * Add PF_KCM to domains list, so -E KCM works.
+  * missing include, compile fix
+  * remove some more leftover log-to-file code
+  * introduce some basic 'connect to udp server' code.
+  * move output() and friends to trinity.h
+  * log.c->output.c log.h->arg-decoder.h
+  * implement logging shutdown
+  * make sendudp less fatal on failure
+  * add ->dump member to objhead
+  * Add TCP_FASTOPEN_CONNECT
+  * skeletal support for AF_QIPCRTR
+  * skeletal support for PF_SMC
+  * add RTNLGRP_MPLS_NETCONF
+  * remove unnecessary macro hell
+  * Sometimes unshare various namespaces in child processes
+  * make iovec's with a single element half the time
+  * set iovec lens to '20' half the time.
+  * fds/drm.c: Increase buffer size.
+  * add some new BPF map types
+  * improve bpf sanitize to support more than just PROG_LOAD
+  * add BPF_OBJ_PIN/BPF_OBJ_GET
+  * bpf arg 1 is cmds, not flags
+  * compile fixes
+  * always include config.h
+  * bpf: set r2/r3 in all cases
+  * new BPF prog types
+  * split out the bpf attr generations per-case.
+  * unused fields are already zeroed, as this is zmalloc'd
+  * improve BPF_MAP_CREATE by setting reasonable types/size
+  * keep bpf keys in small range for now
+  * bpf: pass in the right size arg depending on which union we use
+  * basic statx coverage
+  * Check for bpf_prog_type BPF_PROG_TYPE_PERF_EVENT.
+  * prctl todo for later
+  * don't mess with ioperm
+
+---
+Sun Feb 12 13:33:29 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.7+git.20170210:
+  * Correctly handle an error during initialization of fd providers
+  * Correctly handle commas in fd provider mask
+  * Correctly handle failure to open the kernel taint file
+  * Fix glibc for linux < 4.5 using compat.h
+  * generate_socket can be static
+  * socket generation should signify success when no cache exists.
+  * Fix --enable-fds bash list expansion bug
+  * write_socket_to_cache can be static
+  * open_socket can be static
+  * add TFD_TIMER_ABSTIME & TFD_TIMER_CANCEL_ON_SET to timerfd_settime flags
+  * remove all the ANSI colour code stuff
+  * remove all the 'log to disk' code.
+  * Fix a rare double reap bug
+  * Makefile: use grep -c to avoid wc -l
+  * Makefile: use findstring to check if we are building in development mode
+  * Makefile: improve build time with immediate variables
+  * Makefile: -Werror also for gcc 6.x
+  * btrfs/ioctl.h is not really needed
+  * do a flush after rewinding the pid stat file.
+  * don't set dropprivs if we start up without any.
+  * get_domain_name returns strings without the PF_
+  * if creation of a specific socket fails, bail out instead of retrying
+- Cleanup spec file a bit
+
+---

Old:

  trinity-1.7+git.20170107.tar.xz

New:

  trinity-1.7+git.20170315.tar.xz



Other differences:
--
++ trinity.spec ++
--- /var/tmp/diff_new_pack.eCNZVe/_old  2017-03-20 17:09:38.569192252 +0100
+++ /var/tmp/diff_new_pack.eCNZVe/_new  2017-03-20 17:09:38.573191687 +0100
@@ -16,22 +16,16 @@
 #
 
 
-%define version_unconverted 1.7+git.20170107
+%define version_unconverted 1.7+git.20170315
 Name:   trinity
-Version:1.7+git.20170107
+Version:1.7+git.20170315
 Release:0
 Summary:A Linux System call fuzz tester
 License:GPL-2.0
 Group:  Development/Tools/Other
 Url:http://codemonkey.org.uk/projects/trinity/
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  gcc
-# needed for btrfs/ioctl.h
-BuildRequires:  libbtrfs-devel
-BuildRequires:  linux-glibc-devel
-BuildRequires:  make
-BuildRequires:  xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExcludeArch:%ix86 %arm
 
 %description
 The basic idea is fairly simple. As 'fuzz testing' suggests, we call syscalls
@@ -43,8 +37,6 @@
 %setup -q
 
 %build
-# use correct include 
-sed -i "s|nvme.h|nvme_ioctl.h|g" configure ioctls/nvme.c
 export CFLAGS="%{optflags}"
 # Not autotools configure
 ./configure
@@ -52,7 +44,8 @@
 
 %install
 make 

commit freeradius-server for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package freeradius-server for 
openSUSE:Factory checked in at 2017-03-20 17:09:16

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


Package is "freeradius-server"

Mon Mar 20 17:09:16 2017 rev:67 rq:48 version:3.0.13

Changes:

--- /work/SRC/openSUSE:Factory/freeradius-server/freeradius-server.changes  
2017-03-12 20:04:03.649240610 +0100
+++ /work/SRC/openSUSE:Factory/.freeradius-server.new/freeradius-server.changes 
2017-03-20 17:09:16.460314018 +0100
@@ -6 +6 @@
-- update to 3.0.13
+- update to 3.0.13 (still FATE#322416)



Other differences:
--





commit pdnsd for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package pdnsd for openSUSE:Factory checked 
in at 2017-03-20 17:09:08

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


Package is "pdnsd"

Mon Mar 20 17:09:08 2017 rev:5 rq:479995 version:1.2.9a

Changes:

--- /work/SRC/openSUSE:Factory/pdnsd/pdnsd.changes  2014-07-27 
18:47:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.pdnsd.new/pdnsd.changes 2017-03-20 
17:09:09.293325994 +0100
@@ -1,0 +2,7 @@
+Wed Mar 15 19:03:51 UTC 2017 - dims...@opensuse.org
+
+- Add %insserv_prereq PreReq: since we still install legacy initd
+  services it is our own duty to ensure the legacy tools to handle
+  them are installed.
+
+---



Other differences:
--
++ pdnsd.spec ++
--- /var/tmp/diff_new_pack.2V6gfy/_old  2017-03-20 17:09:10.005225474 +0100
+++ /var/tmp/diff_new_pack.2V6gfy/_new  2017-03-20 17:09:10.009224909 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pdnsd
 #
-# 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
@@ -27,6 +27,7 @@
 Source0:
http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-%{version}-par.tar.gz
 Source1:pdnsd
 Recommends: %{name}-doc
+PreReq: %insserv_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit tcpreplay for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package tcpreplay for openSUSE:Factory 
checked in at 2017-03-20 17:09:00

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


Package is "tcpreplay"

Mon Mar 20 17:09:00 2017 rev:3 rq:479994 version:4.1.2

Changes:

--- /work/SRC/openSUSE:Factory/tcpreplay/tcpreplay.changes  2016-11-22 
18:59:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.tcpreplay.new/tcpreplay.changes 2017-03-20 
17:09:00.814523198 +0100
@@ -1,0 +2,7 @@
+Thu Mar 16 10:29:56 UTC 2017 - mkube...@suse.cz
+
+- 278-fail-if-capture-has-a-packet-that-is-too-large.patch:
+  buffer overflow in tcpcapinfo utility triggered by too large
+  packet (CVE-2017-6429 bsc#1028234)
+
+---

New:

  278-fail-if-capture-has-a-packet-that-is-too-large.patch



Other differences:
--
++ tcpreplay.spec ++
--- /var/tmp/diff_new_pack.u4M7qQ/_old  2017-03-20 17:09:01.474430020 +0100
+++ /var/tmp/diff_new_pack.u4M7qQ/_new  2017-03-20 17:09:01.478429455 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tcpreplay
 #
-# 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
@@ -26,6 +26,7 @@
 Source0:
https://github.com/appneta/tcpreplay/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source1:
https://github.com/appneta/tcpreplay/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
+Patch1: 278-fail-if-capture-has-a-packet-that-is-too-large.patch
 BuildRequires:  libdnet-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  tcpdump
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure \

++ 278-fail-if-capture-has-a-packet-that-is-too-large.patch ++
From: Fred Klassen 
Date: Sun, 26 Feb 2017 20:45:59 -0800
Subject: * #278 fail if capture has a packet that is too large
Patch-mainline: v4.2.0-beta1
Git-commit: d689d14dbcd768c028eab2fb378d849e543dcfe9
References: CVE-2017-6429 bsc#1028234

* Update CHANGELOG

---
 src/tcpcapinfo.c | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/tcpcapinfo.c b/src/tcpcapinfo.c
index 775f1625b00f..96928820fe94 100644
--- a/src/tcpcapinfo.c
+++ b/src/tcpcapinfo.c
@@ -281,6 +281,15 @@ main(int argc, char *argv[])
 caplen = pcap_ph.caplen;
 }
 
+if (caplentoobig) {
+printf("\n\nCapture file appears to be damaged or corrupt.\n"
+"Contains packet of size %u, bigger than snap length 
%u\n",
+caplen, pcap_fh.snaplen);
+
+close(fd);
+break;
+}
+
 /* check to make sure timestamps don't go backwards */
 if (last_sec > 0 && last_usec > 0) {
 if ((pcap_ph.ts.tv_sec == last_sec) ? 
@@ -306,7 +315,7 @@ main(int argc, char *argv[])
 }
 
 close(fd);
-continue;
+break;
 }
 
 /* print the frame checksum */
-- 
2.12.0






commit python-kiwi for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2017-03-20 17:08:56

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


Package is "python-kiwi"

Mon Mar 20 17:08:56 2017 rev:2 rq:479991 version:9.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2017-03-16 
09:50:56.174879810 +0100
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new/python-kiwi.changes 
2017-03-20 17:08:57.646970456 +0100
@@ -1,0 +2,49 @@
+Thu Mar 16 09:45:14 CET 2017 - m...@suse.com
+
+- Bump version: 9.3.3 → 9.4.0
+  
+---
+Wed Mar 15 17:27:38 CET 2017 - m...@suse.com
+  
+- Allow https location as repository source
+  
+---
+Wed Mar 15 09:47:35 CET 2017 - dcass...@suse.com
+  
+- Refactor RootImport to keep images with a default name
+  
+  RootImport has been refactored so the image is kept with a known
+  name that can be obtained with the Defaults class.
+  
+---
+Tue Mar 14 16:14:52 CET 2017 - m...@suse.com
+  
+- Added SLE13 distribution matcher
+  
+---
+Tue Mar 14 16:14:17 CET 2017 - m...@suse.com
+  
+- Update distribution matcher in spec file
+  
+---
+Tue Mar 14 10:22:59 CET 2017 - m...@suse.com
+  
+- Refactor ContainerBuilder
+  
+  Use Checksum instance to run a checksum match
+  Check for existence of base image at earliest opportunity
+  when constructing a ContainerBuilder
+  
+---
+Tue Mar 14 10:22:06 CET 2017 - m...@suse.com
+  
+- Added checksum matcher method to Checksum class
+  
+---
+Tue Mar 14 10:20:44 CET 2017 - m...@suse.com
+  
+- Delete unused code
+  
+  Also fixed corresponding unit test
+  
+---
@@ -6,0 +56,5 @@
+Mon Mar 13 15:45:32 CET 2017 - m...@suse.com
+  
+- Handle derived image as Uri instance
+  
+---
@@ -33,0 +88,11 @@
+Thu Mar  9 13:46:05 CET 2017 - dcass...@suse.com
+  
+- Refactored RootImport and included checksum validation
+  
+  First, commit refactors RootImport in order to also copy
+  the imported image after sychronizing the import.
+  
+  Second, it includes a checksum of the copied image which is
+  validated in later steps.
+  
+---
@@ -56,0 +122,9 @@
+  
+---
+Wed Mar  8 09:32:02 CET 2017 - dcass...@suse.com
+  
+- Support for layered docker images
+  
+  This commit includes support for building layered docker. A new
+  layer is added on top of the base image referenced by `derived_from`
+  attribute.



Other differences:
--
++ python-kiwi.spec ++
--- /var/tmp/diff_new_pack.zFWKb4/_old  2017-03-20 17:09:00.250602824 +0100
+++ /var/tmp/diff_new_pack.zFWKb4/_new  2017-03-20 17:09:00.254602259 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package kiwi
+# spec file for package python-kiwi
 #
-# 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
@@ -11,35 +11,49 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# Please submit bugfixes or comments via:
-#
-#   https://github.com/SUSE/kiwi/issues
-#
+
+
 %{!?python2_sitelib:%global python2_sitelib %{python_sitelib}}
 
 # translate version id to distribution name as it is used in kiwi
+# generic approach
 %if 0%{?suse_version}
 %define distro %(echo `export VER=%{suse_version}; echo 
"suse-${VER:0:2}.${VER:2:1}"`)
-# redefine for the SLES case if no sles_version exists
+%endif
+
 # SLE12:
 %if 0%{?suse_version} == 1315 && !0%{?is_opensuse}
 %define distro suse-SLES12
 %endif
-# Leap 42.1:
-%if 0%{?suse_version} == 1315 && 0%{?is_opensuse}
+
+# SLE13:
+%if 0%{?sle_version} == 13 && !0%{?is_opensuse}
+%define distro suse-SLES13
+%endif
+
+# Leap 42.1(openSUSE product based on SLE 12SP1):
+%if 0%{?is_opensuse} && 

commit lftp for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package lftp for openSUSE:Factory checked in 
at 2017-03-20 17:08:54

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


Package is "lftp"

Mon Mar 20 17:08:54 2017 rev:66 rq:479925 version:4.7.4

Changes:

--- /work/SRC/openSUSE:Factory/lftp/lftp.changes2017-03-02 
19:43:05.382782325 +0100
+++ /work/SRC/openSUSE:Factory/.lftp.new/lftp.changes   2017-03-20 
17:08:56.203174320 +0100
@@ -5 +5,10 @@
-  support for OpenSSL as requested in fate#321022.
+  support for OpenSSL as requested in fate#321022. That change also
+  obsoletes the following patches, which SLE previously required:
+
+  * lftp-deal-gracefully-with-ipv6-failures.patch corresponds to
+upstream commit 58bfcfc2b00c and has been included since
+release 4.7.2 [bnc#975913].
+
+  * lftp-ca-bundle-path.patch is necessary only when lftp was
+compiled against GNUTLS, but we use OpenSSL now [bnc#792456].
+



Other differences:
--






commit nvml for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package nvml for openSUSE:Factory checked in 
at 2017-03-20 17:08:51

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


Package is "nvml"

Mon Mar 20 17:08:51 2017 rev:6 rq:479922 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/nvml/nvml.changes2016-07-14 
09:44:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.nvml.new/nvml.changes   2017-03-20 
17:08:53.375573576 +0100
@@ -1,0 +2,38 @@
+Thu Mar 16 08:46:24 UTC 2017 - jeng...@inai.de
+
+- Run fdupes
+
+---
+Thu Mar 16 08:32:02 UTC 2017 - jthumsh...@suse.com
+
+- Update to upstream version 1.2.1 (FATE#321727)
+  This NVML release changes the behavior of pmem_is_pmem() on Linux.
+  The pmem_is_pmem() function will now return true only if the entire
+  range is mapped directly from Device DAX (/dev/daxX.Y) without an
+  intervening file system, and only if the corresponding file mapping
+  was created with pmem_map_file().  See libpmem(3) for details.
+
+---
+Thu Mar  9 09:01:10 UTC 2017 - jthumsh...@suse.com
+
+- Update to upstream version 1.2 (FATE#321727)
++ build-fix.patch
+- 
0001-libpmemblk-cast-translation-entry-to-uint64_t-when-calculating-data-offset.patch
+* Add Device DAX support, providing that "optimized flush" mechanism
+  defined in SNIA NVM Programming Model can safely be used, even
+  if PMEM-aware file system supporting that model is not available,
+  or if the user does not want to use the file system for some reason.
+* Add a package for libpmemobj C++ bindings.
+  C++ API is no longer considered experimental.
+  Web-based documentation for C++ API is available on http://pmem.io.
+* Add "sync" and "transform" commands to pmempool utility.
+  The "sync" command allows to recover missing or corrupted part(s)
+  of a pool set from a healthy replica, while the "transform" command
+  is a convenient way for modifying the structure of an existing
+  pool set, i.e. by adding or removing replicas.
+* Add experimental support for remote access to persistent memory and
+  basic remote data replication over RDMA (librpmem).  Experimental
+  support for remote replicas is also provided by libpmemobj library.
+  Note: This is one not packaged for SUSE yet.
+
+---
@@ -10 +48 @@
-- Update to upstream version 1.1
+- Update to upstream version 1.1 (FATE#319673)

Old:

  
0001-libpmemblk-cast-translation-entry-to-uint64_t-when-calculating-data-offset.patch
  nvml-1.1.tar.gz

New:

  build-fix.patch
  nvml-1.2.1.tar.gz



Other differences:
--
++ nvml.spec ++
--- /var/tmp/diff_new_pack.JlzxAJ/_old  2017-03-20 17:08:54.019482656 +0100
+++ /var/tmp/diff_new_pack.JlzxAJ/_new  2017-03-20 17:08:54.023482091 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   nvml
-Version:1.1
+Version:1.2.1
 Release:1
 Summary:Non-Volatile Memory Library
 License:BSD-3-Clause
@@ -26,15 +26,14 @@
 Url:http://pmem.io/nvml/
 
 #Git-Clone:git://github.com/pmem/nvml
-Source: 
https://github.com/pmem/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0: 
0001-libpmemblk-cast-translation-entry-to-uint64_t-when-calculating-data-offset.patch
-BuildRequires:  autoconf
+Source: 
https://github.com/pmem/%name/archive/%version.tar.gz#/%name-%version.tar.gz
 BuildRequires:  automake
+BuildRequires:  doxygen
+BuildRequires:  fdupes
 BuildRequires:  man
-BuildRequires:  glibc-devel
 BuildRequires:  pkg-config
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch0: build-fix.patch
+BuildRoot:  %_tmppath/%name-%version-build
 
 # By design, NVML does not support any 32-bit architecture.
 # Due to dependency on xmmintrin.h and some inline assembly, it can be
@@ -146,6 +145,14 @@
 persistent memory programming. Developers new to persistent memory
 probably want to start with this library.
 
+%package -n libpmemobj++-devel
+Summary:C++ bindings for libpmemobj
+Group:  Development/Libraries/C and C++
+Requires:   libpmemobj-devel = %version
+
+%description -n libpmemobj++-devel
+Development files for the NVML C++ libpmemobj bindings.
+
 %package -n libvmem1
 Summary:Volatile Memory Pool library
 Group:  System/Libraries
@@ -225,23 +232,25 @@
 #
 # remaining issues:
 # * jemalloc attempts to use __builtin_clz, this might not always work
-EXTRA_CFLAGS_RELEASE="%{optflags}" \
-EXTRA_CFLAGS_DEBUG="%{optflags} -Wp,-U_FORTIFY_SOURCE -O0" \
-EXTRA_CXXFLAGS="%{optflags}" \

commit nsca for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package nsca for openSUSE:Factory checked in 
at 2017-03-20 17:08:42

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


Package is "nsca"

Mon Mar 20 17:08:42 2017 rev:6 rq:479839 version:2.9.2

Changes:

--- /work/SRC/openSUSE:Factory/nsca/nsca.changes2016-12-29 
22:50:51.933116283 +0100
+++ /work/SRC/openSUSE:Factory/.nsca.new/nsca.changes   2017-03-20 
17:08:43.312994410 +0100
@@ -1,0 +2,7 @@
+Wed Mar 15 18:36:24 UTC 2017 - dims...@opensuse.org
+
+- Add %insserv_prereq PreReq: since we still install legacy initd
+  services it is our own duty to ensure the legacy tools to handle
+  them are installed.
+
+---



Other differences:
--
++ nsca.spec ++
--- /var/tmp/diff_new_pack.1RwyiX/_old  2017-03-20 17:08:44.012895584 +0100
+++ /var/tmp/diff_new_pack.1RwyiX/_new  2017-03-20 17:08:44.012895584 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nsca
 #
-# 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
@@ -43,6 +43,7 @@
 Recommends: monitoring_daemon
 Provides:   nagios-nsca = %{version}
 Obsoletes:  nagios-nsca < 2.9.0
+PreReq: %insserv_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit gnump3d for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package gnump3d for openSUSE:Factory checked 
in at 2017-03-20 17:08:39

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


Package is "gnump3d"

Mon Mar 20 17:08:39 2017 rev:23 rq:479683 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/gnump3d/gnump3d.changes  2013-06-05 
14:30:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnump3d.new/gnump3d.changes 2017-03-20 
17:08:40.425402137 +0100
@@ -1,0 +2,8 @@
+Wed Mar 15 13:09:03 UTC 2017 - dims...@opensuse.org
+
+- Drop the sysV init script: it is masked by the systemd service
+  in any case and is only adding confusion.
+- Drop the init.d related insserv macros: since the .init file is
+  no longer installed, there is no need to handle it.
+
+---

Old:

  gnump3d.init



Other differences:
--
++ gnump3d.spec ++
--- /var/tmp/diff_new_pack.105zl6/_old  2017-03-20 17:08:41.025317428 +0100
+++ /var/tmp/diff_new_pack.105zl6/_new  2017-03-20 17:08:41.029316864 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnump3d
 #
-# Copyright (c) 2013 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
@@ -34,7 +34,6 @@
 Requires:   perl >= 5.8.8
 Source: gnump3d-%{version}.tar.bz2
 Source3:gnump3d-rpmlintrc
-Source1:gnump3d.init
 Source2:gnump3d.logrotate
 Source4:gnump3d.service
 Patch:  gnump3d-Makefile.patch
@@ -58,7 +57,6 @@
 %install
 rm -Rf $RPM_BUILD_ROOT
 mkdir $RPM_BUILD_ROOT
-install -d -m 755 $RPM_BUILD_ROOT/etc/init.d
 install -d -m 755 $RPM_BUILD_ROOT/var/log/gnump3d
 install -d -m 755 $RPM_BUILD_ROOT/etc/logrotate.d
 install -d -m 755 $RPM_BUILD_ROOT/usr/sbin
@@ -68,9 +66,8 @@
 install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/gnump3d
 make PREFIX=/usr DESTDIR=$RPM_BUILD_ROOT install
 # Install inetd init script
-install -m 744 %SOURCE1 $RPM_BUILD_ROOT/etc/init.d/gnump3d
 install -D -m 0644 %SOURCE4 %{buildroot}%{_unitdir}/%{name}.service
-(cd $RPM_BUILD_ROOT && ln -sf /etc/init.d/gnump3d usr/sbin/rcgnump3d)
+(cd $RPM_BUILD_ROOT && ln -sf /usr/sbin/service usr/sbin/rcgnump3d)
 (cd $RPM_BUILD_ROOT/usr/bin && ln -sfn gnump3d2 gnump3d)
 %fdupes -s $RPM_BUILD_ROOT%{_datadir}/%{name}
 
@@ -91,12 +88,9 @@
 %service_add_post %{name}.service
 
 %preun
-%stop_on_removal gnump3d
 %service_del_preun %{name}.service
 
 %postun
-%restart_on_update gnump3d
-%insserv_cleanup
 %service_del_postun %{name}.service
 
 %files
@@ -134,7 +128,6 @@
 %{_bindir}/gnump3d-index
 %{_bindir}/gnump3d-top
 %{_sbindir}/rcgnump3d
-%config %{_sysconfdir}/init.d/gnump3d
 %config(noreplace) %{_sysconfdir}/logrotate.d/gnump3d
 %attr(755,gnump3d,root) %dir %{_var}/log/gnump3d
 %attr(755,gnump3d,root) %dir %{_var}/cache/gnump3d




commit hddtemp for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package hddtemp for openSUSE:Factory checked 
in at 2017-03-20 17:08:48

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


Package is "hddtemp"

Mon Mar 20 17:08:48 2017 rev:2 rq:479857 version:0.3_beta15_e16aed6

Changes:

--- /work/SRC/openSUSE:Factory/hddtemp/hddtemp.changes  2015-10-01 
09:29:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.hddtemp.new/hddtemp.changes 2017-03-20 
17:08:48.224300934 +0100
@@ -1,0 +2,16 @@
+Wed Mar 15 13:17:47 UTC 2017 - dims...@opensuse.org
+
+- Only install the init.d service when there is no systemd present:
+  the systemd service would mask it and only confuses users that
+  try to debug things.
+- Link rc%{name} to /usr/sbin/service when using systemd.
+- Move the insserv BuildRequires to be a PreReq (it's not used for
+  the build system, but actually for the installation on a machine)
+  and guard it to be validonly for non-systemd systems.
+
+---
+Sun Mar 12 23:36:11 UTC 2017 - plinn...@opensuse.org
+
+- Add insserv as build requirement to fix Factory build
+
+---



Other differences:
--
++ hddtemp.spec ++
--- /var/tmp/diff_new_pack.kq92c0/_old  2017-03-20 17:08:48.840213967 +0100
+++ /var/tmp/diff_new_pack.kq92c0/_new  2017-03-20 17:08:48.840213967 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hddtemp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2002-2012 Manfred Tremmel 
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,9 +24,9 @@
 Version:%{veronly}_%{state}
 Release:0
 Summary:Hard disk temperature tool
-Summary(de):Festplatten Temperatur-Ausleseprogramm
 License:GPL-2.0+
 Group:  System/Monitoring
+Summary(de):Festplatten Temperatur-Ausleseprogramm
 Url:https://github.com/guzu/hddtemp
 Source0:%{name}-%{veronly}-%{state}.tar.bz2
 Source1:%{name}.db
@@ -45,6 +45,8 @@
 %if %suse_version >= 1210
 BuildRequires:  systemd
 %define has_systemd 1
+%else
+PreReq: insserv
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -72,7 +74,6 @@
 
 %install
 %makeinstall
-mkdir -p %{buildroot}%{_initddir}
 mkdir -p %{buildroot}%{_sysconfdir}/default
 mkdir -p %{buildroot}%{_datadir}/misc/
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
@@ -80,30 +81,34 @@
 pushd %{buildroot}%{_sysconfdir}
 ln -s ..%{_datadir}/misc/hddtemp.db ./hddtemp.db
 popd
-install -m 0755 %{SOURCE2} %{buildroot}%{_initddir}/%{name}
 install -m 0644 %{SOURCE3} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
-pushd %{buildroot}%{_sbindir}
-ln -s ../..%{_initddir}/%{name} rc%{name}
-popd
 
 %if 0%{?has_systemd}
 install -D -m0644 %{SOURCE4} %{buildroot}%{_unitdir}/%{name}.service
+ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
+%else
+mkdir -p %{buildroot}%{_initddir}
+install -m 0755 %{SOURCE2} %{buildroot}%{_initddir}/%{name}
+pushd %{buildroot}%{_sbindir}
+ln -s ../..%{_initddir}/%{name} rc%{name}
+popd
 %endif
 
 %find_lang %{name}
 
 %preun
-%stop_on_removal %{name}
 %if 0%{?has_systemd}
 %service_del_preun %{name}.service
+%else
+%stop_on_removal %{name}
 %endif
 
 %postun
-%restart_on_update %{name}
-%insserv_cleanup
-
 %if 0%{?has_systemd}
 %service_del_postun %{name}.service
+%else
+%restart_on_update %{name}
+%insserv_cleanup
 %endif
 
 %pre
@@ -112,17 +117,16 @@
 %endif
 
 %post
-%{fillup_only %{name}}
-
 %if 0%{?has_systemd}
 %service_add_post %{name}.service
+%else
+%{fillup_only %{name}}
 %endif
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc COPYING README TODO contribs
 %{_datadir}/misc/hddtemp.db
-%{_initddir}/%{name}
 %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 %config(noreplace) %{_sysconfdir}/hddtemp.db
 %doc %{_mandir}/man8/hddtemp.8*
@@ -130,6 +134,8 @@
 %{_sbindir}/rc%{name}
 %if 0%{?has_systemd}
 %{_unitdir}/%{name}.service
+%else
+%{_initddir}/%{name}
 %endif
 
 %changelog




commit mailgraph for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mailgraph for openSUSE:Factory 
checked in at 2017-03-20 17:08:45

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


Package is "mailgraph"

Mon Mar 20 17:08:45 2017 rev:2 rq:479840 version:1.14

Changes:

--- /work/SRC/openSUSE:Factory/mailgraph/mailgraph.changes  2017-02-03 
17:49:42.166863559 +0100
+++ /work/SRC/openSUSE:Factory/.mailgraph.new/mailgraph.changes 2017-03-20 
17:08:46.656522304 +0100
@@ -1,0 +2,7 @@
+Wed Mar 15 17:11:51 UTC 2017 - dims...@opensuse.org
+
+- Add PreReq: %insserv_prereq: as we still install init.d services
+  and handle them in post/postun scriptlets, we're also responsible
+  to ensure the (outdated) tools are in place.
+
+---



Other differences:
--
++ mailgraph.spec ++
--- /var/tmp/diff_new_pack.t4mfEp/_old  2017-03-20 17:08:47.436412184 +0100
+++ /var/tmp/diff_new_pack.t4mfEp/_new  2017-03-20 17:08:47.440411619 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package mailgraph (Version 1.14)
+# spec file for package mailgraph
 #
-# Copyright (c) 2009-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
@@ -22,11 +22,11 @@
 
 Name:   mailgraph
 Version:1.14
-Release:1
-License:GPL-2.0+
+Release:0
 Summary:Very simple mail statistics RRDtool frontend for Postfix
-Url:http://mailgraph.schweikert.ch/
+License:GPL-2.0+
 Group:  Productivity/Networking/Diagnostic
+Url:http://mailgraph.schweikert.ch/
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}.init
 Source2:%{name}.logrotate
@@ -45,11 +45,12 @@
 PreReq: fillup
 PreReq: grep
 PreReq: sed
+PreReq: %insserv_prereq
 Requires:   apache2-mod_perl
 Requires:   logrotate
-Requires:   perl(File::Tail)
 Requires:   postfix
 Requires:   rrdtool
+Requires:   perl(File::Tail)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %if 0%{?suse_version} > 1100




commit urlscan for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package urlscan for openSUSE:Factory checked 
in at 2017-03-20 17:08:36

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


Package is "urlscan"

Mon Mar 20 17:08:36 2017 rev:2 rq:478932 version:0.8.3

Changes:

--- /work/SRC/openSUSE:Factory/urlscan/urlscan.changes  2017-02-28 
23:49:45.404156468 +0100
+++ /work/SRC/openSUSE:Factory/.urlscan.new/urlscan.changes 2017-03-20 
17:08:37.397829629 +0100
@@ -1,0 +2,6 @@
+Mon Mar 13 07:23:10 UTC 2017 - wer...@suse.de
+
+- Reflect change in build system and/or rpmbuild now adding the package
+  default documentation tree only as directory now
+
+---



Other differences:
--
++ urlscan.spec ++
--- /var/tmp/diff_new_pack.lAb96Z/_old  2017-03-20 17:08:38.101730238 +0100
+++ /var/tmp/diff_new_pack.lAb96Z/_new  2017-03-20 17:08:38.101730238 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package urlscan
 #
-# Copyright (c) 2017 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   urlscan
 Version:0.8.3
 Release:0
-License:GPL-2.0
 Summary:An other URL extractor/viewer
-Url:https://github.com/firecat53/urlscan
+License:GPL-2.0
 Group:  Productivity/Networking/Web/Browsers
+Url:https://github.com/firecat53/urlscan
 Source0:
https://github.com/firecat53/urlscan/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:muttrc
 Requires:   python-urwid
@@ -31,7 +32,6 @@
 BuildArch:  noarch
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-
 %description
 The urlscan utility displays URLs found in an email message with
 the respective context. Selecting an URL uses the Python webbrowser
@@ -56,5 +56,6 @@
 %{_bindir}/%{name}
 %{python_sitelib}/*
 %{_mandir}/man1/%{name}.1.gz
+%doc %{_defaultdocdir}/%{name}/muttrc
 
 %changelog




commit ghc-network-transport-inmemory for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-network-transport-inmemory for 
openSUSE:Factory checked in at 2017-03-20 17:08:28

Comparing /work/SRC/openSUSE:Factory/ghc-network-transport-inmemory (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-network-transport-inmemory.new (New)


Package is "ghc-network-transport-inmemory"

Mon Mar 20 17:08:28 2017 rev:2 rq:478059 version:0.5.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-network-transport-inmemory/ghc-network-transport-inmemory.changes
2016-11-16 13:32:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-network-transport-inmemory.new/ghc-network-transport-inmemory.changes
   2017-03-20 17:08:29.266977704 +0100
@@ -1,0 +2,10 @@
+Thu Mar  2 10:42:15 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.2 revision 1 with cabal2obs.
+
+---
+Sun Jan  8 21:13:05 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.2 with cabal2obs.
+
+---

Old:

  network-transport-inmemory-0.5.1.tar.gz

New:

  network-transport-inmemory-0.5.2.tar.gz
  network-transport-inmemory.cabal



Other differences:
--
++ ghc-network-transport-inmemory.spec ++
--- /var/tmp/diff_new_pack.w7GSZH/_old  2017-03-20 17:08:30.278834829 +0100
+++ /var/tmp/diff_new_pack.w7GSZH/_new  2017-03-20 17:08:30.282834265 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-network-transport-inmemory
 #
-# 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,15 +19,15 @@
 %global pkg_name network-transport-inmemory
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.5.1
+Version:0.5.2
 Release:0
 Summary:In-memory instantiation of Network.Transport
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-data-accessor-devel
@@ -38,7 +38,6 @@
 %if %{with tests}
 BuildRequires:  ghc-network-transport-tests-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This is a transport implementation that could be used for local communication
@@ -65,21 +64,16 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ network-transport-inmemory-0.5.1.tar.gz -> 
network-transport-inmemory-0.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/network-transport-inmemory-0.5.1/ChangeLog 
new/network-transport-inmemory-0.5.2/ChangeLog
--- old/network-transport-inmemory-0.5.1/ChangeLog  2015-11-03 
21:47:46.0 +0100
+++ new/network-transport-inmemory-0.5.2/ChangeLog  2016-12-19 
12:43:06.0 +0100
@@ -1,3 +1,5 @@
+0.5.2
+* Introduced and published N.T.IM.Internal module.
 0.5.1
 * Fixed bug in cleanup procedure.
 0.5 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/network-transport-inmemory-0.5.1/network-transport-inmemory.cabal 
new/network-transport-inmemory-0.5.2/network-transport-inmemory.cabal
--- old/network-transport-inmemory-0.5.1/network-transport-inmemory.cabal   
2015-11-03 21:47:46.0 +0100
+++ new/network-transport-inmemory-0.5.2/network-transport-inmemory.cabal   
2016-12-19 12:43:06.0 +0100
@@ -1,5 +1,5 @@
 Name:  network-transport-inmemory
-Version:   0.5.1
+Version:   0.5.2
 Cabal-Version: >=1.8
 Build-Type:Simple
 License:   BSD3
@@ -30,19 +30,21 @@
   Location: https://github.com/haskell-distributed/network-transport-inmemory
 
 Library
-  Build-Depends:   base >= 4.3 && < 5,
+  Build-Depends:   base >= 4.6 && < 5,
network-transport >= 0.4.0.0 && < 0.5,
data-accessor >= 0.2 && < 0.3,
bytestring >= 0.9 && < 0.11,
containers >= 0.4 && < 0.6,
stm >= 2.0 && < 3.0
   Exposed-modules: 

commit ghc-yaml for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-yaml for openSUSE:Factory 
checked in at 2017-03-20 17:08:20

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


Package is "ghc-yaml"

Mon Mar 20 17:08:20 2017 rev:21 rq:477472 version:0.8.22

Changes:

--- /work/SRC/openSUSE:Factory/ghc-yaml/ghc-yaml.changes2017-02-22 
13:54:03.335868047 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-yaml.new/ghc-yaml.changes   2017-03-20 
17:08:20.376233074 +0100
@@ -1,0 +2,5 @@
+Mon Feb 27 10:12:13 UTC 2017 - psim...@suse.com
+
+- Update to version 0.8.22 with cabal2obs.
+
+---

Old:

  yaml-0.8.21.2.tar.gz

New:

  yaml-0.8.22.tar.gz



Other differences:
--
++ ghc-yaml.spec ++
--- /var/tmp/diff_new_pack.rhoaq1/_old  2017-03-20 17:08:21.248109966 +0100
+++ /var/tmp/diff_new_pack.rhoaq1/_new  2017-03-20 17:08:21.252109401 +0100
@@ -19,7 +19,7 @@
 %global pkg_name yaml
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.21.2
+Version:0.8.22
 Release:0
 Summary:Support for parsing and rendering YAML documents
 License:BSD-3-Clause
@@ -34,7 +34,6 @@
 BuildRequires:  ghc-conduit-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-directory-devel
-BuildRequires:  ghc-enclosed-exceptions-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-resourcet-devel
 BuildRequires:  ghc-rpm-macros

++ yaml-0.8.21.2.tar.gz -> yaml-0.8.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.21.2/ChangeLog.md 
new/yaml-0.8.22/ChangeLog.md
--- old/yaml-0.8.21.2/ChangeLog.md  2017-01-25 12:17:27.0 +0100
+++ new/yaml-0.8.22/ChangeLog.md2017-02-16 10:53:35.0 +0100
@@ -1,3 +1,7 @@
+## 0.8.22
+
+* Update to libyaml hosted on Github 
[#105](https://github.com/snoyberg/yaml/issues/105)
+
 ## 0.8.21.2
 
 * Fix wrong file not found exception in `Data.Yaml.Include` with pre-1.2.3.0 
`directory` [#104](https://github.com/snoyberg/yaml/pull/104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.21.2/Data/Yaml/Internal.hs 
new/yaml-0.8.22/Data/Yaml/Internal.hs
--- old/yaml-0.8.21.2/Data/Yaml/Internal.hs 2016-11-27 13:18:47.0 
+0100
+++ new/yaml-0.8.22/Data/Yaml/Internal.hs   2017-02-16 18:22:54.0 
+0100
@@ -17,7 +17,6 @@
 import Control.Applicative ((<$>), Applicative(..))
 #endif
 import Control.Exception
-import Control.Exception.Enclosed
 import Control.Monad (liftM, ap, unless)
 import Control.Monad.IO.Class (MonadIO, liftIO)
 import Control.Monad.Trans.Class (MonadTrans, lift)
@@ -253,7 +252,10 @@
  => C.Source Parse Y.Event
  -> IO (Either ParseException (Either String a))
 decodeHelper src = do
-x <- tryAny $ runResourceT $ flip evalStateT Map.empty $ src C.$$ parse
+-- This used to be tryAny, but the fact is that catching async
+-- exceptions is fine here. We'll rethrow them immediately in the
+-- otherwise clause.
+x <- try $ runResourceT $ flip evalStateT Map.empty $ src C.$$ parse
 case x of
 Left e
 | Just pe <- fromException e -> return $ Left pe
@@ -265,7 +267,7 @@
   => C.Source Parse Event
   -> IO (Either ParseException a)
 decodeHelper_ src = do
-x <- tryAny $ runResourceT $ flip evalStateT Map.empty $ src C.$$ parse
+x <- try $ runResourceT $ flip evalStateT Map.empty $ src C.$$ parse
 return $ case x of
 Left e
 | Just pe <- fromException e -> Left pe
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.21.2/libyaml/LICENSE 
new/yaml-0.8.22/libyaml/LICENSE
--- old/yaml-0.8.21.2/libyaml/LICENSE   2016-02-15 10:15:08.0 +0100
+++ new/yaml-0.8.22/libyaml/LICENSE 2017-02-16 18:25:11.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2006 Kirill Simonov
+Copyright (c) 2006-2016 Kirill Simonov
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.21.2/libyaml/api.c 
new/yaml-0.8.22/libyaml/api.c
--- old/yaml-0.8.21.2/libyaml/api.c 2016-10-18 16:06:29.0 +0200
+++ new/yaml-0.8.22/libyaml/api.c   2017-02-16 18:25:11.0 +0100
@@ -5,15 +5,6 @@
  * Get the library version.
  */
 
-/*
- * added to support _WIN64
- */
-#if _WIN64
-#define STRDUP _strdup
-#else
-#define STRDUP strdup
-#endif
-
 

commit ghc-tagsoup for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-tagsoup for openSUSE:Factory 
checked in at 2017-03-20 17:07:56

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


Package is "ghc-tagsoup"

Mon Mar 20 17:07:56 2017 rev:12 rq:477466 version:0.14.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tagsoup/ghc-tagsoup.changes  2016-10-18 
10:39:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tagsoup.new/ghc-tagsoup.changes 
2017-03-20 17:07:57.523459882 +0100
@@ -1,0 +2,5 @@
+Mon Feb 27 10:12:21 UTC 2017 - psim...@suse.com
+
+- Update to version 0.14.1 with cabal2obs.
+
+---

Old:

  tagsoup-0.14.tar.gz

New:

  tagsoup-0.14.1.tar.gz



Other differences:
--
++ ghc-tagsoup.spec ++
--- /var/tmp/diff_new_pack.lslDUL/_old  2017-03-20 17:07:58.615305713 +0100
+++ /var/tmp/diff_new_pack.lslDUL/_new  2017-03-20 17:07:58.615305713 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tagsoup
 #
-# 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,7 +18,7 @@
 
 %global pkg_name tagsoup
 Name:   ghc-%{pkg_name}
-Version:0.14
+Version:0.14.1
 Release:0
 Summary:Parsing and extracting information from (possibly malformed) 
HTML/XML documents
 License:BSD-3-Clause
@@ -72,6 +72,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
+%doc CHANGES.txt README.md
 
 %changelog

++ tagsoup-0.14.tar.gz -> tagsoup-0.14.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagsoup-0.14/CHANGES.txt 
new/tagsoup-0.14.1/CHANGES.txt
--- old/tagsoup-0.14/CHANGES.txt2016-06-11 21:50:21.0 +0200
+++ new/tagsoup-0.14.1/CHANGES.txt  2017-02-25 18:25:48.0 +0100
@@ -1,5 +1,7 @@
 Changelog for TagSoup
 
+0.14.1
+#63, add maybeAttrib
 0.14
 #14, eliminate Text.HTML.Download
 0.13.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagsoup-0.14/LICENSE new/tagsoup-0.14.1/LICENSE
--- old/tagsoup-0.14/LICENSE2016-06-11 21:50:21.0 +0200
+++ new/tagsoup-0.14.1/LICENSE  2017-02-25 18:25:48.0 +0100
@@ -1,4 +1,4 @@
-Copyright Neil Mitchell 2006-2016.
+Copyright Neil Mitchell 2006-2017.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagsoup-0.14/README.md new/tagsoup-0.14.1/README.md
--- old/tagsoup-0.14/README.md  2016-06-11 21:50:21.0 +0200
+++ new/tagsoup-0.14.1/README.md2017-02-25 18:25:48.0 +0100
@@ -256,6 +256,7 @@
 * [TagSoup for Java](http://tagsoup.info/) - an independently written 
malformed HTML parser for Java. Including [links to 
other](http://tagsoup.info/#other) HTML parsers.
 * [HXT: Haskell XML Toolbox](http://www.fh-wedel.de/~si/HXmlToolbox/) - a more 
comprehensive XML parser, giving the option of using TagSoup as a lexer.
 * [Other Related Work](http://www.fh-wedel.de/~si/HXmlToolbox/#rel) - as 
described on the HXT pages.
-* [Using TagSoup with Parsec](http://therning.org/magnus/archives/367) - a 
nice combination of Haskell libraries.
-* [tagsoup-parsec](http://hackage.haskell.org/packages/tagsoup-parsec) - a 
library for easily using TagSoup as a token type in Parsec.
+* [Using TagSoup with 
Parsec](http://therning.org/magnus/posts/2008-08-08-367-tagsoup-meet-parsec.html)
 - a nice combination of Haskell libraries.
+* [tagsoup-parsec](http://hackage.haskell.org/package/tagsoup-parsec) - a 
library for easily using TagSoup as a token type in Parsec.
+* [tagsoup-megaparsec](http://hackage.haskell.org/package/tagsoup-megaparsec) 
- a library for easily using TagSoup as a token type in Megaparsec.
 * 
[WraXML](http://hackage.haskell.org/packages/archive/wraxml/latest/doc/html/Text-XML-WraXML-Tree-TagSoup.html)
 - construct a lazy tree from TagSoup lexemes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagsoup-0.14/Text/HTML/TagSoup/Type.hs 
new/tagsoup-0.14.1/Text/HTML/TagSoup/Type.hs
--- old/tagsoup-0.14/Text/HTML/TagSoup/Type.hs  2016-06-11 21:50:21.0 
+0200
+++ new/tagsoup-0.14.1/Text/HTML/TagSoup/Type.hs2017-02-25 
18:25:48.0 +0100
@@ -115,10 +115,17 @@
 
 -- | Extract an attribute, crashes if not a 'TagOpen'.
 --   Returns @\"\"@ if no 

commit ghc-tree-view for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-tree-view for openSUSE:Factory 
checked in at 2017-03-20 17:07:59

Comparing /work/SRC/openSUSE:Factory/ghc-tree-view (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-tree-view.new (New)


Package is "ghc-tree-view"

Mon Mar 20 17:07:59 2017 rev:2 rq:477467 version:0.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tree-view/ghc-tree-view.changes  
2017-01-18 21:35:03.853800692 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-tree-view.new/ghc-tree-view.changes 
2017-03-20 17:08:01.462903633 +0100
@@ -1,0 +2,5 @@
+Fri Feb 24 10:25:57 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5 revision 1 with cabal2obs.
+
+---

Old:

  tree-view-0.4.tar.gz

New:

  tree-view-0.5.tar.gz
  tree-view.cabal



Other differences:
--
++ ghc-tree-view.spec ++
--- /var/tmp/diff_new_pack.6YAU38/_old  2017-03-20 17:08:03.750580614 +0100
+++ /var/tmp/diff_new_pack.6YAU38/_new  2017-03-20 17:08:03.750580614 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tree-view
 #
-# 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,20 +18,19 @@
 
 %global pkg_name tree-view
 Name:   ghc-%{pkg_name}
-Version:0.4
+Version:0.5
 Release:0
 Summary:Render trees as foldable HTML and Unicode art
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Render trees as foldable HTML and Unicode art
@@ -55,16 +54,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ tree-view-0.4.tar.gz -> tree-view-0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tree-view-0.4/src/Data/Tree/View.hs 
new/tree-view-0.5/src/Data/Tree/View.hs
--- old/tree-view-0.4/src/Data/Tree/View.hs 2014-02-03 07:42:19.0 
+0100
+++ new/tree-view-0.5/src/Data/Tree/View.hs 2016-10-05 17:03:53.0 
+0200
@@ -1,6 +1,7 @@
 module Data.Tree.View
 ( showTree
 , drawTree
+, Behavior (..)
 , NodeInfo (..)
 , htmlTree
 , writeHtmlTree
@@ -12,6 +13,7 @@
 import Data.Traversable (traverse)
 import Data.Tree (Tree (..))
 import qualified Data.Tree as Tree
+import System.IO
 
 
 
@@ -60,58 +62,136 @@
   i <- get; put (i+1)
   return (a,i)
 
+data Behavior
+= Fixed  -- ^ Non-collapsible
+| InitiallyCollapsed
+| InitiallyExpanded
+
 -- | A tree node
 data NodeInfo = NodeInfo
-{ nodeName :: String  -- ^ Node name (to be displayed in the HTML tree 
view)
-, nodeInfo :: String  -- ^ Additional information (to be displayed when 
hovering the mouse over
-  --   the node). This field may contain line breaks.
+{ nodeBehavior :: Behavior
+, nodeName :: String  -- ^ Node name (to be displayed in the HTML tree 
view)
+, nodeInfo :: String  -- ^ Additional information (to be displayed 
when hovering the mouse over
+  --   the node). This field may contain line 
breaks.
 }
 
+escapeBrackets :: String -> String
+escapeBrackets = concatMap fixBrack
+  where
+fixBrack '<' = ""
+fixBrack '>' = ""
+fixBrack c   = [c]
+
 htmlNode :: (NodeInfo, Int) -> String
-htmlNode (n,i)
-=  ""
-++ nodeName n
-++ ""
+htmlNode (n,i) = concat
+[ ""
+, escapeBrackets $ nodeName n
+, ""
+]
+  where
+mode = case nodeBehavior n of
+  Fixed  -> "fixed"
+  InitiallyCollapsed -> "interactive collapsed"
+  InitiallyExpanded  -> "interactive expanded"
+onclick = case nodeBehavior n of
+  Fixed -> " "
+  _ -> " onclick=\"toggle(event)\" "
 
 showTreeHtml' :: Tree (NodeInfo, Int) -> [String]
-showTreeHtml' (Node n []) = [htmlNode n]
+showTreeHtml' (Node (n,i) []) = [htmlNode (n {nodeBehavior = 

commit ghc-xml-hamlet for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-xml-hamlet for openSUSE:Factory 
checked in at 2017-03-20 17:08:10

Comparing /work/SRC/openSUSE:Factory/ghc-xml-hamlet (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-xml-hamlet.new (New)


Package is "ghc-xml-hamlet"

Mon Mar 20 17:08:10 2017 rev:5 rq:477471 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-xml-hamlet/ghc-xml-hamlet.changes
2017-02-21 13:38:26.245117652 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-xml-hamlet.new/ghc-xml-hamlet.changes   
2017-03-20 17:08:10.829581060 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 08:41:44 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.1 revision 1 with cabal2obs.
+
+---

New:

  xml-hamlet.cabal



Other differences:
--
++ ghc-xml-hamlet.spec ++
--- /var/tmp/diff_new_pack.wqvsuv/_old  2017-03-20 17:08:11.457492399 +0100
+++ /var/tmp/diff_new_pack.wqvsuv/_new  2017-03-20 17:08:11.457492399 +0100
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-parsec-devel
@@ -56,6 +57,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ xml-hamlet.cabal ++
Name:xml-hamlet
Version: 0.4.1
x-revision: 1
Synopsis:Hamlet-style quasiquoter for XML content
Homepage:http://www.yesodweb.com/
License: BSD3
License-file:LICENSE
Author:  Michael Snoyman
Maintainer:  mich...@snoyman.com
Category:Text
Build-type:  Simple
Description: Hamlet-style quasiquoter for XML content
Extra-source-files:  test/main.hs ChangeLog.md README.md

Cabal-version:   >=1.8

Library
  Exposed-modules: Text.Hamlet.XML
  Other-modules:   Text.Hamlet.XMLParse
  
  Build-depends:   base   >= 4&& < 5
 , shakespeare>= 1.0  && < 2.2
 , xml-conduit>= 1.0  && < 1.6
 , text   >= 0.10
 , template-haskell
 , parsec >= 2.0  && < 3.2
 , containers

  Ghc-options: -Wall

test-suite test
  main-is: main.hs
  hs-source-dirs:  test
  type:exitcode-stdio-1.0
  ghc-options: -Wall
  build-depends:   hspec >= 1.3
 , HUnit
 , base >= 4 && < 5
 , shakespeare
 , xml-conduit
 , text
 , template-haskell
 , parsec
 , xml-hamlet
 , containers



commit ghc-warp for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-warp for openSUSE:Factory 
checked in at 2017-03-20 17:08:07

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


Package is "ghc-warp"

Mon Mar 20 17:08:07 2017 rev:11 rq:477470 version:3.2.11.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-warp/ghc-warp.changes2017-02-21 
13:46:02.336774970 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-warp.new/ghc-warp.changes   2017-03-20 
17:08:09.585756687 +0100
@@ -1,0 +2,5 @@
+Mon Feb 27 10:12:20 UTC 2017 - psim...@suse.com
+
+- Update to version 3.2.11.1 with cabal2obs.
+
+---

Old:

  warp-3.2.11.tar.gz

New:

  warp-3.2.11.1.tar.gz



Other differences:
--
++ ghc-warp.spec ++
--- /var/tmp/diff_new_pack.om6Fli/_old  2017-03-20 17:08:10.545621155 +0100
+++ /var/tmp/diff_new_pack.om6Fli/_new  2017-03-20 17:08:10.549620590 +0100
@@ -19,7 +19,7 @@
 %global pkg_name warp
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:3.2.11
+Version:3.2.11.1
 Release:0
 Summary:A fast, light-weight web server for WAI applications
 License:MIT

++ warp-3.2.11.tar.gz -> warp-3.2.11.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warp-3.2.11/ChangeLog.md 
new/warp-3.2.11.1/ChangeLog.md
--- old/warp-3.2.11/ChangeLog.md2017-02-02 02:57:32.0 +0100
+++ new/warp-3.2.11.1/ChangeLog.md  2017-02-24 13:00:12.0 +0100
@@ -1,3 +1,8 @@
+## 3.2.11.1
+
+* Move exception handling to top of thread (fixes
+  [#613](https://github.com/yesodweb/wai/issues/613))
+
 ## 3.2.11
 
 * Fixing 10 HTTP2 bugs pointed out by h2spec v2.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warp-3.2.11/Network/Wai/Handler/Warp/Run.hs 
new/warp-3.2.11.1/Network/Wai/Handler/Warp/Run.hs
--- old/warp-3.2.11/Network/Wai/Handler/Warp/Run.hs 2017-02-02 
02:57:32.0 +0100
+++ new/warp-3.2.11.1/Network/Wai/Handler/Warp/Run.hs   2017-02-24 
13:00:12.0 +0100
@@ -263,45 +263,24 @@
  -> Counter
  -> InternalInfo0
  -> IO ()
-fork set mkConn addr app counter ii0 = settingsFork set $ \ unmask ->
+fork set mkConn addr app counter ii0 = settingsFork set $ \unmask ->
+-- Call the user-supplied on exception code if any
+-- exceptions are thrown.
+handle (settingsOnException set Nothing) .
 -- Allocate a new IORef indicating whether the connection has been
 -- closed, to avoid double-freeing a connection
 withClosedRef $ \ref ->
-
--- Run the connection maker to get a new connection, and ensure
--- that the connection is closed. If the mkConn call throws an
--- exception, we will leak the connection. If the mkConn call is
--- vulnerable to attacks (e.g., Slowloris), we do nothing to
--- protect the server. It is therefore vital that mkConn is well
--- vetted.
---
--- We grab the connection before registering timeouts since the
--- timeouts will be useless during connection creation, due to the
--- fact that async exceptions are still masked.
-bracket mkConn (\(conn, _) -> closeConn ref conn `finally` connFree conn)
-$ \(conn, transport) ->
-
--- We need to register a timeout handler for this thread, and
--- cancel that handler as soon as we exit. We additionally close
--- the connection immediately in case the child thread catches the
--- async exception or performs some long-running cleanup action.
-bracket (T.registerKillThread (timeoutManager0 ii0) (closeConn ref conn)) 
T.cancel $ \th ->
-
-let ii1 = toInternalInfo1 ii0 th
--- We now have fully registered a connection close handler
--- in the case of all exceptions, so it is safe to one
--- again allow async exceptions.
-in unmask .
-   -- Call the user-supplied on exception code if any
-   -- exceptions are thrown.
-   handle (settingsOnException set Nothing) .
-
-   -- Call the user-supplied code for connection open and close events
-   bracket (onOpen addr) (onClose addr) $ \goingon ->
-
-   -- Actually serve this connection.
-   -- bracket with closeConn above ensures the connection is closed.
-   when goingon $ serveConnection conn ii1 addr transport set app
+-- Run the connection maker to get a new connection, and ensure
+-- that the connection is closed. If the mkConn call throws an
+-- exception, we will leak the connection. If the mkConn call is
+-- vulnerable to attacks (e.g., Slowloris), we do nothing to
+-- protect the server. 

commit ghc-wai-middleware-static for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-wai-middleware-static for 
openSUSE:Factory checked in at 2017-03-20 17:08:04

Comparing /work/SRC/openSUSE:Factory/ghc-wai-middleware-static (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-wai-middleware-static.new (New)


Package is "ghc-wai-middleware-static"

Mon Mar 20 17:08:04 2017 rev:3 rq:477469 version:0.8.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-wai-middleware-static/ghc-wai-middleware-static.changes
  2016-11-11 14:35:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-wai-middleware-static.new/ghc-wai-middleware-static.changes
 2017-03-20 17:08:05.574323101 +0100
@@ -1,0 +2,5 @@
+Wed Jan  4 21:24:47 UTC 2017 - psim...@suse.com
+
+- Update to version 0.8.1 revision 1 with cabal2obs.
+
+---

New:

  wai-middleware-static.cabal



Other differences:
--
++ ghc-wai-middleware-static.spec ++
--- /var/tmp/diff_new_pack.wX8HDs/_old  2017-03-20 17:08:06.238229358 +0100
+++ /var/tmp/diff_new_pack.wX8HDs/_new  2017-03-20 17:08:06.242228793 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-wai-middleware-static
 #
-# 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
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -68,6 +69,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ wai-middleware-static.cabal ++
Name:wai-middleware-static
Version: 0.8.1
x-revision: 1
Synopsis:WAI middleware that serves requests to static files.
Homepage:https://github.com/scotty-web/wai-middleware-static
Bug-reports: https://github.com/scotty-web/wai-middleware-static/issues
License: BSD3
License-file:LICENSE
Author:  Andrew Farmer 
Maintainer:  Andrew Farmer 
Copyright:   (c) 2012-2014 Andrew Farmer
Category:Web
Stability:   experimental
Build-type:  Simple
Cabal-version:   >= 1.10
Description:
  WAI middleware that intercepts requests to static files and serves them
  if they exist.
  .
  [WAI] 

Extra-source-files:changelog.md, README.md

Library
  Exposed-modules: Network.Wai.Middleware.Static
  default-language:Haskell2010
  Build-depends:
   base   >= 4.6.0.1  && < 5,
   bytestring >= 0.10.0.2 && < 0.11,
   containers >= 0.5.0.0  && < 0.6,
   cryptonite >= 0.10 && < 1.0,
   memory >= 0.10 && < 1.0,
   directory  >= 1.2.0.1  && < 1.4,
   expiring-cache-map >= 0.0.5&& < 0.1,
   filepath   >= 1.3.0.1  && < 1.5,
   http-types >= 0.8.2&& < 0.10,
   mime-types >= 0.1.0.3  && < 0.2,
   mtl>= 2.1.2&& < 2.3,
   old-locale >= 1.0  && < 1.1,
   semigroups >= 0.18 && < 1,
   text   >= 0.11.3.1 && < 1.3,
   time   >= 1.4  && < 1.7,
   wai>= 3.0.0&& < 3.3

  GHC-options: -Wall -fno-warn-orphans

test-suite hpc-coveralls-stub
  main-is: Main.hs
  type:exitcode-stdio-1.0
  default-language:Haskell2010
  hs-source-dirs:  test
  build-depends:   base,
   hpc-coveralls,
   wai-middleware-static
  ghc-options: -Wall

source-repository head
  type: git
  location: git://github.com/scotty-web/wai-middleware-static.git



commit ghc-quickcheck-instances for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-quickcheck-instances for 
openSUSE:Factory checked in at 2017-03-20 17:07:51

Comparing /work/SRC/openSUSE:Factory/ghc-quickcheck-instances (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-quickcheck-instances.new (New)


Package is "ghc-quickcheck-instances"

Mon Mar 20 17:07:51 2017 rev:3 rq:477464 version:0.3.12

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-quickcheck-instances/ghc-quickcheck-instances.changes
2016-11-24 21:24:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-quickcheck-instances.new/ghc-quickcheck-instances.changes
   2017-03-20 17:07:52.288199100 +0100
@@ -1,0 +2,5 @@
+Sun Jan  8 21:13:22 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.12 revision 2 with cabal2obs.
+
+---



Other differences:
--
++ ghc-quickcheck-instances.spec ++
--- /var/tmp/diff_new_pack.v7DdnW/_old  2017-03-20 17:07:53.508026860 +0100
+++ /var/tmp/diff_new_pack.v7DdnW/_new  2017-03-20 17:07:53.512026296 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-quickcheck-instances
 #
-# 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,7 +25,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-array-devel
@@ -88,5 +88,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc CHANGES
 
 %changelog

++ quickcheck-instances.cabal ++
--- /var/tmp/diff_new_pack.v7DdnW/_old  2017-03-20 17:07:53.548021213 +0100
+++ /var/tmp/diff_new_pack.v7DdnW/_new  2017-03-20 17:07:53.548021213 +0100
@@ -1,6 +1,6 @@
 Name:quickcheck-instances
 Version: 0.3.12
-x-revision: 1
+x-revision: 2
 Synopsis:Common quickcheck instances
 Description: QuickCheck instances.
  .
@@ -48,7 +48,7 @@
QuickCheck >= 2.1 && < 2.10,
text >= 0.7 && < 1.3,
time >= 1.1 && < 1.7,
-   vector >= 0.9 && <0.12,
+   vector >= 0.9 && <0.13,
scientific >=0.2 && <0.4
 
   Ghc-options: -Wall




commit ghc-persistent-sqlite for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-persistent-sqlite for 
openSUSE:Factory checked in at 2017-03-20 17:07:45

Comparing /work/SRC/openSUSE:Factory/ghc-persistent-sqlite (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-persistent-sqlite.new (New)


Package is "ghc-persistent-sqlite"

Mon Mar 20 17:07:45 2017 rev:5 rq:477462 version:2.6.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-persistent-sqlite/ghc-persistent-sqlite.changes  
2016-10-23 12:50:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-persistent-sqlite.new/ghc-persistent-sqlite.changes
 2017-03-20 17:07:48.164781326 +0100
@@ -1,0 +2,5 @@
+Mon Feb 27 10:12:17 UTC 2017 - psim...@suse.com
+
+- Update to version 2.6.0.1 with cabal2obs.
+
+---

Old:

  persistent-sqlite-2.6.tar.gz

New:

  persistent-sqlite-2.6.0.1.tar.gz



Other differences:
--
++ ghc-persistent-sqlite.spec ++
--- /var/tmp/diff_new_pack.RkJo7T/_old  2017-03-20 17:07:49.908535108 +0100
+++ /var/tmp/diff_new_pack.RkJo7T/_new  2017-03-20 17:07:49.912534543 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-persistent-sqlite
 #
-# 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,7 +19,7 @@
 %global pkg_name persistent-sqlite
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.6
+Version:2.6.0.1
 Release:0
 Summary:Backend for the persistent library using sqlite3
 License:MIT

++ persistent-sqlite-2.6.tar.gz -> persistent-sqlite-2.6.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/persistent-sqlite-2.6/ChangeLog.md 
new/persistent-sqlite-2.6.0.1/ChangeLog.md
--- old/persistent-sqlite-2.6/ChangeLog.md  2016-08-10 05:27:21.0 
+0200
+++ new/persistent-sqlite-2.6.0.1/ChangeLog.md  2017-02-21 15:54:19.0 
+0100
@@ -1,3 +1,7 @@
+## 2.6.0.1
+
+* Ensure connection is closed if wrapConnectionWal fails
+
 ## 2.6
 
 Compatibility for backend-specific upsert functionality.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/persistent-sqlite-2.6/Database/Persist/Sqlite.hs 
new/persistent-sqlite-2.6.0.1/Database/Persist/Sqlite.hs
--- old/persistent-sqlite-2.6/Database/Persist/Sqlite.hs2016-08-10 
05:20:24.0 +0200
+++ new/persistent-sqlite-2.6.0.1/Database/Persist/Sqlite.hs2017-02-21 
15:54:19.0 +0100
@@ -81,7 +81,7 @@
 | otherwise   -> (connStr, True)
 
 conn <- Sqlite.open connStr'
-wrapConnectionWal enableWal conn logFunc
+wrapConnectionWal enableWal conn logFunc `E.onException` Sqlite.close conn
 
 -- | Wrap up a raw 'Sqlite.Connection' as a Persistent SQL 'Connection'.
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/persistent-sqlite-2.6/persistent-sqlite.cabal 
new/persistent-sqlite-2.6.0.1/persistent-sqlite.cabal
--- old/persistent-sqlite-2.6/persistent-sqlite.cabal   2016-08-14 
00:03:34.0 +0200
+++ new/persistent-sqlite-2.6.0.1/persistent-sqlite.cabal   2017-02-21 
15:54:19.0 +0100
@@ -1,5 +1,5 @@
 name:persistent-sqlite
-version: 2.6
+version: 2.6.0.1
 license: MIT
 license-file:LICENSE
 author:  Michael Snoyman 




commit ghc-nsis for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-nsis for openSUSE:Factory 
checked in at 2017-03-20 17:07:37

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


Package is "ghc-nsis"

Mon Mar 20 17:07:37 2017 rev:2 rq:477460 version:0.3.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-nsis/ghc-nsis.changes2016-11-15 
17:55:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-nsis.new/ghc-nsis.changes   2017-03-20 
17:07:38.654124229 +0100
@@ -1,0 +2,5 @@
+Mon Feb 27 10:12:21 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.1 with cabal2obs.
+
+---

Old:

  nsis-0.3.tar.gz

New:

  nsis-0.3.1.tar.gz



Other differences:
--
++ ghc-nsis.spec ++
--- /var/tmp/diff_new_pack.xbiNa2/_old  2017-03-20 17:07:39.274036698 +0100
+++ /var/tmp/diff_new_pack.xbiNa2/_new  2017-03-20 17:07:39.278036132 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-nsis
 #
-# 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,16 +19,15 @@
 %global pkg_name nsis
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3
+Version:0.3.1
 Release:0
 Summary:DSL for producing Windows Installer using NSIS
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-uniplate-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,7 +35,6 @@
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-process-devel
 %endif
-# End cabal-rpm deps
 
 %description
 NSIS (Nullsoft Scriptable Install System, ) is a
@@ -60,20 +58,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -87,6 +79,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc Examples README.md
+%doc CHANGES.txt Examples README.md
 
 %changelog

++ nsis-0.3.tar.gz -> nsis-0.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nsis-0.3/CHANGES.txt new/nsis-0.3.1/CHANGES.txt
--- old/nsis-0.3/CHANGES.txt2015-06-24 20:12:29.0 +0200
+++ new/nsis-0.3.1/CHANGES.txt  2017-02-21 22:14:31.0 +0100
@@ -1,5 +1,8 @@
 Changelog for NSIS
 
+0.3.1
+#11, add unsafeInject and unsafeInjectGlobal
+#10, add unicode function
 0.3
 Make strCheck take a message
 Add a plugin for helping with radio button
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nsis-0.3/Development/NSIS/Show.hs 
new/nsis-0.3.1/Development/NSIS/Show.hs
--- old/nsis-0.3/Development/NSIS/Show.hs   2015-06-24 20:12:29.0 
+0200
+++ new/nsis-0.3.1/Development/NSIS/Show.hs 2017-02-21 22:14:31.0 
+0100
@@ -60,6 +60,8 @@
 ShowInstDetails{} -> True
 ShowUninstDetails{} -> True
 Caption{} -> True
+Unicode{} -> True
+UnsafeInjectGlobal{} -> True
 _ -> False
 
 isSection :: NSIS -> Bool
@@ -111,6 +113,9 @@
 out fs (AddPluginDir a) = [unwords ["!addplugindir",show a]]
 out fs (FindWindow a b c d e) = [unwords $ "FindWindow" : show a : map show 
([b,c] ++ maybeToList d ++ maybeToList e)]
 out fs (SendMessage a b c d e f) = [unwords $ "SendMessage" : show a : show b 
: show c : show d : show e : ["/TIMEOUT=" ++ show x | Just x <- [f]]]
+out fs (Unicode x) = ["Unicode " ++ if x then "true" else "false"]
+out fs (UnsafeInject x) = [x]
+out fs (UnsafeInjectGlobal x) = [x]
 
 out fs x = [show x]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nsis-0.3/Development/NSIS/Sugar.hs 
new/nsis-0.3.1/Development/NSIS/Sugar.hs
--- old/nsis-0.3/Development/NSIS/Sugar.hs  2015-06-24 20:12:29.0 
+0200
+++ new/nsis-0.3.1/Development/NSIS/Sugar.hs2017-02-21 22:14:31.0 
+0100
@@ -933,6 +933,9 @@
 showUninstDetails :: Visibility -> Action ()
 showUninstDetails = emit . ShowUninstDetails
 
+-- | Note: Requires NSIS 3.0
+unicode :: Bool -> Action ()
+unicode = emit 

commit ghc-lens for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-lens for openSUSE:Factory 
checked in at 2017-03-20 17:07:32

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


Package is "ghc-lens"

Mon Mar 20 17:07:32 2017 rev:5 rq:477455 version:4.15.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-lens/ghc-lens.changes2016-10-25 
17:43:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-lens.new/ghc-lens.changes   2017-03-20 
17:07:33.230889989 +0100
@@ -1,0 +2,5 @@
+Sun Feb 12 14:08:01 UTC 2017 - psim...@suse.com
+
+- Update to version 4.15.1 revision 4 with cabal2obs.
+
+---

Old:

  lens-4.14.tar.gz

New:

  lens-4.15.1.tar.gz



Other differences:
--
++ ghc-lens.spec ++
--- /var/tmp/diff_new_pack.kQ197l/_old  2017-03-20 17:07:34.314736950 +0100
+++ /var/tmp/diff_new_pack.kQ197l/_new  2017-03-20 17:07:34.318736386 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-lens
 #
-# 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,14 +19,14 @@
 %global pkg_name lens
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:4.14
+Version:4.15.1
 Release:0
 Summary:Lenses, Folds and Traversals
 License:BSD-3-Clause
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-base-orphans-devel
@@ -60,7 +60,13 @@
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-deepseq-devel
+BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-doctest-devel
+BuildRequires:  ghc-generic-deriving-devel
 BuildRequires:  ghc-hlint-devel
+BuildRequires:  ghc-nats-devel
+BuildRequires:  ghc-simple-reflect-devel
 BuildRequires:  ghc-test-framework-devel
 BuildRequires:  ghc-test-framework-hunit-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
@@ -187,5 +193,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc AUTHORS.markdown CHANGELOG.markdown README.markdown examples
 
 %changelog

++ lens-4.14.tar.gz -> lens-4.15.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lens-4.14/.gitignore new/lens-4.15.1/.gitignore
--- old/lens-4.14/.gitignore2016-04-28 23:10:28.0 +0200
+++ new/lens-4.15.1/.gitignore  2016-10-10 05:56:36.0 +0200
@@ -1,4 +1,5 @@
 dist/
+dist-newstyle/
 .hsenv/
 docs
 wiki
@@ -12,6 +13,7 @@
 *.hi
 *~
 *#
+cabal.project.local
 .cabal-sandbox/
 cabal.sandbox.config
 .stack-work/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lens-4.14/CHANGELOG.markdown 
new/lens-4.15.1/CHANGELOG.markdown
--- old/lens-4.14/CHANGELOG.markdown2016-04-28 23:10:28.0 +0200
+++ new/lens-4.15.1/CHANGELOG.markdown  2016-10-10 05:56:36.0 +0200
@@ -1,3 +1,18 @@
+4.15.1
+
+* Restore the `generic` and `generic1` functions in `GHC.Generics.Lens`
+
+4.15
+
+* Remove `Generics.Deriving.Lens` module.
+* Incorporate `URec`, which was introduced in `GHC.Generics` in `base-4.9`. 
For compatibility with older versions of `base`, `lens` now conditionally 
depends on `generic-deriving`
+* Add `Rewrapped` instance for `ExceptT`
+* Add `FunctorWithIndex`, `FoldableWithIndex`, and `TraversableWithIndex` 
instances for `Sum`, `Proxy`, `Tagged` and data types in `GHC.Generics`
+* Remove unneeded context from `*WithIndex HashMap` instances
+* Add `Data.Map.Lens.toMapOf`
+* Add moral `Functor` constraint for `to` `ito` `ilike` `ilike` to allow the
+  "indented" type signature using Getter with redundant warnings turned on.
+
 4.14
 
 * Remove `Cons` and `Snoc` instances for `NonEmpty`.
@@ -277,7 +292,7 @@
 * Many performance optimizations.
 * Switched to `exceptions` from `MonadCatchIO-transformers`
 * Added types for working with `RelevantFold` and `RelevantTraversal`. These 
are a `Fold` or `Traversal` that always has at least one target. Since `Apply` 
isn't a superclass of `Applicative`, you 

commit ghc-mono-traversable for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-mono-traversable for 
openSUSE:Factory checked in at 2017-03-20 17:07:35

Comparing /work/SRC/openSUSE:Factory/ghc-mono-traversable (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-mono-traversable.new (New)


Package is "ghc-mono-traversable"

Mon Mar 20 17:07:35 2017 rev:10 rq:477459 version:1.0.1.3

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-mono-traversable/ghc-mono-traversable.changes
2017-02-08 12:07:05.397120320 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-mono-traversable.new/ghc-mono-traversable.changes
   2017-03-20 17:07:36.398442731 +0100
@@ -1,0 +2,10 @@
+Mon Feb 27 10:12:21 UTC 2017 - psim...@suse.com
+
+- Update to version 1.0.1.3 with cabal2obs.
+
+---
+Mon Feb 20 08:43:05 UTC 2017 - psim...@suse.com
+
+- Update to version 1.0.1.2 with cabal2obs.
+
+---

Old:

  mono-traversable-1.0.1.1.tar.gz

New:

  mono-traversable-1.0.1.3.tar.gz



Other differences:
--
++ ghc-mono-traversable.spec ++
--- /var/tmp/diff_new_pack.SvMe0Q/_old  2017-03-20 17:07:37.214327528 +0100
+++ /var/tmp/diff_new_pack.SvMe0Q/_new  2017-03-20 17:07:37.214327528 +0100
@@ -19,7 +19,7 @@
 %global pkg_name mono-traversable
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.0.1.1
+Version:1.0.1.3
 Release:0
 Summary:Type classes for mapping, folding, and traversing monomorphic 
containers
 License:MIT

++ mono-traversable-1.0.1.1.tar.gz -> mono-traversable-1.0.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mono-traversable-1.0.1.1/ChangeLog.md 
new/mono-traversable-1.0.1.3/ChangeLog.md
--- old/mono-traversable-1.0.1.1/ChangeLog.md   2017-01-20 08:53:47.0 
+0100
+++ new/mono-traversable-1.0.1.3/ChangeLog.md   2017-02-21 09:04:38.0 
+0100
@@ -1,3 +1,11 @@
+## 1.0.1.3
+
+* Make 'olength' for Set and Map O(1) 
[#125](https://github.com/snoyberg/mono-traversable/pull/125)
+
+## 1.0.1.2
+
+* Support for GHC 8.2
+
 ## 1.0.1.1
 
 * Fix typo in rewrite rule
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mono-traversable-1.0.1.1/mono-traversable.cabal 
new/mono-traversable-1.0.1.3/mono-traversable.cabal
--- old/mono-traversable-1.0.1.1/mono-traversable.cabal 2017-01-20 
08:53:47.0 +0100
+++ new/mono-traversable-1.0.1.3/mono-traversable.cabal 2017-02-21 
09:04:45.0 +0100
@@ -1,5 +1,5 @@
 name:mono-traversable
-version: 1.0.1.1
+version: 1.0.1.3
 synopsis:Type classes for mapping, folding, and traversing 
monomorphic containers
 description: Monomorphic variants of the Functor, Foldable, and 
Traversable typeclasses. If you understand Haskell's basic typeclasses, you 
understand mono-traversable. In addition to what you are used to, it adds on an 
IsSequence typeclass and has code for marking data structures as non-empty.
 homepage:https://github.com/snoyberg/mono-traversable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mono-traversable-1.0.1.1/src/Data/MonoTraversable.hs 
new/mono-traversable-1.0.1.3/src/Data/MonoTraversable.hs
--- old/mono-traversable-1.0.1.1/src/Data/MonoTraversable.hs2017-01-20 
08:53:47.0 +0100
+++ new/mono-traversable-1.0.1.3/src/Data/MonoTraversable.hs2017-02-21 
09:04:24.0 +0100
@@ -62,6 +62,7 @@
 import Data.List.NonEmpty (NonEmpty)
 import Data.Functor.Identity (Identity)
 import Data.Map (Map)
+import qualified Data.Map.Strict as Map
 import Data.HashMap.Strict (HashMap)
 import Data.Vector (Vector)
 import Control.Monad.Trans.Maybe (MaybeT (..))
@@ -141,7 +142,8 @@
 class MonoFunctor mono where
 -- | Map over a monomorphic container
 omap :: (Element mono -> Element mono) -> mono -> mono
-default omap :: (Functor f, Element (f a) ~ a, f a ~ mono) => (a -> a) -> 
f a -> f a
+default omap :: (Functor f, Element (f a) ~ a, f a ~ mono)
+ => (Element mono -> Element mono) -> mono -> mono
 omap = fmap
 {-# INLINE omap #-}
 
@@ -332,7 +334,7 @@
 -- /See 'Data.NonNull.ofoldr1Ex' from "Data.NonNull" for a total version 
of this function./
 ofoldr1Ex :: (Element mono -> Element mono -> Element mono) -> mono -> 
Element mono
 default ofoldr1Ex :: (t a ~ mono, a ~ Element (t a), F.Foldable t)
-   => (a -> a -> a) -> mono -> a
+  => (Element mono -> Element mono -> Element mono) -> 
mono -> Element mono
 ofoldr1Ex = F.foldr1
 {-# 

commit ghc-http-client-tls for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-http-client-tls for 
openSUSE:Factory checked in at 2017-03-20 17:07:22

Comparing /work/SRC/openSUSE:Factory/ghc-http-client-tls (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-http-client-tls.new (New)


Package is "ghc-http-client-tls"

Mon Mar 20 17:07:22 2017 rev:6 rq:477452 version:0.3.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-client-tls/ghc-http-client-tls.changes  
2016-10-18 10:41:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-http-client-tls.new/ghc-http-client-tls.changes 
2017-03-20 17:07:23.292293318 +0100
@@ -1,0 +2,10 @@
+Mon Feb 27 10:12:07 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.4 with cabal2obs.
+
+---
+Sun Feb 12 14:17:39 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.3.1 with cabal2obs.
+
+---

Old:

  http-client-tls-0.2.4.1.tar.gz
  http-client-tls.cabal

New:

  http-client-tls-0.3.4.tar.gz



Other differences:
--
++ ghc-http-client-tls.spec ++
--- /var/tmp/diff_new_pack.VUTKU0/_old  2017-03-20 17:07:23.880210304 +0100
+++ /var/tmp/diff_new_pack.VUTKU0/_new  2017-03-20 17:07:23.884209739 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-http-client-tls
 #
-# 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,26 +19,33 @@
 %global pkg_name http-client-tls
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.4.1
+Version:0.3.4
 Release:0
 Summary:Http-client backend using the connection package and tls 
library
 License:MIT
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-case-insensitive-devel
 BuildRequires:  ghc-connection-devel
+BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-cryptonite-devel
 BuildRequires:  ghc-data-default-class-devel
+BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-http-client-devel
+BuildRequires:  ghc-http-types-devel
+BuildRequires:  ghc-memory-devel
 BuildRequires:  ghc-network-devel
+BuildRequires:  ghc-network-uri-devel
 BuildRequires:  ghc-rpm-macros
+BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-tls-devel
+BuildRequires:  ghc-transformers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
-BuildRequires:  ghc-http-types-devel
 %endif
 
 %description
@@ -59,7 +66,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -82,5 +88,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc ChangeLog.md README.md
 
 %changelog

++ http-client-tls-0.2.4.1.tar.gz -> http-client-tls-0.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-tls-0.2.4.1/ChangeLog.md 
new/http-client-tls-0.3.4/ChangeLog.md
--- old/http-client-tls-0.2.4.1/ChangeLog.md2016-06-16 14:07:25.0 
+0200
+++ new/http-client-tls-0.3.4/ChangeLog.md  2017-02-26 15:39:37.0 
+0100
@@ -1,3 +1,39 @@
+## 0.3.4
+
+* Add 'newTlsManager'
+  [#263](https://github.com/snoyberg/http-client/issues/263), which adds
+  support for respecting `socks5://` and `socks5h://` `http_proxy` and
+  `https_proxy` environment variables.
+
+## 0.3.3.2
+
+* Better handling of internal exceptions
+
+## 0.3.3.1
+
+* Better exception safety via `bracketOnError`
+
+## 0.3.3
+
+* Add `DigestAuthException` and generalize `applyDigestAuth`
+* Global manager uses a shared TLS context (faster init)
+
+## 0.3.2
+
+* Add `mkManagerSettingsContext` 
[#228](https://github.com/snoyberg/http-client/issues/228)
+
+## 0.3.1.1
+
+* Minor doc updates
+
+## 0.3.1
+
+* Add `applyDigestAuth`
+
+## 0.3.0
+
+* Support http-client 0.5
+
 ## 0.2.4.1
 
 * Cabal description fix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-tls-0.2.4.1/Network/HTTP/Client/TLS.hs 
new/http-client-tls-0.3.4/Network/HTTP/Client/TLS.hs
--- old/http-client-tls-0.2.4.1/Network/HTTP/Client/TLS.hs  2016-06-16 
14:07:25.0 

commit ghc-http-client for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-http-client for openSUSE:Factory 
checked in at 2017-03-20 17:07:18

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


Package is "ghc-http-client"

Mon Mar 20 17:07:18 2017 rev:22 rq:477451 version:0.5.6.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-client/ghc-http-client.changes  
2017-01-12 15:49:58.953109325 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-http-client.new/ghc-http-client.changes 
2017-03-20 17:07:19.432838272 +0100
@@ -1,0 +2,10 @@
+Mon Feb 27 10:12:10 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.6.1 with cabal2obs.
+
+---
+Sun Feb 12 14:18:32 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.5 with cabal2obs.
+
+---

Old:

  http-client-0.4.31.2.tar.gz

New:

  http-client-0.5.6.1.tar.gz



Other differences:
--
++ ghc-http-client.spec ++
--- /var/tmp/diff_new_pack.nUU2TG/_old  2017-03-20 17:07:20.460693139 +0100
+++ /var/tmp/diff_new_pack.nUU2TG/_new  2017-03-20 17:07:20.460693139 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-http-client
 #
-# 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,9 +19,9 @@
 %global pkg_name http-client
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.4.31.2
+Version:0.5.6.1
 Release:0
-Summary:An HTTP client engine, intended as a base layer for more 
user-friendly packages
+Summary:An HTTP client engine
 License:MIT
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
@@ -34,7 +34,6 @@
 BuildRequires:  ghc-case-insensitive-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-cookie-devel
-BuildRequires:  ghc-data-default-class-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-filepath-devel

++ http-client-0.4.31.2.tar.gz -> http-client-0.5.6.1.tar.gz ++
 2512 lines of diff (skipped)




commit ghc-html-conduit for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-html-conduit for 
openSUSE:Factory checked in at 2017-03-20 17:07:10

Comparing /work/SRC/openSUSE:Factory/ghc-html-conduit (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-html-conduit.new (New)


Package is "ghc-html-conduit"

Mon Mar 20 17:07:10 2017 rev:3 rq:477450 version:1.2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-html-conduit/ghc-html-conduit.changes
2016-11-10 13:21:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-html-conduit.new/ghc-html-conduit.changes   
2017-03-20 17:07:11.257992560 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 08:41:02 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.1.1 revision 1 with cabal2obs.
+
+---

New:

  html-conduit.cabal



Other differences:
--
++ ghc-html-conduit.spec ++
--- /var/tmp/diff_new_pack.9Uil8S/_old  2017-03-20 17:07:12.305844603 +0100
+++ /var/tmp/diff_new_pack.9Uil8S/_new  2017-03-20 17:07:12.309844039 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-html-conduit
 #
-# 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
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-conduit-devel
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ html-conduit.cabal ++
Name:html-conduit
Version: 1.2.1.1
x-revision: 1
Synopsis:Parse HTML documents using xml-conduit datatypes.
Description: This package uses tagstream-conduit for its parser. It 
automatically balances mismatched tags, so that there shouldn't be any parse 
failures. It does not handle a full HTML document rendering, such as adding 
missing html and head tags.
Homepage:https://github.com/snoyberg/xml
License: MIT
License-file:LICENSE
Author:  Michael Snoyman
Maintainer:  mich...@snoyman.com
Category:Web, Text, Conduit
Build-type:  Simple
Extra-source-files:  test/main.hs README.md ChangeLog.md
Cabal-version:   >=1.8

Library
  Exposed-modules: Text.HTML.DOM
  Build-depends:   base >= 4  && < 5
 , transformers
 , bytestring
 , containers
 , text
 , resourcet>= 0.3&& < 
1.2
 , conduit  >= 1.0&& < 
1.3
 , conduit-extra>= 1.1.1
 , xml-conduit  >= 1.3&& < 
1.6
 , tagstream-conduit>= 0.5.5.3&& < 
0.6
 , xml-types>= 0.3&& < 
0.4

test-suite test
type: exitcode-stdio-1.0
main-is: main.hs
hs-source-dirs: test
build-depends:  base
  , hspec >= 1.3
  , HUnit
  , xml-conduit
  , html-conduit
  , bytestring
  , containers

source-repository head
  type: git
  location: git://github.com/snoyberg/xml.conduit



commit ghc-hackage-security for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-hackage-security for 
openSUSE:Factory checked in at 2017-03-20 17:07:02

Comparing /work/SRC/openSUSE:Factory/ghc-hackage-security (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hackage-security.new (New)


Package is "ghc-hackage-security"

Mon Mar 20 17:07:02 2017 rev:4 rq:477448 version:0.5.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-hackage-security/ghc-hackage-security.changes
2016-10-19 13:04:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hackage-security.new/ghc-hackage-security.changes
   2017-03-20 17:07:04.498946937 +0100
@@ -1,0 +2,10 @@
+Mon Feb 20 08:42:31 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.2.2 revision 2 with cabal2obs.
+
+---
+Wed Dec 28 11:40:49 UTC 2016 - psim...@suse.com
+
+- Update to version 0.5.2.2 revision 1 with cabal2obs.
+
+---

New:

  hackage-security.cabal



Other differences:
--
++ ghc-hackage-security.spec ++
--- /var/tmp/diff_new_pack.ngTp84/_old  2017-03-20 17:07:05.438814228 +0100
+++ /var/tmp/diff_new_pack.ngTp84/_new  2017-03-20 17:07:05.442813663 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hackage-security
 #
-# 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
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base16-bytestring-devel
 BuildRequires:  ghc-base64-bytestring-devel
@@ -87,6 +88,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ hackage-security.cabal ++
name:hackage-security
version: 0.5.2.2
x-revision: 2
-- xrevision:1 integrates
-- 
https://github.com/well-typed/hackage-security/commit/e4bff90a82a588ff2d0beedfc50d5fdf75861d48
synopsis:Hackage security library
description: The hackage security library provides both server and
 client utilities for securing the Hackage package server
 ().  It is based on The Update
 Framework (), a set of
 recommendations developed by security researchers at
 various universities in the US as well as developers on the
 Tor project ().
 .
 The current implementation supports only index signing,
 thereby enabling untrusted mirrors. It does not yet provide
 facilities for author package signing.
 .
 The library has two main entry points:
 "Hackage.Security.Client" is the main entry point for
 clients (the typical example being @cabal@), and
 "Hackage.Security.Server" is the main entry point for
 servers (the typical example being @hackage-server@).
license: BSD3
license-file:LICENSE
author:  Edsko de Vries
maintainer:  ed...@well-typed.com
copyright:   Copyright 2015-2016 Well-Typed LLP
category:Distribution
homepage:https://github.com/well-typed/hackage-security
bug-reports: https://github.com/well-typed/hackage-security/issues
build-type:  Simple
cabal-version:   >=1.10

extra-source-files:
  ChangeLog.md

source-repository head
  type: git
  location: https://github.com/well-typed/hackage-security.git

flag base48
  description: Are we using base 4.8 or later?
  manual: False

flag use-network-uri
  description: Are we using network-uri?
  manual: False

Flag old-directory
  description: Use directory < 1.2 and old-time
  manual:  False
  default: False


library
  -- Most functionality is exported through the top-level entry points .Client
  -- and .Server; the other exported modules are intended for qualified imports.
  exposed-modules: Hackage.Security.Client
   Hackage.Security.Client.Formats
   

commit ghc-hspec-core for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-hspec-core for openSUSE:Factory 
checked in at 2017-03-20 17:07:06

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


Package is "ghc-hspec-core"

Mon Mar 20 17:07:06 2017 rev:2 rq:477449 version:2.4.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hspec-core/ghc-hspec-core.changes
2016-11-16 13:32:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hspec-core.new/ghc-hspec-core.changes   
2017-03-20 17:07:07.686496855 +0100
@@ -1,0 +2,20 @@
+Mon Feb 27 10:12:17 UTC 2017 - psim...@suse.com
+
+- Update to version 2.4.2 with cabal2obs.
+
+---
+Sun Feb 12 14:08:50 UTC 2017 - psim...@suse.com
+
+- Update to version 2.4.1 with cabal2obs.
+
+---
+Tue Nov  1 18:14:50 UTC 2016 - psim...@suse.com
+
+- Update to version 2.2.4 revision 1 with cabal2obs.
+
+---
+Thu Oct  6 13:54:06 UTC 2016 - psim...@suse.com
+
+- Update to version 2.2.3 revision 1 with cabal2obs.
+
+---

Old:

  hspec-core-2.2.3.tar.gz

New:

  hspec-core-2.4.2.tar.gz



Other differences:
--
++ ghc-hspec-core.spec ++
--- /var/tmp/diff_new_pack.BdKxQi/_old  2017-03-20 17:07:08.474385605 +0100
+++ /var/tmp/diff_new_pack.BdKxQi/_new  2017-03-20 17:07:08.478385040 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hspec-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
@@ -19,20 +19,23 @@
 %global pkg_name hspec-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.2.3
+Version:2.4.2
 Release:0
 Summary:A Testing Framework for Haskell
 License:MIT
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-ansi-terminal-devel
+BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-async-devel
+BuildRequires:  ghc-call-stack-devel
 BuildRequires:  ghc-deepseq-devel
+BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-hspec-expectations-devel
 BuildRequires:  ghc-quickcheck-io-devel
 BuildRequires:  ghc-random-devel
@@ -46,8 +49,8 @@
 BuildRequires:  ghc-hspec-meta-devel
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-silently-devel
+BuildRequires:  ghc-temporary-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package exposes internal types and functions that can be used to extend
@@ -67,20 +70,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ hspec-core-2.2.3.tar.gz -> hspec-core-2.4.2.tar.gz ++
 4080 lines of diff (skipped)




commit ghc-insert-ordered-containers for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-insert-ordered-containers for 
openSUSE:Factory checked in at 2017-03-20 17:07:29

Comparing /work/SRC/openSUSE:Factory/ghc-insert-ordered-containers (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-insert-ordered-containers.new (New)


Package is "ghc-insert-ordered-containers"

Mon Mar 20 17:07:29 2017 rev:3 rq:477454 version:0.2.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-insert-ordered-containers/ghc-insert-ordered-containers.changes
  2016-11-14 20:14:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-insert-ordered-containers.new/ghc-insert-ordered-containers.changes
 2017-03-20 17:07:30.315301669 +0100
@@ -1,0 +2,5 @@
+Sun Feb 12 14:15:14 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.0.0 revision 4 with cabal2obs.
+
+---

Old:

  insert-ordered-containers-0.1.0.1.tar.gz

New:

  insert-ordered-containers-0.2.0.0.tar.gz



Other differences:
--
++ ghc-insert-ordered-containers.spec ++
--- /var/tmp/diff_new_pack.9O8LV0/_old  2017-03-20 17:07:31.89290 +0100
+++ /var/tmp/diff_new_pack.9O8LV0/_new  2017-03-20 17:07:31.89290 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-insert-ordered-containers
 #
-# 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,14 +19,14 @@
 %global pkg_name insert-ordered-containers
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.0.1
+Version:0.2.0.0
 Release:0
 Summary:Associative containers retating insertion order for traversals
 License:BSD-3-Clause
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-base-compat-devel
@@ -85,5 +85,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc CHANGELOG.md README.md
 
 %changelog

++ insert-ordered-containers-0.1.0.1.tar.gz -> 
insert-ordered-containers-0.2.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/insert-ordered-containers-0.1.0.1/CHANGELOG.md 
new/insert-ordered-containers-0.2.0.0/CHANGELOG.md
--- old/insert-ordered-containers-0.1.0.1/CHANGELOG.md  1970-01-01 
01:00:00.0 +0100
+++ new/insert-ordered-containers-0.2.0.0/CHANGELOG.md  2016-08-08 
11:57:43.0 +0200
@@ -0,0 +1,3 @@
+- 0.2.0.0
+- Use `aeson-1`
+- removed our `FromJSONKey` and `ToJSONKey` in favour of `aeson` variants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/insert-ordered-containers-0.1.0.1/README.md 
new/insert-ordered-containers-0.2.0.0/README.md
--- old/insert-ordered-containers-0.1.0.1/README.md 2016-03-07 
21:49:09.0 +0100
+++ new/insert-ordered-containers-0.2.0.0/README.md 2016-05-02 
12:26:09.0 +0200
@@ -1,3 +1,3 @@
 # insert-ordered-containers
 
-Associative containers retating insertion order for traversals.
+Associative containers retaining insertion order for traversals.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/insert-ordered-containers-0.1.0.1/insert-ordered-containers.cabal 
new/insert-ordered-containers-0.2.0.0/insert-ordered-containers.cabal
--- old/insert-ordered-containers-0.1.0.1/insert-ordered-containers.cabal   
2016-03-09 02:29:14.0 +0100
+++ new/insert-ordered-containers-0.2.0.0/insert-ordered-containers.cabal   
2016-08-08 11:57:43.0 +0200
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.8.0.
+-- This file has been generated from package.yaml by hpack version 0.14.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:   insert-ordered-containers
-version:0.1.0.1
+version:0.2.0.0
 synopsis:   Associative containers retating insertion order for traversals.
 description:Associative containers retating insertion order for traversals.
 category:   Web
@@ -13,11 +13,12 @@
 maintainer: Oleg Grenrus 
 license:BSD3
 

commit ghc-HTTP for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-HTTP for openSUSE:Factory 
checked in at 2017-03-20 17:06:38

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


Package is "ghc-HTTP"

Mon Mar 20 17:06:38 2017 rev:16 rq:477437 version:4000.3.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HTTP/ghc-HTTP.changes2016-07-21 
08:04:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HTTP.new/ghc-HTTP.changes   2017-03-20 
17:06:40.602321139 +0100
@@ -1,0 +2,10 @@
+Mon Jan 30 09:26:47 UTC 2017 - psim...@suse.com
+
+- Update to version 4000.3.5 revision 2 with cabal2obs.
+
+---
+Sun Jan  8 21:13:50 UTC 2017 - psim...@suse.com
+
+- Update to version 4000.3.4 with cabal2obs.
+
+---

Old:

  HTTP-4000.3.3.tar.gz

New:

  HTTP-4000.3.5.tar.gz
  HTTP.cabal



Other differences:
--
++ ghc-HTTP.spec ++
--- /var/tmp/diff_new_pack.2VobMm/_old  2017-03-20 17:06:41.382211019 +0100
+++ /var/tmp/diff_new_pack.2VobMm/_new  2017-03-20 17:06:41.382211019 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-HTTP
 #
-# 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,15 +19,15 @@
 %global pkg_name HTTP
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:4000.3.3
+Version:4000.3.5
 Release:0
 Summary:A library for client-side HTTP
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-mtl-devel
@@ -52,7 +52,6 @@
 BuildRequires:  ghc-wai-devel
 BuildRequires:  ghc-warp-devel
 %endif
-# End cabal-rpm deps
 
 %description
 The HTTP package supports client-side web programming in Haskell. It lets you
@@ -78,7 +77,19 @@
 > -- fetch document and return it (as a 'String'.) > fmap (take 100)
 (getResponseBody rsp) > > do > (_, rsp) > <- Network.Browser.browse $ do >
 setAllowRedirects True -- handle HTTP redirects > request $ getRequest
-"http://www.haskell.org/; > return (take 100 (rspBody rsp)).
+"http://www.haskell.org/; > return (take 100 (rspBody rsp))
+
+__Note:__ This package does not support HTTPS connections. If you need HTTPS,
+take a look at the following packages:
+
+* 
+
+*  (in combination
+with )
+
+* 
+
+*  .
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -93,21 +104,16 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -121,5 +127,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc CHANGES
 
 %changelog

++ HTTP-4000.3.3.tar.gz -> HTTP-4000.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-4000.3.3/HTTP.cabal new/HTTP-4000.3.5/HTTP.cabal
--- old/HTTP-4000.3.3/HTTP.cabal2016-02-09 23:34:53.0 +0100
+++ new/HTTP-4000.3.5/HTTP.cabal2017-01-25 08:05:31.0 +0100
@@ -1,5 +1,5 @@
 Name: HTTP
-Version: 4000.3.3
+Version: 4000.3.5
 Cabal-Version: >= 1.8
 Build-type: Simple
 License: BSD3
@@ -40,6 +40,15 @@
  >   setAllowRedirects True -- handle HTTP redirects
  >   request $ getRequest "http://www.haskell.org/;
  >  return (take 100 (rspBody rsp))
+ .
+ __Note:__ This package does not support HTTPS connections.
+ If you need HTTPS, take a look at the following packages:
+ .
+ * [http-streams](http://hackage.haskell.org/package/http-streams)
+ * [http-client](http://hackage.haskell.org/package/http-client) (in 
combination with
+ 

commit ghc-equivalence for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package ghc-equivalence for openSUSE:Factory 
checked in at 2017-03-20 17:06:55

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


Package is "ghc-equivalence"

Mon Mar 20 17:06:55 2017 rev:2 rq:477447 version:0.3.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-equivalence/ghc-equivalence.changes  
2016-09-25 14:41:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-equivalence.new/ghc-equivalence.changes 
2017-03-20 17:06:56.744041929 +0100
@@ -1,0 +2,10 @@
+Mon Feb 20 08:42:04 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.2 revision 1 with cabal2obs.
+
+---
+Sun Feb 12 14:17:58 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.2 with cabal2obs.
+
+---

Old:

  equivalence-0.3.1.tar.gz

New:

  equivalence-0.3.2.tar.gz
  equivalence.cabal



Other differences:
--
++ ghc-equivalence.spec ++
--- /var/tmp/diff_new_pack.UHMeyk/_old  2017-03-20 17:06:57.547928420 +0100
+++ /var/tmp/diff_new_pack.UHMeyk/_new  2017-03-20 17:06:57.551927856 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-equivalence
 #
-# 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,15 +19,15 @@
 %global pkg_name equivalence
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.1
+Version:0.3.2
 Release:0
 Summary:Maintaining an equivalence relation implemented as union-find 
using STT
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-STMonadTrans-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-mtl-devel
@@ -41,7 +41,6 @@
 BuildRequires:  ghc-test-framework-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This is an implementation of Tarjan's Union-Find algorithm (Robert E.
@@ -63,21 +62,16 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -91,5 +85,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc CHANGES.txt
 
 %changelog

++ equivalence-0.3.1.tar.gz -> equivalence-0.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/equivalence-0.3.1/CHANGES.txt 
new/equivalence-0.3.2/CHANGES.txt
--- old/equivalence-0.3.1/CHANGES.txt   2015-04-10 08:48:03.0 +0200
+++ new/equivalence-0.3.2/CHANGES.txt   2017-02-07 13:09:08.0 +0100
@@ -1,3 +1,7 @@
+0.3.2
+-
+* add Applicative constraints for backwards compatibility with GHC 7.8
+
 0.3.1
 -
 * use transformers-compat for backwards compatibility with older versions of 
transformers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/equivalence-0.3.1/equivalence.cabal 
new/equivalence-0.3.2/equivalence.cabal
--- old/equivalence-0.3.1/equivalence.cabal 2015-04-10 08:48:03.0 
+0200
+++ new/equivalence-0.3.2/equivalence.cabal 2017-02-07 13:09:08.0 
+0100
@@ -1,11 +1,11 @@
 Name:equivalence
-Version: 0.3.1
+Version: 0.3.2
 License: BSD3
 License-File:LICENSE
 Author:  Patrick Bahr
 Maintainer:  p...@di.ku.dk
-Homepage:https://bitbucket.org/paba/equivalence/
-bug-reports: https://bitbucket.org/paba/equivalence/issues/new
+Homepage:https://github.com/pa-ba/equivalence
+bug-reports: https://github.com/pa-ba/equivalence/issues/new
 Synopsis:Maintaining an equivalence relation implemented as union-find 
using STT.
 Description:
   This is an implementation of Tarjan's Union-Find algorithm (Robert
@@ -24,8 +24,8 @@
 
 
 source-repository head
-  type: hg
-  location: https://bitbucket.org/paba/equivalence/
+  type: git
+  location: https://github.com/pa-ba/equivalence
 
 

  1   2   >