commit jag for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package jag for openSUSE:Factory checked in 
at 2016-09-25 14:45:20

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


Package is "jag"

Changes:

--- /work/SRC/openSUSE:Factory/jag/jag.changes  2015-07-02 22:47:18.0 
+0200
+++ /work/SRC/openSUSE:Factory/.jag.new/jag.changes 2016-09-25 
14:45:22.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 25 08:18:07 UTC 2016 - mailaen...@opensuse.org
+
+- add appdata.xml for https://en.opensuse.org/openSUSE:AppStore
+
+---

New:

  jag.appdata.xml



Other differences:
--
++ jag.spec ++
--- /var/tmp/diff_new_pack.AY8zR0/_old  2016-09-25 14:45:23.0 +0200
+++ /var/tmp/diff_new_pack.AY8zR0/_new  2016-09-25 14:45:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jag
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 Source1:http://jag.xlabsoft.com/files/%{name}-%{version}-data.zip
 Source2:%{name}-icons.tar
 Source3:%{name}.desktop
+Source4:%{name}.appdata.xml
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -87,6 +88,9 @@
 %suse_update_desktop_file %{name}
 %endif
 
+# install software gallery metadata
+install -Dm 0644 %{S:4} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+
 %files
 %defattr(-,root,root,-)
 %doc README
@@ -94,6 +98,8 @@
 %{_datadir}/applications/%{name}.desktop
 %dir %{_datadir}/%{name}
 %{_datadir}/icons/hicolor/
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %files data
 %defattr(-,root,root,-)







commit cram for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package cram for openSUSE:Factory checked in 
at 2016-09-25 14:45:24

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


Package is "cram"

Changes:

--- /work/SRC/openSUSE:Factory/cram/cram.changes2016-08-25 
09:56:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.cram.new/cram.changes   2016-09-25 
14:45:27.0 +0200
@@ -1,0 +2,8 @@
+Sun Sep 25 08:50:11 UTC 2016 - mplus...@suse.com
+
+- Use upstream download url instead of pypi
+- Install vim syntax plugin
+- Finally correct dependencies
+- Drop SLE conditions
+
+---



Other differences:
--
++ cram.spec ++
--- /var/tmp/diff_new_pack.PFHKtL/_old  2016-09-25 14:45:28.0 +0200
+++ /var/tmp/diff_new_pack.PFHKtL/_new  2016-09-25 14:45:28.0 +0200
@@ -23,14 +23,17 @@
 License:GPL-2.0
 Group:  Development/Languages/Python
 Url:https://bitheap.org/cram/
-Source: 
https://pypi.python.org/packages/source/c/cram/cram-%{version}.tar.gz
-%if 0%{?is_opensuse}
+Source: https://bitheap.org/cram/cram-%{version}.tar.gz
 BuildRequires:  python3-coverage
-BuildRequires:  python3-nose
-%endif
 BuildRequires:  python3-devel
+BuildRequires:  python3-nose
+BuildRequires:  python3-pep8
+BuildRequires:  python3-pyflakes
 BuildRequires:  python3-setuptools
-Requires:   python3
+Requires:   python3-coverage
+Requires:   python3-nose
+Requires:   python3-pep8
+Requires:   python3-pyflakes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -51,20 +54,24 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+install -D -p -m 0644 contrib/cram.vim \
+  %{buildroot}%{_datadir}/vim/site/syntax/cram.vim
 
 %check
-%if 0%{?is_opensuse}
 make %{?_smp_mflags} PYTHON=python3 test
-%endif
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING.txt README.rst
+%doc COPYING.txt NEWS.rst README.rst
 %{_bindir}/cram
 %dir %{python3_sitelib}/%{name}/
 %dir %{python3_sitelib}/%{name}/__pycache__/
 %{python3_sitelib}/%{name}/*.py
 %{python3_sitelib}/%{name}/__pycache__/*.cpython-*.pyc
 %{python3_sitelib}/%{name}-%{version}-py%{py3_ver}.egg-info
+%dir %{_datadir}/vim
+%dir %{_datadir}/vim/site
+%dir %{_datadir}/vim/site/syntax
+%{_datadir}/vim/site/syntax/cram.vim
 
 %changelog




commit numix-gtk-theme for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package numix-gtk-theme for openSUSE:Factory 
checked in at 2016-09-25 14:45:03

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


Package is "numix-gtk-theme"

Changes:

--- /work/SRC/openSUSE:Factory/numix-gtk-theme/numix-gtk-theme.changes  
2016-07-14 09:49:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.numix-gtk-theme.new/numix-gtk-theme.changes 
2016-09-25 14:45:07.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep 23 20:51:13 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 2.6.4:
+  * No changelog available.
+- Rebase numix-gtk-theme-light-menubars.patch.
+
+---

Old:

  numix-gtk-theme-2.6.1.tar.gz

New:

  numix-gtk-theme-2.6.4.tar.gz



Other differences:
--
++ numix-gtk-theme.spec ++
--- /var/tmp/diff_new_pack.Z49tSR/_old  2016-09-25 14:45:08.0 +0200
+++ /var/tmp/diff_new_pack.Z49tSR/_new  2016-09-25 14:45:08.0 +0200
@@ -19,9 +19,9 @@
 %define _theme  Numix
 %define _name   numix
 Name:   numix-gtk-theme
-Version:2.6.1
+Version:2.6.4
 Release:0
-Summary:Numix GTK+ theme for MATE, GNOME, and Xfce
+Summary:Numix GTK+ theme for MATE, Cinnamon, GNOME, and Xfce
 License:GPL-3.0+
 Group:  System/GUI/Other
 Url:https://numixproject.org/
@@ -31,7 +31,7 @@
 BuildRequires:  fdupes
 BuildRequires:  glib2-tools
 BuildRequires:  libxml2-tools
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  rubygem(sass)
 BuildArch:  noarch
@@ -67,7 +67,7 @@
 %package -n gtk3-metatheme-%{_name}
 Summary:Numix GTK+3 Theme
 Group:  System/GUI/Other
-Requires:   gtk3 >= 3.6.0
+Requires:   gtk3 >= 3.16.0
 Requires:   metatheme-%{_name}-common = %{version}
 Supplements:packageand(metatheme-%{_name}-common:gtk3)
 
@@ -86,6 +86,16 @@
 
 %install
 %make_install
+# Changed to a symlink in numix-gtk-theme 2.6.4, breaks update from older 
versions.
+ls -d %{buildroot}%{_datadir}/themes/Numix/gtk-3.*/assets | while read dir; do
+if [ -L "$dir" ]; then
+real_dir="$(readlink "$dir")"
+rm -f "$dir"
+pushd "$(dirname "$dir")"
+cp -a "$real_dir" "$dir"
+popd
+fi
+done
 chmod -R a-x+X %{buildroot}%{_datadir}/themes/%{_theme}/
 %fdupes %{buildroot}%{_datadir}/
 

++ numix-gtk-theme-2.6.1.tar.gz -> numix-gtk-theme-2.6.4.tar.gz ++
 34801 lines of diff (skipped)

++ numix-gtk-theme-light-menubars.patch ++
--- /var/tmp/diff_new_pack.Z49tSR/_old  2016-09-25 14:45:09.0 +0200
+++ /var/tmp/diff_new_pack.Z49tSR/_new  2016-09-25 14:45:09.0 +0200
@@ -1,5 +1,5 @@
 a/gtk-2.0/gtkrc
-+++ b/gtk-2.0/gtkrc
+--- a/src/gtk-2.0/gtkrc
 b/src/gtk-2.0/gtkrc
 @@ -307,19 +307,19 @@ style "murrine-vscrollbar" = "murrine-scrollbar" { }
  # Menus
  




commit tor for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2016-09-25 14:45:07

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


Package is "tor"

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2016-08-25 09:58:24.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2016-09-25 
14:45:11.0 +0200
@@ -1,0 +2,11 @@
+Sat Sep 24 13:52:20 UTC 2016 - astie...@suse.com
+
+- tor 0.2.8.8:
+  * fixes some crash bugs when using bridges
+  * fixes a timing-dependent assertion
+  * removes broken fallbacks from the hard-coded fallback directory
+list
+  * Updates geoip and geoip6 to the September 6 2016 Maxmind
+GeoLite2 Country database
+
+---

Old:

  tor-0.2.8.7.tar.gz
  tor-0.2.8.7.tar.gz.asc

New:

  tor-0.2.8.8.tar.gz
  tor-0.2.8.8.tar.gz.asc



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.qDhmCi/_old  2016-09-25 14:45:13.0 +0200
+++ /var/tmp/diff_new_pack.qDhmCi/_new  2016-09-25 14:45:13.0 +0200
@@ -23,7 +23,7 @@
 %define home_dir %{_localstatedir}/lib/empty
 %bcond_with bufferevents
 Name:   tor
-Version:0.2.8.7
+Version:0.2.8.8
 Release:0
 Summary:Anonymizing overlay network for TCP (The onion router)
 License:BSD-3-Clause
@@ -38,6 +38,7 @@
 Source5:tor.firewall
 Patch0: tor-0.2.5.x-logrotate.patch
 BuildRequires:  openssl-devel >= 1.0.0a
+BuildRequires:  pkgconfig
 BuildRequires:  pwdutils
 BuildRequires:  python-base
 Requires:   logrotate
@@ -53,10 +54,9 @@
 %{?systemd_requires}
 %endif
 %if 0%{with_systemd_notifications}
-BuildRequires:  pkg-config >= 0.9.0
+BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  systemd-devel >= 209
 %endif
-#
 
 %description
 Tor is a connection-based low-latency anonymous communication system.

++ tor-0.2.8.7.tar.gz -> tor-0.2.8.8.tar.gz ++
 57598 lines of diff (skipped)




commit trinity for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2016-09-25 14:45:12

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


Package is "trinity"

Changes:

--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2016-09-16 
11:03:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes 2016-09-25 
14:45:16.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 06:57:32 UTC 2016 - mplus...@suse.com
+
+- Simplify conditions
+- Use correct header with nvme ioctls
+
+---



Other differences:
--
++ trinity.spec ++
--- /var/tmp/diff_new_pack.z0IuBY/_old  2016-09-25 14:45:17.0 +0200
+++ /var/tmp/diff_new_pack.z0IuBY/_new  2016-09-25 14:45:17.0 +0200
@@ -26,13 +26,11 @@
 Url:http://codemonkey.org.uk/projects/trinity/
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  gcc
+# needed for btrfs/ioctl.h
+BuildRequires:  libbtrfs-devel
 BuildRequires:  make
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1320
-# needed for btrfs/ioctl.h
-BuildRequires:  libbtrfs-devel
-%endif
 
 %description
 The basic idea is fairly simple. As 'fuzz testing' suggests, we call syscalls
@@ -44,6 +42,8 @@
 %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




commit vertex-gtk-theme for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package vertex-gtk-theme for 
openSUSE:Factory checked in at 2016-09-25 14:45:00

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


Package is "vertex-gtk-theme"

Changes:

--- /work/SRC/openSUSE:Factory/vertex-gtk-theme/vertex-gtk-theme.changes
2016-04-12 19:38:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.vertex-gtk-theme.new/vertex-gtk-theme.changes   
2016-09-25 14:45:02.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 24 10:10:00 UTC 2016 - sor.ale...@meowr.ru
+
+- Add vertex-gtk-theme-gtk-3.22.patch: fix building with Gtk 3.22.
+
+---

New:

  vertex-gtk-theme-gtk-3.22.patch



Other differences:
--
++ vertex-gtk-theme.spec ++
--- /var/tmp/diff_new_pack.fI8FRZ/_old  2016-09-25 14:45:04.0 +0200
+++ /var/tmp/diff_new_pack.fI8FRZ/_new  2016-09-25 14:45:04.0 +0200
@@ -26,10 +26,12 @@
 Group:  System/GUI/Other
 Url:https://github.com/horst3180/Vertex-theme
 Source: 
https://github.com/horst3180/%{_theme}-theme/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM vertex-gtk-theme-gtk-3.22.patch sor.ale...@meowr.ru -- 
Fix building with Gtk 3.22.
+Patch0: vertex-gtk-theme-gtk-3.22.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10
 BuildArch:  noarch
 
@@ -83,10 +85,12 @@
 
 %prep
 %setup -q -n %{_name}-theme-%{version}
+%patch0 -p1
+sed -i '/configure/d' autogen.sh
 sed -i 's/^\(IconTheme=\).*$/\1Adwaita/' common/index.theme*
 
 %build
-autoreconf -fi
+./autogen.sh
 %configure
 make %{?_smp_mflags}
 

++ vertex-gtk-theme-gtk-3.22.patch ++
diff --git a/common/gnome-shell/3.22 b/common/gnome-shell/3.22
new file mode 12
index 000..8b6d177
--- /dev/null
+++ b/common/gnome-shell/3.22
@@ -0,0 +1 @@
+3.20
\ No newline at end of file
diff --git a/common/gtk-3.0/3.22 b/common/gtk-3.0/3.22
new file mode 12
index 000..8b6d177
--- /dev/null
+++ b/common/gtk-3.0/3.22
@@ -0,0 +1 @@
+3.20
\ No newline at end of file



commit arc-gtk-theme for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package arc-gtk-theme for openSUSE:Factory 
checked in at 2016-09-25 14:44:56

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


Package is "arc-gtk-theme"

Changes:

--- /work/SRC/openSUSE:Factory/arc-gtk-theme/arc-gtk-theme.changes  
2016-06-07 23:48:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.arc-gtk-theme.new/arc-gtk-theme.changes 
2016-09-25 14:44:59.0 +0200
@@ -1,0 +2,10 @@
+Sat Sep 24 10:10:00 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 20160923:
+  * GNOME 3.22 support.
+  * elementary OS Loki support.
+  * Improve GNOME Flashback support (3.20+ only).
+  * Easier window resizing in Xfce and MATE.
+  * Bugfixes.
+
+---

Old:

  arc-theme-20160605.tar.gz

New:

  arc-theme-20160923.tar.gz



Other differences:
--
++ arc-gtk-theme.spec ++
--- /var/tmp/diff_new_pack.P1pPqG/_old  2016-09-25 14:45:00.0 +0200
+++ /var/tmp/diff_new_pack.P1pPqG/_new  2016-09-25 14:45:00.0 +0200
@@ -19,7 +19,7 @@
 %define _theme  Arc
 %define _name   arc
 Name:   arc-gtk-theme
-Version:20160605
+Version:20160923
 Release:0
 Summary:Arc GTK+ theme
 License:GPL-3.0+
@@ -29,7 +29,7 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildArch:  noarch
 
@@ -79,10 +79,11 @@
 
 %prep
 %setup -q -n %{_name}-theme-%{version}
+sed -i '/configure/d' autogen.sh
 sed -i 's/^\(IconTheme=\).*$/\1Adwaita/' common/index.theme*
 
 %build
-autoreconf -fi
+./autogen.sh
 %configure
 make %{?_smp_mflags}
 

++ arc-theme-20160605.tar.gz -> arc-theme-20160923.tar.gz ++
 67074 lines of diff (skipped)




commit opera for openSUSE:Factory:NonFree

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2016-09-25 14:45:29

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


Package is "opera"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2016-09-23 
13:35:40.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2016-09-25 
14:45:31.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 24 19:42:08 UTC 2016 - sor.ale...@meowr.ru
+
+- Change opera.sh to reflect how and when setuid sandboxing works
+  (it is not required at all when kernel supports CLONE_NEWUSER).
+
+---



Other differences:
--


++ opera.sh.in ++
--- /var/tmp/diff_new_pack.hMe9zf/_old  2016-09-25 14:45:34.0 +0200
+++ /var/tmp/diff_new_pack.hMe9zf/_new  2016-09-25 14:45:34.0 +0200
@@ -6,7 +6,7 @@
 
 PROGNAME="opera"
 LIBDIR="__LIBDIR__/$PROGNAME"
-SANDBOX_APP="$LIBDIR/${PROGNAME}_sandbox"
+SANDBOX_FILE="$LIBDIR/${PROGNAME}_sandbox"
 
 # Allow users to override command-line options.
 # Based on Gentoo's chromium package (and by extension, Debian's).
@@ -18,24 +18,30 @@
 # default OPERA_FLAGS (from /etc/default/opera).
 OPERA_FLAGS="${OPERA_USER_FLAGS:-$OPERA_FLAGS}"
 
-# Check if sandbox binary has setuid.
-if ( grep -qE '^.r.sr..r.. . 0 0' <<< "$(ls -n "$SANDBOX_APP")" ); then
-SETUID_SANDBOX_SET=1
+# Check if CLONE_NEWUSER exists (setuid sandboxing is required).
+if [ ! -f "/proc/$$/ns/user" ]; then
+REQUIRE_SETUID_SANDBOX=1
 else
-SETUID_SANDBOX_SET=
+REQUIRE_SETUID_SANDBOX=
+fi
+# Check if sandbox binary has a setuid flag.
+if [[ "$(stat -c '%a %u:%g' "$SANDBOX_FILE")" == '4755 0:0' ]]; then
+HAS_SETUID_SANDBOX=1
+else
+HAS_SETUID_SANDBOX=
 fi
 
-# Enable SUID sandboxing for those who wish.
-if [ -n "$SETUID_SANDBOX_SET" ] || [[ "$OPERA_FLAGS" =~ 
'--enable-setuid-sandbox' ]]; then
-OPERA_FLAGS=$(echo "$OPERA_FLAGS" | sed -e 's/--enable-setuid-sandbox//g')
-if [ -z "$SETUID_SANDBOX_SET" ]; then
-if  ( ! xdg-su -c "chmod 4755 "$SANDBOX_APP"" &> /dev/null ); then
-echo "Permission granting failed, falling back to disabled SUID 
sanboxing." >&2
-OPERA_FLAGS="$OPERA_FLAGS --disable-setuid-sandbox"
+# SUID sandboxing is required but does not exist. Let's try and fix it.
+if [ -n "$REQUIRE_SETUID_SANDBOX" ] && [ -z "$HAS_SETUID_SANDBOX" ]; then
+if [[ "$OPERA_FLAGS" =~ '--sandbox' ]]; then
+if ( ! which xdg-su &> /dev/null ) || \
+   ( ! xdg-su -c "chmod 4755 "$SANDBOX_FILE"; chown 0:0 
"$SANDBOX_FILE"" &> /dev/null ); then
+echo "Permission granting failed, falling back to disabled 
sandboxing." >&2
+OPERA_FLAGS="$OPERA_FLAGS --no-sandbox"
 fi
+else
+OPERA_FLAGS="$OPERA_FLAGS --no-sandbox"
 fi
-else
-OPERA_FLAGS="$OPERA_FLAGS --disable-setuid-sandbox"
 fi
 
 exec "$LIBDIR/$PROGNAME" $SANDBOX $CHROMIUM_FLAGS $OPERA_FLAGS "$@"




commit perl-Cookie-Baker for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Cookie-Baker for 
openSUSE:Factory checked in at 2016-09-25 14:44:43

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


Package is "perl-Cookie-Baker"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Cookie-Baker/perl-Cookie-Baker.changes  
2016-02-17 10:23:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Cookie-Baker.new/perl-Cookie-Baker.changes 
2016-09-25 14:44:45.0 +0200
@@ -1,0 +2,10 @@
+Thu Sep 22 05:12:26 UTC 2016 - co...@suse.com
+
+- updated to 0.07
+   see /usr/share/doc/packages/perl-Cookie-Baker/Changes
+
+  0.07 2016-09-21T01:35:56Z
+  
+ - Allow quoted cookie values, as per RFC 6265. #8
+
+---

Old:

  Cookie-Baker-0.06.tar.gz

New:

  Cookie-Baker-0.07.tar.gz



Other differences:
--
++ perl-Cookie-Baker.spec ++
--- /var/tmp/diff_new_pack.2Bc2GY/_old  2016-09-25 14:44:46.0 +0200
+++ /var/tmp/diff_new_pack.2Bc2GY/_new  2016-09-25 14:44:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Cookie-Baker
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Cookie-Baker
-Version:0.06
+Version:0.07
 Release:0
 %define cpan_name Cookie-Baker
 Summary:Cookie string generator / parser

++ Cookie-Baker-0.06.tar.gz -> Cookie-Baker-0.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cookie-Baker-0.06/Changes 
new/Cookie-Baker-0.07/Changes
--- old/Cookie-Baker-0.06/Changes   2015-06-29 07:54:10.0 +0200
+++ new/Cookie-Baker-0.07/Changes   2016-09-21 03:36:03.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Cookie-Baker
 
+0.07 2016-09-21T01:35:56Z
+
+   - Allow quoted cookie values, as per RFC 6265. #8
+
 0.06 2015-06-29T05:53:57Z
 
- fix compatibility issue. #4 (Thank you shogo82148)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cookie-Baker-0.06/META.json 
new/Cookie-Baker-0.07/META.json
--- old/Cookie-Baker-0.06/META.json 2015-06-29 07:54:10.0 +0200
+++ new/Cookie-Baker-0.07/META.json 2016-09-21 03:36:03.0 +0200
@@ -60,7 +60,7 @@
"provides" : {
   "Cookie::Baker" : {
  "file" : "lib/Cookie/Baker.pm",
- "version" : "0.06"
+ "version" : "0.07"
   }
},
"release_status" : "stable",
@@ -74,9 +74,10 @@
  "web" : "https://github.com/kazeburo/Cookie-Baker";
   }
},
-   "version" : "0.06",
+   "version" : "0.07",
"x_contributors" : [
   "Olaf Alders ",
   "Ichinose Shogo "
-   ]
+   ],
+   "x_serialization_backend" : "JSON::PP version 2.27203"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cookie-Baker-0.06/META.yml 
new/Cookie-Baker-0.07/META.yml
--- old/Cookie-Baker-0.06/META.yml  2015-06-29 07:54:10.0 +0200
+++ new/Cookie-Baker-0.07/META.yml  2016-09-21 03:36:03.0 +0200
@@ -8,7 +8,7 @@
 configure_requires:
   Module::Build: '0.38'
 dynamic_config: 0
-generated_by: 'Minilla/v2.4.1, CPAN::Meta::Converter version 2.141170'
+generated_by: 'Minilla/v2.4.1, CPAN::Meta::Converter version 2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,7 +27,7 @@
 provides:
   Cookie::Baker:
 file: lib/Cookie/Baker.pm
-version: '0.06'
+version: '0.07'
 requires:
   Exporter: '0'
   URI::Escape: '0'
@@ -36,7 +36,8 @@
   bugtracker: https://github.com/kazeburo/Cookie-Baker/issues
   homepage: https://github.com/kazeburo/Cookie-Baker
   repository: git://github.com/kazeburo/Cookie-Baker.git
-version: '0.06'
+version: '0.07'
 x_contributors:
   - 'Olaf Alders '
   - 'Ichinose Shogo '
+x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cookie-Baker-0.06/lib/Cookie/Baker.pm 
new/Cookie-Baker-0.07/lib/Cookie/Baker.pm
--- old/Cookie-Baker-0.06/lib/Cookie/Baker.pm   2015-06-29 07:54:10.0 
+0200
+++ new/Cookie-Baker-0.07/lib/Cookie/Baker.pm   2016-09-21 03:36:03.0 
+0200
@@ -7,12 +7,16 @@
 use URI::Escape;
 
 BEGIN {
-our $VERSION = "0.06";
+our $VERSION = "0.07";
 our @EXPORT = qw/bake_cookie crush_cookie/;
 my $use_pp = $ENV{COOKIE_

commit python3-Mako for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2016-09-25 14:44:49

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


Package is "python3-Mako"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Mako/python3-Mako.changes
2016-05-25 21:23:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Mako.new/python3-Mako.changes   
2016-09-25 14:44:56.0 +0200
@@ -1,0 +2,10 @@
+Fri Sep 23 14:19:03 UTC 2016 - toddrme2...@gmail.com
+
+- Change preun back to postun for now.
+
+---
+Thu Sep 15 23:22:18 UTC 2016 - toddrme2...@gmail.com
+
+- Implement update-alternatives
+
+---



Other differences:
--
++ python3-Mako.spec ++
--- /var/tmp/diff_new_pack.v8AySo/_old  2016-09-25 14:44:57.0 +0200
+++ /var/tmp/diff_new_pack.v8AySo/_new  2016-09-25 14:44:57.0 +0200
@@ -33,6 +33,8 @@
 Requires:   python3-Beaker >= 1.1
 Requires:   python3-MarkupSafe
 BuildArch:  noarch
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 
 %description
 Mako is a template library written in Python. It provides a familiar, non-XML 
@@ -52,16 +54,32 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+
+# Prepare for update-alternatives usage
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/mako-render 
%{buildroot}%{_bindir}/mako-render-%{py3_ver}
+ln -s -f %{_sysconfdir}/alternatives/mako-render 
%{buildroot}%{_bindir}/mako-render
+
+%post
+%_sbindir/update-alternatives \
+   --install %{_bindir}/mako-render mako-render 
%{_bindir}/mako-render-%{py3_ver} 30
+
+%postun
+if [ $1 -eq 0 ] ; then
+%_sbindir/update-alternatives --remove mako-render 
%{_bindir}/mako-render-%{py3_ver}
+fi
 
 %check
 python3 setup.py test
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES LICENSE README.rst examples
+%doc CHANGES LICENSE README.rst
+%doc examples
+%{_bindir}/mako-render
 %{_bindir}/mako-render-%{py3_ver}
+%ghost %{_sysconfdir}/alternatives/mako-render
 %{python3_sitelib}/mako/
-%{python3_sitelib}/Mako-%{version}-py%{py3_ver}.egg-info
+%{python3_sitelib}/Mako-%{version}-py*.egg-info
 
 %changelog




commit mate-themes for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-themes for openSUSE:Factory 
checked in at 2016-09-25 14:44:33

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


Package is "mate-themes"

Changes:

--- /work/SRC/openSUSE:Factory/mate-themes/mate-themes.changes  2016-09-21 
18:50:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-themes.new/mate-themes.changes 
2016-09-25 14:44:35.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 22 20:15:33 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.22.2:
+  * No changelog available.
+
+---

Old:

  mate-themes-3.20.11.tar.xz

New:

  mate-themes-3.22.2.tar.xz



Other differences:
--
++ mate-themes.spec ++
--- /var/tmp/diff_new_pack.gAZA3X/_old  2016-09-25 14:44:36.0 +0200
+++ /var/tmp/diff_new_pack.gAZA3X/_new  2016-09-25 14:44:36.0 +0200
@@ -18,10 +18,10 @@
 
 # TODO: Split up packages into individual themes.
 # mate-themes is released in different editions for different Gtk3 versions.
-# Let's use the Gtk 3.20 version for openSUSE Tumbleweed.
-%define _version 3.20
+# Let's use the Gtk 3.22 version for openSUSE Tumbleweed.
+%define _version 3.22
 Name:   mate-themes
-Version:3.20.11
+Version:3.22.2
 Release:0
 Summary:Themes for the MATE desktop
 License:LGPL-2.1+
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
 Requires:   gtk2-engine-clearlooks
 Requires:   gtk2-engine-hcengine
 Requires:   gtk2-engine-murrine

++ mate-themes-3.20.11.tar.xz -> mate-themes-3.22.2.tar.xz ++
 3155 lines of diff (skipped)




commit python-caja for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2016-09-25 14:44:08

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


Package is "python-caja"

Changes:

--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2016-04-15 
19:11:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2016-09-25 14:44:10.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Examples: Fix Caja crash on loading background-image extension.
+  * Examples: Various fixes.
+  * Update translations.
+
+---

Old:

  python-caja-1.14.0.tar.xz

New:

  python-caja-1.16.0.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.gNzTgA/_old  2016-09-25 14:44:11.0 +0200
+++ /var/tmp/diff_new_pack.gNzTgA/_new  2016-09-25 14:44:11.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   caja-python
-%define _version 1.14
+%define _version 1.16
 Name:   python-caja
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:Python bindings for Caja
 License:GPL-2.0+
@@ -27,6 +27,7 @@
 Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-3.0)
 BuildRequires:  pkgconfig(python)

++ python-caja-1.14.0.tar.xz -> python-caja-1.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.14.0/ChangeLog 
new/python-caja-1.16.0/ChangeLog
--- old/python-caja-1.14.0/ChangeLog2016-04-07 17:37:47.0 +0200
+++ new/python-caja-1.16.0/ChangeLog2016-09-19 14:25:40.0 +0200
@@ -1,3 +1,320 @@
+commit a42b47d1cc4142963e810386e706b550d9db64f8
+Author: raveit65 
+Date:   Mon Sep 19 14:24:55 2016 +0200
+
+release 1.16.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4c908a0e2a796dcca8104d48e870f28a9886f798
+Author: monsta 
+Date:   Mon Sep 19 14:41:06 2016 +0300
+
+update NEWS for 1.16
+
+ NEWS | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit f39fae90f22504c9c82d13b8fe7ee34c76ef3442
+Author: monsta 
+Date:   Mon Sep 19 14:30:38 2016 +0300
+
+sync with Transifex
+
+ po/el.po | 7 ---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 5815f585f8a6ae967aad703f39cc0dfbae669ff3
+Author: monsta 
+Date:   Wed Aug 24 00:56:13 2016 +0300
+
+examples: add dummy function to background-image extension
+
+seems like the only way to fix Caja warning:
+
+caja_menu_provider_get_background_items: assertion 'CAJA_IS_MENU_PROVIDER 
(provider)' failed
+
+ examples/background-image.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 5e5f64a97de1c1498c7a505a5adb8b83c8474c0a
+Author: monsta 
+Date:   Tue Aug 23 20:54:55 2016 +0300
+
+examples: use proper import in update-file-info-async.py
+
+ examples/update-file-info-async.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f9d3f97c99920506dca720f512687b8517aeaa24
+Author: monsta 
+Date:   Tue Aug 23 18:19:53 2016 +0300
+
+examples: fix Caja crash when loading background-image extension
+
+due to wrong background schema name
+
+ examples/background-image.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 90a9deb21146c772240c518f6cd92a127ca15015
+Author: monsta 
+Date:   Tue Aug 23 16:56:50 2016 +0300
+
+remove ancient NEWS.GNOME
+
+ NEWS.GNOME | 78 --
+ 1 file changed, 78 deletions(-)
+
+commit a30560987e61fffd40f1ec16d7c798ba41f61217
+Author: monsta 
+Date:   Tue Jun 21 17:31:06 2016 +0300
+
+po: re-add two non-empty translations
+
+ po/LINGUAS |  2 ++
+ po/pms.po  | 27 +++
+ po/uz.po   | 27 +++
+ 3 files changed, 56 insertions(+)
+
+commit 53efd96bbdfdc4a3531ebeef39e05cd5ea3fef56
+Author: monsta 
+Date:   Tue Jun 21 17:28:08 2016 +0300
+
+revert addition of empty translations
+
+they're all empty - except for two which I'll re-add later - so they
+simply don't do anything. no translated strings, no use.
+
+This reverts commit cc34243266804068147a2a1b6c25081efdc377ce.
+
+ po/af.po  | 26 --
+ po/an.po  | 26 --
+ po/as.po

commit atril for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package atril for openSUSE:Factory checked 
in at 2016-09-25 14:44:15

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


Package is "atril"

Changes:

--- /work/SRC/openSUSE:Factory/atril/atril.changes  2016-08-13 
18:30:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.atril.new/atril.changes 2016-09-25 
14:44:17.0 +0200
@@ -1,0 +2,26 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Build: Require poppler 0.18.0.
+  * Use GtkAboutDialog instead of MateAboutDialog.
+  * Drop dependency on libmate-desktop and --without-matedesktop
+build option.
+  * Update toolbar-editor from libegg.
+  * Update synctex to 1.18.
+  * Split dual mode option into dual mode with odd and even pages
+on the left.
+  * Add Ctrl+Up/Down keybindings for previous/next search results.
+  * Add caja-sendto support for sending current document by email,
+to removable device, etc.
+  * Improve named destinations support with --named-dest command line
+argument and dbus support.
+  * [dvi] Use t1 font mapping files.
+  * GTK+3: Add style class for view.
+  * GTK+3: Fix a possible crash when building with introspection
+enabled.
+  * GTK+3: Fix lots of deprecations.
+  * Some more fixes and cleanups.
+  * Update translations.
+- Switch to Gtk3.
+
+---

Old:

  atril-1.14.2.tar.xz

New:

  atril-1.16.0.tar.xz



Other differences:
--
++ atril.spec ++
--- /var/tmp/diff_new_pack.fZWKIM/_old  2016-09-25 14:44:18.0 +0200
+++ /var/tmp/diff_new_pack.fZWKIM/_new  2016-09-25 14:44:18.0 +0200
@@ -17,11 +17,11 @@
 
 
 %define sover   3
-%define _version 1.14
+%define _version 1.16
 %define typelib1 typelib-1_0-AtrilDocument-1_5_0
 %define typelib2 typelib-1_0-AtrilView-1_5_0
 Name:   atril
-Version:1.14.2
+Version:1.16.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)
@@ -49,10 +49,8 @@
 BuildRequires:  pkgconfig(libspectre)
 BuildRequires:  pkgconfig(libtiff-4)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
-BuildRequires:  pkgconfig(poppler-glib)
+BuildRequires:  pkgconfig(poppler-glib) >= 0.18.0
 BuildRequires:  pkgconfig(sm)
-BuildRequires:  pkgconfig(webkit-1.0)
 BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(zlib)
 Requires:   %{name}-backends = %{version}
@@ -63,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
@@ -172,7 +173,7 @@
   --disable-static\
   --with-pic  \
   --libexecdir=%{_libexecdir}/%{name} \
-  --with-gtk=2.0  \
+  --with-gtk=3.0  \
   --enable-introspection
 make %{?_smp_mflags}
 

++ atril-1.14.2.tar.xz -> atril-1.16.0.tar.xz ++
 125267 lines of diff (skipped)




commit mozo for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2016-09-25 14:44:01

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


Package is "mozo"

Changes:

--- /work/SRC/openSUSE:Factory/mozo/mozo.changes2016-08-26 
23:17:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2016-09-25 
14:44:05.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Add Properties and Delete buttons.
+  * Fix several drag-and-drop issues.
+  * Fix a crash when .desktop file has slash in the name.
+  * Some more fixes and cleanups.
+  * Update translations.
+- Remove mozo-gtk3.10.patch.
+
+---

Old:

  mozo-1.14.1.tar.xz
  mozo-gtk3.10.patch

New:

  mozo-1.16.0.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.0ua5af/_old  2016-09-25 14:44:07.0 +0200
+++ /var/tmp/diff_new_pack.0ua5af/_new  2016-09-25 14:44:07.0 +0200
@@ -16,17 +16,15 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mozo
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:MATE Desktop menu editor
 License:LGPL-2.1+
 Group:  System/GUI/Other
 Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE mozo-gtk3.10.patch sor.ale...@meowr.ru
-Patch0: %{name}-gtk3.10.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
@@ -56,7 +54,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen

++ mozo-1.14.1.tar.xz -> mozo-1.16.0.tar.xz ++
 1982 lines of diff (skipped)




commit caja-extensions for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package caja-extensions for openSUSE:Factory 
checked in at 2016-09-25 14:44:25

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


Package is "caja-extensions"

Changes:

--- /work/SRC/openSUSE:Factory/caja-extensions/caja-extensions.changes  
2016-08-13 18:30:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.caja-extensions.new/caja-extensions.changes 
2016-09-25 14:44:27.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * open-terminal: Fix opening the terminal in remote directories
+with single or double quotes in their names.
+  * open-terminal: Some code cleanups.
+  * Update translations.
+
+---

Old:

  caja-extensions-1.14.1.tar.xz

New:

  caja-extensions-1.16.0.tar.xz



Other differences:
--
++ caja-extensions.spec ++
--- /var/tmp/diff_new_pack.GGankk/_old  2016-09-25 14:44:29.0 +0200
+++ /var/tmp/diff_new_pack.GGankk/_new  2016-09-25 14:44:29.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   caja-extensions
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:Set of extensions for Caja, the MATE file manager
 License:GPL-2.0+

++ caja-extensions-1.14.1.tar.xz -> caja-extensions-1.16.0.tar.xz ++
 2148 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/caja-extensions-1.14.1/ChangeLog new/caja-extensions-1.16.0/ChangeLog
--- old/caja-extensions-1.14.1/ChangeLog2016-08-09 22:34:07.0 
+0200
+++ new/caja-extensions-1.16.0/ChangeLog2016-09-19 14:07:24.0 
+0200
@@ -1,23 +1,103 @@
-commit eb298491e674a9ed3454210d59189e7cd82f7efa
-Author: monsta 
-Date:   Tue Aug 9 23:31:06 2016 +0300
+commit 36145dee668768c58fad6530582b4d374a9017f0
+Author: raveit65 
+Date:   Mon Sep 19 14:06:30 2016 +0200
 
-release 1.14.1
+release 1.16.0
 
- NEWS | 5 +
  configure.ac | 2 +-
- 2 files changed, 6 insertions(+), 1 deletion(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 091cb8336ff6efd7be96514bf741c62d332b8dd7
+Author: monsta 
+Date:   Mon Sep 19 14:27:40 2016 +0300
+
+update NEWS for 1.16
+
+ NEWS | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit f413ca53cc0dc469e8ac2be37d660549fa5e4f48
+Author: monsta 
+Date:   Mon Sep 19 14:22:50 2016 +0300
+
+sync with Transifex
+
+ po/ca.po |  19 +++
+ po/lt.po |  28 +--
+ po/sk.po |   4 +-
+ po/th.po | 171 ---
+ 4 files changed, 112 insertions(+), 110 deletions(-)
+
+commit 43d2ee6772394b54c0f8184bb7798d7dd2a8bd9e
+Author: monsta 
+Date:   Mon Aug 1 11:41:20 2016 +0300
+
+open-terminal: properly quote SSH arguments
+
+fixes problem with opening terminal in remote folders
+with ' or " in their names.
+
+adapted from:
+
https://git.gnome.org/browse/nautilus-open-terminal/commit/?id=f1789425df12e054fa0b2407f7df861d98059599
+
+ open-terminal/caja-open-terminal.c | 12 +++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+commit 489c47adfa9beed22d589e45c6737194575d46e6
+Author: monsta 
+Date:   Mon Aug 1 11:15:55 2016 +0300
+
+fix distcheck
+
+ Makefile.am | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit cd4e713416d27575450d1ea4c3d9998d741b300b
+Author: monsta 
+Date:   Sat Jul 30 21:50:37 2016 +0300
 
-commit bbd33094d7074a4574c0f2cea849e8fba4573ccb
+open-terminal: fix indent a bit
+
+ open-terminal/caja-open-terminal.c | 32 
+ 1 file changed, 16 insertions(+), 16 deletions(-)
+
+commit 26b7a7c7bd97f6db5ab851fe9c1e315ba0284f57
+Author: monsta 
+Date:   Fri Jul 29 16:42:04 2016 +0300
+
+open-terminal: don't use #define just for one case
+
+ open-terminal/caja-open-terminal.c | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit a63c9b3ec8337238322f967762a23511a5ee8262
+Author: monsta 
+Date:   Fri Jul 29 16:35:13 2016 +0300
+
+open-terminal: use g_uri_parse_scheme
+
+ open-terminal/caja-open-terminal.c | 13 +
+ 1 file changed, 5 insertions(+), 8 deletions(-)
+
+commit 16e3394af0885a78b30adccc6819f03bf0d84dee
+Author: monsta 
+Date:   Fri Jul 29 1

commit perl-Minion for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Minion for openSUSE:Factory 
checked in at 2016-09-25 14:44:46

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


Package is "perl-Minion"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Minion/perl-Minion.changes  2016-09-07 
11:45:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Minion.new/perl-Minion.changes 
2016-09-25 14:44:49.0 +0200
@@ -1,0 +2,18 @@
+Tue Sep 20 05:51:48 UTC 2016 - co...@suse.com
+
+- updated to 6.0
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  6.0  2016-09-17
+- Removed TTIN, TTOU and USR1 signals from worker command.
+- Changed return value of start method in Minion::Job.
+- Added support for worker remote control commands.
+- Added commands attribute to Minion::Worker.
+- Added add_command and process_commands methods to Minion::Worker.
+- Added pid and stop methods to Minion::Job.
+- Added broadcast and receive methods to Minion::Backend::Pg.
+- Added -b option to job command.
+- Improved worker command with support for jobs and stop remote control
+  commands.
+
+---

Old:

  Minion-5.09.tar.gz

New:

  Minion-6.0.tar.gz



Other differences:
--
++ perl-Minion.spec ++
--- /var/tmp/diff_new_pack.l8suIh/_old  2016-09-25 14:44:50.0 +0200
+++ /var/tmp/diff_new_pack.l8suIh/_new  2016-09-25 14:44:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Minion
-Version:5.09
+Version:6.0
 Release:0
 %define cpan_name Minion
 Summary:Job queue
@@ -38,8 +38,9 @@
 Minion is a job queue for the at http://mojolicious.org real-time web
 framework, with support for multiple named queues, priorities, delayed
 jobs, job dependencies, job results, retries with backoff, statistics,
-distributed workers, parallel processing, autoscaling, resource leak
-protection and multiple backends (such as at http://www.postgresql.org).
+distributed workers, parallel processing, autoscaling, remote control,
+resource leak protection and multiple backends (such as at
+http://www.postgresql.org).
 
 Job queues allow you to process time and/or computationally intensive tasks
 in background processes, outside of the request/response lifecycle. Among

++ Minion-5.09.tar.gz -> Minion-6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-5.09/Changes new/Minion-6.0/Changes
--- old/Minion-5.09/Changes 2016-08-31 19:43:50.0 +0200
+++ new/Minion-6.0/Changes  2016-09-17 12:16:51.0 +0200
@@ -1,4 +1,16 @@
 
+6.0  2016-09-17
+  - Removed TTIN, TTOU and USR1 signals from worker command.
+  - Changed return value of start method in Minion::Job.
+  - Added support for worker remote control commands.
+  - Added commands attribute to Minion::Worker.
+  - Added add_command and process_commands methods to Minion::Worker.
+  - Added pid and stop methods to Minion::Job.
+  - Added broadcast and receive methods to Minion::Backend::Pg.
+  - Added -b option to job command.
+  - Improved worker command with support for jobs and stop remote control
+commands.
+
 5.09  2016-08-31
   - Added EXPERIMENTAL enqueued_jobs field to stats methods in Minion and
 Minion::Backend::Pg.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-5.09/META.json new/Minion-6.0/META.json
--- old/Minion-5.09/META.json   2016-09-01 06:21:57.0 +0200
+++ new/Minion-6.0/META.json2016-09-19 16:18:08.0 +0200
@@ -54,6 +54,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "5.09",
+   "version" : "6.0",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-5.09/META.yml new/Minion-6.0/META.yml
--- old/Minion-5.09/META.yml2016-09-01 06:21:57.0 +0200
+++ new/Minion-6.0/META.yml 2016-09-19 16:18:07.0 +0200
@@ -27,5 +27,5 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/minion.git
-version: '5.09'
+version: '6.0'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-5.09/lib/Minion/Backend/Pg.pm 
new/Minion-6.0/lib/Minion/Backend/Pg.pm
--- old/Minion-5.09/lib/Minion/Backend/Pg.pm2016-08-31 19:55:44.0 
+0200
+++ new/Minion-6.0/lib/Minion/Backend/Pg.pm 2016-09-17 02:30:26.

commit python3-jupyter_console for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_console for 
openSUSE:Factory checked in at 2016-09-25 14:44:29

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


Package is "python3-jupyter_console"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console.changes
  2016-08-05 18:16:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console.changes
 2016-09-25 14:44:30.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 22 19:20:46 UTC 2016 - toddrme2...@gmail.com
+
+- Add missing dependencies
+- Disable tests since they don't work without an interactive
+  console
+
+---



Other differences:
--
++ python3-jupyter_console.spec ++
--- /var/tmp/diff_new_pack.b1ceFP/_old  2016-09-25 14:44:31.0 +0200
+++ /var/tmp/diff_new_pack.b1ceFP/_new  2016-09-25 14:44:31.0 +0200
@@ -26,17 +26,27 @@
 Source: 
https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-Pillow
+BuildRequires:  python3-Pygments
+BuildRequires:  python3-jupyter_core
 BuildRequires:  python3-jupyter_client
 BuildRequires:  python3-jupyter_ipykernel
 BuildRequires:  python3-jupyter_ipython
 BuildRequires:  python3-prompt_toolkit
+BuildRequires:  python3-pyzmq
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-traitlets
 # Test requirements
+BuildRequires:  python3-ipython_genutils
 BuildRequires:  python3-nose
+BuildRequires:  python3-pexpect
+Requires:   python3-Pygments
+Requires:   python3-jupyter_core
 Requires:   python3-jupyter_client
 Requires:   python3-jupyter_ipykernel
 Requires:   python3-jupyter_ipython
 Requires:   python3-prompt_toolkit
+Requires:   python3-pyzmq
+Requires:   python3-traitlets
 Recommends: python3-Pillow
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -74,8 +84,9 @@
 %_sbindir/update-alternatives --remove jupyter-console 
%{_bindir}/jupyter-console-%{py3_ver}
 fi
 
-%check
-nosetests jupyter_console
+# Tests require an interactive console
+# %check
+# nosetests -s -e ZMQTerminalInteractiveShellTestCase jupyter_console
 
 %files
 %defattr(-,root,root,-)




commit caja for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package caja for openSUSE:Factory checked in 
at 2016-09-25 14:44:22

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


Package is "caja"

Changes:

--- /work/SRC/openSUSE:Factory/caja/caja.changes2016-08-13 
18:30:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.caja.new/caja.changes   2016-09-25 
14:44:24.0 +0200
@@ -1,0 +2,16 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Use GtkAboutDialog instead of MateAboutDialog.
+  * Pathbar: Always show right arrow button.
+  * Fix changing taskbar icon when switching between tabs with
+different icons.
+  * Fix lots of warnings when building docs for libcaja-extension.
+  * GTK+3: Add style classes for elements of pathbar.
+  * GTK+3: Fix drawing and changing of desktop background with
+Gtk 3.21.
+  * GTK+3: Fix a large amount of deprecations.
+  * Some more fixes and cleanups.
+  * Update translations.
+
+---

Old:

  caja-1.14.2.tar.xz

New:

  caja-1.16.0.tar.xz



Other differences:
--
++ caja.spec ++
--- /var/tmp/diff_new_pack.AChJ9h/_old  2016-09-25 14:44:25.0 +0200
+++ /var/tmp/diff_new_pack.AChJ9h/_new  2016-09-25 14:44:25.0 +0200
@@ -18,9 +18,9 @@
 
 %define lname libcaja-extension1
 %define typelib typelib-1_0-Caja-2_0
-%define _version 1.14
+%define _version 1.16
 Name:   caja
-Version:1.14.2
+Version:1.16.0
 Release:0
 Summary:File manager for the MATE desktop
 License:GPL-2.0 and LGPL-2.0
@@ -123,7 +123,6 @@
   --disable-update-mimedb \
   --disable-static\
   --with-gtk=2.0  \
-  --enable-unique \
   --enable-introspection
 make %{?_smp_mflags}
 
@@ -186,7 +185,7 @@
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/pixmaps/*
 %{_datadir}/mime/packages/*
-%{_mandir}/man?/*
+%{_mandir}/man?/*.?%{?ext_man}
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/caja.appdata.xml
 # Own common extensions directories.

++ caja-1.14.2.tar.xz -> caja-1.16.0.tar.xz ++
 325325 lines of diff (skipped)




commit perl-PAR for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package perl-PAR for openSUSE:Factory 
checked in at 2016-09-25 14:44:36

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


Package is "perl-PAR"

Changes:

--- /work/SRC/openSUSE:Factory/perl-PAR/perl-PAR.changes2015-08-02 
22:46:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PAR.new/perl-PAR.changes   2016-09-25 
14:44:43.0 +0200
@@ -1,0 +2,18 @@
+Mon Sep 19 05:46:25 UTC 2016 - co...@suse.com
+
+- updated to 1.011
+   see /usr/share/doc/packages/perl-PAR/Changes
+
+  1.011  2016-09-18
+  
+  - Move to GitHub. Thanks, OpenFoundry, for years of service.
+  
+  - Suppress warning "Use of uninitialized value in do "file" ..."
+  
+  - Put a description of its purpose into the canary file
+  
+  - Remove all traces of Internals::PAR::CLEARSTACK
+  
+  - Remove all references to http://par.perl.org/, doesn't exist anymore
+
+---

Old:

  PAR-1.010.tar.gz

New:

  PAR-1.011.tar.gz



Other differences:
--
++ perl-PAR.spec ++
--- /var/tmp/diff_new_pack.gpIxcm/_old  2016-09-25 14:44:44.0 +0200
+++ /var/tmp/diff_new_pack.gpIxcm/_new  2016-09-25 14:44:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PAR
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PAR
-Version:1.010
+Version:1.011
 Release:0
 %define cpan_name PAR
 Summary:Perl Archive Toolkit
@@ -65,10 +65,9 @@
 For convenience, you can set the 'PERL5OPT' environment variable to '-MPAR'
 to enable 'PAR' processing globally (the overhead is small if not used);
 setting it to '-MPAR=/path/to/mylib.par' will load a specific PAR file.
-Alternatively, consider using the _par.pl_ utility bundled with the the
-PAR::Packer manpage distribution, or using the self-contained _parl_
-utility which is also distributed with the PAR::Packer manpage on machines
-without PAR.pm installed.
+Alternatively, consider using the _par.pl_ utility bundled with the
+PAR::Packer distribution, or using the self-contained _parl_ utility which
+is also distributed with PAR::Packer on machines without PAR.pm installed.
 
 Note that self-containing scripts and executables created with _par.pl_ and
 _pp_ may also be used as _.par_ archives:
@@ -77,7 +76,7 @@
 % perl -MPAR=packed.exe other.pl# this also works
 % perl -MPAR -Ipacked.exe other.pl  # ditto
 
-Please see the /SYNOPSIS manpage for most typical use cases.
+Please see SYNOPSIS for most typical use cases.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -96,6 +95,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc AUTHORS Changes README TODO
+%doc AUTHORS Changes LICENSE README
 
 %changelog

++ PAR-1.010.tar.gz -> PAR-1.011.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PAR-1.010/Changes new/PAR-1.011/Changes
--- old/PAR-1.010/Changes   2015-07-13 12:50:07.0 +0200
+++ new/PAR-1.011/Changes   2016-09-18 13:17:20.0 +0200
@@ -1,3 +1,16 @@
+1.011  2016-09-18
+
+- Move to GitHub. Thanks, OpenFoundry, for years of service.
+
+- Suppress warning "Use of uninitialized value in do "file" ..."
+
+- Put a description of its purpose into the canary file
+
+- Remove all traces of Internals::PAR::CLEARSTACK
+
+- Remove all references to http://par.perl.org/, doesn't exist anymore
+
+
 1.010  2015-07-13
 
   - Fix #101800 "[PATCH] Reinstate files to inc dir if deleted by external 
process"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PAR-1.010/LICENSE new/PAR-1.011/LICENSE
--- old/PAR-1.010/LICENSE   1970-01-01 01:00:00.0 +0100
+++ new/PAR-1.011/LICENSE   2016-09-18 13:00:22.0 +0200
@@ -0,0 +1,201 @@
+  The Artistic License 2.0
+
+   Copyright (c) 2000-2006, The Perl Foundation.
+
+ Everyone is permitted to copy and distribute verbatim copies
+  of this license document, but changing it is not allowed.
+
+Preamble
+
+This license establishes the terms under which a given free software
+Package may be copied, modified, distributed, and/or redistributed.
+The intent is that the Copyright Holder maintains some artistic
+control over the development of that Package while still keeping the
+Package available as open source and free software.
+
+You are a

commit mate-utils for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-utils for openSUSE:Factory 
checked in at 2016-09-25 14:44:05

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


Package is "mate-utils"

Changes:

--- /work/SRC/openSUSE:Factory/mate-utils/mate-utils.changes2016-08-17 
12:04:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-utils.new/mate-utils.changes   
2016-09-25 14:44:08.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Add --version command line option to mate-screenshot.
+  * GTK+3: Fix a mate-dictionary segfault with Gtk 3.21.
+  * GTK+3: Fix lots of deprecations in all applications.
+  * Update translations.
+
+---

Old:

  mate-utils-1.14.1.tar.xz

New:

  mate-utils-1.16.0.tar.xz



Other differences:
--
++ mate-utils.spec ++
--- /var/tmp/diff_new_pack.IicgOz/_old  2016-09-25 14:44:09.0 +0200
+++ /var/tmp/diff_new_pack.IicgOz/_new  2016-09-25 14:44:09.0 +0200
@@ -18,9 +18,9 @@
 
 %define soname_dict libmatedict
 %define sover_dict 6
-%define _version 1.14
+%define _version 1.16
 Name:   mate-utils
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:MATE Desktop utilities
 License:GPL-2.0+ and LGPL-2.0+ and GFDL-1.1

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




commit mate-user-share for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-user-share for openSUSE:Factory 
checked in at 2016-09-25 14:43:56

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


Package is "mate-user-share"

Changes:

--- /work/SRC/openSUSE:Factory/mate-user-share/mate-user-share.changes  
2016-04-15 19:10:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-user-share.new/mate-user-share.changes 
2016-09-25 14:43:59.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Build: Use 'm4' dir for m4 macros, like in other projects.
+  * GTK+3: Port from libunique to GtkApplication.
+  * Make distcheck use a currently selected GTK+ version.
+  * Update translations.
+
+---

Old:

  mate-user-share-1.14.0.tar.xz

New:

  mate-user-share-1.16.0.tar.xz



Other differences:
--
++ mate-user-share.spec ++
--- /var/tmp/diff_new_pack.IPK0p6/_old  2016-09-25 14:44:00.0 +0200
+++ /var/tmp/diff_new_pack.IPK0p6/_new  2016-09-25 14:44:00.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-user-share
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:MATE Desktop file sharing for the masses
 License:GPL-2.0+
@@ -28,6 +28,7 @@
 BuildRequires:  gnome-doc-utils
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -36,7 +37,6 @@
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 BuildRequires:  pkgconfig(libcanberra-gtk)
 BuildRequires:  pkgconfig(libnotify)
-#BuildRequires:  pkgconfig(mate-bluetooth-1.0)
 BuildRequires:  pkgconfig(unique-1.0)
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
@@ -63,10 +63,6 @@
 %find_lang %{name}
 %suse_update_desktop_file %{name}-properties
 
-if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
-rm -rf %{buildroot}%{_datadir}/MateConf/
-fi
-
 %post
 %desktop_database_post
 %icon_theme_cache_post

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




commit pluma for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2016-09-25 14:44:12

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


Package is "pluma"

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2016-08-17 
12:04:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2016-09-25 
14:44:14.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Use GtkAboutDialog instead of MateAboutDialog.
+  * Drop dependency on libmate-desktop and --without-matedesktop
+build option.
+  * GTK+3: Fix lots of deprecations.
+  * Some more fixes and cleanups.
+  * Update translations.
+
+---

Old:

  pluma-1.14.1.tar.xz

New:

  pluma-1.16.0.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.TL0t5j/_old  2016-09-25 14:44:15.0 +0200
+++ /var/tmp/diff_new_pack.TL0t5j/_new  2016-09-25 14:44:15.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   pluma
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+
@@ -35,7 +35,6 @@
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtksourceview-2.0)
 BuildRequires:  pkgconfig(iso-codes)
-BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  pkgconfig(pygtk-2.0)
 BuildRequires:  pkgconfig(pygtksourceview-2.0)
@@ -63,7 +62,6 @@
 Summary:Small and lightweight UTF-8 text editor
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
-Requires:   pkgconfig
 Requires:   pkgconfig(gtksourceview-2.0)
 # mate-text-editor-devel was last used in openSUSE 13.1.
 Provides:   mate-text-editor-devel = %{version}

++ pluma-1.14.1.tar.xz -> pluma-1.16.0.tar.xz ++
 69790 lines of diff (skipped)




commit mate-system-monitor for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-system-monitor for 
openSUSE:Factory checked in at 2016-09-25 14:43:48

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


Package is "mate-system-monitor"

Changes:

--- /work/SRC/openSUSE:Factory/mate-system-monitor/mate-system-monitor.changes  
2016-08-17 12:04:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-system-monitor.new/mate-system-monitor.changes 
2016-09-25 14:43:49.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Update translations.
+- Remove mate-system-monitor-gtk3.10.patch.
+
+---

Old:

  mate-system-monitor-1.14.1.tar.xz
  mate-system-monitor-gtk3.10.patch

New:

  mate-system-monitor-1.16.0.tar.xz



Other differences:
--
++ mate-system-monitor.spec ++
--- /var/tmp/diff_new_pack.bfqjKq/_old  2016-09-25 14:43:50.0 +0200
+++ /var/tmp/diff_new_pack.bfqjKq/_new  2016-09-25 14:43:50.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-system-monitor
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:MATE Desktop system monitor
 License:GPL-2.0+
@@ -27,8 +27,6 @@
 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
-# PATCH-FIX-OPENSUSE mate-system-monitor-gtk3.10.patch sor.ale...@meowr.ru
-Patch1: %{name}-gtk3.10.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libxml2-python
@@ -39,20 +37,16 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(dconf)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(gtkmm-3.0)
 BuildRequires:  pkgconfig(libgtop-2.0)
 BuildRequires:  pkgconfig(librsvg-2.0)
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires:   xdg-utils
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
-%if 0%{?suse_version} > 1310
-BuildRequires:  pkgconfig(libsystemd)
-%else
-BuildRequires:  pkgconfig(libsystemd-login)
-%endif
 
 %description
 Process viewer and system resource monitor for the MATE. This
@@ -65,7 +59,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen

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




commit caja-dropbox for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package caja-dropbox for openSUSE:Factory 
checked in at 2016-09-25 14:44:17

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


Package is "caja-dropbox"

Changes:

--- /work/SRC/openSUSE:Factory/caja-dropbox/caja-dropbox.changes
2016-04-15 19:09:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.caja-dropbox.new/caja-dropbox.changes   
2016-09-25 14:44:21.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Some code cleanups.
+- Extend caja-dropbox_no-dropbox-bin.patch to dependency check.
+
+---

Old:

  caja-dropbox-1.14.0.tar.xz

New:

  caja-dropbox-1.16.0.tar.xz



Other differences:
--
++ caja-dropbox.spec ++
--- /var/tmp/diff_new_pack.8aZMDx/_old  2016-09-25 14:44:23.0 +0200
+++ /var/tmp/diff_new_pack.8aZMDx/_new  2016-09-25 14:44:23.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   caja-dropbox
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:Dropbox client integrated into Caja
 License:GPL-3.0+
@@ -29,8 +29,6 @@
 Patch0: caja-dropbox_no-dropbox-bin.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-common >= %{_version}
-BuildRequires:  python-docutils
-BuildRequires:  python-gtk
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 
@@ -61,7 +59,8 @@
 
 %build
 NOCONFIGURE=1 mate-autogen
-%configure --disable-static
+%configure \
+  --disable-static
 make %{?_smp_mflags}
 
 %install

++ caja-dropbox-1.14.0.tar.xz -> caja-dropbox-1.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-dropbox-1.14.0/ChangeLog 
new/caja-dropbox-1.16.0/ChangeLog
--- old/caja-dropbox-1.14.0/ChangeLog   2016-04-08 13:37:35.0 +0200
+++ new/caja-dropbox-1.16.0/ChangeLog   2016-09-19 10:57:32.0 +0200
@@ -1,3 +1,52 @@
+commit 17ea6236880a7b37e633eba90f5829640c802515
+Author: monsta 
+Date:   Mon Sep 19 11:56:52 2016 +0300
+
+release 1.16.0
+
+ NEWS | 4 ++--
+ configure.ac | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 9f9e7672b6b93dd0b49fdff7225fe95fc97eb452
+Author: monsta 
+Date:   Thu Sep 1 13:42:22 2016 +0300
+
+drop some checks and code regarding glib < 2.14
+
+ src/dropbox-command-client.c | 18 +-
+ 1 file changed, 1 insertion(+), 17 deletions(-)
+
+commit 65b4b24f46b7712bcfea69ed40930a3795b23116
+Author: monsta 
+Date:   Thu Sep 1 13:36:03 2016 +0300
+
+drop some completely unused ancient code
+
+ src/caja-dropbox.c | 15 ---
+ 1 file changed, 15 deletions(-)
+
+commit 38ffcb06b5abb35f9eb0f444819001a11af45d00
+Author: monsta 
+Date:   Thu Sep 1 13:25:41 2016 +0300
+
+drop code that's unused since gnome 2 days
+
+ src/caja-dropbox.c | 8 
+ src/caja-dropbox.h | 1 -
+ src/dropbox.c  | 1 -
+ 3 files changed, 10 deletions(-)
+
+commit 7f66967ba8cdcd67ad90143bedfc5ece728b040c
+Author: Martin Wimpress 
+Date:   Sun Jun 12 15:14:48 2016 +0100
+
+Bump version to 1.15.0
+
+ NEWS | 5 +
+ configure.ac | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
 commit 9812760d82e747b427e14851e6fb9842c7b598dc
 Author: monsta 
 Date:   Fri Apr 8 14:37:12 2016 +0300
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-dropbox-1.14.0/NEWS new/caja-dropbox-1.16.0/NEWS
--- old/caja-dropbox-1.14.0/NEWS2016-04-08 13:01:31.0 +0200
+++ new/caja-dropbox-1.16.0/NEWS2016-09-19 10:54:19.0 +0200
@@ -1,3 +1,8 @@
+caja-dropbox 1.16.0
+==
+
+   * Some code cleanups
+
 caja-dropbox 1.14.0
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-dropbox-1.14.0/configure 
new/caja-dropbox-1.16.0/configure
--- old/caja-dropbox-1.14.0/configure   2016-04-08 13:37:26.0 +0200
+++ new/caja-dropbox-1.16.0/configure   2016-09-19 10:57:23.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for caja-dropbox 1.14.0.
+# Generated by GNU Autoconf 2.69 for caja-dropbox 1.16.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='caja-dropbox'
 PACKAGE_TARNAME='caja-dropbox'
-PACKAGE_VERSION='1.14.0'
-PACKAGE_STRING='caja-dropbox 1.14.0'
+PACKAGE_VERSION='1.16.0'

commit mate-icon-theme for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-icon-theme for openSUSE:Factory 
checked in at 2016-09-25 14:42:59

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


Package is "mate-icon-theme"

Changes:

--- /work/SRC/openSUSE:Factory/mate-icon-theme/mate-icon-theme.changes  
2016-04-15 19:09:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-icon-theme.new/mate-icon-theme.changes 
2016-09-25 14:43:02.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Add missing mate.svg.
+  * Update translations.
+
+---

Old:

  mate-icon-theme-1.14.0.tar.xz

New:

  mate-icon-theme-1.16.0.tar.xz



Other differences:
--
++ mate-icon-theme.spec ++
--- /var/tmp/diff_new_pack.OSeNd1/_old  2016-09-25 14:43:04.0 +0200
+++ /var/tmp/diff_new_pack.OSeNd1/_new  2016-09-25 14:43:04.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-icon-theme
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:MATE icon theme
 License:LGPL-3.0 and CC-BY-3.0
@@ -29,7 +29,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  icon-naming-utils >= 0.8.7
 BuildRequires:  mate-common >= %{_version}
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 Provides:   mate-icon-theme-devel = %{version}
 BuildArch:  noarch
 

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




commit mate-user-guide for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-user-guide for openSUSE:Factory 
checked in at 2016-09-25 14:43:59

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


Package is "mate-user-guide"

Changes:

--- /work/SRC/openSUSE:Factory/mate-user-guide/mate-user-guide.changes  
2016-04-15 19:10:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-user-guide.new/mate-user-guide.changes 
2016-09-25 14:44:02.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Update translations.
+
+---

Old:

  mate-user-guide-1.14.0.tar.xz

New:

  mate-user-guide-1.16.0.tar.xz



Other differences:
--
++ mate-user-guide.spec ++
--- /var/tmp/diff_new_pack.3HaBVq/_old  2016-09-25 14:44:03.0 +0200
+++ /var/tmp/diff_new_pack.3HaBVq/_new  2016-09-25 14:44:03.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-user-guide
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:User guide for the MATE desktop
 License:GFDL-1.1+
@@ -26,6 +26,7 @@
 Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0)
 Requires:   yelp
@@ -56,7 +57,7 @@
 %{_datadir}/applications/%{name}.desktop
 %doc %{_datadir}/help/C/%{name}/
 
-%files -n %{name}-lang -f %{name}.lang
+%files lang -f %{name}.lang
 %defattr(-,root,root)
 
 %changelog

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




commit mate-notification-daemon for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-notification-daemon for 
openSUSE:Factory checked in at 2016-09-25 14:43:14

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


Package is "mate-notification-daemon"

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-notification-daemon/mate-notification-daemon.changes
2016-07-03 12:29:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-notification-daemon.new/mate-notification-daemon.changes
   2016-09-25 14:43:16.0 +0200
@@ -1,0 +2,13 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Build: Use 'm4' dir instead of 'macros' for m4 macros, like
+in other projects.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
+--with-gtk build option.
+  * Add support for GNotification.
+  * Fix escaping of special characters.
+  * Fix various GTK+ deprecations.
+  * Update translations.
+
+---

Old:

  mate-notification-daemon-1.14.1.tar.xz

New:

  mate-notification-daemon-1.16.0.tar.xz



Other differences:
--
++ mate-notification-daemon.spec ++
--- /var/tmp/diff_new_pack.h4cwpT/_old  2016-09-25 14:43:17.0 +0200
+++ /var/tmp/diff_new_pack.h4cwpT/_new  2016-09-25 14:43:17.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-notification-daemon
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:Notification daemon for MATE
 License:GPL-2.0+
@@ -31,7 +31,7 @@
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libwnck-3.0)
@@ -52,8 +52,7 @@
 %configure \
   --libexecdir=%{_libexecdir}/%{name} \
   --disable-static\
-  --disable-schemas-install   \
-  --with-gtk=3.0
+  --disable-schemas-install
 make %{?_smp_mflags}
 
 %install
@@ -74,7 +73,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS
+%doc AUTHORS COPYING NEWS
 %{_bindir}/mate-notification-properties
 %dir %{_libexecdir}/mate-notification-daemon/
 %{_libexecdir}/mate-notification-daemon/mate-notification-daemon

++ mate-notification-daemon-1.14.1.tar.xz -> 
mate-notification-daemon-1.16.0.tar.xz ++
 22790 lines of diff (skipped)




commit mate-terminal for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-terminal for openSUSE:Factory 
checked in at 2016-09-25 14:43:52

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


Package is "mate-terminal"

Changes:

--- /work/SRC/openSUSE:Factory/mate-terminal/mate-terminal.changes  
2016-08-17 12:04:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-terminal.new/mate-terminal.changes 
2016-09-25 14:43:56.0 +0200
@@ -1,0 +2,16 @@
+Thu Sep 22 13:20:07 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Move to GTK+3, require GTK+ 3.14 and VTE 0.38 (API 2.91).
+  * Drop GTK+2 code and --with-gtk build option.
+  * Use GtkAboutDialog instead of MateAboutDialog.
+  * Copy dconf and gsettings helpers from libmate-desktop and drop
+dependency on libmate-desktop.
+  * React on WM change only on X11.
+  * Fix lots of GTK+ deprecations.
+  * Some more fixes and cleanups.
+  * Update translations.
+- Add mate-terminal-geometry-positioning.patch: Add back --geometry
+  positioning support.
+
+---

Old:

  mate-terminal-1.14.1.tar.xz

New:

  mate-terminal-1.16.0.tar.xz
  mate-terminal-geometry-positioning.patch



Other differences:
--
++ mate-terminal.spec ++
--- /var/tmp/diff_new_pack.s4HsKh/_old  2016-09-25 14:43:58.0 +0200
+++ /var/tmp/diff_new_pack.s4HsKh/_new  2016-09-25 14:43:58.0 +0200
@@ -16,15 +16,17 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-terminal
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:MATE Desktop terminal emulator
 License:GPL-3.0+
 Group:  System/GUI/Other
 Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM mate-terminal-geometry-positioning.patch 
sor.ale...@meowr.ru -- Add back --geometry positioning support.
+Patch0: mate-terminal-geometry-positioning.patch
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
@@ -33,10 +35,9 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(dconf)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(sm)
-BuildRequires:  pkgconfig(vte)
+BuildRequires:  pkgconfig(vte-2.91)
 Requires:   gsettings-backend-dconf
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
@@ -52,11 +53,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
-%configure \
-  --with-gtk=2.0
+%configure
 make %{?_smp_mflags}
 
 %install

++ mate-terminal-1.14.1.tar.xz -> mate-terminal-1.16.0.tar.xz ++
 81409 lines of diff (skipped)

++ mate-terminal-geometry-positioning.patch ++
--- a/src/terminal-window.c
+++ b/src/terminal-window.c
@@ -2750,10 +2750,12 @@ terminal_window_set_size_force_grid (TerminalWindow 
*window,
 GtkWidget *app;
 gboolean result;
 int parse_result;
-unsigned int force_grid_width, force_grid_height;
+gint force_pos_x = 0, force_pos_y = 0;
+unsigned int force_grid_width = 0, force_grid_height = 0;
 int grid_width, grid_height;
 gint pixel_width, pixel_height;
 GdkWindow *gdk_window;
+GdkGravity pos_gravity;
 
 gdk_window = gtk_widget_get_window (GTK_WIDGET (window));
 result = TRUE;
@@ -2784,7 +2786,8 @@ terminal_window_set_size_force_grid (TerminalWindow 
*window,
 if (force_grid_string != NULL)
 {
 parse_result = terminal_window_XParseGeometry (force_grid_string,
-   NULL, NULL,
+   &force_pos_x,
+   &force_pos_y,
&force_grid_width,
&force_grid_height);
 if (parse_result == NoValue)
@@ -2814,11 +2817,47 @@ terminal_window_set_size_force_grid (TerminalWindow 
*window,
priv->old_chrome_width, priv->old_chrome_height,
pixel_width, pixel_height);
 
+pos_gravity = GDK_GRAVITY_NORTH_WEST;
+if ((parse_result & XNegative) && (parse_result & YNegative))
+pos_gravity = GDK_GRAVITY_SOUTH_EAST;
+else if ((parse_result & XNegative))
+pos_gravity = GDK_GRAVITY_NORTH_EAST;
+else if ((parse_result & YNegative))
+pos_gravity = GDK_GRAVITY_SOUTH_W

commit mate-session-manager for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-session-manager for 
openSUSE:Factory checked in at 2016-09-25 14:43:39

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


Package is "mate-session-manager"

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-session-manager/mate-session-manager.changes
2016-08-17 12:04:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-session-manager.new/mate-session-manager.changes
   2016-09-25 14:43:44.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
+--with-gtk build option.
+  * Update translations.
+
+---

Old:

  mate-session-manager-1.14.1.tar.xz

New:

  mate-session-manager-1.16.0.tar.xz



Other differences:
--
++ mate-session-manager.spec ++
--- /var/tmp/diff_new_pack.1Oqj2s/_old  2016-09-25 14:43:46.0 +0200
+++ /var/tmp/diff_new_pack.1Oqj2s/_new  2016-09-25 14:43:46.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-session-manager
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:MATE Session Manager
 License:GPL-2.0+
@@ -36,7 +36,7 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(xau)
@@ -96,7 +96,6 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static\
-  --with-gtk=3.0  \
   --enable-ipv6   \
   --with-default-wm=marco \
   --with-systemd=yes
@@ -109,7 +108,7 @@
 %suse_update_desktop_file mate-session-properties
 %suse_update_desktop_file %{buildroot}%{_datadir}/xsessions/mate.desktop
 
-install -Dm 0644 mate_defaults.conf 
%{buildroot}%{_sysconfdir}/mate_defaults.conf
+install -Dpm 0644 mate_defaults.conf 
%{buildroot}%{_sysconfdir}/mate_defaults.conf
 
 %post
 %icon_theme_cache_post
@@ -127,10 +126,10 @@
 %defattr(-,root,root)
 %doc COPYING NEWS README
 %{_bindir}/mate-*
-%{_datadir}/applications/mate-session-properties.desktop
-%{_datadir}/icons/hicolor/
 %{_datadir}/%{name}/
 %{_datadir}/xsessions/mate.desktop
+%{_datadir}/applications/mate-session-properties.desktop
+%{_datadir}/icons/hicolor/*/apps/mate-session-properties.*
 %{_mandir}/man?/mate-*.?%{?ext_man}
 
 %files lang -f %{name}.lang

++ mate-session-manager-1.14.1.tar.xz -> mate-session-manager-1.16.0.tar.xz 
++
 3004 lines of diff (skipped)




commit mate-screensaver for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-screensaver for 
openSUSE:Factory checked in at 2016-09-25 14:43:33

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


Package is "mate-screensaver"

Changes:

--- /work/SRC/openSUSE:Factory/mate-screensaver/mate-screensaver.changes
2016-05-23 16:40:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-screensaver.new/mate-screensaver.changes   
2016-09-25 14:43:35.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Fix locking when screensaver is already active.
+  * GTK+3: Fix background and locking in multi-monitor setup.
+  * GTK+3: Fix several deprecations.
+  * Some more fixes and cleanups.
+  * Make distcheck use a currently selected GTK+ version
+  * Update translations.
+
+---

Old:

  mate-screensaver-1.14.1.tar.xz

New:

  mate-screensaver-1.16.0.tar.xz



Other differences:
--
++ mate-screensaver.spec ++
--- /var/tmp/diff_new_pack.kgclbH/_old  2016-09-25 14:43:36.0 +0200
+++ /var/tmp/diff_new_pack.kgclbH/_new  2016-09-25 14:43:36.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-screensaver
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:MATE Desktop screensaver
 License:GPL-2.0+ and LGPL-2.0+
@@ -30,6 +30,7 @@
 BuildRequires:  libmatekbd-devel
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pam-devel
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
 BuildRequires:  xscreensaver-data

++ mate-screensaver-1.14.1.tar.xz -> mate-screensaver-1.16.0.tar.xz ++
 31158 lines of diff (skipped)




commit mate-sensors-applet for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-sensors-applet for 
openSUSE:Factory checked in at 2016-09-25 14:43:36

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


Package is "mate-sensors-applet"

Changes:

--- /work/SRC/openSUSE:Factory/mate-sensors-applet/mate-sensors-applet.changes  
2016-04-15 19:10:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-sensors-applet.new/mate-sensors-applet.changes 
2016-09-25 14:43:37.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Make distcheck use a currently selected GTK+ version.
+  * Update translations.
+
+---

Old:

  mate-sensors-applet-1.14.0.tar.xz

New:

  mate-sensors-applet-1.16.0.tar.xz



Other differences:
--
++ mate-sensors-applet.spec ++
--- /var/tmp/diff_new_pack.0XOfxS/_old  2016-09-25 14:43:38.0 +0200
+++ /var/tmp/diff_new_pack.0XOfxS/_new  2016-09-25 14:43:38.0 +0200
@@ -18,9 +18,9 @@
 
 %define soname  libmate-sensors-applet-plugin
 %define sover   0
-%define _version 1.14
+%define _version 1.16
 Name:   mate-sensors-applet
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:MATE Desktop panel applet to display sensor readings
 License:GPL-2.0
@@ -32,6 +32,7 @@
 BuildRequires:  itstool
 BuildRequires:  libsensors4-devel
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -114,7 +115,7 @@
 
 %files -n mate-applet-sensors
 %defattr(-,root,root)
-%doc ChangeLog COPYING NEWS README
+%doc COPYING NEWS README
 %{_libexecdir}/%{name}/
 %{_libdir}/%{name}/
 %{_datadir}/%{name}/

++ mate-sensors-applet-1.14.0.tar.xz -> mate-sensors-applet-1.16.0.tar.xz 
++
 4028 lines of diff (skipped)




commit mate-media for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-media for openSUSE:Factory 
checked in at 2016-09-25 14:43:02

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


Package is "mate-media"

Changes:

--- /work/SRC/openSUSE:Factory/mate-media/mate-media.changes2016-08-17 
12:04:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-media.new/mate-media.changes   
2016-09-25 14:43:04.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Update translations.
+
+---

Old:

  mate-media-1.14.1.tar.xz

New:

  mate-media-1.16.0.tar.xz



Other differences:
--
++ mate-media.spec ++
--- /var/tmp/diff_new_pack.5010jS/_old  2016-09-25 14:43:05.0 +0200
+++ /var/tmp/diff_new_pack.5010jS/_new  2016-09-25 14:43:05.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-media
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:MATE Desktop multimedia stack
 License:GPL-2.0+ and LGPL-2.1+

++ mate-media-1.14.1.tar.xz -> mate-media-1.16.0.tar.xz ++
 1984 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/mate-media-1.14.1/.version new/mate-media-1.16.0/.version
--- old/mate-media-1.14.1/.version  2015-10-07 10:47:37.0 +0200
+++ new/mate-media-1.16.0/.version  2016-09-19 06:25:15.0 +0200
@@ -1 +1 @@
-1.11.0
+1.16.0
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/mate-media-1.14.1/ChangeLog new/mate-media-1.16.0/ChangeLog
--- old/mate-media-1.14.1/ChangeLog 2016-08-13 14:40:18.0 +0200
+++ new/mate-media-1.16.0/ChangeLog 2016-09-19 06:28:24.0 +0200
@@ -1,14 +1,45 @@
-commit 696a47f99b01a76d0a190081804e3b88de1cf395
-Author: monsta 
-Date:   Sat Aug 13 15:39:33 2016 +0300
+commit a3376784919d0acccf77d4747e3124ce57b88d0c
+Author: raveit65 
+Date:   Mon Sep 19 06:24:07 2016 +0200
 
-release 1.14.1
+release 1.16.0
 
- NEWS | 8 
  configure.ac | 2 +-
- 2 files changed, 9 insertions(+), 1 deletion(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5f5e0ea46a55b7ecfa0edcb5b2e1e7a74db1ae8d
+Author: monsta 
+Date:   Sun Sep 18 14:27:56 2016 +0300
+
+update NEWS for 1.16
+
+ NEWS | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
 
-commit 47dcf016700d608decce0264840f236a5c465936
+commit 604968f331bbb017537e2f406f362fd91b9b071d
+Author: monsta 
+Date:   Sun Sep 18 14:27:06 2016 +0300
+
+sync with Transifex
+
+ po/bs.po  |  27 ---
+ po/c...@valencia.po | 101 
--
+ po/es_CO.po   |   7 ++--
+ po/fa.po  |  43 +++
+ po/ku_IQ.po   |  11 +++---
+ po/oc.po  |  92 -
+ 6 files changed, 144 insertions(+), 137 deletions(-)
+
+commit f735860e9b143e41bbfbdc185373003e9c16d6e1
+Author: raveit65 
+Date:   Fri Aug 12 18:44:32 2016 +0200
+
+GTK+-3.20 levelbar: set css name gvc-level-bar
+
+ mate-volume-control/gvc-level-bar.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 2243da022d526df5749cf101e8249de1b75253a7
 Author: raveit65 
 Date:   Fri Jul 15 21:20:01 2016 +0200
 
@@ -18,7 +49,7 @@
  configure.ac | 2 ++
  2 files changed, 4 insertions(+), 1 deletion(-)
 
-commit 6b00bde389929346e5d5eea5da05c106a16f2b1e
+commit 63bd6cc414feeffef4736823ecf9ea95a7c4d34a
 Author: monsta 
 Date:   Thu Jul 7 14:46:51 2016 +0300
 
@@ -29,7 +60,7 @@
  po/e...@shaw.po  | 1084 --
  3 files changed, 3887 deletions(-)
 
-commit 891af6ed8b07e9a9f8ef62e8fc38ead058a4d883
+commit b11bc817283a8f36a7d374ad95fe60a91f71ea1b
 Author: monsta 
 Date:   Tue Jun 21 17:48:41 2016 +0300
 
@@ -38,16 +69,17 @@
  po/LINGUAS | 1 +
  1 file changed, 1 insertion(+)
 
-commit 32132510774bb4ffe934fa644f2321d9fd1e8537
+commit 8c60cc32a97e9b612e37d12ef603b7df3a889778
 Author: raveit65 
-Date:   Fri Aug 12 18:44:32 2016 +0200
+Date:   Wed Jun 8 17:20:07 2016 +0200
 

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

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-icon-theme-faenza for 
openSUSE:Factory checked in at 2016-09-25 14:43:04

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"

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-icon-theme-faenza/mate-icon-theme-faenza.changes
2016-04-15 19:10:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-icon-theme-faenza.new/mate-icon-theme-faenza.changes
   2016-09-25 14:43:08.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Add a link to the spotify icon.
+
+---

Old:

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

New:

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



Other differences:
--
++ mate-icon-theme-faenza.spec ++
--- /var/tmp/diff_new_pack.zxgHdw/_old  2016-09-25 14:43:09.0 +0200
+++ /var/tmp/diff_new_pack.zxgHdw/_new  2016-09-25 14:43:09.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-icon-theme-faenza
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:MATE Desktop Faenza compilation theme
 License:GPL-2.0

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




commit mate-common for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-common for openSUSE:Factory 
checked in at 2016-09-25 14:42:47

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


Package is "mate-common"

Changes:

--- /work/SRC/openSUSE:Factory/mate-common/mate-common.changes  2016-04-15 
19:09:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-common.new/mate-common.changes 
2016-09-25 14:42:49.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Check only for autoreconf in mate-autogen as autoconf,
+automake, libtool, gettext are already checked by autoreconf.
+
+---

Old:

  mate-common-1.14.0.tar.xz

New:

  mate-common-1.16.0.tar.xz



Other differences:
--
++ mate-common.spec ++
--- /var/tmp/diff_new_pack.uKyOnC/_old  2016-09-25 14:42:50.0 +0200
+++ /var/tmp/diff_new_pack.uKyOnC/_new  2016-09-25 14:42:50.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-common
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:Common scripts and macros to develop with MATE
 License:GPL-3.0+
@@ -35,7 +35,7 @@
 Requires:   gettext
 Requires:   intltool >= 0.50.1
 Requires:   libtool
-Requires:   pkg-config
+Requires:   pkgconfig
 Requires:   pkgconfig(glib-2.0)
 Requires:   pkgconfig(gtk-doc)
 BuildArch:  noarch

++ mate-common-1.14.0.tar.xz -> mate-common-1.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.14.0/ChangeLog 
new/mate-common-1.16.0/ChangeLog
--- old/mate-common-1.14.0/ChangeLog2016-04-05 09:32:38.0 +0200
+++ new/mate-common-1.16.0/ChangeLog2016-09-18 07:19:11.0 +0200
@@ -1,3 +1,55 @@
+commit 03a2e245cf57c2ab0cd0d759726b37c287859a09
+Author: monsta 
+Date:   Sat Sep 17 20:36:19 2016 +0300
+
+update NEWS for 1.16
+
+ NEWS | 12 ++--
+ 1 file changed, 2 insertions(+), 10 deletions(-)
+
+commit 0cbb9c88dc747d8521be9e452b21b15bfdd98196
+Author: raveit65 
+Date:   Sat Sep 17 07:43:12 2016 +0200
+
+release 1.16.0
+
+ NEWS | 4 
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 2739d3f28240b5c106480889edfff87bd3a155c3
+Author: Martin Wimpress 
+Date:   Thu Sep 8 16:56:03 2016 +0100
+
+Bump version to 1.15.1
+
+ NEWS | 6 ++
+ configure.ac | 2 +-
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit bf70a9a2a65a04595e32cb0bd88ec9ebe885734d
+Author: Martin Wimpress 
+Date:   Fri Aug 19 09:03:24 2016 +0100
+
+mate-autogen: Check only for autoreconf
+
+autoconf, automake, libtool, gettext are already checked by autoreconf. 
Closes #19.
+
+Adapted from 
https://git.gnome.org/browse/gnome-common/commit/macros2/gnome-autogen.sh?id=17f56a49964a3ddabf0d166326989033b7d84764
+
+ macros/mate-autogen | 65 ++---
+ 1 file changed, 7 insertions(+), 58 deletions(-)
+
+commit 0fd519e90c7c8c26b1b38d87736bebfab6064bd9
+Author: raveit65 
+Date:   Tue Jun 7 11:52:26 2016 +0200
+
+release 1.15.0
+
+ NEWS | 3 +++
+ configure.ac | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
 commit 5e12c555f1a98082646812f1783e7263d32df136
 Author: raveit65 
 Date:   Tue Apr 5 09:32:05 2016 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.14.0/NEWS new/mate-common-1.16.0/NEWS
--- old/mate-common-1.14.0/NEWS 2016-04-05 09:27:50.0 +0200
+++ new/mate-common-1.16.0/NEWS 2016-09-18 07:16:09.0 +0200
@@ -1,3 +1,8 @@
+1.16.0
+
+  * Check only for autoreconf in mate-autogen as autoconf, automake,
+libtool, gettext are already checked by autoreconf
+
 1.14.0
 
   * Remove references to obsolete MATE components
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.14.0/configure 
new/mate-common-1.16.0/configure
--- old/mate-common-1.14.0/configure2016-04-05 09:32:28.0 +0200
+++ new/mate-common-1.16.0/configure2016-09-18 07:19:09.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mate-common 1.14.0.
+# Generated by GNU Autoconf 2.69 for mate-common 1.16.0.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='mate-common'
 PACKAGE_TARNAME='mate-common'
-PACKAGE_VERSI

commit mate-indicator-applet for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-indicator-applet for 
openSUSE:Factory checked in at 2016-09-25 14:42:56

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


Package is "mate-indicator-applet"

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-indicator-applet/mate-indicator-applet.changes  
2016-06-23 13:36:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-indicator-applet.new/mate-indicator-applet.changes
 2016-09-25 14:42:57.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Build: Fix checking for the new style indicators support.
+  * Update translations.
+
+---

Old:

  mate-indicator-applet-1.14.1.tar.xz

New:

  mate-indicator-applet-1.16.0.tar.xz



Other differences:
--
++ mate-indicator-applet.spec ++
--- /var/tmp/diff_new_pack.grQoOt/_old  2016-09-25 14:42:59.0 +0200
+++ /var/tmp/diff_new_pack.grQoOt/_new  2016-09-25 14:42:59.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-indicator-applet
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:Information from applications consistently on the panel
 License:GPL-3.0 and LGPL-3.0

++ mate-indicator-applet-1.14.1.tar.xz -> 
mate-indicator-applet-1.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-indicator-applet-1.14.1/ChangeLog 
new/mate-indicator-applet-1.16.0/ChangeLog
--- old/mate-indicator-applet-1.14.1/ChangeLog  2016-06-20 15:55:41.0 
+0200
+++ new/mate-indicator-applet-1.16.0/ChangeLog  2016-09-19 17:04:55.0 
+0200
@@ -1,14 +1,159 @@
-commit fe1c2de727c4c680cc2547cee0c42f3b0e54d9b1
+commit 8d76238a4772f4f2f6b554f19392711abcd96161
 Author: monsta 
-Date:   Mon Jun 20 16:54:24 2016 +0300
+Date:   Mon Sep 19 18:02:59 2016 +0300
+
+release 1.16.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d61c4f52a22e4cc6e1d99e75eaf5efb3652f7e46
+Author: monsta 
+Date:   Mon Sep 19 18:00:58 2016 +0300
+
+update NEWS for 1.16
+
+ NEWS | 9 +++--
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+commit 927e370763da63b59475676bf4114614cfd54009
+Author: monsta 
+Date:   Mon Sep 19 18:00:34 2016 +0300
+
+sync with Transifex
+
+ po/bs.po  |  7 ---
+ po/ca.po  |  6 +++---
+ po/c...@valencia.po | 15 ---
+ po/es.po  |  2 +-
+ po/es_CL.po   |  2 +-
+ po/es_CO.po   | 35 ++-
+ po/frp.po |  4 ++--
+ po/lt.po  |  7 ---
+ po/sc.po  |  9 +
+ po/ta.po  |  7 ---
+ po/uz.po  |  4 ++--
+ 11 files changed, 52 insertions(+), 46 deletions(-)
+
+commit 06f6db28648cdeff02cc07f9a7f1410b228450a4
+Author: monsta 
+Date:   Wed Sep 14 18:20:25 2016 +0300
+
+check for libindicator 12.10.2 for new style indicators support
+
+fixes build on Gentoo which has 12.10.1 - turned out this version
+had no indicator-ng yet.
+
+note that (as of now) 12.10.2 isn't officially released upstream,
+and Ubuntu has post-12.10.1 repo snapshot packaged and labeled as
+12.10.2. however, that snapshot already has 12.10.2 version in .pc
+file, so the build works with it.
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9e16b8802657838571a7fd5e11ad4af353c1af79
+Author: monsta 
+Date:   Tue Jun 21 13:21:40 2016 +0300
 
-Release 1.14.1
+Release 1.15.1
 
- NEWS | 8 
+ NEWS | 4 
  configure.ac | 2 +-
- 2 files changed, 9 insertions(+), 1 deletion(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 38e0ce8076782b08fe29d3f2814f4d82f54f7792
+Author: monsta 
+Date:   Tue Jun 21 13:16:22 2016 +0300
+
+po: drop empty translation files
+
+there's no use in pulling .po files that have only empty "msgstr" fields
+(i.e. no actual translations at all)
+
+ po/as.po   | 94 --
+ po/bn_IN.po| 94 --
+ po/de_CH.po| 94 --
+ po/dz.po   | 94 --
+ po/es_419.po   | 94 --
+ po/es_AR.po| 94 --
+ po/es_CR.po| 94 --
+ p

commit mate-netbook for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-netbook for openSUSE:Factory 
checked in at 2016-09-25 14:43:11

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


Package is "mate-netbook"

Changes:

--- /work/SRC/openSUSE:Factory/mate-netbook/mate-netbook.changes
2016-04-15 19:10:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-netbook.new/mate-netbook.changes   
2016-09-25 14:43:12.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Window Picker Applet: Use GtkAboutDialog instead of
+MateAboutDialog.
+  * Window Picker Applet: Prevent possible crash
+  * mate-maximus: Port from libunique to GApplication.
+  * Drop dependencies on libmate-desktop and libunique.
+  * Update translations.
+
+---

Old:

  mate-netbook-1.14.0.tar.xz

New:

  mate-netbook-1.16.0.tar.xz



Other differences:
--
++ mate-netbook.spec ++
--- /var/tmp/diff_new_pack.GB1KAf/_old  2016-09-25 14:43:13.0 +0200
+++ /var/tmp/diff_new_pack.GB1KAf/_new  2016-09-25 14:43:13.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-netbook
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:MATE Desktop window management tool
 License:GPL-3.0
@@ -26,13 +26,12 @@
 Url:http://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(libfakekey)
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= %{_version}
 BuildRequires:  pkgconfig(libwnck-1.0)
-BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
-BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(xtst)
 Requires:   mate-panel >= %{_version}
 Recommends: %{name}-lang
@@ -53,6 +52,7 @@
 %setup -q
 
 %build
+NOCONFIGURE=1 mate-autogen
 %configure \
   --libexecdir=%{_libexecdir}/%{name} \
   --with-gtk=2.0

++ mate-netbook-1.14.0.tar.xz -> mate-netbook-1.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/ChangeLog 
new/mate-netbook-1.16.0/ChangeLog
--- old/mate-netbook-1.14.0/ChangeLog   2016-04-08 13:41:55.0 +0200
+++ new/mate-netbook-1.16.0/ChangeLog   2016-09-19 10:31:36.0 +0200
@@ -1,3 +1,324 @@
+commit 359dca5356bc9c17976788352a746bd489eed5f3
+Author: monsta 
+Date:   Mon Sep 19 11:28:25 2016 +0300
+
+release 1.16.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5fc95c71a4ade8d19f996586fe5750da66d2207e
+Author: monsta 
+Date:   Sun Sep 18 23:36:45 2016 +0300
+
+update NEWS for 1.16
+
+ NEWS | 19 ++-
+ 1 file changed, 6 insertions(+), 13 deletions(-)
+
+commit eb995107d44463de22a0c9544e5c9c00064b04e3
+Author: monsta 
+Date:   Sun Sep 18 23:36:40 2016 +0300
+
+sync with Transifex
+
+ po/el.po|  9 +
+ po/es_CL.po |  2 +-
+ po/hr.po| 25 +
+ po/sv.po| 12 +++-
+ 4 files changed, 26 insertions(+), 22 deletions(-)
+
+commit 564a93cd88b82ef7d25bdd6584e1e483d340800c
+Author: Martin Wimpress 
+Date:   Fri Sep 9 09:52:05 2016 +0100
+
+Sync with Transifex.
+
+ po/bs.po| 15 ---
+ po/es_CO.po | 39 ---
+ 2 files changed, 28 insertions(+), 26 deletions(-)
+
+commit 2db79d560a5be28e7812e6289aa8ad43f3826339
+Author: Martin Wimpress 
+Date:   Fri Sep 9 09:50:48 2016 +0100
+
+Bump version to 1.15.2
+
+ NEWS | 6 ++
+ configure.ac | 2 +-
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit c03f19b451aaa4523cacb45f6b37867546f8f1b5
+Author: monsta 
+Date:   Thu Sep 1 15:55:29 2016 +0300
+
+window picker: disconnect some missing signal handlers
+
+should prevent crashes in some cases when object is already destroyed
+and is being accessed from signal handler after that
+
+ mate-window-picker-applet/task-item.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit e619d5a793417df8e53455eaaa1fcf905ed3616a
+Author: monsta 
+Date:   Thu Sep 1 15:54:14 2016 +0300
+
+window picker: fix code formatting a bit
+
+ mate-window-picker-applet/task-item.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 90d41af3d0107ecd33ad5d3f01e6793454d800bb
+Author: ZenWalker 
+Date:   Sun Jul 31 02:20:14 2016 +0200
+
+Port from libunique to GApplicat

commit mate-settings-daemon for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-settings-daemon for 
openSUSE:Factory checked in at 2016-09-25 14:43:45

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


Package is "mate-settings-daemon"

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-settings-daemon/mate-settings-daemon.changes
2016-08-17 12:04:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-settings-daemon.new/mate-settings-daemon.changes
   2016-09-25 14:43:46.0 +0200
@@ -1,0 +2,14 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Change default hinting style to 'hintslight'.
+  * Use 'rgba' (LCD subpixel) antialiasing by default.
+  * GTK+3: Add CSS theming for OSD (MsdOsdWindow) instead of using
+hardcoded colours.
+  * GTK+3: Fix drawing and changing of desktop background with
+Gtk 3.21.
+  * GTK+3: Fix several deprecations.
+  * Fix some build warnings.
+  * Update translations.
+
+---

Old:

  mate-settings-daemon-1.14.1.tar.xz

New:

  mate-settings-daemon-1.16.0.tar.xz



Other differences:
--
++ mate-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.Jhn6qP/_old  2016-09-25 14:43:47.0 +0200
+++ /var/tmp/diff_new_pack.Jhn6qP/_new  2016-09-25 14:43:47.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-settings-daemon
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:MATE session settings daemon
 License:GPL-2.0 and LGPL-2.1

++ mate-settings-daemon-1.14.1.tar.xz -> mate-settings-daemon-1.16.0.tar.xz 
++
 3151 lines of diff (skipped)




commit mate-power-manager for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-power-manager for 
openSUSE:Factory checked in at 2016-09-25 14:43:26

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


Package is "mate-power-manager"

Changes:

--- /work/SRC/openSUSE:Factory/mate-power-manager/mate-power-manager.changes
2016-04-15 19:10:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-power-manager.new/mate-power-manager.changes   
2016-09-25 14:43:29.0 +0200
@@ -1,0 +2,17 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Use GtkAboutDialog instead of MateAboutDialog.
+  * Stop depending on libmate-desktop.
+  * Show the primary device time remaining as the first entry in
+the context menu.
+  * Do not issue a console warning when laptop batteries are empty.
+  * GTK+3: Port from libunique to GtkApplication.
+  * GTK+3: Add css theming for OSD (MsdOsdWindow).
+  * GTK+3: Fix an empty space in tray when system has no battery.
+  * GTK+3: Fix lots of deprecations.
+  * Some more fixes and cleanups.
+  * Make distcheck use a currently selected GTK+ version.
+  * Update translations.
+
+---

Old:

  mate-power-manager-1.14.0.tar.xz

New:

  mate-power-manager-1.16.0.tar.xz



Other differences:
--
++ mate-power-manager.spec ++
--- /var/tmp/diff_new_pack.J1KD7j/_old  2016-09-25 14:43:30.0 +0200
+++ /var/tmp/diff_new_pack.J1KD7j/_new  2016-09-25 14:43:30.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-power-manager
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:MATE Desktop UPower policy management
 License:GPL-2.0
@@ -29,6 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-glib-1)

++ mate-power-manager-1.14.0.tar.xz -> mate-power-manager-1.16.0.tar.xz 
++
 155157 lines of diff (skipped)




commit mate-menus for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-menus for openSUSE:Factory 
checked in at 2016-09-25 14:43:08

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


Package is "mate-menus"

Changes:

--- /work/SRC/openSUSE:Factory/mate-menus/mate-menus.changes2016-04-15 
19:10:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-menus.new/mate-menus.changes   
2016-09-25 14:43:09.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Update translations.
+
+---

Old:

  mate-menus-1.14.0.tar.xz

New:

  mate-menus-1.16.0.tar.xz



Other differences:
--
++ mate-menus.spec ++
--- /var/tmp/diff_new_pack.lAkzrY/_old  2016-09-25 14:43:10.0 +0200
+++ /var/tmp/diff_new_pack.lAkzrY/_new  2016-09-25 14:43:10.0 +0200
@@ -19,9 +19,9 @@
 %define soname  libmate-menu
 %define sover   2
 %define typelib typelib-1_0-MateMenu-2_0
-%define _version 1.14
+%define _version 1.16
 Name:   mate-menus
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:MATE Desktop Menu
 License:GPL-2.0+ and LGPL-2.1+
@@ -31,6 +31,7 @@
 Source1:baselibs.conf
 BuildRequires:  intltool
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gio-2.0)
@@ -140,14 +141,14 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING
-%dir %{_datadir}/mate
-%dir %{_datadir}/mate/desktop-directories
-%dir %{_sysconfdir}/xdg/menus
+%dir %{_sysconfdir}/xdg/menus/
 %config %{_sysconfdir}/xdg/menus/mate-settings.menu
 %config %{_sysconfdir}/xdg/menus/mate-preferences-categories.menu
-%{_datadir}/mate/desktop-directories/mate-*.directory
-# Files from branding-upstream
+# Files from branding-upstream.
 %exclude %{_sysconfdir}/xdg/menus/mate-applications.menu
+%dir %{_datadir}/mate/desktop-directories/
+%{_datadir}/mate/desktop-directories/mate-*.directory
+%dir %{_datadir}/mate/
 
 %files branding-upstream
 %defattr (-,root,root)
@@ -159,8 +160,8 @@
 
 %files -n python-mate-menus
 %defattr(-,root,root)
-%dir %{_datadir}/mate-menus
-%{py_sitedir}/matemenu.so
+%{python_sitearch}/matemenu.so
+%dir %{_datadir}/mate-menus/
 %{_datadir}/mate-menus/examples/
 
 %files -n %{soname}%{sover}

++ mate-menus-1.14.0.tar.xz -> mate-menus-1.16.0.tar.xz ++
 2546 lines of diff (skipped)




commit mate-panel for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-panel for openSUSE:Factory 
checked in at 2016-09-25 14:43:17

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


Package is "mate-panel"

Changes:

--- /work/SRC/openSUSE:Factory/mate-panel/mate-panel.changes2016-08-17 
12:04:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-panel.new/mate-panel.changes   
2016-09-25 14:43:19.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Use GtkAboutDialog instead of MateAboutDialog.
+  * GTK+3: Use GtkColorButton/GtkColorChooser in properties
+dialogue.
+  * GTK+3: fix a lot of deprecations.
+  * Some more fixes and cleanups.
+  * Update translations.
+
+---

Old:

  mate-panel-1.14.2.tar.xz

New:

  mate-panel-1.16.0.tar.xz



Other differences:
--
++ mate-panel.spec ++
--- /var/tmp/diff_new_pack.9YwmTP/_old  2016-09-25 14:43:20.0 +0200
+++ /var/tmp/diff_new_pack.9YwmTP/_new  2016-09-25 14:43:20.0 +0200
@@ -19,9 +19,9 @@
 %define soname  libmate-panel-applet-4
 %define sover   1
 %define typelib typelib-1_0-MatePanelApplet-4_0
-%define _version 1.14
+%define _version 1.16
 Name:   mate-panel
-Version:1.14.2
+Version:1.16.0
 Release:0
 Summary:MATE Desktop Panel
 License:GPL-2.0+
@@ -36,6 +36,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  popt-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools

++ mate-panel-1.14.2.tar.xz -> mate-panel-1.16.0.tar.xz ++
 125855 lines of diff (skipped)




commit mate-polkit for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-polkit for openSUSE:Factory 
checked in at 2016-09-25 14:43:20

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


Package is "mate-polkit"

Changes:

--- /work/SRC/openSUSE:Factory/mate-polkit/mate-polkit.changes  2016-04-15 
19:11:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-polkit.new/mate-polkit.changes 
2016-09-25 14:43:26.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
+--with-gtk build option
+  * Update translations.
+
+---

Old:

  mate-polkit-1.14.0.tar.xz

New:

  mate-polkit-1.16.0.tar.xz



Other differences:
--
++ mate-polkit.spec ++
--- /var/tmp/diff_new_pack.kS3qVK/_old  2016-09-25 14:43:28.0 +0200
+++ /var/tmp/diff_new_pack.kS3qVK/_new  2016-09-25 14:43:28.0 +0200
@@ -20,9 +20,9 @@
 %define sover   0
 %define typelib typelib-1_0-PolkitGtkMate-1.0
 %define _name   polkit-mate-1
-%define _version 1.14
+%define _version 1.16
 Name:   mate-polkit
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:MATE authentification agent for polkit
 License:LGPL-2.0+
@@ -30,15 +30,16 @@
 Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-BuildRequires:  mate-common >= 1.10.0
+BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(polkit-agent-1)
 Recommends: %{name}-lang
-%if !(0%{?suse_version} == 1315 && !0%{?is_opensuse})
-BuildRequires:  pkgconfig(appindicator-0.1)
+%if !(0%{?sle_version} >= 12 && !0%{?is_opensuse})
+BuildRequires:  pkgconfig(appindicator3-0.1)
 %endif
 
 %description
@@ -80,7 +81,6 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static\
-  --with-gtk=3.0  \
   --libexecdir=%{_libexecdir}/polkit-mate
 make %{?_smp_mflags}
 

++ mate-polkit-1.14.0.tar.xz -> mate-polkit-1.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-polkit-1.14.0/ChangeLog 
new/mate-polkit-1.16.0/ChangeLog
--- old/mate-polkit-1.14.0/ChangeLog2016-04-07 21:37:18.0 +0200
+++ new/mate-polkit-1.16.0/ChangeLog2016-09-18 11:49:25.0 +0200
@@ -1,3 +1,80 @@
+commit 0b8979bf8f541f8bd578d7e42bb2b6641f3c28dd
+Author: raveit65 
+Date:   Sun Sep 18 11:48:26 2016 +0200
+
+release 1.16.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit daccde4f85089448786e64f5123a9383254537c6
+Author: monsta 
+Date:   Sun Sep 18 00:26:30 2016 +0300
+
+update NEWS for 1.16
+
+ NEWS | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit d807c8308842fd327cee0ea7408ef2bec2b31ee7
+Author: monsta 
+Date:   Sun Sep 18 00:24:57 2016 +0300
+
+sync with Transifex
+
+ po/ca.po | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 6b28055b72f782a8cb11382588546ca4d886fe30
+Author: monsta 
+Date:   Tue Jun 21 18:15:13 2016 +0300
+
+po: actually add a new language from Transifex
+
+ po/LINGUAS | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 51d4806fb7f31e13494d70a68fe7f4d3a33bb196
+Author: raveit65 
+Date:   Tue Jun 7 15:42:49 2016 +0200
+
+release 1.15.0
+
+ NEWS | 5 +
+ 1 file changed, 5 insertions(+)
+
+commit 04dd57add4baec1b96297532fcc04b6de8781033
+Author: raveit65 
+Date:   Tue Jun 7 15:39:50 2016 +0200
+
+sync with Transiflex
+
+ po/bg.po| 243 
+ po/pt_BR.po |   7 +-
+ po/uz.po|  11 +--
+ 3 files changed, 253 insertions(+), 8 deletions(-)
+
+commit 0ada84bd5b46ab534c5ed5d979b5b7f96654dedb
+Author: monsta 
+Date:   Thu May 26 11:28:30 2016 +0300
+
+bump version to 1.15.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a9222b1af3b486e12147dc0e0fe7143aa809cdec
+Author: monsta 
+Date:   Tue May 17 14:17:36 2016 +0300
+
+require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build option
+
+ configure.ac | 28 +++-
+ polkitgtkmate/Makefile.am|  4 ++--
+ polkitgtkmate/example.c  |  4 
+ src/polkitmateauthenticati

commit mate-desktop for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-desktop for openSUSE:Factory 
checked in at 2016-09-25 14:42:53

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


Package is "mate-desktop"

Changes:

--- /work/SRC/openSUSE:Factory/mate-desktop/mate-desktop.changes
2016-05-23 16:40:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-desktop.new/mate-desktop.changes   
2016-09-25 14:42:54.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * mate-bg: Remove an unneeded ignore-pending-change property
+(not needed anymore since font colour fix in Caja 1.14).
+  * GTK+3: Fix various deprecations.
+  * distcheck: Explicitly use a currently selected GTK+ version.
+  * Some minor cleanups.
+  * Update translations.
+
+---

Old:

  mate-desktop-1.14.1.tar.xz

New:

  mate-desktop-1.16.0.tar.xz



Other differences:
--
++ mate-desktop.spec ++
--- /var/tmp/diff_new_pack.Bvu4di/_old  2016-09-25 14:42:55.0 +0200
+++ /var/tmp/diff_new_pack.Bvu4di/_new  2016-09-25 14:42:55.0 +0200
@@ -19,9 +19,9 @@
 %define soname  libmate-desktop-2
 %define sover   17
 %define typelib typelib-1_0-MateDesktop-2_0
-%define _version 1.14
+%define _version 1.16
 Name:   mate-desktop
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:Library with common API for various MATE modules
 License:GPL-2.0+ and LGPL-2.1+ and MIT
@@ -32,6 +32,7 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dconf) >= 0.13.4
 BuildRequires:  pkgconfig(glib-2.0)
@@ -125,7 +126,7 @@
 %find_lang %{name} %{?no_lang_C}
 find %{buildroot} -type f -name "*.la" -delete -print
 
-install -Dm 0644 %{SOURCE1} \
+install -Dpm 0644 %{SOURCE1} \
   %{buildroot}%{_sysconfdir}/xdg/autostart/user-dirs-update-mate.desktop
 %suse_update_desktop_file mate-about
 %suse_update_desktop_file mate-color-select

++ mate-desktop-1.14.1.tar.xz -> mate-desktop-1.16.0.tar.xz ++
 106305 lines of diff (skipped)




commit mate-applets for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-applets for openSUSE:Factory 
checked in at 2016-09-25 14:42:40

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


Package is "mate-applets"

Changes:

--- /work/SRC/openSUSE:Factory/mate-applets/mate-applets.changes
2016-08-17 12:06:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applets.new/mate-applets.changes   
2016-09-25 14:42:43.0 +0200
@@ -1,0 +2,12 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Build: Require polkit 0.97.
+  * Use GtkAboutDialog instead of MateAboutDialog.
+  * Netspeed: Use GtkColorButton/GtkColorChooser.
+  * Drop dependency on libmate-desktop.
+  * GTK+3: Fix various deprecations.
+  * Some code cleanups.
+  * Update translations.
+
+---

Old:

  mate-applets-1.14.1.tar.xz

New:

  mate-applets-1.16.0.tar.xz



Other differences:
--
++ mate-applets.spec ++
--- /var/tmp/diff_new_pack.GiuDhk/_old  2016-09-25 14:42:44.0 +0200
+++ /var/tmp/diff_new_pack.GiuDhk/_new  2016-09-25 14:42:44.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-applets
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:A set of applets for the MATE Desktop
 License:GFDL-1.1 and GPL-2.0+
@@ -41,10 +41,9 @@
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libwnck-1.0)
-BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
 BuildRequires:  pkgconfig(mate-settings-daemon) >= %{_version}
 BuildRequires:  pkgconfig(mateweather) >= 1.9.0
-BuildRequires:  pkgconfig(polkit-gobject-1)
+BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.97
 BuildRequires:  pkgconfig(popt)
 BuildRequires:  pkgconfig(pygobject-3.0)
 BuildRequires:  pkgconfig(upower-glib)

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




commit eom for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package eom for openSUSE:Factory checked in 
at 2016-09-25 14:42:23

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


Package is "eom"

Changes:

--- /work/SRC/openSUSE:Factory/eom/eom.changes  2016-08-13 18:30:43.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eom.new/eom.changes 2016-09-25 
14:42:26.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Use GtkAboutDialog instead of MateAboutDialog.
+  * Fix possible out-of-bounds writes in error message area.
+  * Some cleanups.
+  * Update translations.
+
+---

Old:

  eom-1.14.2.tar.xz

New:

  eom-1.16.0.tar.xz



Other differences:
--
++ eom.spec ++
--- /var/tmp/diff_new_pack.nxnfXv/_old  2016-09-25 14:42:27.0 +0200
+++ /var/tmp/diff_new_pack.nxnfXv/_new  2016-09-25 14:42:27.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define typelib typelib-1_0-Eom-1_0
-%define _version 1.14
+%define _version 1.16
 Name:   eom
-Version:1.14.2
+Version:1.16.0
 Release:0
 Summary:MATE Desktop graphics viewer
 License:GPL-2.0+ and LGPL-2.1+
@@ -117,14 +117,14 @@
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/%{name}
 %{_libdir}/%{name}/
+%{_datadir}/%{name}/
+%{_datadir}/glib-2.0/schemas/*.xml
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/%{name}/
-%{_datadir}/glib-2.0/schemas/*.xml
-%{_datadir}/help/C/%{name}/
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_mandir}/man?/%{name}.?%{?ext_man}
+%{_datadir}/help/C/%{name}/
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++ eom-1.14.2.tar.xz -> eom-1.16.0.tar.xz ++
 89323 lines of diff (skipped)




commit marco for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package marco for openSUSE:Factory checked 
in at 2016-09-25 14:42:30

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


Package is "marco"

Changes:

--- /work/SRC/openSUSE:Factory/marco/marco.changes  2016-05-23 
16:40:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.marco.new/marco.changes 2016-09-25 
14:42:31.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Make distcheck use a currently selected GTK+ version.
+  * Update translations.
+
+---

Old:

  marco-1.14.2.tar.xz

New:

  marco-1.16.0.tar.xz



Other differences:
--
++ marco.spec ++
--- /var/tmp/diff_new_pack.uZHEXQ/_old  2016-09-25 14:42:32.0 +0200
+++ /var/tmp/diff_new_pack.uZHEXQ/_new  2016-09-25 14:42:32.0 +0200
@@ -18,9 +18,9 @@
 
 %define soname  libmarco-private
 %define sover   0
-%define _version 1.14
+%define _version 1.16
 Name:   marco
-Version:1.14.2
+Version:1.16.0
 Release:0
 Summary:MATE window manager
 License:GPL-2.0+
@@ -109,9 +109,6 @@
 %suse_update_desktop_file %{name}
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/mate/wm-properties/%{name}-wm.desktop
 %fdupes %{buildroot}%{_datadir}/themes/
-if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
-rm -rf %{buildroot}%{_datadir}/MateConf/
-fi
 
 %post
 %desktop_database_post

++ marco-1.14.2.tar.xz -> marco-1.16.0.tar.xz ++
 33666 lines of diff (skipped)




commit python3-click for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package python3-click for openSUSE:Factory 
checked in at 2016-09-25 14:42:11

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


Package is "python3-click"

Changes:

--- /work/SRC/openSUSE:Factory/python3-click/python3-click.changes  
2016-07-24 19:52:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-click.new/python3-click.changes 
2016-09-25 14:42:15.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 16 00:00:37 UTC 2016 - toddrme2...@gmail.com
+
+- Implement tests
+
+---



Other differences:
--
++ python3-click.spec ++
--- /var/tmp/diff_new_pack.SY17Pk/_old  2016-09-25 14:42:16.0 +0200
+++ /var/tmp/diff_new_pack.SY17Pk/_new  2016-09-25 14:42:16.0 +0200
@@ -26,6 +26,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/c/click/click-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-pytest
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -43,12 +44,18 @@
 %setup -q -n click-%{version}
 
 %build
+export LANG=en_US.UTF-8
 python3 setup.py build
 
 %install
+export LANG=en_US.UTF-8
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
+export LANG=en_US.UTF-8
+pushd tests
+PYTHONPATH=%{buildroot}%{python3_sitelib} py.test --tb=short
+popd
 
 %files
 %defattr(-,root,root,-)




commit python3-SQLAlchemy for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package python3-SQLAlchemy for 
openSUSE:Factory checked in at 2016-09-25 14:42:08

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


Package is "python3-SQLAlchemy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-SQLAlchemy/python3-SQLAlchemy.changes
2016-05-25 21:28:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new/python3-SQLAlchemy.changes   
2016-09-25 14:42:10.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 15 23:15:10 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 1.0.15:
+  * See 
http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.15
+   
http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.14
+
+---

Old:

  SQLAlchemy-1.0.13.tar.gz

New:

  SQLAlchemy-1.0.15.tar.gz



Other differences:
--
++ python3-SQLAlchemy.spec ++
--- /var/tmp/diff_new_pack.w6B2NZ/_old  2016-09-25 14:42:13.0 +0200
+++ /var/tmp/diff_new_pack.w6B2NZ/_new  2016-09-25 14:42:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-SQLAlchemy
-Version:1.0.13
+Version:1.0.15
 Release:0
 Url:http://www.sqlalchemy.org
 Summary:Database Abstraction Library
@@ -27,7 +27,7 @@
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-nose
+BuildRequires:  python3-pytest
 BuildRequires:  python3-setuptools
 BuildConflicts: python3-buildservice-tweak
 
@@ -62,9 +62,8 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-# Tests fail for all versions
 %check
-python3 ./sqla_nose.py
+py.test
 
 %files
 %defattr(-,root,root,-)

++ SQLAlchemy-1.0.13.tar.gz -> SQLAlchemy-1.0.15.tar.gz ++
 17355 lines of diff (skipped)




commit mate-control-center for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-control-center for 
openSUSE:Factory checked in at 2016-09-25 14:42:49

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


Package is "mate-control-center"

Changes:

--- /work/SRC/openSUSE:Factory/mate-control-center/mate-control-center.changes  
2016-08-17 12:04:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-control-center.new/mate-control-center.changes 
2016-09-25 14:42:51.0 +0200
@@ -1,0 +2,20 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Build: Drop dconf 0.10 compatibility.
+  * Appearance: Change default hinting style to slight and render
+antialiasing samples using that style.
+  * Appearance: Render hinting samples using RGBA antialiasing.
+  * Appearance: Place theme name below theme preview in GTK+3
+build to match GTK+2 one.
+  * Appearance: Center theme name in GTK+3 build to match GTK+2
+one.
+  * Appearance: Hide Colours tab in Customise Theme dialogue in
+the GTK+3 build as changing theme colours doesn't work in GTK+3.
+  * GTK+3: Fix build with appindicator support enabled.
+  * GTK+3: Fix showing monitors in display properties with
+GLib 2.49.6.
+  * GTK+3: Fix various deprecations.
+  * Some code cleanups.
+
+---

Old:

  mate-control-center-1.14.1.tar.xz

New:

  mate-control-center-1.16.0.tar.xz



Other differences:
--
++ mate-control-center.spec ++
--- /var/tmp/diff_new_pack.DVdMwI/_old  2016-09-25 14:42:52.0 +0200
+++ /var/tmp/diff_new_pack.DVdMwI/_new  2016-09-25 14:42:52.0 +0200
@@ -20,9 +20,9 @@
 %define sover   1
 %define soname_slab libmate-slab
 %define sover_slab 0
-%define _version 1.14
+%define _version 1.16
 Name:   mate-control-center
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:MATE Desktop control center
 License:GPL-2.0+
@@ -36,7 +36,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(dconf)
+BuildRequires:  pkgconfig(dconf) >= 0.11.0
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)

++ mate-control-center-1.14.1.tar.xz -> mate-control-center-1.16.0.tar.xz 
++
 5169 lines of diff (skipped)




commit engrampa for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package engrampa for openSUSE:Factory 
checked in at 2016-09-25 14:42:18

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


Package is "engrampa"

Changes:

--- /work/SRC/openSUSE:Factory/engrampa/engrampa.changes2016-05-23 
16:40:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.engrampa.new/engrampa.changes   2016-09-25 
14:42:20.0 +0200
@@ -1,0 +2,19 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
+--with-gtk build option.
+  * Port to GtkApplication.
+  * Use natural sort order when sorting by filename.
+  * Use application chooser dialog from GTK+ for "Open With"
+command instead of custom code.
+  * Make "encrypt header" option insensitive if no password is
+specified.
+  * Give unrar priority over p7zip when processing RAR archives.
+  * 7z: Add support for p7zip-rar >= 15.14.
+  * 7z: Fix issues with files prefixed with '@'.
+  * Fix some GTK+ deprecations.
+  * Some more fixes and cleanups.
+  * Update translations.
+
+---

Old:

  engrampa-1.14.1.tar.xz

New:

  engrampa-1.16.0.tar.xz



Other differences:
--
++ engrampa.spec ++
--- /var/tmp/diff_new_pack.nkgeUG/_old  2016-09-25 14:42:21.0 +0200
+++ /var/tmp/diff_new_pack.nkgeUG/_new  2016-09-25 14:42:21.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   engrampa
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:MATE Desktop archive manager
 License:GPL-2.0+ and LGPL-2.0+
@@ -29,10 +29,11 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 BuildRequires:  pkgconfig(sm)
 Recommends: %{name}-lang
@@ -68,10 +69,10 @@
 %setup -q
 
 %build
+NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static\
   --disable-scrollkeeper  \
-  --with-gtk=2.0  \
   --libexecdir=%{_libexecdir}/%{name}
 make %{?_smp_mflags}
 
@@ -80,10 +81,6 @@
 %find_lang %{name} %{?no_lang_C}
 find %{buildroot} -type f -name "*.la" -delete -print
 
-if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
-rm -rf %{buildroot}%{_datadir}/MateConf/
-fi
-
 %post
 %desktop_database_postun
 %icon_theme_cache_postun

++ engrampa-1.14.1.tar.xz -> engrampa-1.16.0.tar.xz ++
 149012 lines of diff (skipped)




commit mate-backgrounds for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2016-09-25 14:42:44

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


Package is "mate-backgrounds"

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2016-04-15 19:09:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds.changes   
2016-09-25 14:42:47.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Update translations.
+
+---

Old:

  mate-backgrounds-1.14.0.tar.xz

New:

  mate-backgrounds-1.16.0.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.BO8hUl/_old  2016-09-25 14:42:49.0 +0200
+++ /var/tmp/diff_new_pack.BO8hUl/_new  2016-09-25 14:42:49.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-backgrounds
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:A set of backgrounds packaged with the MATE desktop
 License:GPL-2.0
@@ -39,6 +39,7 @@
 %setup -q
 
 %build
+NOCONFIGURE=1 mate-autogen
 %configure
 make %{?_smp_mflags}
 

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




commit libmatekbd for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package libmatekbd for openSUSE:Factory 
checked in at 2016-09-25 14:42:21

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


Package is "libmatekbd"

Changes:

--- /work/SRC/openSUSE:Factory/libmatekbd/libmatekbd.changes2016-05-30 
09:59:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmatekbd.new/libmatekbd.changes   
2016-09-25 14:42:22.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Require libxklavier 5.2 and use its introspection.
+  * GTK+3: Fix some deprecations.
+  * distcheck: Explicitly use a currently selected GTK+ version.
+  * Update translations.
+
+---

Old:

  libmatekbd-1.14.1.tar.xz

New:

  libmatekbd-1.16.0.tar.xz



Other differences:
--
++ libmatekbd.spec ++
--- /var/tmp/diff_new_pack.dq8NAn/_old  2016-09-25 14:42:23.0 +0200
+++ /var/tmp/diff_new_pack.dq8NAn/_new  2016-09-25 14:42:23.0 +0200
@@ -17,10 +17,10 @@
 
 
 %define typelib typelib-1_0-Matekbd-1_0
-%define _version 1.14
+%define _version 1.16
 %define sover   4
 Name:   libmatekbd
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:MATE Desktop keyboard configuration libraries
 License:LGPL-2.1+
@@ -29,13 +29,14 @@
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gdk-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libxklavier)
+BuildRequires:  pkgconfig(libxklavier) >= 5.2
 %glib2_gsettings_schema_requires
 
 %description

++ libmatekbd-1.14.1.tar.xz -> libmatekbd-1.16.0.tar.xz ++
 2267 lines of diff (skipped)




commit libmateweather for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package libmateweather for openSUSE:Factory 
checked in at 2016-09-25 14:42:32

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


Package is "libmateweather"

Changes:

--- /work/SRC/openSUSE:Factory/libmateweather/libmateweather.changes
2016-09-07 11:48:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmateweather.new/libmateweather.changes   
2016-09-25 14:42:35.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Locations: Update ICAO code for Quito, Ecuador.
+  * Locations: Correct coordinates for Minsk airport (code UMMS).
+  * Update translations.
+
+---

Old:

  libmateweather-1.14.3.tar.xz

New:

  libmateweather-1.16.0.tar.xz



Other differences:
--
++ libmateweather.spec ++
--- /var/tmp/diff_new_pack.Tj2rQS/_old  2016-09-25 14:42:36.0 +0200
+++ /var/tmp/diff_new_pack.Tj2rQS/_new  2016-09-25 14:42:36.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sover   1
-%define _version 1.14
+%define _version 1.16
 Name:   libmateweather
-Version:1.14.3
+Version:1.16.0
 Release:0
 Summary:MATE Weather
 License:GPL-2.0+ and LGPL-2.1+

++ libmateweather-1.14.3.tar.xz -> libmateweather-1.16.0.tar.xz ++
 27321 lines of diff (skipped)




commit python3-flake8 for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package python3-flake8 for openSUSE:Factory 
checked in at 2016-09-25 14:42:15

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


Package is "python3-flake8"

Changes:

--- /work/SRC/openSUSE:Factory/python3-flake8/python3-flake8.changes
2016-08-18 09:17:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-flake8.new/python3-flake8.changes   
2016-09-25 14:42:17.0 +0200
@@ -1,0 +2,79 @@
+Thu Sep 22 15:17:52 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 3.0.4
+  * Side-step a Pickling Error when using Flake8 with multiprocessing on Unix
+systems. (See also `GitLab#164`_)
+  * Fix an Attribute Error raised when dealing with Invalid Syntax. (See also
+`GitLab#203`_)
+  * Fix an unhandled Syntax Error when tokenizing files. (See also
+`GitLab#205`_)
+- Update to 3.0.3
+  * Disable ``--jobs`` for any version of Python on Windows.
+(See also `this Python bug report`_)
+  * Raise exception when entry_point in plugin not callable.
+This raises an informative error when a plugin fails to load because its
+entry_point is not callable, which can happen with a plugin which is buggy 
or
+not updated for the current version of flake8. This is nicer than raising a
+`PicklingError` about failing to pickle a module (See also `GitLab#164`_)
+  * Fix ``# noqa`` comments followed by a ``:`` and explanation broken by
+3.0.0 (See also `GitLab#178`_)
+  * Always open our output file in append mode so we do not overwrite log
+messages. (See also `GitLab#193`_)
+  * When normalizing path values read from configuration, keep in context the
+directory where the configuration was found so that relative paths work.
+(See also `GitLab#194`_)
+  * Fix issue where users were unable to ignore plugin errors that were on
+by default. (See also `GitLab#195`_)
+  * Fix our legacy API StyleGuide's ``init_report`` method to actually override
+the previous formatter. (See also `GitLab#200`_)
+- Update to 3.0.2
+  * Fix local config file discovery.  (See also `GitLab#181`_)
+  * Fix indexing of column numbers. We accidentally were starting column 
indices
+at 0 instead of 1.
+  * Fix regression in handling of errors like E402 that rely on a combination 
of
+attributes. (See also `GitLab#186`_)
+- Update to 3.0.1
+  * Fix regression in handling of ``# noqa`` for multiline strings.
+(See also `GitLab#177`_)
+  * Fix regression in handling of ``--output-file`` when not also using
+``--verbose``. (See also `GitLab#180`_)
+  * Fix regression in handling of ``--quiet``. (See also `GitLab#180`_)
+  * Fix regression in handling of ``--statistics``. (See also `GitLab#180`_)
+- Update to 3.0.0
+  * Rewrite our documentation from scratch! (http://flake8.pycqa.org)
+  * Drop explicit support for Pythons 2.6, 3.2, and 3.3.
+  * Remove dependence on pep8/pycodestyle for file processing, plugin
+dispatching, and more. We now control all of this while keeping backwards
+compatibility.
+  * ``--select`` and ``--ignore`` can now both be specified and try to find the
+most specific rule from each. For example, if you do ``--select E --ignore
+E123`` then we will report everything that starts with ``E`` except for
+``E123``. Previously, you would have had to do ``--ignore E123,F,W`` which
+will also still work, but the former should be far more intuitive.
+  * Add support for in-line ``# noqa`` comments to specify **only** the error
+codes to be ignored, e.g., ``# noqa: E123,W503``
+  * Add entry-point for formatters as well as a base class that new formatters
+can inherit from. See the documentation for more details.
+  * Add detailed verbose output using the standard library logging module.
+  * Enhance our usage of optparse for plugin developers by adding new 
parameters
+to the ``add_option`` that plugins use to register new options.
+  * Update ``--install-hook`` to require the name of version control system 
hook
+you wish to install a Flake8.
+  * Stop checking sub-directories more than once via the setuptools command
+  * When passing a file on standard-in, allow the caller to specify
+``--stdin-display-name`` so the output is properly formatted
+  * The Git hook now uses ``sys.executable`` to format the shebang line.
+This allows Flake8 to install a hook script from a virtualenv that points 
to
+that virtualenv's Flake8 as opposed to a global one (without the virtualenv
+being sourced).
+  * Print results in a deterministic and consistent ordering when used with
+multiprocessing
+  * When using ``--count``, the output is no longer written to stderr.
+  * AST plugins can either be functions or classes and all plugins can now
+re

commit libmatemixer for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package libmatemixer for openSUSE:Factory 
checked in at 2016-09-25 14:42:26

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


Package is "libmatemixer"

Changes:

--- /work/SRC/openSUSE:Factory/libmatemixer/libmatemixer.changes
2016-04-15 19:09:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmatemixer.new/libmatemixer.changes   
2016-09-25 14:42:30.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Update translations.
+
+---

Old:

  libmatemixer-1.14.0.tar.xz

New:

  libmatemixer-1.16.0.tar.xz



Other differences:
--
++ libmatemixer.spec ++
--- /var/tmp/diff_new_pack.OI4Kbr/_old  2016-09-25 14:42:31.0 +0200
+++ /var/tmp/diff_new_pack.OI4Kbr/_new  2016-09-25 14:42:31.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sover   0
-%define _version 1.14
+%define _version 1.16
 Name:   libmatemixer
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:Mixer library for MATE Desktop
 License:LGPL-2.1+
@@ -28,6 +28,7 @@
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gmodule-2.0)

++ libmatemixer-1.14.0.tar.xz -> libmatemixer-1.16.0.tar.xz ++
 2458 lines of diff (skipped)




commit ghc-equivalence for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-equivalence for openSUSE:Factory 
checked in at 2016-09-25 14:41:53

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


Package is "ghc-equivalence"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-equivalence.new/ghc-equivalence.changes 
2016-09-25 14:41:55.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:22:22 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.1 revision 0 with cabal2obs.
+

New:

  equivalence-0.3.1.tar.gz
  ghc-equivalence.changes
  ghc-equivalence.spec



Other differences:
--
++ ghc-equivalence.spec ++
#
# spec file for package ghc-equivalence
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name equivalence
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.3.1
Release:0
Summary:Maintaining an equivalence relation implemented as union-find 
using STT
License:BSD-3-Clause
Group:  System/Libraries
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-STMonadTrans-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-transformers-compat-devel
BuildRequires:  ghc-transformers-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  ghc-template-haskell-devel
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.
Tarjan. "Efficiency of a Good But Not Linear Set Union Algorithm", JACM 22(2),
1975) in order to maintain an equivalence relation. This implementation is a
port of the /union-find/ package using the ST monad transformer (instead of the
IO monad).

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-css-syntax for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-css-syntax for openSUSE:Factory 
checked in at 2016-09-25 14:41:09

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


Package is "ghc-css-syntax"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-css-syntax.new/ghc-css-syntax.changes   
2016-09-25 14:41:11.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:16:51 UTC 2016 - psim...@suse.com
+
+- Update to version 0.0.5 revision 0 with cabal2obs.
+

New:

  css-syntax-0.0.5.tar.gz
  ghc-css-syntax.changes
  ghc-css-syntax.spec



Other differences:
--
++ ghc-css-syntax.spec ++
#
# spec file for package ghc-css-syntax
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name css-syntax
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.0.5
Release:0
Summary:This package implments a parser for the CSS syntax
License:MIT
Group:  System/Libraries
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-attoparsec-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-scientific-devel
BuildRequires:  ghc-text-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-directory-devel
BuildRequires:  ghc-hspec-devel
%endif
# End cabal-rpm deps

%description
See https://drafts.csswg.org/css-syntax/.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-crypto-random-api for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-crypto-random-api for 
openSUSE:Factory checked in at 2016-09-25 14:40:44

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


Package is "ghc-crypto-random-api"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-crypto-random-api.new/ghc-crypto-random-api.changes
 2016-09-25 14:40:46.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:16:45 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.0 revision 0 with cabal2obs.
+

New:

  crypto-random-api-0.2.0.tar.gz
  ghc-crypto-random-api.changes
  ghc-crypto-random-api.spec



Other differences:
--
++ ghc-crypto-random-api.spec ++
#
# spec file for package ghc-crypto-random-api
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name crypto-random-api
Name:   ghc-%{pkg_name}
Version:0.2.0
Release:0
Summary:Simple random generators API for cryptography related code
License:BSD-3-Clause
Group:  System/Libraries
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-bytestring-devel
BuildRequires:  ghc-entropy-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps

%description
Simple random generators API for cryptography related code.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development
files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-control-bool for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-control-bool for 
openSUSE:Factory checked in at 2016-09-25 14:39:47

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


Package is "ghc-control-bool"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-control-bool.new/ghc-control-bool.changes   
2016-09-25 14:39:53.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:31:27 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.1 revision 0 with cabal2obs.
+

New:

  control-bool-0.2.1.tar.gz
  ghc-control-bool.changes
  ghc-control-bool.spec



Other differences:
--
++ ghc-control-bool.spec ++
#
# spec file for package ghc-control-bool
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name control-bool
Name:   ghc-%{pkg_name}
Version:0.2.1
Release:0
Summary:Useful combinators for boolean expressions
License:BSD-3-Clause
Group:  System/Libraries
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
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Useful combinators for boolean expressions.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-continued-fractions for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-continued-fractions for 
openSUSE:Factory checked in at 2016-09-25 14:39:41

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


Package is "ghc-continued-fractions"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-continued-fractions.new/ghc-continued-fractions.changes
 2016-09-25 14:39:43.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:06:28 UTC 2016 - psim...@suse.com
+
+- Update to version 0.9.1.1 revision 0 with cabal2obs.
+

New:

  continued-fractions-0.9.1.1.tar.gz
  ghc-continued-fractions.changes
  ghc-continued-fractions.spec



Other differences:
--
++ ghc-continued-fractions.spec ++
#
# spec file for package ghc-continued-fractions
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name continued-fractions
Name:   ghc-%{pkg_name}
Version:0.9.1.1
Release:0
Summary:Continued fractions
License:SUSE-Public-Domain
Group:  System/Libraries
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
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A type and some functions for manipulating and evaluating continued fractions.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development
files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-configuration-tools for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-configuration-tools for 
openSUSE:Factory checked in at 2016-09-25 14:39:24

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


Package is "ghc-configuration-tools"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-configuration-tools.new/ghc-configuration-tools.changes
 2016-09-25 14:39:26.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:14:03 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.14 revision 0 with cabal2obs.
+

New:

  configuration-tools-0.2.14.tar.gz
  ghc-configuration-tools.changes
  ghc-configuration-tools.spec



Other differences:
--
++ ghc-configuration-tools.spec ++
#
# spec file for package ghc-configuration-tools
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name configuration-tools
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.2.14
Release:0
Summary:Tools for specifying and parsing configurations
License:MIT
Group:  System/Libraries
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-aeson-devel
BuildRequires:  ghc-ansi-wl-pprint-devel
BuildRequires:  ghc-attoparsec-devel
BuildRequires:  ghc-base-unicode-symbols-devel
BuildRequires:  ghc-base64-bytestring-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-case-insensitive-devel
BuildRequires:  ghc-connection-devel
BuildRequires:  ghc-data-default-devel
BuildRequires:  ghc-deepseq-devel
BuildRequires:  ghc-directory-devel
BuildRequires:  ghc-dlist-devel
BuildRequires:  ghc-enclosed-exceptions-devel
BuildRequires:  ghc-filepath-devel
BuildRequires:  ghc-http-client-devel
BuildRequires:  ghc-http-client-tls-devel
BuildRequires:  ghc-http-types-devel
BuildRequires:  ghc-monad-control-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-network-uri-devel
BuildRequires:  ghc-optparse-applicative-devel
BuildRequires:  ghc-process-devel
BuildRequires:  ghc-profunctors-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-text-devel
BuildRequires:  ghc-tls-devel
BuildRequires:  ghc-transformers-devel
BuildRequires:  ghc-unordered-containers-devel
BuildRequires:  ghc-x509-devel
BuildRequires:  ghc-x509-system-devel
BuildRequires:  ghc-x509-validation-devel
BuildRequires:  ghc-yaml-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-wai-devel
BuildRequires:  ghc-warp-devel
BuildRequires:  ghc-warp-tls-devel
%endif
# End cabal-rpm deps

%description
Tools for specifying and parsing configurations

This package provides a collection of utils on top of the packages
,
, and
 for configuring libraries and
applications in a convenient and composable way.

The main features are

1. configuration management through integration of command line option parsing
and configuration files and

2. a 'Setup.hs' file that generates a 'PkgInfo' module for each component of a
package that provides information about the package and the build.

Documentation on how to use this package can be found in the
 and in the API documentation of the modules "Configuration.Utils" and
"Configuration.Utils.Setup".

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel

commit ghc-circle-packing for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-circle-packing for 
openSUSE:Factory checked in at 2016-09-25 14:38:01

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


Package is "ghc-circle-packing"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-circle-packing.new/ghc-circle-packing.changes   
2016-09-25 14:38:03.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:27:00 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.0.5 revision 0 with cabal2obs.
+

New:

  circle-packing-0.1.0.5.tar.gz
  ghc-circle-packing.changes
  ghc-circle-packing.spec



Other differences:
--
++ ghc-circle-packing.spec ++
#
# spec file for package ghc-circle-packing
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name circle-packing
Name:   ghc-%{pkg_name}
Version:0.1.0.5
Release:0
Summary:Simple heuristic for packing discs of varying radii in a circle
License:BSD-3-Clause
Group:  System/Libraries
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
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Given a number of circles with their radii, this packags tries to arrange them
tightly, without overlap and forming a large circle.

Finding the optimal solution is NP hard, so only heuristics are feasible.
This particular implementation is neither very good nor very fast, compared to
the state of the art in research. Nevertheless it is simple to use and gives
visually acceptable results.

You can explore the algorithm live at
.

Contributions of better algorithms are welcome.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-clay for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-clay for openSUSE:Factory 
checked in at 2016-09-25 14:38:09

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


Package is "ghc-clay"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-clay.new/ghc-clay.changes   2016-09-25 
14:38:11.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:32:58 UTC 2016 - psim...@suse.com
+
+- Update to version 0.10.1 revision 1 with cabal2obs.
+

New:

  1.cabal
  clay-0.10.1.tar.gz
  ghc-clay.changes
  ghc-clay.spec



Other differences:
--
++ ghc-clay.spec ++
#
# spec file for package ghc-clay
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name clay
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.10.1
Release:0
Summary:CSS preprocessor as embedded Haskell
License:BSD-3-Clause
Group:  System/Libraries
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
BuildRequires:  ghc-Cabal-devel
# Begin cabal-rpm deps:
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-text-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-HUnit-devel
BuildRequires:  ghc-test-framework-devel
BuildRequires:  ghc-test-framework-hunit-devel
%endif
# End cabal-rpm deps

%description
Clay is a CSS preprocessor like LESS and Sass, but implemented as an embedded
domain specific language (EDSL) in Haskell. This means that all CSS selectors
and style rules are first class Haskell functions, which makes reuse and
composability easy.

The project is described on .

The API documentation can be found in the top level module "Clay".

> 0.10 -> 0.10.1 > - Expose a render function for single selectors. > - Added
super for vertical-align. > - Added support for border-collapse. > - Allow
initial for the content property. > - Added support for CSS import. > Thanks to
Heather, Collin J. Doering, Fraser Murray and Jonathan Fischoff.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%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


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog
++ 1.cabal ++
Name: clay
Version:  0.10.1
x-revision: 1
Synopsis: CSS preprocessor as embedded Haskell.
Description:
  Clay is a CSS preprocessor like LESS and Sass, but implemented as an embedded
  domain specific language (EDSL) in Haskell. This means that all CSS selectors
  and style rules are first class Haskell functions, which makes reuse and
  composability easy.
  .
  The project is described on .
  .
  The API documentation can be found in the top level module "Clay".
  .
  > 0.10 -> 0.10.1
  > - Expose a render function for single selectors.
  > - Added super for vertical-align.
  > - Added support for border-collapse.
  > - Allow initial for the content property.
  > - Added support for CSS import.
  > Thanks to Heather, Collin J. Doering, Fraser Murray and Jonathan Fischoff.


Author:Sebastiaan Visser
Maintainer:Sebastiaan Visser 
Homepage:  http://fvisser.nl/clay
Bug-Rep

commit ghc-cassava for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-cassava for openSUSE:Factory 
checked in at 2016-09-25 14:36:55

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


Package is "ghc-cassava"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-cassava.new/ghc-cassava.changes 
2016-09-25 14:36:57.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:13:09 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.5.0 revision 0 with cabal2obs.
+

New:

  cassava-0.4.5.0.tar.gz
  ghc-cassava.changes
  ghc-cassava.spec



Other differences:
--
++ ghc-cassava.spec ++
#
# spec file for package ghc-cassava
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name cassava
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.4.5.0
Release:0
Summary:A CSV parsing and encoding library
License:BSD-3-Clause
Group:  System/Libraries
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-array-devel
BuildRequires:  ghc-attoparsec-devel
BuildRequires:  ghc-blaze-builder-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-deepseq-devel
BuildRequires:  ghc-hashable-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-text-devel
BuildRequires:  ghc-unordered-containers-devel
BuildRequires:  ghc-vector-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-HUnit-devel
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  ghc-test-framework-devel
BuildRequires:  ghc-test-framework-hunit-devel
BuildRequires:  ghc-test-framework-quickcheck2-devel
%endif
# End cabal-rpm deps

%description
A CSV parsing and encoding library optimized for ease of use and high
performance.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc examples

%changelog



commit ghc-cereal-conduit for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-cereal-conduit for 
openSUSE:Factory checked in at 2016-09-25 14:37:12

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


Package is "ghc-cereal-conduit"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-cereal-conduit.new/ghc-cereal-conduit.changes   
2016-09-25 14:37:14.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:03:42 UTC 2016 - psim...@suse.com
+
+- Update to version 0.7.3 revision 0 with cabal2obs.
+

New:

  cereal-conduit-0.7.3.tar.gz
  ghc-cereal-conduit.changes
  ghc-cereal-conduit.spec



Other differences:
--
++ ghc-cereal-conduit.spec ++
#
# spec file for package ghc-cereal-conduit
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name cereal-conduit
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.7.3
Release:0
Summary:Turn Data.Serialize Gets and Puts into Sources, Sinks, and 
Conduits
License:BSD-3-Clause
Group:  System/Libraries
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-bytestring-devel
BuildRequires:  ghc-cereal-devel
BuildRequires:  ghc-conduit-devel
BuildRequires:  ghc-resourcet-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-transformers-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-HUnit-devel
BuildRequires:  ghc-mtl-devel
%endif
# End cabal-rpm deps

%description
Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc ChangeLog.md README.md

%changelog



commit ghc-cereal-vector for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-cereal-vector for 
openSUSE:Factory checked in at 2016-09-25 14:37:20

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


Package is "ghc-cereal-vector"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-cereal-vector.new/ghc-cereal-vector.changes 
2016-09-25 14:37:22.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:01:13 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.0.1 revision 0 with cabal2obs.
+

New:

  cereal-vector-0.2.0.1.tar.gz
  ghc-cereal-vector.changes
  ghc-cereal-vector.spec



Other differences:
--
++ ghc-cereal-vector.spec ++
#
# spec file for package ghc-cereal-vector
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name cereal-vector
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.2.0.1
Release:0
Summary:Serialize instances for Data.Vector types
License:BSD-3-Clause
Group:  System/Libraries
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-bytestring-devel
BuildRequires:  ghc-cereal-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-vector-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-QuickCheck-devel
%endif
# End cabal-rpm deps

%description
Serialize instances for Data.Vector types.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-bytestring-handle for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-bytestring-handle for 
openSUSE:Factory checked in at 2016-09-25 14:35:58

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


Package is "ghc-bytestring-handle"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-bytestring-handle.new/ghc-bytestring-handle.changes
 2016-09-25 14:36:00.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:07:45 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.0.4 revision 0 with cabal2obs.
+

New:

  bytestring-handle-0.1.0.4.tar.gz
  ghc-bytestring-handle.changes
  ghc-bytestring-handle.spec



Other differences:
--
++ ghc-bytestring-handle.spec ++
#
# spec file for package ghc-bytestring-handle
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name bytestring-handle
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.1.0.4
Release:0
Summary:ByteString-backed Handles
License:BSD-3-Clause
Group:  System/Libraries
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-bytestring-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-HUnit-devel
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  ghc-test-framework-devel
BuildRequires:  ghc-test-framework-hunit-devel
BuildRequires:  ghc-test-framework-quickcheck2-devel
%endif
# End cabal-rpm deps

%description
ByteString-backed Handles.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development
files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-byteset for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-byteset for openSUSE:Factory 
checked in at 2016-09-25 14:35:54

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


Package is "ghc-byteset"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-byteset.new/ghc-byteset.changes 
2016-09-25 14:35:55.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:20:27 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.1.0 revision 0 with cabal2obs.
+

New:

  byteset-0.1.1.0.tar.gz
  ghc-byteset.changes
  ghc-byteset.spec



Other differences:
--
++ ghc-byteset.spec ++
#
# spec file for package ghc-byteset
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name byteset
Name:   ghc-%{pkg_name}
Version:0.1.1.0
Release:0
Summary:Set of bytes
License:BSD-3-Clause
Group:  System/Libraries
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-binary-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps

%description
Data structure for sets of bytes, where bytes are 'Word8' values.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-bloodhound for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-bloodhound for openSUSE:Factory 
checked in at 2016-09-25 14:35:06

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


Package is "ghc-bloodhound"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-bloodhound.new/ghc-bloodhound.changes   
2016-09-25 14:35:08.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:06:33 UTC 2016 - psim...@suse.com
+
+- Update to version 0.11.0.0 revision 0 with cabal2obs.
+

New:

  bloodhound-0.11.0.0.tar.gz
  ghc-bloodhound.changes
  ghc-bloodhound.spec



Other differences:
--
++ ghc-bloodhound.spec ++
#
# spec file for package ghc-bloodhound
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name bloodhound
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.11.0.0
Release:0
Summary:ElasticSearch client library for Haskell
License:BSD-3-Clause
Group:  System/Libraries
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-aeson-devel
BuildRequires:  ghc-blaze-builder-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-data-default-class-devel
BuildRequires:  ghc-exceptions-devel
BuildRequires:  ghc-hashable-devel
BuildRequires:  ghc-http-client-devel
BuildRequires:  ghc-http-types-devel
BuildRequires:  ghc-mtl-compat-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-network-uri-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-scientific-devel
BuildRequires:  ghc-semigroups-devel
BuildRequires:  ghc-text-devel
BuildRequires:  ghc-time-devel
BuildRequires:  ghc-transformers-devel
BuildRequires:  ghc-unordered-containers-devel
BuildRequires:  ghc-vector-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  ghc-derive-devel
BuildRequires:  ghc-directory-devel
BuildRequires:  ghc-doctest-devel
BuildRequires:  ghc-doctest-prop-devel
BuildRequires:  ghc-errors-devel
BuildRequires:  ghc-filepath-devel
BuildRequires:  ghc-hspec-devel
BuildRequires:  ghc-quickcheck-properties-devel
%endif
# End cabal-rpm deps

%description
ElasticSearch made awesome for Haskell hackers.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.md changelog.md

%changelog



commit ghc-bytedump for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-bytedump for openSUSE:Factory 
checked in at 2016-09-25 14:35:46

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


Package is "ghc-bytedump"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-bytedump.new/ghc-bytedump.changes   
2016-09-25 14:35:47.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:23:37 UTC 2016 - psim...@suse.com
+
+- Update to version 1.0 revision 0 with cabal2obs.
+

New:

  bytedump-1.0.tar.gz
  ghc-bytedump.changes
  ghc-bytedump.spec



Other differences:
--
++ ghc-bytedump.spec ++
#
# spec file for package ghc-bytedump
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name bytedump
Name:   ghc-%{pkg_name}
Version:1.0
Release:0
Summary:Flexible byte dump helpers for human readers
License:BSD-3-Clause
Group:  System/Libraries
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-bytestring-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps

%description
A set of helpers to dump bytes with lots of different output formats easy to
read for humans eyes.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE
%dir %{_datadir}/%{pkg_name}-%{version}
%{_datadir}/%{pkg_name}-%{version}/README.md

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-bits for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-bits for openSUSE:Factory 
checked in at 2016-09-25 14:34:40

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


Package is "ghc-bits"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-bits.new/ghc-bits.changes   2016-09-25 
14:34:41.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:24:14 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4 revision 0 with cabal2obs.
+

New:

  bits-0.4.tar.gz
  ghc-bits.changes
  ghc-bits.spec



Other differences:
--
++ ghc-bits.spec ++
#
# spec file for package ghc-bits
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name bits
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.4
Release:0
Summary:Various bit twiddling and bitwise serialization primitives
License:BSD-3-Clause
Group:  System/Libraries
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-bytes-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-transformers-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-directory-devel
BuildRequires:  ghc-doctest-devel
BuildRequires:  ghc-filepath-devel
%endif
# End cabal-rpm deps

%description
Various bit twiddling and bitwise serialization primitives.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc AUTHORS.markdown CHANGELOG.markdown README.markdown

%changelog



commit ghc-biofastq for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-biofastq for openSUSE:Factory 
checked in at 2016-09-25 14:34:35

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


Package is "ghc-biofastq"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-biofastq.new/ghc-biofastq.changes   
2016-09-25 14:34:36.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:13:17 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1 revision 0 with cabal2obs.
+

New:

  biofastq-0.1.tar.gz
  ghc-biofastq.changes
  ghc-biofastq.spec



Other differences:
--
++ ghc-biofastq.spec ++
#
# spec file for package ghc-biofastq
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name biofastq
Name:   ghc-%{pkg_name}
Version:0.1
Release:0
Summary:A library for reading FASTQ files
License:LGPL-2.0+
Group:  System/Libraries
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-biocore-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps

%description
A library for reading FASTQ files.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-bank-holidays-england for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-bank-holidays-england for 
openSUSE:Factory checked in at 2016-09-25 14:33:06

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


Package is "ghc-bank-holidays-england"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-bank-holidays-england.new/ghc-bank-holidays-england.changes
 2016-09-25 14:33:07.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:20:03 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.0.5 revision 0 with cabal2obs.
+

New:

  bank-holidays-england-0.1.0.5.tar.gz
  ghc-bank-holidays-england.changes
  ghc-bank-holidays-england.spec



Other differences:
--
++ ghc-bank-holidays-england.spec ++
#
# spec file for package ghc-bank-holidays-england
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name bank-holidays-england
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.1.0.5
Release:0
Summary:Calculation of bank holidays in England and Wales
License:BSD-3-Clause
Group:  System/Libraries
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-containers-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-time-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  ghc-hspec-devel
%endif
# End cabal-rpm deps

%description
Calculation of bank holidays in England and Wales, using the rules that have
been in place since 1978, and including all exceptions to the rules in the
years 1995 to 2014.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development
files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-app-settings for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-app-settings for 
openSUSE:Factory checked in at 2016-09-25 14:31:53

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


Package is "ghc-app-settings"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-app-settings.new/ghc-app-settings.changes   
2016-09-25 14:31:55.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:16:58 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.0.7 revision 0 with cabal2obs.
+

New:

  app-settings-0.2.0.7.tar.gz
  ghc-app-settings.changes
  ghc-app-settings.spec



Other differences:
--
++ ghc-app-settings.spec ++
#
# spec file for package ghc-app-settings
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name app-settings
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.2.0.7
Release:0
Summary:A library to manage application settings (INI file-like)
License:BSD-3-Clause
Group:  System/Libraries
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-containers-devel
BuildRequires:  ghc-directory-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-parsec-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-text-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-HUnit-devel
BuildRequires:  ghc-hspec-devel
%endif
# End cabal-rpm deps

%description
A library to deal with application settings.

This library deals with read-write application settings. You will have to
specify the settings that your application uses, their name, types and default
values.

Setting types must implement the 'Read' and 'Show' typeclasses.

The settings are saved in a file in an INI-like key-value format (without
sections).

Reading and updating settings is done in pure code, the IO monad is only used
to load settings and save them to disk. It is advised for the user to create a
module in your project holding settings handling.

You can then declare settings:

> fontSize :: Setting Double > fontSize = Setting "fontSize" 14 > > dateFormat
:: Setting String > dateFormat = Setting "dateFormat" "%{x}" > > backgroundColor
:: Setting (Int, Int, Int) > backgroundColor = Setting "backcolor" (255, 0, 0)

Optionally you can declare the list of all your settings, in that case the
application will also save the default values in the configuration file, but
commented out:

> fontSize=16 > # dateFormat="%x" > # backcolor=(255,0,0)

If you do not specify the list of settings, only the first line would be
present in the configuration file.

With an ordinary setting, one row in the configuration file means one setting.
That setting may of course be a list for instance. This setup works very well
for shorter lists like [1,2,3], however if you have a list of more complex
items, you will get very long lines and a configuration file very difficult to
edit by hand.

For these special cases there is also the 'ListSetting' constructor:

> testList :: Setting [String] > testList = ListSetting "testList" ["list1",
"list2", "list3"]

Now the configuration file looks like that:

> testList_1="list1" > testList_2="list2" > testList_3="list3"

Which is much more handy for big lists. An empty list is represented like so:

> testList=

There is also another technique that you can use if you have too long lines:
you can put line breaks in the setting values if you start the following lines
with a leading space, like so:

> testList=["list1", > "list2", "list3"]

In that case don't use the ListSetting option. Any character after the the
leading space in the next lines will go in the setting value. Note that the
library will automatically wrap setting values longer than 80 characters when
saving

commit ghc-arrow-list for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-arrow-list for openSUSE:Factory 
checked in at 2016-09-25 14:32:07

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


Package is "ghc-arrow-list"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-arrow-list.new/ghc-arrow-list.changes   
2016-09-25 14:32:09.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 16:57:50 UTC 2016 - psim...@suse.com
+
+- Update to version 0.7 revision 0 with cabal2obs.
+

New:

  arrow-list-0.7.tar.gz
  ghc-arrow-list.changes
  ghc-arrow-list.spec



Other differences:
--
++ ghc-arrow-list.spec ++
#
# spec file for package ghc-arrow-list
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name arrow-list
Name:   ghc-%{pkg_name}
Version:0.7
Release:0
Summary:List arrows for Haskell
License:BSD-3-Clause
Group:  System/Libraries
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-containers-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps

%description
This small Haskell library provides some type class, types and functions to
work with list (and list-like) arrows. List arrows represent computations that
may return multiple outputs. Making functions that return lists an instance of
both the `Category` and `Arrow` type class allow you to easily compose multiple
computations into one with standard building blocks.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc CHANGELOG.md README.md

%changelog



commit ghc-atndapi for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-atndapi for openSUSE:Factory 
checked in at 2016-09-25 14:32:23

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


Package is "ghc-atndapi"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-atndapi.new/ghc-atndapi.changes 
2016-09-25 14:32:25.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:22:15 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.1.0 revision 0 with cabal2obs.
+

New:

  atndapi-0.1.1.0.tar.gz
  ghc-atndapi.changes
  ghc-atndapi.spec



Other differences:
--
++ ghc-atndapi.spec ++
#
# spec file for package ghc-atndapi
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name atndapi
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.1.1.0
Release:0
Summary:An interface of ATND API
License:BSD-3-Clause
Group:  System/Libraries
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-aeson-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-conduit-devel
BuildRequires:  ghc-data-default-devel
BuildRequires:  ghc-http-conduit-devel
BuildRequires:  ghc-http-types-devel
BuildRequires:  ghc-lifted-base-devel
BuildRequires:  ghc-monad-control-devel
BuildRequires:  ghc-monad-logger-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-parsec-devel
BuildRequires:  ghc-resourcet-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-text-devel
BuildRequires:  ghc-time-devel
BuildRequires:  ghc-transformers-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  ghc-hspec-devel
%endif
# End cabal-rpm deps

%description
Please see README.md.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-ascii-progress for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-ascii-progress for 
openSUSE:Factory checked in at 2016-09-25 14:32:14

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


Package is "ghc-ascii-progress"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-ascii-progress.new/ghc-ascii-progress.changes   
2016-09-25 14:32:15.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 16:55:10 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.3.0 revision 0 with cabal2obs.
+

New:

  ascii-progress-0.3.3.0.tar.gz
  ghc-ascii-progress.changes
  ghc-ascii-progress.spec



Other differences:
--
++ ghc-ascii-progress.spec ++
#
# spec file for package ghc-ascii-progress
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name ascii-progress
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.3.3.0
Release:0
Summary:A simple progress bar for the console
License:MIT
Group:  System/Libraries
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-async-devel
BuildRequires:  ghc-concurrent-output-devel
BuildRequires:  ghc-data-default-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-time-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  ghc-hspec-devel
%endif
# End cabal-rpm deps

%description
A simple Haskell progress bar for the console. Heavily borrows from TJ
Holowaychuk's Node.JS project 

.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-annotated-wl-pprint for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-annotated-wl-pprint for 
openSUSE:Factory checked in at 2016-09-25 14:31:40

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


Package is "ghc-annotated-wl-pprint"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-annotated-wl-pprint.new/ghc-annotated-wl-pprint.changes
 2016-09-25 14:31:42.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 16:57:38 UTC 2016 - psim...@suse.com
+
+- Update to version 0.7.0 revision 0 with cabal2obs.
+

New:

  annotated-wl-pprint-0.7.0.tar.gz
  ghc-annotated-wl-pprint.changes
  ghc-annotated-wl-pprint.spec



Other differences:
--
++ ghc-annotated-wl-pprint.spec ++
#
# spec file for package ghc-annotated-wl-pprint
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name annotated-wl-pprint
Name:   ghc-%{pkg_name}
Version:0.7.0
Release:0
Summary:The Wadler/Leijen Pretty Printer, with annotation support
License:BSD-3-Clause
Group:  System/Libraries
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
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
This is a modified version of wl-pprint, which was based on Wadler's paper "A
Prettier Printer". See the haddocks for full info. This version allows the
library user to annotate the text with semantic information, which can later be
rendered in a variety of ways.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development
files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-aeson-casing for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-aeson-casing for 
openSUSE:Factory checked in at 2016-09-25 14:31:13

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


Package is "ghc-aeson-casing"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-aeson-casing.new/ghc-aeson-casing.changes   
2016-09-25 14:31:15.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:17:57 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.0.5 revision 0 with cabal2obs.
+

New:

  aeson-casing-0.1.0.5.tar.gz
  ghc-aeson-casing.changes
  ghc-aeson-casing.spec



Other differences:
--
++ ghc-aeson-casing.spec ++
#
# spec file for package ghc-aeson-casing
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name aeson-casing
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.1.0.5
Release:0
Summary:Tools to change the formatting of field names in Aeson instances
License:MIT
Group:  System/Libraries
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-aeson-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-tasty-devel
BuildRequires:  ghc-tasty-hunit-devel
BuildRequires:  ghc-tasty-quickcheck-devel
BuildRequires:  ghc-tasty-th-devel
%endif
# End cabal-rpm deps

%description
Tools to change the formatting of field names in Aeson instances. This includes
CamelCasing, Pascal Casing and Snake Casing.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-anonymous-sums for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-anonymous-sums for 
openSUSE:Factory checked in at 2016-09-25 14:31:46

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


Package is "ghc-anonymous-sums"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-anonymous-sums.new/ghc-anonymous-sums.changes   
2016-09-25 14:31:48.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 16:55:54 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.0.0 revision 0 with cabal2obs.
+

New:

  anonymous-sums-0.4.0.0.tar.gz
  ghc-anonymous-sums.changes
  ghc-anonymous-sums.spec



Other differences:
--
++ ghc-anonymous-sums.spec ++
#
# spec file for package ghc-anonymous-sums
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name anonymous-sums
Name:   ghc-%{pkg_name}
Version:0.4.0.0
Release:0
Summary:Anonymous sum types
License:BSD-3-Clause
Group:  System/Libraries
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
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Anonymous sum types. Like tuples, but for sum types rather than for product
types. Or, like Either, but for more than two types.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc ChangeLog README.md

%changelog



commit ghc-aeson-better-errors for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-aeson-better-errors for 
openSUSE:Factory checked in at 2016-09-25 14:31:06

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


Package is "ghc-aeson-better-errors"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-aeson-better-errors.new/ghc-aeson-better-errors.changes
 2016-09-25 14:31:09.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:07:40 UTC 2016 - psim...@suse.com
+
+- Update to version 0.9.0.1 revision 0 with cabal2obs.
+

New:

  aeson-better-errors-0.9.0.1.tar.gz
  ghc-aeson-better-errors.changes
  ghc-aeson-better-errors.spec



Other differences:
--
++ ghc-aeson-better-errors.spec ++
#
# spec file for package ghc-aeson-better-errors
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%global pkg_name aeson-better-errors
Name:   ghc-%{pkg_name}
Version:0.9.0.1
Release:0
Summary:Better error messages when decoding JSON values
License:MIT
Group:  System/Libraries
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-aeson-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-dlist-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-scientific-devel
BuildRequires:  ghc-text-devel
BuildRequires:  ghc-transformers-compat-devel
BuildRequires:  ghc-transformers-devel
BuildRequires:  ghc-unordered-containers-devel
BuildRequires:  ghc-vector-devel
BuildRequires:  ghc-void-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps

%description
A small package which gives you the tools to build parsers to decode JSON
values, and gives good error messages when parsing fails. See also
.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development
files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.md

%changelog



commit MozillaFirefox for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2016-09-25 14:29:52

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


Package is "MozillaFirefox"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2016-09-01 14:02:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2016-09-25 14:29:53.0 +0200
@@ -1,0 +2,59 @@
+Fri Sep 23 20:36:39 UTC 2016 - astie...@suse.com
+
+- Mozilla Firefox 49.0.1:
+  * Mitigate a startup crash issue caused by Websense - bmo#1304783
+
+---
+Tue Sep 20 07:09:52 UTC 2016 - w...@rosenauer.org
+
+- update to Firefox 49.0 (boo#999701)
+  new features
+  * Updated Firefox Login Manager to allow HTTPS pages to use saved
+HTTP logins.
+  * Added features to Reader Mode that make it easier on the eyes and
+the ears
+  * Improved video performance for users on systems that support
+SSE3 without hardware acceleration
+  * Added context menu controls to HTML5 audio and video that let users
+loops files or play files at 1.25x speed
+  * Improvements in about:memory reports for tracking font memory usage
+  security related
+  * MFSA 2016-85
+CVE-2016-2827 (bmo#1289085) - Out-of-bounds read in
+mozilla::net::IsValidReferrerPolicy
+CVE-2016-5270 (bmo#1291016) - Heap-buffer-overflow in
+nsCaseTransformTextRunFactory::TransformString
+CVE-2016-5271 (bmo#1288946) - Out-of-bounds read in
+PropertyProvider::GetSpacingInternal
+CVE-2016-5272 (bmo#1297934) - Bad cast in nsImageGeometryMixin
+CVE-2016-5273 (bmo#1280387) - crash in
+mozilla::a11y::HyperTextAccessible::GetChildOffset
+CVE-2016-5276 (bmo#1287721) - Heap-use-after-free in
+mozilla::a11y::DocAccessible::ProcessInvalidationList
+CVE-2016-5274 (bmo#1282076) - use-after-free in
+nsFrameManager::CaptureFrameState
+CVE-2016-5277 (bmo#1291665) - Heap-use-after-free in nsRefreshDriver::Tick
+CVE-2016-5275 (bmo#1287316) - global-buffer-overflow in
+mozilla::gfx::FilterSupport::ComputeSourceNeededRegions
+CVE-2016-5278 (bmo#1294677) - Heap-buffer-overflow in
+nsBMPEncoder::AddImageFrame
+CVE-2016-5279 (bmo#1249522) - Full local path of files is available
+to web pages after drag and drop
+CVE-2016-5280 (bmo#1289970) - Use-after-free in
+mozilla::nsTextNodeDirectionalityMap::RemoveElementFromMap
+CVE-2016-5281 (bmo#1284690) - use-after-free in DOMSVGLength
+CVE-2016-5282 (bmo#932335) - Don't allow content to request favicons
+from non-whitelisted schemes
+CVE-2016-5283 (bmo#928187) -  fragment timing attack can
+reveal cross-origin data
+CVE-2016-5284 (bmo#1303127) - Add-on update site certificate pin expiration
+CVE-2016-5256 - Memory safety bugs fixed in Firefox 49
+CVE-2016-5257 - Memory safety bugs fixed in Firefox 49 and Firefox ESR 45.4
+- removed obsolete patches:
+  * mozilla-aarch64-48bit-va.patch
+  * mozilla-exclude-nametablecpp.patch
+  * mozilla-old_configure-bmo1282843.patch
+- added patch mozilla-skia-overflow.patch (bmo#1304114)
+- requires NSS 3.25
+
+---

Old:

  firefox-48.0.2-source.tar.xz
  l10n-48.0.2.tar.xz
  mozilla-aarch64-48bit-va.patch
  mozilla-exclude-nametablecpp.patch
  mozilla-old_configure-bmo1282843.patch

New:

  firefox-49.0.1-source.tar.xz
  l10n-49.0.1.tar.xz
  mozilla-skia-overflow.patch



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.Z1BsV2/_old  2016-09-25 14:30:23.0 +0200
+++ /var/tmp/diff_new_pack.Z1BsV2/_new  2016-09-25 14:30:23.0 +0200
@@ -18,10 +18,10 @@
 
 
 # changed with every update
-%define major 48
-%define mainver %major.0.2
+%define major 49
+%define mainver %major.0.1
 %define update_channel release
-%define releasedate 2016082400
+%define releasedate 2016092300
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1
@@ -75,7 +75,7 @@
 BuildRequires:  libproxy-devel
 BuildRequires:  makeinfo
 BuildRequires:  mozilla-nspr-devel >= 4.12
-BuildRequires:  mozilla-nss-devel >= 3.24
+BuildRequires:  mozilla-nss-devel >= 3.25
 BuildRequires:  nss-shared-helper-devel
 BuildRequires:  python-devel
 BuildRequires:  startup-notification-devel
@@ -146,10 +146,8 @@
 Patch11:mozilla-reduce-files-per-UnifiedBindings.patch
 Patch12:mozilla-gtk3_20.patch
 Patch13:mozilla-check_return.patch
-Patch15:mozilla-exclude-nametablecpp.patch
-Patch16:mozilla-aarch64-48bit-va.patch
+Patch14:

commit google-noto-fonts for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2016-09-25 14:29:10

Comparing /work/SRC/openSUSE:Factory/google-noto-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-noto-fonts.new (New)


Package is "google-noto-fonts"

Changes:

--- /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.changes  
2016-04-07 13:35:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2016-09-25 14:29:13.0 +0200
@@ -1,0 +2,8 @@
+Sun Sep 11 07:59:49 UTC 2016 - ft...@geeko.jp
+
+- move 59-noto-sans-cjk.conf into fonts-config (boo#998301)
+  to prevent an independent font package from changing family
+  preferences list
+- Enable case-insensitive sort and regenerate the spec file
+
+---

Old:

  59-noto-sans-cjk.conf



Other differences:
--
++ google-noto-fonts.spec ++
--- /var/tmp/diff_new_pack.xsoCA5/_old  2016-09-25 14:29:24.0 +0200
+++ /var/tmp/diff_new_pack.xsoCA5/_new  2016-09-25 14:29:24.0 +0200
@@ -33,7 +33,6 @@
 Source0:
https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
 Source1:
https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJK.ttc.zip
 Source2:generate-specfile.sh
-Source3:59-noto-sans-cjk.conf
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
 %reconfigure_fonts_prereq
@@ -1377,7 +1376,6 @@
 mkdir -p %{buildroot}%{_ttfontsdir}
 cp *.ttf   %{buildroot}%{_ttfontsdir}/
 cp *.ttc   %{buildroot}%{_ttfontsdir}/
-%install_fontsconf %{SOURCE3}
 
 %reconfigure_fonts_scriptlets -n noto-coloremoji-fonts
 
@@ -1680,10 +1678,6 @@
 %defattr(0644,root,root,755)
 %dir %{_ttfontsdir}
 %{_ttfontsdir}/NotoSansCJK*.ttc
-%dir %{_fontsconfdir}
-%dir %{_fontsconfddir}
-%files_fontsconf_availdir
-%files_fontsconf_file -l 59-noto-sans-cjk.conf
 
 %files -n noto-sans-coptic-fonts
 %defattr(0644,root,root,755)



++ generate-specfile.sh ++
--- /var/tmp/diff_new_pack.xsoCA5/_old  2016-09-25 14:29:24.0 +0200
+++ /var/tmp/diff_new_pack.xsoCA5/_new  2016-09-25 14:29:24.0 +0200
@@ -14,7 +14,7 @@
 
 cp -f $pkg_name.spec.in $pkg_name.spec
 for h in hinted; do
-  ls $pkg_name/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' -e 
's:\.ttc::' | sort | uniq | while read font; do 
+  ls $pkg_name/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' -e 
's:\.ttc::' | sort -f | uniq | while read font; do 
 serif=`echo $font | sed 's:\(Sans\|Serif\).*:\1:'`
 ui=`(echo $font | grep -q UI) && echo UI`
 script=`echo $font | sed "s:$serif\(.*\)$ui:\1:"`
@@ -72,10 +72,6 @@
 sed -i 
"s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui\*.?tf\n@SUBPACKAGE_FILELISTS@:"
 $pkg_name.spec
 elif [ "$script" == "CJK" ]; then
 sed -i 
"s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui\*.ttc\n@SUBPACKAGE_FILELISTS@:"
 $pkg_name.spec
-   sed -i "s:@SUBPACKAGE_FILELISTS@:%dir 
%{_fontsconfdir}\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec
-   sed -i "s:@SUBPACKAGE_FILELISTS@:%dir 
%{_fontsconfddir}\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec
-   sed -i 
"s:@SUBPACKAGE_FILELISTS@:%files_fontsconf_availdir\n@SUBPACKAGE_FILELISTS@:" 
$pkg_name.spec
-   sed -i "s:@SUBPACKAGE_FILELISTS@:%files_fontsconf_file -l 
59-noto-sans-cjk.conf\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec
 else
 sed -i 
"s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui-\*.?tf\n@SUBPACKAGE_FILELISTS@:"
 $pkg_name.spec
 fi

++ google-noto-fonts.spec.in ++
--- /var/tmp/diff_new_pack.xsoCA5/_old  2016-09-25 14:29:24.0 +0200
+++ /var/tmp/diff_new_pack.xsoCA5/_new  2016-09-25 14:29:24.0 +0200
@@ -32,7 +32,6 @@
 Source0:
https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
 Source1:
https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJK.ttc.zip
 Source2:generate-specfile.sh
-Source3:59-noto-sans-cjk.conf
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
 %reconfigure_fonts_prereq
@@ -65,7 +64,6 @@
 mkdir -p %{buildroot}%{_ttfontsdir}
 cp *.ttf   %{buildroot}%{_ttfontsdir}/
 cp *.ttc   %{buildroot}%{_ttfontsdir}/
-%install_fontsconf %{SOURCE3}
 
 @SUBPACKAGE_SCRIPTLETS@
 




commit konsole for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2016-09-25 14:29:35

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


Package is "konsole"

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2016-09-14 
23:14:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2016-09-25 
14:29:36.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 23 10:49:10 UTC 2016 - wba...@tmo.at
+
+- Add Fix-updating-of-tab-title.patch to update the tab title to
+  the current program running again (boo#1000641, kde#368785)
+
+---

New:

  Fix-updating-of-tab-title.patch



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.rtjlYH/_old  2016-09-25 14:29:37.0 +0200
+++ /var/tmp/diff_new_pack.rtjlYH/_new  2016-09-25 14:29:37.0 +0200
@@ -32,6 +32,8 @@
 Source24:   utilities-terminal-su-48.png
 Source25:   utilities-terminal-su-64.png
 Source26:   utilities-terminal-su-128.png
+# PATCH-FIX-UPSTREAM Fix-updating-of-tab-title.patch boo#1000641, kde#368785 
-- Update the tab title to current program running
+Patch:  Fix-updating-of-tab-title.patch
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel
 BuildRequires:  kconfig-devel
@@ -79,6 +81,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
   %cmake_kf5 -d build

++ Fix-updating-of-tab-title.patch ++
From: Kurt Hindenburg 
Date: Sat, 17 Sep 2016 16:40:54 +
Subject: Fix updating of tab title
X-Git-Url: 
http://quickgit.kde.org/?p=konsole.git&a=commitdiff&h=3747ecfde0800804717203d7f5fa0f96c0791052
---
Fix updating of tab title

Update the tab title to current program running.

Martin, this "if" was committed in
79ca76a94696eda408927b122b0b531676d4ba93.  For now, I removed the "if"

CCBUG: 368785
---


--- a/src/Session.cpp
+++ b/src/Session.cpp
@@ -992,9 +992,7 @@
 ProcessInfo* process = 0;
 
 if (isForegroundProcessActive()) {
-if (_foregroundProcessInfo == nullptr) {
-updateForegroundProcessInfo();
-}
+updateForegroundProcessInfo();
 process = _foregroundProcessInfo;
 } else {
 updateSessionProcessInfo();










commit ovmf for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ovmf for openSUSE:Factory checked in 
at 2016-09-25 14:28:59

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


Package is "ovmf"

Changes:

--- /work/SRC/openSUSE:Factory/ovmf/ovmf.changes2016-08-26 
23:14:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.ovmf.new/ovmf.changes   2016-09-25 
14:29:01.0 +0200
@@ -1,0 +2,10 @@
+Wed Sep 14 10:13:49 UTC 2016 - dmuel...@suse.com
+
+- update to 2017+git1472049752.ea2f21e:
+  + switches git branch from an (outdated) master tree
+  to the UDK2017 branch, which provides an insane amount of
+  changes. for details please look at 
https://github.com/tianocore/edk2/commits/UDK2017
+- unify build flags with aarch64 build for increased compatibility with
+  openSUSE installation medias
+
+---

Old:

  ovmf-2015+git1471575292.00bcb5c.tar.xz

New:

  ovmf-2017+git1472049752.ea2f21e.tar.xz



Other differences:
--
++ ovmf.spec ++
--- /var/tmp/diff_new_pack.UxH8fY/_old  2016-09-25 14:29:03.0 +0200
+++ /var/tmp/diff_new_pack.UxH8fY/_new  2016-09-25 14:29:03.0 +0200
@@ -26,7 +26,7 @@
 Summary:Open Virtual Machine Firmware
 License:BSD-2-Clause
 Group:  System/Emulators/PC
-Version:2015+git1471575292.00bcb5c
+Version:2017+git1472049752.ea2f21e
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Source1:
https://www.openssl.org/source/openssl-%{openssl_version}.tar.gz
@@ -53,10 +53,10 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
+BuildRequires:  iasl
 BuildRequires:  libuuid-devel
 BuildRequires:  python
-%ifnarch aarch64 %arm
-BuildRequires:  iasl
+%ifnarch %arm
 BuildRequires:  nasm
 %endif
 %ifarch x86_64
@@ -193,7 +193,7 @@
make -C BaseTools
 %else
 %ifarch aarch64
-   BUILD_OPTIONS="-D SECURE_BOOT_ENABLE -a AARCH64 -p 
ArmVirtPkg/ArmVirtQemu.dsc -b RELEASE -t $TOOL_CHAIN_TAG"
+   BUILD_OPTIONS="$OVMF_FLAGS -a AARCH64 -p ArmVirtPkg/ArmVirtQemu.dsc -b 
DEBUG -t $TOOL_CHAIN_TAG"
ARCH=AARCH64 make -C BaseTools
 %else
 %ifarch %arm
@@ -316,7 +316,7 @@
 
 %else
 %ifarch aarch64
-cp Build/ArmVirtQemu-AARCH64/RELEASE_GCC*/FV/QEMU_EFI.fd qemu-uefi-aarch64.bin
+cp Build/ArmVirtQemu-AARCH64/DEBUG_GCC*/FV/QEMU_EFI.fd qemu-uefi-aarch64.bin
 dd of="aavmf-aarch64-code.bin" if="/dev/zero" bs=1M count=64
 dd of="aavmf-aarch64-code.bin" if="qemu-uefi-aarch64.bin" conv=notrunc
 dd of="aavmf-aarch64-vars.bin" if="/dev/zero" bs=1M count=64




++ _service ++
--- /var/tmp/diff_new_pack.UxH8fY/_old  2016-09-25 14:29:03.0 +0200
+++ /var/tmp/diff_new_pack.UxH8fY/_new  2016-09-25 14:29:03.0 +0200
@@ -1,7 +1,8 @@
 
   
 ovmf
-2015+git%at.%h
+2017+git%at.%h
+UDK2017
 https://github.com/tianocore/edk2.git
 git
   




++ ovmf-2015+git1471575292.00bcb5c.tar.xz -> 
ovmf-2017+git1472049752.ea2f21e.tar.xz ++
/work/SRC/openSUSE:Factory/ovmf/ovmf-2015+git1471575292.00bcb5c.tar.xz 
/work/SRC/openSUSE:Factory/.ovmf.new/ovmf-2017+git1472049752.ea2f21e.tar.xz 
differ: char 25, line 1

++ ovmf-gdb-symbols.patch ++
--- /var/tmp/diff_new_pack.UxH8fY/_old  2016-09-25 14:29:03.0 +0200
+++ /var/tmp/diff_new_pack.UxH8fY/_new  2016-09-25 14:29:03.0 +0200
@@ -14,11 +14,10 @@
  create mode 100644 DebugPkg/GdbSyms/GdbSyms.inf
  create mode 100644 DebugPkg/Scripts/gdb_uefi.py
 
-diff --git a/DebugPkg/DebugPkg.dec b/DebugPkg/DebugPkg.dec
-new file mode 100644
-index 000..e12401d
+Index: ovmf-2017+git1472049752.ea2f21e/DebugPkg/DebugPkg.dec
+===
 --- /dev/null
-+++ b/DebugPkg/DebugPkg.dec
 ovmf-2017+git1472049752.ea2f21e/DebugPkg/DebugPkg.dec
 @@ -0,0 +1,34 @@
 +## @file
 +#  Debug package - various useful stuff for debugging.
@@ -54,11 +53,10 @@
 +
 +[LibraryClasses]
 +
-diff --git a/DebugPkg/GdbSyms/GdbSyms.c b/DebugPkg/GdbSyms/GdbSyms.c
-new file mode 100644
-index 000..2551dfa
+Index: ovmf-2017+git1472049752.ea2f21e/DebugPkg/GdbSyms/GdbSyms.c
+===
 --- /dev/null
-+++ b/DebugPkg/GdbSyms/GdbSyms.c
 ovmf-2017+git1472049752.ea2f21e/DebugPkg/GdbSyms/GdbSyms.c
 @@ -0,0 +1,70 @@
 +/** @file
 +
@@ -130,11 +128,10 @@
 +}
 +
 +
-diff --git a/DebugPkg/GdbSyms/GdbSyms.inf b/DebugPkg/GdbSyms/GdbSyms.inf
-new file mode 100644
-index 000..afb7887
+Index: ovmf-2017+git1472049752.ea2f21e/DebugPkg/GdbSyms/GdbSyms.inf
+===
 --- /dev/null
-+++ b/DebugPkg/GdbSyms/GdbSyms.inf
 ovmf-201

commit mozilla-nss for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2016-09-25 14:29:21

Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-nss.new (New)


Package is "mozilla-nss"

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2016-08-26 
23:13:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 
2016-09-25 14:29:24.0 +0200
@@ -1,0 +2,35 @@
+Mon Aug 22 13:02:08 UTC 2016 - w...@rosenauer.org
+
+- update to NSS 3.25
+  New functionality:
+  * Implemented DHE key agreement for TLS 1.3
+  * Added support for ChaCha with TLS 1.3
+  * Added support for TLS 1.2 ciphersuites that use SHA384 as the PRF
+  * In previous versions, when using client authentication with TLS 1.2,
+NSS only supported certificate_verify messages that used the same
+signature hash algorithm as used by the PRF. This limitation has
+been removed.
+  * Several functions have been added to the public API of the
+NSS Cryptoki Framework.
+  New functions:
+  * NSSCKFWSlot_GetSlotID
+  * NSSCKFWSession_GetFWSlot
+  * NSSCKFWInstance_DestroySessionHandle
+  * NSSCKFWInstance_FindSessionHandle
+  Notable changes:
+  * An SSL socket can no longer be configured to allow both TLS 1.3 and SSLv3
+  * Regression fix: NSS no longer reports a failure if an application
+attempts to disable the SSLv2 protocol.
+  * The list of trusted CA certificates has been updated to version 2.8
+  * The following CA certificate was Removed
+Sonera Class1 CA
+  * The following CA certificates were Added
+Hellenic Academic and Research Institutions RootCA 2015
+Hellenic Academic and Research Institutions ECC RootCA 2015
+Certplus Root CA G1
+Certplus Root CA G2
+OpenTrust Root CA G1
+OpenTrust Root CA G2
+OpenTrust Root CA G3
+
+---

Old:

  nss-3.24.tar.gz

New:

  nss-3.25.tar.gz



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.0ovNUq/_old  2016-09-25 14:29:27.0 +0200
+++ /var/tmp/diff_new_pack.0ovNUq/_new  2016-09-25 14:29:27.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  zlib-devel
-Version:3.24
+Version:3.25
 Release:0
 # bug437293
 %ifarch ppc64
@@ -36,8 +36,8 @@
 License:MPL-2.0
 Group:  System/Libraries
 Url:http://www.mozilla.org/projects/security/pki/nss/
-Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_24_RTM/src/nss-%{version}.tar.gz
-# hg clone https://hg.mozilla.org/projects/nss nss-3.24/nss ; cd nss-3.24/nss 
; hg up NSS_3_24_RTM
+Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_25_RTM/src/nss-%{version}.tar.gz
+# hg clone https://hg.mozilla.org/projects/nss nss-3.25/nss ; cd nss-3.25/nss 
; hg up NSS_3_25_RTM
 #Source: nss-%{version}.tar.gz
 Source1:nss.pc.in
 Source3:nss-config.in



++ nss-3.24.tar.gz -> nss-3.25.tar.gz ++
/work/SRC/openSUSE:Factory/mozilla-nss/nss-3.24.tar.gz 
/work/SRC/openSUSE:Factory/.mozilla-nss.new/nss-3.25.tar.gz differ: char 5, 
line 1

++ renegotiate-transitional.patch ++
--- /var/tmp/diff_new_pack.0ovNUq/_old  2016-09-25 14:29:27.0 +0200
+++ /var/tmp/diff_new_pack.0ovNUq/_new  2016-09-25 14:29:27.0 +0200
@@ -1,22 +1,13 @@
 diff --git a/lib/ssl/sslsock.c b/lib/ssl/sslsock.c
+index dc83219..276f4a8 100644
 --- a/lib/ssl/sslsock.c
 +++ b/lib/ssl/sslsock.c
-@@ -72,17 +72,17 @@ static sslOptions ssl_defaults = {
- PR_FALSE,
- /* v2CompatibleHello  */ /* now defaults to off in NSS 3.13 */
- PR_TRUE, /* detectRollBack */
- PR_FALSE,/* noStepDown */
- PR_FALSE,/* bypassPKCS11   */
- PR_FALSE,/* noLocks*/
- PR_FALSE,/* enableSessionTickets */
- PR_FALSE,/* enableDeflate  */
--2,   /* enableRenegotiation (default: requires 
extension) */
-+3,   /* enableRenegotiation (default: requires 
extension) */
- PR_FALSE,/* requireSafeNegotiation */
- PR_FALSE,/* enableFalseStart   */
- PR_TRUE, /* cbcRandomIV*/
- PR_FALSE,/* enableOCSPStapling */
- PR_TRUE, /* enableNPN  */
- PR_FALSE,/* enableALPN */
- PR_TRUE, /* reuseServerECDHEKey */
- PR_FALSE,/* enableFallb

commit apache2 for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2016-09-25 14:28:35

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


Package is "apache2"

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2016-08-16 
13:03:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2016-09-25 
14:28:37.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 13 06:39:50 UTC 2016 - pgaj...@suse.com
+
+- add NotifyAccess=all to service file [bsc#980663]
+
+---



Other differences:
--

++ apache2.service ++
--- /var/tmp/diff_new_pack.7zp0zK/_old  2016-09-25 14:28:39.0 +0200
+++ /var/tmp/diff_new_pack.7zp0zK/_new  2016-09-25 14:28:39.0 +0200
@@ -12,6 +12,7 @@
 ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful-stop
 KillMode=mixed
 TasksMax=infinity
+NotifyAccess=all
 
 [Install]
 WantedBy=multi-user.target

++ apache2@.service ++
--- /var/tmp/diff_new_pack.7zp0zK/_old  2016-09-25 14:28:39.0 +0200
+++ /var/tmp/diff_new_pack.7zp0zK/_new  2016-09-25 14:28:39.0 +0200
@@ -13,6 +13,7 @@
 ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful-stop
 KillMode=mixed
 TasksMax=infinity
+NotifyAccess=all
 
 [Install]
 WantedBy=multi-user.target





commit libjpeg-turbo for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package libjpeg-turbo for openSUSE:Factory 
checked in at 2016-09-25 14:28:07

Comparing /work/SRC/openSUSE:Factory/libjpeg-turbo (Old)
 and  /work/SRC/openSUSE:Factory/.libjpeg-turbo.new (New)


Package is "libjpeg-turbo"

Changes:

--- /work/SRC/openSUSE:Factory/libjpeg-turbo/libjpeg-turbo.changes  
2016-06-13 21:48:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.libjpeg-turbo.new/libjpeg-turbo.changes 
2016-09-25 14:28:09.0 +0200
@@ -1,0 +2,34 @@
+Wed Sep 21 10:50:36 UTC 2016 - idon...@suse.com
+
+- Update to version 1.5.1
+  + Fix for PowerPC platforms lacking AltiVec instructions
+  + Fix ABI problem with clang/llvm on aarch64.
+  + Fancy upsampling is now supported when decompressing JPEG
+images that use 4:4:0 (h1v2) chroma subsampling.
+  + If merged upsampling isn't SIMD-accelerated but YCbCr-to-RGB
+conversion is, then libjpeg-turbo will now disable merged
+upsampling when decompressing YCbCr JPEG images into RGB
+or extended RGB output images. This significantly speeds up
+the decompression of 4:2:0 and 4:2:2 JPEGs on ARM platforms
+if fancy upsampling is not used 
+(for example, if the -nosmooth option to djpeg is specified.)
+  + The TurboJPEG API will now decompress 4:2:2 and 4:4:0 JPEG
+images with 2x2 luminance sampling factors and 2x1 or 1x2
+chrominance sampling factors.
+  + Fixed an unsigned integer overflow in the libjpeg memory manager.
+  + Fixed additional negative left shifts and other issues reported
+by the GCC and Clang undefined behavior sanitizers when
+attempting to decompress specially-crafted malformed JPEG
+images. None of these issues posed a security threat, but
+removing the warnings makes it easier to detect actual
+security issues, should they arise in the future.
+  + Fixed an out-of-bounds array reference, introduced by
+1.4.902 and detected by the Clang undefined behavior sanitizer,
+that could be triggered by a specially-crafted malformed
+JPEG image with more than four components. Because the
+out-of-bounds reference was still within the same structure,
+it was not known to pose a security threat, but removing
+the warning makes it easier to detect actual security issues,
+should they arise in the future.
+
+---
libjpeg62-turbo.changes: same change

Old:

  libjpeg-turbo-1.5.0.tar.gz

New:

  libjpeg-turbo-1.5.1.tar.gz



Other differences:
--
++ libjpeg-turbo.spec ++
--- /var/tmp/diff_new_pack.eETy2o/_old  2016-09-25 14:28:10.0 +0200
+++ /var/tmp/diff_new_pack.eETy2o/_new  2016-09-25 14:28:10.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define srcver   1.5.0
+%define srcver   1.5.1
 %define major8
 %define minor1
 %define micro2

++ libjpeg62-turbo.spec ++
--- /var/tmp/diff_new_pack.eETy2o/_old  2016-09-25 14:28:10.0 +0200
+++ /var/tmp/diff_new_pack.eETy2o/_new  2016-09-25 14:28:10.0 +0200
@@ -19,7 +19,7 @@
 %define major   62
 %define minor   2
 %define micro   0
-%define srcver  1.5.0
+%define srcver  1.5.1
 %define libver  %{major}.%{minor}.%{micro}
 
 Name:   libjpeg62-turbo

++ libjpeg-turbo-1.5.0.tar.gz -> libjpeg-turbo-1.5.1.tar.gz ++
 1739 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/libjpeg-turbo-1.5.0/BUILDING.md new/libjpeg-turbo-1.5.1/BUILDING.md
--- old/libjpeg-turbo-1.5.0/BUILDING.md 2016-06-07 19:33:39.0 +0200
+++ new/libjpeg-turbo-1.5.1/BUILDING.md 2016-09-21 01:36:59.0 +0200
@@ -323,11 +323,6 @@
 IOS_SYSROOT=$IOS_PLATFORMDIR/Developer/SDKs/iPhoneOS*.sdk
 IOS_GCC=$IOS_PLATFORMDIR/Developer/usr/bin/arm-apple-darwin10-llvm-gcc-4.2
 
-  *ARMv6 (code will run on all iOS devices, not SIMD-accelerated)*  
-  [NOTE: Requires Xcode 4.4.x or earlier]
-
-IOS_CFLAGS="-march=armv6 -mcpu=arm1176jzf-s -mfpu=vfp"
-
   *ARMv7 (code will run on iPhone 3GS-4S/iPad 1st-3rd Generation and newer)*
 
 IOS_CFLAGS="-march=armv7 -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon"
@@ -399,8 +394,8 @@
 above in order to support older versions of iOS than the default version
 supported by the SDK.
 
-Once built, lipo can be used to combine the ARMv6, v7, v7s, and/or v8 variants
-into a universal library.
+Once built, lipo can be used to combine the ARMv7, v7s, and/or v8 variants into
+a universal lib

commit dolphin for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package dolphin for openSUSE:Factory checked 
in at 2016-09-25 14:28:46

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


Package is "dolphin"

Changes:

--- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes  2016-09-14 
23:01:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.dolphin.new/dolphin.changes 2016-09-25 
14:28:48.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 21 17:03:38 UTC 2016 - wba...@tmo.at
+
+- Add properly-check-Shift-toggling.patch to fix toggling the
+  "Move to Trash"/"Delete" actions in the context menu when
+  pressing Shift (kde#354301)
+
+---

New:

  properly-check-Shift-toggling.patch



Other differences:
--
++ dolphin.spec ++
--- /var/tmp/diff_new_pack.RXso5H/_old  2016-09-25 14:28:49.0 +0200
+++ /var/tmp/diff_new_pack.RXso5H/_new  2016-09-25 14:28:49.0 +0200
@@ -26,6 +26,8 @@
 Source: dolphin-%{version}.tar.xz
 Source1:dolphinsu.desktop
 Patch0: dolphin-go_up.diff
+# PATCH-FIX-UPSTREAM properly-check-Shift-toggling.patch kde#354301 -- fixes 
toggling the "Move to Trash"/"Delete" actions in the context menu when pressing 
Shift
+Patch1: properly-check-Shift-toggling.patch
 BuildRequires:  baloo5-devel
 BuildRequires:  baloo5-widgets-devel
 BuildRequires:  extra-cmake-modules >= 1.6.0
@@ -95,6 +97,7 @@
 %prep
 %setup -q -n dolphin-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build

++ properly-check-Shift-toggling.patch ++
From: Elvis Angelaccio 
Date: Wed, 21 Sep 2016 16:13:29 +
Subject: Properly check Shift toggling in DolphinRemoveAction
X-Git-Url: 
http://quickgit.kde.org/?p=dolphin.git&a=commitdiff&h=3775ef19eaca057985b92cfa3716d3c3a1d22f0f
---
Properly check Shift toggling in DolphinRemoveAction

Documentation of QGuiApplication::keyboardModifiers() says that "It should
be noted this may not reflect the actual keys held on the input device at
the time of calling but rather the modifiers as last reported in one of
the above events".

Since this method is called in DolphinContextMenu's keyPressEvent()
and keyReleaseEvent(), the first time that keyboardModifiers() is
called it doesn't report that shift has been pressed.

Replacing this method with queryKeyboardModifiers() does the job
because the latter doesn't care about the event queue.

BUG: 354301
FIXED-IN: 16.08.2
REVIEW: 128972
---


--- a/src/dolphinremoveaction.cpp
+++ b/src/dolphinremoveaction.cpp
@@ -45,7 +45,7 @@
 // Using setText(action->text()) does not apply the &-shortcut.
 // This is only done until the original action has been shown at least 
once. To
 // bypass this issue, the text and &-shortcut is applied manually.
-if (qApp->keyboardModifiers() & Qt::ShiftModifier) {
+if (qApp->queryKeyboardModifiers() & Qt::ShiftModifier) {
 m_action = m_collection ? 
m_collection->action(QStringLiteral("delete")) : 0;
 setText(i18nc("@action:inmenu", "&Delete"));
 } else {




commit java-1_7_0-openjdk for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2016-09-25 14:28:22

Comparing /work/SRC/openSUSE:Factory/java-1_7_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new (New)


Package is "java-1_7_0-openjdk"

Changes:

--- 
/work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk-bootstrap.changes
  2016-08-06 20:36:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk-bootstrap.changes
 2016-09-25 14:28:25.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 14 10:47:08 UTC 2016 - fst...@suse.com
+
+- Disable arm32 JIT, since its build broken
+  (http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2942)
+
+---
java-1_7_0-openjdk.changes: same change



Other differences:
--
++ java-1_7_0-openjdk-bootstrap.spec ++
--- /var/tmp/diff_new_pack.6HxM4t/_old  2016-09-25 14:28:28.0 +0200
+++ /var/tmp/diff_new_pack.6HxM4t/_new  2016-09-25 14:28:28.0 +0200
@@ -565,6 +565,7 @@
 %endif
 --disable-infinality \
 --disable-downloading \
+--disable-arm32-jit \
 --with-abs-install-dir=%{_jvmdir}/%{sdkdir} \
 %ifnarch %{arm} %{aarch64}
 --with-parallel-jobs="${NUM_PROC}" \

java-1_7_0-openjdk.spec: same change





commit amarok for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2016-09-25 14:27:53

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


Package is "amarok"

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2016-05-31 
12:11:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2016-09-25 
14:27:55.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 22:12:37 UTC 2016 - corne...@solcon.nl
+
+- Add Fix-MPRIS2-DesktopEntry-value.patch to get working media
+  controls in plasma taskbar (kde#565275) 
+
+---

New:

  Fix-MPRIS2-DesktopEntry-value.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.t6rraU/_old  2016-09-25 14:27:57.0 +0200
+++ /var/tmp/diff_new_pack.t6rraU/_new  2016-09-25 14:27:57.0 +0200
@@ -61,6 +61,8 @@
 Patch110:   amarok-ffmpeg3.0.patch
 # PATCH-FIX-UPSTREAM Fix-for-infinite-loop-with-some-Audio-CDs.patch 
kde#339190 -- Fix for the infinite loop in case a home-burned or old audio CD 
is inserted
 Patch111:   Fix-for-infinite-loop-with-some-Audio-CDs.patch
+# PATCH-FIX-UPSTREAM Fix-MPRIS2-DesktopEntry-value.patch, nec essary for 
working media controls in taskbar plsama 5.7 -- kde#565275
+Patch112:   Fix-MPRIS2-DesktopEntry-value.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -136,6 +138,7 @@
 %patch109 -p1
 %patch110 -p0
 %patch111 -p1
+%patch112 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')

++ Fix-MPRIS2-DesktopEntry-value.patch ++
From: Antonio Rojas 
Date: Sat, 20 Aug 2016 11:09:02 +
Subject: Fix MPRIS2 DesktopEntry value
X-Git-Url: 
http://quickgit.kde.org/?p=amarok.git&a=commitdiff&h=9449ec56d1fd77a0bfa1f7134a2bf4f91ffd14d3
---
Fix MPRIS2 DesktopEntry value

According to the MPRIS2 spec, the DesktopEntry value should be
"the basename of the .desktop file" [1], not the desktop-file-id. So
for amarok it should be "amarok" and not "kde4-amarok", regardless of
where the desktop file is installed. This fixes displaying MPRIS
controls in the Amarok taskbar tooltip in Plasma 5.7

[1] 
https://specifications.freedesktop.org/mpris-spec/latest/Media_Player.html#Property:DesktopEntry

Testing done by Antonio:

Player controls are displayed again in the Amarok taskbar tooltip in Plasma 5.7.

REVIEW: 128418
BUG: 365275
FIXED-IN: 2.9
---



--- a/src/dbus/mpris2/MediaPlayer2.cpp
+++ b/src/dbus/mpris2/MediaPlayer2.cpp
@@ -94,11 +94,7 @@
 
 QString MediaPlayer2::DesktopEntry() const
 {
-// Amarok desktop file is installed in $prefix/share/applications/kde4/
-// rather than in $prefix/share/applications. The standard way to
-// represent this dir is with a "kde4-" prefix. See:
-// 
http://standards.freedesktop.org/menu-spec/1.0/go01.html#term-desktop-file-id
-return QLatin1String("kde4-amarok");
+return QLatin1String("amarok");
 }
 
 QStringList MediaPlayer2::SupportedUriSchemes() const




commit ark for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2016-09-25 14:27:39

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


Package is "ark"

Changes:

--- /work/SRC/openSUSE:Factory/ark/ark.changes  2016-09-14 23:01:06.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes 2016-09-25 
14:27:41.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 07:01:24 UTC 2016 - fab...@ritter-vogt.de
+
+- Add mimeinfo17.patch to fix opening .rar files with shared-mime-info 1.7
+   * kde#368786
+
+---

New:

  mimeinfo17.patch



Other differences:
--
++ ark.spec ++
--- /var/tmp/diff_new_pack.4mi7NY/_old  2016-09-25 14:27:42.0 +0200
+++ /var/tmp/diff_new_pack.4mi7NY/_new  2016-09-25 14:27:42.0 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Other
 Url:http://www.kde.org
 Source0:ark-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM mimeinfo17.patch Add support for application/vnd.rar, 
fixes opening RAR with shared-mime-info 1.7 kde#368786
+Patch1: mimeinfo17.patch
 BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  karchive-devel >= 5.2.0
 BuildRequires:  kconfig-devel >= 5.2.0
@@ -60,6 +62,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build

++ mimeinfo17.patch ++
From: Elvis Angelaccio 
Date: Wed, 14 Sep 2016 10:09:49 +
Subject: Add support for application/vnd.rar, fixes opening RAR with 
shared-mime-info 1.7
X-Git-Url: 
http://quickgit.kde.org/?p=ark.git&a=commitdiff&h=9a9a851049cd904f08c9594cc6aacf696886404e
---
Add support for application/vnd.rar, fixes opening RAR with shared-mime-info 1.7

shared-mime-info 1.7 introduced the official IANA mimetype
`application/vnd.rar` and degraded `application/x-rar` to alias.

For now we need to register both mimetypes. Once distributions start
shipping shared-mime-info 1.7, we can drop the alias.

For this reason, we cannot have a reliable test case in mimetypetest.
Also, in `PluginLoader::sortByComment()` we need to check whether
mimetypes are valid, because `application/vnd.rar` might not be in
`QMimeDatabase()`.

BUG: 368786
FIXED-IN: 16.08.2

Closes T3729
---


--- a/autotests/kerfuffle/adddialogtest.cpp
+++ b/autotests/kerfuffle/adddialogtest.cpp
@@ -79,8 +79,8 @@
 qDebug() << "7z format not available, skipping test.";
 }
 
-if (writeMimeTypes.contains(QStringLiteral("application/x-rar"))) {
-QTest::newRow("rar") << QStringLiteral("application/x-rar") << true << 
2 << 5;
+if (writeMimeTypes.contains(QStringLiteral("application/vnd.rar"))) {
+QTest::newRow("rar") << QStringLiteral("application/vnd.rar") << true 
<< 2 << 5;
 } else {
 qDebug() << "rar format not available, skipping test.";
 }

--- a/autotests/kerfuffle/addtoarchivetest.cpp
+++ b/autotests/kerfuffle/addtoarchivetest.cpp
@@ -153,7 +153,7 @@
 qDebug() << "7z/zip executable not found in path. Skipping 
compress-here-(ZIP) tests.";
 }
 
-if 
(!PluginManager().preferredWritePluginsFor(QMimeDatabase().mimeTypeForName(QStringLiteral("application/x-rar"))).isEmpty())
 {
+if 
(!PluginManager().preferredWritePluginsFor(QMimeDatabase().mimeTypeForName(QStringLiteral("application/vnd.rar"))).isEmpty())
 {
 QTest::newRow("compress here (as RAR) - dir with files")
 << QStringLiteral("rar")
 << QStringList {QFINDTESTDATA("data/testdir")}

--- a/autotests/kerfuffle/createdialogtest.cpp
+++ b/autotests/kerfuffle/createdialogtest.cpp
@@ -78,8 +78,8 @@
 qDebug() << "7z format not available in CreateDialog, skipping test.";
 }
 
-if (writeMimeTypes.contains(QStringLiteral("application/x-rar"))) {
-QTest::newRow("rar") << QStringLiteral("application/x-rar");
+if (writeMimeTypes.contains(QStringLiteral("application/vnd.rar"))) {
+QTest::newRow("rar") << QStringLiteral("application/vnd.rar");
 } else {
 qDebug() << "rar format not available in CreateDialog, skipping test.";
 }
@@ -133,8 +133,8 @@
 qDebug() << "7z format not available in CreateDialog, skipping test.";
 }
 
-if 
(m_pluginManager.supportedWriteMimeTypes().contains(QStringLiteral("application/x-rar")))
 {
-QTest::newRow("rar") << QStringLiteral("application/x-rar") << true << 
true;
+if 
(m_pluginManager.supportedWriteMimeTypes().contains(QStringLiteral("application/vnd.rar")))
 {
+QTest::newRow("rar") << QStringLiteral("application/vnd.rar") << true 
<< true;
 } else {
 qDebug() << "rar format not available in CreateDialog, skipping test.";
 }

--- a/kerfuffle/plugi

commit flash-player for openSUSE:13.1:NonFree:Update

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:13.1:NonFree:Update checked in at 2016-09-25 09:05:15

Comparing /work/SRC/openSUSE:13.1:NonFree:Update/flash-player (Old)
 and  /work/SRC/openSUSE:13.1:NonFree:Update/.flash-player.new (New)


Package is "flash-player"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ZcSJBP/_old  2016-09-25 09:05:16.0 +0200
+++ /var/tmp/diff_new_pack.ZcSJBP/_new  2016-09-25 09:05:16.0 +0200
@@ -1 +1 @@
-
+




commit MozillaThunderbird for openSUSE:13.1:Update

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:13.1:Update checked in at 2016-09-25 09:04:53

Comparing /work/SRC/openSUSE:13.1:Update/MozillaThunderbird (Old)
 and  /work/SRC/openSUSE:13.1:Update/.MozillaThunderbird.new (New)


Package is "MozillaThunderbird"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.aa5w3A/_old  2016-09-25 09:04:57.0 +0200
+++ /var/tmp/diff_new_pack.aa5w3A/_new  2016-09-25 09:04:57.0 +0200
@@ -1 +1 @@
-
+




commit tiff for openSUSE:13.1:Update

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package tiff for openSUSE:13.1:Update 
checked in at 2016-09-25 09:05:06

Comparing /work/SRC/openSUSE:13.1:Update/tiff (Old)
 and  /work/SRC/openSUSE:13.1:Update/.tiff.new (New)


Package is "tiff"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.kokzT3/_old  2016-09-25 09:05:07.0 +0200
+++ /var/tmp/diff_new_pack.kokzT3/_new  2016-09-25 09:05:07.0 +0200
@@ -1 +1 @@
-
+




commit tiff.4668 for openSUSE:13.1:Update

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package tiff.4668 for openSUSE:13.1:Update 
checked in at 2016-09-25 09:05:04

Comparing /work/SRC/openSUSE:13.1:Update/tiff.4668 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.tiff.4668.new (New)


Package is "tiff.4668"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:13.1:Update/.tiff.4668.new/tiff.changes  2016-09-25 
09:05:05.0 +0200
@@ -0,0 +1,721 @@
+---
+Thu Sep  1 14:35:57 UTC 2016 - fst...@suse.com
+
+- Added patches:
+  * tiff-4.0.6-CVE-2016-3623.patch
+  * tiff-4.0.6-CVE-2016-3945.patch
+  * tiff-4.0.6-CVE-2016-3990.patch
+  * tiff-4.0.6-CVE-2016-3991.patch
+- Upstream commits to fix CVE-2016-3623 [bsc#974618],
+  CVE-2016-3945 [bsc#974614], CVE-2016-3990 [bsc#975069],
+ CVE-2016-3991 [bsc#975070]
+
+---
+Tue Jul 12 09:20:56 UTC 2016 - fst...@suse.com
+
+- Added patches:
+  * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch
+  * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch
+  * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch
+- Upstream commits to fix CVE-2016-5314 [bsc#984831],
+  CVE-2016-5316 [bsc#984837], CVE-2016-5317 [bsc#984842],
+  CVE-2016-5320 [bsc#984808] and CVE-2016-5875 [bsc#987351]
+
+---
+Wed Apr  6 13:56:19 UTC 2016 - fst...@suse.com
+
+- Added patch:
+  * tiff-4.0.6-CVE-2016-3186.patch
+- fix CVE-2016-3186: buffer overflow in gif2tiff [bsc#973340]
+
+---
+Mon Feb  1 08:01:19 UTC 2016 - fst...@suse.com
+
+- Added patch:
+  * tiff-4.0.6-CVE-2015-8782.patch
+- fix CVE-2015-8781, CVE-2015-8782, CVE-2015-8783: Out-of-bounds
+  writes for invalid images (upstream bug #2522) [bsc#964225]
+
+---
+Wed Jan 13 17:03:31 UTC 2016 - fst...@suse.com
+
+- Added patch:
+  * tiff-4.0.6-CVE-2015-7554.patch
+- fix CVE-2015-7554: Out-of-bounds Write in the thumbnail and
+  tiffcmp tools (upsteam bug #2499) [bsc#960341]
+
+---
+Mon Jan 11 13:53:42 UTC 2016 - kstreit...@suse.com
+
+- Added patch:
+  * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch
+- fix uninitialized memory in NeXTDecode (upstream bug #2508)
+  [bsc#942690]
+
+---
+Tue Dec  8 15:55:30 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 4.0.6
+  * Supports CMake 2.8.9 and later.
+  * Add missing file which wasn't being distributed, causing unit 
+tests to fail.
+  * Make shared/static library building configurable.
+  * CMake reads all version information directly from configure.ac 
+to avoid duplication of values.
+  * CMake builds are now included in 'distcheck' target. 
+  * Autotools 'make distcheck' now tests the CMake-based build if 
+CMake is available. 
+  * Fixes to avoid undefined behaviour of signed types (C standard 
+compliance).
+  * Fixes to avoid possible isses when casting to unsigned char.
+  * Fixes to avoid undefined behaviour with shifts.
+  * Fix generation of output with 16 bit or 32 bit integer, when 
+byte swapping is needed, in horizontal predictor (#2521).
+  * Fix decoding when there is a single pixel to decode 
+(unlikely case...) and byte swapping is involved.
+  * Add add explicit masking with 0xff before casting to uchar in
+floating-point horizontal differencing and accumulation routines.
+  * Eliminate requirement for and use of 64-bit constant values. 
+  * tiffgt : Silence glut API deprecation warnings on MacOS X. 
+  * fax2ps : Detect failure to write to temporary file.
+- Changes from version 4.0.5
+  * Support for configure/build using CMake.
+  * Support for large (> 2GB) files under Microsoft Windows. 
+  * Configuration and building using CMake is now supported under 
+Microsoft Windows and on Unix-type systems. 
+  * Test for and use fseeko() if it is available. This allows supporting
+large files on Unix-type systems with a 32-bit 'long' type and a 
+64-bit 'off_t' type. 
+  * tiffiop.h: Macros added to use 64-bit equivalents for all standard 
+I/O and POSIX APIs used by libtiff and its tools which are limited 
+to 2GB in Windows builds. Note that these 64-bit equivalents were 
+introduced by the CRT provided with Visual Studio 2005 and if the 
+necessary CRT is not installed on the target computer, the program 
+will not run. The wrapper macros will not be activated unless the 
+definition _MSC_VER is a

commit apache2 for openSUSE:13.1:Update

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:13.1:Update 
checked in at 2016-09-25 09:05:01

Comparing /work/SRC/openSUSE:13.1:Update/apache2 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.apache2.new (New)


Package is "apache2"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.f2415B/_old  2016-09-25 09:05:02.0 +0200
+++ /var/tmp/diff_new_pack.f2415B/_new  2016-09-25 09:05:02.0 +0200
@@ -1 +1 @@
-
+