commit glibc for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2014-03-22 07:49:51

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


Package is glibc

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes2014-03-09 
18:22:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes   
2014-03-22 07:49:52.0 +0100
@@ -1,0 +2,18 @@
+Thu Mar 20 07:42:50 UTC 2014 - sch...@suse.de
+
+- Remove dependency on sysinit.target from nscd.service again (bnc#86422)
+
+---
+Wed Mar 19 14:39:55 UTC 2014 - sch...@suse.de
+
+- powerpc-opt-power8.patch: GLIBC Optimizations For POWER8 Hardware
+  (bnc#866711, fate#315443)
+
+---
+Tue Mar 18 17:10:43 UTC 2014 - sch...@suse.de
+
+- Make sure nscd is started after sysinit.target (bnc#868422)
+- nscd-track-startup-failures.patch: properly track startup failures in
+  nscd and mark nscd.service as forking (BZ #16639)
+
+---
glibc-utils.changes: same change
glibc.changes: same change

New:

  nscd-track-startup-failures.patch
  powerpc-opt-power8.patch



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.CUZIDG/_old  2014-03-22 07:49:54.0 +0100
+++ /var/tmp/diff_new_pack.CUZIDG/_new  2014-03-22 07:49:54.0 +0100
@@ -97,6 +97,7 @@
 # 3.0 is the SLES 11 SP3 kernel
 # 3.1 is the openSUSE 12.1 kernel
 %define enablekernel 3.0
+
 Version:2.19
 Release:0
 %define glibc_major_version 2.19
@@ -235,6 +236,10 @@
 Patch1001:  sin-sign.patch
 # PATCH-FIX-UPSTREAM Fix pldd not to leave process stopped after detaching
 Patch1002:  pldd-wait-ptrace-stop.patch
+# PATCH-FIX-UPSTREAM Improved support for tracking startup failure in nscd 
service (BZ #16639)
+Patch1003:  nscd-track-startup-failures.patch
+# PATCH-FIX-UPSTREAM GLIBC Optimizations For POWER8 Hardware
+Patch1004:  powerpc-opt-power8.patch
 
 ### 
 # Patches awaiting upstream approval
@@ -442,6 +447,8 @@
 %patch1000 -p1
 %patch1001 -p1
 %patch1002 -p1
+%patch1003 -p1
+%patch1004 -p1
 
 %patch3000
 

glibc-utils.spec: same change
++ glibc.spec ++
--- /var/tmp/diff_new_pack.CUZIDG/_old  2014-03-22 07:49:54.0 +0100
+++ /var/tmp/diff_new_pack.CUZIDG/_new  2014-03-22 07:49:54.0 +0100
@@ -97,6 +97,7 @@
 # 3.0 is the SLES 11 SP3 kernel
 # 3.1 is the openSUSE 12.1 kernel
 %define enablekernel 3.0
+
 Version:2.19
 Release:0
 %define glibc_major_version 2.19
@@ -235,6 +236,10 @@
 Patch1001:  sin-sign.patch
 # PATCH-FIX-UPSTREAM Fix pldd not to leave process stopped after detaching
 Patch1002:  pldd-wait-ptrace-stop.patch
+# PATCH-FIX-UPSTREAM Improved support for tracking startup failure in nscd 
service (BZ #16639)
+Patch1003:  nscd-track-startup-failures.patch
+# PATCH-FIX-UPSTREAM GLIBC Optimizations For POWER8 Hardware
+Patch1004:  powerpc-opt-power8.patch
 
 ### 
 # Patches awaiting upstream approval
@@ -442,6 +447,8 @@
 %patch1000 -p1
 %patch1001 -p1
 %patch1002 -p1
+%patch1003 -p1
+%patch1004 -p1
 
 %patch3000
 


++ nscd-track-startup-failures.patch ++
From 532a60357ef4c5852cc1bf836cfd9d6f093ef204 Mon Sep 17 00:00:00 2001
From: Siddhesh Poyarekar siddh...@redhat.com
Date: Mon, 3 Mar 2014 22:51:39 +0530
Subject: [PATCH] nscd: Improved support for tracking startup failure in nscd
 service (BZ #16639)

Currently, the nscd parent process parses commandline options and
configuration, forks on startup and immediately exits with a success.
If the child process encounters some error after this, it goes
undetected and any services started up after it may have to repeatedly
check to make sure that the nscd service did actually start up and is
serving requests.

To make this process more reliable, I have added a pipe between the
parent and child process, through which the child process sends a
notification to the parent informing it of its status.  The parent
waits for this status and once it receives it, exits with the
corresponding exit code.  So if the child service sends a success
status (0), the parent exits with a success status.  Similarly for
error conditions, the child sends the non-zero status code, which the
parent passes on as the exit code.

This, along with setting the nscd service type to forking in its
systemd configuration file, allows systemd to be certain that the nscd
service is ready and is accepting connections.

2014-03-03  Siddhesh Poyarekar  siddh...@redhat.com

[BZ #16639]
* 

commit util-linux for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2014-03-22 07:49:49

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


Package is util-linux

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes2014-03-15 
17:38:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes   
2014-03-22 07:49:51.0 +0100
@@ -1,0 +2,25 @@
+Mon Mar 17 22:36:58 CET 2014 - sbra...@suse.cz
+
+- Merge fixes and features from SLE11 (bnc#831868):
+  * Detect squashfs version = 3 as squashfs3 and version = 4 as
+squashfs. (mszer...@suse.cz,
+util-linux-ng-2.16-squashfs3-detect.patch, bnc#666893)
+  * add sfdisk-warn-about-2TB-limit.patch (pu...@novell.com,
+bnc#495657)
+  * Document barrier option in mount.8 (j...@suse.cz,
+hvo...@suse.de,
+util-linux-ng-2.19.1-barrier_documentation.patch, bnc#489740)
+  * lscpu: improve hypervisor detection (pu...@novell.com,
+fate#310255)
+- util-linux-lscpu-improve-hypervisor-detection.patch
+  * umount: avoid calling readlink on mountpoints if not necessary
+- add: umount-avoid-readlink.patch (pu...@suse.com, bnc#794529)
+  * fix file conflict between util-linux and s390-32
+(pu...@suse.com, bnc#805684)
+  * util-linux-update-default-commit-interval.patch:
+mount(8): update default commit interval (pu...@suse.com,
+bnc#809480)
+  * Obsolete no more packaged uuid-runtime.
+- Add uname26 (util-linux-setarch-uname26.patch, FATE#313476).
+
+---

New:

  sfdisk-warn-about-2TB-limit.patch
  umount-avoid-readlink.patch
  util-linux-lscpu-improve-hypervisor-detection.patch
  util-linux-ng-2.16-squashfs3-detect.patch
  util-linux-ng-2.19.1-barrier_documentation.patch
  util-linux-setarch-uname26.patch
  util-linux-update-default-commit-interval.patch



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.YXRIwZ/_old  2014-03-22 07:49:52.0 +0100
+++ /var/tmp/diff_new_pack.YXRIwZ/_new  2014-03-22 07:49:52.0 +0100
@@ -114,10 +114,22 @@
 Patch17:sulogin-fooled-on-tty-line-due-plymouth.patch
 # PATCH-FIX-SUSE -- sulogin: find suitable console device even if first is not 
usable
 Patch18:sulogin-does-not-find-any-console.patch
-
+# PATCH-FEATURE-SLES util-linux-setarch-uname26.patch fate313476 
sbra...@suse.cz -- Support for uname26 binary.
+Patch19:util-linux-setarch-uname26.patch
 # hack for boot.localfs
 Patch20:util-linux-HACK-boot.localfs.diff
-
+# PATCH-FEATURE-SLES util-linux-ng-2.16-squashfs3-detect.patch bnc666893 
mszer...@suse.cz -- Detect squashfs version = 3 as squashfs3 and version = 4 
as squashfs.
+Patch21:util-linux-ng-2.16-squashfs3-detect.patch
+# PATCH-FEATURE-SLES fdisk-warn-about-2TB-limit.patch bnc495657 
pu...@novell.com -- Warn about 2TB limit.
+Patch22:sfdisk-warn-about-2TB-limit.patch
+# PATCH-FEATURE-SLES util-linux-ng-2.19.1-barrier_documentation.patch 
bnc489740 j...@suse.cz -- Document barrier option in mount.8.
+Patch23:util-linux-ng-2.19.1-barrier_documentation.patch
+# PATCH-FEATURE-SLES util-linux-lscpu-improve-hypervisor-detection.patch 
fate310255 pu...@novell.com -- Improve hypervisor detection.
+Patch24:util-linux-lscpu-improve-hypervisor-detection.patch
+# PATCH-FIX-SLES umount-avoid-readlink.patch bnc794529 pu...@suse.com -- 
umount: avoid calling readlink on mountpoints if not necessary.
+Patch25:umount-avoid-readlink.patch
+# PATCH-FIX-SLES util-linux-update-default-commit-interval.patch bnc#809480 
pu...@suse.com -- Update default commit interval.
+Patch26:util-linux-update-default-commit-interval.patch
 ##
 ## klogconsole
 ##
@@ -146,6 +158,14 @@
 # File conflict of sulogin and utmpdump (up to 12.3 and SLE11).
 Conflicts:  sysvinit-tools  2.88+-87
 %endif
+# bnc#805684:
+%ifarch s390x
+Obsoletes:  s390-32
+Provides:   s390-32
+%endif
+# uuid-runtime appeared in SLE11 SP1 to SLE11 SP3
+Provides:   uuid-runtime = %{version}-%{release}
+Obsoletes:  uuid-runtime  %{version}-%{release}
 #
 # Using Requires here would lend itself to help upgrading, but since
 # util-linux is in the initial bootstrap, that is not a good thing to do:
@@ -235,9 +255,17 @@
 %patch16 -p0
 %patch17 -p0
 %patch18 -p0
+%patch19 -p1
 #
 %patch20 -p1
 #
+%patch21 -p1
+%patch22 -p1
+%patch23 -p1
+%patch24 -p1
+%patch25 -p1
+%patch26 -p1
+#
 # setctsid
 cp -p %{S:22} %{S:23} .
 # nologin
@@ -693,6 +721,7 @@
 %{_bindir}/utmpdump
 %endif
 %{_bindir}/uuidgen
+%{_bindir}/uname26
 %ifnarch ppc ppc64
 %{_bindir}/chrp-addnote
 

commit fcitx-unikey for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package fcitx-unikey for openSUSE:Factory 
checked in at 2014-03-22 09:06:57

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


Package is fcitx-unikey

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-unikey/fcitx-unikey.changes
2013-07-18 16:06:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-unikey.new/fcitx-unikey.changes   
2014-03-22 09:06:58.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 22 11:25:35 UTC 2014 - i...@marguerite.su
+
+- update version 0.2.3
+  * install desc file
+
+---

Old:

  fcitx-unikey-0.2.2.tar.xz

New:

  fcitx-unikey-0.2.3.tar.xz



Other differences:
--
++ fcitx-unikey.spec ++
--- /var/tmp/diff_new_pack.jKExJp/_old  2014-03-22 09:06:59.0 +0100
+++ /var/tmp/diff_new_pack.jKExJp/_new  2014-03-22 09:06:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-unikey
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   fcitx-unikey
-Version:0.2.2
+Version:0.2.3
 Release:0
 Summary:Vietnamese unikey support for Fcitx
 License:GPL-3.0+
@@ -73,6 +73,7 @@
 %{_fcitx_addondir}/%{name}.conf
 %{_fcitx_imicondir}/unikey.png
 %{_fcitx_inputmethoddir}/unikey.conf
+%{_fcitx_descdir}/%{name}.desc
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 
 %changelog

++ fcitx-unikey-0.2.2.tar.xz - fcitx-unikey-0.2.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-unikey-0.2.2/po/vi.po 
new/fcitx-unikey-0.2.3/po/vi.po
--- old/fcitx-unikey-0.2.2/po/vi.po 2013-07-15 22:35:46.0 +0200
+++ new/fcitx-unikey-0.2.3/po/vi.po 2013-10-14 15:05:00.0 +0200
@@ -3,15 +3,16 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Translators:
+# bizover, 2013
 # Lê Quốc Tuấn mr.lequoct...@gmail.com, 2009
 # Xuetian Weng wen...@gmail.com, 2012-2013
 msgid 
 msgstr 
 Project-Id-Version: fcitx\n
 Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n
-POT-Creation-Date: 2013-04-25 00:02-0400\n
-PO-Revision-Date: 2013-01-18 20:49+\n
-Last-Translator: Xuetian Weng wen...@gmail.com\n
+POT-Creation-Date: 2013-07-30 12:02-0400\n
+PO-Revision-Date: 2013-07-30 14:55+\n
+Last-Translator: bizover\n
 Language-Team: Vietnamese (http://www.transifex.com/projects/p/fcitx/;
 language/vi/)\n
 Language: vi\n
@@ -77,7 +78,7 @@
 msgid Spell Check
 msgstr kiểm tra chính tả
 
-#: src/unikey-im.cpp:152 src/fcitx-unikey.conf.in:3
+#: src/unikey-im.cpp:152 src/fcitx-unikey.conf.in:3 src/unikey.conf.in:3
 msgid Unikey
 msgstr Unikey
 
@@ -85,13 +86,13 @@
 msgid Unikey Input Method
 msgstr Unikey Kiểu gõ
 
-#: macro-editor/editor.cpp:48 macro-editor/editor.cpp:71
+#: macro-editor/editor.cpp:48 macro-editor/editor.cpp:76
 msgid Unikey Macro Editor
-msgstr 
+msgstr Bộ chỉnh macro cho Unikey
 
 #: src/fcitx-unikey.conf.in:4
 msgid Unikey Wrapper For Fcitx
-msgstr 
+msgstr Bộ Unikey dành cho Fcitx
 
 #: macro-editor/model.cpp:46
 msgid Word
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-unikey-0.2.2/src/CMakeLists.txt 
new/fcitx-unikey-0.2.3/src/CMakeLists.txt
--- old/fcitx-unikey-0.2.2/src/CMakeLists.txt   2013-07-15 22:35:46.0 
+0200
+++ new/fcitx-unikey-0.2.3/src/CMakeLists.txt   2013-10-14 15:05:00.0 
+0200
@@ -18,6 +18,7 @@
 
 fcitx_add_addon_full(unikey
SOURCES ${fcitx_unikey_sources}
+   DESC
LINK_LIBS unikey
IM_CONFIG unikey.conf
)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtkwave for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package gtkwave for openSUSE:Factory checked 
in at 2014-03-22 09:07:08

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


Package is gtkwave

Changes:

--- /work/SRC/openSUSE:Factory/gtkwave/gtkwave.changes  2014-02-16 
19:53:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtkwave.new/gtkwave.changes 2014-03-22 
09:07:09.0 +0100
@@ -1,0 +2,11 @@
+Fri Mar 21 21:30:30 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 3.3.58
+  * Added /Data Format/Popcnt function for ones counting.
+  * Warnings fixes from new Clang 3.4 scan-build.
+  * Updated VCD ID generation in various helpers to use a faster,
+equivalent algorithm.
+  * Change [1] at end of struct to C99 [] notation with appropriate
+allocation size modification.
+
+---

Old:

  gtkwave-3.3.57.tar.gz

New:

  gtkwave-3.3.58.tar.gz



Other differences:
--
++ gtkwave.spec ++
--- /var/tmp/diff_new_pack.nuIx8E/_old  2014-03-22 09:07:10.0 +0100
+++ /var/tmp/diff_new_pack.nuIx8E/_new  2014-03-22 09:07:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gtkwave
-Version:3.3.57
+Version:3.3.58
 Release:0
 Summary:Waveform viewer for Ditital Signals
 License:GPL-2.0+

++ gtkwave-3.3.57.tar.gz - gtkwave-3.3.58.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkwave-3.3.57/ChangeLog new/gtkwave-3.3.58/ChangeLog
--- old/gtkwave-3.3.57/ChangeLog2014-02-13 23:23:05.0 +0100
+++ new/gtkwave-3.3.58/ChangeLog2014-03-16 06:31:40.0 +0100
@@ -1454,3 +1454,10 @@
Added missing compressBound() for compress2() dest mallocs.
 3.3.57 13feb14 Fix for Electric Fence crash in vlist_freeze().
Updated LZ4 for version r113.
+3.3.58 16mar14 Added /Data Format/Popcnt function for ones counting.
+   Warnings fixes from new Clang 3.4 scan-build.
+   Updated VCD ID generation in various helpers to use a faster,
+   equivalent algorithm.
+   Change [1] at end of struct to C99 [] notation with appropriate
+   allocation size modification.
+   System_profiler speed fix for OSX.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkwave-3.3.57/LICENSE.TXT 
new/gtkwave-3.3.58/LICENSE.TXT
--- old/gtkwave-3.3.57/LICENSE.TXT  2014-02-10 06:14:41.0 +0100
+++ new/gtkwave-3.3.58/LICENSE.TXT  2014-02-14 21:26:10.0 +0100
@@ -1,6 +1,6 @@
 ##
 
-GTKWave 3.3.56 Wave Viewer is Copyright (C) 1999-2014 Tony Bybell.  
+GTKWave 3.3.58 Wave Viewer is Copyright (C) 1999-2014 Tony Bybell.  
 Portions of GTKWave are Copyright (C) 1999-2014 Udi Finkelstein. 
 Context support is Copyright (C) 2007-2014 Kermin Elliott Fleming.
 Trace group support is  Copyright (C) 2009-2014 Donald Baltus.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkwave-3.3.57/configure new/gtkwave-3.3.58/configure
--- old/gtkwave-3.3.57/configure2014-02-13 02:19:57.0 +0100
+++ new/gtkwave-3.3.58/configure2014-02-14 21:26:10.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gtkwave 3.3.57.
+# Generated by GNU Autoconf 2.69 for gtkwave 3.3.58.
 #
 # Report bugs to byb...@rocketmail.com.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='gtkwave'
 PACKAGE_TARNAME='gtkwave'
-PACKAGE_VERSION='3.3.57'
-PACKAGE_STRING='gtkwave 3.3.57'
+PACKAGE_VERSION='3.3.58'
+PACKAGE_STRING='gtkwave 3.3.58'
 PACKAGE_BUGREPORT='byb...@rocketmail.com'
 PACKAGE_URL=''
 
@@ -1382,7 +1382,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 gtkwave 3.3.57 to adapt to many kinds of systems.
+\`configure' configures gtkwave 3.3.58 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1448,7 +1448,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of gtkwave 3.3.57:;;
+ short | recursive ) echo Configuration of gtkwave 3.3.58:;;
esac
   cat \_ACEOF
 
@@ -1593,7 +1593,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-gtkwave configure 3.3.57
+gtkwave configure 3.3.58
 generated by GNU 

commit gcc49 for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package gcc49 for openSUSE:Factory checked 
in at 2014-03-22 09:07:01

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


Package is gcc49

Changes:

--- /work/SRC/openSUSE:Factory/gcc49/gcc49-testresults.changes  2014-02-22 
18:10:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcc49.new/gcc49-testresults.changes 
2014-03-22 09:07:07.0 +0100
@@ -1,0 +2,26 @@
+Fri Mar 21 09:35:08 UTC 2014 - rguent...@suse.com
+
+- Update to SVN trunk head (r208745).
+
+---
+Thu Mar 13 15:18:38 UTC 2014 - rguent...@suse.com
+
+- Update to SVN trunk head (r208538).
+- Change -Wunprototyped-calls from being enabled by default to be
+  enabled with -Wall to solve GCC testsuite fallout.
+
+---
+Fri Feb 28 13:11:38 UTC 2014 - rguent...@suse.com
+
+- Update to SVN trunk head (r208221).
+- Fix typo in libgcj_bc suffix computation. 
+
+---
+Wed Feb 26 09:35:45 UTC 2014 - rguent...@suse.com
+
+- Update to SVN trunk head (r208170).
+  * includes now obsolete gcc49-libjava-install.patch
+- Disable building libvtv, it's not useful unless we instrument
+  libstdc++.
+
+---
gcc49.changes: same change
libffi49.changes: same change
libgcj49.changes: same change

Old:

  gcc-4.9.0-r207820.tar.bz2
  gcc49-libjava-install.patch

New:

  gcc-4.9.0-r208745.tar.bz2



Other differences:
--
++ gcc49-testresults.spec ++
--- /var/tmp/diff_new_pack.A6mtPS/_old  2014-03-22 09:07:08.0 +0100
+++ /var/tmp/diff_new_pack.A6mtPS/_new  2014-03-22 09:07:08.0 +0100
@@ -47,12 +47,14 @@
 
 %define quadmath_arch %ix86 x86_64 ia64
 %define tsan_arch x86_64
-%define asan_arch x86_64 %ix86 ppc ppc64 ppc64le %sparc %arm
+%define asan_arch x86_64 %ix86 ppc ppc64 %sparc %arm
 %define itm_arch x86_64 %ix86 %arm ppc ppc64 ppc64le s390 s390x %sparc
 %define atomic_arch x86_64 %ix86 %arm ppc ppc64 ppc64le s390 s390x %sparc m68k
 %define lsan_arch x86_64
-%define ubsan_arch x86_64 %ix86 ppc ppc64 ppc64le %arm
+%define ubsan_arch x86_64 %ix86 ppc ppc64 %arm
+%if 0%{?build_libvtv:1}
 %define vtv_arch x86_64 %ix86
+%endif
 %define cilkrts_arch x86_64 %ix86
 
 # We don't want to build java
@@ -134,7 +136,7 @@
 %define libgcc_s_suffix %{plv libgcc_s %{libgcc_s}}
 # libgcj SONAME changes with every GCC version
 %define libgcj_suffix %nil
-%define libgcj_bc_suffix %{plv libgcj_bc %{libgc_bc_sover}}
+%define libgcj_bc_suffix %{plv libgcj_bc %{libgcj_bc_sover}}
 %define libffi_suffix %{plv libffi %{libffi_sover}}
 %define libgomp_suffix %{plv libgomp %{libgomp_sover}}
 %define libstdcxx_suffix %{plv libstdcxx %{libstdcxx_sover}}
@@ -236,7 +238,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.9.0+r207820
+Version:4.9.0+r208745
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
@@ -292,7 +294,6 @@
 Patch7: gcc-add-defaultsspec.diff
 Patch8: Wunprototyped-calls.diff
 Patch23:libjava-no-multilib.diff
-Patch25:gcc49-libjava-install.patch
 Patch24:tls-no-direct.diff
 Patch30:gcc43-no-unwind-tables.diff
 # A set of patches from the RH srpm
@@ -313,31 +314,7 @@
 Results from running the gcc and target library testsuites.
 
 
-%package go@variant@
-Summary:GNU Go Compiler
-License:GPL-3.0+
-Group:  Development/Languages/Other
-Requires:   gcc49@variant@ = %{version}-%{release}
-
-%description go@variant@
-This package contains a Go compiler and associated development
-files based on the GNU GCC technology.
-
-%package -n libgo%{libgo_sover}%{libgo_suffix}@variant@
-Summary:GNU Go compiler runtime library
-License:BSD-3-Clause
-Group:  Development/Languages/Other
-Provides:   libgo%{libgo_sover}@variant@ = %{version}-%{release}
-# Only one package may provide this - allows multiple gcc versions
-# to co-exist without an overly large list of provides/obsoletes
-Conflicts:  %selfconflict libgo%{libgo_sover}@variant@
-
-%description -n libgo%{libgo_sover}%{libgo_suffix}@variant@
-A foreign function interface is the popular name for the interface that allows 
code written in one language to call code written in another language.
 
-%post -n libgo%{libgo_sover}%{libgo_suffix}@variant@ -p /sbin/ldconfig
-
-%postun -n libgo%{libgo_sover}%{libgo_suffix}@variant@ -p /sbin/ldconfig

commit libqt5-qtlocation for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtlocation for 
openSUSE:Factory checked in at 2014-03-22 09:08:10

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  
2014-02-18 16:17:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtlocation.new/libqt5-qtlocation.changes 
2014-03-22 09:08:11.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 02:31:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Build, and add examples subpackage
+
+---



Other differences:
--
++ libqt5-qtlocation.spec ++
--- /var/tmp/diff_new_pack.Wh3YKE/_old  2014-03-22 09:08:12.0 +0100
+++ /var/tmp/diff_new_pack.Wh3YKE/_new  2014-03-22 09:08:12.0 +0100
@@ -76,6 +76,14 @@
 API guarantees. The packages that build against these have to require
 the exact Qt version.
 
+%package examples
+Summary:Qt5 location examples
+Group:  Development/Libraries/X11
+Recommends: %{name}-devel
+
+%description examples
+Examples for libqt5-qtlocation module.
+
 %post -n %libname -p /sbin/ldconfig
 
 %postun -n %libname -p /sbin/ldconfig
@@ -116,4 +124,9 @@
 %{_libqt5_libdir}/pkgconfig/Qt5Positioning.pc
 %{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_*.pri
 
+%files examples
+%defattr(-,root,root,755)
+%doc *.txt LICENSE.*
+%{_libqt5_examplesdir}/
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ibus-input-pad for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package ibus-input-pad for openSUSE:Factory 
checked in at 2014-03-22 09:07:35

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


Package is ibus-input-pad

Changes:

--- /work/SRC/openSUSE:Factory/ibus-input-pad/ibus-input-pad.changes
2013-12-13 11:57:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-input-pad.new/ibus-input-pad.changes   
2014-03-22 09:07:36.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 22 11:30:31 UTC 2014 - i...@marguerite.su
+
+- update version 1.4.2
+  * Removed shared_type tag in input-pad.xml, which is not upstreamed.
+
+---

Old:

  ibus-input-pad-1.4.1.tar.gz

New:

  ibus-input-pad-1.4.2.tar.gz



Other differences:
--
++ ibus-input-pad.spec ++
--- /var/tmp/diff_new_pack.uqArJJ/_old  2014-03-22 09:07:36.0 +0100
+++ /var/tmp/diff_new_pack.uqArJJ/_new  2014-03-22 09:07:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-input-pad
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,8 +17,8 @@
 
 
 Name:ibus-input-pad
-Version: 1.4.1
-Release: 1
+Version:1.4.2
+Release:0
 Summary: Input Pad for IBus
 License: GPL-2.0+
 Group:   System/Localization
@@ -27,12 +27,12 @@
 BuildRequires:   gettext-devel
 BuildRequires:   gtk2-devel
 BuildRequires:   gtk3-devel
-BuildRequires:   libtool
 BuildRequires:   ibus-devel
 BuildRequires:   input-pad-devel
 BuildRequires:   intltool
+BuildRequires:  libtool
 Requires:ibus
-BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The input pad engine for IBus platform.

++ ibus-input-pad-1.4.1.tar.gz - ibus-input-pad-1.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-input-pad-1.4.1/ChangeLog 
new/ibus-input-pad-1.4.2/ChangeLog
--- old/ibus-input-pad-1.4.1/ChangeLog  2013-12-06 07:36:11.0 +0100
+++ new/ibus-input-pad-1.4.2/ChangeLog  2013-12-27 05:09:15.0 +0100
@@ -1,3 +1,14 @@
+commit ee268114f11d7c537e652e2b964bad4425a9b8c2
+Author: fujiwarat takao.fujiwa...@gmail.com
+Date:   2013-12-27 13:05:42 +0900
+
+Released 1.4.2
+
+Removed shared_type tag in input-pad.xml, which is not upstreamed.
+
+M  configure.ac
+M  engine/input-pad.xml.in
+
 commit 3c607f7ce66c90aa222bcb62a7e59708aa6f74a3
 Author: fujiwarat takao.fujiwa...@gmail.com
 Date:   2013-12-06 15:33:02 +0900
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-input-pad-1.4.1/configure 
new/ibus-input-pad-1.4.2/configure
--- old/ibus-input-pad-1.4.1/configure  2013-12-06 07:35:03.0 +0100
+++ new/ibus-input-pad-1.4.2/configure  2013-12-27 05:08:37.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ibus-input-pad 1.4.1.
+# Generated by GNU Autoconf 2.69 for ibus-input-pad 1.4.2.
 #
 # Report bugs to http://code.google.com/p/input-pad/issues/entry.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='ibus-input-pad'
 PACKAGE_TARNAME='ibus-input-pad'
-PACKAGE_VERSION='1.4.1'
-PACKAGE_STRING='ibus-input-pad 1.4.1'
+PACKAGE_VERSION='1.4.2'
+PACKAGE_STRING='ibus-input-pad 1.4.2'
 PACKAGE_BUGREPORT='http://code.google.com/p/input-pad/issues/entry'
 PACKAGE_URL=''
 
@@ -1413,7 +1413,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 ibus-input-pad 1.4.1 to adapt to many kinds of systems.
+\`configure' configures ibus-input-pad 1.4.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1483,7 +1483,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of ibus-input-pad 1.4.1:;;
+ short | recursive ) echo Configuration of ibus-input-pad 1.4.2:;;
esac
   cat \_ACEOF
 
@@ -1615,7 +1615,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-ibus-input-pad configure 1.4.1
+ibus-input-pad configure 1.4.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2105,7 

commit libqt5-qtquick1 for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory 
checked in at 2014-03-22 09:08:16

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  
2014-02-18 16:17:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 
2014-03-22 09:08:17.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 02:31:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Build, and add examples subpackage
+
+---



Other differences:
--
++ libqt5-qtquick1.spec ++
--- /var/tmp/diff_new_pack.hk9AmI/_old  2014-03-22 09:08:18.0 +0100
+++ /var/tmp/diff_new_pack.hk9AmI/_new  2014-03-22 09:08:18.0 +0100
@@ -108,6 +108,14 @@
 API guarantees. The packages that build against these have to require
 the exact Qt version.
 
+%package examples
+Summary:Qt5 quick1(declarative) examples
+Group:  Development/Libraries/X11
+Recommends: %{name}-devel
+
+%description examples
+Examples for libqt5-qtdeclarative(quick1) modules.
+
 %post -n %libname -p /sbin/ldconfig
 
 %postun -n %libname -p /sbin/ldconfig
@@ -165,4 +173,9 @@
 %{_libqt5_archdatadir}/mkspecs/modules/qt_lib_*.pri
 %{_libqt5_plugindir}/qml1tooling
 
+%files examples
+%defattr(-,root,root,755)
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
+%{_libqt5_examplesdir}/
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libavutil for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libavutil for openSUSE:Factory 
checked in at 2014-03-22 09:07:50

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


Package is libavutil

Changes:

--- /work/SRC/openSUSE:Factory/libavutil/libavutil.changes  2014-02-20 
07:49:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.libavutil.new/libavutil.changes 2014-03-22 
09:07:51.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 15 00:00:00 UTC 2014 - manfred.trem...@iiv.de
+
+- update to 2.1.4
+  * more fixes
+
+---

Old:

  ffmpeg-2.1.3-crippled.tar.bz2
  libavutil-2.1.3-cripple.patch

New:

  ffmpeg-2.1.4-crippled.tar.bz2
  libavutil-2.1.4-cripple.patch



Other differences:
--
++ libavutil.spec ++
--- /var/tmp/diff_new_pack.HzWHna/_old  2014-03-22 09:07:52.0 +0100
+++ /var/tmp/diff_new_pack.HzWHna/_new  2014-03-22 09:07:52.0 +0100
@@ -20,7 +20,7 @@
 %define swscale 2
 
 Name:   libavutil
-Version:2.1.3
+Version:2.1.4
 Release:0
 Summary:Utilities library from ffmpeg
 License:LGPL-3.0+

++ ffmpeg-2.1.3-crippled.tar.bz2 - ffmpeg-2.1.4-crippled.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpeg-2.1.3/RELEASE new/ffmpeg-2.1.4/RELEASE
--- old/ffmpeg-2.1.3/RELEASE2014-01-15 18:53:59.0 +0100
+++ new/ffmpeg-2.1.4/RELEASE2014-02-23 22:59:23.0 +0100
@@ -1 +1 @@
-2.1.3
+2.1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpeg-2.1.3/VERSION new/ffmpeg-2.1.4/VERSION
--- old/ffmpeg-2.1.3/VERSION2014-01-15 18:53:59.0 +0100
+++ new/ffmpeg-2.1.4/VERSION2014-02-23 22:59:23.0 +0100
@@ -1 +1 @@
-2.1.3
+2.1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpeg-2.1.3/configure new/ffmpeg-2.1.4/configure
--- old/ffmpeg-2.1.3/configure  2014-01-15 18:53:59.0 +0100
+++ new/ffmpeg-2.1.4/configure  2014-02-23 22:59:23.0 +0100
@@ -2036,6 +2036,7 @@
 
 # parsers
 h264_parser_select=golomb h264chroma h264dsp h264pred h264qpel videodsp
+hevc_parser_select=hevc_decoder
 mpeg4video_parser_select=error_resilience mpegvideo
 mpegvideo_parser_select=error_resilience mpegvideo
 vc1_parser_select=mpegvideo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpeg-2.1.3/doc/Doxyfile 
new/ffmpeg-2.1.4/doc/Doxyfile
--- old/ffmpeg-2.1.3/doc/Doxyfile   2014-01-15 18:53:59.0 +0100
+++ new/ffmpeg-2.1.4/doc/Doxyfile   2014-02-23 22:59:23.0 +0100
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER = 2.1.3
+PROJECT_NUMBER = 2.1.4
 
 # With the PROJECT_LOGO tag one can specify a logo or icon that is included
 # in the documentation. The maximum height of the logo should not exceed 55
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpeg-2.1.3/libavutil/samplefmt.c 
new/ffmpeg-2.1.4/libavutil/samplefmt.c
--- old/ffmpeg-2.1.3/libavutil/samplefmt.c  2014-01-13 17:31:52.0 
+0100
+++ new/ffmpeg-2.1.4/libavutil/samplefmt.c  2014-02-23 22:59:23.0 
+0100
@@ -135,6 +135,8 @@
 
 /* auto-select alignment if not specified */
 if (!align) {
+if (nb_samples  INT_MAX - 31)
+return AVERROR(EINVAL);
 align = 1;
 nb_samples = FFALIGN(nb_samples, 32);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpeg-2.1.3/tests/ref/fate/vp8-alpha 
new/ffmpeg-2.1.4/tests/ref/fate/vp8-alpha
--- old/ffmpeg-2.1.3/tests/ref/fate/vp8-alpha   2014-01-13 17:31:53.0 
+0100
+++ new/ffmpeg-2.1.4/tests/ref/fate/vp8-alpha   2014-02-23 22:59:23.0 
+0100
@@ -1,121 +1,121 @@
 #tb 0: 1/1000
-0,  1,  1,0, 2108, 0x59b92a34, S=1, 1900, 
0x8fb3adc5
-0, 33, 33,0,  142, 0x2f2a3fed, F=0x0, S=1,  
160, 0xa13346af
-0, 66, 66,0,  157, 0x17804767, F=0x0, S=1,  
209, 0x64115f15
-0,100,100,0,  206, 0x537262ca, F=0x0, S=1,  
317, 0x44a09dd0
-0,133,133,0,  259, 0x73ff74b6, F=0x0, S=1,  
384, 0x2ee2c588
-0,166,166,0,  320, 0x0fcf8ce4, F=0x0, S=1,  
415, 0xff68c953
-0,200,200,0,  377, 0x8fffb5f5, F=0x0, S=1,  
475, 0x4166f3eb
-0,233,233,0,  

commit libqt5-qtdeclarative for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2014-03-22 09:08:01

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
2014-02-18 16:17:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes
   2014-03-22 09:08:02.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 02:31:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Build, and add examples subpackage
+
+---



Other differences:
--
++ libqt5-qtdeclarative.spec ++
--- /var/tmp/diff_new_pack.JbLNmH/_old  2014-03-22 09:08:03.0 +0100
+++ /var/tmp/diff_new_pack.JbLNmH/_new  2014-03-22 09:08:03.0 +0100
@@ -106,6 +106,14 @@
 API guarantees. The packages that build against these have to require
 the exact Qt version.
 
+%package examples
+Summary:Qt5 quick/qml examples
+Group:  Development/Libraries/X11
+Recommends: %{name}-devel
+
+%description examples
+Examples for libqt5-qtdeclarative (quick/qml) modules.
+
 %post -n %libname -p /sbin/ldconfig
 
 %postun -n %libname -p /sbin/ldconfig
@@ -182,4 +190,9 @@
 %{_libqt5_archdatadir}/qml/QtTest
 %{_libqt5_libdir}/pkgconfig/Qt5QuickParticles.pc
 
+%files examples
+%defattr(-,root,root,755)
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
+%{_libqt5_examplesdir}/
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqt5-qttools for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qttools for openSUSE:Factory 
checked in at 2014-03-22 09:08:29

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
2014-02-11 10:35:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qttools.new/libqt5-qttools.changes   
2014-03-22 09:08:30.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 02:31:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Build, and add examples subpackage
+
+---



Other differences:
--
++ libqt5-qttools.spec ++
--- /var/tmp/diff_new_pack.Owx8vm/_old  2014-03-22 09:08:30.0 +0100
+++ /var/tmp/diff_new_pack.Owx8vm/_new  2014-03-22 09:08:30.0 +0100
@@ -91,6 +91,14 @@
 API guarantees. The packages that build against these have to require
 the exact Qt version.
 
+%package examples
+Summary:Qt5 tools examples
+Group:  Development/Libraries/X11
+Recommends: %{name}-devel
+
+%description examples
+Examples for libqt5-qttools module.
+
 %package -n libQt5CLucene5
 Summary:Qt 5 Clucene Library
 Group:  Development/Libraries/X11
@@ -246,4 +254,9 @@
 %dir %{_datadir}/qt5
 %{_datadir}/qt5/phrasebooks
 
+%files examples
+%defattr(-,root,root,755)
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
+%{_libqt5_examplesdir}/
+
 %changelog




-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libvirt for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2014-03-22 09:08:51

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


Package is libvirt

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2014-03-12 
15:45:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2014-03-22 
09:08:52.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 14 13:44:06 MDT 2014 - jfeh...@suse.com
+
+- Add /usr/sbin/rc{libvirtd,virtlockd,libvirt-guests} symlinks
+  to preserve backwards compatibility
+  bnc#868190
+
+---



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.vMNTmY/_old  2014-03-22 09:08:53.0 +0100
+++ /var/tmp/diff_new_pack.vMNTmY/_new  2014-03-22 09:08:53.0 +0100
@@ -1276,7 +1276,9 @@
 %if %{with_libvirtd}
 # Currently using our own libvirtd init script
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/libvirtd
-%if ! %{with_systemd}
+%if %{with_systemd}
+ln -s %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rclibvirtd
+%else
 install %SOURCE1 $RPM_BUILD_ROOT%{_sysconfdir}/init.d/libvirtd
 ln -s /etc/init.d/libvirtd $RPM_BUILD_ROOT%{_sbindir}/rclibvirtd
 %endif
@@ -1285,6 +1287,7 @@
 # For other services, use the in-tree scripts
 %if %{with_systemd}
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/virtlockd
+ln -s %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rcvirtlockd
 %else
 mv $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/virtlockd 
$RPM_BUILD_ROOT%{_sysconfdir}/init.d/virtlockd
 ln -s /etc/init.d/virtlockd $RPM_BUILD_ROOT%{_sbindir}/rcvirtlockd
@@ -1297,6 +1300,7 @@
 %endif
 %if %{with_systemd}
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/libvirt-guests
+ln -s %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rclibvirt-guests
 %else
 mv $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/libvirt-guests 
$RPM_BUILD_ROOT%{_sysconfdir}/init.d/libvirt-guests
 mkdir -p $RPM_BUILD_ROOT%{_sbindir}
@@ -1426,10 +1430,10 @@
 %{_unitdir}/virtlockd.socket
 %else
 %config /etc/init.d/libvirtd
-%{_sbindir}/rclibvirtd
 %config /etc/init.d/virtlockd
-%{_sbindir}/rcvirtlockd
 %endif
+%{_sbindir}/rclibvirtd
+%{_sbindir}/rcvirtlockd
 %config(noreplace) %{_sysconfdir}/libvirt/libvirtd.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd
 %config(noreplace) %{_sysconfdir}/libvirt/virtlockd.conf
@@ -1720,8 +1724,8 @@
 %{_unitdir}/libvirt-guests.service
 %else
 %config /etc/init.d/libvirt-guests
-%{_sbindir}/rclibvirt-guests
 %endif
+%{_sbindir}/rclibvirt-guests
 
 %dir %{_datadir}/libvirt/
 %dir %{_datadir}/libvirt/schemas/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqt5-qtsensors for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtsensors for 
openSUSE:Factory checked in at 2014-03-22 09:08:24

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
2014-02-18 16:18:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtsensors.new/libqt5-qtsensors.changes   
2014-03-22 09:08:25.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 02:31:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Build, and add examples subpackage
+
+---



Other differences:
--
++ libqt5-qtsensors.spec ++
--- /var/tmp/diff_new_pack.MjWLge/_old  2014-03-22 09:08:26.0 +0100
+++ /var/tmp/diff_new_pack.MjWLge/_new  2014-03-22 09:08:26.0 +0100
@@ -89,6 +89,14 @@
 API guarantees. The packages that build against these have to require
 the exact Qt version.
 
+%package examples
+Summary:Qt5 sensors examples
+Group:  Development/Libraries/X11
+Recommends: %{name}-devel
+
+%description examples
+Examples for libqt5-qtsensors module.
+
 %post -n %libname -p /sbin/ldconfig
 
 %postun -n %libname -p /sbin/ldconfig
@@ -131,4 +139,9 @@
 %{_libqt5_libdir}/pkgconfig/Qt5Sensors.pc
 %{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_*.pri
 
+%files examples
+%defattr(-,root,root,755)
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
+%{_libqt5_examplesdir}/
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit librelp for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package librelp for openSUSE:Factory checked 
in at 2014-03-22 09:08:35

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


Package is librelp

Changes:

--- /work/SRC/openSUSE:Factory/librelp/librelp.changes  2014-03-18 
14:15:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.librelp.new/librelp.changes 2014-03-22 
09:08:36.0 +0100
@@ -1,0 +2,7 @@
+Thu Mar 20 16:18:03 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 1.2.5:
+  - permit to use anonymous TLS on platforms where GnuTLS lacks
+certificate verification function
+
+---

Old:

  librelp-1.2.4.tar.gz

New:

  librelp-1.2.5.tar.gz



Other differences:
--
++ librelp.spec ++
--- /var/tmp/diff_new_pack.FeIkxF/_old  2014-03-22 09:08:37.0 +0100
+++ /var/tmp/diff_new_pack.FeIkxF/_new  2014-03-22 09:08:37.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   librelp
 %define library_name librelp0
-Version:1.2.4
+Version:1.2.5
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.librelp.com/
@@ -28,9 +28,9 @@
 Group:  Development/Libraries/C and C++
 BuildRequires:  pkgconfig
 %if 0%{?sles_version}  0%{?sles_version} = 11
-BuildRequires:  libgnutls-devel = 2.9.10
+BuildRequires:  libgnutls-devel = 2.0.0
 %else
-BuildRequires:  pkgconfig(gnutls) = 2.9.10
+BuildRequires:  pkgconfig(gnutls) = 2.0.0
 %endif
 
 %description

++ librelp-1.2.4.tar.gz - librelp-1.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librelp-1.2.4/ChangeLog new/librelp-1.2.5/ChangeLog
--- old/librelp-1.2.4/ChangeLog 2014-03-15 11:21:27.0 +0100
+++ new/librelp-1.2.5/ChangeLog 2014-03-20 14:23:37.0 +0100
@@ -1,4 +1,9 @@
 --
+Version 1.2.5 - 2014-03-20
+- permit to use anonymous TLS on platforms where GnuTLS misses
+  certificate verification function. This permits to use at least
+  anon TLS on platforms like RHEL and CENTOS 6.
+--
 Version 1.2.4 - 2014-03-17
 - correct API/ABI change in 1.2.3
   My reasoning was flawed, and we could run into problems with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librelp-1.2.4/config.h.in 
new/librelp-1.2.5/config.h.in
--- old/librelp-1.2.4/config.h.in   2014-03-15 11:21:46.0 +0100
+++ new/librelp-1.2.5/config.h.in   2014-03-20 14:24:45.0 +0100
@@ -19,6 +19,9 @@
 /* Define to 1 if you have the `epoll_create1' function. */
 #undef HAVE_EPOLL_CREATE1
 
+/* do we have gnutls_certificate_set_verify_function */
+#undef HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION
+
 /* Define to 1 if you have the inttypes.h header file. */
 #undef HAVE_INTTYPES_H
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librelp-1.2.4/configure new/librelp-1.2.5/configure
--- old/librelp-1.2.4/configure 2014-03-15 11:21:40.0 +0100
+++ new/librelp-1.2.5/configure 2014-03-20 14:24:38.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for librelp 1.2.4.
+# Generated by GNU Autoconf 2.69 for librelp 1.2.5.
 #
 # Report bugs to rgerha...@adiscon.com.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='librelp'
 PACKAGE_TARNAME='librelp'
-PACKAGE_VERSION='1.2.4'
-PACKAGE_STRING='librelp 1.2.4'
+PACKAGE_VERSION='1.2.5'
+PACKAGE_STRING='librelp 1.2.5'
 PACKAGE_BUGREPORT='rgerha...@adiscon.com'
 PACKAGE_URL=''
 
@@ -1323,7 +1323,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 librelp 1.2.4 to adapt to many kinds of systems.
+\`configure' configures librelp 1.2.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1393,7 +1393,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of librelp 1.2.4:;;
+ short | recursive ) echo Configuration of librelp 1.2.5:;;
esac
   cat \_ACEOF
 
@@ -1508,7 +1508,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-librelp configure 1.2.4
+librelp configure 1.2.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2034,7 +2034,7 @@
 This file contains any messages produced by compilers while
 

commit libqt5-qtscript for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtscript for openSUSE:Factory 
checked in at 2014-03-22 09:08:19

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  
2014-03-10 12:35:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtscript.new/libqt5-qtscript.changes 
2014-03-22 09:08:20.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 02:31:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Build, and add examples subpackage
+
+---



Other differences:
--
++ libqt5-qtscript.spec ++
--- /var/tmp/diff_new_pack.Zhy4gQ/_old  2014-03-22 09:08:21.0 +0100
+++ /var/tmp/diff_new_pack.Zhy4gQ/_new  2014-03-22 09:08:21.0 +0100
@@ -106,6 +106,14 @@
 API guarantees. The packages that build against these have to require
 the exact Qt version.
 
+%package examples
+Summary:Qt5 script examples
+Group:  Development/Libraries/X11
+Recommends: %{name}-devel
+
+%description examples
+Examples for libqt5-qtscript module.
+
 %post -n %libname -p /sbin/ldconfig
 
 %postun -n %libname -p /sbin/ldconfig
@@ -146,4 +154,9 @@
 %{_libqt5_libdir}/pkgconfig/Qt5*.pc
 %{_libqt5_archdatadir}/mkspecs/modules/qt_lib_*.pri
 
+%files examples
+%defattr(-,root,root,755)
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
+%{_libqt5_examplesdir}/
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libzypp-bindings for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libzypp-bindings for 
openSUSE:Factory checked in at 2014-03-22 09:08:57

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


Package is libzypp-bindings

Changes:

--- /work/SRC/openSUSE:Factory/libzypp-bindings/libzypp-bindings.changes
2014-01-27 15:31:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp-bindings.new/libzypp-bindings.changes   
2014-03-22 09:08:58.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 14 14:39:37 CET 2014 - m...@suse.de
+
+- c++11 fixes
+- 0.6.1
+
+---

Old:

  libzypp-bindings-0.6.0.tar.bz2

New:

  libzypp-bindings-0.6.1.tar.bz2



Other differences:
--
++ libzypp-bindings.spec ++
--- /var/tmp/diff_new_pack.v1x75r/_old  2014-03-22 09:08:58.0 +0100
+++ /var/tmp/diff_new_pack.v1x75r/_new  2014-03-22 09:08:58.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libzypp-bindings
-Version:0.6.0
+Version:0.6.1
 Release:0
 Summary:Bindings for libzypp
 License:GPL-2.0+

++ libzypp-bindings-0.6.0.tar.bz2 - libzypp-bindings-0.6.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.6.0/CMakeLists.txt 
new/libzypp-bindings-0.6.1/CMakeLists.txt
--- old/libzypp-bindings-0.6.0/CMakeLists.txt   2013-04-30 13:46:28.0 
+0200
+++ new/libzypp-bindings-0.6.1/CMakeLists.txt   2014-03-14 14:40:49.0 
+0100
@@ -7,7 +7,7 @@
 
 ENABLE_TESTING()
 
-SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -Wall -std=c++0x -fPIC 
-fno-strict-aliasing)
+SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -Wall -std=c++11 -fPIC 
-fno-strict-aliasing)
 
 #
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.6.0/VERSION.cmake 
new/libzypp-bindings-0.6.1/VERSION.cmake
--- old/libzypp-bindings-0.6.0/VERSION.cmake2014-01-24 08:15:51.0 
+0100
+++ new/libzypp-bindings-0.6.1/VERSION.cmake2014-03-14 14:40:49.0 
+0100
@@ -1,4 +1,4 @@
 # on maintenance branch add a 2nd level to patch (p.1, p.2, ...)
 SET(VERSION_MAJOR 0)
 SET(VERSION_MINOR 6)
-SET(VERSION_PATCH 0)
+SET(VERSION_PATCH 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libzypp-bindings-0.6.0/package/libzypp-bindings.changes 
new/libzypp-bindings-0.6.1/package/libzypp-bindings.changes
--- old/libzypp-bindings-0.6.0/package/libzypp-bindings.changes 2014-01-24 
08:15:51.0 +0100
+++ new/libzypp-bindings-0.6.1/package/libzypp-bindings.changes 2014-03-14 
14:40:49.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Mar 14 14:39:37 CET 2014 - m...@suse.de
+
+- c++11 fixes
+- 0.6.1
+
+---
 Fri Jan 24 08:05:29 CET 2014 - m...@suse.de
 
 - Adapt to libzypp changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.6.0/swig/zypp.i 
new/libzypp-bindings-0.6.1/swig/zypp.i
--- old/libzypp-bindings-0.6.0/swig/zypp.i  2013-12-02 13:21:43.0 
+0100
+++ new/libzypp-bindings-0.6.1/swig/zypp.i  2014-03-14 14:40:49.0 
+0100
@@ -20,6 +20,7 @@
 #define BOOST_NO_CXX11_NOEXCEPT
 #define BOOST_NO_CXX11_RVALUE_REFERENCES
 #define BOOST_NO_CXX11_SMART_PTR
+#define constexpr
 
 %{
 /* Includes the header in the wrapper code */

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openscap for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package openscap for openSUSE:Factory 
checked in at 2014-03-22 09:09:03

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


Package is openscap

Changes:

--- /work/SRC/openSUSE:Factory/openscap/openscap.changes2014-03-18 
14:15:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap.changes   2014-03-22 
09:09:05.0 +0100
@@ -1,0 +2,13 @@
+Fri Mar 21 12:46:34 UTC 2014 - meiss...@suse.com
+
+- openscap-1.0.7 update:
+ - fix namespaces for attributes in ARF relationship element
+ - Avoid .00 as the score in HTML report when score is 0.
+
+---
+Wed Mar 19 09:09:20 UTC 2014 - meiss...@suse.com
+
+- openscap-1.0.6 update:
+ - fix process58 loginuid integer handling on 32bit
+
+---

Old:

  openscap-1.0.5.tar.gz
  openscap-1.0.5.tar.gz.sha1sum

New:

  openscap-1.0.7.tar.gz
  openscap-1.0.7.tar.gz.sha1sum



Other differences:
--
++ openscap.spec ++
--- /var/tmp/diff_new_pack.zu51pt/_old  2014-03-22 09:09:06.0 +0100
+++ /var/tmp/diff_new_pack.zu51pt/_new  2014-03-22 09:09:06.0 +0100
@@ -20,7 +20,7 @@
 %define with_bindings 0
 
 Name:   openscap
-Version:1.0.5
+Version:1.0.7
 Release:1.0
 Source: 
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz
 Source5:
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz.sha1sum

++ openscap-1.0.5.tar.gz - openscap-1.0.7.tar.gz ++
/work/SRC/openSUSE:Factory/openscap/openscap-1.0.5.tar.gz 
/work/SRC/openSUSE:Factory/.openscap.new/openscap-1.0.7.tar.gz differ: char 5, 
line 1

++ openscap-1.0.5.tar.gz.sha1sum - openscap-1.0.7.tar.gz.sha1sum ++
--- /work/SRC/openSUSE:Factory/openscap/openscap-1.0.5.tar.gz.sha1sum   
2014-03-18 14:15:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap-1.0.7.tar.gz.sha1sum  
2014-03-22 09:09:05.0 +0100
@@ -1 +1 @@
-fb3f66b027d66e16584334b60911727c32d5e01d  openscap-1.0.5.tar.gz
+e389377abcf4e2cfc9528a032d45100431b74be1  openscap-1.0.7.tar.gz



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pymol for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package pymol for openSUSE:Factory checked 
in at 2014-03-22 09:09:30

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


Package is pymol

Changes:

--- /work/SRC/openSUSE:Factory/pymol/pymol.changes  2014-01-13 
13:49:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.pymol.new/pymol.changes 2014-03-22 
09:09:32.0 +0100
@@ -1,0 +2,38 @@
+Thu Mar 13 14:30:29 UTC 2014 - dh...@wustl.edu
+
+- update to svn rev 4073
+  * fix CGO ALPHA should not make colors get ignored
+  * volume API and panel improvements
+* volume presets
+* new commands: volume_color, volume_ramp_new
+* improved volume panel/UI
+* custom volume ramps/presets
+* support for volumes from maps with transformation matrix (matrix_copy on 
map)
+  * fix distorted labels with stereo walleye/crosseye
+  * fix broken label scaling on Linux
+  * update splash
+  * bugfix: labels missing on some ATI cards
+  * th_assert - ok_assert
+  * fix typo in menu: isolevel -1.5
+  * set PYMOL_PATH=. if unknown and cannot be guessed
+  * use PYMOL_DATA in ShaderMgr
+  * remove some old code in pymol/__init__.py
+  * http://sourceforge.net/p/pymol/bugs/147/
+  * add method chempy.brick.Brick.from_numpy
+  * mutagenesis wizard: use PYMOL_DATA
+  * fix pymolrc lookup on Windows from users home directory broken
+  * read space group from CCP4 maps
+  * handle empty space group like P1 (for best support of map formats
+which do not have a space group)
+  * map_auto_expand_sym: take symmetry from map if molecular object
+doesn't have symmetry information
+  * gracefully reject writing MOL format with 999 atoms
+  * fix: saving MOL2 format with empty atom name
+  * fix: ray+png in batch mode ray traces twice
+  * disable seq_view in mpng
+  * change movie_quality default to 90 (was 60)
+  * fix needs_alpha_reset
+  * apbs_tools PDB writing: disable putting spaces before dashes
+
+
+---

Old:

  pymol-1.6.9.0.svn4058.tar.bz2

New:

  pymol-1.7.1.0.svn4073.tar.bz2



Other differences:
--
++ pymol.spec ++
--- /var/tmp/diff_new_pack.XwwVfb/_old  2014-03-22 09:09:33.0 +0100
+++ /var/tmp/diff_new_pack.XwwVfb/_new  2014-03-22 09:09:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pymol
-Version:1.6.9.0.svn4058
+Version:1.7.1.0.svn4073
 Release:0
 Url:http://pymol.org
 Summary:A Molecular Viewer

++ pymol-1.6.9.0.svn4058.tar.bz2 - pymol-1.7.1.0.svn4073.tar.bz2 ++
/work/SRC/openSUSE:Factory/pymol/pymol-1.6.9.0.svn4058.tar.bz2 
/work/SRC/openSUSE:Factory/.pymol.new/pymol-1.7.1.0.svn4073.tar.bz2 differ: 
char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-hacking for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package python-hacking for openSUSE:Factory 
checked in at 2014-03-22 09:09:56

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


Package is python-hacking

Changes:

--- /work/SRC/openSUSE:Factory/python-hacking/python-hacking.changes
2013-11-04 12:47:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-hacking.new/python-hacking.changes   
2014-03-22 09:09:57.0 +0100
@@ -1,0 +2,10 @@
+Fri Mar 21 09:38:43 UTC 2014 - dmuel...@suse.com
+
+- fix check run 
+
+---
+Thu Jan 30 13:20:38 UTC 2014 - dmuel...@suse.com
+
+- update hacking-pep8-req.patch: Allow flake8 = 2.1 as well 
+
+---



Other differences:
--
++ python-hacking.spec ++
--- /var/tmp/diff_new_pack.buAHZI/_old  2014-03-22 09:09:57.0 +0100
+++ /var/tmp/diff_new_pack.buAHZI/_new  2014-03-22 09:09:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hacking
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -30,10 +30,9 @@
 BuildRequires:  python-distribute
 BuildRequires:  python-pbr = 0.5.21
 # Test requirements:
+BuildRequires:  python-Sphinx
 BuildRequires:  python-coverage = 3.6
-%if 0%{?suse_version} = 1110
 BuildRequires:  python-discover
-%endif
 BuildRequires:  python-extras
 BuildRequires:  python-fixtures = 0.3.14
 BuildRequires:  python-flake8
@@ -66,7 +65,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py testr
+python setup.py test
 
 %files
 %defattr(-,root,root,-)

++ hacking-pep8-req.patch ++
--- /var/tmp/diff_new_pack.buAHZI/_old  2014-03-22 09:09:57.0 +0100
+++ /var/tmp/diff_new_pack.buAHZI/_new  2014-03-22 09:09:57.0 +0100
@@ -1,23 +1,28 @@
-diff -ruN a/hacking.egg-info/requires.txt b/hacking.egg-info/requires.txt
 a/hacking.egg-info/requires.txt2013-09-10 23:24:17.0 +0200
-+++ b/hacking.egg-info/requires.txt2013-11-04 10:18:10.512866098 +0100
+Index: hacking-0.7.2/hacking.egg-info/requires.txt
+===
+--- hacking-0.7.2.orig/hacking.egg-info/requires.txt
 hacking-0.7.2/hacking.egg-info/requires.txt
 @@ -1,5 +1,5 @@
  pbr=0.5.21,1.0
 -pep8==1.4.5
 +pep8=1.4.5
  pyflakes=0.7.2,0.7.4
- flake8==2.0
+-flake8==2.0
 -six
 \ No newline at end of file
++flake8=2.0
 +six
-diff -ruN a/requirements.txt b/requirements.txt
 a/requirements.txt 2013-09-10 23:23:46.0 +0200
-+++ b/requirements.txt 2013-11-04 10:16:23.089513550 +0100
-@@ -1,6 +1,6 @@
+Index: hacking-0.7.2/requirements.txt
+===
+--- hacking-0.7.2.orig/requirements.txt
 hacking-0.7.2/requirements.txt
+@@ -1,7 +1,7 @@
  pbr=0.5.21,1.0
  
 -pep8==1.4.5
 +pep8=1.4.5
  pyflakes=0.7.2,0.7.4
- flake8==2.0
+-flake8==2.0
++flake8=2.0
  
+ six

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php5-pear-phpunit-PHPUnit_Selenium for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-phpunit-PHPUnit_Selenium 
for openSUSE:Factory checked in at 2014-03-22 09:09:20

Comparing /work/SRC/openSUSE:Factory/php5-pear-phpunit-PHPUnit_Selenium (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-phpunit-PHPUnit_Selenium.new 
(New)


Package is php5-pear-phpunit-PHPUnit_Selenium

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-phpunit-PHPUnit_Selenium/php5-pear-phpunit-PHPUnit_Selenium.changes
2011-12-21 12:18:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-phpunit-PHPUnit_Selenium.new/php5-pear-phpunit-PHPUnit_Selenium.changes
   2014-03-22 09:09:21.0 +0100
@@ -1,0 +2,131 @@
+Sat Nov 23 10:16:50 UTC 2013 - gerrit.be...@gmx.de
+
+- updated requirements 
+
+---
+Sat Nov 23 09:51:15 UTC 2013 - gerrit.be...@gmx.de
+
+- update to version 1.3.2 
+  * Compatibility with Selenium 2.34 and upper
+  * Introduced experimental file() support
+
+- update to version 1.3.1
+  * setupPage() method that can be defined to be executed after the
+session is opened but before tests start
+  * Docblocks work now in Eclipse PDT
+
+- update to version 1.3.0
+  * BC break: setBrowserUrl() argument is not loaded at the start of
+a test
+  * waitUntil() now works nicely with implicitWait()
+  * keysHolder() is deprecated, use keys() instead
+  * More complete frame() supportk
+  * Research of elements inside other element objects with by*()
+methods
+  * Supporting Selenium 2.32.0
+  * Element names are always lowercase for consistency
+  * Pause support for runSelenese() HTML cases
+
+- update to version 1.2.12
+  * Added waitUntil(), byTag()
+  * Added specialKeys() for non-alphanumeric keys
+
+- update to version 1.2.11
+  * Fixing Composer autoload support.
+
+- update to version 1.2.9
+  * Support for PHPUnit 3.7, requiring PHP 5.3.
+  * New getter methods available for extendibility.
+  * Window maximization command.
+  * Multiple strategies for browser sessions: isolated and shared
+can coexist.
+
+- update to version 1.2.8
+  * Implemented ScreenshotListener for taking screenshots in a red
+Selenium2TestCase.
+
+- update to version 1.2.7
+  * Implemented #130: version number available programmatically.
+  * Implemented $this-keys().
+  * Session is now closed on failure.
+  * Added various docblocks for SeleniumTestCase.
+  * Browser session can now be started even in setUp().
+
+- update to version 1.2.6
+  * Fixed #114 and #115: regressions of @depends/@dataProvider.
+  * Added $this-cookie() for adding and removing cookies via a
+Builder.
+  * Added Selenium2TestCase_Exception in the Cookie api.
+  * Supporting absolute URLs (http://...) in $this-url().
+  * Supporting uppercase URLs.
+  * Raising error message for stale elements reference (#117).
+  * No 500 errors when communicating with Selenium Server.
+  * Supporting Selenium 2.20.
+  * Tests for 404 pages.
+  * Supporting @depends/@dataProvider and similar annotations in
+SeleniumTestCase.
+  * Added getCssCount() in SeleniumTestCase.
+
+- update to version 1.2.5
+  * Added Window object accessible via $this-currentWindow().
+  * Implemented $this-timeouts()-asyncScript().
+  * Fixed #105: $browsers static property.
+
+- update to version 1.2.4
+  * Implemented $element-size().
+  * Implemented $element-location().
+  * Implemented $element-name(), $element-attribute(), 
+$element-equals(), $element-enabled(), $element-displayed(), 
+$element-css().
+  * Implemented $this-elements() for multiple element selection
+in the whole page.
+  * Implemented $this-frame() to switch focus between frames on
+a page.
+  * Implemented $this-execute() and $this-executeAsync() for
+executing arbitrary JavaScript.
+  * Implemented $this-windowHandle(), $this-windowHandles and
+$this-source().
+  * Implemented $this-alertText(...) for answering prompts.
+  * Supporting form submit (also via children elements).
+  * Supporting radio boxes.
+  * Supporting implicit waits on $this-by*().
+  * Supporting back and forward buttons via $this-back() and
+$this-forward().
+  * Supporting refresh of pages via $this-refresh().
+  * Supporting $element-clear().
+  * Correctly marking Selenium 1 tests as skipped when server is
+not running.
+
+- update to version 1.2.3
+  * Fixed package.xml to include missing SeleniumTestSuite.php file.
+
+- update to version 1.2.2
+  * Implemented Select object, available via $this-select().
+  * Added defaults for Selenium Server host and port.
+  * Added @method annotations on Selenium2TestCase.
+  * Fixed #83: setUpBeforeClass and tearDownAfterClass do not work
+with PHPUnit_Extensions_SeleniumTestCase.
+  * Fixed #85: using POST instead of GET in Selenium RC 

commit rubygem-bunny for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bunny for openSUSE:Factory 
checked in at 2014-03-22 09:10:47

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


Package is rubygem-bunny

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bunny/rubygem-bunny.changes  
2014-03-21 13:46:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bunny.new/rubygem-bunny.changes 
2014-03-22 09:10:48.0 +0100
@@ -1,0 +2,23 @@
+Fri Mar 21 12:54:12 UTC 2014 - co...@suse.com
+
+- updated to version 1.1.7
+ ### Heartbeat Sender Thread Leak
+ 
+ `Bunny::Session#close` no longer leaks heartbeat sender
+ threads.
+ 
+ `Bunny::Session#clean_up_on_shutdown` was cherry-picked from master.
+ 
+ ### Routing Key Limit
+ 
+ Per AMQP 0-9-1 spec, routing keys cannot be longer than 255 characters.
+ `Bunny::Channel#basic_publish` and `Bunny::Exchange#publish` now enforces
+ this limit.
+ 
+ 
+ ### Thread Leak Plugged
+ 
+ `Bunny::Session#close` on connections that have experienced a network failure
+ will correctly clean up I/O thread.
+
+---

Old:

  bunny-1.1.4.gem

New:

  bunny-1.1.7.gem



Other differences:
--
++ rubygem-bunny.spec ++
--- /var/tmp/diff_new_pack.9or1jU/_old  2014-03-22 09:10:48.0 +0100
+++ /var/tmp/diff_new_pack.9or1jU/_new  2014-03-22 09:10:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bunny
-Version:1.1.4
+Version:1.1.7
 Release:0
 %define mod_name bunny
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-qt5 for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package python-qt5 for openSUSE:Factory 
checked in at 2014-03-22 09:10:26

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


Package is python-qt5

Changes:

--- /work/SRC/openSUSE:Factory/python-qt5/python-qt5.changes2014-02-11 
10:45:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-qt5.new/python-qt5.changes   
2014-03-22 09:10:27.0 +0100
@@ -1,0 +2,19 @@
+Fri Mar 21 22:36:04 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.1
+  * Full support for Qt v5.2.1.
+  * Properties, signals and slots can now be defined in mixins
+(i.e. non-QObject classes).
+  * Support for creating QSGGeometry.AttributeSet instances.
+  * Fundamental values may now be given whenever a QJSValue
+is expected.
+  * Building PyQt5 as static libraries now works.
+  * Support for building without OpenGL.
+- Bump sip BuildRequire to current requirements (4.15.5). Also,
+  that is now minimal requires for devel subpackages
+- Rebase disable-rpaths.diff for this release
+- Disable fix_qreal_check.diff, for now the issue is fixed with
+  Qt = 5.2
+- Drop checks for ancient releases
+
+---
python3-qt5.changes: same change

Old:

  PyQt-gpl-5.2.tar.gz

New:

  PyQt-gpl-5.2.1.tar.gz



Other differences:
--
++ python-qt5.spec ++
--- /var/tmp/diff_new_pack.d97OZ6/_old  2014-03-22 09:10:28.0 +0100
+++ /var/tmp/diff_new_pack.d97OZ6/_new  2014-03-22 09:10:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-qt5
-Version:5.2
+Version:5.2.1
 Release:0
 Summary:PyQt - python bindings for Qt 5
 License:SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
@@ -45,18 +45,11 @@
 BuildRequires:  pkg-config
 #BuildRequires:  phonon-devel
 BuildRequires:  python-devel
-BuildRequires:  python-sip-devel = 4.15.2
+BuildRequires:  python-sip-devel = 4.15.5
 %requires_gedbus-1-python
 %requires_gelibqt5-x11
-%if 0%{?sles_version} == 10
-Requires:   python-elementtree
-%endif
 %py_requires
 %requires_python_sip_api
-%if 0%{?suse_version} = 1110
-%{!?python_sitelib:  %global python_sitelib  %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
-%{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
-%endif
 
 %description
 PyQt is a set of Python bindings for Trolltech's Qt application
@@ -77,7 +70,7 @@
 Requires:   libqt5-qttools-devel
 Requires:   libqt5-qtx11extras-devel
 Requires:   python-qt5-utils
-Requires:   python-sip-devel
+Requires:   python-sip-devel = 4.15.5
 Requires:   update-alternatives
 
 %description devel
@@ -106,7 +99,7 @@
 %patch1
 #PATCH-FIX-OPENSUSE: Disable RPATH when building PyQt5.
 %patch2
-%patch3 -p1
+#patch3 -p1
 
 %build
 export CXXFLAGS=%{optflags}

++ python3-qt5.spec ++
--- /var/tmp/diff_new_pack.d97OZ6/_old  2014-03-22 09:10:28.0 +0100
+++ /var/tmp/diff_new_pack.d97OZ6/_new  2014-03-22 09:10:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-qt5
-Version:5.2
+Version:5.2.1
 Release:0
 Summary:PyQt - python bindings for Qt 5
 License:SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
@@ -43,15 +43,9 @@
 BuildRequires:  libqt5-qtx11extras-devel
 BuildRequires:  pkg-config
 #BuildRequires:  phonon-devel
-BuildRequires:  python3-devel
-BuildRequires:  python3-sip-devel = 4.15.2
-
-%if 0%{?suse_version} = 1140
-%{!?python3_sitearch: %global python3_sitearch %(python3 -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
-%{!?py3_ver: %global py3_ver %(python3 -c import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version) 2/dev/null || echo PYTHON-NOT-FOUND)}
-%else
 BuildRequires:  python3-base
-%endif
+BuildRequires:  python3-devel
+BuildRequires:  python3-sip-devel = 4.15.5
 Requires:   python(abi) = %{py3_ver}
 %requires_python3_sip_api
 
@@ -74,7 +68,7 @@
 Requires:   libqt5-qttools-devel
 Requires:   libqt5-qtx11extras-devel
 Requires:   python-qt5-utils
-Requires:   python3-sip-devel
+Requires:   python3-sip-devel = 4.15.5
 Requires:   update-alternatives
 
 %description devel
@@ -93,7 +87,7 @@
 %patch1
 #PATCH-FIX-OPENSUSE: Disable RPATH when building PyQt5.
 %patch2
-%patch3 -p1
+#patch3 -p1
 
 %build
 export CXXFLAGS=%{optflags}

++ PyQt-gpl-5.2.tar.gz - PyQt-gpl-5.2.1.tar.gz ++
 97306 lines of diff (skipped)

++ disable-rpaths.diff ++
--- 

commit rubygem-gettext for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2014-03-22 09:11:00

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  
2014-02-26 06:59:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-gettext.new/rubygem-gettext.changes 
2014-03-22 09:11:01.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 12:54:12 UTC 2014 - co...@suse.com
+
+- updated to version 3.1.1, no changelog
+
+---

Old:

  gettext-3.1.0.gem

New:

  gettext-3.1.1.gem



Other differences:
--
++ rubygem-gettext.spec ++
--- /var/tmp/diff_new_pack.aMHOQh/_old  2014-03-22 09:11:02.0 +0100
+++ /var/tmp/diff_new_pack.aMHOQh/_new  2014-03-22 09:11:02.0 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-gettext
-Version:3.1.0
+Version:3.1.1
 Release:0
 %define mod_name gettext
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 30100
+%define mod_weight 30101
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 3

++ gettext-3.1.0.gem - gettext-3.1.1.gem ++
Files /work/SRC/openSUSE:Factory/rubygem-gettext/gettext-3.1.0.gem and 
/work/SRC/openSUSE:Factory/.rubygem-gettext.new/gettext-3.1.1.gem differ

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-multi_json for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2014-03-22 09:11:12

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


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2014-03-18 14:04:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2014-03-22 09:11:13.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 21 12:54:12 UTC 2014 - co...@suse.com
+
+- updated to version 1.9.2
+ * [Enable use_to_json option for Oj adapter by 
default](https://github.com/intridea/multi_json/commit/76a4aaf697b10bbabd5d535d83cf1149efcfe5c7)
+ * [Remove unused LoadError 
file](https://github.com/intridea/multi_json/commit/65dedd84d59baeefc25c477fedf0bbe85e7ce2cd)
+
+---

Old:

  multi_json-1.9.0.gem

New:

  multi_json-1.9.2.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.WWxOdN/_old  2014-03-22 09:11:13.0 +0100
+++ /var/tmp/diff_new_pack.WWxOdN/_new  2014-03-22 09:11:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.9.0
+Version:1.9.2
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-pry-doc for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry-doc for openSUSE:Factory 
checked in at 2014-03-22 09:11:30

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


Package is rubygem-pry-doc

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry-doc/rubygem-pry-doc.changes  
2014-01-13 12:03:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pry-doc.new/rubygem-pry-doc.changes 
2014-03-22 09:11:32.0 +0100
@@ -1,0 +2,10 @@
+Fri Mar 21 12:54:12 UTC 2014 - co...@suse.com
+
+- updated to version 0.6.0
+ * **Important:** dropped Ruby 1.8.7 support.
+ * Fixed (sort of [#19](https://github.com/pry/pry-doc/pull/19)) Scanning and 
caching *.c files... for show-doc Kernel.is_a?
+ * Rescanned docs for Ruby 2.0 (based on patchlevel 484)
+ * Rescanned docs for Ruby 2.1
+ * Removed the gem certificate
+
+---

Old:

  pry-doc-0.5.1.gem

New:

  pry-doc-0.6.0.gem



Other differences:
--
++ rubygem-pry-doc.spec ++
--- /var/tmp/diff_new_pack.PkqB3T/_old  2014-03-22 09:11:32.0 +0100
+++ /var/tmp/diff_new_pack.PkqB3T/_new  2014-03-22 09:11:32.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   rubygem-pry-doc
-Version:0.5.1
+Version:0.6.0
 Release:0
 %define mod_name pry-doc
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 3
 Url:https://github.com/pry/pry-doc
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Provides YARD and extended documentation support for Pry
@@ -31,7 +31,13 @@
 Group:  Development/Languages/Ruby
 
 %description
-Provides YARD and extended documentation support for Pry
+Pry Doc is a Pry REPL plugin. It provides extended documentation support for
+the
+REPL by means of improving the `show-doc` and `show-source` commands. With
+help
+of the plugin the commands are be able to display the source code and the docs
+of Ruby methods and classes implemented in C.
+documentation
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -60,24 +66,24 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-tins for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tins for openSUSE:Factory 
checked in at 2014-03-22 09:11:45

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


Package is rubygem-tins

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tins/rubygem-tins.changes
2014-02-24 15:53:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tins.new/rubygem-tins.changes   
2014-03-22 09:11:45.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 12:54:12 UTC 2014 - co...@suse.com
+
+- updated to version 1.0.1, no changelog
+
+---

Old:

  tins-1.0.0.gem

New:

  tins-1.0.1.gem



Other differences:
--
++ rubygem-tins.spec ++
--- /var/tmp/diff_new_pack.rxXRs9/_old  2014-03-22 09:11:46.0 +0100
+++ /var/tmp/diff_new_pack.rxXRs9/_new  2014-03-22 09:11:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tins
-Version:1.0.0
+Version:1.0.1
 Release:0
 %define mod_name tins
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-sprockets for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets for 
openSUSE:Factory checked in at 2014-03-22 09:11:36

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


Package is rubygem-sprockets

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sprockets/rubygem-sprockets.changes  
2014-02-25 07:42:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sprockets.new/rubygem-sprockets.changes 
2014-03-22 09:11:38.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 21 12:54:12 UTC 2014 - co...@suse.com
+
+- updated to version 2.12.0
+ * Avoid context reference in SassImporter hack so its Marshallable. Fixes
+  issues with Sass 3.3.x.
+
+---

Old:

  sprockets-2.11.0.gem

New:

  sprockets-2.12.0.gem



Other differences:
--
++ rubygem-sprockets.spec ++
--- /var/tmp/diff_new_pack.Wfig9d/_old  2014-03-22 09:11:39.0 +0100
+++ /var/tmp/diff_new_pack.Wfig9d/_new  2014-03-22 09:11:39.0 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-sprockets
-Version:2.11.0
+Version:2.12.0
 Release:0
 %define mod_name sprockets
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 21100
+%define mod_weight 21200
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 3

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-treetop for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-treetop for openSUSE:Factory 
checked in at 2014-03-22 09:11:49

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


Package is rubygem-treetop

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-treetop/rubygem-treetop.changes  
2013-10-06 18:41:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-treetop.new/rubygem-treetop.changes 
2014-03-22 09:11:50.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 12:54:12 UTC 2014 - co...@suse.com
+
+- updated to version 1.5.3, no changelog
+
+---

Old:

  treetop-1.4.15.gem

New:

  treetop-1.5.3.gem



Other differences:
--
++ rubygem-treetop.spec ++
--- /var/tmp/diff_new_pack.G4j0rz/_old  2014-03-22 09:11:50.0 +0100
+++ /var/tmp/diff_new_pack.G4j0rz/_new  2014-03-22 09:11:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-treetop
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,15 +17,15 @@
 
 
 Name:   rubygem-treetop
-Version:1.4.15
+Version:1.5.3
 Release:0
 %define mod_name treetop
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 10415
+%define mod_weight 10503
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 3
 BuildRequires:  update-alternatives
 Url:https://github.com/cjheath/treetop
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -69,8 +69,8 @@
 ln -s %{_sysconfdir}/alternatives/tt %{buildroot}%{_bindir}/tt
 
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -87,17 +87,17 @@
 %{_bindir}/tt%{mod_branch}
 %{_bindir}/tt
 %ghost %{_sysconfdir}/alternatives/tt
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-open4 for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-open4 for openSUSE:Factory 
checked in at 2014-03-22 09:11:22

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


Package is rubygem-open4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-open4/rubygem-open4.changes  
2014-02-25 07:38:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-open4.new/rubygem-open4.changes 
2014-03-22 09:11:23.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 12:54:12 UTC 2014 - co...@suse.com
+
+- updated to version 1.3.3
+
+---

Old:

  open4-1.3.1.gem

New:

  open4-1.3.3.gem



Other differences:
--
++ rubygem-open4.spec ++
--- /var/tmp/diff_new_pack.OiWzzy/_old  2014-03-22 09:11:24.0 +0100
+++ /var/tmp/diff_new_pack.OiWzzy/_new  2014-03-22 09:11:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-open4
-Version:1.3.1
+Version:1.3.3
 Release:0
 %define mod_name open4
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit shorewall for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2014-03-22 09:12:01

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


Package is shorewall

Changes:

--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes  2014-03-10 
12:44:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2014-03-22 
09:12:03.0 +0100
@@ -1,0 +2,16 @@
+Thu Mar 20 08:07:23 UTC 2014 - tog...@opensuse.org
+
+- Update to version 4.5.21.8 For more details see changelog.txt and
+  releasenotes.txt
+
+  * If an rtrules entry duplicated a Shorewall-generated route rule but
+had a lower priority than the generated one has (2), then a
+disable/enable sequence on the provider would result in
+duplicate rules with priority 2.
+
+  *  When 'shorewall[6] debug [re]start' was run, any error messages
+generated because of ip[6]tables command errors would not
+include '-t table'. 
+
+- Remove 0001-fix-release-version.patch  
+---

Old:

  0001-fix-release-version.patch
  shorewall-4.5.21.7.tar.bz2
  shorewall-core-4.5.21.7.tar.bz2
  shorewall-docs-html-4.5.21.7.tar.bz2
  shorewall-init-4.5.21.7.tar.bz2
  shorewall-lite-4.5.21.7.tar.bz2
  shorewall6-4.5.21.7.tar.bz2
  shorewall6-lite-4.5.21.7.tar.bz2

New:

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



Other differences:
--
++ shorewall.spec ++
--- /var/tmp/diff_new_pack.jzFUam/_old  2014-03-22 09:12:04.0 +0100
+++ /var/tmp/diff_new_pack.jzFUam/_new  2014-03-22 09:12:04.0 +0100
@@ -20,7 +20,7 @@
 %define have_systemd 1
 
 Name:   shorewall
-Version:4.5.21.7
+Version:4.5.21.8
 Release:0
 Summary:Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:GPL-2.0
@@ -41,8 +41,6 @@
 Patch1: 0001-fillup-install.patch
 # PATCH-FIX-UPSTREAM tog...@opensuse.org Shorewall-init init.suse.sh Required 
Start
 Patch2: 0001-remote_fs.patch
-# PATCH-FIX-UPSTREAM tog...@opensuse.org Fix version in release notes
-Patch3: 0001-fix-release-version.patch
 %if 0%{?suse_version} = 1210 ||  0%{?fedora_version}
 BuildRequires:  systemd
 %{?systemd_requires}
@@ -309,7 +307,6 @@
 
 # apply patches to shorewall
 pushd %name-%version
-%patch3 -p1
 popd
 # apply patches to shorewall-lite
 pushd %name-lite-%version

++ shorewall-4.5.21.7.tar.bz2 - shorewall-4.5.21.8.tar.bz2 ++
 1765 lines of diff (skipped)

++ shorewall-core-4.5.21.7.tar.bz2 - shorewall-core-4.5.21.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.5.21.7/changelog.txt 
new/shorewall-core-4.5.21.8/changelog.txt
--- old/shorewall-core-4.5.21.7/changelog.txt   2014-03-07 19:12:22.0 
+0100
+++ new/shorewall-core-4.5.21.8/changelog.txt   2014-03-19 18:39:15.0 
+0100
@@ -1,3 +1,11 @@
+Changes in 4.5.21.8
+
+1)  Update release documents.
+
+2)  Fix duplicate routing rules (priority 2).
+
+3)  Include -t table in debug error messages.
+
 Changes in 4.5.21.7
 
 1)  Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.5.21.7/configure 
new/shorewall-core-4.5.21.8/configure
--- old/shorewall-core-4.5.21.7/configure   2014-03-07 19:12:21.0 
+0100
+++ new/shorewall-core-4.5.21.8/configure   2014-03-19 18:39:15.0 
+0100
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.5.21.7
+VERSION=4.5.21.8
 
 case $BASH_VERSION in
 [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.5.21.7/configure.pl 
new/shorewall-core-4.5.21.8/configure.pl
--- old/shorewall-core-4.5.21.7/configure.pl2014-03-07 19:12:21.0 
+0100
+++ new/shorewall-core-4.5.21.8/configure.pl2014-03-19 18:39:15.0 
+0100
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-VERSION = '4.5.21.7'
+VERSION = '4.5.21.8'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.5.21.7/install.sh 
new/shorewall-core-4.5.21.8/install.sh
--- old/shorewall-core-4.5.21.7/install.sh  2014-03-07 19:12:21.0 
+0100
+++ new/shorewall-core-4.5.21.8/install.sh  2014-03-19 18:39:15.0 
+0100
@@ -22,7 +22,7 @@
 #   

commit salt for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2014-03-22 09:11:57

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


Package is salt

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2014-02-22 
18:17:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2014-03-22 
09:11:58.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 19 19:29:13 UTC 2014 - abo...@gmail.com
+
+- Updated to 2014.1.1 Bug Fix release
+- temporarily disabled integration check after consult with Upstream
+---

Old:

  salt-2014.1.0.tar.gz

New:

  salt-2014.1.1.tar.gz



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.lQ9DAq/_old  2014-03-22 09:11:59.0 +0100
+++ /var/tmp/diff_new_pack.lQ9DAq/_new  2014-03-22 09:11:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   salt
-Version:2014.1.0
+Version:2014.1.1
 Release:0
 Summary:A parallel remote execution system
 License:Apache-2.0
@@ -52,6 +52,10 @@
 BuildRequires:  python-salt-testing
 BuildRequires:  python-unittest2
 BuildRequires:  python-xml
+%if 0%{?suse_version} = 1210
+BuildRequires:  python-pssh
+%{?systemd_requires}
+%endif
 
 #for docs
 BuildRequires:  python-sphinx
@@ -252,8 +256,8 @@
 ## install SuSEfirewall2 rules
 install -Dpm 0644  pkg/suse/salt.SuSEfirewall2 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/salt
 
-%check
-%{__python} setup.py test --runtests-opts=-u
+#%%check
+#%%{__python} setup.py test --runtests-opts=-u
 
 %preun syndic
 %if 0%{?_unitdir:1}

++ salt-2014.1.0.tar.gz - salt-2014.1.1.tar.gz ++
 9507 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmateweather for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libmateweather for openSUSE:Factory 
checked in at 2014-03-22 14:44:29

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


Package is libmateweather

Changes:

--- /work/SRC/openSUSE:Factory/libmateweather/libmateweather.changes
2013-12-18 19:21:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmateweather.new/libmateweather.changes   
2014-03-22 18:01:21.0 +0100
@@ -1,0 +2,36 @@
+Wed Mar  5 10:19:21 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Wed Feb 19 15:56:39 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + drop libsoup-gnome dependency
+  + add GTK3 support
+- Remove pkgconfig(libsoup-2.4) requirement; follow upstream changes
+- Remove useless pkgconfig(python) requirement as other required 
+  python packages require it
+
+---
+Mon Feb 10 14:34:52 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.1 (unstable)
+  + fix automagic python support 
+  + update translations
+- Remove useless xz require
+- Remove depreciated %py_requires tag
+
+---
+Thu Jan 16 21:58:57 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.0 (unstable)
+  + fixes for make dist and make distcheck
+  + write appropriate GTK API version in pkgconfig file
+  + add support for multiple GTK versions in configure
+  + proper default handling in switch statement
+  + add in extra check before dereference
+  + update weather.noaa.gov url
+
+---

Old:

  libmateweather-1.6.2.tar.xz

New:

  libmateweather-1.8.0.tar.xz



Other differences:
--
++ libmateweather.spec ++
--- /var/tmp/diff_new_pack.E8yBnl/_old  2014-03-22 18:01:22.0 +0100
+++ /var/tmp/diff_new_pack.E8yBnl/_new  2014-03-22 18:01:22.0 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for libmateweather
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -13,16 +14,15 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
-
 Name:   libmateweather
 %define _name   libmateweather1
-Version:1.6.2
+Version:1.8.0
 Release:0
 License:GPL-2.0+ and LGPL-2.1+
 Summary:MATE Weather
 Url:https://mate-desktop.org/
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 %glib2_gsettings_schema_requires
 
 BuildRequires:  mate-common
@@ -33,8 +33,6 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  pkgconfig(pygtk-2.0)
-BuildRequires:  pkgconfig(python)
-BuildRequires:  xz
 
 %description
 libmateweather is a library to access weather information from online
@@ -74,7 +72,6 @@
 %package -n python-mateweather
 Summary:Python bindings for MATE Weater
 Group:  System/GUI/Other
-%py_requires
 
 %description -n python-mateweather
 libmateweather is a library to access weather information from online

++ libmateweather-1.6.2.tar.xz - libmateweather-1.8.0.tar.xz ++
 21004 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmatekbd for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libmatekbd for openSUSE:Factory 
checked in at 2014-03-22 14:44:27

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


Package is libmatekbd

Changes:

--- /work/SRC/openSUSE:Factory/libmatekbd/libmatekbd.changes2014-01-03 
19:44:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmatekbd.new/libmatekbd.changes   
2014-03-22 18:01:19.0 +0100
@@ -1,0 +2,14 @@
+Wed Mar  5 10:17:12 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Sat Feb 15 17:37:14 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + Improved indicator font customization
+  + GTK3 support
+- Remove useless pkgconfig(gtk-doc) and xz require
+
+---

Old:

  libmatekbd-1.6.2.tar.xz

New:

  libmatekbd-1.8.0.tar.xz



Other differences:
--
++ libmatekbd.spec ++
--- /var/tmp/diff_new_pack.hWLyXN/_old  2014-03-22 18:01:21.0 +0100
+++ /var/tmp/diff_new_pack.hWLyXN/_new  2014-03-22 18:01:21.0 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for libmatekbd
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,23 +17,21 @@
 
 Name:   libmatekbd
 %define _name   libmatekbd1
-Version:1.6.2
+Version:1.8.0
 Release:0
 License:LGPL-2.1+
 Summary:MATE Desktop keyboard configuration libraries
 Url:https://mate-desktop.org/
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 %glib2_gsettings_schema_requires
 
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig(gdk-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtk-doc)
 BuildRequires:  pkgconfig(libxklavier)
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
 
 %description
 This package provides libmatekdb, an API to manage the keyboard in MATE
@@ -74,7 +73,6 @@
 %setup -q
 
 %build
-#NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 

++ libmatekbd-1.6.2.tar.xz - libmatekbd-1.8.0.tar.xz ++
 7696 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libindicator for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libindicator for openSUSE:Factory 
checked in at 2014-03-22 14:44:25

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


Package is libindicator

Changes:

--- /work/SRC/openSUSE:Factory/libindicator/libindicator.changes
2013-12-18 19:20:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libindicator.new/libindicator.changes   
2014-03-22 18:01:19.0 +0100
@@ -0,0 +1,11 @@
+---
+Fri Mar  7 19:43:41 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 12.10.2+14.04.20140304
+  * Latest release available in Ubuntu archives - no changelog provided
+- Enable build of GTK-3.0 subpackage
+- Added dont-build-debug-tools.patch, tools are used only for tests
+   developing indicators. Also, it pulls libido requirement, which
+  does not exists on openSUSE
+
+---

Old:

  libindicator-12.10.1.tar.gz

New:

  dont-build-debug-tools.patch
  libindicator_12.10.2+14.04.20140304.orig.tar.gz



Other differences:
--
++ libindicator.spec ++
--- /var/tmp/diff_new_pack.SK39zZ/_old  2014-03-22 18:01:19.0 +0100
+++ /var/tmp/diff_new_pack.SK39zZ/_new  2014-03-22 18:01:19.0 +0100
@@ -1,6 +1,7 @@
-# spec file for libindicator
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# spec file for package libindicator
+#
+# Copyright (c) 2014 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
@@ -12,31 +13,46 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:   libindicator
-%define _name   libindicator7
-Version:12.10.1
+%define _gtk2_name   libindicator7
+%define _gtk3_name   libindicator3-7
+Version:12.10.2+14.04.20140304
 Release:0
-License:GPL-3.0
 Summary:Panel indicator applet libraries
-Url:https://launchpad.net/libindicator
+License:GPL-3.0
 Group:  System/GUI/Other
-Source: %{name}-%{version}.tar.gz
-
+Url:https://launchpad.net/libindicator
+Source: %{name}_%{version}.orig.tar.gz
+# PATCH-FIX-OPENSUSE dont-build-debug-tools.patch -- they are used only for 
tests  developing indicators.
+# also, it pulls libido requirement, which does not exists on openSUSE
+Patch0: dont-build-debug-tools.patch
+BuildRequires:  gnome-common
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 
 %description
 This library contains information to build indicators to go into the indicator
 applet.
 
 
-%package -n %{_name}
+%package -n %{_gtk2_name}
 Summary:Panel indicator applet - shared libraries
 Group:  System/Libraries
 
-%description -n %{_name}
+%description -n %{_gtk2_name}
+This package provides the libraries required to build indicators and to go into
+the indicator applet.
+
+%package -n %{_gtk3_name}
+Summary:Panel indicator applet - shared libraries
+Group:  System/Libraries
+
+%description -n %{_gtk3_name}
 This package provides the libraries required to build indicators and to go into
 the indicator applet.
 
@@ -44,47 +60,83 @@
 %package devel
 Summary:Panel indicator applet - development files
 Group:  Development/Libraries/Other
-Requires:   %{_name} = %{version}
+Requires:   %{_gtk2_name} = %{version}
 
 %description devel
 This package provides the development files required to build indicators and to
 go into the indicator applet.
 
+%package -n libindicator3-devel
+Summary:Panel indicator applet - development files
+Group:  Development/Libraries/Other
+Requires:   %{_gtk3_name} = %{version}
+
+%description -n libindicator3-devel
+This package provides the development files required to build indicators and to
+go into the indicator applet.
+
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
+%patch0 -p1
 
 %build
-%configure   \
-   --disable-static  \
-   --libexecdir=%{_libexecdir}   \
-   --with-gtk=2
+%global _configure ../configure
+NOCONFIGURE=1 sh autogen.sh
+export V=1
+mkdir -p build-gtk2 build-gtk3
+
+pushd build-gtk2
+%configure --with-gtk=2 --disable-static
+make %{?_smp_mflags}
+popd
+
+pushd build-gtk3
+%configure --with-gtk=3 --disable-static
 make %{?_smp_mflags}
+popd
 
 %install
-%makeinstall
+pushd build-gtk2

commit mate-calc for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-calc for openSUSE:Factory 
checked in at 2014-03-22 14:44:32

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


Package is mate-calc

Changes:

--- /work/SRC/openSUSE:Factory/mate-calc/mate-calc.changes  2013-12-18 
19:22:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-calc.new/mate-calc.changes 2014-03-22 
18:01:26.0 +0100
@@ -1,0 +2,16 @@
+Wed Mar  5 12:50:23 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Thu Feb 20 13:00:46 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90
+  + make numpad period work without numlock on
+  + enable yelp documentation
+- Replace mate-doc-utils requirement with yelp-tools; upstream dopped
+  mate-doc-utils and now use yelp-tools to build help
+- Remove useless xz requirement
+
+---

Old:

  mate-calc-1.6.0.tar.xz

New:

  mate-calc-1.8.0.tar.xz



Other differences:
--
++ mate-calc.spec ++
--- /var/tmp/diff_new_pack.L9R5Hr/_old  2014-03-22 18:01:26.0 +0100
+++ /var/tmp/diff_new_pack.L9R5Hr/_new  2014-03-22 18:01:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-calc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,13 +16,13 @@
 
 
 Name:   mate-calc
-Version:1.6.0
+Version:1.8.0
 Release:0
 License:GPL-2.0+
 Summary:MATE Desktop calculator application
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source: 
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source: 
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 %glib2_gsettings_schema_requires
 
 BuildRequires:  bison
@@ -30,13 +30,12 @@
 BuildRequires:  flex
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common
-BuildRequires:  pkgconfig(mate-doc-utils)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gmodule-export-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
+BuildRequires:  yelp-tools
 Recommends: %{name}-lang
 
 %lang_package
@@ -52,7 +51,6 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure
 make %{?_smp_mflags} V=1
 
@@ -78,10 +76,10 @@
 %{_bindir}/mate-calculator
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/*.xml
+%{_datadir}/help/C/
 %{_datadir}/%{name}/
 %{_mandir}/man1/%{name}.1.gz
 %{_mandir}/man1/%{name}-cmd.1.gz
-#%%{_datadir}/mate/help/mate-calc/C/
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++ mate-calc-1.6.0.tar.xz - mate-calc-1.8.0.tar.xz ++
 105941 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-netbook for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-netbook for openSUSE:Factory 
checked in at 2014-03-22 14:44:39

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


Package is mate-netbook

Changes:

--- /work/SRC/openSUSE:Factory/mate-netbook/mate-netbook.changes
2014-01-03 19:45:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-netbook.new/mate-netbook.changes   
2014-03-22 18:01:36.0 +0100
@@ -1,0 +2,18 @@
+Wed Mar  5 12:53:55 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Thu Feb 20 14:06:59 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90
+  + add GTK3 support
+  + use libwnck instead of libmatewnck
+  + fix long delay with different window managers than marco
+- Replace libmatewnck requirement with libwnck; dependency has been 
+  modified by upstream
+- Remove useless mate-doc-utils dependency; package doesn't contain 
+  any documentation
+
+---

Old:

  mate-netbook-1.6.1.tar.xz

New:

  mate-netbook-1.8.0.tar.xz



Other differences:
--
++ mate-netbook.spec ++
--- /var/tmp/diff_new_pack.jwZQB9/_old  2014-03-22 18:01:37.0 +0100
+++ /var/tmp/diff_new_pack.jwZQB9/_new  2014-03-22 18:01:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-netbook
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -14,29 +14,27 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
-
 Name:   mate-netbook
-Version:1.6.1
+Version:1.8.0
 Release:0
 License:GPL-3.0
 Summary:MATE Desktop window management tool
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source: 
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
-Requires:   mate-panel = 1.6.0
+Source: 
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
+Requires:   mate-panel = 1.8.0
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libmatewnck)
+BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
 BuildRequires:  pkgconfig(libfakekey)
-BuildRequires:  pkgconfig(mate-doc-utils)
+BuildRequires:  pkgconfig(mate-desktop-2.0) = 1.8.0
 BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(xtst)
-BuildRequires:  xz
 
 %description
 This package provides a simple window management tool which provides the

++ mate-netbook-1.6.1.tar.xz - mate-netbook-1.8.0.tar.xz ++
 4389 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-backgrounds for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2014-03-22 14:44:54

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


Package is mate-backgrounds

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2014-01-03 19:44:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds.changes   
2014-03-22 18:01:52.0 +0100
@@ -1,0 +2,14 @@
+Wed Mar  5 10:58:52 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Wed Feb 19 16:25:31 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + add new Float into MATE wallpaper by Rowen Stipe
+  + add artist tag in XML files
+- Remove useless xz require
+
+---

Old:

  mate-backgrounds-1.6.1.tar.xz

New:

  mate-backgrounds-1.8.0.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.q0R3kr/_old  2014-03-22 18:01:53.0 +0100
+++ /var/tmp/diff_new_pack.q0R3kr/_new  2014-03-22 18:01:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-backgrounds 
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,16 +16,15 @@
 
 
 Name:   mate-backgrounds
-Version:1.6.1
+Version:1.8.0
 Release:0
 License:GPL-2.0
 Summary:A set of backgrounds packaged with the MATE desktop
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 BuildArch:  noarch
 BuildRequires:  mate-common
-BuildRequires:  xz
 Recommends: %{name}-lang 
 
 %description

++ mate-backgrounds-1.6.1.tar.xz - mate-backgrounds-1.8.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.6.1.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds-1.8.0.tar.xz 
differ: char 25, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-netspeed for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-netspeed for openSUSE:Factory 
checked in at 2014-03-22 14:44:40

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


Package is mate-netspeed

Changes:

--- /work/SRC/openSUSE:Factory/mate-netspeed/mate-netspeed.changes  
2013-12-19 15:08:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-netspeed.new/mate-netspeed.changes 
2014-03-22 18:01:37.0 +0100
@@ -1,0 +2,15 @@
+Wed Mar  5 12:54:58 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Thu Feb 20 13:23:34 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + Use yelp-tools instead of mate-doc-utils
+  + Add an option to hide icon
+  + Add an option to use short units
+- Replace mate-doc-utils requirement with yelp-tools
+
+---

Old:

  mate-netspeed-1.6.0.tar.xz

New:

  mate-netspeed-1.8.0.tar.xz



Other differences:
--
++ mate-netspeed.spec ++
--- /var/tmp/diff_new_pack.JzVL1R/_old  2014-03-22 18:01:38.0 +0100
+++ /var/tmp/diff_new_pack.JzVL1R/_new  2014-03-22 18:01:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-netspeed
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -14,17 +14,16 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
-
 Name:   mate-netspeed
-Version:1.6.0
+Version:1.8.0
 Release:0
 License:GPL-2.0
 Summary:MATE Desktop window management tool
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source: 
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
-Requires:   mate-panel = 1.6.0
-Requires:   hicolor-icon-theme
+Source: 
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
+Requires:   mate-panel = 1.8.0
+#Requires:   hicolor-icon-theme
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
@@ -34,9 +33,8 @@
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(libgtop-2.0)
-BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
-BuildRequires:  pkgconfig(mate-doc-utils)
-BuildRequires:  xz
+BuildRequires:  pkgconfig(libmatepanelapplet-4.0) = 1.8.0
+BuildRequires:  yelp-tools
 
 %description
 This package provides a simple window management tool which provides the
@@ -53,17 +51,16 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure --libexecdir=%{_libexecdir}/%{name} --disable-scrollkeeper
 make %{?_smp_mflags}
 
 %install
 %makeinstall
 %find_lang %{name} %{?no_lang_C}
-%fdupes %{buildroot}%{_datadir}/
+%fdupes %{buildroot}%{_datadir}
 # wipe this, need a fix by upstream, linking against itself ?
-rm -f 
%{buildroot}%{_datadir}/mate/help/mate_netspeed_applet/C/figures/mate_netspeed_applet.png
-touch 
%{buildroot}%{_datadir}/mate/help/mate_netspeed_applet/C/figures/mate_netspeed_applet.png
+#rm -f 
%{buildroot}%{_datadir}/mate/help/mate_netspeed_applet/C/figures/mate_netspeed_applet.png
+#touch 
%{buildroot}%{_datadir}/mate/help/mate_netspeed_applet/C/figures/mate_netspeed_applet.png
 
 %post
 %glib2_gsettings_schema_post
@@ -80,12 +77,13 @@
 %{_libexecdir}/%{name}/mate-netspeed-applet
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/glib-2.0/schemas/*.xml
+%{_datadir}/help/C/mate_netspeed_applet/
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/mate-panel/
-%{_datadir}/mate/help/
-%{_datadir}/omf/
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)
+%{_datadir}/help
+%exclude %{_datadir}/help/C
 
 %changelog

++ mate-netspeed-1.6.0.tar.xz - mate-netspeed-1.8.0.tar.xz ++
 92589 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-applets for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-applets for openSUSE:Factory 
checked in at 2014-03-22 14:44:30

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


Package is mate-applets

Changes:

--- /work/SRC/openSUSE:Factory/mate-applets/mate-applets.changes
2014-01-03 19:44:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-applets.new/mate-applets.changes   
2014-03-22 18:01:24.0 +0100
@@ -1,0 +2,20 @@
+Wed Mar  5 12:36:44 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Thu Feb 20 19:53:19 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + move from mate-doc-utils to yelp-tools.
+  + replace libmatewnck with gnome's libwnck.
+  + replace mucharmap in with gucharmap.
+  + add Gtk+3 support.
+  + new command applet that displays output from a command.
+  + replace broken timer applet with new applet written in C.
+  + serveal enhancement to invest-applet.
+  + remove broken modem-light applet.
+- Replace libmatewnck requires with libwnck; follow upstream changes
+
+---
@@ -30,2 +50,2 @@
-- Remove mate-invest applet and %{_bindir} from %files section; don't
-  exist anymore
+- Replace mate-doc-utils requirement with yelp-tools; upstream use it 
+  to build help documentation

Old:

  mate-applets-1.6.2.tar.xz

New:

  mate-applets-1.8.0.tar.xz



Other differences:
--
++ mate-applets.spec ++
--- /var/tmp/diff_new_pack.AAE8m1/_old  2014-03-22 18:01:25.0 +0100
+++ /var/tmp/diff_new_pack.AAE8m1/_new  2014-03-22 18:01:25.0 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for mate-applets
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,43 +16,38 @@
 
 
 Name:   mate-applets
-Version:1.6.2
+Version:1.8.0
 Release:1
 License:GFDL-1.1 and GPL-2.0+
 Summary:A set of applets for the MATE Desktop
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
-BuildRequires:  cpufrequtils-devel
 BuildRequires:  fdupes
-BuildRequires:  gucharmap-devel
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  gucharmap-devel
-BuildRequires:  libgtop-devel
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common
-BuildRequires:  mate-panel-devel
-BuildRequires:  mate-settings-daemon-devel
-BuildRequires:  NetworkManager-devel
+BuildRequires:  pkgconfig(NetworkManager)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(gucharmap-2.90)
+BuildRequires:  pkgconfig(libgtop-2.0)
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
-BuildRequires:  pkgconfig(libmatewnck)
-BuildRequires:  pkgconfig(mate-doc-utils)
+BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(mate-desktop-2.0)
 BuildRequires:  pkgconfig(mate-icon-theme)
+BuildRequires:  pkgconfig(mate-settings-daemon)
 BuildRequires:  pkgconfig(mateweather)
 BuildRequires:  pkgconfig(polkit-gobject-1)
-BuildRequires:  popt-devel
-BuildRequires:  python-gobject
-BuildRequires:  scrollkeeper
-BuildRequires:  upower-devel
-BuildRequires:  xz
+BuildRequires:  pkgconfig(popt)
+BuildRequires:  pkgconfig(pygobject-3.0)
+BuildRequires:  pkgconfig(upower-glib)
+BuildRequires:  yelp-tools
 
 %lang_package
 
@@ -79,6 +75,9 @@
rm -r %{buildroot}%{_datadir}/MateConf
 fi
 
+# We don't build with stickynotes support
+rm -rf %{buildroot}%{_libdir}/matecomponent/servers
+
 %post
 %glib2_gsettings_schema_post
 
@@ -92,8 +91,10 @@
 %dir %{_sysconfdir}/sound
 %dir %{_sysconfdir}/sound/events
 %config %{_sysconfdir}/sound/events/mate-battstat_applet.soundlist
+%{_bindir}/mate-invest-chart
 %{_libexecdir}/%{name}/
 %{_datadir}/dbus-1/*/*.service
+%{_datadir}/help/C/
 %{_datadir}/icons/hicolor/
 %{_datadir}/icons/mate/
 %{_datadir}/mate-2.0/
@@ -101,12 +102,13 @@
 %{_datadir}/%{name}/builder/
 %{_datadir}/%{name}/geyes/
 %{_datadir}/mate-panel/
-%{_datadir}/mate/help/
 %{_datadir}/pixmaps/*

commit mate-media for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-media for openSUSE:Factory 
checked in at 2014-03-22 14:44:37

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


Package is mate-media

Changes:

--- /work/SRC/openSUSE:Factory/mate-media/mate-media.changes2014-01-03 
19:45:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-media.new/mate-media.changes   
2014-03-22 18:01:34.0 +0100
@@ -1,0 +2,48 @@
+Wed Mar  5 12:12:19 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+- Remove useless require; never been dependencies
+  + gladeui-1.0
+  + glib-2.0
+  + gobject-2.0
+- Remove gstreamer-* require as we don't build with gstreamer support
+
+---
+Thu Feb 20 12:54:00 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + no changes since 1.7.1
+
+---
+Fri Feb 14 15:43:29 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.1 (unstable)
+  + pulse: Middle click on applet toggles mute state
+Closes #20 (https://github.com/mate-desktop/mate-media/issues/20)
+  + update translations
+
+---
+Wed Jan 22 12:29:40 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.0
+  + use yelp-tools instead of mate-doc-utils
+  + mate-volume-control: Allow applications list to be scrolled
+Closes #31 (https://github.com/mate-desktop/mate-media/issues/31)
+  + add/update files in POTFILES.in and fix make check
+  + add GTK3 support
+  + just use MATE_COMPILE_WARNINGS(maximum) and remove custom macros
+  + make tar.xz instead of tar.bz2
+  + add option to enable deprecated
+  + enable deprecated in DISTCHECK_CONFIGURE_FLAGS
+The problem is that without the Gstatic*Mutex the gstreamer mixer
+fails to build. This is because Gstatic*Mutex is deprecated in glib
+but still in use by gstreamer 0.10. To have make distcheck work we
+enable it here.
+  + add --enable-deprecated and put it in DISTCHECK_CONFIGURE_FLAGS
+  + fix Sun GNOME Documentation Team references
+  + disable all deprecated flags
+- Replace mate-doc-utils requirement with yelp-utils; upstream use
+  this one to build help documentation
+
+---

Old:

  mate-media-1.6.1.tar.xz

New:

  mate-media-1.8.0.tar.xz



Other differences:
--
++ mate-media.spec ++
--- /var/tmp/diff_new_pack.NgTvyV/_old  2014-03-22 18:01:35.0 +0100
+++ /var/tmp/diff_new_pack.NgTvyV/_new  2014-03-22 18:01:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-media
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,39 +16,28 @@
 
 
 Name:   mate-media
-Version:1.6.1
+Version:1.8.0
 Release:0
 License:GPL-2.0+ and LGPL-2.1+
 Summary:MATE Desktop multimedia stack
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source: 
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
-Requires:   gstreamer-0_10-plugins-base
-Requires:   gstreamer-0_10-plugins-good
-Requires:   pulseaudio-utils
+Source: 
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
 BuildRequires:  fdupes
+BuildRequires:  itstool
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common
 BuildRequires:  mate-control-center-devel
 BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(gladeui-1.0)
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(gstreamer-0.10)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libcanberra-gtk)
-BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(mate-doc-utils)
 BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
-
 
 %description
 This package provides the Multimedia stack used by the MATE Desktop.
@@ -59,15 +48,11 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure \
 

commit mate-screensaver for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-screensaver for 
openSUSE:Factory checked in at 2014-03-22 14:44:50

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


Package is mate-screensaver

Changes:

--- /work/SRC/openSUSE:Factory/mate-screensaver/mate-screensaver.changes
2013-12-18 19:36:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-screensaver.new/mate-screensaver.changes   
2014-03-22 18:01:46.0 +0100
@@ -1,0 +2,25 @@
+Wed Mar  5 11:41:44 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Mon Feb 10 18:45:24 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.1 (unstable)
+  + pam: Use pam_gnome-keyring.so 
+  + fix issues when using systemd
+  + show date and time in lock dialog
+closes #18 (https://github.com/mate-desktop/mate-screensaver/issues/18)
+  + update translations
+- Changes from version 1.7.0
+  + re-add erroneously removed opening semicolon 
+  + initial GTK3 support
+  + replace mate-open with gvfs-open
+- Update mate-screensaver-1.7.1-vendor_pam_integration.patch to upstream
+  changes
+- Build with systemd support only; remove consolekit workaround
+- Remove pkgconfig(libsystemd-daemon) require; only libsystemd-login is
+  needed to build
+
+---

Old:

  mate-screensaver-1.5.0-vendor_pam_integration.patch
  mate-screensaver-1.6.1.tar.xz

New:

  mate-screensaver-1.7.1-vendor_pam_integration.patch
  mate-screensaver-1.8.0.tar.xz



Other differences:
--
++ mate-screensaver.spec ++
--- /var/tmp/diff_new_pack.f0e3Hd/_old  2014-03-22 18:01:47.0 +0100
+++ /var/tmp/diff_new_pack.f0e3Hd/_new  2014-03-22 18:01:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-screensaver
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,21 +16,21 @@
 
 
 Name:   mate-screensaver
-Version:1.6.1
+Version:1.8.0
 Release:0
 License:GPL-2.0+ and LGPL-2.0+
 Summary:MATE Desktop screensaver
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source: 
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source: 
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Requires:   /sbin/unix2_chkpwd
 Requires:   xscreensaver-data
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
-# PATCH-FIX-OPENSUSE - mate-screensaver-1.5.0-vendor_pam_integration.patch
+# PATCH-FIX-OPENSUSE - mate-screensaver-1.7.1-vendor_pam_integration.patch
 # nmarq...@mate-desktop.org - PAM integration with SUSE/Novell patch
-Patch0: %{name}-1.5.0-vendor_pam_integration.patch
+Patch0: %{name}-1.7.1-vendor_pam_integration.patch
 
 BuildRequires:  mate-common
 BuildRequires:  libmatekbd-devel
@@ -50,14 +50,7 @@
 BuildRequires:  xorg-x11-devel
 BuildRequires:  xscreensaver-data
 BuildRequires:  xscreensaver-data-extra
-BuildRequires:  xz
-
-%if 0%{?suse_version} = 1230
 BuildRequires:  pkgconfig(libsystemd-login)
-BuildRequires:  pkgconfig(libsystemd-daemon)
-%else
-BuildRequires:  ConsoleKit-devel
-%endif
 
 %description
 mate-screensaver is a screen saver and locker that aims to have simple,
@@ -85,13 +78,8 @@
--with-xscreensaverdir=/etc/xscreensaver\
--with-pam-prefix=/etc  \
--enable-authentication-scheme=helper   \
-%if 0%{?suse_version} = 1230
--with-systemd  \
--without-console-kit   \
-%else
-   --with-console-kit  \
-   --with-systemd=no \
-%endif
--with-passwd-helper=/sbin/unix2_chkpwd \
--disable-docbook-docs
 make %{?_smp_mflags}
@@ -131,6 +119,7 @@
 %{_datadir}/desktop-directories/
 %{_datadir}/mate-background-properties/
 %{_datadir}/%{name}/
+%{_datadir}/pixmaps/gnome-logo-white.svg
 %{_datadir}/pixmaps/mate-logo-white.svg
 %{_datadir}/glib-2.0/schemas/*.xml
 %{_mandir}/man1/*.1.gz

++ mate-screensaver-1.5.0-vendor_pam_integration.patch - 
mate-screensaver-1.7.1-vendor_pam_integration.patch ++
--- 

commit mate-indicator-applet for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-indicator-applet for 
openSUSE:Factory checked in at 2014-03-22 14:44:52

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


Package is mate-indicator-applet

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-indicator-applet/mate-indicator-applet.changes  
2013-12-18 19:27:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-indicator-applet.new/mate-indicator-applet.changes
 2014-03-22 18:01:49.0 +0100
@@ -1,0 +2,12 @@
+Wed Mar  5 12:52:36 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Thu Feb 20 21:38:38 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + Bugs fix release
+
+---

Old:

  mate-indicator-applet-1.6.0.tar.xz

New:

  mate-indicator-applet-1.8.0.tar.xz



Other differences:
--
++ mate-indicator-applet.spec ++
--- /var/tmp/diff_new_pack.iiGyiK/_old  2014-03-22 18:01:50.0 +0100
+++ /var/tmp/diff_new_pack.iiGyiK/_new  2014-03-22 18:01:50.0 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for mate-indicator-applet
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,23 +16,24 @@
 
 
 Name:   mate-indicator-applet
-Version:1.6.0
+Version:1.8.0
 Release:0
 License:GPL-3.0 and LGPL-3.0
 Summary:Display information from applications consistently in the panel
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
-BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(indicator-0.4)
 BuildRequires:  hicolor-icon-theme
+# Do not owned usr/share/mate-panel
+BuildRequires:  mate-applets
 BuildRequires:  mate-common
-BuildRequires:  mate-panel-devel
-BuildRequires:  mate-settings-daemon-devel
-BuildRequires:  xz
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(indicator-0.4)
+BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
+BuildRequires:  pkgconfig(mate-settings-daemon)
 
 %lang_package
 
@@ -45,7 +47,6 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure  \
--disable-static \
--disable-scrollkeeper   \
@@ -69,8 +70,6 @@
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog README COPYING COPYING.LGPL
 %dir %{_libexecdir}/mate-indicator-applet
-%dir %{_datadir}/mate-panel
-%dir %{_datadir}/mate-panel/applets
 %{_libexecdir}/mate-indicator-applet/indicator-*
 %{_datadir}/dbus-1/services/org.mate.panel.applet.IndicatorApplet*.service
 %{_datadir}/icons/hicolor/scalable/apps/mate-indicator-applet.svg

++ mate-indicator-applet-1.6.0.tar.xz - mate-indicator-applet-1.8.0.tar.xz 
++
 51301 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-terminal for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-terminal for openSUSE:Factory 
checked in at 2014-03-22 14:44:56

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


Package is mate-terminal

Changes:

--- /work/SRC/openSUSE:Factory/mate-terminal/mate-terminal.changes  
2014-01-07 06:53:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-terminal.new/mate-terminal.changes 
2014-03-22 18:01:55.0 +0100
@@ -1,0 +2,17 @@
+Wed Mar  5 12:57:00 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Thu Feb 20 13:07:57 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + add GTK3 support
+  + add previous/next profile keyboard shortcuts and menu items
+  + add cursor blink preference
+- Remove pkgconfig(mate-doc-utils) and scrollkeeper require; upstream
+  drop support
+- Add yelp-tools and gladeui require; new dependencies
+
+---

Old:

  mate-terminal-1.6.2.tar.xz

New:

  mate-terminal-1.8.0.tar.xz



Other differences:
--
++ mate-terminal.spec ++
--- /var/tmp/diff_new_pack.Tt5ThE/_old  2014-03-22 18:01:56.0 +0100
+++ /var/tmp/diff_new_pack.Tt5ThE/_new  2014-03-22 18:01:56.0 +0100
@@ -1,6 +1,6 @@
 # spec file for mate-terminal 
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,13 +15,13 @@
 
 
 Name:   mate-terminal
-Version:1.6.2
+Version:1.8.0
 Release:0
 License:GPL-3.0+
 Summary:MATE Desktop system tools
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source: 
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source: 
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Requires:   gsettings-backend-dconf
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
@@ -30,14 +30,13 @@
 BuildRequires:  libxml2-python
 BuildRequires:  pkgconfig(dconf)
 BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gladeui-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(mate-doc-utils)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(vte)
-BuildRequires:  scrollkeeper
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
+BuildRequires:  yelp-tools
 
 %description
 MATE Terminal is a terminal emulation application that you can use to
@@ -52,7 +51,7 @@
 %setup -q
 
 %build
-%configure --disable-scrollkeeper
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -76,14 +75,13 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING
-%{_bindir}/mate-terminal
-%{_bindir}/mate-terminal.wrapper
-%{_datadir}/applications/mate-terminal.desktop
+%{_bindir}/%{name}
+%{_bindir}/%{name}.wrapper
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
-%{_datadir}/mate/
 %{_datadir}/glib-2.0/schemas/*.xml
-%{_datadir}/omf/mate-terminal/mate-terminal-C.omf
-%{_mandir}/man1/mate-terminal.1.gz
+%{_datadir}/help/C/%{name}
+%{_mandir}/man1/%{name}.1.gz
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)

++ mate-terminal-1.6.2.tar.xz - mate-terminal-1.8.0.tar.xz ++
 356223 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



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

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-icon-theme-faenza for 
openSUSE:Factory checked in at 2014-03-22 14:44:37

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


Package is mate-icon-theme-faenza

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-icon-theme-faenza/mate-icon-theme-faenza.changes
2013-12-18 19:25:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-icon-theme-faenza.new/mate-icon-theme-faenza.changes
   2014-03-22 18:01:32.0 +0100
@@ -1,0 +2,12 @@
+Wed Mar  5 12:51:07 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Thu Feb 20 19:59:55 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + No changes since version 1.6.0
+
+---

Old:

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

New:

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



Other differences:
--
++ mate-icon-theme-faenza.spec ++
--- /var/tmp/diff_new_pack.wDY1QD/_old  2014-03-22 18:01:34.0 +0100
+++ /var/tmp/diff_new_pack.wDY1QD/_new  2014-03-22 18:01:34.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package 
+# spec file for mate-icon-theme-faenza 
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,20 +16,19 @@
 
 
 Name:   mate-icon-theme-faenza
-Version:1.6.0
+Version:1.8.0
 Release:0
 License:GPL-2.0
 Summary:MATE Desktop faenza compilation theme
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Source1:matefaenza-install
 BuildArch:  noarch
 
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  fdupes
 BuildRequires:  python
-BuildRequires:  xz
 
 %description
 This icon theme uses Faenza and Faience icon themes by ~Tiheum and some

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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-themes for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-themes for openSUSE:Factory 
checked in at 2014-03-22 14:44:57

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


Package is mate-themes

Changes:

--- /work/SRC/openSUSE:Factory/mate-themes/mate-themes.changes  2014-01-03 
19:46:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-themes.new/mate-themes.changes 
2014-03-22 18:01:57.0 +0100
@@ -1,0 +2,13 @@
+Wed Mar  5 11:16:30 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Wed Feb 19 16:25:09 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + import Crux Metacity theme and rename it to Quid
+  + add BlueMenta theme
+
+---

Old:

  mate-themes-1.6.3.tar.xz

New:

  mate-themes-1.8.0.tar.xz



Other differences:
--
++ mate-themes.spec ++
--- /var/tmp/diff_new_pack.eSuyfX/_old  2014-03-22 18:01:58.0 +0100
+++ /var/tmp/diff_new_pack.eSuyfX/_new  2014-03-22 18:01:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-themes
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,14 +16,13 @@
 
 
 Name:   mate-themes
-Version:1.6.3
+Version:1.8.0
 Release:0
 License:LGPL-2.1+
 Summary:Themes for the MATE desktop
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
-Requires:   mate-icon-theme
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Requires:   gtk2-engine-murrine
 Requires:   gtk2-engine-mist
 Requires:   gtk2-engines
@@ -36,7 +35,6 @@
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk-engines-2)
-BuildRequires:  xz
 BuildArch:  noarch
 
 %description
@@ -106,6 +104,7 @@
 %{_datadir}/themes/AlaDelta/
 %{_datadir}/themes/Atantla/
 %{_datadir}/themes/BlackMATE
+%{_datadir}/themes/BlackMenta
 %{_datadir}/themes/BlueMenta
 %{_datadir}/themes/ContrastHigh/
 %{_datadir}/themes/ContrastHighInverse/
@@ -116,7 +115,6 @@
 %{_datadir}/themes/Fog/
 %{_datadir}/themes/GreenLaguna
 %{_datadir}/themes/Menta
-%{_datadir}/themes/Menta-Black
 %{_datadir}/themes/PrintLarge/
 %{_datadir}/themes/Quid/
 %{_datadir}/themes/Reverse/

++ mate-themes-1.6.3.tar.xz - mate-themes-1.8.0.tar.xz ++
 22121 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-system-monitor for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-system-monitor for 
openSUSE:Factory checked in at 2014-03-22 14:44:55

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


Package is mate-system-monitor

Changes:

--- /work/SRC/openSUSE:Factory/mate-system-monitor/mate-system-monitor.changes  
2013-12-18 19:38:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-system-monitor.new/mate-system-monitor.changes 
2014-03-22 18:01:53.0 +0100
@@ -1,0 +2,17 @@
+Wed Mar  5 12:14:36 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Thu Feb 20 12:59:02 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + Add GTK3 support
+  + Use libwnck instead of libmatewnck
+  + Use yelp-tools instead of mate-doc-utils
+- Remove unused dependencies: glibmm, giomm
+- Replace libmatewnck requirement with libwnck
+- Replace mate-doc-utils requirement with yelp-tools
+
+---

Old:

  mate-system-monitor-1.6.1.tar.xz

New:

  mate-system-monitor-1.8.0.tar.xz



Other differences:
--
++ mate-system-monitor.spec ++
--- /var/tmp/diff_new_pack.HBj2y9/_old  2014-03-22 18:01:54.0 +0100
+++ /var/tmp/diff_new_pack.HBj2y9/_new  2014-03-22 18:01:54.0 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for mate-system-monitor
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,13 +16,13 @@
 
 
 Name:   mate-system-monitor
-Version:1.6.1
+Version:1.8.0
 Release:0
 License:GPL-2.0+
 Summary:MATE Desktop system monitor
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
@@ -34,18 +35,14 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libgtop-2.0)
-BuildRequires:  pkgconfig(libmatewnck)
+BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(glibmm-2.4)
-BuildRequires:  pkgconfig(giomm-2.4)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtkmm-2.4)
-BuildRequires:  pkgconfig(mate-doc-utils)
 BuildRequires:  pkgconfig(mate-icon-theme)
-BuildRequires:  pkgconfig(gtkmm-2.4)
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
+BuildRequires:  yelp-tools
 
 %lang_package
 
@@ -70,6 +67,7 @@
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
 %fdupes %{buildroot}%{_datadir}/mate
+%fdupes %{buildroot}%{_datadir}/help
 if [ -d %{buildroot}%{_datadir}/MateConf ]; then
rm -r %{buildroot}%{_datadir}/MateConf
 fi
@@ -85,13 +83,11 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING
-%dir %{_datadir}/omf/%{name}
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}/
-%{_datadir}/mate/help/
 %{_datadir}/glib-2.0/schemas/*.xml
-%{_datadir}/omf/%{name}/%{name}-C.omf
+%{_datadir}/help/C/%{name}/
 %{_mandir}/man1/%{name}.1.gz
 
 %files lang -f %{name}.lang

++ mate-system-monitor-1.6.1.tar.xz - mate-system-monitor-1.8.0.tar.xz 
++
 144849 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-sensors-applet for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-sensors-applet for 
openSUSE:Factory checked in at 2014-03-22 14:44:50

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


Package is mate-sensors-applet

Changes:

--- /work/SRC/openSUSE:Factory/mate-sensors-applet/mate-sensors-applet.changes  
2014-01-03 19:45:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-sensors-applet.new/mate-sensors-applet.changes 
2014-03-22 18:01:48.0 +0100
@@ -1,0 +2,13 @@
+Wed Mar  5 12:55:25 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Thu Feb 20 22:02:09 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + use yelp-tools instead of mate-doc-utils
+- Remove useless xz and mate-doc-utils dependencies
+
+

Old:

  mate-sensors-applet-1.6.1.tar.xz

New:

  mate-sensors-applet-1.8.0.tar.xz



Other differences:
--
++ mate-sensors-applet.spec ++
--- /var/tmp/diff_new_pack.wB3Szi/_old  2014-03-22 18:01:49.0 +0100
+++ /var/tmp/diff_new_pack.wB3Szi/_new  2014-03-22 18:01:49.0 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for mate-sensors-applet 
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -13,31 +14,29 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
-
 Name:   mate-sensors-applet
 %define _name   libmate-sensors-applet-plugin0
-Version:1.6.1
+Version:1.8.0
 Release:0
 License:GPL-2.0
 Summary:MATE Desktop panel applet to display sensor readings
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source: 
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source: 
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Recommends: %{name}-lang
-Requires:   mate-panel = 1.6.0
-Requires:   hicolor-icon-theme
+Requires:   mate-panel = 1.8.0
+#Requires:   hicolor-icon-theme
 
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  itstool
 BuildRequires:  libsensors4-devel
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libatasmart)
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
-BuildRequires:  pkgconfig(mate-doc-utils)
+BuildRequires:  pkgconfig(libmatepanelapplet-4.0) = 1.8.0
 BuildRequires:  pkgconfig(xext)
-BuildRequires:  xz
 
 %description
 MATE Sensors Applet is an applet for the MATE Panel to display readings
@@ -99,10 +98,10 @@
 %{_libdir}/%{name}/
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/glib-2.0/schemas/*.xml
-%{_datadir}/icons/hicolor/*/*/*
+%{_datadir}/help/C/mate-sensors-applet
+%{_datadir}/icons/hicolor/
 %{_datadir}/mate-panel/
 %{_datadir}/%{name}/
-%{_datadir}/mate/
 %{_datadir}/pixmaps/%{name}/
 
 %files -n %{_name}

++ mate-sensors-applet-1.6.1.tar.xz - mate-sensors-applet-1.8.0.tar.xz 
++
 24531 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-utils for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-utils for openSUSE:Factory 
checked in at 2014-03-22 14:45:00

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


Package is mate-utils

Changes:

--- /work/SRC/openSUSE:Factory/mate-utils/mate-utils.changes2014-01-07 
14:37:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-utils.new/mate-utils.changes   
2014-03-22 18:02:01.0 +0100
@@ -1,0 +2,16 @@
+Wed Mar  5 13:02:54 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Thu Feb 20 21:40:28 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + use yelp-tools instead of mate-doc-utils
+  + bugfixes
+- All tools live in their own package now
+- Add itstool requires; new upstream dependency
+- Remove useless xz requires
+
+---

Old:

  mate-utils-1.6.1.tar.xz

New:

  mate-utils-1.8.0.tar.xz



Other differences:
--
++ mate-utils.spec ++
--- /var/tmp/diff_new_pack.Gz5Iii/_old  2014-03-22 18:02:02.0 +0100
+++ /var/tmp/diff_new_pack.Gz5Iii/_new  2014-03-22 18:02:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -14,23 +14,22 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
-
 Name:   mate-utils
-Version:1.6.1
+Version:1.8.0
 Release:0
 License:GPL-2.0+ and LGPL-2.0+ and GFDL-1.1
 Summary:MATE Desktop utilities
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source: 
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
-Recommends: %{name}-lang
+Source: 
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 %glib2_gsettings_schema_requires
 
 BuildRequires:  fdupes
+BuildRequires:  itstool
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig(libgtop-2.0)
-BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
+BuildRequires:  pkgconfig(libmatepanelapplet-4.0) = 1.8.0
 BuildRequires: pkgconfig(libcanberra-gtk)
 BuildRequires:  pkgconfig(mate-doc-utils)
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -41,7 +40,8 @@
 BuildRequires:  pkgconfig(zlib)
 BuildRequires:  popt-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
+# Avoid owned /usr/share/mate-panel
+BuildRequires:  mate-panel-branding-upstream
 
 %description
 This package provides all the tools bundled with MATE Desktop utilities:
@@ -51,21 +51,93 @@
  - mate-system-log, a log viewing application
  - mate-screenshot, a tool to take desktop screenshots and save them
 
-%package devel
-Summary:Development files for %{name}
-Group:  Development/Libraries/Other
-Requires:   %{name} = %{version}
+%package common-lang
+Summary:Languages for MATE utilities
+Group:  System/Localization
+Provides:   mate-search-tool-lang = %{version}
+Provides:   mate-disk-usage-analyzer-lang = %{version}
+Provides:   mate-dictionary-lang = %{version}
+Provides:   mate-system-log-lang = %{version}
+Provides:   mate-screenshot-lang = %{version}
+BuildArch:  noarch
+
+%description common-lang
+Provides common translations shared by Caja extensions
+
+%package -n mate-search-tool
+License:GPL-2.0+
+Summary:Mate Search Tool
+Group:  System/GUI/Other
+Recommends: mate-search-tool-lang
 
-%description devel
-This package provides all the tools bundled with MATE Desktop utilities:
- - mate-disk-usage-analyzer, a disk usage analyser
- - mate-dictionary, a program which can look up the definition of words
- - mate-search-tool, with which one can find files by name or content
- - mate-system-log, a log viewing application
- - mate-screenshot, a tool to take desktop screenshots and save them
+%description -n mate-search-tool
+This is the MATE Seach Tool as shipped with the MATE utilities. It uses
+command-line tools such as find and locate to get results.
+
+%package -n mate-disk-usage-analyzer
+License:GPL-2.0+
+Summary:Mate disk usage analyser
+Group:  System/GUI/Other
+Recommends: mate-disk-usage-analyzer-lang
 
+%description -n mate-disk-usage-analyzer
+This is the MATE Disk Usage Analyzer as shipped with the MATE utilities.

commit mate-polkit for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-polkit for openSUSE:Factory 
checked in at 2014-03-22 14:44:48

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


Package is mate-polkit

Changes:

--- /work/SRC/openSUSE:Factory/mate-polkit/mate-polkit.changes  2014-01-03 
19:45:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-polkit.new/mate-polkit.changes 
2014-03-22 18:01:42.0 +0100
@@ -1,0 +2,30 @@
+Wed Mar  5 10:49:46 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Sat Feb 15 17:49:01 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + major GTK3 improvements
+
+---
+Mon Feb 10 14:52:27 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.2 (unstable)
+  + fix gtk-doc generation
+  + update translations
+- Changes from version 1.7.1
+  + fix g_type_init deprecation
+  + fix Makefile
+  + fixes for make dist
+  + use GTK_API_VERSION for gir-scanner
+- Changes from version 1.7.0 (unstable)
+  + use GtkBox in GTK3 instead of GtkHBox
+  + allow deprecations to fix build with GTK3
+  + get makefile compatible with automake-1.13
+  + fix redundant entries name and comment in desktop file
+  + initial GTK3 support
+
+---

Old:

  mate-polkit-1.6.1.tar.xz

New:

  mate-polkit-1.8.0.tar.xz



Other differences:
--
++ mate-polkit.spec ++
--- /var/tmp/diff_new_pack.iOnROW/_old  2014-03-22 18:01:43.0 +0100
+++ /var/tmp/diff_new_pack.iOnROW/_new  2014-03-22 18:01:43.0 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for mate-polkit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,13 +19,13 @@
 %define _libname libpolkit-gtk-mate-1-0
 %define _name   polkit-mate-1
 %define typelib typelib-1_0-PolkitGtkMate-1.0
-Version:1.6.1
+Version:1.8.0
 Release:0
 License:LGPL-2.0+
 Summary:MATE authentification agent for PolicyKit-1
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -32,7 +33,6 @@
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(polkit-agent-1)
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
 Recommends: %{name}-lang
 
 %description

++ mate-polkit-1.6.1.tar.xz - mate-polkit-1.8.0.tar.xz ++
 29315 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-icon-theme for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-icon-theme for openSUSE:Factory 
checked in at 2014-03-22 14:44:34

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


Package is mate-icon-theme

Changes:

--- /work/SRC/openSUSE:Factory/mate-icon-theme/mate-icon-theme.changes  
2014-01-03 19:45:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-icon-theme.new/mate-icon-theme.changes 
2014-03-22 18:01:31.0 +0100
@@ -1,0 +2,26 @@
+Wed Mar  5 10:19:51 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Wed Feb 19 15:53:12 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90
+  + Menta: Add avatar default icons for new lightdm
+  + add bluetooth icons for bluedevil
+- Remove useless xz requirement
+
+---
+Mon Feb 10 14:37:05 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.1
+  + Mate: fix scalable directories in index.theme
+  + fix typo in makefile
+Closes #10 (https://github.com/mate-desktop/mate-icon-theme/issues/10)
+  + mate: add bluetooth icons for using bluedevil 
+  + Many changes in Menta
+- fix Inherits in index.theme
+- remove symbolic icons
+
+---

Old:

  mate-icon-theme-1.6.3.tar.xz

New:

  mate-icon-theme-1.8.0.tar.xz



Other differences:
--
++ mate-icon-theme.spec ++
--- /var/tmp/diff_new_pack.XCviu6/_old  2014-03-22 18:01:32.0 +0100
+++ /var/tmp/diff_new_pack.XCviu6/_new  2014-03-22 18:01:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-icon-theme
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,13 +16,13 @@
 
 
 Name:   mate-icon-theme
-Version:1.6.3
+Version:1.8.0
 Release:0
 License:LGPL-3.0 and CC-BY-3.0
 Summary:MATE icon theme
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 BuildArch:  noarch
 Provides:   mate-icon-theme-devel = %{version}
 
@@ -31,7 +31,6 @@
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  xz
 
 %description
 This package contains the default icon theme used by the MATE desktop.

++ mate-icon-theme-1.6.3.tar.xz - mate-icon-theme-1.8.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-icon-theme/mate-icon-theme-1.6.3.tar.xz 
/work/SRC/openSUSE:Factory/.mate-icon-theme.new/mate-icon-theme-1.8.0.tar.xz 
differ: char 25, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-settings-daemon for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-settings-daemon for 
openSUSE:Factory checked in at 2014-03-22 14:44:52

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


Package is mate-settings-daemon

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-settings-daemon/mate-settings-daemon.changes
2014-01-01 11:40:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-settings-daemon.new/mate-settings-daemon.changes
   2014-03-22 18:01:50.0 +0100
@@ -1,0 +2,25 @@
+Wed Mar  5 10:52:47 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Wed Feb 19 16:02:32 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90
+  + add GTK3 support
+  + add Middle Click Emulation to mouse manager
+
+---
+Mon Feb 10 15:03:13 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.1
+  + keyboard: Fix GTK3 support
+  + xrandr: Fix gdk_spawn_command_line_on_screen usage with GTK3
+  + update translations
+  + add Middle Click Emulation to mouse manager
+  + fix makefile
+- Changes from version 1.7.0
+  + no changes since version 1.6.2
+
+---

Old:

  mate-settings-daemon-1.6.2.tar.xz

New:

  mate-settings-daemon-1.8.0.tar.xz



Other differences:
--
++ mate-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.Vbux5q/_old  2014-03-22 18:01:51.0 +0100
+++ /var/tmp/diff_new_pack.Vbux5q/_new  2014-03-22 18:01:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-settings-daemon
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -14,15 +14,14 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
-
 Name:   mate-settings-daemon
-Version:1.6.2
+Version:1.8.0
 Release:0
 License:GPL-2.0 and LGPL-2.1
 Summary:MATE session settings daemon
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 %glib2_gsettings_schema_requires
 
 BuildRequires:  mate-common
@@ -41,7 +40,6 @@
 BuildRequires:  pkgconfig(mate-desktop-2.0)
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(sm)
-BuildRequires:  xz
 BuildRequires:  libXxf86misc-devel
 # the default background is required as fallback
 Requires:   mate-backgrounds
@@ -70,10 +68,8 @@
 %setup -q
 
 %build
-#NOCONFIGURE=1 ./autogen.sh
 %configure  \
--libexecdir=%{_bindir}  \
-   --libdir=%{_libdir}  \
--disable-static \
--disable-schemas-install\
--disable-pulse  \
@@ -110,11 +106,12 @@
 %{_datadir}/%{name}/
 %{_datadir}/polkit-1/actions/org.mate.settingsdaemon.datetimemechanism.policy
 %{_datadir}/glib-2.0/schemas/*.xml
+%{_mandir}/man1/%{name}.1.gz
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/%{name}/
-%{_libdir}/pkgconfig/mate-settings-daemon.pc
+%{_libdir}/pkgconfig/%{name}.pc
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)

++ mate-settings-daemon-1.6.2.tar.xz - mate-settings-daemon-1.8.0.tar.xz 
++
 16895 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-menus for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-menus for openSUSE:Factory 
checked in at 2014-03-22 14:44:39

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


Package is mate-menus

Changes:

--- /work/SRC/openSUSE:Factory/mate-menus/mate-menus.changes2013-12-18 
19:28:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-menus.new/mate-menus.changes   
2014-03-22 18:01:35.0 +0100
@@ -1,0 +2,36 @@
+Wed Mar  5 10:55:49 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Wed Feb 19 15:50:50 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90
+  + add a possibility to enable old gnome-2 preferences menu style
+with categories
+
+---
+Sun Jan 19 21:48:08 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.1
+  + fix some make files for automake-1.13
+  + use yelp-tools instead of mate-doc-utils
+  + correct invest Icon name 
+  + back to libwnck 
+  + replace old gconf with gsettings schema 
+  + remove Invest_Applet.xml from po/POTFILES.in
+It causes gettext to throw a fit and mateweather applet has a simular
+file and it is also not in POTFILES.in
+  + fix make distcheck
+  + upate yahoo finance http adress 
+  + battstat applet: ready for upower-1.0 
+  + require pygobject 3 now that it was ported to gi
+gobject introspection but this never reflected in configure.ac.
+  +  battstat applet: save panel space using an empty label instead of 
+ -:- when fully charged or unknown
+  + initial GTK3 support
+- Build with gobject instead of pygtk;
+- Build with libwnck support; add libwnck require
+
+---

Old:

  mate-menus-1.6.0.tar.xz

New:

  mate-menus-1.8.0.tar.xz



Other differences:
--
++ mate-menus.spec ++
--- /var/tmp/diff_new_pack.cHoe9N/_old  2014-03-22 18:01:36.0 +0100
+++ /var/tmp/diff_new_pack.cHoe9N/_new  2014-03-22 18:01:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-menus
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,23 +18,23 @@
 Name:   mate-menus
 %define _name   libmate-menu2
 %define typelib typelib-1_0-MateMenu-2_0
-Version:1.6.0
+Version:1.8.0
 Release:0
 License:GPL-2.0+ and LGPL-2.1+
 Summary:MATE Desktop Menu
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source: 
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source: 
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 
 BuildRequires:  intltool
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(pygtk-2.0)
+BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(python)
+BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
 Requires:   %{name}-branding = %{version}
 Recommends: %{name}-lang = %{version}
 
@@ -88,7 +88,6 @@
 Summary:Python Bindings for MATE Desktop Menu
 Group:  System/GUI/Other
 Requires:   %{_name} = %{version}
-%py_requires
 
 %description -n python-%{name}
 mate-menus contains the libmate-menu library, the layout configuration
@@ -117,7 +116,6 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 

++ mate-menus-1.6.0.tar.xz - mate-menus-1.8.0.tar.xz ++
 82624 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-dialogs for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-dialogs for openSUSE:Factory 
checked in at 2014-03-22 14:44:34

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


Package is mate-dialogs

Changes:

--- /work/SRC/openSUSE:Factory/mate-dialogs/mate-dialogs.changes
2013-12-18 19:24:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-dialogs.new/mate-dialogs.changes   
2014-03-22 18:01:28.0 +0100
@@ -1,0 +2,36 @@
+Wed Mar  5 10:24:13 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Sat Feb 15 17:40:07 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + Added GTK3 support
+  + Use yelp-tools instead of mate-doc-utils
+- Remove useless gtk-doc and xz require
+- Replace mate-doc-utils requirement with yelp-tools; upstream change
+- Unversion lang package recommands
+
+---
+Thu Oct 31 20:01:22 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.6.2
+  + fix datadir
+  + remove old GTK_REQUIRED, it moved into case
+  + fix autoconf warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE
+call detected in body
+  + autoconf cleanups
+  + fix COPYING file
+mate-dialogs is LGPL, not GPL
+
+---
+Tue Oct 22 10:03:05 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.6.1
+  + remove gdialogs
+  + make 'make dist' happy
+- Remove do-not-link-matedialog-to-gdialog.patch; fixed on upstream
+
+---

Old:

  do-not-link-matedialog-to-gdialog.patch
  mate-dialogs-1.6.0.tar.xz

New:

  mate-dialogs-1.8.0.tar.xz



Other differences:
--
++ mate-dialogs.spec ++
--- /var/tmp/diff_new_pack.p2FHRg/_old  2014-03-22 18:01:29.0 +0100
+++ /var/tmp/diff_new_pack.p2FHRg/_new  2014-03-22 18:01:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-dialogs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,29 +16,24 @@
 
 
 Name:   mate-dialogs
-Version:1.6.0
+Version:1.8.0
 Release:0
-License:GPL-3.0
+License:LGPL-2.0
 Summary:Display graphical dialog boxes from shell scripts
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
-# PATCH-FEATURE-FIX do-not-link-matedialog-to-gdialog.patch 
p.drou...@gmail.com --Don't symlink matedialog to gdialog
-# that's a symlink to keep support with older scripts and is no needed anymore
-Patch:  do-not-link-matedialog-to-gdialog.patch
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtk-doc)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(mate-doc-utils)
+BuildRequires:  yelp-tools
 BuildRequires:  xsltproc
-BuildRequires:  xz
-Recommends: %{name}-lang = %{version}
+Recommends: %{name}-lang
 
 %description
 mate-dialogs allows you to display GTK+ dialogs from shell scripts for
@@ -48,10 +43,8 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure --disable-scrollkeeper
 make %{?_smp_mflags}
 
@@ -62,10 +55,8 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING
-%dir %{_datadir}/omf
 %{_bindir}/matedialog
-%{_datadir}/mate/help/
-%{_datadir}/omf/matedialog/
+%{_datadir}/help/
 %{_datadir}/matedialog/
 %{_mandir}/man1/matedialog.1.gz
 

++ mate-dialogs-1.6.0.tar.xz - mate-dialogs-1.8.0.tar.xz ++
 49393 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mate-notification-daemon for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-notification-daemon for 
openSUSE:Factory checked in at 2014-03-22 14:44:45

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


Package is mate-notification-daemon

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-notification-daemon/mate-notification-daemon.changes
2013-12-18 19:33:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-notification-daemon.new/mate-notification-daemon.changes
   2014-03-22 18:01:39.0 +0100
@@ -1,0 +2,48 @@
+Wed Mar  5 11:15:13 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Wed Feb 19 16:27:03 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90
+  + switch to libwnck
+
+---
+Sun Jan 19 16:56:52 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.1
+  + standard: Add GTK3 support
+  + slider: Add GTK3 support
+  + coco: Add GTK3 support 
+  + nodoka: Add GTK3 support
+  + update translations
+
+---
+Fri Jan 17 18:09:22 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.0
+  + capplet: Add keywords in desktop file
+Closes #27 
(https://github.com/mate-desktop/mate-notification-daemon/issues/27)
+  + capplet: Fix typos in manpage
+  +  Check value type of notification hint 'urgency' before 
+ dereferencing in nodoka and coco theme
+  + add GTK3 support
+  + configure: Support multiple wnck versions
+  + let 'make dist' create tar.xz tarballs
+  + update translations
+  + update for automake-1.13
+
+---
+Fri Oct 25 17:08:38 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.6.1
+  + add manpage for mate-notification-properties
+  + back to libwnck 
+  + make automake happy: INCLUDES-AM_CPPFLAGS
+  + add update-icon-cache config option for makedistcheck
+  + update translations
+  + fix EXTRA_DIST gsettings variable
+
+---

Old:

  mate-notification-daemon-1.6.0.tar.xz

New:

  mate-notification-daemon-1.8.0.tar.xz



Other differences:
--
++ mate-notification-daemon.spec ++
--- /var/tmp/diff_new_pack.m51cEp/_old  2014-03-22 18:01:39.0 +0100
+++ /var/tmp/diff_new_pack.m51cEp/_new  2014-03-22 18:01:39.0 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for mate-notification-daemon
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,13 +16,13 @@
 
 
 Name:   mate-notification-daemon
-Version:1.6.0
+Version:1.8.0
 Release:0
 License:GPL-2.0+
 Summary:Notification daemon for MATE
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source: 
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source: 
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
@@ -32,10 +33,9 @@
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libcanberra-gtk)
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(libmatewnck)
+BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
 
 %description
 D-BUS notification daemon for MATE.
@@ -46,9 +46,8 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure  \
---libexecdir=%{_libexecdir}/mate-notification-daemon\
+--libexecdir=%{_libexecdir}/%{name} \
 --disable-static\
 --disable-schemas-install
 make %{?_smp_mflags} V=1
@@ -87,6 +86,7 @@
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/mate-notification-daemon/mate-notification-properties.ui
 %{_datadir}/glib-2.0/schemas/*.xml
+%{_mandir}/man1/mate-notification-properties.1.gz
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++ mate-notification-daemon-1.6.0.tar.xz - 
mate-notification-daemon-1.8.0.tar.xz ++
 73220 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: 

commit mate-panel for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-panel for openSUSE:Factory 
checked in at 2014-03-22 14:44:47

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


Package is mate-panel

Changes:

--- /work/SRC/openSUSE:Factory/mate-panel/mate-panel.changes2013-12-18 
19:34:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-panel.new/mate-panel.changes   
2014-03-22 18:01:40.0 +0100
@@ -1,0 +2,41 @@
+Wed Mar  5 10:57:28 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+- Do not require hicolor-icon-theme; it's wrong
+
+---
+Wed Feb 19 16:07:14 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90
+  + added support for multiple layouts, stored in
+$(datadir)/mate-panel/layouts
+  + added --layout parameter
+  + add hook to support run dialog and main menu opening with metacity
+  + switch to libwnck
+  + use yelp-tools instead of mate-doc-utils
+
+---
+Fri Feb 14 15:17:34 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.2
+  + fix various help documentation issues
+  + fix GTK3 support
+  + update translations
+- Changes from version 1.7.1
+  + better GTK3 support
+  + bugs fix release
+- Changes from version 1.7.0
+  + initial GTK3 support
+  + use yelp-tools instead of mate-doc-utils to build documentation
+  + use libwnck instead of libmatewnck
+- Replace libmatewnck-devel requirement with pkgconfig(libwnck-3.0)
+- Replace pkgconfig(mate-doc-utils) requirement with yelp-tools
+- Remove useless xz requirement
+
+---
+Thu Oct 31 20:32:37 UTC 2013 - p.drou...@gmail.com
+
+- Fix libexecdir definition
+
+---

Old:

  mate-panel-1.6.1.tar.xz

New:

  mate-panel-1.8.0.tar.xz



Other differences:
--
++ mate-panel.spec ++
--- /var/tmp/diff_new_pack.x9uzpS/_old  2014-03-22 18:01:41.0 +0100
+++ /var/tmp/diff_new_pack.x9uzpS/_new  2014-03-22 18:01:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-panel
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,14 +18,13 @@
 Name:   mate-panel
 %define _name   libmate-panel-applet-4-1
 %define typelib typelib-1_0-MatePanelApplet-4_0
-Version:1.6.1
+Version:1.8.0
 Release:0
 License:GPL-2.0+
 Summary:MATE Desktop Panel
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source: 
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
-Requires:   hicolor-icon-theme
+Source: 
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Requires:   gvfs-backends
 Requires:   NetworkManager-gnome
 Requires:   gsettings-backend-dconf
@@ -36,7 +35,6 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
-BuildRequires:  libmatewnck-devel
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig(NetworkManager)
@@ -50,13 +48,13 @@
 BuildRequires:  pkgconfig(libcanberra-gtk)
 BuildRequires:  pkgconfig(libmate-menu)
 BuildRequires:  pkgconfig(librsvg-2.0)
+BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(mate-desktop-2.0)
-BuildRequires:  pkgconfig(mate-doc-utils)
 BuildRequires:  pkgconfig(mateweather)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  popt-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
+BuildRequires:  yelp-tools
 Requires:   %{name}-branding = %{version}
 Recommends: %{name}-lang
 
@@ -122,9 +120,8 @@
 %setup -q
 
 %build
-#NOCONFIGURE=1 ./autogen.sh
 %configure \
---libexecdir=%{_libdir}/mate-panel  \
+--libexecdir=%{_libexecdir}/%{name} \
 --disable-static\
 --enable-introspection  \
 --disable-scrollkeeper
@@ -133,8 +130,6 @@
 %install
 %makeinstall
 %find_lang %{name} %{?no_lang_C}
-%find_lang mate-applet-clock %{name}.lang
-%find_lang mate-applet-fish %{name}.lang
 find %{buildroot}%{_libdir} -type f -name *.la -delete -print
 %fdupes %{buildroot}%{_datadir}/mate/
 %fdupes %{buildroot}%{_datadir}/mate-panel/
@@ -143,6 +138,8 @@
 

commit mate-control-center for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-control-center for 
openSUSE:Factory checked in at 2014-03-22 14:45:18

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


Package is mate-control-center

Changes:

--- /work/SRC/openSUSE:Factory/mate-control-center/mate-control-center.changes  
2014-01-03 19:45:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-control-center.new/mate-control-center.changes 
2014-03-22 18:02:18.0 +0100
@@ -1,0 +2,45 @@
+Sat Mar 15 16:19:12 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + default-applications: add support for accessibility applications
+- Symlink duplicate files with fdupes
+
+---
+Mon Mar 10 13:39:04 UTC 2014 - p.drou...@gmail.com
+
+- Package files in /usr/share/mate-control-center but don't own this
+  directory to avoid conflicts with marco
+- Fix versions in BuildRequires tags
+
+---
+Wed Mar  5 11:18:06 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Wed Feb 19 16:09:26 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + use yelp-tools instead of mate-doc-utils
+  + windows: Add option to enable side by side tiling
+  + windows: Add metacity support
+  + appearance: Add support for 'artist' tag in xml backgrounds files
+  + appearance: Change also titlebar font if Metacity is running
+
+---
+Mon Feb 10 17:32:47 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.0 (unstable)
+  + initial GTK3 support
+  + about-me: Remove unused constant 
+  + fix some gcc warnings 
+  + windows: Fix ui file after GtkComboBoxText migration 
+  + fixes for GTK2 
+  + remove all separator occurrences 
+  + keyboard: Fix segfault 
+Var may be set as constant value but freed later.
+- Replace mate-doc-utils requirement with yelp-tools; upstream use it
+  now to build documentation
+
+---

Old:

  mate-control-center-1.6.2.tar.xz

New:

  mate-control-center-1.8.1.tar.xz



Other differences:
--
++ mate-control-center.spec ++
--- /var/tmp/diff_new_pack.uz2IAE/_old  2014-03-22 18:02:21.0 +0100
+++ /var/tmp/diff_new_pack.uz2IAE/_new  2014-03-22 18:02:21.0 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for mate-control-center
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,15 +17,16 @@
 Name:   mate-control-center
 %define _name   libmate-window-settings1
 %define _slab   libslab0
-Version:1.6.2
+Version:1.8.1
 Release:0
 License:GPL-2.0+
 Summary:MATE Desktop control center
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 %glib2_gsettings_schema_requires
 
+BuildRequires:  fdupes
 BuildRequires:  mate-common
 BuildRequires:  libxml2-python
 BuildRequires:  pkgconfig(dconf)
@@ -32,12 +34,11 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(xcursor)
 BuildRequires:  pkgconfig(xft)
-BuildRequires:  pkgconfig(mate-doc-utils)
-BuildRequires:  pkgconfig(mate-desktop-2.0)
+BuildRequires:  pkgconfig(mate-desktop-2.0) = 1.8.0
 BuildRequires:  pkgconfig(libcanberra-gtk)
-BuildRequires:  pkgconfig(libmate-menu)
-BuildRequires:  pkgconfig(libmarco-private)
-BuildRequires:  pkgconfig(mate-settings-daemon)
+BuildRequires:  pkgconfig(libmate-menu) = 1.8.0
+BuildRequires:  pkgconfig(libmarco-private) = 1.8.0
+BuildRequires:  pkgconfig(mate-settings-daemon) = 1.8.0
 BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(libmatekbd)
 BuildRequires:  pkgconfig(libxklavier)
@@ -46,14 +47,16 @@
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  xorg-x11-devel
-BuildRequires:  xz
 Recommends: %{name}-lang
 
 # libslab
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(pango)
+
+
 Requires:   gsettings-backend-dconf
 Requires:   

commit mate-branding-openSUSE for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-branding-openSUSE for 
openSUSE:Factory checked in at 2014-03-22 14:45:19

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


Package is mate-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-branding-openSUSE/mate-branding-openSUSE.changes
2013-12-30 10:22:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-branding-openSUSE.new/mate-branding-openSUSE.changes
   2014-03-22 18:02:22.0 +0100
@@ -1,0 +2,29 @@
+Mon Mar 17 14:31:20 UTC 2014 - p.drou...@gmail.com
+
+- Keep only useful stuff in mate-session-branding.gschema.override.in
+- Use sonar and gilouch as icon/theme by default to be the most closed
+  of openSUSE Gnome2 user experience
+  * define them as theme and icon theme in 
+mate-session-branding.gschema.override.in
+  * add gtk[2,3]-metatheme-sonar and  require sonar-icon-theme
+  * remove mate-icon-theme requirement
+
+---
+Sat Mar 15 17:08:53 UTC 2014 - p.drou...@gmail.com
+
+- For each branding subpackage, do not build require branded package
+  if *-branding-upstream is already build require; it's redundant
+- Fix @@WALLPAPER_URI@@ in spec file
+- Remove non-existing key entries in 
+  mate-session-branding.gschema.override.in 
+
+---
+Sun Mar  2 15:31:58 UTC 2014 - p.drou...@gmail.com
+
+- Bump version to 13.2
+- Upload opensuse.layout to sources
+- Use a default layout configuration file to use gnome-main-menu by
+  default
+- Remove redundant layout install
+
+---

New:

  opensuse.layout



Other differences:
--
++ mate-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.etDYLf/_old  2014-03-22 18:02:22.0 +0100
+++ /var/tmp/diff_new_pack.etDYLf/_new  2014-03-22 18:02:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-branding-openSUSE
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -21,7 +21,7 @@
 %define mate_menus_version %(rpm -q --queryformat '%%{VERSION}' mate-menus)
 
 Name:   mate-branding-openSUSE
-Version:13.1
+Version:13.2
 Release:0
 Summary:openSUSE Branding of the Mate Desktop Environment
 License:MIT
@@ -29,18 +29,15 @@
 Url:http://www.mate-desktop.org/
 Source1:mate-session-branding-openSUSE-mate_defaults.conf
 Source2:mate-session-branding.gschema.override.in
+Source3:opensuse.layout
 Patch0: mate-control-center-branding-add-YaST.patch
 # PATCH-FIX-OPENSUSE mate-menus-branding-remove-X-SuSE-ControlCenter.patch 
vu...@opensuse.org -- Remove the desktop files with X-SuSE-YaST category from 
the Applications menu and explicitly add YaST launcher
 Patch1: mate-menus-branding-remove-X-SuSE-ControlCenter.patch
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  mate-control-center
 BuildRequires:  mate-control-center-branding-upstream
-BuildRequires:  mate-menus
 BuildRequires:  mate-menus-branding-upstream
-BuildRequires:  mate-panel
 BuildRequires:  mate-panel-branding-upstream
-BuildRequires:  mate-session-manager
 BuildRequires:  mate-session-manager-branding-upstream
 BuildRequires:  wallpaper-branding-openSUSE
 BuildArch:  noarch
@@ -89,10 +86,11 @@
 Summary:openSUSE Branding of mate-session-manager
 License:GPL-2.0+
 Group:  System/GUI/Other
-Requires:   gtk2-metatheme-adwaita
-Requires:   mate-icon-theme
-Requires:   wallpaper-branding-openSUSE
+Requires:   gtk2-metatheme-sonar
+Requires:   gtk3-metatheme-sonar
 Requires:   mate-session-manager = %{mate_session_manager_version}
+Requires:   sonar-icon-theme
+Requires:   wallpaper-branding-openSUSE
 Conflicts:  otherproviders(mate-session-manager-branding)
 Provides:   mate-session-manager-branding = %{mate_session_manager_version}
 Supplements:packageand(mate-session-manager:branding-openSUSE)
@@ -113,12 +111,12 @@
 cp -a %{SOURCE1} mate_defaults.conf
 cp -a %{SOURCE2} mate-session-branding.gschema.override.in
 # Mate Panel branding part
-cp -a %{_datadir}/mate-panel/panel-default-layout.mate .
+cp -a %{SOURCE3} default.layout
 
 %build
 # Mate session manager branding part
 test -f %{_datadir}/wallpapers/openSUSE-default.xml
-sed 

commit mate-common for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-common for openSUSE:Factory 
checked in at 2014-03-22 14:44:33

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


Package is mate-common

Changes:

--- /work/SRC/openSUSE:Factory/mate-common/mate-common.changes  2013-12-18 
19:23:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-common.new/mate-common.changes 
2014-03-22 18:01:27.0 +0100
@@ -1,0 +2,56 @@
+Wed Mar  5 10:08:50 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Sat Feb 15 17:28:58 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + configure: Add check-news
+- Use download Url as source
+- Remove useless xz require
+
+---
+Mon Feb 10 14:28:28 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.3 (unstable)
+  + fix tty detection for terminal codes.
+
+---
+Sun Jan 19 16:47:14 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.2 (unstable)
+  + many fixes from gnome-common that are useful for MATE
+  + Read the dirlist file unconditionally
+  + Better support of using AUTOCONF environment variable
+bgo #510713 (http://bugzilla.gnome.org/show_bug.cgi?id=510713)
+  + trace AC_CONFIG_SUBDIRS with autoconf
+Find configure.ac and configure.in files using the trace
+functionality of autoconf in order to skip build directories from
+incomplete make distcheck runs.
+bgo #510713 (http://bugzilla.gnome.org/show_bug.cgi?id=510713)
+  + check for glibtoolize in gnome-autogen.sh
+bgo #564558 (http://bugzilla.gnome.org/show_bug.cgi?id=564558)
+  + Fix srcdir!=builddir for Scrollkeeper 
+bgo #315320 (http://bugzilla.gnome.org/show_bug.cgi?id=315320)
+bgo #409060 (http://bugzilla.gnome.org/show_bug.cgi?id=409060)
+bgo #685388 (http://bugzilla.gnome.org/show_bug.cgi?id=685388)
+  + mate-autogen: Don't print terminal codes if stdin isn't a tty
+Otherwise this shows up as garbage in log files.
+  + fix bashisms in mate-autogen
+  + macros/mate-autogen: Create m4 directory if it doesnt exits
+This is a automake bug fixed in automake 1.13.2
+  + mate-autogen.sh: Use autoreconf instead 
+autopoint/libtoolize/autoconf/automake manually
+  + Replace deprecated AC_HELP_STRING with AS_HELP_STRING
+
+---
+Fri Jan 17 16:40:31 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.1 (unstable)
+  + Replace mate-doc-utils with yelp-tools
+- Changes from version 1.7.0
+  + Automake turned 14 on Arch Linux
+
+---

Old:

  mate-common-1.6.2.tar.xz

New:

  mate-common-1.8.0.tar.xz



Other differences:
--
++ mate-common.spec ++
--- /var/tmp/diff_new_pack.FLUE8r/_old  2014-03-22 18:01:28.0 +0100
+++ /var/tmp/diff_new_pack.FLUE8r/_new  2014-03-22 18:01:28.0 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for mate-common
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,18 +16,17 @@
 
 
 Name:   mate-common
-Version:1.6.2
+Version:1.8.0
 Release:0
 License:GPL-3.0+
 Summary:Common scripts and macros to develop with MATE
 Url:https://www.mate-desktop.org
 Group:  System/GUI/Other
-Source0:%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 BuildArch:  noarch
 
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  xz
 
 # upstream source distribution requires to run 'autogen.sh'; mate-common is a
 # requirement, while this doesn't change we pull all the necessary stuff from
@@ -60,6 +60,7 @@
 %doc AUTHORS COPYING
 %{_bindir}/mate-doc-common
 %{_bindir}/mate-autogen
+%{_datadir}/aclocal/mate-code-coverage.m4
 %{_datadir}/aclocal/mate-common.m4
 %{_datadir}/aclocal/mate-compiler-flags.m4
 %{_datadir}/mate-common/

++ mate-common-1.6.2.tar.xz - mate-common-1.8.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.6.2/ChangeLog 
new/mate-common-1.8.0/ChangeLog
--- old/mate-common-1.6.2/ChangeLog 2013-09-09 17:28:12.0 +0200
+++ 

commit mate-session-manager for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-session-manager for 
openSUSE:Factory checked in at 2014-03-22 14:45:17

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


Package is mate-session-manager

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-session-manager/mate-session-manager.changes
2013-12-18 19:38:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-session-manager.new/mate-session-manager.changes
   2014-03-22 18:02:16.0 +0100
@@ -1,0 +2,52 @@
+Sat Mar 15 16:19:47 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + Add autostart of accessibility apps
+  + Fix build with upower disabled
+
+---
+Wed Mar  5 10:54:19 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+- Do not require hicolor-icon-theme; it's wrong and unoptimized
+- Remove fix-systemd-login1-support-for-hibernate-or-suspend.patch;
+  fixed by upstream
+
+---
+Wed Feb 19 16:05:35 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + show a progress bar in logout dialog
+  + add GTK3 support
+  + add gnome keyring support
+  + add support for X-MATE-Autostart-Delay in desktop files
+
+---
+Mon Feb 10 15:21:09 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.2 (unstable)
+  + fix transifex configuration file 
+- Changes from version 1.7.1
+  + fix makefile with automake-1.13
+  + GTK3: Fix compile warning by using gdk_error_trap_pop_ignored()
+  + GTK3: fix compile warning 'gtk_target_table_new_from_list' differ
+in signedness [-Wpointer-sign]
+  + make upower optional
+  + session: support_autostart_delay
+- Changes from version 1.7.0
+  + Initial GTK3 support
+  + fix return value in void functions 
+  + fix g_type_init deprecation 
+  + systemd support: session_id is char*, not int 
+  + fix systemd-login1 support for hibernate/suspend 
+  + replace ghelp: with help: for user-guide 
+- Add systemd and remove upower build requirements
+- Build with systemd and without upower support because of new
+  upower API
+- Build with pangox support
+- Use marco as default window manager in ./configure
+- Add --enable-ipv6 to configure options to get session-manager
+  ipv6 capable
+
+---

Old:

  fix-systemd-login1-support-for-hibernate-or-suspend.patch
  mate-session-manager-1.6.0.tar.xz

New:

  mate-session-manager-1.8.1.tar.xz



Other differences:
--
++ mate-session-manager.spec ++
--- /var/tmp/diff_new_pack.MKd3Sw/_old  2014-03-22 18:02:18.0 +0100
+++ /var/tmp/diff_new_pack.MKd3Sw/_new  2014-03-22 18:02:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-session-manager
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,21 +16,17 @@
 
 
 Name:   mate-session-manager
-Version:1.6.0
+Version:1.8.1
 Release:0
 License:GPL-2.0+
 Summary:MATE Session Manager
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 # Not upstream file. Only proposes upstream packages:
 Source1:mate-session-manager-upstream-mate_defaults.conf
 # Some documentation for people writing branding packages, shipped in the 
branding-upstream package
 Source2:README.Gsettings-overrides
-# PATCH-FIX-UPSTREAM fix-systemd-login1-support-for-hibernate-or-suspend.patch 
--mate can't be hibernate or suspend with
-# systemd-login1 due to unsupport
-Patch:  fix-systemd-login1-support-for-hibernate-or-suspend.patch
-Requires:   hicolor-icon-theme
 %glib2_gsettings_schema_requires
 
 
@@ -41,12 +37,12 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(pangox)
 BuildRequires:  pkgconfig(sm)
-BuildRequires:  pkgconfig(upower-glib)
+BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(xau)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
 Requires:   %{name}-branding = %{version}
 Recommends: 

commit mate-desktop for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-desktop for openSUSE:Factory 
checked in at 2014-03-22 14:45:11

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


Package is mate-desktop

Changes:

--- /work/SRC/openSUSE:Factory/mate-desktop/mate-desktop.changes
2014-01-03 19:45:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-desktop.new/mate-desktop.changes   
2014-03-22 18:02:11.0 +0100
@@ -1,0 +2,40 @@
+Wed Mar 12 14:39:54 UTC 2014 - p.drou...@gmail.com
+
+- Remove conflicting files with Gnome3
+  It's needed the time upstream fix this issue
+
+---
+Thu Mar  6 12:53:57 UTC 2014 - p.drou...@gmail.com
+
+- Fix gsettings-shemas post/postun
+
+---
+Wed Mar  5 10:12:22 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Thu Feb 20 13:25:24 UTC 2014 - p.drou...@gmail.com
+
+- Split out gsettings schemas as these are shared between other
+  application; get them usable without installing mate-desktop 
+  package
+- Add Requires: mate-desktop-gsettings-schemas now schemas are 
+  splitted out of main package
+
+---
+Sat Feb 15 17:32:54 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + Added helpers for dconf and GSettings
+  + Fix build with GTK3
+  + Added MATE user guide
+  + Added MATE_DESKTOP_CHECK_VERSION function
+  + Added mpaste tool
+  + Added replacement for gdk_spawn_command_line_on_screen in GTK3
+- Replace mate-doc-utils with yelp tools requirement; upstream use
+  it now to build documentation
+- Add dconf build require; new dependency
+
+---

Old:

  mate-desktop-1.6.2.tar.xz

New:

  mate-desktop-1.8.0.tar.xz



Other differences:
--
++ mate-desktop.spec ++
--- /var/tmp/diff_new_pack.dBJZUA/_old  2014-03-22 18:02:13.0 +0100
+++ /var/tmp/diff_new_pack.dBJZUA/_new  2014-03-22 18:02:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-desktop
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,31 +16,30 @@
 
 Name:   mate-desktop
 %define _name   libmate-desktop-2-17
-Version:1.6.2
+Version:1.8.0
 Release:0
 License:GPL-2.0+ and LGPL-2.1+ and MIT
 Summary:Library with common API for various MATE modules
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Source1:user-dirs-update-mate.desktop
 Requires:   xdg-user-dirs-gtk
-%glib2_gsettings_schema_requires
 Recommends: %{name}-lang
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common
+BuildRequires:  pkgconfig(dconf)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
-BuildRequires:  pkgconfig(mate-doc-utils)
 BuildRequires:  pkgconfig(python)
 BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
+BuildRequires:  yelp-tools
 
 %description
 This package contain the library with common API for various MATE modules.
@@ -48,10 +47,22 @@
 %package -n %{_name}
 Summary:Library with common API for various MATE modules
 Group:  System/Libraries
+Requires:   %{name}-gsettings-schemas = %{version}
 
 %description -n %{_name}
 This package contain the library with common API for various MATE modules.
 
+# needed to get mate desktop applications usable standalone as it
+# contains shared schemas
+%package gsettings-schemas
+Summary:Mate Desktop schemas
+License:LGPL-2.0+
+Group:  System/Libraries
+%glib2_gsettings_schema_requires
+
+%description gsettings-schemas
+This package provides the gsettings schemas for Mate Desktop environment.
+
 %package devel
 Summary:MATE module API library development files
 Group:  Development/Libraries/Other
@@ -67,29 +78,38 @@
 
 %build
 %configure

commit mate-power-manager for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-power-manager for 
openSUSE:Factory checked in at 2014-03-22 14:44:48

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


Package is mate-power-manager

Changes:

--- /work/SRC/openSUSE:Factory/mate-power-manager/mate-power-manager.changes
2014-01-01 11:40:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-power-manager.new/mate-power-manager.changes   
2014-03-22 18:01:43.0 +0100
@@ -1,0 +2,21 @@
+Wed Mar  5 13:08:14 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Thu Feb 20 21:09:31 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + use yelp-tools instead of mate-doc-utils
+  + fix systemd support
+  + switch to libgnome-keyring
+- Add mate-power-manager_dbus_interface_keyboard_backlight_controls.patch
+- Add mate-power-manager_fix-mouse-click-on-brightness-applet.patch
+- Add mate-power-manager_fix-use-g_signal-notify.patch
+- Add mate-power-manager_upower-remove-recall.patch
+- Add mate-power-manager_upower-update-for-libupower-glib-API-changes.patch
+- Add mate-power-manager_upower-use-g_signal-notify.patch
+- Add mate-power-manager_upower.patch
+
+---

Old:

  mate-power-manager-1.6.3.tar.xz
  switch-to-gnome-keyring.patch

New:

  mate-power-manager-1.8.0.tar.xz
  mate-power-manager_dbus_interface_keyboard_backlight_controls.patch
  mate-power-manager_fix-use-g_signal-notify.patch
  mate-power-manager_upower-remove-recall.patch
  mate-power-manager_upower-update-for-libupower-glib-API-changes.patch
  mate-power-manager_upower-use-g_signal-notify.patch
  mate-power-manager_upower.patch



Other differences:
--
++ mate-power-manager.spec ++
--- /var/tmp/diff_new_pack.p5F9SH/_old  2014-03-22 18:01:44.0 +0100
+++ /var/tmp/diff_new_pack.p5F9SH/_new  2014-03-22 18:01:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-power-manager 
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,15 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
 Name:   mate-power-manager
-Version:1.6.3
+Version:1.8.0
 Release:0
 License:GPL-2.0
 Summary:MATE Desktop UPower policy management
 Url:http://mate-desktop.org
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
-# PATCH-FEATURE-UPSTREAM switch-to-gnome-keyring.patch --Use gnome-keyring 
instead of mate-keyring
-Patch1:  switch-to-gnome-keyring.patch
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 
mate-power-manager_dbus_interface_keyboard_backlight_controls.patch --fix 
gsettings schema
+# to fix keyboard backlight support
+Patch0: 
mate-power-manager_dbus_interface_keyboard_backlight_controls.patch
+# PATCH-FIX-UPSTREAM mate-power-manager_fix-use-g_signal-notify.patch --fix 
build with different upower version
+Patch6: mate-power-manager_fix-use-g_signal-notify.patch
+# PATCH-FIX-UPSTREAM mate-power-manager_upower-remove-recall.patch --recall 
command has been dropped of
+# upower 1.x API
+Patch3: mate-power-manager_upower-remove-recall.patch
+# PATCH-FIX-UPSTREAM 
mate-power-manager_upower-update-for-libupower-glib-API-changes.patch --fix 
engine device 
+# support for upower = 1.0
+Patch5: 
mate-power-manager_upower-update-for-libupower-glib-API-changes.patch
+# PATCH-FIX-UPSTREAM mate-power-manager_upower-use-g_signal-notify.patch --use 
gsignal for backlight support with upower
+Patch4: mate-power-manager_upower-use-g_signal-notify.patch
+# PATCH-FIX-UPSTREAM mate-power-manager_upower.patch --drop suspend support in 
mpm with upower 1.0 as it's
+# unsupported for now
+Patch2: mate-power-manager_upower.patch
 # upower is required by pm-utils
 Requires:   pm-utils
 Requires:   udisks
@@ -31,7 +45,6 @@
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
-BuildRequires:  autoconf
 BuildRequires:  docbook-utils
 BuildRequires:  fdupes
 BuildRequires:  mate-common
@@ -41,12 +54,11 @@
 BuildRequires:  pkgconfig(libcanberra-gtk)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  

commit perl-IO-CaptureOutput for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-CaptureOutput for 
openSUSE:Factory checked in at 2014-03-22 14:45:38

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


Package is perl-IO-CaptureOutput

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-IO-CaptureOutput/perl-IO-CaptureOutput.changes  
2013-04-23 11:36:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-CaptureOutput.new/perl-IO-CaptureOutput.changes
 2014-03-22 18:02:24.0 +0100
@@ -1,0 +2,14 @@
+Sat Mar 15 12:56:16 UTC 2014 - co...@suse.com
+
+- updated to 1.1103
+ [FIXED]
+ 
+ - Fixed rt.cpan.org #71775: test failure on non-threaded Win32 perls
+ 
+ [CHANGED]
+ 
+ - Updated metadata, repo and bugtracker
+ 
+ - Switched distribution management to Dist::Zilla
+
+---

Old:

  IO-CaptureOutput-1.1102.tar.gz

New:

  IO-CaptureOutput-1.1103.tar.gz



Other differences:
--
++ perl-IO-CaptureOutput.spec ++
--- /var/tmp/diff_new_pack.TyzGrk/_old  2014-03-22 18:02:24.0 +0100
+++ /var/tmp/diff_new_pack.TyzGrk/_new  2014-03-22 18:02:24.0 +0100
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package perl-IO-CaptureOutput
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,66 +17,48 @@
 
 
 Name:   perl-IO-CaptureOutput
-Version:1.1102
+Version:1.1103
 Release:0
+%define cpan_name IO-CaptureOutput
 Summary:Capture STDOUT and STDERR from Perl code, subprocesses or XS
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/IO-CaptureOutput-%{version}.tar.gz
 Url:http://search.cpan.org/dist/IO-CaptureOutput/
+Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(IO::File)
-BuildRequires:  perl(Symbol)
-BuildRequires:  perl(Test::More)
-Requires:   perl(Carp)
-Requires:   perl(Exporter)
-Requires:   perl(File::Basename)
-Requires:   perl(File::Spec)
-Requires:   perl(File::Temp)
-Requires:   perl(IO::File)
-Requires:   perl(Symbol)
+BuildRequires:  perl(File::Spec) = 3.27
+BuildRequires:  perl(version)
+%{perl_requires}
 
 %description
+*This module is no longer recommended by the maintainer* - see the
+Capture::Tiny manpage instead.
+
 This module provides routines for capturing STDOUT and STDERR from perl
-subroutines, forked system calls (e.g. system(), fork()) and from XS or C
-modules.
+subroutines, forked system calls (e.g. 'system()', 'fork()') and from XS or
+C modules.
 
 %prep
-%setup -q -n IO-CaptureOutput-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%__perl Makefile.PL PREFIX=%{_prefix}
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir %{perl_vendorlib}/IO
-%{perl_vendorlib}/IO/CaptureOutput.pm
-%{perl_vendorlib}/IO/CaptureOutput.pod
-%dir %{perl_vendorarch}/auto/IO
-%{perl_vendorarch}/auto/IO/CaptureOutput
-%doc %{perl_man3dir}/IO::CaptureOutput.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes CONTRIBUTING cpanfile examples LICENSE perlcritic.rc README
 
 %changelog

++ IO-CaptureOutput-1.1102.tar.gz - IO-CaptureOutput-1.1103.tar.gz ++
 2332 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-XML-Twig for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Twig for openSUSE:Factory 
checked in at 2014-03-22 14:45:40

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


Package is perl-XML-Twig

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-Twig/perl-XML-Twig.changes  
2013-06-06 15:06:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-Twig.new/perl-XML-Twig.changes 
2014-03-22 18:02:25.0 +0100
@@ -1,0 +2,32 @@
+Sat Mar 15 13:03:31 UTC 2014 - co...@suse.com
+
+- updated to 3.46
+ - fixed: link to idented_a format description
+   RT #85400 https://rt.cpan.org/Public/Bug/Display.html?id=85400
+   fixed by Martin McGrath
+
+ - fixed: code that gave a warning in 5.19.9
+ 
+ - fixed: RT #86651 https://rt.cpan.org/Ticket/Display.html?id=86773
+   xml_pp, quote not escaped in attribute values
+ 
+ - fixed various typos in docs RT#87660
+   thanks to David Steinbrunner
+ 
+ - fixed: RT #86773 https://rt.cpan.org/Ticket/Display.html?id=86773 
+   CDATA sections in HTML were not properly escaped when using the
+   (default) HTML::TreeBuilder conversion
+   spotted by Marco Pessotto
+ 
+ - fixed: RT #85933 https://rt.cpan.org/Ticket/Display.html?id=85933
+   quotes in attributes were not properly escaped
+   dpotted by Arun Lakhana
+ 
+ - added: docs for tools and safe_print_to_file
+ 
+ - added: support for XPath variables
+   thanks to Nathan Glenn for the initial implementation
+ 
+ - updated: Changes to conform to CPAN::Changes + test
+
+---

Old:

  XML-Twig-3.44.tar.gz

New:

  XML-Twig-3.46.tar.gz



Other differences:
--
++ perl-XML-Twig.spec ++
--- /var/tmp/diff_new_pack.VGNF3G/_old  2014-03-22 18:02:25.0 +0100
+++ /var/tmp/diff_new_pack.VGNF3G/_new  2014-03-22 18:02:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-Twig
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-Twig
-Version:3.44
+Version:3.46
 Release:0
 %define cpan_name XML-Twig
 Summary:A perl module for processing huge XML documents in tree mode.
@@ -30,8 +30,9 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(XML::Parser) = 2.23
-#BuildRequires: perl(xmlxpath_tools)
 Requires:   perl(XML::Parser) = 2.23
+%{perl_requires}
+# MANUAL
 BuildRequires:  expat
 BuildRequires:  perl-HTML-Tidy
 BuildRequires:  perl-IO-CaptureOutput
@@ -55,8 +56,6 @@
 Recommends: perl-XML-XPath
 Recommends: perl-XML-XPathEngine
 
-%{perl_requires}
-
 %description
 This module provides a way to process XML documents. It is build on top of
 'XML::Parser'.

++ XML-Twig-3.44.tar.gz - XML-Twig-3.46.tar.gz ++
 5570 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kernel-source for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2014-03-22 14:45:43

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


Package is kernel-source

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2014-03-10 06:52:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2014-03-22 18:02:29.0 +0100
@@ -1,0 +2,139 @@
+Thu Mar 20 13:41:34 CET 2014 - jdelv...@suse.de
+
+- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
+  It was set by mistake, obviously.
+- commit 89fa272
+
+---
+Wed Mar 19 09:35:32 CET 2014 - ti...@suse.de
+
+- Enable Socketcan again for i386 and x86_64 (bnc#858607)
+- commit d1f1027
+
+---
+Tue Mar 18 18:11:46 CET 2014 - jdelv...@suse.de
+
+- Update vanilla config files: enable console rotation
+  It's enabled in all other kernel flavors so it should be enabled in
+  vanilla too.
+- commit 1384611
+
+---
+Tue Mar 18 17:25:37 CET 2014 - jdelv...@suse.de
+
+- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
+  Trying to keep the trace and vanilla kernels in sync with default.
+- commit 09e4895
+
+---
+Tue Mar 18 15:46:00 CET 2014 - jdelv...@suse.de
+
+- Align the x86_64 debug config file on the default config
+  For real this time.
+- commit 0b5593a
+
+---
+Mon Mar 17 22:03:51 CET 2014 - je...@suse.de
+
+- Update to 3.14-rc7.
+- Eliminated 1 patch.
+- commit 56ad46a
+
+---
+Mon Mar 17 14:56:11 CET 2014 - jdelv...@suse.de
+
+- Align the x86_64 debug config file on the default config
+  This makes it much easier to validate that the debug config file only
+  diverges from default by debug and testing options.
+- commit 37f104e
+
+---
+Mon Mar 17 10:26:10 CET 2014 - jdelv...@suse.de
+
+- config.conf: ia64 is history
+- Delete config/ia64/debug.
+- Delete config/ia64/default.
+- Delete config/ia64/trace.
+- Delete config/ia64/vanilla.
+- commit 9e606b5
+
+---
+Mon Mar 17 10:06:45 CET 2014 - ti...@suse.de
+
+- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
+- commit 3659420
+
+---
+Sat Mar 15 13:23:40 CET 2014 - jdelv...@suse.de
+
+- Update x86_64 config files: Disable AMD Elan SC520 drivers
+  The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
+  useless on other architectures.
+- commit e5b4397
+
+---
+Sat Mar 15 13:23:06 CET 2014 - jdelv...@suse.de
+
+- Update x86_64 and ia64 config files: Disable SC1200 drivers
+  The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
+  its drivers are useless on other architectures.
+- commit 1058f71
+
+---
+Fri Mar 14 22:58:59 CET 2014 - jdelv...@suse.de
+
+- Update config files: Restore CONFIG_THERMAL_HWMON
+  Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
+  disabling CONFIG_THERMAL_HWMON in many configs that didn't have
+  CONFIG_HWMON=y. So revert that change in all affected config files.
+  Sorry for overlooking that originally.
+- commit b197f4a
+
+---
+Fri Mar 14 14:31:40 CET 2014 - jdelv...@suse.de
+
+- Update config files: Drop all Geode-related drivers
+  The Geode was a 32-bit x86 CPU, so all drivers for its companion
+  chips (CS55xx) are useless on other architectures. Same for OT200
+  drivers, as the Bachmann OT200 device was based on a Geode CPU.
+- commit 0bdb147
+
+---
+Fri Mar 14 13:43:05 CET 2014 - jdelv...@suse.de
+
+- Update arm and ppc config files: Drop OLPC-related driver
+  OLPC drivers are only useful on i386.
+- commit c98f904
+
+---
+Thu Mar 13 15:11:01 CET 2014 - jdelv...@suse.de
+
+- Update debug config files: mac80211 debug options
+  Enable all mac80211 debug options in all debug kernel flavors.
+- commit 855178e
+
+---
+Wed Mar 12 21:37:31 CET 2014 - guillaume.gar...@opensuse.org
+
+- config: Fix version string for armv7hl/lpae
+- commit d1a7ba5
+

commit ha-cluster-bootstrap for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package ha-cluster-bootstrap for 
openSUSE:Factory checked in at 2014-03-22 14:48:27

Comparing /work/SRC/openSUSE:Factory/ha-cluster-bootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new (New)


Package is ha-cluster-bootstrap

Changes:

--- 
/work/SRC/openSUSE:Factory/ha-cluster-bootstrap/ha-cluster-bootstrap.changes
2014-03-09 18:22:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes
   2014-03-22 18:02:38.0 +0100
@@ -1,0 +2,12 @@
+Fri Mar 21 06:07:40 UTC 2014 - tser...@suse.com
+
+- Fix test for active firewall (bnc#869386)
+- Upstream version cs:2964f4e
+
+---
+Wed Mar 19 09:20:37 UTC 2014 - tser...@suse.com
+
+- Update firewall rules correctly for corosync.conf (bnc#868986)
+- Upstream version cs:85bcef5
+
+---

Old:

  sleha-bootstrap-0.4+git.1394193228.cc1daef.tar.bz2

New:

  sleha-bootstrap-0.4+git.1395382016.2964f4e.tar.bz2



Other differences:
--
++ ha-cluster-bootstrap.spec ++
--- /var/tmp/diff_new_pack.gpFnpm/_old  2014-03-22 18:02:38.0 +0100
+++ /var/tmp/diff_new_pack.gpFnpm/_new  2014-03-22 18:02:38.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   ha-cluster-bootstrap
-Version:0.4+git.1394193228.cc1daef
+Version:0.4+git.1395382016.2964f4e
 Release:0
 Summary:Pacemaker HA Cluster Bootstrap Tool
 License:GPL-2.0

++ _service ++
--- /var/tmp/diff_new_pack.gpFnpm/_old  2014-03-22 18:02:38.0 +0100
+++ /var/tmp/diff_new_pack.gpFnpm/_new  2014-03-22 18:02:38.0 +0100
@@ -4,7 +4,7 @@
 param name=scmgit/param
 param name=exclude.git/param
 param name=versionformat0.4+git.%ct.%h/param
-param name=revisioncc1daef/param
+param name=revision2964f4e/param
   /service
 
   service name=recompress mode=disabled

++ sleha-bootstrap-0.4+git.1394193228.cc1daef.tar.bz2 - 
sleha-bootstrap-0.4+git.1395382016.2964f4e.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sleha-bootstrap-0.4+git.1394193228.cc1daef/scripts/ha-cluster-functions 
new/sleha-bootstrap-0.4+git.1395382016.2964f4e/scripts/ha-cluster-functions
--- old/sleha-bootstrap-0.4+git.1394193228.cc1daef/scripts/ha-cluster-functions 
2014-03-07 12:57:20.0 +0100
+++ new/sleha-bootstrap-0.4+git.1395382016.2964f4e/scripts/ha-cluster-functions 
2014-03-21 07:07:35.0 +0100
@@ -145,19 +145,11 @@
# ports for csync2, mgmtd, hawk  dlm respectively
local tcp=30865 5560 7630 21064
 
-   # all mcastports defined in corosync config
-   local udp
-   if [ -f $COROSYNC_CONF ]; then
-   udp=$(echo $(awk -F: '/^[[:space:]]*mcastport:/ {print $2}' \
-   ${COROSYNC_CONF}))
-   fi
-
local -i fw_open=0
if [ -f $SYSCONFIG_FW_CLUSTER ]; then
local tmp_conf=${SYSCONFIG_FW_CLUSTER}.$$
sed \
-e s/^TCP=.*/TCP=\$tcp\/ \
-   -e s/^UDP=.*/UDP=\$udp\/ \
$SYSCONFIG_FW_CLUSTER  $tmp_conf
install_tmp $tmp_conf $SYSCONFIG_FW_CLUSTER
 
@@ -172,16 +164,52 @@
fi
 
# No need to do anything else if the firewall is inactive
-   rcSuSEfirewall2 status /dev/null 21 || return
+   systemctl -q is-active SuSEfirewall2 || return
+
+   # Firewall is active, either restart or complain if we couldn't tweak it
+   if [ $fw_open -eq 1 ]; then
+   status Restarting firewall (TCP $tcp open)
+   invoke rcSuSEfirewall2 restart \
+   || error Failed to restart firewall
+   else
+   warn Firewall is active - you may need to open ports:
+   warn   TCP $tcp
+   fi
+}
+
+# Have to do this separately, as we need general firewall config early
+# so csync2 works, but need corosync config *after* corosync.conf has
+# been created/updated.
+init_firewall_corosync()
+{
+   # all mcastports defined in corosync config
+   local udp
+   if [ -f $COROSYNC_CONF ]; then
+   udp=$(echo $(awk -F: '/^[[:space:]]*mcastport:/ {print $2}' \
+   ${COROSYNC_CONF}))
+   fi
+
+   local -i fw_open=0
+   if [ -f $SYSCONFIG_FW_CLUSTER ]; then
+   local tmp_conf=${SYSCONFIG_FW_CLUSTER}.$$
+   sed \
+   -e s/^UDP=.*/UDP=\$udp\/ \
+   $SYSCONFIG_FW_CLUSTER  $tmp_conf
+   install_tmp $tmp_conf $SYSCONFIG_FW_CLUSTER
+   

commit kernel-firmware for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2014-03-22 14:45:42

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


Package is kernel-firmware

Changes:

--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2014-02-13 15:01:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes 
2014-03-22 18:02:27.0 +0100
@@ -1,0 +2,48 @@
+Wed Mar 19 09:02:11 CET 2014 - ti...@suse.de
+
+- Update to git snapshot 20140319 (bnc#869039)
+  * brcm: add firmware for the BCM43362 WLAN device
+  * iwlwifi: update firmware for 7260 / 3160 devices
+  * WHENCE: Fix oddly capitalised instances of 'File'
+  * wl18xx: add version 3 of the wl18xx firmware
+  * rtlwifi: Add firmware for rtl8192ee
+  * myri10ge: update firmware to 1.4.57
+  * bnx2x: Update to FW 7.8.19
+  * Remove executable permissions from firmware files
+  * rtlwifi: Add firmware for rtl8821ae
+  * radeon: add ucode for HAWAII GPUs
+  * rtlwifi: Add firmware for r8723au
+  * iwlwifi: update firmware for 7260 / 3160 devices
+  * iwlwifi: update firmware for 7260 / 3160 devices
+  * linux-firmware: 3.2.3.0 Firmware for Brocade Adapters
+  * cxgb4: Updated T4 firmware, add T5 firmware
+  * qla2xxx: Update ql2{4,5}00_fw.bin to version 7.01.00
+  * linux-firmware: Update Intel Bluetooth devices firmware patch files
+  * firmware: cw1200: Add firmware for the ST-E CW1200 WLAN chipset.
+  * emi62: Provide the correct bitstream
+  * linux-firmware: add Marvell SD8897-B0 firmware combo image
+  * linux-firmware: update Marvell PCIe/USB 8897-B0 firmware combo image
+  * rtlwifi: Add new firmware files for rtl8188eu
+  * rtlwifi: Add new firmware files for rtl8192cu
+  * brcm: add firmware file for the BCM4335 SDIO chipset
+  * brcm: add firmware for newer version of BCM43241 SDIO chipset
+  * brcm: add firmware file for BCM43241 SDIO chipset
+  * brcm: rename firmware names expressing host interface type
+  * ti-connectivity: add wl1251 firmware and license
+  * linux-firmware: Add Brocade FC/FCOE Adapter firmware files
+  * radeon: add ucode for KAVERI GPUs
+  * radeon: add smc ucode for BONAIRE
+  * linux-firmware: Add firmware patch file for Intel Bluetooth device(3160)
+  * linux-firmware: add version information for Intel Bluetooth firmware
+  * cw1200: Add SDD file for the Sagrad SG901-1091/1098 WLAN modules.
+  * Fix filename for Intel Bluetooth firmware
+  * linux-firmware: update Intel Bluetooth firmware patch file
+  * moxa: Fix firmware file names.
+  * moxa: Add firmware for some of the Moxa USB-Serial hubs
+  * radeon: add ucode for KABINI GPUs
+  * radeon: add ucode for BONAIRE GPUs
+  * radeon: add smc ucode for radeon GPUs
+
+- Remove obsoleted iwlwifi-4965 and carl9170w sources
+
+---

Old:

  carl9170-1.fw
  iwlwifi-4965-1.ucode
  linux-firmware-20130714git.tar.bz2

New:

  linux-firmware-20140319git.tar.bz2



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.jNjyzB/_old  2014-03-22 18:02:29.0 +0100
+++ /var/tmp/diff_new_pack.jNjyzB/_new  2014-03-22 18:02:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kernel-firmware
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -19,7 +19,7 @@
 Name:   kernel-firmware
 BuildRequires:  fdupes
 BuildRequires:  kernel-default
-Version:20130714git
+Version:20140319git
 Release:0
 Summary:Linux kernel firmware files
 License:SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT
@@ -28,8 +28,6 @@
 # Created with git archive | bzip2
 Source0:linux-firmware-%{version}.tar.bz2
 Source1:firmware.sh
-Source3:iwlwifi-4965-1.ucode
-Source4:carl9170-1.fw
 Source5:mkinitrd_setup-amd_microcode.sh
 Source6:mkinitrd_boot-amd_microcode.sh
 %define __find_supplements bash %_sourcedir/firmware.sh --find-supplements
@@ -82,8 +80,6 @@
 
 %prep
 %setup -q -c kernel-firmware
-cp -v %{S:3} iwlwifi-4965-1.ucode
-cp -v %{S:4} carl9170-1.fw
 
 %build
 # nothing to do

++ linux-firmware-20130714git.tar.bz2 - linux-firmware-20140319git.tar.bz2 
++
/work/SRC/openSUSE:Factory/kernel-firmware/linux-firmware-20130714git.tar.bz2 
/work/SRC/openSUSE:Factory/.kernel-firmware.new/linux-firmware-20140319git.tar.bz2
 differ: char 11, line 1

-- 
To 

commit socat for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package socat for openSUSE:Factory checked 
in at 2014-03-22 14:45:41

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


Package is socat

Changes:

--- /work/SRC/openSUSE:Factory/socat/socat.changes  2014-03-06 
19:29:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.socat.new/socat.changes 2014-03-22 
18:02:26.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar 11 07:05:34 UTC 2014 - meiss...@suse.com
+
+- updated to 1.7.2.4: minor bugfixes:
+  This version contains fixes for most of the bugs and porting issues
+  reported or found in more than two years.
+
+---

Old:

  socat-1.7.2.3.tar.bz2

New:

  socat-1.7.2.4.tar.bz2



Other differences:
--
++ socat.spec ++
--- /var/tmp/diff_new_pack.tkWZpH/_old  2014-03-22 18:02:26.0 +0100
+++ /var/tmp/diff_new_pack.tkWZpH/_new  2014-03-22 18:02:26.0 +0100
@@ -22,13 +22,12 @@
 BuildRequires:  procps
 BuildRequires:  readline-devel
 BuildRequires:  tcpd-devel
-Version:1.7.2.3
+Version:1.7.2.4
 Release:0
 Url:http://www.dest-unreach.org/socat/
 Summary:Multipurpose relay for bidirectional data transfer
 License:SUSE-GPL-2.0-with-openssl-exception and MIT
 Group:  Productivity/Networking/Other
-# 1.7.2.1: md5 7ddfea7e9e85f868670f94d3ea08358b
 Source: 
http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
 Patch1: socat-remove_date.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ socat-1.7.2.3.tar.bz2 - socat-1.7.2.4.tar.bz2 ++
 21386 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-video-vmware for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-vmware for 
openSUSE:Factory checked in at 2014-03-22 19:46:11

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


Package is xf86-video-vmware

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-vmware/xf86-video-vmware.changes  
2013-12-11 17:45:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-vmware.new/xf86-video-vmware.changes 
2014-03-22 19:46:13.0 +0100
@@ -1,0 +2,11 @@
+Wed Mar 19 17:14:28 UTC 2014 - sndir...@suse.com
+
+- update to current git commit 51cdfa6 in order to fix build against
+  latest xserver
+- obsoletes U_0001-vmwgfx-update-for-XA-API-changes.patch,
+  U_0002-vmwgfx-Avoid-HW-operations-when-not-master.patch,
+  U_0003-vmwgfx-Implement-textured-video-completely-on-top-of.patch,
+  U_0004-vmwgfx-Get-rid-of-device-specific-DMA-code.patch,
+  U_0005-vmwgfx-handle-changes-of-DamageUnregister-API-in-1.1.patch
+
+---

Old:

  U_0001-vmwgfx-update-for-XA-API-changes.patch
  U_0002-vmwgfx-Avoid-HW-operations-when-not-master.patch
  U_0003-vmwgfx-Implement-textured-video-completely-on-top-of.patch
  U_0004-vmwgfx-Get-rid-of-device-specific-DMA-code.patch
  U_0005-vmwgfx-handle-changes-of-DamageUnregister-API-in-1.1.patch
  xf86-video-vmware-13.0.1.tar.bz2

New:

  xf86-video-vmware-13.0.1-51cdfa6.tar.bz2



Other differences:
--
++ xf86-video-vmware.spec ++
--- /var/tmp/diff_new_pack.2nLUPr/_old  2014-03-22 19:46:14.0 +0100
+++ /var/tmp/diff_new_pack.2nLUPr/_new  2014-03-22 19:46:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-vmware
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,12 +23,8 @@
 License:MIT
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
-Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
-Patch1: U_0001-vmwgfx-update-for-XA-API-changes.patch
-Patch2: U_0002-vmwgfx-Avoid-HW-operations-when-not-master.patch
-Patch3: 
U_0003-vmwgfx-Implement-textured-video-completely-on-top-of.patch
-Patch4: U_0004-vmwgfx-Get-rid-of-device-specific-DMA-code.patch
-Patch5: 
U_0005-vmwgfx-handle-changes-of-DamageUnregister-API-in-1.1.patch
+#http://xorg.freedesktop.org/releases/individual/driver/
+Source0:%{name}-%{version}-51cdfa6.tar.bz2
 ExclusiveArch:  %ix86 x86_64
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -53,11 +49,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 %configure

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-input-synaptics for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-synaptics for 
openSUSE:Factory checked in at 2014-03-22 19:46:06

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


Package is xf86-input-synaptics

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-input-synaptics/xf86-input-synaptics.changes
2014-02-21 19:43:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-synaptics.new/xf86-input-synaptics.changes
   2014-03-22 19:46:07.0 +0100
@@ -1,0 +2,36 @@
+Mon Mar 17 23:01:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.7.99.1:
+ - libevdev support:
+The evdev backend on Linux now uses libevdev. We recommend
+to use libevdev 1.1-rc1 or later as the synaptics driver is
+very likely to trigger SYN_DROPPED and we've fixed a bunch
+of issues in libevdev 1.1.
+ - Support for T440, T540, X240, Helix, Yoga:
+   The bulk of the changes is to support this set of Lenovo
+   touchpads. These touchpads don't have separate physical
+   buttons for the trackstick and need to be emulated as
+   software-button by the driver.
+ - TouchpadOff behaviour change:
+   Synaptics has a property Synaptics Off to disable events.
+   Previously, this disabled any event from the touchpad.
+   Now, physical button clicks are allowed even when the
+   touchpad is disabled.
+ - mtdev was dropped:
+   There are no touchpad drivers in the kernel tree that
+   use protocol A, so using mtdev is just a computationally
+   expensiv and memory-wasting noop.
+- As per upstream change, swap pkgconfig(mtdev) BuildRequires for
+  pkgconfig(evdev) = 1.0.99.1
+- Rebase n_xf86-input-synaptics-wait.diff for this release
+
+---
+Wed Mar 12 14:55:34 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.7.4:
+  One fix: closing the fd again if the device cannot be enabled
+  properly, and two reverts: scrollbuttons and circular pad
+  support are making a comeback. Apparently there are still a
+  few laptops out there that require either feature.
+
+---

Old:

  xf86-input-synaptics-1.7.3.tar.bz2

New:

  xf86-input-synaptics-1.7.99.1.tar.bz2



Other differences:
--
++ xf86-input-synaptics.spec ++
--- /var/tmp/diff_new_pack.GebvTW/_old  2014-03-22 19:46:08.0 +0100
+++ /var/tmp/diff_new_pack.GebvTW/_new  2014-03-22 19:46:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-input-synaptics
-Version:1.7.3
+Version:1.7.99.1
 Release:0
 Summary:Synaptics touchpad input driver for the Xorg X server
 License:MIT
@@ -32,7 +32,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(inputproto)
-BuildRequires:  pkgconfig(mtdev)
+BuildRequires:  pkgconfig(libevdev) = 1.0.99.1
 BuildRequires:  pkgconfig(randrproto)
 BuildRequires:  pkgconfig(recordproto)
 BuildRequires:  pkgconfig(x11)

++ n_xf86-input-synaptics-wait.diff ++
--- /var/tmp/diff_new_pack.GebvTW/_old  2014-03-22 19:46:08.0 +0100
+++ /var/tmp/diff_new_pack.GebvTW/_new  2014-03-22 19:46:08.0 +0100
@@ -4,35 +4,35 @@
 
 --- a/src/eventcomm.c
 +++ b/src/eventcomm.c
-@@ -516,6 +516,8 @@
+@@ -889,6 +889,8 @@ EventAutoDevProbe(InputInfoPtr pInfo, const char *device)
  int i;
  Bool touchpad_found = FALSE;
  struct dirent **namelist;
 +int wait = 0;
 +const int max_wait = 2000;
- 
+
  if (device) {
  int fd = -1;
-@@ -533,6 +535,7 @@
+@@ -919,6 +921,7 @@ EventAutoDevProbe(InputInfoPtr pInfo, const char *device)
  }
  }
- 
+
 +while (wait = max_wait  !touchpad_found) {
  i = scandir(DEV_INPUT_EVENT, namelist, EventDevOnly, alphasort);
  if (i  0) {
  xf86IDrvMsg(pInfo, X_ERROR, Couldn't open %s\n, DEV_INPUT_EVENT);
-@@ -556,8 +559,8 @@
- 
- if (event_query_is_touchpad(fd, TRUE)) {
- touchpad_found = TRUE;
--xf86IDrvMsg(pInfo, X_PROBED, auto-dev sets device to %s\n,
--fname);
-+xf86IDrvMsg(pInfo, X_PROBED, auto-dev sets device to %s 
(waited %d msec)\n,
-+fname, wait);
- pInfo-options =
- xf86ReplaceStrOption(pInfo-options, Device, fname);
- }
-@@ -565,6 +568,13 @@
+@@ -949,8 +952,8 @@ EventAutoDevProbe(InputInfoPtr pInfo, const char *device)
+ touchpad_found = event_query_is_touchpad(evdev, TRUE);
+ libevdev_free(evdev);
+ if (touchpad_found) {
+-

commit xfs for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2014-03-22 19:46:09

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


Package is xfs

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2013-06-13 22:50:06.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xfs.new/xfs.changes 2014-03-22 
19:46:11.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 19 11:48:06 UTC 2014 - sndir...@suse.com
+
+- udpated to current git id 2c79452 in order to fix build for
+  latest libXfont
+
+---

Old:

  xfs-1.1.3.tar.bz2

New:

  xfs-1.1.3-2c79452.tar.bz2



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.2NDzl0/_old  2014-03-22 19:46:12.0 +0100
+++ /var/tmp/diff_new_pack.2NDzl0/_new  2014-03-22 19:46:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -24,7 +24,8 @@
 License:HPND
 Group:  System/X11/Utilities
 Url:http://xorg.freedesktop.org/
-Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+# http://xorg.freedesktop.org/releases/individual/app/
+Source0:%{name}-%{version}-2c79452.tar.bz2
 Source1:xfs.config
 Source2:xfs.init.d
 %if 0%{?suse_version} = 01140

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xdm for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2014-03-22 19:46:14

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


Package is xdm

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2014-03-15 17:35:57.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2014-03-22 
19:46:17.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 10:50:02 UTC 2014 - wer...@suse.de
+
+- Move forward to systemd, that is use a real service unit file  (bnc#869260)
+
+---

New:

  display-manager.service



Other differences:
--
++ xdm.spec ++
--- /var/tmp/diff_new_pack.Akn094/_old  2014-03-22 19:46:18.0 +0100
+++ /var/tmp/diff_new_pack.Akn094/_new  2014-03-22 19:46:18.0 +0100
@@ -41,6 +41,7 @@
 Source1:xdm.tar.bz2
 Source2:HOWTO.xdm
 Source3:xdm-fallbacks.tar.bz2
+Source4:display-manager.service
 %if !%with_systemd
 Patch0: xdm-consolekit.diff
 %endif
@@ -48,7 +49,7 @@
 Patch2: 
U_xdm_config-AC_LIBTOOL_DLOPEN-is-required-for-dynamic-lin.patch
 Patch3: 
U_xdm_config-use-libtool-export-dynamic-option-for-reverse.patch
 Patch4: U_xdm_Fix-missing-linking-dependency-on-ldl.patch
-%if 0%{?suse_version} = 01140
+%if 0%{?suse_version} = 01140  0%{?suse_version}  1320
 # Needed to create the man page symlink to init.d
 BuildRequires:  aaa_base-extras
 %endif
@@ -71,6 +72,9 @@
 %if !%with_systemd
 BuildRequires:  ConsoleKit-devel
 Requires:   ConsoleKit
+%else
+BuildRequires:  systemd-rpm-macros
+%{?systemd_requires}
 %endif
 Requires:   /sbin/pidof
 Requires:   logrotate
@@ -82,6 +86,10 @@
 Conflicts:  xorg-x11 = 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+%if !%with_systemd
+%define _unitdir /usr/lib/systemd/system
+%endif
+
 %description
 Xdm manages a collection of X displays, which may be on the local host
 or remote servers.
@@ -133,9 +141,21 @@
 mv %{buildroot}%{_libdir}/X11/xdm/chooser %{buildroot}%{_bindir}
 # fdo#35868 (closed INVALID, but because of above fix, we want it)
 ln -s xdm.1%{?ext_man} %{buildroot}%{_mandir}/man1/chooser.1%{?ext_man}
+%if 0%{?suse_version}  1320
 # missing manual page
 mkdir -p %{buildroot}%{_mandir}/man8
 ln -s ../man7/init.d.7%{?ext_man} 
%{buildroot}%{_mandir}/man8/rcxdm.8%{?ext_man}
+ln -sf %{_sysconfdir}/init.d/xdm %{buildroot}%{_sbindir}/rcxdm
+%else
+rm -f %{buildroot}%{_sbindir}/rcxdm
+install -D %{S:4} -m 0644 %{buildroot}%{_unitdir}/display-manager.service
+ln -sf service %{buildroot}%{_sbindir}/rcdisplay-manager
+cat  %{buildroot}%{_sbindir}/rcxdm -'EOF'
+   #!/bin/bash
+   exec -a rcdisplay-manager %{_sbindir}/rcdisplay-manager ${1+$@}
+   EOF
+chmod 0755 %{buildroot}%{_sbindir}/rcxdm
+%endif
 
 # Note:
 #   no %%stop_on_removal in %%preun
@@ -143,11 +163,19 @@
 # = we don't want to end an existing session
 
 %post
+%if 0%{?suse_version}  1320
 %{fillup_and_insserv -Y xdm}
+%else
+%service_add_post display-manager.service
+%endif
 %{fillup_only -n displaymanager}
 
 %postun
+%if 0%{?suse_version}  1320
 %{insserv_cleanup}
+%else
+%service_del_postun display-manager.service
+%endif
 
 %files
 %defattr(-,root,root)
@@ -165,7 +193,14 @@
 %endif
 %config %{_sysconfdir}/X11/xdm/
 %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/xdmcp
+%if 0%{?suse_version}  1320
 %{_sysconfdir}/init.d/xdm
+%exclude %{_libexecdir}/X11/display-manager
+%else
+%exclude %{_sysconfdir}/init.d/xdm
+%{_unitdir}/display-manager.service
+%{_libexecdir}/X11/display-manager
+%endif
 %config %{_sysconfdir}/logrotate.d/xdm
 %config %{_sysconfdir}/pam.d/xdm
 %config %{_sysconfdir}/pam.d/xdm-np
@@ -178,12 +213,17 @@
 %{_bindir}/xdm
 %{_bindir}/xdmshell
 %{_sbindir}/rcxdm
+%if 0%{?suse_version} = 1320
+%{_sbindir}/rcdisplay-manager
+%endif
 %{_libdir}/X11/xdm/
 %dir %{_datadir}/X11/app-defaults
 %{_datadir}/X11/app-defaults/Chooser
 %{_mandir}/man1/chooser.1%{?ext_man}
 %{_mandir}/man1/xdm.1%{?ext_man}
+%if 0%{?suse_version}  1320
 %{_mandir}/man8/rcxdm.8%{?ext_man}
+%endif
 %ifnarch %ix86
 %dir %{_libdir}/X11
 %endif

++ display-manager.service ++
[Unit]
Description=X Display Manager
Requires=var-run.mount
After=ypbind.service gpm.service time-sync.target winbind.service acpid.service
Wants=remote-fs.target dbus.socket systemd-user-sessions.service
After=remote-fs.target dbus.socket systemd-user-sessions.service

[Service]
Type=forking
PIDFile=/var/run/displaymanager.pid
ExecStart=/usr/lib/X11/display-manager start
ExecStop=/usr/lib/X11/display-manager stop
ExecReload=/usr/lib/X11/display-manager reload

[Install]
WantedBy=graphical.target

commit xf86-input-evdev for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-evdev for 
openSUSE:Factory checked in at 2014-03-22 19:46:10

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


Package is xf86-input-evdev

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-evdev/xf86-input-evdev.changes
2014-02-13 06:51:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-input-evdev.new/xf86-input-evdev.changes   
2014-03-22 19:46:12.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 19 16:11:48 UTC 2014 - sndir...@suse.com
+
+- 11-evdev.conf: enable emulate3buttons on trackpoint devices 
+  (bnc#869097)
+
+---



Other differences:
--
++ 11-evdev.conf ++
--- /var/tmp/diff_new_pack.qldL2W/_old  2014-03-22 19:46:13.0 +0100
+++ /var/tmp/diff_new_pack.qldL2W/_new  2014-03-22 19:46:13.0 +0100
@@ -6,4 +6,6 @@
 Driver  evdev
 Option  EmulateWheel  on
 Option  EmulateWheelButton2
+# Since middle button is in use now these button events need to be 
emulated (bnc#869097)
+Option  Emulate3Buttons on
 EndSection

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit Mesa for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2014-03-22 19:46:00

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


Package is Mesa

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2014-03-11 
20:33:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2014-03-22 
19:46:01.0 +0100
@@ -1,0 +2,10 @@
+Thu Mar 13 15:20:17 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Add U_gallium_util_add_missing_u_math_include.patch (patch27)
+- Add U_nouveau_create_only_one_shared_screen.patch (patch28)
+- Add U_nouveau_add_valid_range_tracking.patch (patch29)
+- Add U_nouveau_fix_fence_waiting_logic.patch (patch30)
+  + https://bugzilla.novell.com/show_bug.cgi?id=866445
+  + https://bugs.freedesktop.org/show_bug.cgi?id=75279
+  
+---

New:

  U_gallium_util_add_missing_u_math_include.patch
  U_nouveau_add_valid_range_tracking.patch
  U_nouveau_create_only_one_shared_screen.patch
  U_nouveau_fix_fence_waiting_logic.patch



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.fhj4oh/_old  2014-03-22 19:46:02.0 +0100
+++ /var/tmp/diff_new_pack.fhj4oh/_new  2014-03-22 19:46:02.0 +0100
@@ -118,6 +118,11 @@
 Patch13:u_mesa-8.0.1-fix-16bpp.patch
 # Patch from Fedora, use shmget when available, under llvmpipe
 Patch15:u_mesa-8.0-llvmpipe-shmget.patch
+# BNC#866445
+Patch27:U_gallium_util_add_missing_u_math_include.patch
+Patch28:U_nouveau_create_only_one_shared_screen.patch
+Patch29:U_nouveau_add_valid_range_tracking.patch
+Patch30:U_nouveau_fix_fence_waiting_logic.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -482,6 +487,11 @@
 #%patch11 -p1
 #%patch15 -p1
 #%patch13 -p1
+###
+%patch27 -p1
+%patch28 -p1
+%patch29 -p1
+%patch30 -p1
 
 %build
 rm -f src/mesa/depend

++ U_gallium_util_add_missing_u_math_include.patch ++
From f19271c7bf73efe6d583e9dc5fc37329558a5cc3 Mon Sep 17 00:00:00 2001
From: Ilia Mirkin imir...@alum.mit.edu
Date: Thu, 27 Feb 2014 06:07:30 +
Subject: gallium/util: add missing u_math include

This is needed for MIN2/MAX2

Signed-off-by: Ilia Mirkin imir...@alum.mit.edu
Reviewed-by: Marek Olšák marek.ol...@amd.com
---
diff --git a/src/gallium/auxiliary/util/u_range.h 
b/src/gallium/auxiliary/util/u_range.h
index 4b1d0d1..efe25ef 100644
--- a/src/gallium/auxiliary/util/u_range.h
+++ b/src/gallium/auxiliary/util/u_range.h
@@ -36,6 +36,8 @@
 
 #include os/os_thread.h
 
+#include util/u_math.h
+
 struct util_range {
unsigned start; /* inclusive */
unsigned end; /* exclusive */
--
cgit v0.9.0.2-2-gbebe
 
++ U_nouveau_add_valid_range_tracking.patch ++
From 5bf90cb521d1d6f26684b1ce9d0811c636b6abb1 Mon Sep 17 00:00:00 2001
From: Ilia Mirkin imir...@alum.mit.edu
Date: Thu, 27 Feb 2014 06:07:51 +
Subject: nouveau: add valid range tracking to nouveau_buffer

This logic is borrowed from the radeon code. The transfer logic will
only get called for PIPE_BUFFER resources, so it shouldn't be necessary
to worry about them becoming render targets.

Signed-off-by: Ilia Mirkin imir...@alum.mit.edu
Reviewed-by: Christoph Bumiller e0425...@student.tuwien.ac.at
---
diff --git a/src/gallium/drivers/nouveau/nouveau_buffer.c 
b/src/gallium/drivers/nouveau/nouveau_buffer.c
index 5b0b93b..e308ff4 100644
--- a/src/gallium/drivers/nouveau/nouveau_buffer.c
+++ b/src/gallium/drivers/nouveau/nouveau_buffer.c
@@ -69,6 +69,8 @@ nouveau_buffer_allocate(struct nouveau_screen *screen,
if (buf-bo)
   buf-address = buf-bo-offset + buf-offset;
 
+   util_range_set_empty(buf-valid_buffer_range);
+
return TRUE;
 }
 
@@ -124,6 +126,8 @@ nouveau_buffer_destroy(struct pipe_screen *pscreen,
nouveau_fence_ref(NULL, res-fence);
nouveau_fence_ref(NULL, res-fence_wr);
 
+   util_range_destroy(res-valid_buffer_range);
+
FREE(res);
 
NOUVEAU_DRV_STAT(nouveau_screen(pscreen), buf_obj_current_count, -1);
@@ -387,6 +391,17 @@ nouveau_buffer_transfer_map(struct pipe_context *pipe,
if (usage  PIPE_TRANSFER_WRITE)
   NOUVEAU_DRV_STAT(nv-screen, buf_transfers_wr, 1);
 
+   /* If we are trying to write to an uninitialized range, the user shouldn't
+* care what was there before. So we can treat the write as if the target
+* range were being discarded. Furthermore, since we know that even if this
+* buffer is busy due to GPU activity, because the contents were
+* uninitialized, the GPU can't care what was there, and so we can treat
+* the write as being unsynchronized.
+*/
+   if ((usage  PIPE_TRANSFER_WRITE) 
+   

commit libXfont for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libXfont for openSUSE:Factory 
checked in at 2014-03-22 19:46:08

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


Package is libXfont

Changes:

--- /work/SRC/openSUSE:Factory/libXfont/libXfont.changes2014-01-08 
20:35:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.libXfont.new/libXfont.changes   2014-03-22 
19:46:09.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 18 14:24:59 UTC 2014 - sndir...@suse.com
+
+- update to current git commit a96cc1f to match current fontsproto
+  git sources
+
+---

Old:

  libXfont-1.4.7.tar.bz2

New:

  libXfont-1.4.7-a96cc1f.tar.bz2



Other differences:
--
++ libXfont.spec ++
--- /var/tmp/diff_new_pack.yddD5S/_old  2014-03-22 19:46:10.0 +0100
+++ /var/tmp/diff_new_pack.yddD5S/_new  2014-03-22 19:46:10.0 +0100
@@ -27,7 +27,7 @@
 
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/libXfont
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libXfont/
-Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+Source: %{name}-%{version}-a96cc1f.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf = 2.60, automake, libtool
 BuildRequires:  pkgconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libevdev for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libevdev for openSUSE:Factory 
checked in at 2014-03-22 19:46:02

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


Package is libevdev

Changes:

--- /work/SRC/openSUSE:Factory/libevdev/libevdev.changes2014-02-28 
07:21:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.libevdev.new/libevdev.changes   2014-03-22 
19:46:03.0 +0100
@@ -1,0 +2,32 @@
+Mon Mar 17 22:44:50 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.0.99.1 (1.1~rc1)
+  * Send an extra ABS_MT_SLOT event to sync the client up with
+the current slot
+  * Fix the include directives when building in tools/
+  * tools: Fix compiler warning
+  * Replace hardcoded 0 with the enum for it
+  * tools: add a tool to print the actual range provided by
+a touchpad
+  * Document that the return value of get_name|uniq|phys is
+not permanent
+  * Plug a memory leak for name, uniq, phys
+  * Fix memory leaks when failing to create a uinput device
+  * Document the FORCE_SYNC behavior a bit better
+  * Fix a wrong reference in the libevdev_next_event
+documentation
+  * Add unlikely() macro
+  * Don't sync past MAX_SLOTS slots
+  * Dynamically allocate the slot values
+  * Reduce memory requirement for MT syncing
+  * Increase MAX_SLOTS to 60
+  * Cap slot values to the announced maximum
+  * Move some functions/macros between libevdev-int.h
+and libevdev-util.h
+  * Don't sync the MT state for fake MT devices
+  * If the tracking ID changes during SYN_DROPPED, terminate
+the touch first
+  * Add a documentation note to update the slot after syncing
+- New tools subpackage
+
+---

Old:

  libevdev-1.0.tar.xz

New:

  libevdev-1.0.99.1.tar.xz



Other differences:
--
++ libevdev.spec ++
--- /var/tmp/diff_new_pack.hFzH6N/_old  2014-03-22 19:46:04.0 +0100
+++ /var/tmp/diff_new_pack.hFzH6N/_new  2014-03-22 19:46:04.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   libevdev
 %define sonum  2
-Version:1.0
+Version:1.0.99.1
 Release:0
 Summary:A wrapper library for evdev devices
 License:MIT
@@ -53,12 +53,24 @@
 %package -n libevdev%{sonum}
 Summary:Library for handling evdev kernel devices
 Group:  System/Libraries
+Suggests:   %{name}-tools
 
 %description -n libevdev%{sonum}
 Library for handling evdev kernel devices. It abstracts the ioctls
 through type-safe interfaces and provides functions to change
 the appearance of the device.
 
+%package tools
+Summary:Library for handling evdev kernel devices
+Group:  System/Base
+
+%description tools
+Library for handling evdev kernel devices. It abstracts the ioctls
+through type-safe interfaces and provides functions to change
+the appearance of the device.
+
+Aditional utilities for libevdev library
+
 %prep
 %setup -q
 %if 0%{?suse_version}  1230
@@ -93,4 +105,9 @@
 %{_libdir}/pkgconfig/%{name}.pc
 %{_mandir}/man3/libevdev.*
 
+%files tools
+%defattr(-,root,root)
+%doc COPYING
+%{_bindir}/touchpad-edge-detector
+
 %changelog

++ libevdev-1.0.tar.xz - libevdev-1.0.99.1.tar.xz ++
 3550 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-video-ati for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-ati for openSUSE:Factory 
checked in at 2014-03-22 19:46:12

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


Package is xf86-video-ati

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-ati/xf86-video-ati.changes
2014-01-31 16:42:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-ati.new/xf86-video-ati.changes   
2014-03-22 19:46:14.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar 18 13:38:46 UTC 2014 - sndir...@suse.com
+
+- remove URL in specfile sourceline for snapshot tarball in the
+  hope to be accepted by buildservice now
+
+---
+Mon Mar 17 19:58:26 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to latest git version bdc412044f6ced056cd57320d1b2ee0d967c219
+- Add conditional for X-Server internal glamor vs standalone glamor
+
+---

Old:

  xf86-video-ati-7.3.0.tar.bz2

New:

  xf86-video-ati-7.3.0.1.tar.bz2



Other differences:
--
++ xf86-video-ati.spec ++
--- /var/tmp/diff_new_pack.mBMIdx/_old  2014-03-22 19:46:15.0 +0100
+++ /var/tmp/diff_new_pack.mBMIdx/_new  2014-03-22 19:46:15.0 +0100
@@ -16,14 +16,17 @@
 #
 
 
+%define xserver_glamor 1
+
 Name:   xf86-video-ati
-Version:7.3.0
+Version:7.3.0.1
 Release:0
 Summary:ATI video driver for the Xorg X server
 License:MIT
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
-Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+#http://xorg.freedesktop.org/releases/individual/driver/
+Source0:%{name}-%{version}.tar.bz2
 
 BuildRequires:  Mesa-devel
 BuildRequires:  autoconf = 2.60
@@ -34,7 +37,9 @@
 # Libdrm 2.4.36 needed for kms
 BuildRequires:  pkgconfig(libdrm) = 2.4.36
 # Glamor is new and we want that now
+%if !%xserver_glamor
 BuildRequires:  pkgconfig(glamor) = 0.3.1
+%endif
 BuildRequires:  pkgconfig(libdrm_radeon) = 2.4.36
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(pciaccess) = 0.8.0
@@ -44,7 +49,7 @@
 BuildRequires:  pkgconfig(xextproto)
 BuildRequires:  pkgconfig(xf86driproto)
 BuildRequires:  pkgconfig(xorg-macros) = 1.8
-BuildRequires:  pkgconfig(xorg-server) = 1.3
+BuildRequires:  pkgconfig(xorg-server) = 1.15
 BuildRequires:  pkgconfig(xproto)
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:  xorg-x11-driver-video = 7.6

++ xf86-video-ati-7.3.0.tar.bz2 - xf86-video-ati-7.3.0.1.tar.bz2 ++
 77120 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xorg-x11-proto-devel for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-proto-devel for 
openSUSE:Factory checked in at 2014-03-22 19:46:03

Comparing /work/SRC/openSUSE:Factory/xorg-x11-proto-devel (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-proto-devel.new (New)


Package is xorg-x11-proto-devel

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-proto-devel/xorg-x11-proto-devel.changes
2014-01-03 14:54:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-proto-devel.new/xorg-x11-proto-devel.changes
   2014-03-22 19:46:04.0 +0100
@@ -1,0 +2,19 @@
+Tue Mar 18 12:04:51 UTC 2014 - sndir...@suse.com
+
+- remove URLs in specfile sourcelines for snapshot tarballs in the
+  hope to be accepted by buildservice now
+
+---
+Sat Mar  8 18:27:13 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update xproto to intermediate version 7.0.25.1
+- Update xcb-proto to intermediate version 1.10.1
+- Update fontsproto to intermediate version 2.1.2.1
+  Changes for upcoming X Server 1.16
+
+---
+Thu Feb 27 18:32:59 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update util-macros to version 1.18.0
+
+---

Old:

  fontsproto-2.1.2.tar.bz2
  util-macros-1.17.1.tar.bz2
  xcb-proto-1.10.tar.bz2
  xproto-7.0.25.tar.bz2

New:

  fontsproto-2.1.2.1.tar.bz2
  util-macros-1.18.0.tar.bz2
  xcb-proto-1.10.1.tar.bz2
  xproto-7.0.25.1.tar.bz2



Other differences:
--
++ xorg-x11-proto-devel.spec ++
--- /var/tmp/diff_new_pack.6sGYFu/_old  2014-03-22 19:46:05.0 +0100
+++ /var/tmp/diff_new_pack.6sGYFu/_new  2014-03-22 19:46:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-proto-devel
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,8 +18,8 @@
 
 %bcond_with VNC
 
-%define xproto xproto-7.0.25
-%define xcbp xcb-proto-1.10
+%define xproto xproto-7.0.25.1
+%define xcbp xcb-proto-1.10.1
 %define vncp vncproto-20070501
 
 Name:   xorg-x11-proto-devel
@@ -46,7 +46,7 @@
 Source4:
http://xorg.freedesktop.org/releases/individual/proto/dmxproto-2.3.1.tar.bz2
 Source5:
http://xorg.freedesktop.org/releases/individual/proto/fixesproto-5.0.tar.bz2
 Source6:
http://xorg.freedesktop.org/releases/individual/proto/fontcacheproto-0.1.3.tar.bz2
-Source7:
http://xorg.freedesktop.org/releases/individual/proto/fontsproto-2.1.2.tar.bz2
+Source7:fontsproto-2.1.2.1.tar.bz2
 Source8:
http://xorg.freedesktop.org/releases/individual/proto/glproto-1.4.17.tar.bz2
 Source9:
http://xorg.freedesktop.org/releases/individual/proto/inputproto-2.3.tar.bz2
 Source10:   
http://xorg.freedesktop.org/releases/individual/proto/kbproto-1.0.6.tar.bz2
@@ -57,7 +57,7 @@
 Source15:   
http://xorg.freedesktop.org/releases/individual/proto/resourceproto-1.2.0.tar.bz2
 Source16:   
http://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-1.2.2.tar.bz2
 Source17:   
http://xorg.freedesktop.org/releases/individual/proto/trapproto-3.4.3.tar.bz2
-Source18:   
http://xorg.freedesktop.org/releases/individual/util/util-macros-1.17.1.tar.bz2
+Source18:   
http://xorg.freedesktop.org/releases/individual/util/util-macros-1.18.0.tar.bz2
 Source19:   
http://xorg.freedesktop.org/releases/individual/proto/videoproto-2.3.1.tar.bz2
 Source20:   
http://xorg.freedesktop.org/releases/individual/proto/windowswmproto-1.0.4.tar.bz2
 Source21:   
http://xorg.freedesktop.org/releases/individual/proto/xcmiscproto-1.2.2.tar.bz2
@@ -69,10 +69,10 @@
 Source27:   
http://xorg.freedesktop.org/releases/individual/proto/xf86rushproto-1.1.2.tar.bz2
 Source28:   
http://xorg.freedesktop.org/releases/individual/proto/xf86vidmodeproto-2.3.1.tar.bz2
 Source29:   
http://xorg.freedesktop.org/releases/individual/proto/xineramaproto-1.2.1.tar.bz2
-Source30:   
http://xorg.freedesktop.org/releases/individual/proto/%{xproto}.tar.bz2
+Source30:   %{xproto}.tar.bz2
 Source31:   
http://xorg.freedesktop.org/releases/individual/proto/xproxymanagementprotocol-1.0.3.tar.bz2
 Source32:   
http://xorg.freedesktop.org/releases/individual/proto/evieext-1.1.1.tar.bz2
-Source33:   http://xcb.freedesktop.org/dist/%{xcbp}.tar.bz2
+Source33:   %{xcbp}.tar.bz2
 Source34:   http://xcb.freedesktop.org/dist/libpthread-stubs-0.3.tar.bz2
 %if 

commit libxcb for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package libxcb for openSUSE:Factory checked 
in at 2014-03-22 19:46:07

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


Package is libxcb

Changes:

--- /work/SRC/openSUSE:Factory/libxcb/libxcb.changes2013-12-30 
10:22:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libxcb.new/libxcb.changes   2014-03-22 
19:46:08.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar 18 14:16:36 UTC 2014 - sndir...@suse.com
+
+- remove URL in specfile sourceline for snapshot tarball in the
+  hope to be accepted by buildservice now
+
+---
+Tue Mar 18 14:04:31 UTC 2014 - sndir...@suse.com
+
+- update to current git commit 4ffa6f8 to match current xcb-proto
+  git sources
+
+---

Old:

  libxcb-1.10.tar.bz2

New:

  libxcb-1.10-4ffa6f8.tar.bz2



Other differences:
--
++ libxcb.spec ++
--- /var/tmp/diff_new_pack.y7chDe/_old  2014-03-22 19:46:09.0 +0100
+++ /var/tmp/diff_new_pack.y7chDe/_new  2014-03-22 19:46:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxcb
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -28,7 +28,7 @@
 #Git-Clone:git://anongit.freedesktop.org/xcb/libxcb
 #Git-Web:  http://cgit.freedesktop.org/xcb/libxcb/
 #DL-URL:   http://xcb.freedesktop.org/dist/
-Source: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
+Source: %{name}-%{version}-4ffa6f8.tar.bz2
 Patch1: bug-262309_xcb-xauthlocalhostname.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xorg-x11-server for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2014-03-22 19:46:16

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


Package is xorg-x11-server

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2014-03-06 19:29:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2014-03-22 19:46:18.0 +0100
@@ -1,0 +2,17 @@
+Sat Mar 22 07:02:56 UTC 2014 - co...@suse.com
+
+- obsolete glamor-devel from the correct package
+
+---
+Fri Mar 21 09:40:03 UTC 2014 - sndir...@suse.com
+
+- obsolete also glamor and glamor-devel in addition to glamor-egl 
+
+---
+Mon Feb 24 23:15:41 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.16.0pre:
+- Remove upstreamed patches:
+  + Patch223: U_keep_non_seat0_x_server_from_touching_vts.patch
+
+---

Old:

  U_keep_non_seat0_x_server_from_touching_vts.patch
  xorg-server-1.15.0.tar.bz2

New:

  xorg-server-1.15.99.901.7.tar.bz2



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.EQ3BKN/_old  2014-03-22 19:46:20.0 +0100
+++ /var/tmp/diff_new_pack.EQ3BKN/_new  2014-03-22 19:46:20.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   xorg-x11-server
 
-%define dirsuffix 1.15.0
+%define dirsuffix 1.15.99.901.7
 
 Summary:X
 License:MIT
@@ -42,6 +42,7 @@
 BuildRequires:  pkgconfig(bigreqsproto) = 1.1.0
 BuildRequires:  pkgconfig(damageproto) = 1.1
 BuildRequires:  pkgconfig(dmx) = 1.0.99.1
+BuildRequires:  pkgconfig(epoxy) = 1.1
 BuildRequires:  pkgconfig(fixesproto) = 4.1
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(fontenc)
@@ -109,6 +110,12 @@
 Provides:   xorg-x11-server-glx
 Obsoletes:  xorg-x11-Xvfb
 Obsoletes:  xorg-x11-server-glx
+
+Provides:   glamor = %{version}
+Provides:   glamor-egl = %{version}
+Obsoletes:  glamor  %{version}
+Obsoletes:  glamor-egl  %{version}
+
 # Xvfb requires keyboard files as well (bnc#797124)
 Requires:   xkeyboard-config
 
@@ -135,7 +142,6 @@
 Patch162:   b_cache-xkbcomp-output-for-fast-start-up.patch
 Patch211:   
b_0001-Prevent-XSync-Alarms-from-senslessly-calling-CheckTr.patch
 Patch222:   b_sync-fix.patch
-Patch223:   U_keep_non_seat0_x_server_from_touching_vts.patch
 
 %description
 This package contains the X.Org Server.
@@ -180,6 +186,8 @@
 Requires:   pkgconfig(xv)
 Provides:   xorg-x11-sdk
 Obsoletes:  xorg-x11-sdk
+Provides:   glamor-devel = %{version}
+Obsoletes:  glamor-devel  %{version}
 
 %description sdk
 This package contains the X.Org Server SDK.
@@ -190,12 +198,13 @@
 sh %{SOURCE92} --verify . %{SOURCE91}
 cp %{SOURCE90} .
 %patch0 -p1
+
 %patch1
 %patch2 -p1
 %patch3 -p0
 %patch4 -p0
 %patch6 -p0
-
+#
 %patch100
 %patch101
 %patch102 -p1
@@ -212,8 +221,6 @@
 ### patch222 might not be applicable anymore
 #%patch222 -p1
 
-%patch223 -p1
-
 %build
 autoreconf -fi
 %configure CFLAGS=%{optflags} -fno-strict-aliasing \
@@ -223,6 +230,7 @@
 --enable-dri \
 --enable-dri2 \
 --enable-dri3 \
+--enable-glamor \
 --enable-dmx \
 --enable-xnest \
 --enable-kdrive \

++ xorg-server-1.15.0.tar.bz2 - xorg-server-1.15.99.901.7.tar.bz2 ++
 346905 lines of diff (skipped)

++ xorg-server-provides ++
--- /var/tmp/diff_new_pack.EQ3BKN/_old  2014-03-22 19:46:23.0 +0100
+++ /var/tmp/diff_new_pack.EQ3BKN/_new  2014-03-22 19:46:23.0 +0100
@@ -1,4 +1,4 @@
-Provides: X11_ABI_XINPUT = 20.0
-Provides: X11_ABI_VIDEODRV = 15.0
+Provides: X11_ABI_XINPUT = 21.0
+Provides: X11_ABI_VIDEODRV = 16.0
 Provides: X11_ABI_ANSIC = 0.4
 Provides: X11_ABI_EXTENSION = 8.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit Test-DVD-x86_64 for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2014-03-23 03:22:35

Comparing /work/SRC/openSUSE:Factory/Test-DVD-x86_64 (Old)
 and  /work/SRC/openSUSE:Factory/.Test-DVD-x86_64.new (New)


Package is Test-DVD-x86_64

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.nUusa6/_old  2014-03-23 03:22:37.0 +0100
+++ /var/tmp/diff_new_pack.nUusa6/_new  2014-03-23 03:22:37.0 +0100
@@ -23,7 +23,7 @@
 productoptions
   productvar name=DISTNAMEopenSUSE/productvar
   productvar name=FLAVORdvd/productvar
-  productvar name=MEDIUM_NAMETest-86/productvar
+  productvar name=MEDIUM_NAMETest-87/productvar
   productvar name=MULTIPLE_MEDIAno/productvar
   productvar name=PRODUCT_DIR//productvar
   productvar name=PRODUCT_NAME$DISTNAME-$FLAVOR/productvar
@@ -271,8 +271,10 @@
   repopackage name=libedit0/
   repopackage name=libelf0/
   repopackage name=libelf1/
+  repopackage name=libepoxy0/
   repopackage name=liberation-fonts/
   repopackage name=libesd0/
+  repopackage name=libevdev2/
   repopackage name=libevent-2_0-5/
   repopackage name=libexpat1/
   repopackage name=libext2fs2/


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org