commit plymouth for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2015-09-27 14:31:57

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


Package is "plymouth"

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2014-11-13 
09:16:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2015-09-27 
14:31:15.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 21 12:15:11 UTC 2015 - idon...@suse.com
+
+- Use is_opensuse to simplify if/else block 
+
+---
+Fri Sep  4 09:41:01 UTC 2015 - idon...@suse.com
+
+- Add a direct dependency on systemd, since we need to know the
+  path to systemd-tty-ask-password-agent, fixes part of bsc#943312
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.ZA0iJo/_old  2015-09-27 14:31:16.0 +0200
+++ /var/tmp/diff_new_pack.ZA0iJo/_new  2015-09-27 14:31:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package plymouth
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -70,6 +70,7 @@
 BuildRequires:  libudev-devel
 BuildRequires:  libxslt
 BuildRequires:  module-init-tools
+BuildRequires:  systemd >= 186
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libdrm)
@@ -366,10 +367,10 @@
 
 # Change the default theme
 
-%if %{suse_version} == 1315
-sed -i -e 's/spinner/SLE/g' src/plymouthd.defaults
-%else
+%if 0%{?is_opensuse}
 sed -i -e 's/spinner/openSUSE/g' src/plymouthd.defaults
+%else
+sed -i -e 's/spinner/SLE/g' src/plymouthd.defaults
 %endif
 
 %build





commit mdadm for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package mdadm for openSUSE:Factory checked 
in at 2015-09-27 14:31:51

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


Package is "mdadm"

Changes:

--- /work/SRC/openSUSE:Factory/mdadm/mdadm.changes  2015-09-16 
10:36:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.mdadm.new/mdadm.changes 2015-09-27 
14:31:10.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 14 13:21:33 UTC 2015 - dims...@opensuse.org
+
+- Own %{_systemdshutdowndir} in case nothing else does. This
+  ensures build success even if systemd-mini does not own it
+  (happens in some versions of our package).
+
+---



Other differences:
--
++ mdadm.spec ++
--- /var/tmp/diff_new_pack.jI4z1P/_old  2015-09-27 14:31:11.0 +0200
+++ /var/tmp/diff_new_pack.jI4z1P/_new  2015-09-27 14:31:11.0 +0200
@@ -108,6 +108,10 @@
 /etc/cron.daily/mdadm
 %dir /etc/cron.d
 %config /etc/cron.d/mdadm
+# %%{_systemdshutdowndir}/ is not owned by all versions of systemd-mini.
+# But we really do not want to pull in a full systemd, so we rather just own
+# that directory by ourselves too. After all, this is allowed.
+%dir %{_systemdshutdowndir}
 %{_systemdshutdowndir}/mdadm.shutdown
 %{_unitdir}/mdmon@.service
 %{_unitdir}/mdmonitor.service




commit libseccomp for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libseccomp for openSUSE:Factory 
checked in at 2015-09-27 14:32:25

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


Package is "libseccomp"

Changes:

--- /work/SRC/openSUSE:Factory/libseccomp/libseccomp.changes2015-09-19 
06:52:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libseccomp.new/libseccomp.changes   
2015-09-27 14:31:43.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 25 12:14:37 UTC 2015 - dims...@opensuse.org
+
+- Add baselibs.conf: systemd-32bit-224+ links against
+  libseccomp.so.2.
+
+---

New:

  baselibs.conf



Other differences:
--
++ libseccomp.spec ++
--- /var/tmp/diff_new_pack.kEuAmc/_old  2015-09-27 14:31:44.0 +0200
+++ /var/tmp/diff_new_pack.kEuAmc/_new  2015-09-27 14:31:44.0 +0200
@@ -28,6 +28,7 @@
 #Git-Clone:git://github.com/seccomp/libseccomp
 Source: 
https://github.com/seccomp/libseccomp/releases/download/v%version/%name-%version.tar.gz
 Source2:
https://github.com/seccomp/libseccomp/releases/download/v%version/%name-%version.tar.gz.SHA256SUM.asc
+Source99:   baselibs.conf
 Patch1: no-static.diff
 Patch3: libseccomp-s390x-support.patch
 Patch5: libseccomp-ppc64le.patch

++ baselibs.conf ++
libseccomp2



commit patterns-openSUSE for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2015-09-27 14:32:13

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


Package is "patterns-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2015-09-11 09:04:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2015-09-27 14:31:32.0 +0200
@@ -1,0 +2,31 @@
+Thu Sep 24 13:15:54 UTC 2015 - dims...@opensuse.org
+
+- Recommend systemd-32bit in the rest_dvd_core pattern.
+
+---
+Wed Sep 23 13:42:58 UTC 2015 - dims...@opensuse.org
+
+- Also fix the KDE CD: sssd-32bit is recommended there too, so also
+  recommend systemd-32bit.
+
+---
+Wed Sep 23 13:20:17 UTC 2015 - dims...@opensuse.org
+
+- When recommending sssd-32bit, also recommend systemd-32bit: the
+  systemd-pam modules are needed in this case too (not strictly a
+  requirement, but pam-config -a --systemd fails on a 64bit system
+  when pam-32bit is installed but the 32bit pam modules are not).
+
+---
+Tue Sep 22 11:43:40 UTC 2015 - mvet...@suse.com
+
+- Add basic lxqt pattern
+
+---
+Fri Sep 18 10:31:45 UTC 2015 - p.drou...@gmail.com
+
+- create mate_internet and mate_office_opt patterns 
+- Recommend newly created patterns instead of GNOME's ones; recommending
+  GNOME's intall plenty of packages unwanted by regular users
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.I8YgPR/_old  2015-09-27 14:31:33.0 +0200
+++ /var/tmp/diff_new_pack.I8YgPR/_new  2015-09-27 14:31:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   patterns-openSUSE
-Version:20150828
+Version:20150918
 Release:0
 Summary:Patterns for Installation (full ftp tree)
 License:MIT
@@ -3854,6 +3854,72 @@
 %dir /usr/share/doc/packages/patterns-openSUSE
 /usr/share/doc/packages/patterns-openSUSE/lxde_office.txt
 
+%package lxqt
+%pattern_graphicalenvironments
+Summary:LXQt Desktop Environment
+Group:  Metapackages
+Provides:   pattern() = lxqt
+Provides:   pattern-order() = 1460
+Provides:   pattern-visible()
+Requires:   pattern() = x11
+Recommends: pattern() = multimedia
+
+Recommends: pattern() = remote_desktop
+Recommends: lxqt-about
+Recommends: lxqt-common
+Recommends: lxqt-config
+Recommends: lxqt-globalkeys
+Recommends: lxqt-notificationd
+Recommends: lxqt-openssh-askpass
+Recommends: lxqt-panel
+Recommends: lxqt-policykit
+Recommends: lxqt-powermanagement
+Recommends: lxqt-runner
+Recommends: lxqt-session
+Recommends: lxqt-qtplugin
+
+Recommends: pcmanfm-qt
+Recommends: qupzilla
+#TODO qterminal needs to get moved from X11:QtDesktop
+#TODO juffed needs to get moved from X11:QtDesktop
+
+Recommends: openbox
+Recommends: obconf
+Recommends: obconf-qt
+Recommends: xdg-utils
+Recommends: xscreensaver
+Recommends: xorg-x11-essentials
+Recommends: xdm
+
+Recommends: gwenview
+Recommends: ark
+Recommends: claws-mail
+Recommends: xfce4-power-manager
+Recommends: xfce4-screenshooter
+
+Recommends: pk-update-icon
+Recommends: apper
+
+Recommends: avahi
+Recommends: kdesu
+Recommends: system-config-printer
+Recommends: simple-scan
+Recommends: libyui-qt-pkg
+Recommends: yast2-control-center-qt
+Recommends: NetworkManager
+Recommends: NetworkManager-gnome
+Recommends: droid-fonts
+Recommends: desktop-data-openSUSE
+Recommends: samba
+Suggests:   hplip
+
+%description lxqt
+LXQt is a lightweight desktop environment based on Qt.
+
+%files lxqt
+%dir /usr/share/doc/packages/patterns-openSUSE
+/usr/share/doc/packages/patterns-openSUSE/lxqt.txt
+
 %package mail_server
 %pattern_serverfunctions
 Summary:Mail and News Server
@@ -3902,7 +3968,7 @@
 Recommends: pattern() = imaging
 Recommends: pattern() = non_oss
 Recommends: pattern() = mate_admin
-Recommends: pattern() = gnome_internet
+Recommends: pattern() = mate_internet
 Recommends: pattern() = multimedia
 Recommends: pattern() = office
 Recommends: pattern() = mate_utilities
@@ -4079,6 +4145,44 @@
 %dir /usr/share/doc/packages/patterns-openSUSE
 

commit kbd for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package kbd for openSUSE:Factory checked in 
at 2015-09-27 14:31:46

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


Package is "kbd"

Changes:

--- /work/SRC/openSUSE:Factory/kbd/kbd.changes  2015-04-10 09:49:14.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kbd.new/kbd.changes 2015-09-27 
14:31:04.0 +0200
@@ -1,0 +2,40 @@
+Fri Aug 21 10:50:21 UTC 2015 - opensuse.lietuviu.ka...@gmail.com
+
+- Rename conflicting legacy keymaps:
+  * dvorak/no.map -> dvorak/no-dvorak.map
+  * fgGIod/trf.map -> fgGIod/trf-fgGIod.map
+  * olpc/pt.map -> olpc/pt-olpc.map
+  * qwerty/cz.map -> qwerty/cz-qwerty.map
+- i386/qwerty/sr-latin links to sr-cy
+- add compose rules to cz layout (rh#1181581)
+
+---
+Mon Aug 10 11:53:48 UTC 2015 - sndir...@suse.com
+
+- genmap4systemd.sh: use 'abnt2' model for 'br' layouts, 'jp106'
+  model for 'jp' layouts and 'microsoftpro' for anything else
+  (instead of 'pc105' before) (FATE#318426)
+
+---
+Tue Jul 21 10:05:35 UTC 2015 - sndir...@suse.com
+
+- added genmap4systemd.sh tool, which generates entries for 
+  systemd's /usr/share/systemd/kbd-model-map table from 
+  xkeyboard-config converted keymaps; entries are written to 
+  /usr/share/systemd/kbd-model-map.xkb-generated, so these can
+  easily be added to /usr/share/systemd/kbd-model-map by systemd
+  package (FATE#318426)
+
+---
+Fri Jul 17 12:54:27 UTC 2015 - sndir...@suse.com
+
+- Include xkb layouts from xkeyboard-config converted to console
+  keymaps, (FATE#318426)
+  * Rename Finnish xkb converted layout
+  * Add xkb and legacy keymaps subdirs to loadkyes search path
+(kbd-1.15.5-loadkeys-search-path.patch), remove symlinks,
+Don't convert layouts that can't input ASCII,
+  * Original keymaps moved to legacy dir, created symlinks to xkb
+keymaps
+
+---

New:

  cz-map.patch
  genmap4systemd.sh
  kbd-1.15.5-loadkeys-search-path.patch
  xml2lst.pl



Other differences:
--
++ kbd.spec ++
--- /var/tmp/diff_new_pack.zG0YNA/_old  2015-09-27 14:31:06.0 +0200
+++ /var/tmp/diff_new_pack.zG0YNA/_new  2015-09-27 14:31:06.0 +0200
@@ -40,8 +40,11 @@
 Source12:   fbtest.8
 Source13:   guess_encoding.pl
 Source14:   kbd.pl
+Source15:   cz-map.patch
 Source42:   convert-kbd-mac.sed
 Source43:   repack_kbd.sh
+Source44:   xml2lst.pl
+Source45:   genmap4systemd.sh
 Patch0: kbd-1.15.2-prtscr_no_sigquit.patch
 Patch2: kbd-1.15.2-unicode_scripts.patch
 Patch3: kbd-1.15.2-docu-X11R6-xorg.patch
@@ -53,6 +56,9 @@
 Patch10:kbd-2.0.2-doshell-reference.patch
 Patch11:kbd-2.0.2-euro-unicode.patch
 Patch12:kbd-2.0.2-fix-bashisms.patch
+# Patch13: adds xkb and legacy keymaps subdirs to loadkyes search path
+# (openSUSE FATE#318355, sle FATE#318426)
+Patch13:kbd-1.15.5-loadkeys-search-path.patch
 
 BuildRequires:  automake
 BuildRequires:  bison
@@ -63,7 +69,13 @@
 BuildRequires:  pkg-config
 BuildRequires:  suse-module-tools
 BuildRequires:  xz
+
+BuildRequires:  console-setup
+BuildRequires:  xkeyboard-config
+
 Requires(pre):  %fillup_prereq
+# Temporarily require -legacy
+Requires:   %{name}-legacy = %{version}-%{release}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -82,10 +94,23 @@
 Andries Brouwer 
 Alexey Gladkov 
 
+%package legacy
+Summary:Legacy data for kbd package
+Group:  System/Console
+BuildArch:  noarch
+
+%description legacy
+The %{name}-legacy package contains original keymaps for kbd package.
+Please note that %{name}-legacy is not helpful without kbd.
+
+
+
 %define kbd /usr/share/kbd
 
 %prep
 %setup -q -a 1 -a 2 -n kbd-%{version}
+cp -fp %{SOURCE44} .
+cp -fp %{SOURCE45} .
 %patch0 -p1
 %patch2
 %patch3
@@ -97,6 +122,7 @@
 %patch10
 %patch11
 %patch12 -p1
+%patch13 -p1
 
 %build
 for i in `find data/keymaps/mac -type f` ; do
@@ -108,6 +134,11 @@
test -f qwerty/se-latin1.map || cp qwerty/sv-latin1.map 
qwerty/se-latin1.map
# bnc#435121
test -f olpc/es-olpc.map || mv olpc/es.map olpc/es-olpc.map
+# Rename conflicting keymaps, as Fedora do
+test -f dvorak/no.map || mv dvorak/no.map dvorak/no-dvorak.map
+test -f fgGIod/trf.map || mv fgGIod/trf.map fgGIod/trf-fgGIod.map
+test -f olpc/pt.map || mv olpc/pt.map olpc/pt-olpc.map
+test -f qwerty/cz.map || mv qwerty/cz.map 

commit dracut for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2015-09-27 14:32:02

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


Package is "dracut"

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2015-09-03 
18:06:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2015-09-27 
14:31:21.0 +0200
@@ -1,0 +2,54 @@
+Wed Sep 23 11:26:05 UTC 2015 - fv...@suse.com
+
+- Fix 0182-fix-include-parsing.patch
+- Didn't parse arguments with spaces correctly
+
+---
+Wed Sep 23 10:16:47 UTC 2015 - fv...@suse.com
+
+- Add patch 0183-fix_add_drivers_hang.patch:
+   - Fix possible hang in dracut
+ caused by add_drivers+=" " in dracut.conf (bsc#923116)
+
+---
+Mon Sep 21 13:18:43 UTC 2015 - fv...@suse.com
+
+- Add patch 0182-fix-include-parsing.patch:
+   - Fix parsing of "-i" and "--include"
+- Fixes boo#908452 
+
+---
+Mon Sep 21 10:45:14 UTC 2015 - fv...@suse.com
+
+- Add patch 0181-no_systemd_cryptsetup.patch:
+  - rd.luks.key is not implemented (properly) if systemd is enabled,
+so ignore systemd in 90crypt
+- Fixes boo#915849
+
+---
+Wed Sep 16 12:12:12 UTC 2015 - fv...@suse.com
+
+- Fix systemd-vconsole-error properly (bsc#943312 and bsc#932981)
+  Rewrite 0180-dracut-add-trivial-vconsole-fontmap.patch
+  as 0180-i18n_add_correct_fontmaps.patch
+
+---
+Mon Sep 14 11:33:51 UTC 2015 - thomas.bl...@suse.com
+
+- fix systemd-vconsole-error in initrd (bsc#943312)
+  Add 0180-dracut-add-trivial-vconsole-fontmap.patch
+
+---
+Fri Sep 11 11:06:46 UTC 2015 - fv...@suse.com
+
+- Add 0401-mount_option_mountpoint.patch:
+Make it possible to use a mountpoint as --mount parameter 
+
+---
+Fri Sep 11 10:56:42 UTC 2015 - fv...@suse.com
+
+- Add experimental 0400-use_fstab_systemd.patch:
+Add entry for /sysroot in /etc/fstab instead of relying
+on root= and rootflags=
+
+---

New:

  0180-i18n_add_correct_fontmaps.patch
  0181-no_systemd_cryptsetup.patch
  0182-fix-include-parsing.patch
  0183-fix_add_drivers_hang.patch
  0400-use_fstab_systemd.patch
  0401-mount_option_mountpoint.patch



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.7erPKq/_old  2015-09-27 14:31:23.0 +0200
+++ /var/tmp/diff_new_pack.7erPKq/_new  2015-09-27 14:31:23.0 +0200
@@ -101,6 +101,10 @@
 Patch164:   0164-Fix-initramfs-ver.img-vs-initrd-ver-in-dracut-initra.patch
 Patch165:   0165-Order-root-fsck-after-pre-mount.patch
 Patch168:   0168-remove_plymouth_logo_file.patch
+Patch180:   0180-i18n_add_correct_fontmaps.patch
+Patch181:   0181-no_systemd_cryptsetup.patch
+Patch182:   0182-fix-include-parsing.patch
+Patch183:   0183-fix_add_drivers_hang.patch
 
 # Still needed
 Patch133:   0133-Allow-multiple-configurations-per-network-interface-.patch
@@ -116,6 +120,9 @@
 ## fix for SUSE systems which have dpkg installed anyway
 Patch300:   dracut_dont_use_dpkg_defaults_on_SUSE.patch
 
+Patch400:   0400-use_fstab_systemd.patch
+Patch401:   0401-mount_option_mountpoint.patch
+
 BuildRequires:  asciidoc
 BuildRequires:  bash
 BuildRequires:  docbook-xsl-stylesheets
@@ -238,6 +245,10 @@
 %patch164 -p1
 %patch165 -p1
 %patch168 -p1
+%patch180 -p1
+%patch181 -p1
+%patch182 -p1
+%patch183 -p1
 
 %patch200 -p1
 %patch201 -p1
@@ -245,6 +256,9 @@
 
 %patch300 -p1
 
+%patch400 -p1
+%patch401 -p1
+
 %build
 %configure\
   --systemdsystemunitdir=%{_unitdir}\

++ 0180-i18n_add_correct_fontmaps.patch ++
Index: dracut-043/modules.d/10i18n/module-setup.sh
===
--- dracut-043.orig/modules.d/10i18n/module-setup.sh
+++ dracut-043/modules.d/10i18n/module-setup.sh
@@ -196,7 +196,11 @@ install() {
 if [[ ${FONT_MAP} ]]
 then
 FONT_MAP=${FONT_MAP%.trans}
-inst_simple ${kbddir}/consoletrans/${FONT_MAP}.trans
+# There are three different formats that setfont supports
+inst_simple ${kbddir}/consoletrans/${FONT_MAP} \
+|| inst_simple ${kbddir}/consoletrans/${FONT_MAP}.trans \
+|| inst_simple 

commit sddm for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package sddm for openSUSE:Factory checked in 
at 2015-09-27 14:32:08

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


Package is "sddm"

Changes:

--- /work/SRC/openSUSE:Factory/sddm/sddm.changes2015-09-11 
09:01:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.sddm.new/sddm.changes   2015-09-27 
14:31:26.0 +0200
@@ -1,0 +2,24 @@
+Thu Sep 24 17:41:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added shadow BuildRequires, it's needed to check UID_MIN & UID_MAX
+  from /etc/login.defs
+
+---
+Sat Sep 12 17:28:12 UTC 2015 - wba...@tmo.at
+
+- Change the theme to "maui" in the shipped sddm.conf,
+  sddm-branding-openSUSE sets it to "breeze" on installation.
+- Remove the superfluous requirement for "breeze". This is not
+  needed even with the "breeze" theme, as it is actually part of
+  plasma5-workspace which is required by sddm-branding-openSUSE
+  anyway.
+- sddm-branding-openSUSE should PreReq sddm, otherwise the config
+  might not exist.
+- Make the regexps for sed stricter to really only modify the theme
+  setting when installing/uninstalling sddm-branding-openSUSE.
+  Otherwise it would e.g. also replace CursorTheme=breeze_cursors
+  with CursorTheme=maui_cursors...
+  Also only modify the config on new installation, not during
+  updates.
+
+---



Other differences:
--
++ sddm.spec ++
--- /var/tmp/diff_new_pack.DwSXNJ/_old  2015-09-27 14:31:27.0 +0200
+++ /var/tmp/diff_new_pack.DwSXNJ/_new  2015-09-27 14:31:27.0 +0200
@@ -49,6 +49,8 @@
 BuildRequires:  pam-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-docutils
+# Autodetect UID_MIN and UID_MAX from /etc/login.defs
+BuildRequires:  shadow
 BuildRequires:  systemd-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -56,7 +58,6 @@
 BuildRequires:  pkgconfig(Qt5Quick)
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(xcb-xkb)
-Requires:   breeze
 Requires:   sddm-branding = %{version}
 # Merged the -lang package back into the main package
 Obsoletes:  %{name}-lang <= %{version}
@@ -70,6 +71,7 @@
 %package branding-openSUSE
 Summary:Lightweight QML-based display manager. openSUSE branding
 Group:  System/GUI/KDE
+PreReq: sddm
 Requires:   plasma5-workspace
 Supplements:packageand(plasma5-workspace:branding-openSUSE)
 Provides:   sddm-branding = %{version}
@@ -135,13 +137,13 @@
 -d /var/lib/sddm sddm 2> /dev/null || :
 
 %post branding-openSUSE
-if [ -f /etc/sddm.conf ]; then
-sed -i -e 's/maui/breeze/g' /etc/sddm.conf
+if [ $1 -eq 1 -a -f /etc/sddm.conf ]; then
+sed -i -e 's/^Current=maui$/Current=breeze/g' /etc/sddm.conf
 fi
 
 %postun branding-openSUSE
 if [ $1 -eq 0 -a -f /etc/sddm.conf ]; then
-   sed -i -e 's/breeze/maui/g' /etc/sddm.conf
+   sed -i -e 's/^Current=breeze$/Current=maui/g' /etc/sddm.conf
 fi
 
 %files

++ sddm.conf ++
--- /var/tmp/diff_new_pack.DwSXNJ/_old  2015-09-27 14:31:27.0 +0200
+++ /var/tmp/diff_new_pack.DwSXNJ/_new  2015-09-27 14:31:27.0 +0200
@@ -1,5 +1,5 @@
 [Theme]
-Current=breeze
+Current=maui
 CursorTheme=breeze_cursors
 
 [XDisplay]




commit libgudev for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libgudev for openSUSE:Factory 
checked in at 2015-09-27 14:32:18

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


Package is "libgudev"

Changes:

--- /work/SRC/openSUSE:Factory/libgudev/libgudev.changes2015-08-21 
07:40:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgudev.new/libgudev.changes   2015-09-27 
14:31:37.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep 25 08:38:43 UTC 2015 - dims...@suse.com
+
+- Enable build (dummy change for repo_checker, as libgudev was
+  wrongly already checked in to openSUSE:Factory, but has since
+  been disabled). With this, we can activate the Staging properly.
+
+---



Other differences:
--
++ libgudev.spec ++
--- /var/tmp/diff_new_pack.u8TIYI/_old  2015-09-27 14:31:37.0 +0200
+++ /var/tmp/diff_new_pack.u8TIYI/_new  2015-09-27 14:31:37.0 +0200
@@ -15,22 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libgudev
 Version:230
 Release:0 
+Summary:Library that provides GObject bindings for libudev
 License:LGPL-2.0+
 Group:  Development/Libraries/GNOME
-Summary:Library that provides GObject bindings for libudev
 Url:https://wiki.gnome.org/Projects/libgudev
 Source0:
https://download.gnome.org/sources/libgudev/%{version}/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.22.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.22.0
-BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(gtk-doc) >= 1.18
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(gtk-doc) >= 1.18
+BuildRequires:  pkgconfig(libudev)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit xvkbd for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package xvkbd for openSUSE:Factory checked 
in at 2015-09-27 14:32:38

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


Package is "xvkbd"

Changes:

--- /work/SRC/openSUSE:Factory/xvkbd/xvkbd.changes  2013-07-29 
17:51:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.xvkbd.new/xvkbd.changes 2015-09-27 
14:31:56.0 +0200
@@ -1,0 +2,15 @@
+Sat Sep 26 20:34:14 UTC 2015 - asterios.dra...@gmail.com
+
+- Update to version 3.7:
+  * Right click capability was broken in the recent releases. This
+bug is now fixed.
+  From version 3.6:
+  * New -utf16 option - when used with -file option, make xvkbd to
+accept UTF16 characters in the file.
+  * Keyboard layout selected with "Change Keyboard Layout..." will
+be kept when xvkbd is used next time.
+  * Caps Lock now works better for some of the keyboard layouts
+containing non-ASCII keys.
+  * Improved Hebrew keyboard layout (Thanks Genghis Khan).
+
+---

Old:

  xvkbd-3.5.tar.gz

New:

  xvkbd-3.7.tar.gz



Other differences:
--
++ xvkbd.spec ++
--- /var/tmp/diff_new_pack.bykfXx/_old  2015-09-27 14:31:57.0 +0200
+++ /var/tmp/diff_new_pack.bykfXx/_new  2015-09-27 14:31:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xvkbd
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   xvkbd
-Version:3.5
+Version:3.7
 Release:0
 Summary:Virtual Keyboard for the X Window System
 License:GPL-2.0+

++ xvkbd-3.5.tar.gz -> xvkbd-3.7.tar.gz ++
 4588 lines of diff (skipped)





commit libqt5-qtquickcontrols for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquickcontrols for 
openSUSE:Factory checked in at 2015-09-27 08:36:59

Comparing /work/SRC/openSUSE:Factory/libqt5-qtquickcontrols (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new (New)


Package is "libqt5-qtquickcontrols"

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtquickcontrols/libqt5-qtquickcontrols.changes
2015-06-06 09:51:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new/libqt5-qtquickcontrols.changes
   2015-09-27 08:36:20.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:04 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtquickcontrols-opensource-src-5.4.2.tar.xz

New:

  qtquickcontrols-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtquickcontrols.spec ++
--- /var/tmp/diff_new_pack.KrBWxe/_old  2015-09-27 08:36:21.0 +0200
+++ /var/tmp/diff_new_pack.KrBWxe/_new  2015-09-27 08:36:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtquickcontrols
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qtquickcontrols
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 Quick Controls Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtquickcontrols-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 BuildRequires:  fdupes
@@ -73,12 +73,12 @@
 
 %files
 %defattr(-,root,root,755)
-%doc LGPL_EXCEPTION.txt LICENSE.*
+%doc LICENSE.*
 %{_libqt5_archdatadir}/qml/QtQuick
 
 %files examples
 %defattr(-,root,root,755)
-%doc LGPL_EXCEPTION.txt LICENSE.*
+%doc LICENSE.*
 %{_libqt5_examplesdir}/
 
 %changelog

++ qtquickcontrols-opensource-src-5.4.2.tar.xz -> 
qtquickcontrols-opensource-src-5.5.0.tar.xz ++
 68270 lines of diff (skipped)




commit libqt5-qtsensors for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtsensors for 
openSUSE:Factory checked in at 2015-09-27 08:37:11

Comparing /work/SRC/openSUSE:Factory/libqt5-qtsensors (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtsensors.new (New)


Package is "libqt5-qtsensors"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtsensors/libqt5-qtsensors.changes
2015-06-06 09:51:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtsensors.new/libqt5-qtsensors.changes   
2015-09-27 08:36:33.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:06 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtsensors-opensource-src-5.4.2.tar.xz

New:

  qtsensors-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtsensors.spec ++
--- /var/tmp/diff_new_pack.AZIU3H/_old  2015-09-27 08:36:34.0 +0200
+++ /var/tmp/diff_new_pack.AZIU3H/_new  2015-09-27 08:36:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtsensors
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,15 @@
 %define libname libQt5Sensors5
 
 Name:   libqt5-qtsensors
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtsensors-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf

++ qtsensors-opensource-src-5.4.2.tar.xz -> 
qtsensors-opensource-src-5.5.0.tar.xz ++
 16426 lines of diff (skipped)




commit libqt5-qtwebchannel for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebchannel for 
openSUSE:Factory checked in at 2015-09-27 08:37:43

Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebchannel (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtwebchannel.new (New)


Package is "libqt5-qtwebchannel"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebchannel/libqt5-qtwebchannel.changes  
2015-06-06 09:52:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebchannel.new/libqt5-qtwebchannel.changes 
2015-09-27 08:37:05.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:09 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtwebchannel-opensource-src-5.4.2.tar.xz

New:

  qtwebchannel-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtwebchannel.spec ++
--- /var/tmp/diff_new_pack.FGDCoq/_old  2015-09-27 08:37:06.0 +0200
+++ /var/tmp/diff_new_pack.FGDCoq/_new  2015-09-27 08:37:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwebchannel
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5WebChannel5
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtwebchannel-opensource-src-%{real_version}
 Name:   libqt5-qtwebchannel
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 WebChannel Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0

++ qtwebchannel-opensource-src-5.4.2.tar.xz -> 
qtwebchannel-opensource-src-5.5.0.tar.xz ++
 3469 lines of diff (skipped)




commit libqt5-qtwayland for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwayland for 
openSUSE:Factory checked in at 2015-09-27 08:37:38

Comparing /work/SRC/openSUSE:Factory/libqt5-qtwayland (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtwayland.new (New)


Package is "libqt5-qtwayland"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwayland/libqt5-qtwayland.changes
2015-06-06 09:52:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwayland.new/libqt5-qtwayland.changes   
2015-09-27 08:36:59.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:09 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtwayland-opensource-src-5.4.2.tar.xz

New:

  qtwayland-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtwayland.spec ++
--- /var/tmp/diff_new_pack.Chc4e9/_old  2015-09-27 08:37:00.0 +0200
+++ /var/tmp/diff_new_pack.Chc4e9/_new  2015-09-27 08:37:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwayland
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5Compositor5
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtwayland-opensource-src-%{real_version}
 Name:   libqt5-qtwayland
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 Wayland Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0

++ qtwayland-opensource-src-5.4.2.tar.xz -> 
qtwayland-opensource-src-5.5.0.tar.xz ++
 26442 lines of diff (skipped)




commit libqt5-qtdeclarative for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2015-09-27 08:36:19

Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new (New)


Package is "libqt5-qtdeclarative"

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2015-06-06 09:50:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes
   2015-09-27 08:35:41.0 +0200
@@ -1,0 +2,10 @@
+Sun Aug 16 08:32:00 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+- Drop avoid-calling-potentially-pure-virtual-method.patch, merged
+  upstream
+
+---

Old:

  avoid-calling-potentially-pure-virtual-method.patch
  qtdeclarative-opensource-src-5.4.2.tar.xz

New:

  qtdeclarative-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtdeclarative.spec ++
--- /var/tmp/diff_new_pack.BmJLz0/_old  2015-09-27 08:35:42.0 +0200
+++ /var/tmp/diff_new_pack.BmJLz0/_new  2015-09-27 08:35:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtdeclarative
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,20 +21,18 @@
 %define libname libQtQuick5
 
 Name:   libqt5-qtdeclarative
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 Declarative Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtdeclarative-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM avoid-calling-potentially-pure-virtual-method.patch
-Patch0: avoid-calling-potentially-pure-virtual-method.patch
 # PATCH-FIX-OPENSUSE sse2_nojit.patch -- enable JIT and sse2 only on sse2 case
 Patch100:   sse2_nojit.patch
 BuildRequires:  fdupes
@@ -73,7 +71,6 @@
 
 %prep
 %setup -q -n qtdeclarative-opensource-src-%{real_version}
-%patch0 -p1
 %patch100 -p1
 
 %package -n %libname

++ qtdeclarative-opensource-src-5.4.2.tar.xz -> 
qtdeclarative-opensource-src-5.5.0.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/qtdeclarative-opensource-src-5.4.2.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/qtdeclarative-opensource-src-5.5.0.tar.xz
 differ: char 25, line 1




commit libqt5-qtmultimedia for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtmultimedia for 
openSUSE:Factory checked in at 2015-09-27 08:36:48

Comparing /work/SRC/openSUSE:Factory/libqt5-qtmultimedia (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new (New)


Package is "libqt5-qtmultimedia"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtmultimedia/libqt5-qtmultimedia.changes  
2015-06-06 09:51:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new/libqt5-qtmultimedia.changes 
2015-09-27 08:36:09.0 +0200
@@ -1,0 +2,10 @@
+Sun Aug 16 08:32:03 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+- Drop 0001-GStreamer-port-to-1.0.patch, merged upstream
+- Enable openal support on Leap
+
+---

Old:

  0001-GStreamer-port-to-1.0.patch
  qtmultimedia-opensource-src-5.4.2.tar.xz

New:

  qtmultimedia-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtmultimedia.spec ++
--- /var/tmp/diff_new_pack.T5xdm2/_old  2015-09-27 08:36:10.0 +0200
+++ /var/tmp/diff_new_pack.T5xdm2/_new  2015-09-27 08:36:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtmultimedia
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,20 +26,18 @@
 %endif
 
 Name:   libqt5-qtmultimedia
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 Multimedia Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtmultimedia-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM 0001-GStreamer-port-to-1.0.patch -- support building with 
gstreamer 1.0 API (taken from upstream dev branch)
-Patch0: 0001-GStreamer-port-to-1.0.patch
 BuildRequires:  alsa-devel
 BuildRequires:  fdupes
 %if 0%{?suse_version} < 1315
@@ -64,9 +62,7 @@
 BuildRequires:  libpulse-devel
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  libwmf-devel
-%if !0%{?suse_version} == 1315
 BuildRequires:  openal-soft-devel
-%endif
 BuildRequires:  pkgconfig(Qt5Qml) >= %{version}
 BuildRequires:  pkgconfig(Qt5Quick) >= %{version}
 %if %qt5_snapshot
@@ -85,7 +81,6 @@
 
 %prep
 %setup -q -n qtmultimedia-opensource-src-%{real_version}
-%patch0 -p1
 
 %package -n %libname
 Summary:Qt 5 Multimedia Library
@@ -104,9 +99,7 @@
 Requires:   libqt5-qtdeclarative-devel >= %{version}
 Suggests:   libpulse-devel
 Suggests:   libwmf-devel
-%if !0%{?suse_version} == 1315
 Suggests:   openal-soft-devel
-%endif
 Provides:   libQt5Multimedia-devel = %{version}
 Obsoletes:  libQt5Multimedia-devel < %{version}
 

++ qtmultimedia-opensource-src-5.4.2.tar.xz -> 
qtmultimedia-opensource-src-5.5.0.tar.xz ++
 73863 lines of diff (skipped)




commit libqt5-qtlocation for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtlocation for 
openSUSE:Factory checked in at 2015-09-27 08:36:43

Comparing /work/SRC/openSUSE:Factory/libqt5-qtlocation (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtlocation.new (New)


Package is "libqt5-qtlocation"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtlocation/libqt5-qtlocation.changes  
2015-06-06 09:51:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtlocation.new/libqt5-qtlocation.changes 
2015-09-27 08:36:04.0 +0200
@@ -1,0 +2,9 @@
+Sun Aug 16 08:32:02 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+- Restore support for gypsy on Leap
+
+---

Old:

  qtlocation-opensource-src-5.4.2.tar.xz

New:

  qtlocation-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtlocation.spec ++
--- /var/tmp/diff_new_pack.vSesmn/_old  2015-09-27 08:36:05.0 +0200
+++ /var/tmp/diff_new_pack.vSesmn/_new  2015-09-27 08:36:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtlocation
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,15 @@
 %define libname libQt5Positioning5
 
 Name:   libqt5-qtlocation
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 Location Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtlocation-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf
@@ -39,9 +39,7 @@
 BuildRequires:  xz
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(geoclue)
-%if !0%{?suse_version} == 1315
 BuildRequires:  pkgconfig(gypsy)
-%endif
 %if %qt5_snapshot
 #to create the forwarding headers
 BuildRequires:  perl
@@ -75,9 +73,7 @@
 Requires:   libQt5Location5 = %{version}
 Suggests:   pkgconfig(gconf-2.0)
 Suggests:   pkgconfig(geoclue)
-%if !0%{?suse_version} == 1315
 Suggests:   pkgconfig(gypsy)
-%endif
 
 %description devel
 You need this package, if you want to compile programs with qtsensors.

++ qtlocation-opensource-src-5.4.2.tar.xz -> 
qtlocation-opensource-src-5.5.0.tar.xz ++
 73395 lines of diff (skipped)




commit libqt5-qtdoc for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtdoc for openSUSE:Factory 
checked in at 2015-09-27 08:36:25

Comparing /work/SRC/openSUSE:Factory/libqt5-qtdoc (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtdoc.new (New)


Package is "libqt5-qtdoc"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtdoc/libqt5-qtdoc.changes
2015-07-03 00:08:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtdoc.new/libqt5-qtdoc.changes   
2015-09-27 08:35:47.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:01 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qt-docs-qchs-5.4.2.tar.xz
  qtdoc-opensource-src-5.4.2.tar.xz

New:

  qt-docs-qchs-5.5.0.tar.xz
  qtdoc-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtdoc.spec ++
--- /var/tmp/diff_new_pack.rKfBls/_old  2015-09-27 08:35:52.0 +0200
+++ /var/tmp/diff_new_pack.rKfBls/_new  2015-09-27 08:35:52.0 +0200
@@ -18,10 +18,10 @@
 
 
 Name:   libqt5-qtdoc
-Version:5.4.2
+Version:5.5.0
 Release:0
 %define base_name libqt5
-%define real_version 5.4.2
+%define real_version 5.5.0
 %define tar_version qtdoc-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  libqt5-qttools

++ qt-docs-qchs-5.4.2.tar.xz -> qt-docs-qchs-5.5.0.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtdoc/qt-docs-qchs-5.4.2.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qtdoc.new/qt-docs-qchs-5.5.0.tar.xz differ: 
char 26, line 1

++ qtdoc-opensource-src-5.4.2.tar.xz -> qtdoc-opensource-src-5.5.0.tar.xz 
++
 14601 lines of diff (skipped)




commit libqt5-qtgraphicaleffects for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtgraphicaleffects for 
openSUSE:Factory checked in at 2015-09-27 08:36:31

Comparing /work/SRC/openSUSE:Factory/libqt5-qtgraphicaleffects (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtgraphicaleffects.new (New)


Package is "libqt5-qtgraphicaleffects"

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtgraphicaleffects/libqt5-qtgraphicaleffects.changes
  2015-06-06 09:50:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtgraphicaleffects.new/libqt5-qtgraphicaleffects.changes
 2015-09-27 08:35:53.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:01 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtgraphicaleffects-opensource-src-5.4.2.tar.xz

New:

  qtgraphicaleffects-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtgraphicaleffects.spec ++
--- /var/tmp/diff_new_pack.23iB1L/_old  2015-09-27 08:35:54.0 +0200
+++ /var/tmp/diff_new_pack.23iB1L/_new  2015-09-27 08:35:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtgraphicaleffects
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qtgraphicaleffects
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 Graphical Effects
 License:BSD-3-Clause and (SUSE-LGPL-2.1-with-digia-exception-1.1 or 
GPL-3.0)
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtgraphicaleffects-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 BuildRequires:  libqt5-qtdeclarative-devel >= %{version}

++ qtgraphicaleffects-opensource-src-5.4.2.tar.xz -> 
qtgraphicaleffects-opensource-src-5.5.0.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtgraphicaleffects/qtgraphicaleffects-opensource-src-5.4.2.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-qtgraphicaleffects.new/qtgraphicaleffects-opensource-src-5.5.0.tar.xz
 differ: char 25, line 1




commit libqt5-qtwebsockets for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebsockets for 
openSUSE:Factory checked in at 2015-09-27 08:38:05

Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebsockets (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtwebsockets.new (New)


Package is "libqt5-qtwebsockets"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebsockets/libqt5-qtwebsockets.changes  
2015-06-06 09:52:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebsockets.new/libqt5-qtwebsockets.changes 
2015-09-27 08:37:26.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:12 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtwebsockets-opensource-src-5.4.2.tar.xz

New:

  qtwebsockets-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtwebsockets.spec ++
--- /var/tmp/diff_new_pack.lVNJbU/_old  2015-09-27 08:37:27.0 +0200
+++ /var/tmp/diff_new_pack.lVNJbU/_new  2015-09-27 08:37:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwebsockets
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,15 @@
 %define libname libQt5WebSockets5
 
 Name:   libqt5-qtwebsockets
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 WebSockets Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtwebsockets-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf
@@ -129,22 +129,23 @@
 
 %files -n %libname
 %defattr(-,root,root,755)
-%doc LICENSE
+%doc LICENSE.*GPL*
 %{_libqt5_libdir}/libQt5WebSockets.so.*
 
 %files -n %libname-imports
 %defattr(-,root,root,755)
-%doc LICENSE
+%doc LICENSE.*GPL*
 %{_libqt5_archdatadir}/qml/Qt/WebSockets/
+%{_libqt5_archdatadir}/qml/QtWebSockets/
 
 %files private-headers-devel
 %defattr(-,root,root,755)
-%doc LICENSE
+%doc LICENSE.*GPL*
 %{_libqt5_includedir}/Qt*/%{so_version}
 
 %files devel
 %defattr(-,root,root,755)
-%doc LICENSE
+%doc LICENSE.*GPL*
 %{_libqt5_includedir}/QtWebSockets
 %exclude %{_libqt5_includedir}/Qt*/%{so_version}
 %{_libqt5_includedir}/QtWebSockets
@@ -156,7 +157,7 @@
 
 %files examples
 %defattr(-,root,root,755)
-%doc LICENSE
+%doc LICENSE.*GPL*
 %{_libqt5_examplesdir}/
 
 %changelog

++ qtwebsockets-opensource-src-5.4.2.tar.xz -> 
qtwebsockets-opensource-src-5.5.0.tar.xz ++
 13588 lines of diff (skipped)




commit libqt5-qtwebengine for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebengine for 
openSUSE:Factory checked in at 2015-09-27 08:37:48

Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebengine (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new (New)


Package is "libqt5-qtwebengine"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebengine/libqt5-qtwebengine.changes
2015-07-03 00:08:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new/libqt5-qtwebengine.changes   
2015-09-27 08:37:10.0 +0200
@@ -1,0 +2,15 @@
+Sun Aug 16 08:32:10 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+- Enable jsoncpp support on Leap
+
+---
+Fri Aug 14 13:33:36 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- ExcludeArch:ppc ppc64 ppc64le
+  http://www.chromium.org/blink not ported to PowerPC
+
+---

Old:

  qtwebengine-opensource-src-5.4.2.tar.xz

New:

  qtwebengine-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtwebengine.spec ++
--- /var/tmp/diff_new_pack.7YvhJL/_old  2015-09-27 08:37:17.0 +0200
+++ /var/tmp/diff_new_pack.7YvhJL/_new  2015-09-27 08:37:17.0 +0200
@@ -19,18 +19,20 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qtwebengine
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 WebEngine Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtwebengine-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf
+# http://www.chromium.org/blink not ported to PowerPC
+ExcludeArch:ppc ppc64 ppc64le
 Patch0: strip.diff
 Patch1: gyp_conf.patch
 # PATCH-FIX-OPENSUSE gcc50-fixes.diff -- Fix the detection of the Gcc 5.x 
compiler
@@ -51,6 +53,7 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libqt5-qtbase-private-headers-devel >= %{version}
 BuildRequires:  libqt5-qtdeclarative-private-headers-devel >= %{version}
+BuildRequires:  libqt5-qtwebchannel-private-headers-devel >= %{version}
 BuildRequires:  libqt5-qtxmlpatterns-private-headers-devel >= %{version}
 BuildRequires:  pam-devel
 BuildRequires:  pciutils-devel
@@ -81,7 +84,7 @@
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gthread-2.0)
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} >= 1315
 BuildRequires:  pkgconfig(jsoncpp)
 %endif
 BuildRequires:  pkgconfig(libcrypto)
@@ -182,8 +185,7 @@
 %endif
 myconf+=" -Duse_system_expat=1
   -Duse_system_flac=1
-  -Duse_system_icu=1
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} >= 1315
   -Duse_system_jsoncpp=1
 %endif
   -Duse_system_libevent=1
@@ -192,7 +194,6 @@
   -Duse_system_libusb=1
   -Duse_system_libxml=1
   -Duse_system_libxslt=1
-  -Duse_system_openssl=1
   -Duse_system_opus=1
   -Duse_system_snappy=1
   -Duse_system_speex=1"
@@ -204,8 +205,10 @@
 # 
/home/abuild/rpmbuild/BUILD/qtwebengine-opensource-src-5.4.1/src/core/Release/../../../src/3rdparty/chromium/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp:79:
 undefined reference to `chromium_sqlite3_destroy_reusable_file_handle'
 %if 0
 myconf+=" -Duse_system_harfbuzz=1
+  -Duse_system_icu=1
   -Duse_system_libwebp=1
   -Duse_system_libvpx=1
+  -Duse_system_openssl=1
   -Duse_system_re2=1
   -Duse_system_zlib=1
   -Duse_system_sqlite=1"
@@ -220,8 +223,12 @@
 sed -i 's|<(libraries)|libwebpdemux|g' 
src/3rdparty/chromium/third_party/libwebp/libwebp.gyp
 %endif
 
-export LDFLAGS="$LDFLAGS -Wl,--reduce-memory-overheads -Wl,--no-keep-memory 
-Wl,--as-needed"
-%qmake5
+%ifnarch x86_64
+RPM_OPT_FLAGS="$RPM_OPT_FLAGS "
+export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / }
+%endif
+%qmake5 QMAKE_LFLAGS+="-Wl,--no-keep-memory -Wl,--hash-size=31 
-Wl,--reduce-memory-overheads"
+
 %make_jobs
 
 %install

++ gyp_conf.patch ++
--- /var/tmp/diff_new_pack.7YvhJL/_old  2015-09-27 08:37:17.0 +0200
+++ /var/tmp/diff_new_pack.7YvhJL/_new  2015-09-27 08:37:17.0 +0200
@@ -1,9 +1,9 @@
 --- 
qtwebengine-opensource-src-5.4.0-alpha.orig/src/core/config/desktop_linux.pri   

commit libqt5-qtwebkit-examples for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit-examples for 
openSUSE:Factory checked in at 2015-09-27 08:37:59

Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebkit-examples (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtwebkit-examples.new (New)


Package is "libqt5-qtwebkit-examples"

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtwebkit-examples/libqt5-qtwebkit-examples.changes
2015-06-06 09:52:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebkit-examples.new/libqt5-qtwebkit-examples.changes
   2015-09-27 08:37:21.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:11 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtwebkit-examples-opensource-src-5.4.1.tar.xz

New:

  qtwebkit-examples-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtwebkit-examples.spec ++
--- /var/tmp/diff_new_pack.EsGwNH/_old  2015-09-27 08:37:21.0 +0200
+++ /var/tmp/diff_new_pack.EsGwNH/_new  2015-09-27 08:37:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwebkit-examples
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   libqt5-qtwebkit-examples
-Version:5.4.1
+Version:5.5.0
 Release:0
 Summary:Qt 5 QtWebKit Examples and Demos
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.1
+%define real_version 5.5.0
 %define tar_version qtwebkit-examples-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines

++ qtwebkit-examples-opensource-src-5.4.1.tar.xz -> 
qtwebkit-examples-opensource-src-5.5.0.tar.xz ++
 4033 lines of diff (skipped)




commit libqt5-qttools for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qttools for openSUSE:Factory 
checked in at 2015-09-27 08:37:28

Comparing /work/SRC/openSUSE:Factory/libqt5-qttools (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qttools.new (New)


Package is "libqt5-qttools"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qttools/libqt5-qttools.changes
2015-06-06 09:52:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qttools.new/libqt5-qttools.changes   
2015-09-27 08:36:50.0 +0200
@@ -1,0 +2,10 @@
+Sun Aug 16 08:32:07 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+- Drop qdbusviewer-restore-the-window-size-and-state-on-startup.patch
+  and change-creation-date-to-a-fixed-date.patch, merged upstream
+
+---

Old:

  change-creation-date-to-a-fixed-date.patch
  qdbusviewer-restore-the-window-size-and-state-on-startup.patch
  qttools-opensource-src-5.4.2.tar.xz

New:

  qttools-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qttools.spec ++
--- /var/tmp/diff_new_pack.049ldb/_old  2015-09-27 08:36:51.0 +0200
+++ /var/tmp/diff_new_pack.049ldb/_new  2015-09-27 08:36:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qttools
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qttools
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 QtTools Module
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qttools-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf
@@ -38,10 +38,6 @@
 Source99:   libqt5-qttools-rpmlintrc
 # PATCH-FIX-OPENSUSE fix-for-opensuse-qmake-qt5.patch [rh#1009893]  
liujianfeng1...@gmail.com
 Patch0: fix-for-opensuse-qmake-qt5.patch
-# PATCH-FIX-UPSTREAM 
qdbusviewer-restore-the-window-size-and-state-on-startup.patch -- qdbusviewer: 
Restore the window size and state on startup
-Patch1: qdbusviewer-restore-the-window-size-and-state-on-startup.patch
-# PATCH-FIX-UPSTREAM change-creation-date-to-a-fixed-date.patch
-Patch2: change-creation-date-to-a-fixed-date.patch
 BuildRequires:  fdupes
 BuildRequires:  libQt5WebKitWidgets-devel >= %{version}
 BuildRequires:  libqt5-qtbase-devel >= %{version}
@@ -70,8 +66,6 @@
 %prep
 %setup -q -n qttools-opensource-src-%{real_version}
 %patch0 -p0
-%patch1 -p1
-%patch2 -p1
 
 %package devel
 Summary:Qt Development Kit
@@ -83,6 +77,7 @@
 Requires:   libQt5Help5 = %{version}
 Requires:   libqt5-linguist-devel = %{version}
 Requires:   libxslt-devel
+Requires:   pkgconfig(Qt5Xml) >= %{so_version}
 
 %description devel
 You need this package, if you want to compile programs with qttools.
@@ -243,6 +238,7 @@
 %{_bindir}/qhelpgenerator*
 %{_bindir}/qtdiag*
 %{_bindir}/qtpaths*
+%{_bindir}/qtplugininfo*
 %{_libqt5_bindir}/assistant*
 %{_libqt5_bindir}/designer*
 %{_libqt5_bindir}/pixeltool*
@@ -253,6 +249,7 @@
 %{_libqt5_bindir}/qhelpgenerator*
 %{_libqt5_bindir}/qtdiag*
 %{_libqt5_bindir}/qtpaths*
+%{_libqt5_bindir}/qtplugininfo*
 %{_datadir}/applications/assistant5.desktop
 %{_datadir}/applications/designer5.desktop
 %{_datadir}/applications/qdbusviewer5.desktop
@@ -329,9 +326,11 @@
 %{_libqt5_includedir}/QtHelp
 %exclude %{_libqt5_includedir}/QtUiTools/%{so_version}
 %{_libqt5_includedir}/QtUiTools
+%{_libqt5_includedir}/QtUiPlugin
 %{_libqt5_libdir}/cmake/Qt5Designer/
 %{_libqt5_libdir}/cmake/Qt5Help/
 %{_libqt5_libdir}/cmake/Qt5UiTools/
+%{_libqt5_libdir}/cmake/Qt5UiPlugin/
 %{_libqt5_libdir}/libQt5*.prl
 %{_libqt5_libdir}/libQt5*.so
 %{_libqt5_libdir}/libQt5*.a

++ qttools-opensource-src-5.4.2.tar.xz -> 
qttools-opensource-src-5.5.0.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qttools/qttools-opensource-src-5.4.2.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qttools.new/qttools-opensource-src-5.5.0.tar.xz
 differ: char 25, line 1




commit libqt5-qttranslations for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qttranslations for 
openSUSE:Factory checked in at 2015-09-27 08:37:33

Comparing /work/SRC/openSUSE:Factory/libqt5-qttranslations (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qttranslations.new (New)


Package is "libqt5-qttranslations"

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qttranslations/libqt5-qttranslations.changes  
2015-06-06 09:52:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qttranslations.new/libqt5-qttranslations.changes
 2015-09-27 08:36:54.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qttranslations-opensource-src-5.4.2.tar.xz

New:

  qttranslations-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qttranslations.spec ++
--- /var/tmp/diff_new_pack.ek8KIz/_old  2015-09-27 08:36:55.0 +0200
+++ /var/tmp/diff_new_pack.ek8KIz/_new  2015-09-27 08:36:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qttranslations
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qttranslations
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 translations
 License:BSD-3-Clause and (SUSE-LGPL-2.1-with-digia-exception-1.1 or 
GPL-3.0)
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qttranslations-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 BuildRequires:  libqt5-qttools-devel >= %{version}

++ qttranslations-opensource-src-5.4.2.tar.xz -> 
qttranslations-opensource-src-5.5.0.tar.xz ++
 25122 lines of diff (skipped)




commit libqt5-qtsvg for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtsvg for openSUSE:Factory 
checked in at 2015-09-27 08:37:22

Comparing /work/SRC/openSUSE:Factory/libqt5-qtsvg (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtsvg.new (New)


Package is "libqt5-qtsvg"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtsvg/libqt5-qtsvg.changes
2015-06-06 09:51:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtsvg.new/libqt5-qtsvg.changes   
2015-09-27 08:36:43.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:07 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtsvg-opensource-src-5.4.2.tar.xz

New:

  qtsvg-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtsvg.spec ++
--- /var/tmp/diff_new_pack.d9yJCC/_old  2015-09-27 08:36:44.0 +0200
+++ /var/tmp/diff_new_pack.d9yJCC/_new  2015-09-27 08:36:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtsvg
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,15 @@
 %define libname libQt5Svg5
 
 Name:   libqt5-qtsvg
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 SVG Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtsvg-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf

++ qtsvg-opensource-src-5.4.2.tar.xz -> qtsvg-opensource-src-5.5.0.tar.xz 
++
 3734 lines of diff (skipped)




commit libqt5-qtscript for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtscript for openSUSE:Factory 
checked in at 2015-09-27 08:37:06

Comparing /work/SRC/openSUSE:Factory/libqt5-qtscript (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtscript.new (New)


Package is "libqt5-qtscript"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtscript/libqt5-qtscript.changes  
2015-06-06 09:51:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtscript.new/libqt5-qtscript.changes 
2015-09-27 08:36:27.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:05 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtscript-opensource-src-5.4.2.tar.xz

New:

  qtscript-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtscript.spec ++
--- /var/tmp/diff_new_pack.Opf2LD/_old  2015-09-27 08:36:28.0 +0200
+++ /var/tmp/diff_new_pack.Opf2LD/_new  2015-09-27 08:36:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtscript
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,15 @@
 %define libname libQt5Script5
 
 Name:   libqt5-qtscript
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 QtScript Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtscript-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf

++ qtscript-opensource-src-5.4.2.tar.xz -> 
qtscript-opensource-src-5.5.0.tar.xz ++
 11769 lines of diff (skipped)




commit libqt5-qtimageformats for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtimageformats for 
openSUSE:Factory checked in at 2015-09-27 08:36:37

Comparing /work/SRC/openSUSE:Factory/libqt5-qtimageformats (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new (New)


Package is "libqt5-qtimageformats"

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtimageformats/libqt5-qtimageformats.changes  
2015-06-06 09:51:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new/libqt5-qtimageformats.changes
 2015-09-27 08:35:58.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:02 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtimageformats-opensource-src-5.4.2.tar.xz

New:

  qtimageformats-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtimageformats.spec ++
--- /var/tmp/diff_new_pack.wMMBM0/_old  2015-09-27 08:35:59.0 +0200
+++ /var/tmp/diff_new_pack.wMMBM0/_new  2015-09-27 08:35:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtimageformats
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qtimageformats
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 Image Format Plugins
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtimageformats-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf

++ qtimageformats-opensource-src-5.4.2.tar.xz -> 
qtimageformats-opensource-src-5.5.0.tar.xz ++
 58955 lines of diff (skipped)




commit libqt5-qtserialport for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtserialport for 
openSUSE:Factory checked in at 2015-09-27 08:37:16

Comparing /work/SRC/openSUSE:Factory/libqt5-qtserialport (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtserialport.new (New)


Package is "libqt5-qtserialport"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtserialport/libqt5-qtserialport.changes  
2015-06-06 09:51:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtserialport.new/libqt5-qtserialport.changes 
2015-09-27 08:36:37.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:06 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtserialport-opensource-src-5.4.2.tar.xz

New:

  qtserialport-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtserialport.spec ++
--- /var/tmp/diff_new_pack.mOYy7p/_old  2015-09-27 08:36:38.0 +0200
+++ /var/tmp/diff_new_pack.mOYy7p/_new  2015-09-27 08:36:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtserialport
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,15 @@
 %define libname libQt5SerialPort5
 
 Name:   libqt5-qtserialport
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtserialport-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf

++ qtserialport-opensource-src-5.4.2.tar.xz -> 
qtserialport-opensource-src-5.5.0.tar.xz ++
 7633 lines of diff (skipped)




commit libqt5-qtquick1 for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory 
checked in at 2015-09-27 08:36:54

Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New)


Package is "libqt5-qtquick1"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes  
2015-06-06 09:51:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 
2015-09-27 08:36:15.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:04 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtquick1-opensource-src-5.4.2.tar.xz

New:

  qtquick1-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtquick1.spec ++
--- /var/tmp/diff_new_pack.ri8FCi/_old  2015-09-27 08:36:17.0 +0200
+++ /var/tmp/diff_new_pack.ri8FCi/_new  2015-09-27 08:36:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtquick1
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define libname libQt5Declarative5
 
 Name:   libqt5-qtquick1
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 Quick1 Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
@@ -30,8 +30,8 @@
 
 BuildRequires:  fdupes
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtquick1-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf

++ qtquick1-opensource-src-5.4.2.tar.xz -> 
qtquick1-opensource-src-5.5.0.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtquick1/qtquick1-opensource-src-5.4.2.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/qtquick1-opensource-src-5.5.0.tar.xz
 differ: char 25, line 1




commit libqt5-qtconnectivity for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtconnectivity for 
openSUSE:Factory checked in at 2015-09-27 08:36:14

Comparing /work/SRC/openSUSE:Factory/libqt5-qtconnectivity (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtconnectivity.new (New)


Package is "libqt5-qtconnectivity"

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtconnectivity/libqt5-qtconnectivity.changes  
2015-06-06 09:50:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtconnectivity.new/libqt5-qtconnectivity.changes
 2015-09-27 08:35:35.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:31:59 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtconnectivity-opensource-src-5.4.2.tar.xz

New:

  qtconnectivity-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtconnectivity.spec ++
--- /var/tmp/diff_new_pack.rif2K7/_old  2015-09-27 08:35:38.0 +0200
+++ /var/tmp/diff_new_pack.rif2K7/_new  2015-09-27 08:35:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtconnectivity
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5Bluetooth5
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtconnectivity-opensource-src-%{real_version}
 Name:   libqt5-qtconnectivity
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 Nfc Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0

++ qtconnectivity-opensource-src-5.4.2.tar.xz -> 
qtconnectivity-opensource-src-5.5.0.tar.xz ++
 38384 lines of diff (skipped)




commit libyui-qt-graph for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt-graph for openSUSE:Factory 
checked in at 2015-09-27 08:38:55

Comparing /work/SRC/openSUSE:Factory/libyui-qt-graph (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-qt-graph.new (New)


Package is "libyui-qt-graph"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt-graph/libyui-qt-graph.changes  
2015-01-21 21:52:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-qt-graph.new/libyui-qt-graph.changes 
2015-09-27 08:38:17.0 +0200
@@ -1,0 +2,15 @@
+Wed Sep 16 17:29:23 CEST 2015 - mvid...@suse.com
+
+- Reorganized git for easier tarball creation:
+  - RPM spec files are kept in git verbatim, not as templates
+  - no longer call PREP_SPEC_FILES in CMakeLists.common
+- No functional change but version bumped to push the package
+  down the pipeline (boo#946079).
+
+---
+Wed Sep 02 15:15:20 CEST 2015 - aschn...@suse.com
+
+- bumped so version to match the base library (boo#937026).
+- 2.44.4
+
+---

Old:

  libyui-qt-graph-2.44.3.tar.bz2

New:

  libyui-qt-graph-2.44.5.tar.bz2



Other differences:
--
++ libyui-qt-graph-doc.spec ++
--- /var/tmp/diff_new_pack.ZGESH9/_old  2015-09-27 08:38:18.0 +0200
+++ /var/tmp/diff_new_pack.ZGESH9/_new  2015-09-27 08:38:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt-graph-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,13 @@
 #
 
 
-Name:   libyui-qt-graph-doc
-Version:2.44.3
+%define parent libyui-qt-graph
+%define so_version 7
+
+Name:   %{parent}-doc
+Version:2.44.5
 Release:0
-Source: libyui-qt-graph-%{version}.tar.bz2
+Source: %{parent}-%{version}.tar.bz2
 
 BuildArch:  noarch
 
@@ -46,7 +49,7 @@
 
 %prep
 
-%setup -n libyui-qt-graph-%{version}
+%setup -n %{parent}-%{version}
 
 %build
 
@@ -67,13 +70,13 @@
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
 
-%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-qt-graph6
+%fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version}
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}/libyui-qt-graph6
+%doc %{_docdir}/%{parent}%{so_version}
 
 %changelog

++ libyui-qt-graph.spec ++
--- /var/tmp/diff_new_pack.ZGESH9/_old  2015-09-27 08:38:18.0 +0200
+++ /var/tmp/diff_new_pack.ZGESH9/_new  2015-09-27 08:38:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt-graph
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,12 @@
 
 
 Name:   libyui-qt-graph
-Version:2.44.3
+Version:2.44.5
 Release:0
-Source: libyui-qt-graph-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
+
+%define so_version 7
+%define bin_name %{name}%{so_version}
 
 BuildRequires:  cmake >= 2.8
 BuildRequires:  gcc-c++
@@ -42,11 +45,11 @@
 component for libYUI.
 
 
-%package -n libyui-qt-graph6
+%package -n %{bin_name}
 
-Requires:   libyui6
-Supplements:libyui-qt6
-Provides:   libyui-qt-graph = %{version}
+Requires:   libyui%{so_version}
+Supplements:libyui-qt%{so_version}
+Provides:   %{name} = %{version}
 
 Provides:   yast2-qt-graph = 2.42.0
 Obsoletes:  yast2-qt-graph < 2.42.0
@@ -55,7 +58,7 @@
 Summary:Libyui - Qt Graph Widget
 Group:  System/Libraries
 
-%description -n libyui-qt-graph6
+%description -n %{bin_name}
 This package contains the Qt graph 
 component for libYUI.
 
@@ -63,8 +66,8 @@
 
 %package devel
 
+Requires:   %{bin_name} = %{version}
 Requires:   %{libyui_qt_devel_version}
-Requires:   libyui-qt-graph6 = %{version}
 
 Url:http://github.com/libyui/
 Summary:Libyui-qt-graph header files
@@ -80,7 +83,7 @@
 
 
 %prep
-%setup -q -n libyui-qt-graph-%{version}
+%setup -q -n %{name}-%{version}
 
 %build
 
@@ -111,31 +114,31 @@
 %install
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
-install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/libyui-qt-graph6/
+install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/
 install -m0755 -d $RPM_BUILD_ROOT/%{_libdir}/yui
-install -m0644 ../COPYING* 

commit libqt5-creator for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2015-09-27 08:38:27

Comparing /work/SRC/openSUSE:Factory/libqt5-creator (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-creator.new (New)


Package is "libqt5-creator"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes
2015-06-06 09:52:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes   
2015-09-27 08:37:48.0 +0200
@@ -1,0 +2,36 @@
+Fri Sep  4 09:24:04 UTC 2015 - alarr...@suse.com
+
+- BuildRequire llvm-clang-devel minimum version 3.6 since the sources do
+
+---
+Sat Aug 22 20:13:43 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Upate to  3.5.0:
+  * Increased minimum requirements for compilation of Qt Creator to
+MSVC 2013 and GCC 4.7, and Qt 5.4.0
+  * Added variants with native separators to Qt Creator variables
+that represent file paths
+  * Changed the way inconsistent enabled states were handled by the
+plugin manager. Disabling plugins is now only a hint; if another
+(enabled) plugin needs it, it is implicitly enabled. Before, the
+other plugin was implicitly disabled.
+  * Improved keyboard shortcut settings. Made shortcut input field
+freely editable and added separate `record` button.
+  * Added support for `~` as shortcut for user's home directory to
+path input fields
+  * Added filtering to About Plugins
+  * Added `-load all` and `-noload all` command line options that
+enable and disable all plugins respectively
+  * Made `-load` command line option implicitly enable all required
+plugins, and `-noload` disable all plugins requiring the
+disabled plugin. Multiple `-load` and `-noload` options are
+interpreted in the order given on the command line.
+  * Fixed issues with raising the Qt Creator window on Gnome desktop
+(QTCREATORBUG-13845)
+  * Fixed appearance on high DPI displays on Windows
+(QTCREATORBUG-11179)
+  * Added locator filter for running external tools
+  * For more details see:
+http://blog.qt.io/blog/2015/08/20/qt-creator-3-5-0-released/
+
+---

Old:

  qt-creator-opensource-src-3.4.1.tar.gz

New:

  qt-creator-opensource-src-3.5.0.tar.gz



Other differences:
--
++ libqt5-creator.spec ++
--- /var/tmp/diff_new_pack.Y7zBcK/_old  2015-09-27 08:37:50.0 +0200
+++ /var/tmp/diff_new_pack.Y7zBcK/_new  2015-09-27 08:37:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-creator
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,16 @@
 
 
 Name:   libqt5-creator
-Version:3.4.1
+Version:3.5.0
 Release:0
 Summary:Lightweight IDE
 License:SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  Development/Tools/IDE
 Url:http://qt.digia.com/Product/Developer-Tools/
-%define rversion 3.4.1
+%define rversion 3.5.0
 %define rname qt-creator
-%define qt5_version 5.4.2
-Source: 
http://download.qt.io/official_releases/qtcreator/3.4/%{rversion}/%{rname}-opensource-src-%{rversion}.tar.gz
+%define qt5_version 5.5.0
+Source: 
http://download.qt.io/official_releases/qtcreator/3.5/%{rversion}/%{rname}-opensource-src-%{rversion}.tar.gz
 Source1:%{name}-rpmlintrc
 Source2:qtcreator.desktop
 # PATCH-FIX-UPSTREAM qbs-path.diff -- install qbs plugin to sane location
@@ -37,12 +37,11 @@
 BuildRequires:  libbotan-devel
 BuildRequires:  libqt5-qtbase-devel >= %{qt5_version}
 BuildRequires:  libqt5-qtdeclarative-private-headers-devel >= %{qt5_version}
-BuildRequires:  libqt5-qtquick1-private-headers-devel >= %{qt5_version}
 BuildRequires:  libqt5-qtscript-devel >= %{qt5_version}
 BuildRequires:  libqt5-qttools-private-headers-devel >= %{qt5_version}
 BuildRequires:  libqt5-qtx11extras-devel >= %{qt5_version}
 %ifarch %arm %ix86 x86_64
-BuildRequires:  llvm-clang-devel
+BuildRequires:  llvm-clang-devel >= 3.6
 %endif
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
@@ -65,6 +64,9 @@
 %patch0 -p1
 
 %build
+sed -i s,libexec/qtcreator,%{_lib}/qtcreator/libexec,g qtcreator.qbs
+sed -i s,libexec/qtcreator,%{_lib}/qtcreator/libexec,g qtcreator.pri
+
 %ifarch %arm %ix86 x86_64
 opts="LLVM_INSTALL_DIR=%{_prefix}"
 %endif

++ qt-creator-opensource-src-3.4.1.tar.gz -> 
qt-creator-opensource-src-3.5.0.tar.gz ++

commit libqt5-qtbase for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2015-09-27 08:38:22

Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtbase.new (New)


Package is "libqt5-qtbase"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2015-08-07 00:19:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2015-09-27 08:37:44.0 +0200
@@ -1,0 +2,30 @@
+Tue Aug 18 16:38:29 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added patches from upstream:
+  ignore-disabling-of-outputs-in-the-middle-of-the-mode-switch.patch
+  (qtbug#44158, qtbug#46786, qtbug#46822)
+  when-a-screen-comes-back-online-the-windows-need-to-be-told-about-it.patch
+  (qtbug#47041)
+
+---
+Sun Aug 16 08:31:58 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+- Drop patches merged upstream:
+  0001-Speed-up-compose-file-parsing-in-the-X11-composition.patch,
+  0002-Speed-up-application-startup-on-X11.patch,
+  Fix-regression-in-compose-table-parsing.patch,
+  libqt5-libtool-nodate.diff and
+  make-qdbusxml2cpp-output-reproducible.patch
+- Add patches from upstream:
+  Add-a-linker-version-script-to-Qt-libraries.patch,
+  Add-a-qt_version_tag-symbol-to-QtCore-that-uses-ELF-versions.patch
+  and Add-an-automatic-use-of-the-ELF-versioned-QtCore-symbol.patch
+- Added tslib-devel and libinput-devel (Build)Requires
+- Drop all openSUSE 13.1 conditionals, we won't build Qt >= 5.5 on
+  that distro version anymore
+
+---

Old:

  0001-Speed-up-compose-file-parsing-in-the-X11-composition.patch
  0002-Speed-up-application-startup-on-X11.patch
  Fix-regression-in-compose-table-parsing.patch
  libqt5-libtool-nodate.diff
  make-qdbusxml2cpp-output-reproducible.patch
  qtbase-opensource-src-5.4.2.tar.xz

New:

  Add-a-linker-version-script-to-Qt-libraries.patch
  Add-a-qt_version_tag-symbol-to-QtCore-that-uses-ELF-versions.patch
  Add-an-automatic-use-of-the-ELF-versioned-QtCore-symbol.patch
  ignore-disabling-of-outputs-in-the-middle-of-the-mode-switch.patch
  qtbase-opensource-src-5.5.0.tar.xz
  when-a-screen-comes-back-online-the-windows-need-to-be-told-about-it.patch



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.Jtuj2U/_old  2015-09-27 08:37:47.0 +0200
+++ /var/tmp/diff_new_pack.Jtuj2U/_new  2015-09-27 08:37:47.0 +0200
@@ -26,15 +26,15 @@
 %endif
 
 Name:   libqt5-qtbase
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:C++ Program Library, Core Components
 License:GPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  System/Libraries
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtbase-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 # to get mtime of file:
@@ -43,8 +43,6 @@
 Source3:baselibs.conf
 Source99:   libqt5-qtbase-rpmlintrc
 # patches 0-1000 are openSUSE and/or non-upstream(able) patches #
-# PATCH-FIX-UPSTREAM libqt5-libtool-nodate.diff -- for ommiting date/time on 
build
-Patch0: libqt5-libtool-nodate.diff
 # PATCH-FIX-UPSTREAM use-freetype-default.patch -- allow using lcd-default 
filter regardless of how freetype2 library has been built (w/ & w/o subpixel)
 Patch2: use-freetype-default.patch
 # PATCH-FIX-SUSE libqt5-Fix-Gujarati-font.patch bnc#878292 fix broken Gujarati 
font rendering
@@ -53,18 +51,12 @@
 Patch4: protect-geometry-QTBUG-40584.patch
 # Patch-FIX-SUSE libqt5-do-not-use-shm-if-display-name-doesnt-look-local.patch 
-- bnc#58
 Patch5: libqt5-do-not-use-shm-if-display-name-doesnt-look-local.patch
-# PATCH-FIX-OPENSUSE make-qdbusxml2cpp-output-reproducible.patch -- 
https://codereview.qt-project.org/#/c/105210/1
-Patch7: make-qdbusxml2cpp-output-reproducible.patch
 # PATCH-FIX-OPENSUSE Fix-shortcuts-with-keypad-keys.patch -- 
https://codereview.qt-project.org/#/c/95219/
 Patch8: Fix-shortcuts-with-keypad-keys.patch
 # patches 1000-2000 and above from upstream 5.3 branch #
 # patches 2000-3000 and above from upstream 5.5 branch #
-# PATCH-FIX-UPSTREAM 
0001-Speed-up-compose-file-parsing-in-the-X11-composition.patch
-Patch2007:  0001-Speed-up-compose-file-parsing-in-the-X11-composition.patch
-# 

commit libqt5-qtxmlpatterns for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtxmlpatterns for 
openSUSE:Factory checked in at 2015-09-27 08:38:15

Comparing /work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new (New)


Package is "libqt5-qtxmlpatterns"

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns/libqt5-qtxmlpatterns.changes
2015-06-06 09:52:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new/libqt5-qtxmlpatterns.changes
   2015-09-27 08:37:38.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:13 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtxmlpatterns-opensource-src-5.4.2.tar.xz

New:

  qtxmlpatterns-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtxmlpatterns.spec ++
--- /var/tmp/diff_new_pack.Ntdn8b/_old  2015-09-27 08:37:39.0 +0200
+++ /var/tmp/diff_new_pack.Ntdn8b/_new  2015-09-27 08:37:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtxmlpatterns
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,15 @@
 %define libname libQt5XmlPatterns5
 
 Name:   libqt5-qtxmlpatterns
-Version:5.4.2
+Version:5.5.0
 Release:0
 Summary:Qt 5 XmlPatterns Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  System/Libraries
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtxmlpatterns-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf

++ qtxmlpatterns-opensource-src-5.4.2.tar.xz -> 
qtxmlpatterns-opensource-src-5.5.0.tar.xz ++
 37375 lines of diff (skipped)




commit libyui-ncurses for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libyui-ncurses for openSUSE:Factory 
checked in at 2015-09-27 08:38:37

Comparing /work/SRC/openSUSE:Factory/libyui-ncurses (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-ncurses.new (New)


Package is "libyui-ncurses"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-ncurses/libyui-ncurses.changes
2015-08-13 18:09:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-ncurses.new/libyui-ncurses.changes   
2015-09-27 08:38:00.0 +0200
@@ -1,0 +2,15 @@
+Wed Sep 16 17:29:23 CEST 2015 - mvid...@suse.com
+
+- Reorganized git for easier tarball creation:
+  - RPM spec files are kept in git verbatim, not as templates
+  - no longer call PREP_SPEC_FILES in CMakeLists.common
+- No functional change but version bumped to push the package
+  down the pipeline (boo#946079).
+
+---
+Wed Sep 16 07:42:34 UTC 2015 - an...@suse.com
+
+- fixed redirection of stderr and stdout to /dev/null (bnc#943757)
+- 2.47.3
+
+---

Old:

  libyui-ncurses-2.47.2.tar.bz2

New:

  libyui-ncurses-2.47.4.tar.bz2



Other differences:
--
++ libyui-ncurses-doc.spec ++
--- /var/tmp/diff_new_pack.6LX6am/_old  2015-09-27 08:38:01.0 +0200
+++ /var/tmp/diff_new_pack.6LX6am/_new  2015-09-27 08:38:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,13 @@
 #
 
 
-Name:   libyui-ncurses-doc
-Version:2.47.2
+%define parent libyui-ncurses
+%define so_version 7
+
+Name:   %{parent}-doc
+Version:2.47.4
 Release:0
-Source: libyui-ncurses-%{version}.tar.bz2
+Source: %{parent}-%{version}.tar.bz2
 
 BuildArch:  noarch
 
@@ -46,7 +49,7 @@
 
 %prep
 
-%setup -n libyui-ncurses-%{version}
+%setup -n %{parent}-%{version}
 
 %build
 
@@ -67,13 +70,13 @@
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
 
-%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-ncurses6
+%fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version}
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}/libyui-ncurses6
+%doc %{_docdir}/%{parent}%{so_version}
 
 %changelog

++ libyui-ncurses.spec ++
--- /var/tmp/diff_new_pack.6LX6am/_old  2015-09-27 08:38:01.0 +0200
+++ /var/tmp/diff_new_pack.6LX6am/_new  2015-09-27 08:38:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,12 @@
 
 
 Name:   libyui-ncurses
-Version:2.47.2
+Version:2.47.4
 Release:0
-Source: libyui-ncurses-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
+
+%define so_version 7
+%define bin_name %{name}%{so_version}
 
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8
@@ -40,20 +43,20 @@
 component for libYUI.
 
 
-%package -n libyui-ncurses6
+%package -n %{bin_name}
 
 Requires:   glibc-locale
-Requires:   libyui6
-Provides:   libyui-ncurses = %{version}
+Requires:   libyui%{so_version}
+Provides:   %{name} = %{version}
 Provides:   yast2-ncurses = 2.42.0
 Obsoletes:  yast2-ncurses < 2.42.0
-Provides:   yui_backend = 6
+Provides:   yui_backend = %{so_version}
 
 Url:http://github.com/libyui/
 Summary:Libyui - Character Based User Interface
 Group:  System/Libraries
 
-%description -n libyui-ncurses6
+%description -n %{bin_name}
 This package contains the character based (ncurses) user interface
 component for libYUI.
 
@@ -61,11 +64,11 @@
 
 %package devel
 
+Requires:   %{bin_name} = %{version}
 Requires:   %{libyui_devel_version}
 Requires:   boost-devel
 Requires:   glibc-devel
 Requires:   libstdc++-devel
-Requires:   libyui-ncurses6 = %{version}
 Requires:   ncurses-devel
 
 Url:http://github.com/libyui/
@@ -82,7 +85,7 @@
 
 
 %prep
-%setup -q -n libyui-ncurses-%{version}
+%setup -q -n %{name}-%{version}
 
 %build
 
@@ -113,32 +116,32 @@
 %install
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
-install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/libyui-ncurses6/

commit gthumb for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory checked 
in at 2015-09-27 08:40:12

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


Package is "gthumb"

Changes:

--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes2015-08-14 
15:36:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes   2015-09-27 
08:39:37.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 23 17:52:32 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.4.1:
+  + Fixed build on Fedora 23 (bgo#747982).
+  + Allow cross-compiling (bgo#755390).
+  + Updated translations.
+
+---

Old:

  gthumb-3.4.0.tar.xz

New:

  gthumb-3.4.1.tar.xz



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.ksVEtQ/_old  2015-09-27 08:39:38.0 +0200
+++ /var/tmp/diff_new_pack.ksVEtQ/_new  2015-09-27 08:39:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gthumb
-Version:3.4.0
+Version:3.4.1
 Release:0
 # FIXME: Add libchamplain BuildRequires once the map feature is considered 
stable.
 Summary:An Image Viewer and Browser for GNOME

++ gthumb-3.4.0.tar.xz -> gthumb-3.4.1.tar.xz ++
 63979 lines of diff (skipped)




commit audacity for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2015-09-27 08:40:04

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


Package is "audacity"

Changes:

--- /work/SRC/openSUSE:Factory/audacity/audacity.changes2015-07-21 
13:29:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.audacity.new/audacity.changes   2015-09-27 
08:39:27.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 22 08:47:31 UTC 2015 - o...@aepfle.de
+
+- Use pkgconfig for ffmpeg BuildRequires
+
+---



Other differences:
--
++ audacity.spec ++
--- /var/tmp/diff_new_pack.NTVrI4/_old  2015-09-27 08:39:28.0 +0200
+++ /var/tmp/diff_new_pack.NTVrI4/_new  2015-09-27 08:39:28.0 +0200
@@ -71,7 +71,9 @@
 Recommends: libavutil
 Recommends: libmp3lame0
 %if %{with ffmpeg}
-BuildRequires:  libffmpeg-devel
+BuildRequires:  pkgconfig(libavcodec) >= 51.53
+BuildRequires:  pkgconfig(libavformat) >= 52.12
+BuildRequires:  pkgconfig(libavutil)
 %endif
 %if %{with mad}
 BuildRequires:  pkgconfig(mad)




commit rubygem-hitimes for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hitimes for openSUSE:Factory 
checked in at 2015-09-27 08:39:28

Comparing /work/SRC/openSUSE:Factory/rubygem-hitimes (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-hitimes.new (New)


Package is "rubygem-hitimes"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hitimes/rubygem-hitimes.changes  
2014-11-10 17:28:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-hitimes.new/rubygem-hitimes.changes 
2015-09-27 08:38:50.0 +0200
@@ -1,0 +2,12 @@
+Mon Sep 14 04:31:27 UTC 2015 - co...@suse.com
+
+- updated to version 1.2.3
+ see installed HISTORY.md
+
+  ## Version 1.2.3 2015-09-13
+  
+  * Release new fatbinary version for windows
+  * Update README to indicate duration units
+  * Provide a more friendly error message if the gem is not installed correctly
+
+---

Old:

  hitimes-1.2.2.gem

New:

  hitimes-1.2.3.gem



Other differences:
--
++ rubygem-hitimes.spec ++
--- /var/tmp/diff_new_pack.oFxRUv/_old  2015-09-27 08:38:51.0 +0200
+++ /var/tmp/diff_new_pack.oFxRUv/_new  2015-09-27 08:38:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hitimes
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,15 +24,15 @@
 #
 
 Name:   rubygem-hitimes
-Version:1.2.2
+Version:1.2.3
 Release:0
 %define mod_name hitimes
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{rubydevel}
+BuildRequires:  %{rubydevel >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  ruby-macros >= 5
 Url:http://github.com/copiousfreetime/hitimes
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
@@ -43,9 +43,9 @@
 %description
 Hitimes is a fast, high resolution timer library for recording performance
 metrics.  It uses the appropriate low method calls for each system to get the
-highest granularity time increments possible.   It currently supports any of
-the following systems: * any system with the POSIX call `clock_gettime()` *
-Mac OS X * Windows * JRuby Using Hitimes can be faster than using a series of
+highest granularity time increments possible. It currently supports any of the
+following systems: * any system with the POSIX call `clock_gettime()` * Mac OS
+X * Windows * JRuby Using Hitimes can be faster than using a series of
 `Time.new` calls, and it will have a much higher granularity. It is definitely
 faster than using `Process.times`.
 
@@ -62,7 +62,6 @@
 find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name "*.[h|c]" -exec rm {} \;
 # /MANUAL
 
-
 %gem_packages
 
 %changelog

++ hitimes-1.2.2.gem -> hitimes-1.2.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2014-07-09 23:23:05.0 +0200
+++ new/.travis.yml 1970-01-01 01:00:00.0 +0100
@@ -1,11 +0,0 @@
-language: ruby
-rvm:
-  - "1.8.7"
-  - "1.9.2"
-  - "1.9.3"
-  - "2.0.0"
-  - "2.1.0"
-  - jruby-18mode # JRuby in 1.8 mode
-  - jruby-19mode # JRuby in 1.9 mode
-  - rbx
-install: rake develop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY.md new/HISTORY.md
--- old/HISTORY.md  2014-07-09 23:23:05.0 +0200
+++ new/HISTORY.md  2015-09-13 09:49:36.0 +0200
@@ -1,5 +1,11 @@
 # Hitimes Changelog
 
+## Version 1.2.3 2015-09-13
+
+* Release new fatbinary version for windows
+* Update README to indicate duration units
+* Provide a more friendly error message if the gem is not installed correctly
+
 ## Version 1.2.2 2014-07-09
 
 * fix compilation issue with clock_gettime in libc (reported by eradman and 
virtualfunction)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE new/LICENSE
--- old/LICENSE 2014-07-09 23:23:05.0 +0200
+++ new/LICENSE 2015-09-13 09:49:36.0 +0200
@@ -1,6 +1,6 @@
 ISC LICENSE - http://opensource.org/licenses/isc-license.txt
 
-Copyright (c) 2008-2012 Jeremy Hinegardner
+Copyright (c) 2008-2015 Jeremy Hinegardner
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
diff 

commit rubygem-delayed_job for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2015-09-27 08:40:16

Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new (New)


Package is "rubygem-delayed_job"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2015-02-11 16:45:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2015-09-27 08:39:42.0 +0200
@@ -1,0 +2,26 @@
+Fri Sep 25 04:28:48 UTC 2015 - co...@suse.com
+
+- updated to version 4.1.1
+ see installed CHANGELOG.md
+
+  4.1.1 - 2015-09-24
+  ==
+  * Fix shared specs for back-ends that reload objects
+
+---
+Wed Sep 23 04:29:11 UTC 2015 - co...@suse.com
+
+- updated to version 4.1.0
+ see installed CHANGELOG.md
+
+  4.1.0 - 2015-09-22
+  ==
+  * Alter `Delayed::Command` to work with or without Rails
+  * Allow `Delayed::Worker.delay_jobs` configuration to be a proc
+  * Add ability to set destroy failed jobs on a per job basis
+  * Make `Delayed::Worker.new` idempotent
+  * Set quiet from the environment
+  * Rescue `Exception` instead of `StandardError` in worker
+  * Fix worker crash on serialization error
+
+---

Old:

  delayed_job-4.0.6.gem

New:

  delayed_job-4.1.1.gem



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.uv6hMd/_old  2015-09-27 08:39:42.0 +0200
+++ /var/tmp/diff_new_pack.uv6hMd/_new  2015-09-27 08:39:42.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-delayed_job
-Version:4.0.6
+Version:4.1.1
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}

++ delayed_job-4.0.6.gem -> delayed_job-4.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-12-22 14:22:31.0 +0100
+++ new/CHANGELOG.md2015-09-24 23:40:11.0 +0200
@@ -1,3 +1,17 @@
+4.1.1 - 2015-09-24
+==
+* Fix shared specs for back-ends that reload objects
+
+4.1.0 - 2015-09-22
+==
+* Alter `Delayed::Command` to work with or without Rails
+* Allow `Delayed::Worker.delay_jobs` configuration to be a proc
+* Add ability to set destroy failed jobs on a per job basis
+* Make `Delayed::Worker.new` idempotent
+* Set quiet from the environment
+* Rescue `Exception` instead of `StandardError` in worker
+* Fix worker crash on serialization error
+
 4.0.6 - 2014-12-22
 ==
 * Revert removing test files from the gem
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2014-12-22 14:22:31.0 +0100
+++ new/README.md   2015-09-24 23:40:11.0 +0200
@@ -1,3 +1,8 @@
+**If you're viewing this at https://github.com/collectiveidea/delayed_job,
+you're reading the documentation for the master branch.
+[View documentation for the latest release
+(4.0.6).](https://github.com/collectiveidea/delayed_job/tree/v4.0.6)**
+
 Delayed::Job
 
 [![Gem Version](https://badge.fury.io/rb/delayed_job.png)][gem]
@@ -58,14 +63,30 @@
 rails generate delayed_job:active_record
 rake db:migrate
 
+For Rails 4.2, see [below](#rails-42)
+
 Development
 ===
 In development mode, if you are using Rails 3.1+, your application code will 
automatically reload every 100 jobs or when the queue finishes.
 You no longer need to restart Delayed Job every time you update your code in 
development.
 
-Rails 4
-===
-If you are using the protected_attributes gem, it must appear before 
delayed_job in your gemfile.
+Rails 4.2
+=
+Set the queue_adapter in config/application.rb
+
+```ruby
+config.active_job.queue_adapter = :delayed_job
+```
+
+See the [rails 
guide](http://guides.rubyonrails.org/active_job_basics.html#setting-the-backend)
 for more details.
+
+Rails 4.x
+=
+If you are using the protected_attributes gem, it must appear before 
delayed_job in your gemfile. If your jobs are failing with:
+
+ ActiveRecord::StatementInvalid: PG::NotNullViolation: ERROR:  null value 
in column "handler" violates not-null constraint
+
+then this is the fix you're looking for.
 
 Upgrading from 2.x to 3.0.0 on Active Record
 
@@ -103,9 +124,17 @@
 device.deliver
 ```
 
-handle_asynchronously can take as options anything you can pass to delay. In

commit mkvtoolnix for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2015-09-27 08:39:58

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


Package is "mkvtoolnix"

Changes:

--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes2015-09-24 
06:16:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes   
2015-09-27 08:39:20.0 +0200
@@ -1,0 +2,15 @@
+Tue Sep 22 13:56:09 UTC 2015 - r...@fthiessen.de
+
+- Updated to version 8.4.0:
+* MMG has been removed.
+* Dropped wxWidgets dependencies (new gui uses QT).
+* A lot of bugfixes and enhancements of the gui and mkvmerge
+  (see https://bunkus.org/videotools/mkvtoolnix/doc/ChangeLog).
+* mkvmerge: bug fix: calculating of delay for audio garbage data
+  got fixed.
+* all: bug fix: parsing of strings containing negative values or
+  timecodes was broken on 32-but architectures.
+* mkvmerge: bug fix: number of channels and the sample rate
+  reported for DTS in MPEG streams was 0.
+
+---

Old:

  mkvtoolnix-8.3.0.tar.xz

New:

  mkvtoolnix-8.4.0.tar.xz



Other differences:
--
++ mkvtoolnix.spec ++
--- /var/tmp/diff_new_pack.KtXxzJ/_old  2015-09-27 08:39:21.0 +0200
+++ /var/tmp/diff_new_pack.KtXxzJ/_new  2015-09-27 08:39:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mkvtoolnix
-Version:8.3.0
+Version:8.4.0
 Release:0
 Summary:Tools to Create, Alter, and Inspect Matroska Files
 License:GPL-2.0+
@@ -31,10 +31,10 @@
 BuildRequires:  fdupes
 BuildRequires:  file-devel
 BuildRequires:  gcc-c++ >= 4.7
-BuildRequires:  lzo-devel
+BuildRequires:  gettext-tools
+BuildRequires:  libqt5-qtbase-devel >= 5.2.0
 BuildRequires:  ruby >= 1.9
 BuildRequires:  xz
-BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libebml) >= 1.3.1
@@ -47,11 +47,6 @@
 # Needed because of scriplets macros
 BuildRequires:  desktop-file-utils
 BuildRequires:  shared-mime-info
-%if 0%{?suse_version} >= 1320
-BuildRequires:  wxWidgets-devel >= 3
-%else
-BuildRequires:  wxWidgets-devel >= 2.8
-%endif
 
 %description
 Tools to create and manipulate Matroska files (extensions .mkv and .mka), a new
@@ -62,13 +57,13 @@
 %setup -q
 
 %build
-%configure --without-build-timestamp --docdir=%{_docdir}/%{name} 
--with-boost-libdir=%{_libdir}
-./drake %{?_smp_mflags} V=1
+export CFLAGS="$RPM_OPT_FLAGS"
+export CXXFLAGS="$RPM_OPT_FLAGS"
+%configure --docdir=%{_docdir}/%{name}
+./drake %{?_smp_mflags}
 
 %install
 ./drake install DESTDIR=%{buildroot}
-install -pm 0644 AUTHORS ChangeLog COPYING README.md 
%{buildroot}%{_docdir}/%{name}
-cp -a examples %{buildroot}%{_docdir}/%{name}
 # I guess this is the correct thing to do until bnc#737549 is fixed
 rm -rf %{buildroot}%{_mandir}/nl %{buildroot}%{_mandir}/uk 
%{buildroot}%{_mandir}/zh_CN
 %find_lang %{name} --with-man --all-name
@@ -86,14 +81,15 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%{_docdir}/%{name}
+%doc AUTHORS ChangeLog COPYING README.md
+%doc examples
 %{_bindir}/mkvextract
 %{_bindir}/mkvinfo
 %{_bindir}/mkvmerge
-%{_bindir}/mmg
 %{_bindir}/mkvpropedit
+%{_bindir}/mkvtoolnix-gui
 %{_datadir}/applications/mkvinfo.desktop
-%{_datadir}/applications/mkvmergeGUI.desktop
+%{_datadir}/applications/mkvtoolnix-gui.desktop
 %{_datadir}/icons/hicolor/*/apps/mkvextract.png
 %{_datadir}/icons/hicolor/*/apps/mkvinfo.png
 %{_datadir}/icons/hicolor/*/apps/mkvmerge.png
@@ -103,7 +99,7 @@
 %{_mandir}/man1/mkvextract.1%{ext_man}
 %{_mandir}/man1/mkvinfo.1%{ext_man}
 %{_mandir}/man1/mkvmerge.1%{ext_man}
-%{_mandir}/man1/mmg.1%{ext_man}
 %{_mandir}/man1/mkvpropedit.1%{ext_man}
+%{_mandir}/man1/mkvtoolnix-gui.1%{ext_man}
 
 %changelog

++ mkvtoolnix-8.3.0.tar.xz -> mkvtoolnix-8.4.0.tar.xz ++
 314947 lines of diff (skipped)




commit nftables for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package nftables for openSUSE:Factory 
checked in at 2015-09-27 08:40:13

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


Package is "nftables"

Changes:

--- /work/SRC/openSUSE:Factory/nftables/nftables.changes2015-05-24 
19:34:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.nftables.new/nftables.changes   2015-09-27 
08:39:40.0 +0200
@@ -1,0 +2,9 @@
+Thu Sep 17 21:16:31 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 0.5
+* Support combinations of two or more selectors to build a tuple
+* Timeout support for sets
+* Dormant flag for tables
+* Default chain policy specifiable on creation
+
+---

Old:

  nftables-0.4.tar.bz2
  nftables-0.4.tar.bz2.sig

New:

  nftables-0.5.tar.bz2
  nftables-0.5.tar.bz2.sig



Other differences:
--
++ nftables.spec ++
--- /var/tmp/diff_new_pack.GxsZS0/_old  2015-09-27 08:39:40.0 +0200
+++ /var/tmp/diff_new_pack.GxsZS0/_new  2015-09-27 08:39:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nftables
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   nftables
-Version:0.4
+Version:0.5
 Release:0
 Summary:Userspace utility to access the nf_tables packet filter
 License:GPL-2.0
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/nftables/
 #Git-Clone:git://git.netfilter.org/nftables
+
 Source: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2
 Source2:
http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2.sig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,7 +37,7 @@
 BuildRequires:  readline-devel
 BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(libmnl) >= 1.0.3
-BuildRequires:  pkgconfig(libnftnl) >= 1.0.2
+BuildRequires:  pkgconfig(libnftnl) >= 1.0.5
 Obsoletes:  nftables-plus < %version-%release
 Provides:   nftables-plus = %version-%release
 

++ nftables-0.4.tar.bz2 -> nftables-0.5.tar.bz2 ++
 28399 lines of diff (skipped)




commit rubygem-spring for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-spring for openSUSE:Factory 
checked in at 2015-09-27 08:39:30

Comparing /work/SRC/openSUSE:Factory/rubygem-spring (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-spring.new (New)


Package is "rubygem-spring"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-spring/rubygem-spring.changes
2015-05-10 10:47:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-spring.new/rubygem-spring.changes   
2015-09-27 08:38:51.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 13 04:33:01 UTC 2015 - co...@suse.com
+
+- updated to version 1.4.0
+  no changelog found
+
+---

Old:

  spring-1.3.6.gem

New:

  spring-1.4.0.gem



Other differences:
--
++ rubygem-spring.spec ++
--- /var/tmp/diff_new_pack.4t9GKD/_old  2015-09-27 08:38:52.0 +0200
+++ /var/tmp/diff_new_pack.4t9GKD/_new  2015-09-27 08:38:52.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-spring
-Version:1.3.6
+Version:1.4.0
 Release:0
 %define mod_name spring
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:http://github.com/rails/spring
+Url:https://github.com/rails/spring
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Rails application preloader
@@ -42,7 +42,7 @@
 PreReq: update-alternatives
 
 %description
-Rails application preloader.
+Preloads your application so things like console, rake and tests run faster.
 
 %prep
 

++ spring-1.3.6.gem -> spring-1.4.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-05-08 17:35:36.0 +0200
+++ new/README.md   2015-09-12 23:24:58.0 +0200
@@ -294,6 +294,9 @@
 projects without having to be added to the project's Gemfile, require
 them in your `~/.spring.rb`.
 
+`config/spring_client.rb` is also loaded before bundler and before a 
+server process is started, it can be used to add new top-level commands.
+
 ### Application root
 
 Spring must know how to find your Rails application. If you have a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bin/spring new/bin/spring
--- old/bin/spring  2015-05-08 17:35:36.0 +0200
+++ new/bin/spring  2015-09-12 23:24:58.0 +0200
@@ -43,6 +43,7 @@
   end
 end
 
-$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
+lib = File.expand_path("../../lib", __FILE__)
+$LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib) # enable local 
development
 require 'spring/client'
 Spring::Client.run(ARGV)
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/spring/client/binstub.rb 
new/lib/spring/client/binstub.rb
--- old/lib/spring/client/binstub.rb2015-05-08 17:35:36.0 +0200
+++ new/lib/spring/client/binstub.rb2015-09-12 23:24:58.0 +0200
@@ -36,7 +36,7 @@
   require "rubygems"
   require "bundler"
 
-  if match = Bundler.default_lockfile.read.match(/^GEM$.*?^(?:  )*spring 
\((.*?)\)$.*?^$/m)
+  if (match = Bundler.default_lockfile.read.match(/^GEM$.*?^(?:  )*spring 
\((.*?)\)$.*?^$/m))
 Gem.paths = { "GEM_PATH" => [Bundler.bundle_path.to_s, *Gem.path].uniq }
 gem "spring", match[1]
 require "spring/binstub"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/spring/client.rb new/lib/spring/client.rb
--- old/lib/spring/client.rb2015-05-08 17:35:36.0 +0200
+++ new/lib/spring/client.rb2015-09-12 23:24:58.0 +0200
@@ -14,12 +14,14 @@
   module Client
 COMMANDS = {
   "help"  => Client::Help,
+  "-h"=> Client::Help,
+  "--help"=> Client::Help,
   "binstub"   => Client::Binstub,
   "stop"  => Client::Stop,
   "status"=> Client::Status,
   "rails" => Client::Rails,
   "-v"=> Client::Version,
-  "--version" => Client::Version
+  "--version" => Client::Version,
 }
 
 def self.run(args)
@@ -36,3 +38,9 @@
 end
   end
 end
+
+# allow users to add hooks that do not run in the server
+# or modify start/stop
+if File.exist?("config/spring_client.rb")
+  require "./config/spring_client.rb"
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/spring/test/acceptance_test.rb 
new/lib/spring/test/acceptance_test.rb

commit ppc64-diag for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package ppc64-diag for openSUSE:Factory 
checked in at 2015-09-27 08:39:40

Comparing /work/SRC/openSUSE:Factory/ppc64-diag (Old)
 and  /work/SRC/openSUSE:Factory/.ppc64-diag.new (New)


Package is "ppc64-diag"

Changes:

--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag.changes2015-08-01 
11:37:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new/ppc64-diag.changes   
2015-09-27 08:39:02.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 16 16:48:35 UTC 2015 - jloe...@suse.com
+
+- create /var/log/dump directory on startup (bsc#945385)
+
+- added patches:
+  * ppc64-diag.bug-945385_create_dump_directory_on_startup.patch
+
+---

New:

  ppc64-diag.bug-945385_create_dump_directory_on_startup.patch



Other differences:
--
++ ppc64-diag.spec ++
--- /var/tmp/diff_new_pack.EjQlIg/_old  2015-09-27 08:39:02.0 +0200
+++ /var/tmp/diff_new_pack.EjQlIg/_new  2015-09-27 08:39:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ppc64-diag
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -55,6 +55,7 @@
 #PATCH-FIX-OPENSUSE - ppc64-diag.opal_errd.patch - fix opal_errd initscript to 
comply with openSUSE standards
 Patch3: %{name}.opal_errd.patch
 Patch4: ppc64-diag.tmpraces.patch
+Patch5: ppc64-diag.bug-945385_create_dump_directory_on_startup.patch
 
 %description
 This package contains various diagnostic tools for PowerLinux.
@@ -76,6 +77,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %if 0%{?has_systemd}

++ ppc64-diag.bug-945385_create_dump_directory_on_startup.patch ++
>From 25797e8420d6cbcf8b64f062d347f21649d9d1f7 Mon Sep 17 00:00:00 2001
From: Kamalesh Babulal 
Date: Wed, 9 Sep 2015 10:43:29 +0530
Subject: [PATCH] opal_errd/extract_opal_dump: Create dump directory on startup
To: ltc...@lists.linux.ibm.com

extract_opal_dump is called, while starting opal_errd daemon. Following
failure message from extract_opal_dump is observed when output dump
directory (/var/log/dump default) is missing to extract the dump to.

opal_errd.service - opal_errd (PowerNV platform error handling) Service
   Loaded: loaded (/usr/lib/systemd/system/opal_errd.service; enabled)
   Active: active (running) since Wed 2015-09-09 09:41:03 BST; 2s ago
  Process: 84467 ExecStop=/usr/lib/opal_errd stop (code=exited, 
status=0/SUCCESS)
  Process: 84488 ExecStart=/usr/lib/opal_errd start (code=exited, 
status=0/SUCCESS)
 Main PID: 84500 (opal_errd)
   CGroup: /system.slice/opal_errd.service
   `-84500 /usr/sbin/opal_errd

Sep 09 09:41:03 linux ELOG[84500]: /usr/sbin/extract_opal_dump command 
execution failed
Sep 09 09:41:03 linux opal_errd[84488]: Starting opal_errd daemon: ..done
Sep 09 09:41:04 linux ELOG[84500]: /usr/sbin/extract_opal_dump command 
execution failed
Sep 09 09:41:05 linux ELOG[84500]: /usr/sbin/extract_opal_dump command 
execution failed

Fix this issue by creating missing output directory, mimicking opal_errd 
(creates
opal-elog directory, if missing on startup) instead of bailing out. Also replace
stat() with access(), in places where access() is sufficient.

Signed-off-by: Kamalesh Babulal 
Cc: Vasant Hegde 
---
 opal_errd/extract_opal_dump.c | 25 +
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/opal_errd/extract_opal_dump.c b/opal_errd/extract_opal_dump.c
index 800d308bdbf5..6c3923bb1432 100644
--- a/opal_errd/extract_opal_dump.c
+++ b/opal_errd/extract_opal_dump.c
@@ -100,7 +100,6 @@ static void ack_dump(const char* dump_dir_path)
  */
 static void check_dup_dump_file(char *dumpname)
 {
-   struct stat sbuf;
char dump_path[PATH_MAX];
int rc;
 
@@ -111,7 +110,7 @@ static void check_dup_dump_file(char *dumpname)
return;
}
 
-   if (stat(dump_path, ) == -1)
+   if (access(dump_path, R_OK) == -1)
return;
 
if (unlink(dump_path) < 0)
@@ -379,7 +378,6 @@ int main(int argc, char *argv[])
int rc;
int fd;
fd_set exceptfds;
-   struct stat s;
 
setlogmask(LOG_UPTO(LOG_NOTICE));
openlog("OPAL_DUMP", LOG_CONS | LOG_PID | LOG_NDELAY | LOG_PERROR,
@@ -422,18 +420,29 @@ int main(int argc, char *argv[])
snprintf(sysfs_path, sizeof(sysfs_path), "%s/firmware/opal/dump",
 

commit rubygem-highline for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-highline for 
openSUSE:Factory checked in at 2015-09-27 08:39:51

Comparing /work/SRC/openSUSE:Factory/rubygem-highline (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-highline.new (New)


Package is "rubygem-highline"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-highline/rubygem-highline.changes
2015-09-17 09:20:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-highline.new/rubygem-highline.changes   
2015-09-27 08:39:15.0 +0200
@@ -1,0 +2,18 @@
+Wed Sep 23 04:31:07 UTC 2015 - co...@suse.com
+
+- updated to version 1.7.7
+ see installed Changelog.md
+
+  ### 1.7.7 / 2015-09-22
+  * Make HighLine::Question coerce its question argument into a String. 
(@97-109-107 and Abinoam P. Marques Jr. (@abinoam), #159, PR #160)
+
+---
+Fri Sep 18 04:32:00 UTC 2015 - co...@suse.com
+
+- updated to version 1.7.6
+ see installed Changelog.md
+
+  ### 1.7.6 / 2015-09-17
+  * Fix a typo in a var name affecting solaris. (Danek Duvall (@dhduvall) and 
Abinoam P. Marques Jr. (@abinoam), #155, PR #156)
+
+---

Old:

  highline-1.7.5.gem

New:

  highline-1.7.7.gem



Other differences:
--
++ rubygem-highline.spec ++
--- /var/tmp/diff_new_pack.a8G9qk/_old  2015-09-27 08:39:15.0 +0200
+++ /var/tmp/diff_new_pack.a8G9qk/_new  2015-09-27 08:39:15.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-highline
-Version:1.7.5
+Version:1.7.7
 Release:0
 %define mod_name highline
 %define mod_full_name %{mod_name}-%{version}

++ highline-1.7.5.gem -> highline-1.7.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md2015-09-15 04:15:50.0 +0200
+++ new/Changelog.md2015-09-23 01:19:45.0 +0200
@@ -2,6 +2,12 @@
 
 Below is a complete listing of changes for each revision of HighLine.
 
+### 1.7.7 / 2015-09-22
+* Make HighLine::Question coerce its question argument into a String. 
(@97-109-107 and Abinoam P. Marques Jr. (@abinoam), #159, PR #160)
+
+### 1.7.6 / 2015-09-17
+* Fix a typo in a var name affecting solaris. (Danek Duvall (@dhduvall) and 
Abinoam P. Marques Jr. (@abinoam), #155, PR #156)
+
 ### 1.7.5 / 2015-09-14
 * Support jruby9k for system extensions (Michael (@mmmries), PR #153)
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/highline/question.rb new/lib/highline/question.rb
--- old/lib/highline/question.rb2015-09-15 04:15:50.0 +0200
+++ new/lib/highline/question.rb2015-09-23 01:19:45.0 +0200
@@ -31,7 +31,7 @@
 #
 def initialize( question, answer_type )
   # initialize instance data
-  @question= question.dup
+  @question= String(question).dup
   @answer_type = answer_type
   @completion = @answer_type
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/highline/system_extensions.rb 
new/lib/highline/system_extensions.rb
--- old/lib/highline/system_extensions.rb   2015-09-15 04:15:50.0 
+0200
+++ new/lib/highline/system_extensions.rb   2015-09-23 01:19:45.0 
+0200
@@ -235,7 +235,7 @@
 
   if /solaris/ =~ RUBY_PLATFORM and
 `stty` =~ /\brows = (\d+).*\bcolumns = (\d+)/
-[$2, $1].map { |c| x.to_i }
+[$2, $1].map { |x| x.to_i }
   elsif `stty size` =~ /^(\d+)\s(\d+)$/
 [$2.to_i, $1.to_i]
   else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/highline/version.rb new/lib/highline/version.rb
--- old/lib/highline/version.rb 2015-09-15 04:15:50.0 +0200
+++ new/lib/highline/version.rb 2015-09-23 01:19:45.0 +0200
@@ -1,4 +1,4 @@
 class HighLine
   # The version of the installed library.
-  VERSION = "1.7.5".freeze
+  VERSION = "1.7.7".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-09-15 04:15:50.0 +0200
+++ new/metadata2015-09-23 01:19:45.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: highline
 version: !ruby/object:Gem::Version
-  version: 1.7.5
+  version: 1.7.7
 platform: ruby
 authors:
 - James Edward Gray II
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-09-15 00:00:00.0 Z
+date: 2015-09-22 00:00:00.0 Z
 dependencies:
 - 

commit zypper for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2015-09-27 08:39:06

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


Package is "zypper"

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2015-08-15 
11:39:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2015-09-27 
08:38:29.0 +0200
@@ -1,0 +2,102 @@
+Mon Sep 21 16:11:44 CEST 2015 - m...@suse.de
+
+- ps: add options --short/--print to retrieve services which may 
+  need to be restarted (FATE#318827)
+- fix reserved identifier violation (fixes #79)
+- BuildRequires:  libzypp-devel >= 15.17.0
+- version 1.12.16
+
+---
+Thu Sep 17 01:15:48 CEST 2015 - m...@suse.de
+
+- Update sle-zypper-po.tar.bz2
+
+---
+Thu Sep 17 01:14:09 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Sep 13 01:15:34 CEST 2015 - m...@suse.de
+
+- Update sle-zypper-po.tar.bz2
+
+---
+Sun Sep 13 01:13:41 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Sep 10 01:16:08 CEST 2015 - m...@suse.de
+
+- Update sle-zypper-po.tar.bz2
+
+---
+Thu Sep 10 01:13:45 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Wed Sep  9 16:04:54 CEST 2015 - m...@suse.de
+
+- patch-check --updatestack-only: Check only for patches which
+  affect the package management itself (FATE#319407)
+- version 1.12.15
+
+---
+Tue Sep  8 19:01:25 CEST 2015 - m...@suse.de
+
+- patch --updatestack-only: Install only patches which affect the
+  package management itself (FATE#319407)
+- version 1.12.14
+
+---
+Sun Sep  6 01:15:00 CEST 2015 - m...@suse.de
+
+- Update sle-zypper-po.tar.bz2
+
+---
+Sun Sep  6 01:13:26 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Sep  3 01:14:04 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Tue Sep  1 18:26:11 CEST 2015 - m...@suse.de
+
+- man: mention new zypp.conf solver.dupAllow* config options
+  (FATE#319128)
+- add apt-get alias for aptitude
+- BuildRequires:  libzypp-devel >= 15.14.0
+- version 1.12.13
+
+---
+Sun Aug 30 01:13:19 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Aug 27 01:14:48 CEST 2015 - m...@suse.de
+
+- Update sle-zypper-po.tar.bz2
+
+---
+Sun Aug 23 01:13:12 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Aug 20 01:13:19 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Aug 16 01:14:12 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---

Old:

  zypper-1.12.12.tar.bz2

New:

  zypper-1.12.16.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.HwxSZO/_old  2015-09-27 08:38:30.0 +0200
+++ /var/tmp/diff_new_pack.HwxSZO/_new  2015-09-27 08:38:30.0 +0200
@@ -22,7 +22,7 @@
 BuildRequires:  cmake >= 2.4.6
 BuildRequires:  gcc-c++ >= 4.7
 BuildRequires:  gettext-devel >= 0.15
-BuildRequires:  libzypp-devel >= 15.13.0
+BuildRequires:  libzypp-devel >= 15.17.0
 BuildRequires:  readline-devel >= 5.1
 Requires:   procps
 %if 0%{?suse_version}
@@ -33,7 +33,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.12.12
+Version:1.12.16
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
@@ -42,6 +42,7 @@
 Obsoletes:  y2pmsh
 
 Provides:   zypper(oldpackage)
+Provides:   zypper(updatestack-only)
 
 %description
 Zypper is a command line tool for managing software. It can be used to add
@@ 

commit libsolv for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libsolv for openSUSE:Factory checked 
in at 2015-09-27 08:39:12

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


Package is "libsolv"

Changes:

--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2015-06-04 
08:52:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes 2015-09-27 
08:38:33.0 +0200
@@ -1,0 +2,21 @@
+Fri Sep 25 11:54:02 CEST 2015 - m...@suse.de
+
+- support a generic string for pattern-visible() [bnc#900769]
+- add a SOLVER_ALLOWUNINSTALL job type
+- add ordercycle introspection
+- fix mkmask handling of a zero size
+- support 'recommends' in repo_mdk.c
+- support filelist parsing in installcheck
+- bump version to 0.6.13
+
+---
+Tue Sep  1 13:37:11 CEST 2015 - m...@suse.de
+
+- added tcl bindings
+- improve debian ar archive handling
+- bindings: set the CLOEXEC flags in xfopen
+- bindings: support testcase writing [bnc#946752]
+- support REL_ELSE as evr of REL_COND
+- bump version to 0.6.12
+
+---

Old:

  libsolv-0.6.11.tar.bz2

New:

  libsolv-0.6.13.tar.bz2



Other differences:
--
++ libsolv.spec ++
--- /var/tmp/diff_new_pack.wgFlVH/_old  2015-09-27 08:38:34.0 +0200
+++ /var/tmp/diff_new_pack.wgFlVH/_new  2015-09-27 08:38:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libsolv
-Version:0.6.11
+Version:0.6.13
 Release:0
 Url:https://github.com/openSUSE/libsolv
 Source: libsolv-%{version}.tar.bz2
@@ -35,7 +35,7 @@
 BuildRequires:  libneon0.26-devel
 %endif
 %if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 
600
-BuildRequires:  db4-devel
+BuildRequires:  db-devel
 %endif
 %if 0%{?suse_version}
 %if 0%{?suse_version} < 1030
@@ -170,7 +170,7 @@
 CMAKE_FLAGS="-DFEDORA=1"
 %endif
 %if 0%{?suse_version}
-CMAKE_FLAGS="-DSUSE=1 -DENABLE_APPDATA=1"
+CMAKE_FLAGS="-DSUSE=1 -DENABLE_APPDATA=1 -DENABLE_COMPS=1"
 %endif
 
 cmake   $CMAKE_FLAGS \
@@ -244,6 +244,7 @@
 %{_mandir}/man1/helix2solv*
 %endif
 %{_datadir}/cmake/Modules/*
+%{_libdir}/pkgconfig/libsolv.pc
 %{_mandir}/man3/*
 
 %files demo

++ libsolv-0.6.11.tar.bz2 -> libsolv-0.6.13.tar.bz2 ++
 15312 lines of diff (skipped)




commit fontawesome-fonts for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package fontawesome-fonts for 
openSUSE:Factory checked in at 2015-09-27 08:39:24

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


Package is "fontawesome-fonts"

Changes:

--- /work/SRC/openSUSE:Factory/fontawesome-fonts/fontawesome-fonts.changes  
2015-06-23 11:59:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.fontawesome-fonts.new/fontawesome-fonts.changes 
2015-09-27 08:38:45.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep  8 14:46:28 CEST 2015 - ti...@suse.de
+
+- Add Group to fontawesome-fonts-web subpackage to fix the build
+  for older distros
+- Add missing defattr to filelist
+- Add missing buildroot tag to fix the build failures on old distros
+
+---



Other differences:
--
++ fontawesome-fonts.spec ++
--- /var/tmp/diff_new_pack.Pc9jyx/_old  2015-09-27 08:38:46.0 +0200
+++ /var/tmp/diff_new_pack.Pc9jyx/_new  2015-09-27 08:38:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fontawesome-fonts
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -13,18 +13,22 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:  fontawesome-fonts
 Version:   4.3.0
 Release:   0
 Summary:   Iconic font set
-Group:  System/X11/Fonts
 License:   OFL-1.1
-URL:   http://fontawesome.io/
+Group:  System/X11/Fonts
+Url:http://fontawesome.io/
 Source0:   font-awesome-%{version}.zip
 Source1:   README-Trademarks.txt
 BuildArch: noarch
-BuildRequires: fontpackages-devel, unzip
+BuildRequires:  fontpackages-devel
+BuildRequires:  unzip
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{reconfigure_fonts_prereq}
 
 %description
@@ -37,6 +41,7 @@
 %package web
 Summary: Web files for font-awesome
 License: MIT
+Group:  System/X11/Fonts
 
 %description web
 Web files (css, less, scss, etc) for font-awesome.
@@ -64,6 +69,7 @@
 %{_ttfontsdir}/*
 
 %files web
+%defattr(-, root,root)
 %{_datadir}/font-awesome-web/
 
 %changelog





commit rubygem-js-routes for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-js-routes for 
openSUSE:Factory checked in at 2015-09-27 08:39:35

Comparing /work/SRC/openSUSE:Factory/rubygem-js-routes (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-js-routes.new (New)


Package is "rubygem-js-routes"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-js-routes/rubygem-js-routes.changes  
2015-08-07 00:24:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-js-routes.new/rubygem-js-routes.changes 
2015-09-27 08:38:57.0 +0200
@@ -1,0 +2,16 @@
+Tue Sep 15 04:30:38 UTC 2015 - co...@suse.com
+
+- updated to version 1.1.2
+ see installed CHANGELOG.md
+
+  ## v1.1.1
+  
+  * Bugfix regression in serialisation on blank strings caused by 
[#155](https://github.com/railsware/js-routes/pull/155/files)
+
+---
+Fri Sep 11 04:29:02 UTC 2015 - co...@suse.com
+
+- updated to version 1.1.1
+ see installed CHANGELOG.md
+
+---

Old:

  js-routes-1.1.0.gem

New:

  js-routes-1.1.2.gem



Other differences:
--
++ rubygem-js-routes.spec ++
--- /var/tmp/diff_new_pack.99vsY4/_old  2015-09-27 08:38:57.0 +0200
+++ /var/tmp/diff_new_pack.99vsY4/_new  2015-09-27 08:38:57.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-js-routes
-Version:1.1.0
+Version:1.1.2
 Release:0
 %define mod_name js-routes
 %define mod_full_name %{mod_name}-%{version}

++ js-routes-1.1.0.gem -> js-routes-1.1.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-08-05 10:59:04.0 +0200
+++ new/CHANGELOG.md2015-09-14 16:16:33.0 +0200
@@ -1,5 +1,9 @@
 ## master
 
+## v1.1.1
+
+* Bugfix regression in serialisation on blank strings caused by 
[#155](https://github.com/railsware/js-routes/pull/155/files)
+
 ## v1.1.0
 
 * Ensure routes are loaded, prior to generating them 
[#148](https://github.com/railsware/js-routes/pull/148)
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/js_routes/version.rb new/lib/js_routes/version.rb
--- old/lib/js_routes/version.rb2015-08-05 10:59:04.0 +0200
+++ new/lib/js_routes/version.rb2015-09-14 16:16:33.0 +0200
@@ -1,3 +1,3 @@
 class JsRoutes
-  VERSION = "1.1.0"
+  VERSION = "1.1.2"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/routes.js new/lib/routes.js
--- old/lib/routes.js   2015-08-05 10:59:04.0 +0200
+++ new/lib/routes.js   2015-09-14 16:16:33.0 +0200
@@ -1,12 +1,11 @@
 /*
 File generated by js-routes GEM_VERSION
 Based on Rails routes of APP_CLASS
-*/
-
+ */
 
 (function() {
   var NodeTypes, ParameterMissing, Utils, createGlobalJsRoutesObject, 
defaults, root,
-__hasProp = {}.hasOwnProperty;
+hasProp = {}.hasOwnProperty;
 
   root = typeof exports !== "undefined" && exports !== null ? exports : this;
 
@@ -25,12 +24,11 @@
 
   Utils = {
 default_serializer: function(object, prefix) {
-  var element, i, key, prop, s, _i, _len;
-
+  var element, i, j, key, len, prop, s;
   if (prefix == null) {
 prefix = null;
   }
-  if (!object) {
+  if (object == null) {
 return "";
   }
   if (!prefix && !(this.get_object_type(object) === "object")) {
@@ -39,27 +37,29 @@
   s = [];
   switch (this.get_object_type(object)) {
 case "array":
-  for (i = _i = 0, _len = object.length; _i < _len; i = ++_i) {
+  for (i = j = 0, len = object.length; j < len; i = ++j) {
 element = object[i];
 s.push(this.default_serializer(element, prefix + "[]"));
   }
   break;
 case "object":
   for (key in object) {
-if (!__hasProp.call(object, key)) continue;
+if (!hasProp.call(object, key)) continue;
 prop = object[key];
-if (!(prop != null)) {
-  continue;
+if ((prop == null) && (prefix != null)) {
+  prop = "";
 }
-if (prefix != null) {
-  key = "" + prefix + "[" + key + "]";
+if (prop != null) {
+  if (prefix != null) {
+key = prefix + "[" + key + "]";
+  }
+  s.push(this.default_serializer(prop, key));
 }
-s.push(this.default_serializer(prop, key));
   }
   break;
 default:
-  if (object) {
-   

commit efl for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2015-09-27 08:39:46

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


Package is "efl"

Changes:

--- /work/SRC/openSUSE:Factory/efl/efl.changes  2015-09-03 18:10:34.0 
+0200
+++ /work/SRC/openSUSE:Factory/.efl.new/efl.changes 2015-09-27 
08:39:10.0 +0200
@@ -1,0 +2,14 @@
+Mon Sep 21 07:02:27 UTC 2015 - sch...@suse.de
+
+- Require pkgconfig(lua-5.1) instead of pkgconfig(lua) < 5.2
+
+---
+Tue Sep 15 05:50:34 UTC 2015 - si...@simotek.net
+
+- Bump to 1.15.1 Bugfix
+ecore_evas: fix first render skip in several windows
+ecore-wl: do not nul terminate drops
+Evas language: fix script run code (T2670)
+
+
+---

Old:

  efl-1.15.0.tar.xz

New:

  efl-1.15.1.tar.xz



Other differences:
--
++ efl.spec ++
--- /var/tmp/diff_new_pack.CSUGaj/_old  2015-09-27 08:39:12.0 +0200
+++ /var/tmp/diff_new_pack.CSUGaj/_new  2015-09-27 08:39:12.0 +0200
@@ -78,7 +78,7 @@
 %endif
 
 Name:   efl
-Version:1.15.0
+Version:1.15.1
 Release:0
 # TODO: split package to separate packages and specify licenses correctly
 Summary:Enlightenment Foundation Libraries - set of libraries used 
(not only) by Enlightenment (e17 e19)
@@ -131,8 +131,12 @@
 %if %luajit_present
 BuildRequires:  pkgconfig(luajit)
 %else
+%if 0%{suse_version} >= 1330
+BuildRequires:  pkgconfig(lua-5.1)
+%else
 BuildRequires:  pkgconfig(lua) < 5.2
 %endif
+%endif
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(pixman-1)
 BuildRequires:  pkgconfig(sdl)
@@ -238,8 +242,12 @@
 %if %luajit_present
 Requires:   pkgconfig(luajit)
 %else
+%if 0%{suse_version} >= 1330
+Requires:   pkgconfig(lua-5.1)
+%else
 Requires:   pkgconfig(lua) < 5.2
 %endif
+%endif
 Requires:   pkgconfig(openssl)
 Requires:   pkgconfig(pixman-1)
 Requires:   pkgconfig(sdl)

++ efl-1.15.0.tar.xz -> efl-1.15.1.tar.xz ++
/work/SRC/openSUSE:Factory/efl/efl-1.15.0.tar.xz 
/work/SRC/openSUSE:Factory/.efl.new/efl-1.15.1.tar.xz differ: char 25, line 1




commit libyui-ncurses-pkg for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libyui-ncurses-pkg for 
openSUSE:Factory checked in at 2015-09-27 08:38:43

Comparing /work/SRC/openSUSE:Factory/libyui-ncurses-pkg (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new (New)


Package is "libyui-ncurses-pkg"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-ncurses-pkg/libyui-ncurses-pkg.changes
2015-07-16 17:14:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new/libyui-ncurses-pkg.changes   
2015-09-27 08:38:05.0 +0200
@@ -1,0 +2,17 @@
+Wed Sep 16 17:29:23 CEST 2015 - mvid...@suse.com
+
+- Reorganized git for easier tarball creation:
+  - RPM spec files are kept in git verbatim, not as templates
+  - no longer call PREP_SPEC_FILES in CMakeLists.common
+- No functional change but version bumped to push the package
+  down the pipeline (boo#946079).
+
+---
+Tue Sep  10:13:52 UTC 2015 - sch...@suse.com
+
+- Handle mixed multiversion packages (fate#318778)
+- Allow to delete single versions of multiversion packages.
+  (bsc#943870)
+- 2.48.0
+
+---

Old:

  libyui-ncurses-pkg-2.47.0.tar.bz2

New:

  libyui-ncurses-pkg-2.48.1.tar.bz2



Other differences:
--
++ libyui-ncurses-pkg-doc.spec ++
--- /var/tmp/diff_new_pack.xJpYeM/_old  2015-09-27 08:38:05.0 +0200
+++ /var/tmp/diff_new_pack.xJpYeM/_new  2015-09-27 08:38:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-pkg-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,13 @@
 #
 
 
-Name:   libyui-ncurses-pkg-doc
-Version:2.47.0
+%define parent libyui-ncurses-pkg
+%define so_version 7
+
+Name:   %{parent}-doc
+Version:2.48.1
 Release:0
-Source: libyui-ncurses-pkg-%{version}.tar.bz2
+Source: %{parent}-%{version}.tar.bz2
 
 BuildArch:  noarch
 
@@ -46,7 +49,7 @@
 
 %prep
 
-%setup -n libyui-ncurses-pkg-%{version}
+%setup -n %{parent}-%{version}
 
 %build
 
@@ -67,13 +70,13 @@
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
 
-%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-ncurses-pkg6
+%fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version}
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}/libyui-ncurses-pkg6
+%doc %{_docdir}/%{parent}%{so_version}
 
 %changelog

++ libyui-ncurses-pkg.spec ++
--- /var/tmp/diff_new_pack.xJpYeM/_old  2015-09-27 08:38:05.0 +0200
+++ /var/tmp/diff_new_pack.xJpYeM/_new  2015-09-27 08:38:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-pkg
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,12 @@
 
 
 Name:   libyui-ncurses-pkg
-Version:2.47.0
+Version:2.48.1
 Release:0
-Source: libyui-ncurses-pkg-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
+
+%define so_version 7
+%define bin_name %{name}%{so_version}
 
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8
@@ -29,7 +32,7 @@
 
 %define libyui_ncurses_devel_versionlibyui-ncurses-devel >= 2.43.9
 BuildRequires:  %{libyui_ncurses_devel_version}
-%define libzypp_devel_version   libzypp-devel >= 12.3.0
+%define libzypp_devel_version   libzypp-devel >= 15.11.0
 BuildRequires:  %{libzypp_devel_version}
 
 Url:http://github.com/libyui/
@@ -42,10 +45,10 @@
 component for libYUI.
 
 
-%package -n libyui-ncurses-pkg6
+%package -n %{bin_name}
 
-Requires:   libyui6
-Provides:   libyui-ncurses-pkg = %{version}
+Requires:   libyui%{so_version}
+Provides:   %{name} = %{version}
 
 Provides:   yast2-ncurses-pkg = 2.42.0
 Obsoletes:  yast2-ncurses-pkg < 2.42.0
@@ -57,7 +60,7 @@
 Summary:Libyui - yast2 package selector widget for the ncurses UI
 Group:  System/Libraries
 
-%description -n libyui-ncurses-pkg6
+%description -n %{bin_name}
 This package extends the character based (ncurses) user interface
 component for libYUI.
 
@@ -65,12 +68,12 @@
 
 %package devel
 
+Requires:   %{bin_name} = %{version}
 Requires:   %{libyui_ncurses_devel_version}
 Requires:   %{libzypp_devel_version}
 Requires: 

commit libyui-qt for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2015-09-27 08:38:49

Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-qt.new (New)


Package is "libyui-qt"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes  2015-05-07 
09:21:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2015-09-27 
08:38:11.0 +0200
@@ -1,0 +2,17 @@
+Wed Sep 16 17:29:23 CEST 2015 - mvid...@suse.com
+
+- Reorganized git for easier tarball creation:
+  - RPM spec files are kept in git verbatim, not as templates
+  - no longer call PREP_SPEC_FILES in CMakeLists.common
+- No functional change but version bumped to push the package
+  down the pipeline (boo#946079).
+
+---
+Wed Sep 16 11:40:16 UTC 2015 - mvid...@suse.com
+
+- Handle QtInfoMsg value in switch; fixes build with Qt 5.5
+  (H Senjan, boo#942101).
+- so-version bumped to match the main library.
+- 2.46.19
+
+---

Old:

  libyui-qt-2.46.18.tar.bz2

New:

  libyui-qt-2.46.20.tar.bz2



Other differences:
--
++ libyui-qt-doc.spec ++
--- /var/tmp/diff_new_pack.fTp6Kw/_old  2015-09-27 08:38:12.0 +0200
+++ /var/tmp/diff_new_pack.fTp6Kw/_new  2015-09-27 08:38:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,13 @@
 #
 
 
-Name:   libyui-qt-doc
-Version:2.46.18
+%define parent libyui-qt
+%define so_version 7
+
+Name:   %{parent}-doc
+Version:2.46.20
 Release:0
-Source: libyui-qt-%{version}.tar.bz2
+Source: %{parent}-%{version}.tar.bz2
 
 BuildArch:  noarch
 
@@ -46,7 +49,7 @@
 
 %prep
 
-%setup -n libyui-qt-%{version}
+%setup -n %{parent}-%{version}
 
 %build
 
@@ -67,13 +70,13 @@
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
 
-%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-qt6
+%fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version}
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}/libyui-qt6
+%doc %{_docdir}/%{parent}%{so_version}
 
 %changelog

++ libyui-qt.spec ++
--- /var/tmp/diff_new_pack.fTp6Kw/_old  2015-09-27 08:38:12.0 +0200
+++ /var/tmp/diff_new_pack.fTp6Kw/_new  2015-09-27 08:38:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,12 @@
 
 
 Name:   libyui-qt
-Version:2.46.18
+Version:2.46.20
 Release:0
-Source: libyui-qt-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
+
+%define so_version 7
+%define bin_name %{name}%{so_version}
 
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8
@@ -31,10 +34,10 @@
 BuildRequires:  fontconfig-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
-Provides:   yui_backend = 6
+Provides:   yui_backend = %{so_version}
 
 Url:http://github.com/libyui/
 Summary:Libyui - Qt User Interface
@@ -46,10 +49,10 @@
 component for libYUI.
 
 
-%package -n libyui-qt6
+%package -n %{bin_name}
 
-Requires:   libyui6
-Provides:   libyui-qt = %{version}
+Requires:   libyui%{so_version}
+Provides:   %{name} = %{version}
 Provides:   yast2-qt = %{version}
 Obsoletes:  yast2-qt < 2.42.0
 
@@ -57,7 +60,7 @@
 Summary:Libyui - Qt User Interface
 Group:  System/Libraries
 
-%description -n libyui-qt6
+%description -n %{bin_name}
 This package contains the Qt user interface
 component for libYUI.
 
@@ -65,9 +68,9 @@
 
 %package devel
 
+Requires:   %{bin_name} = %{version}
 Requires:   %{libyui_devel_version}
 Requires:   fontconfig-devel
-Requires:   libyui-qt6 = %{version}
 
 Url:http://github.com/libyui/
 Summary:Libyui-qt header files
@@ -83,7 +86,7 @@
 
 
 %prep
-%setup -q -n libyui-qt-%{version}
+%setup -q -n 

commit libqt5-qtwebkit for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2015-09-27 08:37:54

Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebkit (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new (New)


Package is "libqt5-qtwebkit"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebkit/libqt5-qtwebkit.changes  
2015-06-06 09:52:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes 
2015-09-27 08:37:17.0 +0200
@@ -1,0 +2,9 @@
+Sun Aug 16 08:32:11 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+- Added link-qtcore.patch
+
+---

Old:

  qtwebkit-opensource-src-5.4.2.tar.xz

New:

  link-qtcore.patch
  qtwebkit-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtwebkit.spec ++
--- /var/tmp/diff_new_pack.rX94hG/_old  2015-09-27 08:37:20.0 +0200
+++ /var/tmp/diff_new_pack.rX94hG/_new  2015-09-27 08:37:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwebkit
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,11 @@
 %define libname libQt5WebKitWidgets5
 
 Name:   libqt5-qtwebkit
-Version:5.4.2
+Version:5.5.0
 Release:0
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtwebkit-opensource-src-%{real_version}
 # Workaround ppc64le build failures due to OOM issue, bnc#863533
 %ifarch ppc64le
@@ -42,6 +42,8 @@
 # PATCH-FIX-OPENSUSE 03_hide_std_symbols.diff asterios.dra...@gmail.com -- Do 
not make the std:: symbols in webkit public (taken from Ubuntu)
 Patch2: 03_hide_std_symbols.diff
 Patch3: reduce-link-optimization.diff
+# PATCH-FIX-UPSTREAM link-qtcore.patch -- link with QtCore to get 
versiontagging define
+Patch4: link-qtcore.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch130:   no-Werror-rpath.diff
 BuildRequires:  libQt5Core-private-headers-devel >= %{version}
@@ -116,6 +118,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 %patch130 -p1
 
 %package -n %libname

++ link-qtcore.patch ++
diff --git a/Source/JavaScriptCore/LLIntOffsetsExtractor.pro 
b/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
index 9cbc424..1fc6c1d 100644
--- a/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
+++ b/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
@@ -13,11 +13,7 @@ debug_and_release {
 CONFIG += build_all
 }
 
-# Don't try to link against any Qt libraries, but at least
-# pull in include paths as we include qglobal.h.
-INCLUDEPATH += $$QT.core.includes
-CONFIG += console
-CONFIG -= qt
+QT = core # Needed for qglobal.h
 
 defineTest(addIncludePaths) {
 # Just needed for include paths
++ qtwebkit-opensource-src-5.4.2.tar.xz -> 
qtwebkit-opensource-src-5.5.0.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtwebkit/qtwebkit-opensource-src-5.4.2.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/qtwebkit-opensource-src-5.5.0.tar.xz
 differ: char 25, line 1




commit libyui for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libyui for openSUSE:Factory checked 
in at 2015-09-27 08:38:32

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


Package is "libyui"

Changes:

--- /work/SRC/openSUSE:Factory/libyui/libyui.changes2015-07-16 
17:14:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui.new/libyui.changes   2015-09-27 
08:37:53.0 +0200
@@ -1,0 +2,21 @@
+Wed Sep 16 17:29:23 CEST 2015 - mvid...@suse.com
+
+- Reorganized git for easier tarball creation:
+  - RPM spec files are kept in git verbatim, not as templates
+  - no longer call PREP_SPEC_FILES in CMakeLists.common
+- No functional change but version bumped to push the package
+  down the pipeline (boo#946079).
+
+---
+Fri Aug 28 10:31:15 UTC 2015 - mvid...@suse.com
+
+- Bump also the required yui_backend
+- 3.2.2
+
+---
+Wed Jul 29 20:14:58 UTC 2015 - besse...@fedoraproject.org
+
+- API-changes imply so-name bump
+- 3.2.1
+
+---

Old:

  libyui-3.2.0.tar.bz2

New:

  libyui-3.2.3.tar.bz2



Other differences:
--
++ libyui-doc.spec ++
--- /var/tmp/diff_new_pack.xGYzCZ/_old  2015-09-27 08:37:54.0 +0200
+++ /var/tmp/diff_new_pack.xGYzCZ/_new  2015-09-27 08:37:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,13 @@
 #
 
 
-Name:   libyui-doc
-Version:3.2.0
+%define parent libyui
+%define so_version 7
+
+Name:   %{parent}-doc
+Version:3.2.3
 Release:0
-Source: libyui-%{version}.tar.bz2
+Source: %{parent}-%{version}.tar.bz2
 
 BuildArch:  noarch
 
@@ -50,7 +53,7 @@
 
 %prep
 
-%setup -n libyui-%{version}
+%setup -n %{parent}-%{version}
 
 %build
 
@@ -71,13 +74,13 @@
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
 
-%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui6
+%fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version}
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}/libyui6
+%doc %{_docdir}/%{parent}%{so_version}
 
 %changelog

++ libyui.spec ++
--- /var/tmp/diff_new_pack.xGYzCZ/_old  2015-09-27 08:37:54.0 +0200
+++ /var/tmp/diff_new_pack.xGYzCZ/_new  2015-09-27 08:37:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,12 @@
 
 
 Name:   libyui
-Version:3.2.0
+Version:3.2.3
 Release:0
-Source: libyui-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
+
+%define so_version 7
+%define bin_name %{name}%{so_version}
 
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8
@@ -40,17 +43,17 @@
 YaST for generic (C++) applications. This package has very few
 dependencies.
 
-%package -n libyui6
+%package -n %{bin_name}
 
 Provides:   yast2-libyui = 2.42.0
 Obsoletes:  yast2-libyui < 2.42.0
-Requires:   yui_backend = 6
+Requires:   yui_backend = %{so_version}
 
 Url:http://github.com/libyui/
 Summary:Libyui - GUI-abstraction library
 Group:  System/Libraries
 
-%description -n libyui6
+%description -n %{bin_name}
 This is the user interface engine that provides the abstraction from
 graphical user interfaces (Qt, Gtk) and text based user interfaces
 (ncurses).
@@ -62,10 +65,10 @@
 
 %package devel
 
+Requires:   %{bin_name} = %{version}
 Requires:   boost-devel
 Requires:   glibc-devel
 Requires:   libstdc++-devel
-Requires:   libyui6 = %{version}
 
 Url:http://github.com/libyui/
 Summary:Libyui header files
@@ -85,7 +88,7 @@
 
 
 %prep
-%setup -q -n libyui-%{version}
+%setup -q -n %{name}-%{version}
 
 %build
 
@@ -116,33 +119,33 @@
 %install
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
-install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/libyui6/
+install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/
 install -m0755 -d $RPM_BUILD_ROOT/%{_libdir}/yui
-install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/libyui6/
+install 

commit libqt5-qtx11extras for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtx11extras for 
openSUSE:Factory checked in at 2015-09-27 08:38:10

Comparing /work/SRC/openSUSE:Factory/libqt5-qtx11extras (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtx11extras.new (New)


Package is "libqt5-qtx11extras"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtx11extras/libqt5-qtx11extras.changes
2015-06-06 09:52:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtx11extras.new/libqt5-qtx11extras.changes   
2015-09-27 08:37:31.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 16 08:32:13 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
+and https://wiki.qt.io/New_Features_in_Qt_5.5
+
+---

Old:

  qtx11extras-opensource-src-5.4.2.tar.xz

New:

  qtx11extras-opensource-src-5.5.0.tar.xz



Other differences:
--
++ libqt5-qtx11extras.spec ++
--- /var/tmp/diff_new_pack.vKqFWx/_old  2015-09-27 08:37:32.0 +0200
+++ /var/tmp/diff_new_pack.vKqFWx/_new  2015-09-27 08:37:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtx11extras
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,11 @@
 %define libname libQt5X11Extras5
 
 Name:   libqt5-qtx11extras
-Version:5.4.2
+Version:5.5.0
 Release:0
 %define base_name libqt5
-%define real_version 5.4.2
-%define so_version 5.4.2
+%define real_version 5.5.0
+%define so_version 5.5.0
 %define tar_version qtx11extras-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source1:baselibs.conf

++ qtx11extras-opensource-src-5.4.2.tar.xz -> 
qtx11extras-opensource-src-5.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtx11extras-opensource-src-5.4.2/.qmake.conf 
new/qtx11extras-opensource-src-5.5.0/.qmake.conf
--- old/qtx11extras-opensource-src-5.4.2/.qmake.conf2015-05-29 
22:31:39.0 +0200
+++ new/qtx11extras-opensource-src-5.5.0/.qmake.conf2015-06-29 
22:13:47.0 +0200
@@ -1,3 +1,3 @@
 load(qt_build_config)
 
-MODULE_VERSION = 5.4.2
+MODULE_VERSION = 5.5.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtx11extras-opensource-src-5.4.2/.tag 
new/qtx11extras-opensource-src-5.5.0/.tag
--- old/qtx11extras-opensource-src-5.4.2/.tag   2015-05-29 22:31:39.0 
+0200
+++ new/qtx11extras-opensource-src-5.5.0/.tag   2015-06-29 22:13:47.0 
+0200
@@ -1 +1 @@
-bcc86311359e138ecc3a8fc1ce6eee1cda2ec0f5
+e6a813c7869fb3677b15b3907bd6647b5f80bd5e
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtx11extras-opensource-src-5.4.2/LGPL_EXCEPTION.txt 
new/qtx11extras-opensource-src-5.5.0/LGPL_EXCEPTION.txt
--- old/qtx11extras-opensource-src-5.4.2/LGPL_EXCEPTION.txt 2015-05-29 
22:31:39.0 +0200
+++ new/qtx11extras-opensource-src-5.5.0/LGPL_EXCEPTION.txt 2015-06-29 
22:13:47.0 +0200
@@ -1,4 +1,4 @@
-Digia Qt LGPL Exception version 1.1
+The Qt Company Qt LGPL Exception version 1.1
 
 As an additional permission to the GNU Lesser General Public License version
 2.1, the object code form of a "work that uses the Library" may incorporate
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtx11extras-opensource-src-5.4.2/LICENSE.GPLv2 
new/qtx11extras-opensource-src-5.5.0/LICENSE.GPLv2
--- old/qtx11extras-opensource-src-5.4.2/LICENSE.GPLv2  2015-05-29 
22:31:39.0 +0200
+++ new/qtx11extras-opensource-src-5.5.0/LICENSE.GPLv2  2015-06-29 
22:13:47.0 +0200
@@ -1,7 +1,7 @@
 GNU GENERAL PUBLIC LICENSE
 
- The Qt Toolkit is Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
- Contact: http://www.qt-project.org/legal
+ The Qt Toolkit is Copyright (C) 2015 The Qt Company Ltd.
+ Contact: http://www.qt.io/licensing/
 
  You may use, distribute and copy the Qt GUI Toolkit under the terms of
  GNU General Public License version 2, which is displayed below.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtx11extras-opensource-src-5.4.2/LICENSE.LGPLv21 
new/qtx11extras-opensource-src-5.5.0/LICENSE.LGPLv21
--- old/qtx11extras-opensource-src-5.4.2/LICENSE.LGPLv212015-05-29 
22:31:39.0 +0200
+++ 

commit rubygem-hoe for openSUSE:Factory

2015-09-27 Thread h_root


bindTpBV58_OS.bin
Description: Binary data


commit caja for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package caja for openSUSE:Factory checked in 
at 2015-09-27 08:40:05

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.changes2015-07-21 
13:29:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.caja.new/caja.changes   2015-09-27 
08:39:29.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 24 16:43:59 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.4:
+  * Fix a crash when using undo following a file deletion.
+
+---

Old:

  caja-1.10.3.tar.xz

New:

  caja-1.10.4.tar.xz



Other differences:
--
++ caja.spec ++
--- /var/tmp/diff_new_pack.UgPWcy/_old  2015-09-27 08:39:29.0 +0200
+++ /var/tmp/diff_new_pack.UgPWcy/_new  2015-09-27 08:39:29.0 +0200
@@ -20,7 +20,7 @@
 %define typelib typelib-1_0-Caja-2_0
 %define _version 1.10
 Name:   caja
-Version:1.10.3
+Version:1.10.4
 Release:0
 Summary:File manager for the MATE desktop
 License:GPL-2.0 and LGPL-2.0
@@ -44,7 +44,7 @@
 BuildRequires:  pkgconfig(pangox)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(unique-1.0)
-Recommends: %{name}-lang = %{version}
+Recommends: %{name}-lang
 Provides:   mate-file-manager = %{version}
 Obsoletes:  mate-file-manager < %{version}
 Obsoletes:  mate-file-manager-lang < %{version}

++ caja-1.10.3.tar.xz -> caja-1.10.4.tar.xz ++
 24715 lines of diff (skipped)




commit enlightenment for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package enlightenment for openSUSE:Factory 
checked in at 2015-09-27 08:39:50

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


Package is "enlightenment"

Changes:

--- /work/SRC/openSUSE:Factory/enlightenment/enlightenment.changes  
2015-06-11 08:23:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.enlightenment.new/enlightenment.changes 
2015-09-27 08:39:13.0 +0200
@@ -1,0 +2,158 @@
+Wed Sep 23 04:44:54 UTC 2015 - si...@simotek.net
+
+- Remove unneeded debug from spec
+
+---
+Wed Sep 23 03:23:33 UTC 2015 - si...@simotek.net
+
+- Belated changelog entry for removing some pages from the wizard
+  this also means set_default_system_language.patch is no longer required
+
+---
+Thu Sep 17 12:38:17 UTC 2015 - si...@simotek.net
+
+- Add network manager intergration including 
feature-network-manager-wizard.patch 
+
+---
+Tue Sep 15 06:01:47 UTC 2015 - si...@simotek.net
+
+- bump to 0.19.10
+  * Remove enlightenment-0.19.9-fix-font-loading.patch (included upstream)
+Tickets Resolved:
+
+T1732
+T1923
+T2690
+T2703
+T2717
+ 
+e comp - set rects to null to silence compiler warning
+fix x11 compositor to use damage events
+explicitly show the client object of internal window during show
+force-disable refocus during desk flip on client activation
+unshade clients when activating
+ensure that normal clients are stacked below overrides when raising
+add extreme hacks to enforce nocomp stacking policies
+set 'starting' flag for desk show in e_zone_desk_count_set()
+ensure that non-fullscreen nocomp clients have their layers re-set
+Wizard: Update icon theme search list
+
+---
+Sun Sep  6 08:15:42 UTC 2015 - si...@simotek.net
+
+- Add enlightenment-0.19.9-fix-font-loading.patch
+  * Already upstream in what will become 0.19.10 and
+0.20.0
+  * Currently we don't ship the icon sets e looks for
+
+---
+Sun Aug 23 11:42:06 UTC 2015 - si...@simotek.net
+
+- bump to 0.19.9
+Full Release Notes:
+https://phab.enlightenment.org/phame/live/3/post/e19_9_release/
+
+Tickets resolved:
+
+T2045
+T2127
+T2462
+T2492
+T2585
+T2645
+T2674
+T2676
+
+---
+Thu Aug  6 06:25:11 UTC 2015 - si...@simotek.net
+
+- bump to 0.19.8 -skipped .6 - .7
+  
+Full release notes:
+https://phab.enlightenment.org/phame/live/3/post/e19_6_release/
+https://phab.enlightenment.org/phame/live/3/post/e19_7_release/
+https://phab.enlightenment.org/phame/live/3/post/e19_8_release/
+
+Tickets resolved: 
+  0.19.6
+T2259
+T2277
+T2411
+T2547
+T2566
+T2594
+  0.19.8
+T2071
+T2210
+T2423
+T2604
+T2642
+
+Changes:
+0.19.6
+passive window grabs - fix side-effect leave/enter events on clients
+enlightenment: Make E build again with EFL from git
+wizard: Prevent crash
+wizard: Prevent crash
+reject client fullscreening based on config and desk visibility
+force xwindow stacking to obey nocomp policy and stack below current nocomp
+allow new fullscreening clients to replace current nocomp where applicable
+fix focusing client on mouse events which trigger actions (with exceptions)
+fix shelf visibility state signals
+fix eo errors for ilist icon select state
+allow layer-blocked clients in deskmirror to restack
+return an accurate value for override clients in e_comp_object_util_zone_get()
+only apply deskmirror client visibility logic for non-deleted clients
+stop rejecting possibly-valid x11 focus events
+check for possible parent window on x11 mouse button events
+fix focus FIXME regarding focus-setting on clients from other desks
+unset changes.visible when forcing visibility during no-effect desk flip
+add E_Client->mouse.in for determining mouse-in status
+trigger fake mouse-out on clients when unsetting focus
+trigger client mouse-in on x11 mouse movement for non-action clients
+enforce pstate's extremely-confusing no_turbo option in cpufreq
+use client window for x11 button ungrabbing
+redo all x11 client mouse grabbing for focus
+straggler ungrab of x11 parent window from previous commit
+ensure x11 focus grabs are applied on client init when needed
+only ungrab x11 windows when appropriate focus options are set
+reject x11 replay clicks when event window != client window
+do not apply x11 focus grabs to internal clients if efl version > 1.14
+make e_client_util_desk_visible() work for overrides without desks
+make pager popups only trigger on 

commit rubygem-mixlib-shellout for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mixlib-shellout for 
openSUSE:Factory checked in at 2015-09-27 08:39:32

Comparing /work/SRC/openSUSE:Factory/rubygem-mixlib-shellout (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-mixlib-shellout.new (New)


Package is "rubygem-mixlib-shellout"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-mixlib-shellout/rubygem-mixlib-shellout.changes
  2015-09-08 17:47:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mixlib-shellout.new/rubygem-mixlib-shellout.changes
 2015-09-27 08:38:53.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 12 04:31:10 UTC 2015 - co...@suse.com
+
+- updated to version 2.2.1
+  no changelog found
+
+---

Old:

  mixlib-shellout-2.2.0.gem

New:

  mixlib-shellout-2.2.1.gem



Other differences:
--
++ rubygem-mixlib-shellout.spec ++
--- /var/tmp/diff_new_pack.E0OB8z/_old  2015-09-27 08:38:54.0 +0200
+++ /var/tmp/diff_new_pack.E0OB8z/_new  2015-09-27 08:38:54.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mixlib-shellout
-Version:2.2.0
+Version:2.2.1
 Release:0
 %define mod_name mixlib-shellout
 %define mod_full_name %{mod_name}-%{version}

++ mixlib-shellout-2.2.0.gem -> mixlib-shellout-2.2.1.gem ++
 3522 lines of diff (skipped)




commit elementary for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package elementary for openSUSE:Factory 
checked in at 2015-09-27 08:39:43

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


Package is "elementary"

Changes:

--- /work/SRC/openSUSE:Factory/elementary/elementary.changes2015-09-08 
18:05:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.elementary.new/elementary.changes   
2015-09-27 08:39:07.0 +0200
@@ -1,0 +2,36 @@
+Mon Sep 21 07:03:17 UTC 2015 - sch...@suse.de
+
+- Require pkgconfig(lua-5.1) instead of pkgconfig(lua) < 5.2
+
+---
+Thu Sep 17 00:44:10 UTC 2015 - si...@simotek.net
+
+- Add fix-elm-toolbar-0-size-1.15.2.patch to fix a terminology bug
+Should be removed after the 1.15.2 release
+
+---
+Tue Sep 15 05:58:38 UTC 2015 - si...@simotek.net
+
+- Bump to 1.15.1 bugfix
+Feature:
+popup: make scroller optional in popup (T2651)
+Fixes:
+focus: add del callback always.
+Tooltip: reset content delete callback directly after invocation
+elm_toolbar: fix icon_size to consider edje base scale
+spinner: Add to support spinner value %d format.
+cnp: init wayland dnd handlers upon creating the first drop target
+cnp: initialize Elm_Selection_Data.action for wayland drops
+cnp: fix wayland drop format selection
+cnp: pass wayland drop event size to handler, do not nul terminate drop 
data
+cnp: end wayland drag on allocation failure
+cnp: only nul terminate wayland drops for text type drops
+cnp: redo wayland drop to nul terminate for text_uri drops and free on 
every drop
+list: fix crash while setting nearest item in viewport (T2662)
+scroller: fix the focus move bug in scroller.
+scroller: fix the misstake. change && -> ||
+elm_win: Initilize the variable 'preferred_rot' as a -1 before invoking 
_elm_win_xwin_update() in _elm_win_finalize_internal().
+scroller: fix memory leak on keys traversal
+
+
+---

Old:

  elementary-1.15.0.tar.xz

New:

  elementary-1.15.1.tar.xz
  fix-elm-toolbar-0-size-1.15.2.patch



Other differences:
--
++ elementary.spec ++
--- /var/tmp/diff_new_pack.4rVTcT/_old  2015-09-27 08:39:08.0 +0200
+++ /var/tmp/diff_new_pack.4rVTcT/_new  2015-09-27 08:39:08.0 +0200
@@ -27,7 +27,7 @@
 %define efl_version1.15.0
 
 Name:   elementary
-Version:1.15.0
+Version:1.15.1
 Release:0
 
 Summary:The widget set for enlightenment
@@ -35,6 +35,8 @@
 Group:  System/Libraries
 Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.xz
+# Bugfix effecting users, remove for 1.15.2 release
+Patch0: fix-elm-toolbar-0-size-1.15.2.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
@@ -48,8 +50,12 @@
 %if %luajit_present
 BuildRequires:  pkgconfig(luajit)
 %else
+%if 0%{suse_version} >= 1330
+BuildRequires:  pkgconfig(lua-5.1)
+%else
 BuildRequires:  pkgconfig(lua) < 5.2
 %endif
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(ecore) >= %efl_version
 BuildRequires:  pkgconfig(ecore-con) >= %efl_version
@@ -102,8 +108,12 @@
 %if %luajit_present
 Requires:   pkgconfig(luajit)
 %else
+%if 0%{suse_version} >= 1330
+Requires:   pkgconfig(lua-5.1)
+%else
 Requires:   pkgconfig(lua) < 5.2
 %endif
+%endif
 
 %description devel
 Development files for Elementary library.
@@ -147,6 +157,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %if %build_doc

++ elementary-1.15.0.tar.xz -> elementary-1.15.1.tar.xz ++
/work/SRC/openSUSE:Factory/elementary/elementary-1.15.0.tar.xz 
/work/SRC/openSUSE:Factory/.elementary.new/elementary-1.15.1.tar.xz differ: 
char 25, line 1

++ fix-elm-toolbar-0-size-1.15.2.patch ++
 655 lines (skipped)




commit extreme-tuxracer for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package extreme-tuxracer for 
openSUSE:Factory checked in at 2015-09-27 08:39:54

Comparing /work/SRC/openSUSE:Factory/extreme-tuxracer (Old)
 and  /work/SRC/openSUSE:Factory/.extreme-tuxracer.new (New)


Package is "extreme-tuxracer"

Changes:

--- /work/SRC/openSUSE:Factory/extreme-tuxracer/extreme-tuxracer.changes
2015-01-14 11:45:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.extreme-tuxracer.new/extreme-tuxracer.changes   
2015-09-27 08:39:17.0 +0200
@@ -1,0 +2,11 @@
+Wed Sep 23 16:14:16 UTC 2015 - nemy...@opensuse.org
+
+- Use %{oname} instead of etr
+- Change URL
+- Use BuildRequires pkgconfig() instead of devel packages
+- Add BuildRequires for dos2unix
+- Change Description
+- Use default autoreconf -fi and %make_install
+- Use for suse_update_desktop_file and fdupes %if 0%{?suse_version}
+
+---



Other differences:
--
++ extreme-tuxracer.spec ++
--- /var/tmp/diff_new_pack.LUzk2S/_old  2015-09-27 08:39:18.0 +0200
+++ /var/tmp/diff_new_pack.LUzk2S/_new  2015-09-27 08:39:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package extreme-tuxracer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,26 @@
 #
 
 
+%define oname   etr
+
 Name:   extreme-tuxracer
 Version:0.6.0
 Release:0
 Summary:Open source racing game featuring Tux the Linux Penguin
-%global pkgsummary %summary
 License:GPL-2.0
 Group:  Amusements/Games/3D/Race
-Url:http://www.extremetuxracer.com
-Source: 
http://downloads.sourceforge.net/extremetuxracer/etr-%{version}.tar.xz
-BuildRequires:  SDL-devel
-BuildRequires:  SDL_mixer-devel
-BuildRequires:  SDL_image-devel
-BuildRequires:  fdupes
-BuildRequires:  freetype2-devel
+%global pkgsummary %summary
+Url:http://sourceforge.net/projects/extremetuxracer/
+Source: 
http://downloads.sourceforge.net/extremetuxracer/%{oname}-%{version}.tar.xz
+BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
 BuildRequires:  libtool
-BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(SDL_image)
+BuildRequires:  pkgconfig(SDL_mixer)
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(sdl)
+
 %if 0%{?sles_version}
 BuildRequires:  Mesa-devel
 BuildRequires:  xorg-x11-libXmu-devel
@@ -46,34 +48,45 @@
 BuildRequires:  pkgconfig(xt)
 %endif
 %if 0%{?suse_version}
+BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Extreme Tux Racer is an open source racing game featuring Tux the Linux
-Penguin. ETRacer continues in the tracks of Tux Racer and its forks.
+Extreme Tux Racer is an open source racing game featuring Tux
+the Linux Penguin. Extreme Tux Racer continues in the tracks
+of Tux Racer and its forks.
 
 %prep
-%setup -q -n etr-%{version}
+%setup -q -n %{oname}-%{version}
+
+# Convert to unix line end
+dos2unix gui.h gui.cpp ogl.cpp race_select.cpp version.rc 
data/char/samuel/start.lst
 
 %build
-NOCONFIGURE=1 ./autogen.sh
+autoreconf -fi
+
 %configure
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
-%suse_update_desktop_file etr
-%fdupes -s %{buildroot}%{_datadir}
-rm -rf %{buildroot}%{_datadir}/doc
+%make_install
+
+%if 0%{?suse_version}
+%suse_update_desktop_file %{oname}
+%fdupes -s %{buildroot}%{_prefix}
+%endif
+
+# Remove not needed files
+rm -fr %{buildroot}%{_datadir}/doc
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING doc/code doc/courses_events doc/guide doc/score_algorithm
-%{_bindir}/etr
-%{_datadir}/etr/
-%{_datadir}/pixmaps/etr.png
-%{_datadir}/applications/etr.desktop
+%{_bindir}/%{oname}
+%{_datadir}/%{oname}/
+%{_datadir}/pixmaps/%{oname}.png
+%{_datadir}/applications/%{oname}.desktop
 
 %changelog




commit rsnapshot for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package rsnapshot for openSUSE:Factory 
checked in at 2015-09-27 08:39:41

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


Package is "rsnapshot"

Changes:

--- /work/SRC/openSUSE:Factory/rsnapshot/rsnapshot.changes  2015-04-13 
20:30:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.rsnapshot.new/rsnapshot.changes 2015-09-27 
08:39:03.0 +0200
@@ -1,0 +2,44 @@
+Mon Sep 21 09:21:47 UTC 2015 - mplus...@suse.com
+
+- Update to 1.4.1
+  * Capture rsync's output right (Github issue 102)
+- Changes for 1.4.0
+  * Tidy the code with perltidy
+  * Fix --rsh command line option
+  * The --rsh option of rsync got errornously quoted (Debian Bug #743310)
+  *  Define traps to unmount LVM parts after fail If you use LVM 
+snapshots and rsnapshot fails, rsnapshot will unmount and 
+remove the snapshot, too.
+  * cd to home before executing a command
+  * if($use_lazy_deletes): remove lockfile in any case
+  * Bail on failing cmd_(pre|post)exec If one of those commands 
+fails, rsnapshot will exit with exit code != 0
+  * Capture output from rsync and print/log if level is >=4
+  * Print rsnpashot's PID when logging to syslog, instead of the 
+logger's PID.
+  * make script uses pod2man instead of /usr/bin/pod2man
+  * rsnapshot-diff: Fixed removed files reported as addition (+ mark)
+  * Introduction of backup_exec resource for running unix commands
+interspersed with backup and backup_script jobs.
+  * check for SIGPIPE, mainly in case cron fails when trying to mail
+(this is probably why rsnapshot dies mysteriously if it outputs when
+called by cron on a system which does not have mail working).
+  * add test case for -t showing --link-dest when there is only one snapshot
+  * if gnu_cp_al fails, test out a simple cp -al command before suggesting
+that the cp does not support -al.
+  * When snapshot_root does not exist, check existence of parent directories.
+  * include_conf `command` now strips backticks before execution (bug fix
+based on suggestion from David Osborn).
+  * Ignore extraneous output from lvremove command.  (patch by Tim Connors)
+  * Update current maintainer status in Authors section of man page.
+(David Cantrell stepped down between 1.3.0 and 1.3.1.)
+  * Remove some old (1.1.x -> 1.2.0) upgrade notices from man page.
+  * Allow linux_lvm_cmd_* in config file to have options also.
+  * Allow `backticks with options` in include_conf.
+  * Fix inaccurate omission of --link-dest in test-mode output
+  * rsnapshot-diff: Add -s option to show size of each file.
+- Drop no longer needed patches 
+  * rsnapshot-1.3.1-perl5.18.patch
+  * rsnapshot-1.3.1-no_usr_local.patch
+
+---

Old:

  rsnapshot-1.3.1-no_usr_local.patch
  rsnapshot-1.3.1-perl5.18.patch
  rsnapshot-1.3.1.tar.gz

New:

  rsnapshot-1.4.1.tar.gz



Other differences:
--
++ rsnapshot.spec ++
--- /var/tmp/diff_new_pack.QkRUn5/_old  2015-09-27 08:39:04.0 +0200
+++ /var/tmp/diff_new_pack.QkRUn5/_new  2015-09-27 08:39:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rsnapshot
-Version:1.3.1
+Version:1.4.1
 Release:0
 Summary:Backup program using hardlinks
 License:GPL-2.0+
@@ -25,8 +25,6 @@
 Url:http://www.rsnapshot.org/
 Source0:http://rsnapshot.org/downloads/%{name}-%{version}.tar.gz
 Patch1: rsnapshot-config.patch
-Patch2: rsnapshot-1.3.1-no_usr_local.patch
-Patch3: rsnapshot-1.3.1-perl5.18.patch
 BuildRequires:  openssh
 BuildRequires:  perl
 BuildRequires:  rsync
@@ -54,10 +52,10 @@
 %prep
 %setup -q
 %patch1
-%patch2
-%patch3
 
 %build
+# replace hardcoded /usr/local
+find . -type f -exec sed -i "s|usr/local|usr|g" {} +
 %configure
 make %{?_smp_mflags}
 
@@ -72,11 +70,11 @@
 
 %files
 %defattr(-,root,root)
+%doc AUTHORS COPYING ChangeLog README.md
 %{_bindir}/rsnapshot
 %{_bindir}/rsnapshot-diff
 %config(noreplace) %{_sysconfdir}/rsnapshot.conf
 %config %{_sysconfdir}/rsnapshot.conf.default
-%doc AUTHORS COPYING ChangeLog README TODO
 %{_mandir}/man1/rsnapshot.1.gz
 %{_mandir}/man1/rsnapshot-diff.1.gz
 

++ rsnapshot-1.3.1.tar.gz -> rsnapshot-1.4.1.tar.gz ++
 38759 lines of diff (skipped)

++ rsnapshot-config.patch ++
--- /var/tmp/diff_new_pack.QkRUn5/_old  2015-09-27 08:39:04.0 +0200
+++ /var/tmp/diff_new_pack.QkRUn5/_new  2015-09-27 08:39:04.0 +0200
@@ -1,6 +1,8 @@
 rsnapshot.conf.default.in
+Index: rsnapshot.conf.default.in
+===
+--- 

commit libyui-qt-pkg for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt-pkg for openSUSE:Factory 
checked in at 2015-09-27 08:39:01

Comparing /work/SRC/openSUSE:Factory/libyui-qt-pkg (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new (New)


Package is "libyui-qt-pkg"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt-pkg/libyui-qt-pkg.changes  
2015-07-05 17:54:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new/libyui-qt-pkg.changes 
2015-09-27 08:38:22.0 +0200
@@ -1,0 +2,31 @@
+Wed Sep 16 17:29:23 CEST 2015 - mvid...@suse.com
+
+- Reorganized git for easier tarball creation:
+  - RPM spec files are kept in git verbatim, not as templates
+  - no longer call PREP_SPEC_FILES in CMakeLists.common
+- No functional change but version bumped to push the package
+  down the pipeline (boo#946079).
+
+---
+Tue Sep  8 17:37:06 CEST 2015 - shundham...@suse.de
+
+- Allow to delete single versions of multiversion packages
+  (bsc#943870)
+- 2.45.3
+
+---
+Wed Aug 26 18:08:36 CEST 2015 - shundham...@suse.de
+
+- Fixed crash in conflict resolver dialog:
+  No longer call libzypp function that always returns null pointer
+  (bsc#941398)
+- 2.45.2 
+
+---
+Wed Aug 12 19:10:53 CEST 2015 - shundham...@suse.de
+
+- Handle mixed multiversion packages (fate#318778)
+- Fixed libzypp deprecated warning
+- 2.45.1 
+
+---

Old:

  libyui-qt-pkg-2.45.0.tar.bz2

New:

  libyui-qt-pkg-2.45.4.tar.bz2



Other differences:
--
++ libyui-qt-pkg-doc.spec ++
--- /var/tmp/diff_new_pack.vYQuyy/_old  2015-09-27 08:38:23.0 +0200
+++ /var/tmp/diff_new_pack.vYQuyy/_new  2015-09-27 08:38:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt-pkg-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,13 @@
 #
 
 
-Name:   libyui-qt-pkg-doc
-Version:2.45.0
+%define parent libyui-qt-pkg
+%define so_version 7
+
+Name:   %{parent}-doc
+Version:2.45.4
 Release:0
-Source: libyui-qt-pkg-%{version}.tar.bz2
+Source: %{parent}-%{version}.tar.bz2
 
 BuildArch:  noarch
 
@@ -46,7 +49,7 @@
 
 %prep
 
-%setup -n libyui-qt-pkg-%{version}
+%setup -n %{parent}-%{version}
 
 %build
 
@@ -67,13 +70,13 @@
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
 
-%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-qt-pkg6
+%fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version}
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}/libyui-qt-pkg6
+%doc %{_docdir}/%{parent}%{so_version}
 
 %changelog

++ libyui-qt-pkg.spec ++
--- /var/tmp/diff_new_pack.vYQuyy/_old  2015-09-27 08:38:23.0 +0200
+++ /var/tmp/diff_new_pack.vYQuyy/_new  2015-09-27 08:38:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt-pkg
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,12 @@
 
 
 Name:   libyui-qt-pkg
-Version:2.45.0
+Version:2.45.4
 Release:0
-Source: libyui-qt-pkg-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
+
+%define so_version 7
+%define bin_name %{name}%{so_version}
 
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8
@@ -32,7 +35,7 @@
 
 %define libyui_qt_devel_version libyui-qt-devel >= 2.43.3
 BuildRequires:  %{libyui_qt_devel_version}
-%define libzypp_devel_version   libzypp-devel >= 12.5.0
+%define libzypp_devel_version   libzypp-devel >= 15.14.0
 BuildRequires:  %{libzypp_devel_version}
 
 Url:http://github.com/libyui/
@@ -45,10 +48,10 @@
 component for libYUI.
 
 
-%package -n libyui-qt-pkg6
+%package -n %{bin_name}
 
-Requires:   libyui6
-Provides:   libyui-qt-pkg = %{version}
+Requires:   libyui%{so_version}
+Provides:   %{name} = %{version}
 
 Provides:   yast2-qt-pkg = 2.42.0
 Obsoletes:  yast2-qt-pkg < 2.42.0
@@ -64,7 +67,7 @@
 Summary:Libyui - Qt Package Selector
 Group:  System/Libraries
 
-%description -n libyui-qt-pkg6
+%description -n %{bin_name}
 This package 

commit libzypp for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2015-09-27 08:39:17

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


Package is "libzypp"

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2015-08-15 
11:38:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2015-09-27 
08:38:40.0 +0200
@@ -1,0 +2,84 @@
+Fri Sep 25 11:42:28 CEST 2015 - m...@suse.de
+
+- Pattern: support dynamic computation of pattern visibility (bsc#900769)
+- Avoid URL rewrite if probing local cache directories (bsc#946129)
+- version 15.17.1 (14)
+
+---
+Mon Sep 21 16:57:45 CEST 2015 - m...@suse.de
+
+- Dummy (FATE#318827) to make Sles-changelog-checker stop whining.
+- version 15.17.0 (14)
+
+---
+Mon Sep 21 16:09:50 CEST 2015 - m...@suse.de
+
+- Glob: fix reserved identifier violation
+- version 15.16.2 (14)
+
+---
+Tue Sep 15 15:02:45 CEST 2015 - m...@suse.de
+
+- CheckAccessDeleted: Identify services by systemd cgroup (FATE#318827)
+- version 15.16.1 (14)
+
+---
+Mon Sep 14 12:21:30 CEST 2015 - m...@suse.de
+
+- Reload multiversion setting from the target zypp.conf (bnc#906096)
+- version 15.16.0 (14)
+
+---
+Sun Sep 13 01:15:26 CEST 2015 - m...@suse.de
+
+- Update sle-zypp-po.tar.bz2
+
+---
+Sun Sep 13 01:13:30 CEST 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Sep 10 01:16:00 CEST 2015 - m...@suse.de
+
+- Update sle-zypp-po.tar.bz2
+
+---
+Fri Sep  4 13:49:33 CEST 2015 - m...@suse.de
+
+- Don't cache repo releasever (bnc#943563)
+- Selectable: allow setPickStatus for non-multiversion packages
+  (bnc#943870)
+- ResPoolProxy: add ScopedSaveState
+- version 15.15.0 (14)
+
+---
+Tue Sep  1 18:19:27 CEST 2015 - m...@suse.de
+
+- zypp.conf: add solver.dupAllow{Downgrade,NameChange,ArchChange,
+  VendorChange} default options for tuning distribution upgrades.
+- Remove obsolete method (bsc#941398) (fixes #50)
+- fix invalid XML (bnc#942518)
+- version 15.14.0 (14)
+
+---
+Sun Aug 30 01:13:07 CEST 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Aug 27 01:14:20 CEST 2015 - m...@suse.de
+
+- Update sle-zypp-po.tar.bz2
+
+---
+Thu Aug 20 01:13:09 CEST 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Sun Aug 16 01:13:23 CEST 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---

Old:

  libzypp-15.13.0.tar.bz2

New:

  libzypp-15.17.1.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.LsHARb/_old  2015-09-27 08:38:41.0 +0200
+++ /var/tmp/diff_new_pack.LsHARb/_new  2015-09-27 08:38:41.0 +0200
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:15.13.0
+Version:15.17.1
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management

++ libzypp-15.13.0.tar.bz2 -> libzypp-15.17.1.tar.bz2 ++
 1642 lines of diff (skipped)




commit goobox for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package goobox for openSUSE:Factory checked 
in at 2015-09-27 08:40:00

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


Package is "goobox"

Changes:

--- /work/SRC/openSUSE:Factory/goobox/goobox.changes2015-04-16 
14:13:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.goobox.new/goobox.changes   2015-09-27 
08:39:24.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 23 17:55:38 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.4.1:
+  + Command line arguments not handled correctly.
+  + Fix possible crash.
+  + Updated translations.
+
+---

Old:

  goobox-3.4.0.tar.xz

New:

  goobox-3.4.1.tar.xz



Other differences:
--
++ goobox.spec ++
--- /var/tmp/diff_new_pack.mLnGr9/_old  2015-09-27 08:39:25.0 +0200
+++ /var/tmp/diff_new_pack.mLnGr9/_new  2015-09-27 08:39:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   goobox
-Version:3.4.0
+Version:3.4.1
 Release:0
 # FIXME: Enable libcoverart support.
 Summary:CD Player and Ripper for GNOME

++ goobox-3.4.0.tar.xz -> goobox-3.4.1.tar.xz ++
 2417 lines of diff (skipped)




commit cgit for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package cgit for openSUSE:Factory checked in 
at 2015-09-27 08:40:10

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


Package is "cgit"

Changes:

--- /work/SRC/openSUSE:Factory/cgit/cgit.changes2015-06-15 
17:48:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.cgit.new/cgit.changes   2015-09-27 
08:39:33.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 24 14:47:29 UTC 2015 - jeng...@inai.de
+
+- Update bundled git tarball to 2.5.3
+
+---

Old:

  git-2.4.3.tar.sign
  git-2.4.3.tar.xz

New:

  git-2.5.3.tar.sign
  git-2.5.3.tar.xz



Other differences:
--
++ cgit.spec ++
--- /var/tmp/diff_new_pack.b2rTyF/_old  2015-09-27 08:39:34.0 +0200
+++ /var/tmp/diff_new_pack.b2rTyF/_new  2015-09-27 08:39:34.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define git_version2.4.3
+%define git_version2.5.3
 
 Name:   cgit
 Version:0.11.2

++ git-2.4.3.tar.xz -> git-2.5.3.tar.xz ++
 86570 lines of diff (skipped)




commit wcd for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2015-09-27 08:40:31

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


Package is "wcd"

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2015-04-21 10:52:51.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes 2015-09-27 
08:39:54.0 +0200
@@ -1,0 +2,9 @@
+Sat Sep 26 12:12:29 UTC 2015 - water...@xs4all.nl
+
+- Update to 5.3.0: 
+  - Faster loading of the graphical tree, in about one third less time.
+  - Fix reading UTF-16 treedata files.
+  - Fix: Check for file I/O errors while reading files. These can happen
+after a file was opened without problems.
+
+---

Old:

  wcd-5.2.7.tar.gz

New:

  wcd-5.3.0.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.OzkW1b/_old  2015-09-27 08:39:55.0 +0200
+++ /var/tmp/diff_new_pack.OzkW1b/_new  2015-09-27 08:39:55.0 +0200
@@ -18,7 +18,7 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:5.2.7
+Version:5.3.0
 Release:0
 Summary:Chdir for DOS and Unix
 License:GPL-2.0

++ wcd-5.2.7.tar.gz -> wcd-5.3.0.tar.gz ++
 11299 lines of diff (skipped)




commit python3-numexpr for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package python3-numexpr for openSUSE:Factory 
checked in at 2015-09-27 08:40:38

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


Package is "python3-numexpr"

Changes:

--- /work/SRC/openSUSE:Factory/python3-numexpr/python3-numexpr.changes  
2015-05-02 21:43:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-numexpr.new/python3-numexpr.changes 
2015-09-27 08:40:00.0 +0200
@@ -1,0 +2,13 @@
+Sun Sep 27 01:01:19 UTC 2015 - a...@gmx.de
+
+- update to version 2.4.4:
+  * Honor OMP_NUM_THREADS as a fallback in case NUMEXPR_NUM_THREADS is
+not set. Fixes #161. (PR #175, Stefan Erb).
+  * Added support for AppVeyor (PR #178 Andrea Bedini)
+  * Fix to allow numexpr to be imported after eventlet.monkey_patch(),
+as suggested in #118 (PR #180 Ben Moran).
+  * Fix harmless data race that triggers false positives in
+ThreadSanitizer. (PR #179, Clement Courbet).
+  * Fixed some string tests on Python 3 (PR #182, Antonio Valentino).
+
+---

Old:

  numexpr-2.4.3.tar.gz

New:

  numexpr-2.4.4.tar.gz



Other differences:
--
++ python3-numexpr.spec ++
--- /var/tmp/diff_new_pack.MrSWU1/_old  2015-09-27 08:40:01.0 +0200
+++ /var/tmp/diff_new_pack.MrSWU1/_new  2015-09-27 08:40:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-numexpr
-Version:2.4.3
+Version:2.4.4
 Release:0
 Url:https://github.com/pydata/numexpr
 Summary:Fast numerical expression evaluator for NumPy

++ numexpr-2.4.3.tar.gz -> numexpr-2.4.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numexpr-2.4.3/ANNOUNCE.rst 
new/numexpr-2.4.4/ANNOUNCE.rst
--- old/numexpr-2.4.3/ANNOUNCE.rst  2015-04-27 17:45:42.0 +0200
+++ new/numexpr-2.4.4/ANNOUNCE.rst  2015-09-14 17:54:37.0 +0200
@@ -1,5 +1,5 @@
 =
- Announcing Numexpr 2.4.3
+ Announcing Numexpr 2.4.4
 =
 
 Numexpr is a fast numerical expression evaluator for NumPy.  With it,
@@ -21,13 +21,15 @@
 What's new
 ==
 
-This is a maintenance release to cope with an old bug affecting
-comparisons with empty strings.  Fixes #121 and PyTables #184.
+This is a maintenance release which contains several bug fixes, like
+better testing on Python3 platform and some harmless data race.  Among
+the enhancements, AppVeyor support is here and OMP_NUM_THREADS is
+honored as a fallback in case NUMEXPR_NUM_THREADS is not set.
 
 In case you want to know more in detail what has changed in this
 version, see:
 
-https://github.com/pydata/numexpr/wiki/Release-Notes
+https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
 
 or have a look at RELEASE_NOTES.txt in the tarball.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numexpr-2.4.3/AUTHORS.txt 
new/numexpr-2.4.4/AUTHORS.txt
--- old/numexpr-2.4.3/AUTHORS.txt   2013-12-01 00:32:07.0 +0100
+++ new/numexpr-2.4.4/AUTHORS.txt   2015-09-14 17:18:15.0 +0200
@@ -18,3 +18,5 @@
 enhancements.
 
 Antonio Valentino contributed the port to Python 3.
+
+Google Inc. contributed bug fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numexpr-2.4.3/PKG-INFO new/numexpr-2.4.4/PKG-INFO
--- old/numexpr-2.4.3/PKG-INFO  2015-04-27 17:47:24.0 +0200
+++ new/numexpr-2.4.4/PKG-INFO  2015-09-14 18:06:33.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: numexpr
-Version: 2.4.3
+Version: 2.4.4
 Summary: Fast numerical expression evaluator for NumPy
 Home-page: https://github.com/pydata/numexpr
 Author: David M. Cooke, Francesc Alted and others
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numexpr-2.4.3/README.rst new/numexpr-2.4.4/README.rst
--- old/numexpr-2.4.3/README.rst2015-04-14 14:29:26.0 +0200
+++ new/numexpr-2.4.4/README.rst2015-09-14 17:47:39.0 +0200
@@ -1,3 +1,24 @@
+=
+Numexpr: a fast Python evaluator of NumPy expressions
+=
+
+:Author: Francesc Alted
+:Contact: fal...@gmail.com
+:URL: https://github.com/pydata/numexpr
+:Travis CI: |travis|
+:Appveyor: |appveyor|
+:PyPi: |version| |pypi|
+
+.. |travis| image:: https://travis-ci.org/pydata/numexpr.png?branch=master
+:target: https://travis-ci.org/pydata/numexpr
+.. |appveyor| image:: 

commit soxr for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package soxr for openSUSE:Factory checked in 
at 2015-09-27 08:40:08

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


Package is "soxr"

Changes:

--- /work/SRC/openSUSE:Factory/soxr/soxr.changes2015-07-02 
22:46:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.soxr.new/soxr.changes   2015-09-27 
08:39:32.0 +0200
@@ -1,0 +2,17 @@
+Thu Sep 24 17:53:12 UTC 2015 - mplus...@suse.com
+
+- Update to 1.1.2
+  * Fix conversion failure when I/O types differ but I/O rates 
+don't.
+  * Fix #defines for interpolation order selection.
+  * Fix ineffectual SOXR_MINIMUM_PHASE and SOXR_INTERMEDIATE_PHASE 
+in soxr_quality_spec recipe.
+  * Fix soxr_delay() returning a negative number after end-of-input 
+ has been indicated.
+  * Fix crash when using soxr_process() after calling soxr_clear().
+  * Be more POSIX compliant w.r.t. errno in the examples; fixes 
+erroneous reporting of errors on FreeBSD.
+  * Quality improvement for variable-rate.
+  * Various fixes/improvements to build/tests/documentation.
+
+---

Old:

  soxr-0.1.1.tar.xz

New:

  soxr-0.1.2.tar.xz



Other differences:
--
++ soxr.spec ++
--- /var/tmp/diff_new_pack.y8RZqj/_old  2015-09-27 08:39:33.0 +0200
+++ /var/tmp/diff_new_pack.y8RZqj/_new  2015-09-27 08:39:33.0 +0200
@@ -19,7 +19,7 @@
 %define lname   libsoxr0
 %define lname_lsr libsoxr-lsr0
 Name:   soxr
-Version:0.1.1
+Version:0.1.2
 Release:0
 Summary:The SoX Resampler library
 License:LGPL-2.1+
@@ -55,8 +55,8 @@
 %package devel
 Summary:Development files of soxr
 Group:  Development/Libraries/C and C++
-Requires:   %{lname} = %{version}
 Requires:   %{lname_lsr} = %{version}
+Requires:   %{lname} = %{version}
 
 %description devel
 The soxr development package includes the header files,

++ soxr-0.1.1.tar.xz -> soxr-0.1.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/soxr-0.1.1-Source/CMakeLists.txt 
new/soxr-0.1.2-Source/CMakeLists.txt
--- old/soxr-0.1.1-Source/CMakeLists.txt2013-03-01 12:03:17.0 
+0100
+++ new/soxr-0.1.2-Source/CMakeLists.txt2015-08-27 21:37:22.0 
+0200
@@ -12,7 +12,7 @@
 
 set (PROJECT_VERSION_MAJOR 0)
 set (PROJECT_VERSION_MINOR 1)
-set (PROJECT_VERSION_PATCH 1)
+set (PROJECT_VERSION_PATCH 2)
 
 # For shared-object; if, since the last public release:
 #  * library code changed at all: ++revision
@@ -21,7 +21,7 @@
 #  * interfaces removed:  age = 0
 
 set (SO_VERSION_CURRENT  1)
-set (SO_VERSION_REVISION 0)
+set (SO_VERSION_REVISION 1)
 set (SO_VERSION_AGE  1)
 
 
@@ -75,10 +75,11 @@
 
 if (WITH_OPENMP)
   find_package (OpenMP)
-endif ()
-if (OPENMP_FOUND)
-  set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")
-  set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} 
${OpenMP_EXE_LINKER_FLAGS}")
+  if (OPENMP_FOUND)
+set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")
+set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} 
${OpenMP_EXE_LINKER_FLAGS}")
+set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} 
${OpenMP_SHARED_LINKER_FLAGS}")
+  endif ()
 endif ()
 
 if (WITH_SIMD)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/soxr-0.1.1-Source/NEWS new/soxr-0.1.2-Source/NEWS
--- old/soxr-0.1.1-Source/NEWS  2013-03-03 08:57:22.0 +0100
+++ new/soxr-0.1.2-Source/NEWS  2015-09-05 20:16:07.0 +0200
@@ -1,3 +1,16 @@
+Version 0.1.2 (2015-09-05)
+  * Fix conversion failure when I/O types differ but I/O rates don't.
+  * Fix #defines for interpolation order selection.
+  * Fix ineffectual SOXR_MINIMUM_PHASE and SOXR_INTERMEDIATE_PHASE in
+soxr_quality_spec recipe.
+  * Fix soxr_delay() returning a negative number after end-of-input has been
+indicated.
+  * Fix crash when using soxr_process() after calling soxr_clear().
+  * Be more POSIX compliant w.r.t. errno in the examples; fixes erroneous
+reporting of errors on FreeBSD.
+  * Quality improvement for variable-rate.
+  * Various fixes/improvements to build/tests/documentation.
+
 Version 0.1.1 (2013-03-03)
   * Minor fixes/improvements to build/tests.
   * Fix crash (e.g. with k3b) when null error pointer passed to src_create (lsr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/soxr-0.1.1-Source/README new/soxr-0.1.2-Source/README
--- old/soxr-0.1.1-Source/README2013-03-01 10:57:29.0 +0100
+++ 

commit yast2-drbd for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-drbd for openSUSE:Factory 
checked in at 2015-09-27 08:40:19

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


Package is "yast2-drbd"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-drbd/yast2-drbd.changes2015-09-17 
09:20:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-drbd.new/yast2-drbd.changes   
2015-09-27 08:39:43.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 21 05:13:56 UTC 2015 - nw...@suse.com
+
+- BSC#946596. Support both hostname and hostname+domain
+- Version 3.1.17
+
+---

Old:

  yast2-drbd-3.1.16.tar.bz2

New:

  yast2-drbd-3.1.17.tar.bz2



Other differences:
--
++ yast2-drbd.spec ++
--- /var/tmp/diff_new_pack.ApJecr/_old  2015-09-27 08:39:43.0 +0200
+++ /var/tmp/diff_new_pack.ApJecr/_new  2015-09-27 08:39:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-drbd
-Version:3.1.16
+Version:3.1.17
 Release:0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services

++ yast2-drbd-3.1.16.tar.bz2 -> yast2-drbd-3.1.17.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-drbd-3.1.16/package/yast2-drbd.changes 
new/yast2-drbd-3.1.17/package/yast2-drbd.changes
--- old/yast2-drbd-3.1.16/package/yast2-drbd.changes2015-09-14 
07:56:11.0 +0200
+++ new/yast2-drbd-3.1.17/package/yast2-drbd.changes2015-09-25 
05:56:09.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Sep 21 05:13:56 UTC 2015 - nw...@suse.com
+
+- BSC#946596. Support both hostname and hostname+domain
+- Version 3.1.17
+
+---
 Mon Sep 14 05:48:36 UTC 2015 - nw...@suse.com
 
 - BSC#945618. Remove the second dummy help button when
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-drbd-3.1.16/package/yast2-drbd.spec 
new/yast2-drbd-3.1.17/package/yast2-drbd.spec
--- old/yast2-drbd-3.1.16/package/yast2-drbd.spec   2015-09-14 
07:56:11.0 +0200
+++ new/yast2-drbd-3.1.17/package/yast2-drbd.spec   2015-09-25 
05:56:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-drbd
-Version:3.1.16
+Version:3.1.17
 Release:0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-drbd-3.1.16/src/modules/Drbd.rb 
new/yast2-drbd-3.1.17/src/modules/Drbd.rb
--- old/yast2-drbd-3.1.16/src/modules/Drbd.rb   2015-09-14 07:56:11.0 
+0200
+++ new/yast2-drbd-3.1.17/src/modules/Drbd.rb   2015-09-25 06:46:09.0 
+0200
@@ -142,7 +142,7 @@
   out = Convert.to_map(
 SCR.Execute(
   path(".target.bash_output"),
-  "echo -n `uname -n`"
+  "echo -n `uname -n|cut -d '.' -f 1`"
 )
   )
   # strip is necessary




commit rubygem-pry for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2015-09-27 08:40:15

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is "rubygem-pry"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2014-10-14 
07:12:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2015-09-27 08:39:41.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep 25 04:30:40 UTC 2015 - co...@suse.com
+
+- updated to version 0.10.2
+ see installed CHANGELOG.md
+
+  ### 0.10.2
+  
+  * cherry-pick c2ed9ec135bd791a32c70fbe05cc0508ea17c4040e from master (fix 
inf. loop with prepended methods source retrieval)
+  * Update some specs for recent ruby versions  (2.2+)
+
+---

Old:

  pry-0.10.1.gem

New:

  pry-0.10.2.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.nG6CHS/_old  2015-09-27 08:39:42.0 +0200
+++ /var/tmp/diff_new_pack.nG6CHS/_new  2015-09-27 08:39:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-pry
-Version:0.10.1
+Version:0.10.2
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}

++ pry-0.10.1.gem -> pry-0.10.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-08-17 01:34:59.0 +0200
+++ new/CHANGELOG.md2015-09-25 02:35:04.0 +0200
@@ -1,3 +1,8 @@
+### 0.10.2
+
+* cherry-pick c2ed9ec135bd791a32c70fbe05cc0508ea17c4040e from master (fix inf. 
loop with prepended methods source retrieval)
+* Update some specs for recent ruby versions  (2.2+)
+
 ### 0.10.1
 
 * Fix bugs with jruby
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/exceptions.rb new/lib/pry/exceptions.rb
--- old/lib/pry/exceptions.rb   2014-08-17 01:34:59.0 +0200
+++ new/lib/pry/exceptions.rb   2015-09-25 02:35:04.0 +0200
@@ -52,6 +52,7 @@
 def self.===(exception)
   ["can't modify frozen class/module",
"can't modify frozen Class",
+   "can't modify frozen object"
   ].include?(exception.message)
 end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/method/weird_method_locator.rb 
new/lib/pry/method/weird_method_locator.rb
--- old/lib/pry/method/weird_method_locator.rb  2014-08-17 01:34:59.0 
+0200
+++ new/lib/pry/method/weird_method_locator.rb  2015-09-25 02:35:04.0 
+0200
@@ -104,8 +104,10 @@
   # TODO: Fix up the exception handling so we don't need a bare rescue
   if normal_method?(guess)
 return guess
-  else
+  elsif guess != guess.super
 guess = guess.super
+  else
+break
   end
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/version.rb new/lib/pry/version.rb
--- old/lib/pry/version.rb  2014-08-17 01:34:59.0 +0200
+++ new/lib/pry/version.rb  2015-09-25 02:35:04.0 +0200
@@ -1,3 +1,3 @@
 class Pry
-  VERSION = "0.10.1"
+  VERSION = "0.10.2"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2014-08-17 01:34:59.0 +0200
+++ new/metadata2015-09-25 02:35:04.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: pry
 version: !ruby/object:Gem::Version
-  version: 0.10.1
+  version: 0.10.2
 platform: ruby
 authors:
 - John Mair (banisterfiend)
@@ -10,62 +10,62 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2014-08-16 00:00:00.0 Z
+date: 2015-09-25 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: coderay
   requirement: !ruby/object:Gem::Requirement
 requirements:
-

commit redis for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2015-09-27 08:40:22

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


Package is "redis"

Changes:

--- /work/SRC/openSUSE:Factory/redis/redis.changes  2015-06-16 
14:05:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2015-09-27 
08:39:46.0 +0200
@@ -1,0 +2,77 @@
+Thu Sep 24 22:26:22 UTC 2015 - mrueck...@suse.de
+
+- update to 3.0.4
+  Upgrade urgency: HIGH for Redis and Sentinel. However note that in
+   order to fix certain replication bugs, the
+   replication internals were modified in a very heavy
+   way. So while this release is conceptually saner, it
+   may contain regressions. For this reason, before the
+   release, QA activities were performed by me (antirez)
+   and Redis Labs and no evident bug was found.
+
+  - [FIX] A number of bugs related to replication PSYNC and the (yet
+experimental) diskless replication feature were fixed. The bugs
+could lead to inconsistency between masters and slaves. (Salvatore
+Sanfilippo, Oran Agra fixed the issue found by Yuval Inbar)
+  - [FIX] A replication bug in the context of PSYNC partial
+resynchonization was found and fixed. This bug happens even when
+diskless replication is off in the case different slaves connect at
+different times while the master is creating an RDB file, and later
+a partial resynchronization is attempted by a slave that connected
+not as the first one. (Salvatore Sanfilippo, Oran Agra)
+  - [FIX] Chained replication and PSYNC interactions leading to
+potential stale chained slaves data set, see issue #2694. (Salvatore
+Sanfilippo fixed an issue reported by "GeorgeBJ" user at Github)
+  - [FIX] redis-cli --scan iteration fixed when returned cursor
+overflows 32 bit signed integer. (Ofir Luzon, Yuval Inbar)
+  - [FIX] Sentinel: fixed a bug during the master switch process, where
+for a failed conditional check, the new configuration is rewritten,
+during a small window of time, in a corrupted way where the master
+is also reported to be one of the slaves. This bug is rare to
+trigger but apparently it happens in the wild, and the effect is to
+see a replication loop where the master will try to replicate with
+itself.  A detailed explanation of the bug and its effects can be
+found in the commit message here:
+
https://github.com/antirez/redis/commit/c20218eb5770b2cafb12bc7092313b8358fedc0a.
+The bug was found by Jan-Erik Rediger using a static analyzer and
+fixed by Salvatore Sanfilippo.
+  - [FIX] Sentinel lack of arity checks for certain commands.  (Rogerio
+Goncalves, Salvatore Sanfilippo)
+  - [NEW] Replication internals rewritten in order to be more resistant
+to bugs.  The replication handshake in the slave side was rewritten
+as a non blocking state machine. (Salvatore Sanfilippo, Oran Agra)
+  - [NEW] New "replication capabilities" feature introduced in order to
+signal from the master to the slave what are the features supported,
+so that the master can choose the kind of replication to start
+(diskless or not) when master and slave are of different versions.
+(Oran Agra, Salvatore Sanfilippo)
+  - [NEW] Log clients details when SLAVEOF command is received.
+(Salvatore Sanfilippo with inputs from Nick Craver and Marc
+Gravell).
+
+---
+Mon Sep  7 17:42:22 UTC 2015 - mrueck...@suse.de
+
+- update to 3.0.3
+  * [FIX] Fix blocking operations timeout precision when HZ is at
+  its default value (not increased) and there are thousands
+  of clients connected at the same time. This bug affected
+  Sidekiq users that experienced a very long delay for
+  BLPOP and similar commands to return for timeout. Check
+  commit b029ff1 for more info. (Salvatore Sanfilippo)
+  * [FIX] MIGRATE "creating socket: Invalid argument" error fix.
+  Check issues #2609 and #2612 for more info.
+  (Salvatore Sanfilippo)
+  * [FIX] Be able to connect to the master even when the slave is
+  bound to just the loopback interface and has no valid
+  public address in the network the master is reacahble.
+  (Salvatore Sanfilippo)
+  * [FIX] ZADD with options encoding promotion fixed. (linfangrong)
+  * [FIX] Reset aof_delayed_fsync on CONFIG RESETSTATS. (Tom Kiemes)
+  * [FIX] PFCOUNT key parsing in cluster fixed. (MOON_CLJ)
+  * [FIX] Fix Solaris compilation of Redis 3.0. (Jan-Erik Rediger)
+  * [NEW] Variadic EXISTS command. Now the command accepts 

commit python-icalendar for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package python-icalendar for 
openSUSE:Factory checked in at 2015-09-27 08:40:27

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


Package is "python-icalendar"

Changes:

--- /work/SRC/openSUSE:Factory/python-icalendar/python-icalendar.changes
2015-08-05 06:49:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-icalendar.new/python-icalendar.changes   
2015-09-27 08:39:52.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep 25 13:27:07 UTC 2015 - mich...@stroeder.com
+
+- Update to 3.9.1:
+  - Fix vPeriod.__repr__. [spacekpe]
+  - Improve foldline() performance. This improves the foldline
+performance, especially for large strings like base64-encoded
+inline attachements. In some cases (1MB string) from 7 Minutes
+to less than 20ms for ASCII data and 500ms for non-ASCII data.
+Ref: #163. [emfree]
+
+---

Old:

  icalendar-3.9.0.tar.gz

New:

  icalendar-3.9.1.tar.gz



Other differences:
--
++ python-icalendar.spec ++
--- /var/tmp/diff_new_pack.FsQIdY/_old  2015-09-27 08:39:52.0 +0200
+++ /var/tmp/diff_new_pack.FsQIdY/_new  2015-09-27 08:39:52.0 +0200
@@ -20,7 +20,7 @@
 
 %definemodname icalendar
 Name:   python-%{modname}
-Version:3.9.0
+Version:3.9.1
 Release:0
 Summary:Python parser/generator of iCalendar files package
 License:BSD-2-Clause

++ icalendar-3.9.0.tar.gz -> icalendar-3.9.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/icalendar-3.9.0/CHANGES.rst 
new/icalendar-3.9.1/CHANGES.rst
--- old/icalendar-3.9.0/CHANGES.rst 2015-03-24 13:00:21.0 +0100
+++ new/icalendar-3.9.1/CHANGES.rst 2015-09-08 16:07:59.0 +0200
@@ -2,6 +2,19 @@
 Changelog
 =
 
+3.9.1 (2015-09-08)
+--
+
+- Fix ``vPeriod.__repr__``.
+  [spacekpe]
+
+- Improve foldline() performance. This improves the foldline performance,
+  especially for large strings like base64-encoded inline attachements. In some
+  cases (1MB string) from 7 Minutes to less than 20ms for ASCII data and 500ms
+  for non-ASCII data. Ref: #163.
+  [emfree]
+
+
 3.9.0 (2015-03-24)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/icalendar-3.9.0/PKG-INFO new/icalendar-3.9.1/PKG-INFO
--- old/icalendar-3.9.0/PKG-INFO2015-03-24 13:00:35.0 +0100
+++ new/icalendar-3.9.1/PKG-INFO2015-09-08 16:08:12.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: icalendar
-Version: 3.9.0
+Version: 3.9.1
 Summary: iCalendar parser/generator
 Home-page: https://github.com/collective/icalendar
 Author: Plone Foundation
@@ -109,6 +109,19 @@
 Changelog
 =
 
+3.9.1 (2015-09-08)
+--
+
+- Fix ``vPeriod.__repr__``.
+  [spacekpe]
+
+- Improve foldline() performance. This improves the foldline 
performance,
+  especially for large strings like base64-encoded inline 
attachements. In some
+  cases (1MB string) from 7 Minutes to less than 20ms for ASCII data 
and 500ms
+  for non-ASCII data. Ref: #163.
+  [emfree]
+
+
 3.9.0 (2015-03-24)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/icalendar-3.9.0/setup.py new/icalendar-3.9.1/setup.py
--- old/icalendar-3.9.0/setup.py2015-03-24 13:00:21.0 +0100
+++ new/icalendar-3.9.1/setup.py2015-09-08 16:07:59.0 +0200
@@ -3,7 +3,7 @@
 import sys
 
 
-version = '3.9.0'
+version = '3.9.1'
 shortdesc = 'iCalendar parser/generator'
 longdesc = codecs.open('README.rst', encoding='utf-8').read()
 longdesc += codecs.open('CHANGES.rst', encoding='utf-8').read()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/icalendar-3.9.0/src/icalendar/parser.py 
new/icalendar-3.9.1/src/icalendar/parser.py
--- old/icalendar-3.9.0/src/icalendar/parser.py 2015-03-24 13:00:21.0 
+0100
+++ new/icalendar-3.9.1/src/icalendar/parser.py 2015-09-08 16:07:59.0 
+0200
@@ -72,17 +72,26 @@
 assert isinstance(line, compat.unicode_type)
 assert u'\n' not in line
 
-ret_line = u''
+# Use a fast and simple variant for the common case that line is all ASCII.
+try:
+line.encode('ascii')
+except (UnicodeEncodeError, UnicodeDecodeError):
+pass
+else:
+return 

commit haproxy for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2015-09-27 08:40:21

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


Package is "haproxy"

Changes:

--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2015-09-08 
18:11:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.haproxy.new/haproxy.changes 2015-09-27 
08:39:44.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 23 19:26:54 UTC 2015 - dmuel...@suse.com
+
+- fix haproxy status checks (bsc#947204)
+
+---



Other differences:
--
++ haproxy.init ++
--- /var/tmp/diff_new_pack.KSIfMC/_old  2015-09-27 08:39:45.0 +0200
+++ /var/tmp/diff_new_pack.KSIfMC/_new  2015-09-27 08:39:45.0 +0200
@@ -205,12 +205,13 @@
 rc_status -v
 ;;
 reload|force-reload)
-if checkproc -p $HAPROXY_PID $HAPROXY_BIN; then
-haproxy_check
-echo -n "Reload service haproxy "
-$HAPROXY_BIN -p $HAPROXY_PID -D -f $HAPROXY_CONF -sf $(cat 
$HAPROXY_PID)
-rc_status -v
-fi
+## Like force-reload, but if daemon does not support
+## signaling, do nothing (!)
+haproxy_check
+# If it supports signaling:
+echo -n "Reload service haproxy "
+$HAPROXY_BIN -p $HAPROXY_PID -D -f $HAPROXY_CONF -sf $(cat 
$HAPROXY_PID)
+rc_status -v
 ;;
 status)
 echo -n "Checking for service haproxy "
@@ -226,7 +227,7 @@
 # 5--199 reserved (5--99 LSB, 100--149 distro, 150--199 appl.)
 
 # NOTE: checkproc returns LSB compliant status values.
-/sbin/checkproc $HAPROXY_BIN
+/sbin/checkproc -p $HAPROXY_PID $HAPROXY_BIN
 # NOTE: rc_status knows that we called this init script with
 # "status" option and adapts its messages accordingly.
 rc_status -v




commit youtube-dl for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-09-27 08:40:02

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-09-17 
09:21:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-09-27 08:39:26.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep 24 10:34:02 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.09.22
+* nowness: video extraction and add support serie and playlist ext?.
+* ndr: add support for embeds
+* yahoo: process query result embedded in webpage
+
+---

Old:

  youtube-dl-2015.09.03.tar.gz
  youtube-dl-2015.09.03.tar.gz.sig

New:

  youtube-dl-2015.09.22.tar.gz
  youtube-dl-2015.09.22.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.nJRAwW/_old  2015-09-27 08:39:26.0 +0200
+++ /var/tmp/diff_new_pack.nJRAwW/_new  2015-09-27 08:39:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.09.03
+Version:2015.09.22
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.09.03.tar.gz -> youtube-dl-2015.09.22.tar.gz ++
 4058 lines of diff (skipped)




commit rubygem-gettext for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2015-09-27 08:39:53

Comparing /work/SRC/openSUSE:Factory/rubygem-gettext (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-gettext.new (New)


Package is "rubygem-gettext"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gettext/rubygem-gettext.changes  
2015-02-16 21:12:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-gettext.new/rubygem-gettext.changes 
2015-09-27 08:39:16.0 +0200
@@ -1,0 +2,28 @@
+Wed Sep 23 04:30:03 UTC 2015 - co...@suse.com
+
+- updated to version 3.1.7
+ see installed news.md
+
+  ## 3.1.7: 2015-09-22 {#version-3-1-7}
+  
+  ### Improvements
+  
+* Supported 3 character language names.
+  [GitHub#39][Patch by Vilius Paulauskas]
+* Suppressed duplicated range in regular expression warning.
+  [GitHub#40][Patch by Vilius Paulauskas]
+* Replaced invalid character instead of raising an error on encoding
+  conversion.
+  [GitHub#41][Patch by Vilius Paulauskas]
+  
+  ### Fixes
+  
+* Fixed a bug that undefined method is used.
+  [GitHub#38][Patch by Hiroshi Hatake]
+  
+  ### Thanks
+  
+* Hiroshi Hatake
+* Vilius Paulauskas
+
+---

Old:

  gettext-3.1.6.gem

New:

  gettext-3.1.7.gem



Other differences:
--
++ rubygem-gettext.spec ++
--- /var/tmp/diff_new_pack.zB6duw/_old  2015-09-27 08:39:16.0 +0200
+++ /var/tmp/diff_new_pack.zB6duw/_new  2015-09-27 08:39:16.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-gettext
-Version:3.1.6
+Version:3.1.7
 Release:0
 %define mod_name gettext
 %define mod_full_name %{mod_name}-%{version}

++ gettext-3.1.6.gem -> gettext-3.1.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2015-01-20 15:54:06.0 +0100
+++ new/Rakefile2015-09-22 07:16:54.0 +0200
@@ -128,7 +128,14 @@
 
 task "samples:gettext" => "samples:cgi:gettext"
 
-["untranslated", "backslash", "non_ascii", "np_", "p_"].each do |domain|
+[
+  "untranslated",
+  "backslash",
+  "non_ascii",
+  "np_",
+  "p_",
+  "hello",
+].each do |domain|
   GetText::Tools::Task.define do |task|
 task.package_name = domain
 task.package_version = spec.version.to_s
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/text/news.md new/doc/text/news.md
--- old/doc/text/news.md2015-01-20 15:54:06.0 +0100
+++ new/doc/text/news.md2015-09-22 07:16:54.0 +0200
@@ -1,5 +1,27 @@
 # News
 
+## 3.1.7: 2015-09-22 {#version-3-1-7}
+
+### Improvements
+
+  * Supported 3 character language names.
+[GitHub#39][Patch by Vilius Paulauskas]
+  * Suppressed duplicated range in regular expression warning.
+[GitHub#40][Patch by Vilius Paulauskas]
+  * Replaced invalid character instead of raising an error on encoding
+conversion.
+[GitHub#41][Patch by Vilius Paulauskas]
+
+### Fixes
+
+  * Fixed a bug that undefined method is used.
+[GitHub#38][Patch by Hiroshi Hatake]
+
+### Thanks
+
+  * Hiroshi Hatake
+  * Vilius Paulauskas
+
 ## 3.1.6: 2015-01-20 {#version-3-1-6}
 
 ### Fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/gettext/mo.rb new/lib/gettext/mo.rb
--- old/lib/gettext/mo.rb   2015-01-20 15:54:06.0 +0100
+++ new/lib/gettext/mo.rb   2015-09-22 07:16:54.0 +0200
@@ -318,17 +318,10 @@
 return string
   end
 
-  begin
-string.encode(@output_charset, @charset)
-  rescue EncodingError
-if $DEBUG
-  warn "@charset = ", @charset
-  warn "@output_charset = ", @output_charset
-  warn "msgid = ", original_string
-  warn "msgstr = ", string
-end
-string
-  end
+  string.encode(@output_charset,
+@charset,
+:invalid => :replace,
+:undef => :replace)
 end
 
 def generate_original_string(msgid, options)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/gettext/tools/msgcat.rb 
new/lib/gettext/tools/msgcat.rb
--- old/lib/gettext/tools/msgcat.rb 2015-01-20 15:54:06.0 +0100
+++ new/lib/gettext/tools/msgcat.rb 2015-09-22 07:16:54.0 +0200
@@ -124,7 +124,7 @@
   new_msgstr = ""
   msgstr.each_line do |line|
 case line
-when /\A([\w\d\-_]+):/
+when /\A([\w\-]+):/

commit libqt5-qtct for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtct for openSUSE:Factory 
checked in at 2015-09-27 08:40:07

Comparing /work/SRC/openSUSE:Factory/libqt5-qtct (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtct.new (New)


Package is "libqt5-qtct"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtct/libqt5-qtct.changes  2015-09-24 
06:16:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtct.new/libqt5-qtct.changes 
2015-09-27 08:39:31.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep 24 16:43:59 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.19:
+  * Add feature to save geometry of the style sheet editor.
+  * Fix qt5ct.desktop.
+  * Update Greek, Czech, Chinese Simplified translations.
+
+---

Old:

  qt5ct-0.18.tar.bz2

New:

  qt5ct-0.19.tar.bz2



Other differences:
--
++ libqt5-qtct.spec ++
--- /var/tmp/diff_new_pack.woC16e/_old  2015-09-27 08:39:32.0 +0200
+++ /var/tmp/diff_new_pack.woC16e/_new  2015-09-27 08:39:32.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   qt5ct
 Name:   libqt5-qtct
-Version:0.18
+Version:0.19
 Release:0
 Summary:Qt5 Configuration Tool
 License:BSD-2-Clause

++ qt5ct-0.18.tar.bz2 -> qt5ct-0.19.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qt5ct-0.18/ChangeLog new/qt5ct-0.19/ChangeLog
--- old/qt5ct-0.18/ChangeLog2015-09-21 14:07:26.0 +0200
+++ new/qt5ct-0.19/ChangeLog2015-09-24 13:06:59.0 +0200
@@ -107,3 +107,10 @@
 * updated Polish translation (FadeMind)
 * updated Chinese (Taiwan) translation (Jeff Huang)
 * updated Russian translation
+
+Version 0.19
+* added feature to save geometry of the style sheet editor
+* fixed qt5ct.desktop
+* updated Greek translation (Dimitrios Glentadakis)
+* updated Czech translation (fri)
+* updated Chinese Simplified translation (Cary Tian)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qt5ct-0.18/ChangeLog.svn new/qt5ct-0.19/ChangeLog.svn
--- old/qt5ct-0.18/ChangeLog.svn2015-09-21 14:07:26.0 +0200
+++ new/qt5ct-0.19/ChangeLog.svn2015-09-24 13:06:59.0 +0200
@@ -1,4 +1,38 @@
 
+r244 | trialuser02 | 2015-09-24 14:04:08 +0300 (Чт., 24 сент. 2015) | 2 lines
+
+updated changelog
+
+
+r243 | trialuser02 | 2015-09-24 14:02:29 +0300 (Чт., 24 сент. 2015) | 2 lines
+
+added feature to save geometry of the style sheet editor
+
+
+r242 | trialuser02 | 2015-09-23 18:51:05 +0300 (Ср., 23 сент. 2015) | 1 line
+
+updated changelog
+
+r241 | trialuser02 | 2015-09-23 18:47:56 +0300 (Ср., 23 сент. 2015) | 1 line
+
+updated Chinese (China) translation (Cary Tian)
+
+r240 | trialuser02 | 2015-09-23 18:46:30 +0300 (Ср., 23 сент. 2015) | 1 line
+
+updated Czech translation (fri)
+
+r239 | trialuser02 | 2015-09-23 18:42:43 +0300 (Ср., 23 сент. 2015) | 1 line
+
+updated Greek translation (Dimitrios Glentadakis)
+
+r238 | trialuser02 | 2015-09-22 22:02:00 +0300 (Вт., 22 сент. 2015) | 1 line
+
+fixed qt5ct.desktop (#8)
+
+r237 | trialuser02 | 2015-09-21 15:09:18 +0300 (Пн., 21 сент. 2015) | 1 line
+
+version bump
+
 r235 | trialuser02 | 2015-09-19 20:36:29 +0300 (Сб., 19 сент. 2015) | 1 line
 
 updated changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qt5ct-0.18/src/qt5ct/desktop-translations/qt5ct_cs.desktop.in 
new/qt5ct-0.19/src/qt5ct/desktop-translations/qt5ct_cs.desktop.in
--- old/qt5ct-0.18/src/qt5ct/desktop-translations/qt5ct_cs.desktop.in   
2015-09-21 14:07:25.0 +0200
+++ new/qt5ct-0.19/src/qt5ct/desktop-translations/qt5ct_cs.desktop.in   
2015-09-24 13:06:58.0 +0200
@@ -9,6 +9,13 @@
 
 
 
+
+
+
+
+
+
+
 Exec=qt5ct
 Icon=preferences-desktop-theme
 Terminal=false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qt5ct-0.18/src/qt5ct/qsseditordialog.cpp 
new/qt5ct-0.19/src/qt5ct/qsseditordialog.cpp
--- old/qt5ct-0.18/src/qt5ct/qsseditordialog.cpp 

commit xf86-video-ast for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-ast for openSUSE:Factory 
checked in at 2015-09-27 08:39:56

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


Package is "xf86-video-ast"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-ast/xf86-video-ast.changes
2014-09-03 21:19:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-ast.new/xf86-video-ast.changes   
2015-09-27 08:39:19.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 14 20:30:27 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.1.5:
+  + Support AST2500.
+  + Fixed Failed to Init when ASPEED Graphics is Secondary.
+  + Fixed Transient Noise While System Resume from Hibernate.
+  + Use same search mode criteria with ast drm driver.
+  + Use proper type.
+
+---

Old:

  xf86-video-ast-1.0.1.tar.bz2

New:

  xf86-video-ast-1.1.5.tar.bz2



Other differences:
--
++ xf86-video-ast.spec ++
--- /var/tmp/diff_new_pack.YiFTNr/_old  2015-09-27 08:39:19.0 +0200
+++ /var/tmp/diff_new_pack.YiFTNr/_new  2015-09-27 08:39:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-ast
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   xf86-video-ast
-Version:1.0.1
+Version:1.1.5
 Release:0
 Summary:ASpeed Technologies video driver for the Xorg X server
 License:MIT

++ xf86-video-ast-1.0.1.tar.bz2 -> xf86-video-ast-1.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-video-ast-1.0.1/ChangeLog 
new/xf86-video-ast-1.1.5/ChangeLog
--- old/xf86-video-ast-1.0.1/ChangeLog  2014-08-11 05:46:39.0 +0200
+++ new/xf86-video-ast-1.1.5/ChangeLog  2015-08-19 03:36:24.0 +0200
@@ -1,3 +1,44 @@
+commit 39e80895acb4b818ecc15af51a68178562ebb41d
+Author: Y.C. Chen 
+Date:   Wed Aug 19 09:21:05 2015 +0800
+
+Bump Version to 1.1.5
+
+commit 74281c4ce201ff04a6672c703d09ed28286f1801
+Author: Y.C. Chen 
+Date:   Fri Aug 14 15:30:00 2015 +0800
+
+Support AST2500
+
+commit 9918d6f69ac51d9d27b074e3e490783acda68dca
+Author: Y.C. Chen 
+Date:   Fri Aug 14 10:11:23 2015 +0800
+
+Fixed Failed to Init when ASPEED Graphics is Secondary
+
+commit e545ab905ea120014558d6f1733d87ffde5d5d71
+Author: Y.C. Chen 
+Date:   Thu Aug 13 15:54:15 2015 +0800
+
+Fixed Transient Noise While System Resume from Hibernate
+
+commit 77e7ac37c6031551f7ad355dc94c4176df4956aa
+Author: Y.C. Chen 
+Date:   Thu Aug 13 15:21:57 2015 +0800
+
+use same search mode criteria with ast drm driver
+
+commit 4f404aa29eea5707cfdfe3dc2c762bd46063dfec
+Author: Thomas Klausner 
+Date:   Mon Aug 18 05:35:48 2014 +0800
+
+Use proper type.
+
+Two other places in this file already use uint32_t when passing
+it to PCI_READ_LONG.
+
+Signed-off-by: Thomas Klausner 
+
 commit d531cac475980908ea52309846221a974b8e7efd
 Author: Y.C. Chen 
 Date:   Fri Aug 8 16:51:07 2014 +0800
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-video-ast-1.0.1/configure 
new/xf86-video-ast-1.1.5/configure
--- old/xf86-video-ast-1.0.1/configure  2014-08-08 11:01:06.0 +0200
+++ new/xf86-video-ast-1.1.5/configure  2015-08-19 03:26:42.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xf86-video-ast 1.0.1.
+# Generated by GNU Autoconf 2.69 for xf86-video-ast 1.1.5.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='xf86-video-ast'
 PACKAGE_TARNAME='xf86-video-ast'
-PACKAGE_VERSION='1.0.1'
-PACKAGE_STRING='xf86-video-ast 1.0.1'
+PACKAGE_VERSION='1.1.5'
+PACKAGE_STRING='xf86-video-ast 1.1.5'
 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
 PACKAGE_URL=''
 
@@ -1358,7 +1358,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures xf86-video-ast 1.0.1 to adapt to many kinds of systems.
+\`configure' 

commit postfixadmin for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package postfixadmin for openSUSE:Factory 
checked in at 2015-09-27 08:40:32

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


Package is "postfixadmin"

Changes:

--- /work/SRC/openSUSE:Factory/postfixadmin/postfixadmin.changes
2015-03-16 07:00:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.postfixadmin.new/postfixadmin.changes   
2015-09-27 08:39:55.0 +0200
@@ -1,0 +2,10 @@
+Sat Sep 26 18:10:31 UTC 2015 - opens...@cboltz.de
+
+- update to PostfixAdmin 2.93 aka 3.0 beta3
+  - add list.php for list view (replaces list-*.php and fixes some
+bugs they included)
+  - add FetchmailHandler (replaces fetchmail.php)
+  - several bugfixes and small improvements
+  - see CHANGELOG.TXT for all details
+
+---

Old:

  postfixadmin-2.92.tar.gz

New:

  postfixadmin-2.93.tar.gz



Other differences:
--
++ postfixadmin.spec ++
--- /var/tmp/diff_new_pack.LzOcH8/_old  2015-09-27 08:39:56.0 +0200
+++ /var/tmp/diff_new_pack.LzOcH8/_new  2015-09-27 08:39:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   postfixadmin
-Version:2.92
+Version:2.93
 Release:0
 Url:http://postfixadmin.sourceforge.net/
 Source0:
http://sourceforge.net/projects/postfixadmin/files/postfixadmin/%{name}-%{version}/%{name}-%{version}.tar.gz

++ postfixadmin-2.92.tar.gz -> postfixadmin-2.93.tar.gz ++
 64714 lines of diff (skipped)




commit ubuntu-mate-artwork for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package ubuntu-mate-artwork for 
openSUSE:Factory checked in at 2015-09-27 08:40:26

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


Package is "ubuntu-mate-artwork"

Changes:

--- /work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork.changes  
2015-09-24 06:15:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork.changes 
2015-09-27 08:39:48.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 24 16:43:59 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 15.10.4:
+  * Add missing symlinks for icons required by Blueman 2.0.
+  * Style software-center's action bar again.
+
+---

Old:

  ubuntu-mate-artwork_15.10.3.tar.xz

New:

  ubuntu-mate-artwork_15.10.4.tar.xz



Other differences:
--
++ ubuntu-mate-artwork.spec ++
--- /var/tmp/diff_new_pack.aUvb8H/_old  2015-09-27 08:39:52.0 +0200
+++ /var/tmp/diff_new_pack.aUvb8H/_new  2015-09-27 08:39:52.0 +0200
@@ -17,8 +17,9 @@
 
 
 %define _name   ubuntu-mate
+%define _version 15.10.3
 Name:   ubuntu-mate-artwork
-Version:15.10.3
+Version:15.10.4
 Release:0
 Summary:Ubuntu MATE themes and artwork
 License:GPL-3.0+ and CC-BY-SA-4.0 and CC-BY-SA-3.0
@@ -124,7 +125,7 @@
 The default Ubuntu MATE wallpapers for the Ubuntu MATE releases.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{_version}
 %patch0 -p1
 %patch1 -p1
 # Remove unwanted: Debian package, GRUB theme, Plymouth theme, odd script, 
LightDM defaults.

++ ubuntu-mate-artwork_15.10.3.tar.xz -> ubuntu-mate-artwork_15.10.4.tar.xz 
++
/work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork_15.10.3.tar.xz
 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork_15.10.4.tar.xz
 differ: char 25, line 1




commit bindfs for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package bindfs for openSUSE:Factory checked 
in at 2015-09-27 08:40:24

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


Package is "bindfs"

Changes:

--- /work/SRC/openSUSE:Factory/bindfs/bindfs.changes2014-08-06 
11:42:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.bindfs.new/bindfs.changes   2015-09-27 
08:39:47.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 22 11:04:12 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 1.12.7
+* OSX fixes only
+
+---

Old:

  bindfs-1.12.6.tar.gz

New:

  bindfs-1.12.7.tar.gz



Other differences:
--
++ bindfs.spec ++
--- /var/tmp/diff_new_pack.JZPu0G/_old  2015-09-27 08:39:48.0 +0200
+++ /var/tmp/diff_new_pack.JZPu0G/_new  2015-09-27 08:39:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bindfs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   bindfs
-Version:1.12.6
+Version:1.12.7
 Release:0
 Summary:Mount Directories to other Locations and alter Permission Bits
 License:GPL-2.0+

++ bindfs-1.12.6.tar.gz -> bindfs-1.12.7.tar.gz ++
 8125 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/bindfs-1.12.6/.gitignore new/bindfs-1.12.7/.gitignore
--- old/bindfs-1.12.6/.gitignore2014-06-30 23:53:14.0 +0200
+++ new/bindfs-1.12.7/.gitignore2015-09-09 11:40:21.0 +0200
@@ -23,6 +23,7 @@
 /libtool
 /ltmain.sh
 /stamp-h1
+/test-driver
 
 # C stuff
 
@@ -36,7 +37,9 @@
 tests/readdir_inode
 tests/utimens_nofollow
 tests/*.log
+tests/*.trs
 tests/internals/test_internals
 tests/internals/test_rate_limiter
 tests/internals/*.log
+tests/internals/*.trs
 
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/bindfs-1.12.6/ChangeLog new/bindfs-1.12.7/ChangeLog
--- old/bindfs-1.12.6/ChangeLog 2014-06-30 23:53:14.0 +0200
+++ new/bindfs-1.12.7/ChangeLog 2015-09-09 11:40:21.0 +0200
@@ -1,3 +1,8 @@
+2015-09-09  Martin Pärtel 
+
+   * OS X xattr fixes prompted, assisted and tested by @retrography (#21).
+   * Released 1.12.7
+
 2014-06-30  Martin Pärtel 
 
* Implemented rate limiter, an idea by @illuusio (#12).
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/bindfs-1.12.6/README new/bindfs-1.12.7/README
--- old/bindfs-1.12.6/README2014-06-30 23:53:14.0 +0200
+++ new/bindfs-1.12.7/README2015-09-09 11:40:21.0 +0200
@@ -34,6 +34,12 @@
 
 See the bindfs --help or the man-page for instructions and examples.
 
+-- OS X note --
+
+The following extra options may be useful under osxfuse:
+-o local,allow_other,extended_security,noappledouble
+
+See https://github.com/osxfuse/osxfuse/wiki/Mount-options for details.
 
 -- License --
 
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/bindfs-1.12.6/compile new/bindfs-1.12.7/compile
--- old/bindfs-1.12.6/compile   1970-01-01 01:00:00.0 +0100
+++ new/bindfs-1.12.7/compile   2015-09-09 11:40:25.0 +0200
@@ -0,0 +1,347 @@
+#! /bin/sh
+# Wrapper for compilers which do not understand '-c -o'.
+
+scriptversion=2012-10-14.11; # UTC
+
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Written by Tom Tromey .
+#
+# This program is free software; you can redistribute it and/or modify
+# it 

commit python-ldap for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package python-ldap for openSUSE:Factory 
checked in at 2015-09-27 08:40:29

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


Package is "python-ldap"

Changes:

--- /work/SRC/openSUSE:Factory/python-ldap/python-ldap.changes  2015-07-08 
07:00:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-ldap.new/python-ldap.changes 
2015-09-27 08:39:53.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 25 16:37:00 UTC 2015 - mich...@stroeder.com
+
+- Update to upstream release 2.4.21
+
+---

Old:

  python-ldap-2.4.20.tar.gz

New:

  python-ldap-2.4.21.tar.gz



Other differences:
--
++ python-ldap.spec ++
--- /var/tmp/diff_new_pack.OtN1Xo/_old  2015-09-27 08:39:54.0 +0200
+++ /var/tmp/diff_new_pack.OtN1Xo/_new  2015-09-27 08:39:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-ldap
-Version:2.4.20
+Version:2.4.21
 Release:0
 Summary:Python LDAP interface
 License:Python-2.0

++ python-ldap-2.4.20.tar.gz -> python-ldap-2.4.21.tar.gz ++
 3309 lines of diff (skipped)




commit python3-wheel for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package python3-wheel for openSUSE:Factory 
checked in at 2015-09-27 08:40:36

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


Package is "python3-wheel"

Changes:

--- /work/SRC/openSUSE:Factory/python3-wheel/python3-wheel.changes  
2014-12-05 21:05:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-wheel.new/python3-wheel.changes 
2015-09-27 08:39:58.0 +0200
@@ -1,0 +2,18 @@
+Sun Sep 27 00:58:34 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * update url
+
+- update to version 0.26.0:
+  * Fix multiple entrypoint comparison failure on Python 3 (Issue #148)
+
+- changes from version 0.25.0:
+  * Add Python 3.5 to tox configuration
+  * Deterministic (sorted) metadata
+  * Fix tagging for Python 3.5 compatibility
+  * Support py2-none-'arch' and py3-none-'arch' tags
+  * Treat data-only wheels as pure
+  * Write to temporary file and rename when using wheel install --force
+
+---

Old:

  wheel-0.24.0.tar.gz

New:

  wheel-0.26.0.tar.gz



Other differences:
--
++ python3-wheel.spec ++
--- /var/tmp/diff_new_pack.KUZXZz/_old  2015-09-27 08:39:58.0 +0200
+++ /var/tmp/diff_new_pack.KUZXZz/_new  2015-09-27 08:39:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-wheel
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   python3-wheel
-Version:0.24.0
+Version:0.26.0
 Release:0
 Summary:A built-package format for Python
 License:MIT
 Group:  Development/Languages/Python
-Url:http://bitbucket.org/dholth/wheel/
+Url:https://bitbucket.org/pypa/wheel
 Source: 
https://pypi.python.org/packages/source/w/wheel/wheel-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools

++ wheel-0.24.0.tar.gz -> wheel-0.26.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wheel-0.24.0/CHANGES.txt new/wheel-0.26.0/CHANGES.txt
--- old/wheel-0.24.0/CHANGES.txt2014-07-06 18:40:16.0 +0200
+++ new/wheel-0.26.0/CHANGES.txt2015-09-18 20:02:17.0 +0200
@@ -1,3 +1,16 @@
+0.26.0
+==
+- Fix multiple entrypoint comparison failure on Python 3 (Issue #148)
+
+0.25.0
+==
+- Add Python 3.5 to tox configuration
+- Deterministic (sorted) metadata
+- Fix tagging for Python 3.5 compatibility
+- Support py2-none-'arch' and py3-none-'arch' tags
+- Treat data-only wheels as pure
+- Write to temporary file and rename when using wheel install --force
+
 0.24.0
 ==
 - The python tag used for pure-python packages is now .pyN (major version
@@ -14,7 +27,7 @@
 
 0.23.0
 ==
-- Compatibiltiy tag flags added to the bdist_wheel command
+- Compatibility tag flags added to the bdist_wheel command
 - sdist should include files necessary for tests
 - 'wheel convert' can now also convert unpacked eggs to wheel
 - Rename pydist.json to metadata.json to avoid stepping on the PEP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wheel-0.24.0/PKG-INFO new/wheel-0.26.0/PKG-INFO
--- old/wheel-0.24.0/PKG-INFO   2014-07-06 18:56:22.0 +0200
+++ new/wheel-0.26.0/PKG-INFO   2015-09-18 20:03:13.0 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: wheel
-Version: 0.24.0
+Version: 0.26.0
 Summary: A built-package format for Python.
-Home-page: http://bitbucket.org/pypa/wheel/
+Home-page: https://bitbucket.org/pypa/wheel/
 Author: Daniel Holth
 Author-email: dho...@fastmail.fm
 License: MIT
@@ -49,6 +49,19 @@
 
 
 
+0.26.0
+==
+- Fix multiple entrypoint comparison failure on Python 3 (Issue #148)
+
+0.25.0
+==
+- Add Python 3.5 to tox configuration
+- Deterministic (sorted) metadata
+- Fix tagging for Python 3.5 compatibility
+- Support py2-none-'arch' and py3-none-'arch' tags
+- Treat data-only wheels as pure
+- Write to temporary file and rename when using wheel install --force
+
 0.24.0
 ==
 - The python tag used for pure-python packages is now .pyN (major 
version
@@ -65,7 +78,7 @@
 
 0.23.0
 ==
-- Compatibiltiy tag flags added to the 

commit python3-tables for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package python3-tables for openSUSE:Factory 
checked in at 2015-09-27 08:40:39

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


Package is "python3-tables"

Changes:

--- /work/SRC/openSUSE:Factory/python3-tables/python3-tables.changes
2015-08-11 08:26:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-tables.new/python3-tables.changes   
2015-09-27 08:40:01.0 +0200
@@ -1,0 +2,16 @@
+Sun Sep 27 01:24:15 UTC 2015 - a...@gmx.de
+
+- update to version 3.2.2:
+  * Fix AssertionError in Row.__init_loop. See gh-477.
+  * Fix issues with Cython 0.23. See gh-481.
+  * Only run tables.tests.test_basics.UnicodeFilename if the
+filesystem encoding is utf-8. Closes gh-485.
+  * Fix missing missing PyErr_Clear. See gh-#486.
+  * Fix the C type of some numpy attributes. See gh-494.
+  * Cast selection indices to integer. See gh-496.
+  * Fix indexesextension._keysort_string. Closes gh-497 and gh-498.
+
+- changes from version 3.2.1.1:
+  * Fix permission on distributed source distribution
+
+---

Old:

  tables-3.2.1.tar.gz

New:

  tables-3.2.2.tar.gz



Other differences:
--
++ python3-tables.spec ++
--- /var/tmp/diff_new_pack.R2YGmD/_old  2015-09-27 08:40:03.0 +0200
+++ /var/tmp/diff_new_pack.R2YGmD/_new  2015-09-27 08:40:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-tables
-Version:3.2.1
+Version:3.2.2
 Release:0
 Summary:Hierarchical datasets for Python
 License:BSD-3-Clause

++ tables-3.2.1.tar.gz -> tables-3.2.2.tar.gz ++
/work/SRC/openSUSE:Factory/python3-tables/tables-3.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.python3-tables.new/tables-3.2.2.tar.gz differ: char 
5, line 1