commit cluster-glue for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package cluster-glue for openSUSE:13.1 
checked in at 2013-09-25 14:30:14

Comparing /work/SRC/openSUSE:13.1/cluster-glue (Old)
 and  /work/SRC/openSUSE:13.1/.cluster-glue.new (New)


Package is cluster-glue

Changes:

--- /work/SRC/openSUSE:13.1/cluster-glue/cluster-glue.changes   2013-09-23 
10:48:49.0 +0200
+++ /work/SRC/openSUSE:13.1/.cluster-glue.new/cluster-glue.changes  
2013-09-25 14:30:19.0 +0200
@@ -1,0 +2,20 @@
+Wed Sep 18 14:41:03 UTC 2013 - l...@suse.com
+
+- Change to recommend sbd instead of requiring it to avoid dependency
+  loop.
+
+---
+Thu Aug 29 15:13:20 UTC 2013 - dmuhameda...@suse.com
+
+- hb_report: fix test for the root user
+- hb_report: add support for the rfc5424 syslog date format
+- hb_report: add -X option for extra ssh options (fate#314906)
+- hb_report: adjust for more pacemaker directories moving
+- hb_report: Add sudo to package requirements (bnc#823087)
+- stonith: external/libvirt: fix exit code in reset
+- stonith: external/vcenter: do not list vms in status (bnc#825765)
+- Fix gcc warning about wrong typecast on i586.
+- fix various gcc warnings
+- upstream cs: 8acfc748667a
+
+---



Other differences:
--
++ cluster-glue.spec ++
--- /var/tmp/diff_new_pack.mhgcKB/_old  2013-09-25 14:30:19.0 +0200
+++ /var/tmp/diff_new_pack.mhgcKB/_new  2013-09-25 14:30:19.0 +0200
@@ -73,6 +73,10 @@
 Conflicts:  heartbeat-common  3.0.2
 Obsoletes:  heartbeat-common  3.0.2
 Requires:   perl-TimeDate
+Requires:   sudo
+# The following is necessary since sbd is dropped from
+# cluster-glue itself:
+Recommends: sbd
 Requires(pre):/usr/sbin/groupadd /usr/bin/getent /usr/sbin/useradd
 # SLES10 needs tcpd-devel but doesn't have libcurl
 %if 0%{?suse_version}  1020

++ cluster-glue.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cluster-glue/.hg_archival.txt 
new/cluster-glue/.hg_archival.txt
--- old/cluster-glue/.hg_archival.txt   2013-05-07 04:52:50.0 +0200
+++ new/cluster-glue/.hg_archival.txt   2013-08-29 15:44:53.0 +0200
@@ -1,5 +1,5 @@
 repo: e3ffdd7ae81c596b2be7e1e110d2c1255161340e
-node: 27019ba6670df783a757d6993cbd504f0befaf25
+node: 8acfc748667a8234e5e78d138d24afa6b9ac10ea
 branch: default
 latesttag: glue-1.0.11
-latesttagdistance: 26
+latesttagdistance: 38
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cluster-glue/configure.ac 
new/cluster-glue/configure.ac
--- old/cluster-glue/configure.ac   2013-05-07 04:52:50.0 +0200
+++ new/cluster-glue/configure.ac   2013-08-29 15:44:53.0 +0200
@@ -1201,7 +1201,7 @@
 CFLAGS=$CFLAGS -g
enable_fatal_warnings=no
 else
-CFLAGS=$CFLAGS -ggdb3 -O0
+CFLAGS=$CFLAGS -ggdb
 
# We had to eliminate -Wnested-externs because of libtool changes
 EXTRA_FLAGS=-fgnu89-inline
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cluster-glue/doc/hb_report.8.txt 
new/cluster-glue/doc/hb_report.8.txt
--- old/cluster-glue/doc/hb_report.8.txt2013-05-07 04:52:50.0 
+0200
+++ new/cluster-glue/doc/hb_report.8.txt2013-08-29 15:44:53.0 
+0200
@@ -87,6 +87,11 @@
hacluster. If you have another user for administration over
ssh, please use this option.
 
+*-X* ssh-options::
+   Extra ssh options. These will be added to every ssh
+   invocation. Alternatively, use `$HOME/.ssh/config` to setup
+   desired ssh connection options.
+
 *-S*::
Single node operation. Run hb_report only on this node and
don't try to start slave collectors on other members of the
@@ -246,6 +251,10 @@
+
If you need to supply a password for your passphrase/login, then
always use the `-u` option.
+   +
+   For extra ssh(1) options, if you're too lazy to setup
+   $HOME/.ssh/config, use the `-X` option. Do not forget to put
+   the options in quotes.
 
 sudo::
If the ssh user (as specified with the `-u` option) is other
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cluster-glue/hb_report/hb_report.in 
new/cluster-glue/hb_report/hb_report.in
--- old/cluster-glue/hb_report/hb_report.in 2013-05-07 04:52:50.0 
+0200
+++ new/cluster-glue/hb_report/hb_report.in 2013-08-29 15:44:53.0 
+0200
@@ -66,8 +66,9 @@
 
 usage() {
catEOF
-usage: hb_report -f {time|cts:testnum} [-t time] [-u user] [-l 

commit csync for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package csync for openSUSE:13.1 checked in 
at 2013-09-25 14:30:23

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


Package is csync

Changes:

--- /work/SRC/openSUSE:13.1/csync/csync.changes 2013-09-23 10:49:17.0 
+0200
+++ /work/SRC/openSUSE:13.1/.csync.new/csync.changes2013-09-25 
14:30:24.0 +0200
@@ -1,0 +2,14 @@
+Fri Sep 13 12:19:12 UTC 2013 - jmcdono...@suse.com
+
+- Update to version 0.50.0.
+  * Added an owncloud module
+  * Added a backup mode to the reconciler
+  * Added new logging framework (removed log4c dependency)
+  * Added new config parser (removed iniparser dependency)
+  * Added capabilities for modules
+  * Added content checking in conflict case
+  * Improved database performance and integrity checks
+  * Improved error reporting
+- Add fix-cmake-on-pre-12.patch: Fix building on older systems
+ 
+---

Old:

  csync-0.44.0.tar.bz2

New:

  csync-0.50.0.tar.bz2
  fix-cmake-on-pre-12.patch



Other differences:
--
++ csync.spec ++
--- /var/tmp/diff_new_pack.zR4Bet/_old  2013-09-25 14:30:24.0 +0200
+++ /var/tmp/diff_new_pack.zR4Bet/_new  2013-09-25 14:30:24.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package csync (Version 0.44.0)
+# spec file for package csync
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,25 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   csync
-BuildRequires:  cmake doxygen gcc-c++ libiniparser-devel liblog4c-devel
-BuildRequires:  libsmbclient-devel libssh-devel
+BuildRequires:  cmake
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libsmbclient-devel
+BuildRequires:  libssh-devel
 %if 0%{?suse_version}
 BuildRequires:  sqlite3-devel
 %else
 BuildRequires:  sqlite-devel
 %endif
+Version:0.50.0
+Release:0
+Summary:A user level bidirectional client only file synchronizer
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:0.44.0
-Release:1
-Summary:A user level bidirectional client only file synchronizer
 Url:http://www.csync.org/
 Source0:%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
+# PATCH-FIX-OPENSUSE fix-cmake-on-pre-12.patch
+Patch0: fix-cmake-on-pre-12.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,8 +45,8 @@
 of libsmbclient in Samba/Windows environments.
 
 %package -n libcsync0
-License:GPL-2.0+
 Summary:A user level bidirectional client only file synchronizer
+License:LGPL-2.1+
 Group:  System/Libraries
 %if 0%{?suse_version}  1030
 Recommends: libcsync-plugin-smb
@@ -56,8 +59,8 @@
 of libsmbclient in Samba/Windows environments.
 
 %package -n libcsync-plugin-smb
-License:GPL-2.0+
 Summary:SMB plugin for csync
+License:GPL-2.0+
 Group:  System/Libraries
 Requires:   libcsync0 = %{version}
 
@@ -66,8 +69,8 @@
 Samba or Windows server.
 
 %package -n libcsync-plugin-sftp
-License:GPL-2.0+
 Summary:A user level bidirectional client only file synchronizer
+License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Requires:   libcsync0 = %{version}
 
@@ -76,9 +79,21 @@
 feature of roaming home directories for Linux clients. csync makes use
 of libsmbclient in Samba/Windows environments.
 
-%package -n libcsync-devel
+%if 0%{?suse_version} = 1200
+%package -n libcsync-plugin-owncloud
+Summary:Owncloud plugin for csync
 License:GPL-2.0+
+Group:  System/Libraries
+Requires:   libcsync0 = %{version}
+BuildRequires:  libneon-devel
+
+%description -n libcsync-plugin-owncloud
+This plug-in allows applications using csync to synchronize with Owncloud.
+%endif
+
+%package -n libcsync-devel
 Summary:Development files for csync
+License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Requires:   libcsync0 = %{version}
 
@@ -87,8 +102,8 @@
 files needed for development with csync.
 
 %package -n libcsync-devel-doc
-License:GPL-2.0+
 Summary:Developer documentation for csync
+License:GPL-2.0+
 Group:  Development/Languages/C and C++
 
 %description -n libcsync-devel-doc
@@ -96,8 +111,8 @@
 development.
 
 %package -n libcsync-doc
-License:   

commit csync for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package csync for openSUSE:Factory checked 
in at 2013-09-25 14:30:18

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


Package is csync

Changes:

--- /work/SRC/openSUSE:Factory/csync/csync.changes  2011-09-23 
01:54:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.csync.new/csync.changes 2013-09-25 
14:30:20.0 +0200
@@ -1,0 +2,14 @@
+Fri Sep 13 12:19:12 UTC 2013 - jmcdono...@suse.com
+
+- Update to version 0.50.0.
+  * Added an owncloud module
+  * Added a backup mode to the reconciler
+  * Added new logging framework (removed log4c dependency)
+  * Added new config parser (removed iniparser dependency)
+  * Added capabilities for modules
+  * Added content checking in conflict case
+  * Improved database performance and integrity checks
+  * Improved error reporting
+- Add fix-cmake-on-pre-12.patch: Fix building on older systems
+ 
+---

Old:

  csync-0.44.0.tar.bz2

New:

  csync-0.50.0.tar.bz2
  fix-cmake-on-pre-12.patch



Other differences:
--
++ csync.spec ++
--- /var/tmp/diff_new_pack.qwn7hn/_old  2013-09-25 14:30:21.0 +0200
+++ /var/tmp/diff_new_pack.qwn7hn/_new  2013-09-25 14:30:21.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package csync (Version 0.44.0)
+# spec file for package csync
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,25 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   csync
-BuildRequires:  cmake doxygen gcc-c++ libiniparser-devel liblog4c-devel
-BuildRequires:  libsmbclient-devel libssh-devel
+BuildRequires:  cmake
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libsmbclient-devel
+BuildRequires:  libssh-devel
 %if 0%{?suse_version}
 BuildRequires:  sqlite3-devel
 %else
 BuildRequires:  sqlite-devel
 %endif
+Version:0.50.0
+Release:0
+Summary:A user level bidirectional client only file synchronizer
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:0.44.0
-Release:1
-Summary:A user level bidirectional client only file synchronizer
 Url:http://www.csync.org/
 Source0:%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
+# PATCH-FIX-OPENSUSE fix-cmake-on-pre-12.patch
+Patch0: fix-cmake-on-pre-12.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,8 +45,8 @@
 of libsmbclient in Samba/Windows environments.
 
 %package -n libcsync0
-License:GPL-2.0+
 Summary:A user level bidirectional client only file synchronizer
+License:LGPL-2.1+
 Group:  System/Libraries
 %if 0%{?suse_version}  1030
 Recommends: libcsync-plugin-smb
@@ -56,8 +59,8 @@
 of libsmbclient in Samba/Windows environments.
 
 %package -n libcsync-plugin-smb
-License:GPL-2.0+
 Summary:SMB plugin for csync
+License:GPL-2.0+
 Group:  System/Libraries
 Requires:   libcsync0 = %{version}
 
@@ -66,8 +69,8 @@
 Samba or Windows server.
 
 %package -n libcsync-plugin-sftp
-License:GPL-2.0+
 Summary:A user level bidirectional client only file synchronizer
+License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Requires:   libcsync0 = %{version}
 
@@ -76,9 +79,21 @@
 feature of roaming home directories for Linux clients. csync makes use
 of libsmbclient in Samba/Windows environments.
 
-%package -n libcsync-devel
+%if 0%{?suse_version} = 1200
+%package -n libcsync-plugin-owncloud
+Summary:Owncloud plugin for csync
 License:GPL-2.0+
+Group:  System/Libraries
+Requires:   libcsync0 = %{version}
+BuildRequires:  libneon-devel
+
+%description -n libcsync-plugin-owncloud
+This plug-in allows applications using csync to synchronize with Owncloud.
+%endif
+
+%package -n libcsync-devel
 Summary:Development files for csync
+License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Requires:   libcsync0 = %{version}
 
@@ -87,8 +102,8 @@
 files needed for development with csync.
 
 %package -n libcsync-devel-doc
-License:GPL-2.0+
 Summary:Developer documentation for csync
+License:GPL-2.0+
 Group:  Development/Languages/C and C++
 
 %description -n libcsync-devel-doc
@@ -96,8 +111,8 @@
 development.
 
 %package -n 

commit cluster-glue for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2013-09-25 14:30:12

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


Package is cluster-glue

Changes:

--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes
2013-06-05 13:27:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes   
2013-09-25 14:30:13.0 +0200
@@ -1,0 +2,20 @@
+Wed Sep 18 14:41:03 UTC 2013 - l...@suse.com
+
+- Change to recommend sbd instead of requiring it to avoid dependency
+  loop.
+
+---
+Thu Aug 29 15:13:20 UTC 2013 - dmuhameda...@suse.com
+
+- hb_report: fix test for the root user
+- hb_report: add support for the rfc5424 syslog date format
+- hb_report: add -X option for extra ssh options (fate#314906)
+- hb_report: adjust for more pacemaker directories moving
+- hb_report: Add sudo to package requirements (bnc#823087)
+- stonith: external/libvirt: fix exit code in reset
+- stonith: external/vcenter: do not list vms in status (bnc#825765)
+- Fix gcc warning about wrong typecast on i586.
+- fix various gcc warnings
+- upstream cs: 8acfc748667a
+
+---



Other differences:
--
++ cluster-glue.spec ++
--- /var/tmp/diff_new_pack.67uyhK/_old  2013-09-25 14:30:14.0 +0200
+++ /var/tmp/diff_new_pack.67uyhK/_new  2013-09-25 14:30:14.0 +0200
@@ -73,6 +73,10 @@
 Conflicts:  heartbeat-common  3.0.2
 Obsoletes:  heartbeat-common  3.0.2
 Requires:   perl-TimeDate
+Requires:   sudo
+# The following is necessary since sbd is dropped from
+# cluster-glue itself:
+Recommends: sbd
 Requires(pre):/usr/sbin/groupadd /usr/bin/getent /usr/sbin/useradd
 # SLES10 needs tcpd-devel but doesn't have libcurl
 %if 0%{?suse_version}  1020

++ cluster-glue.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cluster-glue/.hg_archival.txt 
new/cluster-glue/.hg_archival.txt
--- old/cluster-glue/.hg_archival.txt   2013-05-07 04:52:50.0 +0200
+++ new/cluster-glue/.hg_archival.txt   2013-08-29 15:44:53.0 +0200
@@ -1,5 +1,5 @@
 repo: e3ffdd7ae81c596b2be7e1e110d2c1255161340e
-node: 27019ba6670df783a757d6993cbd504f0befaf25
+node: 8acfc748667a8234e5e78d138d24afa6b9ac10ea
 branch: default
 latesttag: glue-1.0.11
-latesttagdistance: 26
+latesttagdistance: 38
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cluster-glue/configure.ac 
new/cluster-glue/configure.ac
--- old/cluster-glue/configure.ac   2013-05-07 04:52:50.0 +0200
+++ new/cluster-glue/configure.ac   2013-08-29 15:44:53.0 +0200
@@ -1201,7 +1201,7 @@
 CFLAGS=$CFLAGS -g
enable_fatal_warnings=no
 else
-CFLAGS=$CFLAGS -ggdb3 -O0
+CFLAGS=$CFLAGS -ggdb
 
# We had to eliminate -Wnested-externs because of libtool changes
 EXTRA_FLAGS=-fgnu89-inline
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cluster-glue/doc/hb_report.8.txt 
new/cluster-glue/doc/hb_report.8.txt
--- old/cluster-glue/doc/hb_report.8.txt2013-05-07 04:52:50.0 
+0200
+++ new/cluster-glue/doc/hb_report.8.txt2013-08-29 15:44:53.0 
+0200
@@ -87,6 +87,11 @@
hacluster. If you have another user for administration over
ssh, please use this option.
 
+*-X* ssh-options::
+   Extra ssh options. These will be added to every ssh
+   invocation. Alternatively, use `$HOME/.ssh/config` to setup
+   desired ssh connection options.
+
 *-S*::
Single node operation. Run hb_report only on this node and
don't try to start slave collectors on other members of the
@@ -246,6 +251,10 @@
+
If you need to supply a password for your passphrase/login, then
always use the `-u` option.
+   +
+   For extra ssh(1) options, if you're too lazy to setup
+   $HOME/.ssh/config, use the `-X` option. Do not forget to put
+   the options in quotes.
 
 sudo::
If the ssh user (as specified with the `-u` option) is other
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cluster-glue/hb_report/hb_report.in 
new/cluster-glue/hb_report/hb_report.in
--- old/cluster-glue/hb_report/hb_report.in 2013-05-07 04:52:50.0 
+0200
+++ new/cluster-glue/hb_report/hb_report.in 2013-08-29 15:44:53.0 
+0200
@@ -66,8 +66,9 @@
 
 usage() {
catEOF
-usage: hb_report -f {time|cts:testnum} [-t 

commit gcc47 for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package gcc47 for openSUSE:13.1 checked in 
at 2013-09-25 14:30:46

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


Package is gcc47

Changes:

cross-armv7hl-gcc47-icecream-backend.changes: same change
cross-hppa-gcc47-icecream-backend.changes: same change
cross-i386-gcc47-icecream-backend.changes: same change
cross-ia64-gcc47-icecream-backend.changes: same change
cross-ppc-gcc47-icecream-backend.changes: same change
cross-ppc64-gcc47-icecream-backend.changes: same change
cross-s390-gcc47-icecream-backend.changes: same change
cross-s390x-gcc47-icecream-backend.changes: same change
cross-x86_64-gcc47-icecream-backend.changes: same change
gcc47-testresults.changes: same change
--- /work/SRC/openSUSE:13.1/gcc47/gcc47.changes 2013-09-23 10:51:33.0 
+0200
+++ /work/SRC/openSUSE:13.1/.gcc47.new/gcc47.changes2013-09-25 
14:30:52.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 24 11:58:26 UTC 2013 - dmuel...@suse.com
+
+- exclude build on aarch64, it is not going to work anyway 
+
+---
libgcj47.changes: same change



Other differences:
--
++ cross-armv5tel-gcc47-icecream-backend.spec ++
--- /var/tmp/diff_new_pack.Ebpnl3/_old  2013-09-25 14:30:53.0 +0200
+++ /var/tmp/diff_new_pack.Ebpnl3/_new  2013-09-25 14:30:53.0 +0200
@@ -76,6 +76,7 @@
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
 %define snapshot_date %(echo %version | sed 's/[34]\.[0-9]\.[0-6]//' | sed 
's/_/-/')
 %define binsuffix -4.7
+ExcludeArch:aarch64
 # COMMON-END
 # COMMON-BEGIN
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

cross-armv7hl-gcc47-icecream-backend.spec: same change
cross-hppa-gcc47-icecream-backend.spec: same change
cross-i386-gcc47-icecream-backend.spec: same change
cross-ia64-gcc47-icecream-backend.spec: same change
cross-ppc-gcc47-icecream-backend.spec: same change
cross-ppc64-gcc47-icecream-backend.spec: same change
cross-s390-gcc47-icecream-backend.spec: same change
cross-s390x-gcc47-icecream-backend.spec: same change
cross-x86_64-gcc47-icecream-backend.spec: same change
++ gcc47-testresults.spec ++
--- /var/tmp/diff_new_pack.Ebpnl3/_old  2013-09-25 14:30:53.0 +0200
+++ /var/tmp/diff_new_pack.Ebpnl3/_new  2013-09-25 14:30:53.0 +0200
@@ -221,6 +221,7 @@
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
 %define snapshot_date %(echo %version | sed 's/[34]\.[0-9]\.[0-6]//' | sed 
's/_/-/')
 %define binsuffix -4.7
+ExcludeArch:aarch64
 # COMMON-END
 
 %if !0%{?building_libjava:1}%{?building_libffi:1}%{?building_testsuite:1}

gcc47.spec: same change
libffi47.spec: same change
libgcj47.spec: same change

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.Ebpnl3/_old  2013-09-25 14:30:53.0 +0200
+++ /var/tmp/diff_new_pack.Ebpnl3/_new  2013-09-25 14:30:53.0 +0200
@@ -207,6 +207,7 @@
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
 %define snapshot_date %(echo %version | sed 's/[34]\.[0-9]\.[0-6]//' | sed 
's/_/-/')
 %define binsuffix -4.7
+ExcludeArch:  aarch64
 # COMMON-END
 
 %if !0%{?building_libjava:1}%{?building_libffi:1}%{?building_testsuite:1}

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



commit glade for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package glade for openSUSE:Factory checked 
in at 2013-09-25 14:30:58

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


Package is glade

Changes:

--- /work/SRC/openSUSE:Factory/glade/glade.changes  2013-09-09 
09:53:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.glade.new/glade.changes 2013-09-25 
14:30:59.0 +0200
@@ -1,0 +2,27 @@
+Sat Sep 21 14:46:38 UTC 2013 - dims...@opensuse.org
+
+- Change RPM Group of shared library package to System/Libraries.
+
+---
+Mon Sep 16 20:57:23 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.15.4:
+  + Fixed bug when copying a button with custom content.
+  + Added workaround for bgo#625867 RadioButton information lost
+on cut+paste, add/remove parent, etc.
+  + Fixes bug that prevented the runtime object to show the right
+pixbuf when copying a GtkImage.
+  + bgo#679079: Glade changes the homogenous packing property of
+toolbar buttons to yes.
+  + Improved pango text integer attributes editors. This should be
+enough to fix bgo#679006.
+  + bgo#643923: Should not use markup for GtkFrame's label.
+  + bgo#584381: Saving as an existing file name except the
+extension overwrites without confirmation..
+  + bgo#652655: Setting entry on combobox moves the widget.
+  + bgo#706304: Python plugin broken by over-zealous version
+check Bumped pygobject version to 3.8.0.
+  + Fixed regresion that prevented loading extra catalog path at
+init time.
+
+---

Old:

  glade-3.15.3.tar.xz

New:

  glade-3.15.4.tar.xz



Other differences:
--
++ glade.spec ++
--- /var/tmp/diff_new_pack.ZT0La4/_old  2013-09-25 14:31:00.0 +0200
+++ /var/tmp/diff_new_pack.ZT0La4/_new  2013-09-25 14:31:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   glade
-Version:3.15.3
+Version:3.15.4
 Release:0
 Summary:User Interface Builder for GTK+
 License:GPL-2.0+
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.9.11
 BuildRequires:  pkgconfig(libxml-2.0) = 2.4.0
-BuildRequires:  pkgconfig(pygobject-3.0) = 2.90.4
+BuildRequires:  pkgconfig(pygobject-3.0) = 3.8.0
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -44,7 +44,7 @@
 
 %package -n libgladeui-2-6
 Summary:User Interface Builder for GTK+
-Group:  Development/Tools/GUI Builders
+Group:  System/Libraries
 Recommends: %{name}-lang
 
 %description -n libgladeui-2-6
@@ -53,7 +53,7 @@
 
 %package -n typelib-1_0-Gladeui-2_0
 Summary:User Interface Builder for GTK+ -- Introspection bindings
-Group:  Development/Tools/GUI Builders
+Group:  System/Libraries
 
 %description -n typelib-1_0-Gladeui-2_0
 Glade is a RAD tool to enable quick  easy development of user

++ glade-3.15.3.tar.xz - glade-3.15.4.tar.xz ++
 54911 lines of diff (skipped)

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



commit glade for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package glade for openSUSE:13.1 checked in 
at 2013-09-25 14:31:00

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


Package is glade

Changes:

--- /work/SRC/openSUSE:13.1/glade/glade.changes 2013-09-23 10:52:08.0 
+0200
+++ /work/SRC/openSUSE:13.1/.glade.new/glade.changes2013-09-25 
14:31:01.0 +0200
@@ -1,0 +2,27 @@
+Sat Sep 21 14:46:38 UTC 2013 - dims...@opensuse.org
+
+- Change RPM Group of shared library package to System/Libraries.
+
+---
+Mon Sep 16 20:57:23 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.15.4:
+  + Fixed bug when copying a button with custom content.
+  + Added workaround for bgo#625867 RadioButton information lost
+on cut+paste, add/remove parent, etc.
+  + Fixes bug that prevented the runtime object to show the right
+pixbuf when copying a GtkImage.
+  + bgo#679079: Glade changes the homogenous packing property of
+toolbar buttons to yes.
+  + Improved pango text integer attributes editors. This should be
+enough to fix bgo#679006.
+  + bgo#643923: Should not use markup for GtkFrame's label.
+  + bgo#584381: Saving as an existing file name except the
+extension overwrites without confirmation..
+  + bgo#652655: Setting entry on combobox moves the widget.
+  + bgo#706304: Python plugin broken by over-zealous version
+check Bumped pygobject version to 3.8.0.
+  + Fixed regresion that prevented loading extra catalog path at
+init time.
+
+---

Old:

  glade-3.15.3.tar.xz

New:

  glade-3.15.4.tar.xz



Other differences:
--
++ glade.spec ++
--- /var/tmp/diff_new_pack.NH6zV2/_old  2013-09-25 14:31:01.0 +0200
+++ /var/tmp/diff_new_pack.NH6zV2/_new  2013-09-25 14:31:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   glade
-Version:3.15.3
+Version:3.15.4
 Release:0
 Summary:User Interface Builder for GTK+
 License:GPL-2.0+
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.9.11
 BuildRequires:  pkgconfig(libxml-2.0) = 2.4.0
-BuildRequires:  pkgconfig(pygobject-3.0) = 2.90.4
+BuildRequires:  pkgconfig(pygobject-3.0) = 3.8.0
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -44,7 +44,7 @@
 
 %package -n libgladeui-2-6
 Summary:User Interface Builder for GTK+
-Group:  Development/Tools/GUI Builders
+Group:  System/Libraries
 Recommends: %{name}-lang
 
 %description -n libgladeui-2-6
@@ -53,7 +53,7 @@
 
 %package -n typelib-1_0-Gladeui-2_0
 Summary:User Interface Builder for GTK+ -- Introspection bindings
-Group:  Development/Tools/GUI Builders
+Group:  System/Libraries
 
 %description -n typelib-1_0-Gladeui-2_0
 Glade is a RAD tool to enable quick  easy development of user

++ glade-3.15.3.tar.xz - glade-3.15.4.tar.xz ++
 54911 lines of diff (skipped)

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



commit ktp-contact-runner for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package ktp-contact-runner for 
openSUSE:Factory checked in at 2013-09-25 14:32:12

Comparing /work/SRC/openSUSE:Factory/ktp-contact-runner (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-contact-runner.new (New)


Package is ktp-contact-runner

Changes:

New Changes file:

--- /dev/null   2013-09-21 22:50:09.852032506 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-contact-runner.new/ktp-contact-runner.changes   
2013-09-25 14:32:14.0 +0200
@@ -0,0 +1,60 @@
+---
+Thu Aug  8 21:50:05 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 0.6.3
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-6-3
+
+---
+Sat May 25 16:45:03 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 0.6.2
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-6-2
+
+---
+Wed Apr 17 08:52:35 UTC 2013 - alinm.el...@gmail.com
+
+- upadted to version 0.6.1
+  * Bugfix release, no changelog provided
+
+---
+Tue Apr  2 21:18:28 UTC 2013 - alinm.el...@gmail.com
+
+- updated to 0.6.0 
+  * New release, please see http://www.sharpley.org.uk/blog/ktp-0-6-beta
+
+---
+Tue Feb 19 06:32:19 UTC 2013 - m...@suse.com
+
+- Update to 0.5.3
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-5-3 
+
+---
+Tue Dec 18 06:23:02 UTC 2012 - m...@suse.com
+
+- Update to 0.5.2
+  * Bugfix release, please http://www.sharpley.org.uk/blog/ktp-0-5-2
+
+---
+Sat Oct  6 12:50:57 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 0.5.1
+  * Bugfix release
+
+---
+Tue Aug 28 07:03:58 UTC 2012 - m...@suse.com
+
+- Update to 0.5.0
+  * Add syntax for changing global presence
+  * Bugfixes
+
+---
+Thu Jul 26 09:20:07 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 0.4.1
+  * Bugfix release
+
+---
+Sun Mar 25 14:58:16 UTC 2012 - cgiboude...@gmx.com
+
+- Add ktp-contact-runner
+

New:

  ktp-contact-runner-0.6.3.tar.bz2
  ktp-contact-runner.changes
  ktp-contact-runner.spec



Other differences:
--
++ ktp-contact-runner.spec ++
#
# spec file for package ktp-contact-runner
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   ktp-contact-runner
Version:0.6.3
Release:1
License:LGPL-2.1+
Summary:Telepathy Krunner plugin
Url:
http://community.kde.org/Real-Time_Communication_and_Collaboration
Group:  Productivity/Networking/Instant Messenger
Source0:
http://download.kde.org/stable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  libkde4-devel
BuildRequires:  ktp-common-internals-devel
BuildRequires:  telepathy-qt4-devel = 0.9.1
Recommends: %{name}-lang
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
A KRunner plugin to find your Telepathy contacts.

%lang_package
%prep
%setup -q

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  pushd build
  %make_install
  popd

  %kde_post_install
  %fdupes -s %{buildroot}
  %find_lang plasma_runner_ktp_contacts %{name}.lang

%files lang -f %{name}.lang

%files
%defattr(-,root,root)
%doc COPYING*
%{_kde4_servicesdir}/plasma-runner-ktp-contact.desktop
%{_kde4_modulesdir}/krunner_ktp_contacts.so

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



commit gnome-menus for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-menus for openSUSE:13.1 
checked in at 2013-09-25 14:31:09

Comparing /work/SRC/openSUSE:13.1/gnome-menus (Old)
 and  /work/SRC/openSUSE:13.1/.gnome-menus.new (New)


Package is gnome-menus

Changes:

--- /work/SRC/openSUSE:13.1/gnome-menus/gnome-menus.changes 2013-09-23 
10:52:21.0 +0200
+++ /work/SRC/openSUSE:13.1/.gnome-menus.new/gnome-menus.changes
2013-09-25 14:31:11.0 +0200
@@ -1,0 +2,13 @@
+Sat Sep 21 14:48:50 UTC 2013 - dims...@opensuse.org
+
+- Change RPM Group of shared library package to System/Libraries.
+
+---
+Thu Sep 19 17:14:54 UTC 2013 - malcolmle...@opensuse.org
+
+- Add gnome-menus-gcalctool-desktop-file-rename.patch: Adapt
+  gnome-calculator.desktop back to gcalctool.desktop, changed at
+  the very last minute before the 3.8.0 release
+  (bgo#696816,bnc#841097).
+
+---

New:

  gnome-menus-gcalctool-desktop-file-rename.patch



Other differences:
--
++ gnome-menus.spec ++
--- /var/tmp/diff_new_pack.uooWCj/_old  2013-09-25 14:31:11.0 +0200
+++ /var/tmp/diff_new_pack.uooWCj/_new  2013-09-25 14:31:11.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-menus/3.8/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM gnome-menus-gcalctool-desktop-file-rename.patch 
bgo#696816,bnc#841097 malcolmle...@opensuse.org -- Adapt 
gnome-calculator.desktop back to gcalctool.desktop, changed at the very last 
minute before the 3.8.0 release.
+Patch0: gnome-menus-gcalctool-desktop-file-rename.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -45,7 +47,7 @@
 
 %package -n libgnome-menu-3-0
 Summary:The GNOME Desktop Menu
-Group:  System/GUI/GNOME
+Group:  System/Libraries
 Requires:   %{name} = %{version}
 # bug437293
 %ifarch ppc64
@@ -107,6 +109,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ gnome-menus-gcalctool-desktop-file-rename.patch ++
From 599c7b05c432b1571a7105f1ebf6bbe30c36dbdf Mon Sep 17 00:00:00 2001
From: Kalev Lember kalevlem...@gmail.com
Date: Thu, 28 Mar 2013 21:54:34 +
Subject: Adapt for gnome-calculator - gcalctool desktop file rename

gnome-calculator.desktop was renamed back to gcalctool.desktop, at the
very last minute before the 3.8.0 release.

https://bugzilla.gnome.org/show_bug.cgi?id=696816
---
diff --git a/layout/gnome-applications.menu b/layout/gnome-applications.menu
index 84d13ed..503f9ca 100644
--- a/layout/gnome-applications.menu
+++ b/layout/gnome-applications.menu
@@ -38,7 +38,6 @@
 NotFilenamefile-roller.desktop/Filename/Not
 NotFilenamegnome-file-roller.desktop/Filename/Not
 NotFilenamedeja-dup-preferences.desktop/Filename/Not
-NotFilenamegnome-calculator.desktop/Filename/Not
 NotFilenamegcalctool.desktop/Filename/Not
 NotFilenamegucharmap.desktop/Filename/Not
 NotFilenamegnome-gucharmap.desktop/Filename/Not
@@ -251,7 +250,7 @@
 DirectoryX-GNOME-Utilities.directory/Directory
 Include
   Filenamefile-roller.desktop/Filename
-  Filenamegnome-calculator.desktop/Filename
+  Filenamegcalctool.desktop/Filename
   Filenamegnome-font-viewer.desktop/Filename
   Filenamegucharmap.desktop/Filename
   Filenameseahorse.desktop/Filename
@@ -287,7 +286,6 @@
 NotFilenamegnome-eog.desktop/Filename/Not
 NotFilenamegnome-file-roller.desktop/Filename/Not
 NotFilenamegnome-gucharmap.desktop/Filename/Not
-NotFilenamegcalctool.desktop/Filename/Not
   /And
 /Include
   /Menu !-- End Other --
--
cgit v0.9.2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-menus for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-menus for openSUSE:Factory 
checked in at 2013-09-25 14:31:08

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


Package is gnome-menus

Changes:

--- /work/SRC/openSUSE:Factory/gnome-menus/gnome-menus.changes  2013-04-03 
12:52:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-menus.new/gnome-menus.changes 
2013-09-25 14:31:09.0 +0200
@@ -1,0 +2,13 @@
+Sat Sep 21 14:48:50 UTC 2013 - dims...@opensuse.org
+
+- Change RPM Group of shared library package to System/Libraries.
+
+---
+Thu Sep 19 17:14:54 UTC 2013 - malcolmle...@opensuse.org
+
+- Add gnome-menus-gcalctool-desktop-file-rename.patch: Adapt
+  gnome-calculator.desktop back to gcalctool.desktop, changed at
+  the very last minute before the 3.8.0 release
+  (bgo#696816,bnc#841097).
+
+---

New:

  gnome-menus-gcalctool-desktop-file-rename.patch



Other differences:
--
++ gnome-menus.spec ++
--- /var/tmp/diff_new_pack.BrOWWT/_old  2013-09-25 14:31:09.0 +0200
+++ /var/tmp/diff_new_pack.BrOWWT/_new  2013-09-25 14:31:09.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-menus/3.8/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM gnome-menus-gcalctool-desktop-file-rename.patch 
bgo#696816,bnc#841097 malcolmle...@opensuse.org -- Adapt 
gnome-calculator.desktop back to gcalctool.desktop, changed at the very last 
minute before the 3.8.0 release.
+Patch0: gnome-menus-gcalctool-desktop-file-rename.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -45,7 +47,7 @@
 
 %package -n libgnome-menu-3-0
 Summary:The GNOME Desktop Menu
-Group:  System/GUI/GNOME
+Group:  System/Libraries
 Requires:   %{name} = %{version}
 # bug437293
 %ifarch ppc64
@@ -107,6 +109,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ gnome-menus-gcalctool-desktop-file-rename.patch ++
From 599c7b05c432b1571a7105f1ebf6bbe30c36dbdf Mon Sep 17 00:00:00 2001
From: Kalev Lember kalevlem...@gmail.com
Date: Thu, 28 Mar 2013 21:54:34 +
Subject: Adapt for gnome-calculator - gcalctool desktop file rename

gnome-calculator.desktop was renamed back to gcalctool.desktop, at the
very last minute before the 3.8.0 release.

https://bugzilla.gnome.org/show_bug.cgi?id=696816
---
diff --git a/layout/gnome-applications.menu b/layout/gnome-applications.menu
index 84d13ed..503f9ca 100644
--- a/layout/gnome-applications.menu
+++ b/layout/gnome-applications.menu
@@ -38,7 +38,6 @@
 NotFilenamefile-roller.desktop/Filename/Not
 NotFilenamegnome-file-roller.desktop/Filename/Not
 NotFilenamedeja-dup-preferences.desktop/Filename/Not
-NotFilenamegnome-calculator.desktop/Filename/Not
 NotFilenamegcalctool.desktop/Filename/Not
 NotFilenamegucharmap.desktop/Filename/Not
 NotFilenamegnome-gucharmap.desktop/Filename/Not
@@ -251,7 +250,7 @@
 DirectoryX-GNOME-Utilities.directory/Directory
 Include
   Filenamefile-roller.desktop/Filename
-  Filenamegnome-calculator.desktop/Filename
+  Filenamegcalctool.desktop/Filename
   Filenamegnome-font-viewer.desktop/Filename
   Filenamegucharmap.desktop/Filename
   Filenameseahorse.desktop/Filename
@@ -287,7 +286,6 @@
 NotFilenamegnome-eog.desktop/Filename/Not
 NotFilenamegnome-file-roller.desktop/Filename/Not
 NotFilenamegnome-gucharmap.desktop/Filename/Not
-NotFilenamegcalctool.desktop/Filename/Not
   /And
 /Include
   /Menu !-- End Other --
--
cgit v0.9.2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ktp-send-file for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package ktp-send-file for openSUSE:Factory 
checked in at 2013-09-25 14:32:32

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


Package is ktp-send-file

Changes:

New Changes file:

--- /dev/null   2013-09-21 22:50:09.852032506 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-send-file.new/ktp-send-file.changes 
2013-09-25 14:32:33.0 +0200
@@ -0,0 +1,64 @@
+---
+Thu Aug  8 21:50:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 0.6.3
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-6-3
+
+---
+Sat May 25 16:45:03 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 0.6.2
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-6-2
+
+---
+Wed Apr 17 08:52:35 UTC 2013 - alinm.el...@gmail.com
+
+- upadted to version 0.6.1
+  * Bugfix release, no changelog provided
+
+---
+Tue Apr  2 21:18:28 UTC 2013 - alinm.el...@gmail.com
+
+- updated to 0.6.0 
+  * New release, please see http://www.sharpley.org.uk/blog/ktp-0-6-beta
+
+---
+Tue Feb 19 06:47:01 UTC 2013 - m...@suse.com
+
+- Update to 0.5.3
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-5-3
+
+---
+Tue Dec 18 06:32:38 UTC 2012 - m...@suse.com
+
+- Update to 0.5.2
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-5-2
+
+---
+Sat Oct  6 12:50:57 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 0.5.1
+  * Bugfix release
+
+---
+Tue Aug 28 07:32:17 UTC 2012 - m...@suse.com
+
+- Update to 0.5.0
+  * Bugfix release
+
+---
+Thu Jul 26 09:20:07 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 0.4.1
+  * Bugfix release
+
+---
+Mon Dec 26 16:56:10 UTC 2011 - cgiboude...@gmx.com
+
+- Rename the package
+
+---
+Mon Jul 11 10:03:19 UTC 2011 - cgiboude...@gmx.com
+
+- Add telepathy-send-file
+

New:

  ktp-send-file-0.6.3.tar.bz2
  ktp-send-file.changes
  ktp-send-file.spec



Other differences:
--
++ ktp-send-file.spec ++
#
# spec file for package ktp-send-file
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   ktp-send-file
Version:0.6.3
Release:1
License:LGPL-2.1+
Summary:File manager plugin
Url:
http://community.kde.org/Real-Time_Communication_and_Collaboration
Group:  Productivity/Networking/Instant Messenger
Source0:
http://download.kde.org/stable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  libkde4-devel = 4.7.0
BuildRequires:  ktp-common-internals-devel
BuildRequires:  telepathy-qt4-devel = 0.8.9
Recommends: %{name}-lang
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
A File manager plugin to launch a file transfer job with a specified contact

%lang_package
%prep
%setup -q

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  pushd build
  %make_install
  popd

  %kde_post_install
  %fdupes -s %{buildroot}
  %find_lang %{name} %{name}.lang

%files lang -f %{name}.lang

%files
%defattr(-,root,root)
%doc COPYING
%{_kde4_bindir}/%{name}
%{_kde4_servicesdir}/ServiceMenus/ktp-send-file.desktop

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



commit ktp-filetransfer-handler for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package ktp-filetransfer-handler for 
openSUSE:Factory checked in at 2013-09-25 14:32:22

Comparing /work/SRC/openSUSE:Factory/ktp-filetransfer-handler (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new (New)


Package is ktp-filetransfer-handler

Changes:

New Changes file:

--- /dev/null   2013-09-21 22:50:09.852032506 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new/ktp-filetransfer-handler.changes
   2013-09-25 14:32:23.0 +0200
@@ -0,0 +1,70 @@
+---
+Mon Sep 16 13:25:24 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  See COPYING and src/main.cpp and the filetransfer.cpp file in src
+
+---
+Thu Aug  8 21:50:17 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 0.6.3
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-6-3
+
+---
+Sat May 25 16:45:03 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 0.6.2
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-6-2
+
+---
+Wed Apr 17 08:52:35 UTC 2013 - alinm.el...@gmail.com
+
+- upadted to version 0.6.1
+  * Bugfix release, no changelog provided
+
+---
+Tue Apr  2 21:18:28 UTC 2013 - alinm.el...@gmail.com
+
+- updated to 0.6.0 
+  * New release, please see http://www.sharpley.org.uk/blog/ktp-0-6-beta
+
+---
+Tue Feb 19 06:34:22 UTC 2013 - m...@suse.com
+
+- Update to 0.5.3
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-5-3 
+
+---
+Tue Dec 18 06:26:01 UTC 2012 - m...@suse.com
+
+- Update to 0.5.2
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-5-2 
+
+---
+Sat Oct  6 12:50:57 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 0.5.1
+  * Bugfix release
+
+---
+Tue Aug 28 07:07:02 UTC 2012 - m...@suse.com
+
+- Update to 0.5.0
+  * Bugfix release
+
+---
+Thu Jul 26 09:20:07 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 0.4.1
+  * Bugfix release
+
+---
+Mon Dec 26 16:56:07 UTC 2011 - cgiboude...@gmx.com
+
+- Rename the package
+
+---
+Wed Jun  8 18:02:21 UTC 2011 - alinm.el...@gmail.com
+
+- initial commit
+

New:

  ktp-filetransfer-handler-0.6.3.tar.bz2
  ktp-filetransfer-handler.changes
  ktp-filetransfer-handler.spec



Other differences:
--
++ ktp-filetransfer-handler.spec ++
#
# spec file for package ktp-filetransfer-handler
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   ktp-filetransfer-handler
Version:0.6.3
Release:1
License:GPL-2.0+
Summary:Telepathy filetransfer handler
Url:
http://community.kde.org/Real-Time_Communication_and_Collaboration
Group:  Productivity/Networking/Instant Messenger
Source0:
http://download.kde.org/stable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  libkde4-devel = 4.6.0
BuildRequires:  ktp-common-internals-devel
BuildRequires:  telepathy-qt4-devel = 0.9.1
Recommends: %{name}-lang
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
Telepathy text filetransfer handler

%lang_package
%prep
%setup -q

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  pushd build
  %make_install
  popd

  %kde_post_install
  %fdupes -s %{buildroot}
  %find_lang %{name} %{name}.lang

%files lang -f %{name}.lang

%files

commit ktp-kded-module for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package ktp-kded-module for openSUSE:Factory 
checked in at 2013-09-25 14:32:28

Comparing /work/SRC/openSUSE:Factory/ktp-kded-module (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-kded-module.new (New)


Package is ktp-kded-module

Changes:

New Changes file:

--- /dev/null   2013-09-21 22:50:09.852032506 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-kded-module.new/ktp-kded-module.changes 
2013-09-25 14:32:29.0 +0200
@@ -0,0 +1,65 @@
+---
+Thu Aug  8 21:50:23 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 0.6.3
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-6-3
+
+---
+Sat May 25 16:45:03 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 0.6.2
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-6-2
+
+---
+Wed Apr 17 08:52:35 UTC 2013 - alinm.el...@gmail.com
+
+- upadted to version 0.6.1
+  * Bugfix release, no changelog provided
+
+---
+Tue Apr  2 21:18:28 UTC 2013 - alinm.el...@gmail.com
+
+- updated to 0.6.0 
+  * New release, please see http://www.sharpley.org.uk/blog/ktp-0-6-beta
+
+---
+Tue Feb 19 06:42:05 UTC 2013 - m...@suse.com
+
+- Update to 0.5.3
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-5-3 
+
+---
+Tue Dec 18 06:28:52 UTC 2012 - m...@suse.com
+
+- Update to 0.5.2
+  * Bugfix release, please see http://www.sharpley.org.uk/blog/ktp-0-5-2 
+
+---
+Sat Oct  6 12:50:57 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 0.5.1
+  * Bugfix release
+
+---
+Tue Aug 28 07:18:20 UTC 2012 - m...@suse.com
+
+- Update to 0.5.0
+  * Use async dbus calls
+  * Bugfixes
+
+---
+Thu Jul 26 09:20:07 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 0.4.1
+  * Bugfix release
+
+---
+Mon Dec 26 16:56:08 UTC 2011 - cgiboude...@gmx.com
+
+- Rename the package
+
+---
+Wed Sep 28 21:07:11 UTC 2011 - cgiboude...@gmx.com
+
+- Add telepathy-kded-module.
+

New:

  ktp-kded-integration-module-0.6.3.tar.bz2
  ktp-kded-module.changes
  ktp-kded-module.spec



Other differences:
--
++ ktp-kded-module.spec ++
#
# spec file for package ktp-kded-module
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   ktp-kded-module
Version:0.6.3
Release:1
License:LGPL-2.1+
Summary:KDED module that manages the telepathy interactions with the 
KDE Desktop
Url:
http://community.kde.org/Real-Time_Communication_and_Collaboration
Group:  Productivity/Networking/Instant Messenger
Source0:
http://download.kde.org/stable/kde-telepathy/%{version}/src/ktp-kded-integration-module-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  libkde4-devel
BuildRequires:  ktp-common-internals-devel
BuildRequires:  telepathy-qt4-devel = 0.8.9
Recommends: %{name}-lang
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
This module sits in KDED and takes care of various bits of system integration
like setting user to auto-away or handling connection errors.

%lang_package
%prep
%setup -q -n ktp-kded-integration-module-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  pushd build
  %make_install
  popd

  %kde_post_install
  %fdupes -s %{buildroot}
  %find_lang kded_ktp_integration_module %{name}.lang

%files lang -f %{name}.lang

%files
%defattr(-,root,root)
%doc COPYING*

commit libsolv for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package libsolv for openSUSE:Factory checked 
in at 2013-09-25 14:32:44

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


Package is libsolv

Changes:

--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2013-09-23 
15:25:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes 2013-09-25 
14:32:46.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 24 11:14:25 CEST 2013 - m...@suse.de
+
+- do not add back cleandeps_updatepkgs packages [bnc#841781]
+
+---



Other differences:
--
++ libsolv-0.4.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/doc/filters/xcode.pl 
new/libsolv-0.4.0/doc/filters/xcode.pl
--- old/libsolv-0.4.0/doc/filters/xcode.pl  2013-06-07 09:07:56.0 
+0200
+++ new/libsolv-0.4.0/doc/filters/xcode.pl  2013-09-24 13:16:42.0 
+0200
@@ -35,14 +35,15 @@
   if (!/^[a-zA-Z0-9_]+$/) {
 $_ =  $_;
 $_ = $_ ;
-
s/(?=[^a-zA-Z_\:\.\'\;])(?!solv\W|Solv\W|Pool\W)([\$\@[a-zA-Z_][a-zA-Z0-9_]*)(?=[^a-zA-Z0-9_\(;\[])(?!::)(?!
 [^=])/-SI$1-IS/g;
-# small fixup for perl bare words
+
s/(?=[^a-zA-Z_\:\.\'\;])(?!solv\W|Solv\W|Pool\W)([\$\@a-zA-Z_][a-zA-Z0-9_]*)(?=[^a-zA-Z0-9_\(;\[])(?!::)(?!
 [^=])/-SI$1-IS/g;
+# fixup for perl bare words
 s/{-SI([a-zA-Z_][a-zA-Z0-9]*)-IS}/{$1}/g;
-# small fixup for callbackfunctions
+# fixup for callbackfunctions
 s/\\(amp;[a-zA-Z_]+)/\\-SI$1-IS/;
-# small fixup for stringification
+# fixup for stringification
 s/\$-SI/-SI\$/g;
-# small fixup for %d
+# fixup for %d
+s/%-SId-IS\/%d\/;
 s/%-SId-IS\\-SIn-IS/%d\\n/;
 # iterators
 s/^ //;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/doc/libsolv-bindings.3 
new/libsolv-0.4.0/doc/libsolv-bindings.3
--- old/libsolv-0.4.0/doc/libsolv-bindings.32013-09-20 15:16:43.0 
+0200
+++ new/libsolv-0.4.0/doc/libsolv-bindings.32013-09-24 13:29:05.0 
+0200
@@ -2,12 +2,12 @@
 .\ Title: Libsolv-Bindings
 .\Author: [see the Author section]
 .\ Generator: DocBook XSL Stylesheets v1.78.0 http://docbook.sf.net/
-.\  Date: 09/20/2013
+.\  Date: 09/24/2013
 .\Manual: LIBSOLV
 .\Source: libsolv
 .\  Language: English
 .\
-.TH LIBSOLV\-BINDINGS 3 09/20/2013 libsolv LIBSOLV
+.TH LIBSOLV\-BINDINGS 3 09/24/2013 libsolv LIBSOLV
 .\ -
 .\ * Define some portability stuff
 .\ -
@@ -156,7 +156,7 @@
 .\}
 .nf
 \fIpool\fR\fB\.appdata = 42\fR
-\fBprint appdata is %\fR\fId\fR\fB % (\fR\fIpool\fR\fB\.appdata)\fR
+\fBprint appdata is %d % (\fR\fIpool\fR\fB\.appdata)\fR
 .fi
 .if n \{\
 .RE
@@ -180,7 +180,7 @@
 .RS 4
 .\}
 .nf
-\fIjobs\fR \fB=\fR \fI[\fR\fB]\fR
+\fIjobs\fR \fB= []\fR
 \fIproblems\fR \fB=\fR \fIsolver\fR\fB\.solve(\fR\fIjobs\fR\fB)\fR
 .fi
 .if n \{\
@@ -269,7 +269,7 @@
 .RS 4
 .\}
 .nf
-\fIjobs\fR \fB=\fR \fI[\fR\fB]\fR
+\fIjobs\fR \fB= []\fR
 \fIproblems\fR \fB=\fR \fIsolver\fR\fB\.solve(\fR\fIjobs\fR\fB)\fR
 .fi
 .if n \{\
@@ -4938,7 +4938,7 @@
 .\}
 .sp
 The id of the repodata area\. Repodata ids of different repositories 
overlap\.
-.SS METHODS 
+.SS METHODS
 .sp
 .if n \{\
 .RS 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/doc/libsolv-bindings.txt 
new/libsolv-0.4.0/doc/libsolv-bindings.txt
--- old/libsolv-0.4.0/doc/libsolv-bindings.txt  2013-09-20 15:16:43.0 
+0200
+++ new/libsolv-0.4.0/doc/libsolv-bindings.txt  2013-09-24 13:29:05.0 
+0200
@@ -3052,7 +3052,7 @@
 
 The id of the repodata area. Repodata ids of different repositories overlap.
 
-=== METHODS 
+=== METHODS ===
 
internalize();
$data-internalize();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/package/libsolv.changes 
new/libsolv-0.4.0/package/libsolv.changes
--- old/libsolv-0.4.0/package/libsolv.changes   2013-09-23 11:46:43.0 
+0200
+++ new/libsolv-0.4.0/package/libsolv.changes   2013-09-24 11:16:42.0 
+0200
@@ -1,4 +1,9 @@
 ---
+Tue Sep 24 11:14:25 CEST 2013 - m...@suse.de
+
+- do not add back cleandeps_updatepkgs packages [bnc#841781]
+
+---
 Mon Sep 23 11:31:28 CEST 2013 - m...@suse.de
 
 - added repodata_lookup_binary
diff -urN 

commit libsolv for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package libsolv for openSUSE:13.1 checked in 
at 2013-09-25 14:32:45

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


Package is libsolv

Changes:

--- /work/SRC/openSUSE:13.1/libsolv/libsolv.changes 2013-09-23 
15:25:09.0 +0200
+++ /work/SRC/openSUSE:13.1/.libsolv.new/libsolv.changes2013-09-25 
14:32:47.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 24 11:14:25 CEST 2013 - m...@suse.de
+
+- do not add back cleandeps_updatepkgs packages [bnc#841781]
+
+---



Other differences:
--
++ libsolv-0.4.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/doc/filters/xcode.pl 
new/libsolv-0.4.0/doc/filters/xcode.pl
--- old/libsolv-0.4.0/doc/filters/xcode.pl  2013-06-07 09:07:56.0 
+0200
+++ new/libsolv-0.4.0/doc/filters/xcode.pl  2013-09-24 13:16:42.0 
+0200
@@ -35,14 +35,15 @@
   if (!/^[a-zA-Z0-9_]+$/) {
 $_ =  $_;
 $_ = $_ ;
-
s/(?=[^a-zA-Z_\:\.\'\;])(?!solv\W|Solv\W|Pool\W)([\$\@[a-zA-Z_][a-zA-Z0-9_]*)(?=[^a-zA-Z0-9_\(;\[])(?!::)(?!
 [^=])/-SI$1-IS/g;
-# small fixup for perl bare words
+
s/(?=[^a-zA-Z_\:\.\'\;])(?!solv\W|Solv\W|Pool\W)([\$\@a-zA-Z_][a-zA-Z0-9_]*)(?=[^a-zA-Z0-9_\(;\[])(?!::)(?!
 [^=])/-SI$1-IS/g;
+# fixup for perl bare words
 s/{-SI([a-zA-Z_][a-zA-Z0-9]*)-IS}/{$1}/g;
-# small fixup for callbackfunctions
+# fixup for callbackfunctions
 s/\\(amp;[a-zA-Z_]+)/\\-SI$1-IS/;
-# small fixup for stringification
+# fixup for stringification
 s/\$-SI/-SI\$/g;
-# small fixup for %d
+# fixup for %d
+s/%-SId-IS\/%d\/;
 s/%-SId-IS\\-SIn-IS/%d\\n/;
 # iterators
 s/^ //;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/doc/libsolv-bindings.3 
new/libsolv-0.4.0/doc/libsolv-bindings.3
--- old/libsolv-0.4.0/doc/libsolv-bindings.32013-09-20 15:16:43.0 
+0200
+++ new/libsolv-0.4.0/doc/libsolv-bindings.32013-09-24 13:29:05.0 
+0200
@@ -2,12 +2,12 @@
 .\ Title: Libsolv-Bindings
 .\Author: [see the Author section]
 .\ Generator: DocBook XSL Stylesheets v1.78.0 http://docbook.sf.net/
-.\  Date: 09/20/2013
+.\  Date: 09/24/2013
 .\Manual: LIBSOLV
 .\Source: libsolv
 .\  Language: English
 .\
-.TH LIBSOLV\-BINDINGS 3 09/20/2013 libsolv LIBSOLV
+.TH LIBSOLV\-BINDINGS 3 09/24/2013 libsolv LIBSOLV
 .\ -
 .\ * Define some portability stuff
 .\ -
@@ -156,7 +156,7 @@
 .\}
 .nf
 \fIpool\fR\fB\.appdata = 42\fR
-\fBprint appdata is %\fR\fId\fR\fB % (\fR\fIpool\fR\fB\.appdata)\fR
+\fBprint appdata is %d % (\fR\fIpool\fR\fB\.appdata)\fR
 .fi
 .if n \{\
 .RE
@@ -180,7 +180,7 @@
 .RS 4
 .\}
 .nf
-\fIjobs\fR \fB=\fR \fI[\fR\fB]\fR
+\fIjobs\fR \fB= []\fR
 \fIproblems\fR \fB=\fR \fIsolver\fR\fB\.solve(\fR\fIjobs\fR\fB)\fR
 .fi
 .if n \{\
@@ -269,7 +269,7 @@
 .RS 4
 .\}
 .nf
-\fIjobs\fR \fB=\fR \fI[\fR\fB]\fR
+\fIjobs\fR \fB= []\fR
 \fIproblems\fR \fB=\fR \fIsolver\fR\fB\.solve(\fR\fIjobs\fR\fB)\fR
 .fi
 .if n \{\
@@ -4938,7 +4938,7 @@
 .\}
 .sp
 The id of the repodata area\. Repodata ids of different repositories 
overlap\.
-.SS METHODS 
+.SS METHODS
 .sp
 .if n \{\
 .RS 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/doc/libsolv-bindings.txt 
new/libsolv-0.4.0/doc/libsolv-bindings.txt
--- old/libsolv-0.4.0/doc/libsolv-bindings.txt  2013-09-20 15:16:43.0 
+0200
+++ new/libsolv-0.4.0/doc/libsolv-bindings.txt  2013-09-24 13:29:05.0 
+0200
@@ -3052,7 +3052,7 @@
 
 The id of the repodata area. Repodata ids of different repositories overlap.
 
-=== METHODS 
+=== METHODS ===
 
internalize();
$data-internalize();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/package/libsolv.changes 
new/libsolv-0.4.0/package/libsolv.changes
--- old/libsolv-0.4.0/package/libsolv.changes   2013-09-23 11:46:43.0 
+0200
+++ new/libsolv-0.4.0/package/libsolv.changes   2013-09-24 11:16:42.0 
+0200
@@ -1,4 +1,9 @@
 ---
+Tue Sep 24 11:14:25 CEST 2013 - m...@suse.de
+
+- do not add back cleandeps_updatepkgs packages [bnc#841781]
+
+---
 Mon Sep 23 11:31:28 CEST 2013 - m...@suse.de
 
 - added repodata_lookup_binary
diff -urN '--exclude=CVS' 

commit mjpegtools for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package mjpegtools for openSUSE:Factory 
checked in at 2013-09-25 14:33:01

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


Package is mjpegtools

Changes:

--- /work/SRC/openSUSE:Factory/mjpegtools/mjpegtools.changes2013-03-11 
09:51:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.mjpegtools.new/mjpegtools.changes   
2013-09-25 14:33:03.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  9 14:20:46 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  ÃPresence of many GPL-2.0 licensed files in mplex/ y4mdenoise
+
+---



Other differences:
--
++ mjpegtools.spec ++
--- /var/tmp/diff_new_pack.29sE6C/_old  2013-09-25 14:33:03.0 +0200
+++ /var/tmp/diff_new_pack.29sE6C/_new  2013-09-25 14:33:03.0 +0200
@@ -20,7 +20,7 @@
 Version:2.0.0
 Release:0
 Summary:MJPEG Video Capture and Processing Tools
-License:BSD-3-Clause and GPL-2.0+
+License:GPL-2.0
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 Url:http://mjpeg.sourceforge.net/
 %if 0%{?BUILD_ORIG}

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



commit openstack-swift for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package openstack-swift for openSUSE:Factory 
checked in at 2013-09-25 14:33:33

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


Package is openstack-swift

Changes:

--- /work/SRC/openSUSE:Factory/openstack-swift/openstack-swift.changes  
2013-09-16 16:23:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-swift.new/openstack-swift.changes 
2013-09-25 14:33:34.0 +0200
@@ -1,0 +2,38 @@
+Sat Sep 21 00:19:50 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.9.2.168.g10bb74a+git.1379722790.10bb74a:
+  + Add a user variable to templates
+  + SLOs broken for range requests
+  + Fix unsuitable assertTrue
+
+
+Fri Sep 20 00:34:35 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.9.2.163.g9ca7085+git.1379637275.9ca7085:
+  + Fix probe tests
+  + add seek() to CompressingFileReader
+
+
+Thu Sep 19 13:45:33 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.9.2.160.gdad4bf3+git.1379598333.dad4bf3:
+  + Handle X-Copy-From header in account_quota mw
+  + Optimizations to Ring.get_more_nodes()
+  + Refactor common/utils methods to common/ondisk
+  + Add HTTPSeeOther(303) and HTTPTemporaryRedirect(307) to swob
+
+---
+Wed Sep 18 09:05:24 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+
+Mon Sep 16 23:51:16 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.9.2.152.g8e48dd6+git.1379375476.8e48dd6:
+  + remove useless if from slo
+  + Remove unused method iter_devices_partition
+  + Removed many unnecessary uses of dict.keys
+  + Supply correct arguments to __init__ of a base class
+
+



Other differences:
--
++ openstack-swift-doc.spec ++
--- /var/tmp/diff_new_pack.0EbsG3/_old  2013-09-25 14:33:35.0 +0200
+++ /var/tmp/diff_new_pack.0EbsG3/_new  2013-09-25 14:33:35.0 +0200
@@ -19,7 +19,7 @@
 %define component swift
 
 Name:   openstack-%{component}-doc
-Version:1.9.2.144.g31f706b+git.1379203387.31f706b
+Version:1.9.2.168.g10bb74a+git.1379722790.10bb74a
 Release:0
 Summary:OpenStack Storage (Swift) - Documentation
 License:Apache-2.0
@@ -47,7 +47,7 @@
 This package contains documentation files for openstack-swift.
 
 %prep
-%setup -q -n swift-1.9.2.144.g31f706b
+%setup -q -n swift-1.9.2.168.g10bb74a
 sed -i s/\r// LICENSE # Fix wrong-file-end-of-line-encoding warning
 %openstack_cleanup_prep
 

++ openstack-swift.spec ++
--- /var/tmp/diff_new_pack.0EbsG3/_old  2013-09-25 14:33:35.0 +0200
+++ /var/tmp/diff_new_pack.0EbsG3/_new  2013-09-25 14:33:35.0 +0200
@@ -21,7 +21,7 @@
 %define username openstack-%{component}
 
 Name:   openstack-%{component}
-Version:1.9.2.144.g31f706b+git.1379203387.31f706b
+Version:1.9.2.168.g10bb74a+git.1379722790.10bb74a
 Release:0
 Summary:OpenStack Storage (Swift)
 License:Apache-2.0
@@ -82,7 +82,6 @@
 more expensive equipment.
 
 %package -n python-swift
-
 Summary:OpenStack Storage (Swift) - Python module
 Group:  Development/Languages/Python
 Requires:   python = 2.6.8
@@ -92,6 +91,7 @@
 Requires:   python-eventlet = 0.9.15
 Requires:   python-greenlet = 0.3.1
 Requires:   python-netifaces = 0.5
+Requires:   python-pbr = 0.5.21
 Requires:   python-simplejson = 2.0.9
 Requires:   python-swiftclient
 Requires:   python-xattr = 0.4
@@ -100,7 +100,6 @@
 This package contains the core Python module of OpenStack Swift.
 
 %package account
-
 Summary:OpenStack Storage (Swift) - Account Server
 Group:  Productivity/Clustering/Computing
 Requires:   %{name} = %{version}
@@ -114,7 +113,6 @@
 This package contains the openstack-swift account server.
 
 %package container
-
 Summary:OpenStack Storage (Swift) - Container Server
 Group:  Productivity/Clustering/Computing
 Requires:   %{name} = %{version}
@@ -128,7 +126,6 @@
 This package contains the openstack-swift container server.
 
 %package object
-
 Summary:OpenStack Storage (Swift) - Object Server
 Group:  Productivity/Clustering/Computing
 Requires:   %{name} = %{version}
@@ -142,7 +139,6 @@
 This package contains the openstack-swift object server.
 
 %package proxy
-
 Summary:OpenStack Storage (Swift) - Proxy Server
 

commit perl-SUPER for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package perl-SUPER for openSUSE:Factory 
checked in at 2013-09-25 14:33:58

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


Package is perl-SUPER

Changes:

--- /work/SRC/openSUSE:Factory/perl-SUPER/perl-SUPER.changes2011-09-23 
12:38:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SUPER.new/perl-SUPER.changes   
2013-09-25 14:33:59.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun  4 18:06:37 UTC 2013 - co...@suse.com
+
+- updated to 1.20120705
+- resolved PAUSE packaging nit (Oliver Mengué, RT #77110)
+- converted to dzil
+
+---

Old:

  SUPER-1.17.tar.gz

New:

  SUPER-1.20120705.tar.gz



Other differences:
--
++ perl-SUPER.spec ++
--- /var/tmp/diff_new_pack.6hNMRj/_old  2013-09-25 14:34:00.0 +0200
+++ /var/tmp/diff_new_pack.6hNMRj/_new  2013-09-25 14:34:00.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-SUPER (Version 1.17)
+# spec file for package perl-SUPER
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,58 +15,80 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-SUPER
+Version:1.20120705
+Release:0
 %define cpan_name SUPER
-Summary:Control superclass method dispatch
-Version:1.17
-Release:2
-License:GPL-1.0+ or Artistic-1.0
+Summary:control superclass method dispatch
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/SUPER/
-Source: 
http://www.cpan.org/modules/by-module/SUPER/SUPER-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/C/CH/CHROMATIC/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Scalar::Util) = 1.20
 BuildRequires:  perl(Sub::Identify) = 0.03
+#BuildRequires: perl(Father)
+#BuildRequires: perl(Grandfather)
+#BuildRequires: perl(Level1)
+#BuildRequires: perl(Level2)
+#BuildRequires: perl(Level3)
+#BuildRequires: perl(SUPER)
 Requires:   perl(Scalar::Util) = 1.20
 Requires:   perl(Sub::Identify) = 0.03
+%{perl_requires}
 
 %description
 When subclassing a class, you occasionally want to dispatch control to the
 superclass -- at least conditionally and temporarily. The Perl syntax for
 calling your superclass is ugly and unwieldy:
 
-Authors:
-
-Simon Cozens, si...@cpan.org (Creator)
-chromatic, chromatic at wgz dot org (Maintainer after 1.01)
+$self-SUPER::method(@_);
+
+especially when compared to its Ruby equivalent:
+
+super;
+
+It's even worse in that the normal Perl redispatch mechanism only
+dispatches to the parent of the class containing the method _at compile
+time_. That doesn't work very well for mixins and roles.
+
+This module provides nicer equivalents, along with the universal method
+'super' to determine a class' own superclass. This allows you to do things
+such as:
+
+goto {$_[0]-super('my_method')};
+
+if you don't like wasting precious stack frames. (Because 'super' returns a
+coderef, much like the UNIVERSAL/can manpage, this doesn't break 'use
+strict 'refs''.)
+
+If you are using roles or mixins or otherwise pulling in methods from other
+packages that need to dispatch to their super methods, or if you want to
+pass different arguments to the super method, use the 'SUPER()' method:
+
+$self-SUPER( qw( other arguments here ) );
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
 %{__perl} Build.PL installdirs=vendor
-./Build
+./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++ SUPER-1.17.tar.gz - SUPER-1.20120705.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUPER-1.17/Changes new/SUPER-1.20120705/Changes
--- old/SUPER-1.17/Changes  2009-09-05 

commit perl-MLDBM-Sync for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package perl-MLDBM-Sync for openSUSE:Factory 
checked in at 2013-09-25 14:33:39

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


Package is perl-MLDBM-Sync

Changes:

--- /work/SRC/openSUSE:Factory/perl-MLDBM-Sync/perl-MLDBM-Sync.changes  
2011-11-21 12:43:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-MLDBM-Sync.new/perl-MLDBM-Sync.changes 
2013-09-25 14:33:40.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 09:50:14 UTC 2013 - co...@suse.com
+
+- switch to perl-macros to fix build
+
+---



Other differences:
--
++ perl-MLDBM-Sync.spec ++
--- /var/tmp/diff_new_pack.vPfQvH/_old  2013-09-25 14:33:40.0 +0200
+++ /var/tmp/diff_new_pack.vPfQvH/_new  2013-09-25 14:33:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MLDBM-Sync
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-MLDBM-Sync
-BuildRequires:  dos2unix perl-MLDBM perl-Tie-Cache
+%define cpan_name MLDBM-Sync
+BuildRequires:  dos2unix
+BuildRequires:  perl-MLDBM
+BuildRequires:  perl-Tie-Cache
 BuildRequires:  perl-macros
 Version:0.30
-Release:391
-Requires:   perl-MLDBM perl-Tie-Cache
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0
+Release:0
+Requires:   perl-MLDBM
+Requires:   perl-Tie-Cache
 Url:http://cpan.org/modules/by-module/MLDBM
 Summary:Perl module for safe concurrent access to MLDBM databases
+License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
 Source: MLDBM-Sync-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -40,37 +41,25 @@
 serialize requests logically and improve performance for bundled reads
  writes.
 
-
-
-Authors:
-
-Joshua Chamas a...@chamas.com
-
 %prep 
-%setup -n MLDBM-Sync-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 dos2unix CHANGES
-chmod 644 README CHANGES
 
 %check
-make test
+%{__make} test
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-%doc CHANGES README bench
-%doc %{_mandir}/man?/*
-%{perl_vendorlib}/MLDBM
-%{perl_vendorarch}/auto/MLDBM/Sync/
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc CHANGES Makefile README
 
 %changelog

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



commit perl-MLDBM-Sync for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package perl-MLDBM-Sync for openSUSE:13.1 
checked in at 2013-09-25 14:33:40

Comparing /work/SRC/openSUSE:13.1/perl-MLDBM-Sync (Old)
 and  /work/SRC/openSUSE:13.1/.perl-MLDBM-Sync.new (New)


Package is perl-MLDBM-Sync

Changes:

--- /work/SRC/openSUSE:13.1/perl-MLDBM-Sync/perl-MLDBM-Sync.changes 
2013-09-23 11:04:19.0 +0200
+++ /work/SRC/openSUSE:13.1/.perl-MLDBM-Sync.new/perl-MLDBM-Sync.changes
2013-09-25 14:33:42.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 09:50:14 UTC 2013 - co...@suse.com
+
+- switch to perl-macros to fix build
+
+---



Other differences:
--
++ perl-MLDBM-Sync.spec ++
--- /var/tmp/diff_new_pack.UAu4xb/_old  2013-09-25 14:33:42.0 +0200
+++ /var/tmp/diff_new_pack.UAu4xb/_new  2013-09-25 14:33:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MLDBM-Sync
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-MLDBM-Sync
-BuildRequires:  dos2unix perl-MLDBM perl-Tie-Cache
+%define cpan_name MLDBM-Sync
+BuildRequires:  dos2unix
+BuildRequires:  perl-MLDBM
+BuildRequires:  perl-Tie-Cache
 BuildRequires:  perl-macros
 Version:0.30
-Release:391
-Requires:   perl-MLDBM perl-Tie-Cache
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0
+Release:0
+Requires:   perl-MLDBM
+Requires:   perl-Tie-Cache
 Url:http://cpan.org/modules/by-module/MLDBM
 Summary:Perl module for safe concurrent access to MLDBM databases
+License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
 Source: MLDBM-Sync-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -40,37 +41,25 @@
 serialize requests logically and improve performance for bundled reads
  writes.
 
-
-
-Authors:
-
-Joshua Chamas a...@chamas.com
-
 %prep 
-%setup -n MLDBM-Sync-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 dos2unix CHANGES
-chmod 644 README CHANGES
 
 %check
-make test
+%{__make} test
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-%doc CHANGES README bench
-%doc %{_mandir}/man?/*
-%{perl_vendorlib}/MLDBM
-%{perl_vendorarch}/auto/MLDBM/Sync/
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc CHANGES Makefile README
 
 %changelog

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



commit plasmoid-cwp for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package plasmoid-cwp for openSUSE:Factory 
checked in at 2013-09-25 14:34:08

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


Package is plasmoid-cwp

Changes:

--- /work/SRC/openSUSE:Factory/plasmoid-cwp/plasmoid-cwp.changes
2013-07-30 16:08:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasmoid-cwp.new/plasmoid-cwp.changes   
2013-09-25 14:34:09.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 24 13:03:13 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 1.8.2
+  * xml: gismeteo: icon fixes
+  * xml: www.weather.com.cn: fixes
+
+---

Old:

  98925-cwp-1.8.1.tar.bz2

New:

  98925-cwp-1.8.2.tar.bz2



Other differences:
--
++ plasmoid-cwp.spec ++
--- /var/tmp/diff_new_pack.ittAn5/_old  2013-09-25 14:34:10.0 +0200
+++ /var/tmp/diff_new_pack.ittAn5/_new  2013-09-25 14:34:10.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   plasmoid-cwp
-Version:1.8.1
+Version:1.8.2
 Release:0
 Summary:Customizable Weather Plasmoid
 License:GPL-3.0+

++ 98925-cwp-1.8.1.tar.bz2 - 98925-cwp-1.8.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.1/ChangeLog new/cwp-1.8.2/ChangeLog
--- old/cwp-1.8.1/ChangeLog 2013-07-25 23:32:22.0 +0200
+++ new/cwp-1.8.2/ChangeLog 2013-09-19 22:33:42.0 +0200
@@ -1,3 +1,8 @@
+1.8.2
+=
+- xml: gismeteo: icon fixes
+- xml: www.weather.com.cn: fixes
+
 1.8.1
 =
 - xml: wetter.com: fixes (thanks to Evi1M4chine). Weather icons from weather 
provider should be preferred over system icons! 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.1/README new/cwp-1.8.2/README
--- old/cwp-1.8.1/README2013-07-25 23:32:22.0 +0200
+++ new/cwp-1.8.2/README2013-09-19 22:33:42.0 +0200
@@ -1,5 +1,5 @@
 =
-Customizable Weather Plasmoid (CWP) 1.8.1
+Customizable Weather Plasmoid (CWP) 1.8.2
 =
 
 This is another weather plasmoid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.1/data/br_weather_com.xml 
new/cwp-1.8.2/data/br_weather_com.xml
--- old/cwp-1.8.1/data/br_weather_com.xml   2013-07-25 23:32:22.0 
+0200
+++ new/cwp-1.8.2/data/br_weather_com.xml   2013-09-19 22:33:42.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2013-07-25 name=br.weather.com 
search_page=http://br.weather.com; example_zip=BRXX0043:1:BR unit=C /
+   xml_file_version type=cwp version=2013-09-19 name=br.weather.com 
search_page=http://br.weather.com; example_zip=BRXX0043:1:BR unit=C /
 
locale_settings locale=utf-8 encoding=utf8 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.1/data/de_weather_com.xml 
new/cwp-1.8.2/data/de_weather_com.xml
--- old/cwp-1.8.1/data/de_weather_com.xml   2013-07-25 23:32:22.0 
+0200
+++ new/cwp-1.8.2/data/de_weather_com.xml   2013-09-19 22:33:42.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2013-07-25 name=de.weather.com 
search_page=http://de.weather.com; example_zip=GMXX0087:1:GM unit=C /
+   xml_file_version type=cwp version=2013-09-19 name=de.weather.com 
search_page=http://de.weather.com; example_zip=GMXX0087:1:GM unit=C /
 
locale_settings locale=utf-8 encoding=utf8 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.1/data/espanol_weather_com.xml 
new/cwp-1.8.2/data/espanol_weather_com.xml
--- old/cwp-1.8.1/data/espanol_weather_com.xml  2013-07-25 23:32:22.0 
+0200
+++ new/cwp-1.8.2/data/espanol_weather_com.xml  2013-09-19 22:33:42.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2013-07-25 
name=espanol.weather.com search_page=http://espanol.weather.com; 
example_zip=Ciudad-de-Mexico-MXDF0132 unit=C /
+   xml_file_version type=cwp version=2013-09-19 
name=espanol.weather.com search_page=http://espanol.weather.com; 
example_zip=Ciudad-de-Mexico-MXDF0132 unit=C /
 
locale_settings locale=utf-8 encoding=utf8 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit plasmoid-cwp for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package plasmoid-cwp for openSUSE:13.1 
checked in at 2013-09-25 14:34:09

Comparing /work/SRC/openSUSE:13.1/plasmoid-cwp (Old)
 and  /work/SRC/openSUSE:13.1/.plasmoid-cwp.new (New)


Package is plasmoid-cwp

Changes:

--- /work/SRC/openSUSE:13.1/plasmoid-cwp/plasmoid-cwp.changes   2013-09-23 
11:05:43.0 +0200
+++ /work/SRC/openSUSE:13.1/.plasmoid-cwp.new/plasmoid-cwp.changes  
2013-09-25 14:34:10.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 24 13:03:13 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 1.8.2
+  * xml: gismeteo: icon fixes
+  * xml: www.weather.com.cn: fixes
+
+---

Old:

  98925-cwp-1.8.1.tar.bz2

New:

  98925-cwp-1.8.2.tar.bz2



Other differences:
--
++ plasmoid-cwp.spec ++
--- /var/tmp/diff_new_pack.yHUZvZ/_old  2013-09-25 14:34:10.0 +0200
+++ /var/tmp/diff_new_pack.yHUZvZ/_new  2013-09-25 14:34:10.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   plasmoid-cwp
-Version:1.8.1
+Version:1.8.2
 Release:0
 Summary:Customizable Weather Plasmoid
 License:GPL-3.0+

++ 98925-cwp-1.8.1.tar.bz2 - 98925-cwp-1.8.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.1/ChangeLog new/cwp-1.8.2/ChangeLog
--- old/cwp-1.8.1/ChangeLog 2013-07-25 23:32:22.0 +0200
+++ new/cwp-1.8.2/ChangeLog 2013-09-19 22:33:42.0 +0200
@@ -1,3 +1,8 @@
+1.8.2
+=
+- xml: gismeteo: icon fixes
+- xml: www.weather.com.cn: fixes
+
 1.8.1
 =
 - xml: wetter.com: fixes (thanks to Evi1M4chine). Weather icons from weather 
provider should be preferred over system icons! 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.1/README new/cwp-1.8.2/README
--- old/cwp-1.8.1/README2013-07-25 23:32:22.0 +0200
+++ new/cwp-1.8.2/README2013-09-19 22:33:42.0 +0200
@@ -1,5 +1,5 @@
 =
-Customizable Weather Plasmoid (CWP) 1.8.1
+Customizable Weather Plasmoid (CWP) 1.8.2
 =
 
 This is another weather plasmoid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.1/data/br_weather_com.xml 
new/cwp-1.8.2/data/br_weather_com.xml
--- old/cwp-1.8.1/data/br_weather_com.xml   2013-07-25 23:32:22.0 
+0200
+++ new/cwp-1.8.2/data/br_weather_com.xml   2013-09-19 22:33:42.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2013-07-25 name=br.weather.com 
search_page=http://br.weather.com; example_zip=BRXX0043:1:BR unit=C /
+   xml_file_version type=cwp version=2013-09-19 name=br.weather.com 
search_page=http://br.weather.com; example_zip=BRXX0043:1:BR unit=C /
 
locale_settings locale=utf-8 encoding=utf8 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.1/data/de_weather_com.xml 
new/cwp-1.8.2/data/de_weather_com.xml
--- old/cwp-1.8.1/data/de_weather_com.xml   2013-07-25 23:32:22.0 
+0200
+++ new/cwp-1.8.2/data/de_weather_com.xml   2013-09-19 22:33:42.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2013-07-25 name=de.weather.com 
search_page=http://de.weather.com; example_zip=GMXX0087:1:GM unit=C /
+   xml_file_version type=cwp version=2013-09-19 name=de.weather.com 
search_page=http://de.weather.com; example_zip=GMXX0087:1:GM unit=C /
 
locale_settings locale=utf-8 encoding=utf8 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.1/data/espanol_weather_com.xml 
new/cwp-1.8.2/data/espanol_weather_com.xml
--- old/cwp-1.8.1/data/espanol_weather_com.xml  2013-07-25 23:32:22.0 
+0200
+++ new/cwp-1.8.2/data/espanol_weather_com.xml  2013-09-19 22:33:42.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2013-07-25 
name=espanol.weather.com search_page=http://espanol.weather.com; 
example_zip=Ciudad-de-Mexico-MXDF0132 unit=C /
+   xml_file_version type=cwp version=2013-09-19 
name=espanol.weather.com search_page=http://espanol.weather.com; 
example_zip=Ciudad-de-Mexico-MXDF0132 unit=C /
 
locale_settings locale=utf-8 encoding=utf8 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.1/data/fr_weather_com.xml 

commit python3-Sphinx for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package python3-Sphinx for openSUSE:Factory 
checked in at 2013-09-25 14:36:14

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


Package is python3-Sphinx

Changes:

--- /work/SRC/openSUSE:Factory/python3-Sphinx/python3-Sphinx.changes
2013-06-21 19:01:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Sphinx.new/python3-Sphinx.changes   
2013-09-25 14:36:16.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 24 11:20:41 UTC 2013 - toddrme2...@gmail.com
+
+- Add sphinx-docutils-0.10.patch
+  Patch is already committed upstream, will be in release 1.2
+  See:
+  
https://bitbucket.org/birkenfeld/sphinx/issue/998/docutils-010-will-break-sphinx-manpage
+- Change suggests to recommends, suggests are not well supported
+
+---

New:

  sphinx-docutils-0.10.patch



Other differences:
--
++ python3-Sphinx.spec ++
--- /var/tmp/diff_new_pack.PldSso/_old  2013-09-25 14:36:16.0 +0200
+++ /var/tmp/diff_new_pack.PldSso/_new  2013-09-25 14:36:16.0 +0200
@@ -25,6 +25,10 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
 Patch0: python3-Sphinx-docs.patch
+# PATCH-FIX-UPSTREAM sphinx-docutils-0.10.patch fix python-sphinx for 
python-docutils = 0.10 
+# See: 
https://bitbucket.org/birkenfeld/sphinx/issue/998/docutils-010-will-break-sphinx-manpage
+# Will be in python-sphinx 1.2
+Patch1: sphinx-docutils-0.10.patch
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
@@ -40,7 +44,7 @@
 Requires:   python3-Pygments
 Requires:   python3-distribute
 Requires:   python3-docutils
-Suggests:   python3-rst2pdf
+Recommends: python3-rst2pdf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -76,6 +80,7 @@
 %prep
 %setup -q -n Sphinx-%{version}
 %patch0
+%patch1 -p1
 sed -i '/#\!/d' sphinx/pycode/pgen2/token.py # Fix non-excutable-script warning
 # Add Interpreter version suffix to entrypoints (and thus /usr/bin binaries) to
 # allow for update-alternatives later on:
@@ -152,7 +157,7 @@
 %{_mandir}/man1/sphinx-build-%{py3_ver}.1.gz
 %ghost %{_mandir}/man1/sphinx-quickstart.1.gz
 %{_mandir}/man1/sphinx-quickstart-%{py3_ver}.1.gz
-%{python3_sitelib}/sphinx
+%{python3_sitelib}/sphinx/
 %{python3_sitelib}/Sphinx-%{version}-py%{py3_ver}.egg-info
 
 %files doc

++ sphinx-docutils-0.10.patch ++
diff -up Sphinx-1.1.3/sphinx/writers/manpage.py.bak 
Sphinx-1.1.3/sphinx/writers/manpage.py
--- Sphinx-1.1.3/sphinx/writers/manpage.py.bak  2011-11-01 00:38:44.0 
-0700
+++ Sphinx-1.1.3/sphinx/writers/manpage.py  2012-08-21 12:38:33.380808202 
-0700
@@ -72,6 +72,11 @@ class ManualPageTranslator(BaseTranslato
 # since self.append_header() is never called, need to do this here
 self.body.append(MACRO_DEF)
 
+# Overwrite admonition label translations with our own
+for label, translation in admonitionlabels.items():
+self.language.labels[label] = self.deunicode(translation)
+
+
 # overwritten -- added quotes around all .TH arguments
 def header(self):
 tmpl = (.TH \%(title_upper)s\ \%(manual_section)s\
@@ -193,12 +198,6 @@ class ManualPageTranslator(BaseTranslato
 def depart_seealso(self, node):
 self.depart_admonition(node)
 
-# overwritten -- use our own label translations
-def visit_admonition(self, node, name=None):
-if name:
-self.body.append('.IP %s\n' %
- self.deunicode(admonitionlabels.get(name, name)))
-
 def visit_productionlist(self, node):
 self.ensure_eol()
 names = []
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Flask for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package python-Flask for openSUSE:Factory 
checked in at 2013-09-25 14:37:01

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


Package is python-Flask

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask/python-Flask.changes
2012-11-17 07:27:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Flask.new/python-Flask.changes   
2013-09-25 14:37:03.0 +0200
@@ -1,0 +2,88 @@
+Mon Sep  9 07:47:12 UTC 2013 - dmuel...@suse.com
+
+- add dependency on itsdangerous 
+
+---
+Tue Jun 25 11:33:18 UTC 2013 - dmuel...@suse.com
+
+- update to 0.10.1
+ - Fixed an issue where ``|tojson`` was not quoting single quotes which
+   made the filter not work properly in HTML attributes.  Now it's
+   possible to use that filter in single quoted attributes.  This should
+   make using that filter with angular.js easier.
+ - Added support for byte strings back to the session system.  This broke
+   compatibility with the common case of people putting binary data for
+   token verification into the session.
+ - Fixed an issue were registering the same method twice for the same endpoint
+   would trigger an exception incorrectly.
+   :ref:`upgrading-to-010` for more information.
+ - Added ``template_test`` methods in addition to the already existing
+   ``template_filter`` method family.
+ - Added ``template_global`` methods in addition to the already existing
+   ``template_filter`` method family.
+ - Set the content-length header for x-sendfile.
+ - ``tojson`` filter now does not escape script blocks in HTML5 parsers.
+ - ``tojson`` used in templates is now safe by default due.  This was
+   allowed due to the different escaping behavior.
+ - Flask will now raise an error if you attempt to register a new function
+   on an already used endpoint.
+ - Added wrapper module around simplejson and added default serialization
+   of datetime objects.  This allows much easier customization of how
+   JSON is handled by Flask or any Flask extension.
+ - Removed deprecated internal ``flask.session`` module alias.  Use
+   ``flask.sessions`` instead to get the session module.  This is not to
+   be confused with ``flask.session`` the session proxy.
+ - Templates can now be rendered without request context.  The behavior is
+   slightly different as the ``request``, ``session`` and ``g`` objects
+   will not be available and blueprint's context processors are not
+   called.
+ - The config object is now available to the template as a real global and
+   not through a context processor which makes it available even in imported
+   templates by default.
+ - Added an option to generate non-ascii encoded JSON which should result
+   in less bytes being transmitted over the network.  It's disabled by
+   default to not cause confusion with existing libraries that might expect
+   ``flask.json.dumps`` to return bytestrings by default.
+ - ``flask.g`` is now stored on the app context instead of the request
+   context.
+ - ``flask.g`` now gained a ``get()`` method for not erroring out on non
+   existing items.
+ - ``flask.g`` now can be used with the ``in`` operator to see what's defined
+   and it now is iterable and will yield all attributes stored.
+ - ``flask.Flask.request_globals_class`` got renamed to
+   ``flask.Flask.app_ctx_globals_class`` which is a better name to what it
+   does since 0.10.
+ - `request`, `session` and `g` are now also added as proxies to the template
+   context which makes them available in imported templates.  One has to be
+   very careful with those though because usage outside of macros might
+   cause caching.
+ - Flask will no longer invoke the wrong error handlers if a proxy
+   exception is passed through.
+ - Added a workaround for chrome's cookies in localhost not working
+   as intended with domain names.
+ - Changed logic for picking defaults for cookie values from sessions
+   to work better with Google Chrome.
+ - Added `message_flashed` signal that simplifies flashing testing.
+ - Added support for copying of request contexts for better working with
+   greenlets.
+ - Removed custom JSON HTTP exception subclasses.  If you were relying on them
+   you can reintroduce them again yourself trivially.  Using them however is
+   strongly discouraged as the interface was flawed.
+ - Python requirements changed: requiring Python 2.6 or 2.7 now to prepare
+   for Python 3.3 port.
+ - Changed how the teardown system is informed about exceptions.  This is now
+   more reliable in case something handles an exception halfway through
+   the error handling process.
+ - Request context preservation in debug mode now keeps the exception
+   information around which 

commit python-Flask for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package python-Flask for openSUSE:13.1 
checked in at 2013-09-25 14:37:03

Comparing /work/SRC/openSUSE:13.1/python-Flask (Old)
 and  /work/SRC/openSUSE:13.1/.python-Flask.new (New)


Package is python-Flask

Changes:

--- /work/SRC/openSUSE:13.1/python-Flask/python-Flask.changes   2013-09-23 
11:06:15.0 +0200
+++ /work/SRC/openSUSE:13.1/.python-Flask.new/python-Flask.changes  
2013-09-25 14:37:04.0 +0200
@@ -1,0 +2,88 @@
+Mon Sep  9 07:47:12 UTC 2013 - dmuel...@suse.com
+
+- add dependency on itsdangerous 
+
+---
+Tue Jun 25 11:33:18 UTC 2013 - dmuel...@suse.com
+
+- update to 0.10.1
+ - Fixed an issue where ``|tojson`` was not quoting single quotes which
+   made the filter not work properly in HTML attributes.  Now it's
+   possible to use that filter in single quoted attributes.  This should
+   make using that filter with angular.js easier.
+ - Added support for byte strings back to the session system.  This broke
+   compatibility with the common case of people putting binary data for
+   token verification into the session.
+ - Fixed an issue were registering the same method twice for the same endpoint
+   would trigger an exception incorrectly.
+   :ref:`upgrading-to-010` for more information.
+ - Added ``template_test`` methods in addition to the already existing
+   ``template_filter`` method family.
+ - Added ``template_global`` methods in addition to the already existing
+   ``template_filter`` method family.
+ - Set the content-length header for x-sendfile.
+ - ``tojson`` filter now does not escape script blocks in HTML5 parsers.
+ - ``tojson`` used in templates is now safe by default due.  This was
+   allowed due to the different escaping behavior.
+ - Flask will now raise an error if you attempt to register a new function
+   on an already used endpoint.
+ - Added wrapper module around simplejson and added default serialization
+   of datetime objects.  This allows much easier customization of how
+   JSON is handled by Flask or any Flask extension.
+ - Removed deprecated internal ``flask.session`` module alias.  Use
+   ``flask.sessions`` instead to get the session module.  This is not to
+   be confused with ``flask.session`` the session proxy.
+ - Templates can now be rendered without request context.  The behavior is
+   slightly different as the ``request``, ``session`` and ``g`` objects
+   will not be available and blueprint's context processors are not
+   called.
+ - The config object is now available to the template as a real global and
+   not through a context processor which makes it available even in imported
+   templates by default.
+ - Added an option to generate non-ascii encoded JSON which should result
+   in less bytes being transmitted over the network.  It's disabled by
+   default to not cause confusion with existing libraries that might expect
+   ``flask.json.dumps`` to return bytestrings by default.
+ - ``flask.g`` is now stored on the app context instead of the request
+   context.
+ - ``flask.g`` now gained a ``get()`` method for not erroring out on non
+   existing items.
+ - ``flask.g`` now can be used with the ``in`` operator to see what's defined
+   and it now is iterable and will yield all attributes stored.
+ - ``flask.Flask.request_globals_class`` got renamed to
+   ``flask.Flask.app_ctx_globals_class`` which is a better name to what it
+   does since 0.10.
+ - `request`, `session` and `g` are now also added as proxies to the template
+   context which makes them available in imported templates.  One has to be
+   very careful with those though because usage outside of macros might
+   cause caching.
+ - Flask will no longer invoke the wrong error handlers if a proxy
+   exception is passed through.
+ - Added a workaround for chrome's cookies in localhost not working
+   as intended with domain names.
+ - Changed logic for picking defaults for cookie values from sessions
+   to work better with Google Chrome.
+ - Added `message_flashed` signal that simplifies flashing testing.
+ - Added support for copying of request contexts for better working with
+   greenlets.
+ - Removed custom JSON HTTP exception subclasses.  If you were relying on them
+   you can reintroduce them again yourself trivially.  Using them however is
+   strongly discouraged as the interface was flawed.
+ - Python requirements changed: requiring Python 2.6 or 2.7 now to prepare
+   for Python 3.3 port.
+ - Changed how the teardown system is informed about exceptions.  This is now
+   more reliable in case something handles an exception halfway through
+   the error handling process.
+ - Request context preservation in debug mode now keeps the exception
+   information around which means that 

commit python-glanceclient for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package python-glanceclient for 
openSUSE:Factory checked in at 2013-09-25 14:37:30

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


Package is python-glanceclient

Changes:

--- /work/SRC/openSUSE:Factory/python-glanceclient/python-glanceclient.changes  
2013-09-16 12:45:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-glanceclient.new/python-glanceclient.changes 
2013-09-25 14:37:31.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep 20 00:04:18 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.10.0.19:
+  + Use openstack-images-v2.1-json-patch for update method
+
+---
+Wed Sep 18 09:11:55 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+---



Other differences:
--
++ python-glanceclient.spec ++
--- /var/tmp/diff_new_pack.bUm8gX/_old  2013-09-25 14:37:32.0 +0200
+++ /var/tmp/diff_new_pack.bUm8gX/_new  2013-09-25 14:37:32.0 +0200
@@ -19,7 +19,7 @@
 %define component glanceclient
 
 Name:   python-glanceclient
-Version:0.10.0.17
+Version:0.10.0.19
 Release:0
 Summary:Openstack Image (Glance) API Client
 License:Apache-2.0
@@ -43,10 +43,10 @@
 # /usr/bin/glance uses pkg_resources, thus:
 Requires:   python-PrettyTable = 0.6
 Requires:   python-d2to1 = 0.2.10
-Requires:   python-keystoneclient = 0.1.2
-Requires:   python-pbr = 0.5
+Requires:   python-keystoneclient = 0.3.0
+Requires:   python-pbr = 0.5.21
 Requires:   python-pyOpenSSL
-Requires:   python-warlock = 0.7.0
+Requires:   python-warlock = 1.0.1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
@@ -63,24 +63,24 @@
 Summary:Openstack Image (Glance) API Client - Testsuite
 Group:  System/Management
 Requires:   %{name} = %{version}
-Requires:   python-coverage
+Requires:   python-coverage = 3.6
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 Requires:   python-discover
 %endif
 Requires:   python-flake8 = 2.0
-Requires:   python-hacking = 0.5.3
+Requires:   python-hacking = 0.5.6
 Requires:   python-mock = 0.8.0
-Requires:   python-mox
+Requires:   python-mox = 0.5.3
 Requires:   python-pep8 = 1.4.5
 Requires:   python-pyflakes = 0.7.2
-Requires:   python-testrepository = 0.0.13
-Requires:   python-testtools = 0.9.22
+Requires:   python-testrepository = 0.0.17
+Requires:   python-testtools = 0.9.32
 
 %description test
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-glanceclient-0.10.0.17.g897ae3d
+%setup -q -n python-glanceclient-0.10.0.19.g360a29a
 %openstack_cleanup_prep
 # Our package versioning scheme is different (but we provide the correct 
thing) thus:
 sed -i s|python-keystoneclient=0.1.2,1|python-keystoneclient| 
requirements.txt

++ python-glanceclient-master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-glanceclient-0.10.0.17.g897ae3d/AUTHORS 
new/python-glanceclient-0.10.0.19.g360a29a/AUTHORS
--- old/python-glanceclient-0.10.0.17.g897ae3d/AUTHORS  2013-09-03 
21:30:48.0 +0200
+++ new/python-glanceclient-0.10.0.19.g360a29a/AUTHORS  2013-09-19 
19:56:21.0 +0200
@@ -27,6 +27,7 @@
 Florian Haas flor...@hastexo.com
 Gabe Westmaas gabe.westm...@rackspace.com
 Gabriel Hurley gabr...@strikeawe.com
+Ghe Rivero ghe.riv...@hp.com
 Hugh Saunders h...@wherenow.org
 Jakub Ruzicka jruzi...@redhat.com
 James E. Blair jebl...@hp.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-glanceclient-0.10.0.17.g897ae3d/ChangeLog 
new/python-glanceclient-0.10.0.19.g360a29a/ChangeLog
--- old/python-glanceclient-0.10.0.17.g897ae3d/ChangeLog2013-09-03 
21:30:48.0 +0200
+++ new/python-glanceclient-0.10.0.19.g360a29a/ChangeLog2013-09-19 
19:56:21.0 +0200
@@ -1,3 +1,10 @@
+commit 360a29a763ba89323fb2d501ac1edd77185f418f
+Merge: 897ae3d 3307549
+Author: Jenkins jenk...@review.openstack.org
+Date:   Thu Sep 19 17:55:45 2013 +
+
+Merge Use openstack-images-v2.1-json-patch for update method
+
 commit 897ae3d795423a0f1d92f0738ad4dff99c28c6de
 Author: Fei Long Wang flw...@cn.ibm.com
 Date:   Sun Aug 11 11:02:32 2013 +0800
@@ -34,6 +41,19 @@
 
 Change-Id: Ic76e872e78ec77b731ad9dced833803da3fa9aca
 
+commit 3307549a0f66294972c8b5ebff59ab01d18a1d91
+Author: Ghe Rivero ghe.riv...@hp.com
+Date:   Mon 

commit resource-agents for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2013-09-25 14:38:23

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


Package is resource-agents

Changes:

--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2013-08-01 17:34:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes 
2013-09-25 14:38:24.0 +0200
@@ -1,0 +2,61 @@
+Tue Sep 10 14:35:52 UTC 2013 - dmuhameda...@suse.com
+
+- Filesystem: add corosync as HA_cluster_type
+- eDir88: multiple IP support (bnc#)
+- apache: better handling of not installed apache
+- jboss: add jboss_base_dir parameter to support multi-instances
+  on JBoss 6
+- jboss: stop the JBoss daemon by sending a signal on JBoss 6
+- jboss: add run_command parameter to change the start up script
+- jboss: add jboss_version parameter to support JBoss 6
+- tomcat: use root as the default for tomcat_user instead of
+  RUNASIS mode
+- tomcat: multiple tomcat instances based on CATALINE_BASE
+- VirtualDomain: no longer define a domain, but use virsh
+  create to start it non-persistent
+- pound: add parameter maxfiles to set ulimit
+- apache: remove unnecessary and imperfect checks from
+  validate_all (bnc#827927)
+- pgsql: set only one node into sync mode when using 3 nodes or
+  higher
+- Raid1: stop arrays even with block device file missing
+  (bnc#821861)
+- oracle/oralsnr: explicitly require bash (bnc#825517)
+- Raid1: set MDADM_NO_UDEV appropriately if udev is not used
+- Raid1: wait for udevd to settle (bnc#821861)
+- iSCSILogicalUnit: add tgt specific parameters bstype, bsoflags,
+  device_type
+- apache: Attempt graceful stop before -TERM signal
+- LVM: Warn user if initrd is older than lvm.conf when using
+  exclusive activation with tags
+- LVM: Exclusive activation without clvmd using filtering with
+  tags.
+- named: Attempt to autogen /etc/rndc.key using rndc-confgen tool
+- mysql: really use log setting (bnc#823095)
+- mysql: test properly for failed process start (bnc#823095)
+- LVM: Retry exclusive activation after deactivating vg
+  cluster-wide
+- LVM: Verify setup on start plus verify exclusive activation is
+  possible
+- Route: make Route RA IPv6 ready
+- drbd: remove deprecated drbd agent
+- tools: send_arp.libnet: reuse ARP packets (deb#701914)
+- ethmonitor: correctly detect when the network is unplugged.
+- Raid1: do not test for device existence in the stop operation
+  (bnc#821861)
+- VirtualDomain: Support saving and restoring virtual machine
+  snapshot state files
+- nfsserver: Cleanup shared nfs dir mount
+- nfsserver: Enable file locking daemon when systemd is being
+  used
+- nfsserver: Maintain SELinux permissions on failover for nfs v3
+  lock state
+- nfsserver: Improve support for v3 file lock recovery
+- nfsserver: Add systemd unit-file support when init scripts are
+  not present
+- apache: add pidfile directive when not present in config file
+- VirtualDomain: Properly detect defined lxc domains
+- iSCSILogicalUnit: add lio_iblock parameter.
+- upstream cs: 3cafd1
+
+---



Other differences:
--
++ lvm-vg-partial-active.diff ++
--- /var/tmp/diff_new_pack.sdfj1l/_old  2013-09-25 14:38:25.0 +0200
+++ /var/tmp/diff_new_pack.sdfj1l/_new  2013-09-25 14:38:25.0 +0200
@@ -1,12 +1,13 @@
-diff -r c0d8e6bb946e heartbeat/LVM
 a/heartbeat/LVMTue Dec 07 17:31:53 2010 +0100
-+++ b/heartbeat/LVMMon Dec 13 12:34:36 2010 +0100
-@@ -85,10 +85,10 @@ If set, the volume group will be activat
+diff --git a/heartbeat/LVM b/heartbeat/LVM
+index 0ff6ba7..33bbba9 100755
+--- a/heartbeat/LVM
 b/heartbeat/LVM
+@@ -100,10 +100,10 @@ If exclusive is set on a non clustered volume group, 
this overrides the tag to
  longdesc lang=en
  If set, the volume group will be activated even only partial of the physical
  volumes available. It helps to set to true, when you are using mirroring
 -logical volumes.
-+logical volumes. Set to true by default in SLE11SP1 HAE and openSUSE.
++logical volumes. Set to true by default in SLE11SP3 HAE.
  /longdesc
  shortdesc lang=enActivate VG even with partial PV only/shortdesc
 -content type=string default=false /
@@ -14,20 +15,20 @@
  /parameter
  
  /parameters
-@@ -224,7 +224,7 @@ LVM_start() {
-   fi
-   vgchange_options=-a $active_mode
+@@ -368,7 +368,7 @@ get_activate_options()
+   2) options=${options}ey;;
+   esac
  
--  if ocf_is_true $OCF_RESKEY_partial_activation ; then
-+  if ocf_is_true $PARTIAL_INVOCATION ; then
-   vgchange_options=$vgchange_options --partial
-   fi
+- 

commit python-heatclient for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-09-25 14:37:38

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


Package is python-heatclient

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2013-09-16 16:32:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-09-25 14:37:39.0 +0200
@@ -1,0 +2,11 @@
+Thu Sep 19 23:52:33 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.21:
+  + Replace OpenStack LLC with OpenStack Foundation
+
+---
+Thu Sep 19 19:46:41 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+---



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.ae93zW/_old  2013-09-25 14:37:39.0 +0200
+++ /var/tmp/diff_new_pack.ae93zW/_new  2013-09-25 14:37:39.0 +0200
@@ -19,7 +19,7 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.4.20
+Version:0.2.4.21
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
@@ -42,8 +42,8 @@
 Requires:   python-d2to1 = 0.2.10
 Requires:   python-httplib2
 Requires:   python-iso8601 = 0.1.4
-Requires:   python-keystoneclient = 0.2
-Requires:   python-pbr = 0.5.10
+Requires:   python-keystoneclient = 0.3.0
+Requires:   python-pbr = 0.5.21
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -73,19 +73,20 @@
 %endif
 Requires:   python-fixtures = 0.3.12
 Requires:   python-flake8 = 2.0
-Requires:   python-hacking = 0.5.3
-Requires:   python-mox
+Requires:   python-hacking = 0.5.6
+Requires:   python-mock = 0.8.0
+Requires:   python-mox = 0.5.3
 Requires:   python-pep8 = 1.4.5
 Requires:   python-pyflakes = 0.7.2
-Requires:   python-testrepository = 0.0.13
-Requires:   python-testscenarios
-Requires:   python-testtools = 0.9.29
+Requires:   python-testrepository = 0.0.17
+Requires:   python-testscenarios = 0.4
+Requires:   python-testtools = 0.9.32
 
 %description test
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.4.20.g978e3f4
+%setup -q -n python-heatclient-0.2.4.21.g455b1cb
 %openstack_cleanup_prep
 echo %{version}  heatclient/versioninfo
 

++ python-heatclient-master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.4.20.g978e3f4/ChangeLog 
new/python-heatclient-0.2.4.21.g455b1cb/ChangeLog
--- old/python-heatclient-0.2.4.20.g978e3f4/ChangeLog   2013-09-11 
22:49:25.0 +0200
+++ new/python-heatclient-0.2.4.21.g455b1cb/ChangeLog   2013-09-20 
00:42:47.0 +0200
@@ -1,3 +1,12 @@
+commit 455b1cb4e88cff87787d69ecf196c64be0467ed4
+Author: ZhiQiang Fan aji.zq...@gmail.com
+Date:   Fri Sep 20 04:21:21 2013 +0800
+
+Replace OpenStack LLC with OpenStack Foundation
+
+Change-Id: I8f2697ca99192078d5db2adb4db98287520d9895
+Fixes-Bug: #1214176
+
 commit 978e3f45423acc86b7836a4c07a42bbf878f31d4
 Merge: 120efdb ebb57f1
 Author: Jenkins jenk...@review.openstack.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.4.20.g978e3f4/PKG-INFO 
new/python-heatclient-0.2.4.21.g455b1cb/PKG-INFO
--- old/python-heatclient-0.2.4.20.g978e3f4/PKG-INFO2013-09-11 
22:49:26.0 +0200
+++ new/python-heatclient-0.2.4.21.g455b1cb/PKG-INFO2013-09-20 
00:42:47.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-heatclient
-Version: 0.2.4.20.g978e3f4
+Version: 0.2.4.21.g455b1cb
 Summary: OpenStack Orchestration API Client Library
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-heatclient-0.2.4.20.g978e3f4/doc/source/conf.py 
new/python-heatclient-0.2.4.21.g455b1cb/doc/source/conf.py
--- old/python-heatclient-0.2.4.20.g978e3f4/doc/source/conf.py  2013-09-11 
22:48:43.0 +0200
+++ new/python-heatclient-0.2.4.21.g455b1cb/doc/source/conf.py  2013-09-20 
00:42:15.0 +0200
@@ -26,7 +26,7 @@
 master_doc = 'index'
 
 # General information about the project.
-copyright = u'OpenStack LLC'

commit suse-xsl-stylesheets for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:Factory checked in at 2013-09-25 14:39:02

Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new (New)


Package is suse-xsl-stylesheets

Changes:

--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2013-06-05 19:36:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
   2013-09-25 14:39:04.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep  2 08:09:33 UTC 2013 - t...@opensuse.org
+
+Version 1.9.22:
+Added last important changes from new layout, both HTML and FO 
+
+---

Old:

  suse-xsl-stylesheets-1.9.21.tar.bz2

New:

  suse-xsl-stylesheets-1.9.22.tar.bz2



Other differences:
--
++ suse-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.FTJsZf/_old  2013-09-25 14:39:05.0 +0200
+++ /var/tmp/diff_new_pack.FTJsZf/_new  2013-09-25 14:39:05.0 +0200
@@ -14,8 +14,10 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   suse-xsl-stylesheets
-Version:1.9.21
+Version:1.9.22
 Release:0
 
 ###
@@ -65,15 +67,59 @@
 Recommends: daps
 Recommends: docbook5
 Recommends: docbook5-xsl-stylesheets
-Recommends: google-opensans-fonts
-Recommends: sil-charis-fonts
-Recommends: dejavu-fonts
+
+#--
+# Fonts
+#--
+%if 0%{?suse_version} = 1220
+Requires:   dejavu-fonts
+Requires:   gnu-free-fonts
+Requires:   liberation-fonts
+Recommends: agfa-fonts
+# Japanese:
+Recommends: sazanami-fonts
+# Korean:
+Recommends: un-fonts
+%else
+Requires:   dejavu
+Requires:   freefont
+Requires:   liberation-fonts
+Recommends: agfa-fonts
+# Japanese:
+Recommends: sazanami-fonts
+# Korean:
+Recommends: unfonts
+%endif
+# Chinese -- only available from M17N:fonts in Code 11:
+Recommends: wqy-microhei-fonts
 
 %if 0%{?sles_version}
 Recommends: ttf-founder-simplified
+%endif
+
+# FONTS USED IN suse_beta STYLESHEETS
+# A rather simplistic solution which roughly means that you need M17N:fonts to
+# build the new stylesheets on older OS's.
+%if 0%{?suse_version} = 1220
+Requires:   google-opensans-fonts
+Requires:   sil-charis-fonts
 %else
-Recommends: wqy-microhei-fonts
+Recommends: google-opensans-fonts
+Recommends: sil-charis-fonts
 %endif
+# Monospace -- dejavu-fonts, already required
+# Western fonts fallback -- gnu-free-fonts, already required
+
+# Chinese simplified -- wqy-microhei-fonts, already recommended
+# Chinese traditional:
+Recommends: arphic-uming-fonts
+# Japanese:
+Recommends: ipa-pgothic-fonts
+Recommends: ipa-pmincho-fonts
+# Korean:
+Recommends: nanum-fonts
+# Arabic:
+Recommends: arabic-amiri-fonts
 
 Obsoletes:  susedoc = 4.3.33
 Provides:   susedoc = 4.3.34
@@ -88,6 +134,9 @@
 #--
 %prep
 %setup -q -n %{name}
+#
+# Patch the VERSION.xsl file to hold the current version
+sed -i s%fm:Version.*/fm:Version%fm:Version%{version}/fm:Version% 
xslt_suse2/VERSION.xsl
 
 #--
 %build

++ suse-xsl-stylesheets-1.9.21.tar.bz2 - 
suse-xsl-stylesheets-1.9.22.tar.bz2 ++
 89442 lines of diff (skipped)

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



commit skelcd-control-openSUSE for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:13.1 checked in at 2013-09-25 14:38:52

Comparing /work/SRC/openSUSE:13.1/skelcd-control-openSUSE (Old)
 and  /work/SRC/openSUSE:13.1/.skelcd-control-openSUSE.new (New)


Package is skelcd-control-openSUSE

Changes:

--- 
/work/SRC/openSUSE:13.1/skelcd-control-openSUSE/skelcd-control-openSUSE.changes 
2013-09-23 11:09:12.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.skelcd-control-openSUSE.new/skelcd-control-openSUSE.changes
2013-09-25 14:38:53.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  2 15:17:48 CEST 2013 - jsuch...@suse.cz
+
+- do not install xorg-x11 (bnc#837450) 
+
+---



Other differences:
--
++ control.xml ++
--- /var/tmp/diff_new_pack.b9Lp8W/_old  2013-09-25 14:38:53.0 +0200
+++ /var/tmp/diff_new_pack.b9Lp8W/_new  2013-09-25 14:38:53.0 +0200
@@ -335,7 +335,7 @@
label_iddesktop_min_x/label_id
logonxdm/logon
cursorDMZ/cursor
-   packagesxorg-x11 branding-openSUSE/packages
+   packagesxorg-x11-server branding-openSUSE/packages
order config:type=integer6/order
patternsx11 base/patterns
iconyast-x11/icon

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



commit rpmlint-mini for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory 
checked in at 2013-09-25 14:38:44

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


Package is rpmlint-mini

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes
2013-06-29 14:51:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new/rpmlint-mini.changes   
2013-09-25 14:38:45.0 +0200
@@ -1,0 +2,15 @@
+Tue Sep 24 16:00:15 UTC 2013 - dmuel...@suse.com
+
+- no longer install rpmgroups.config
+
+---
+Mon Sep  2 08:32:51 UTC 2013 - dmuel...@suse.com
+
+- update to desktop-file-validate 0.22:
+  - add DBusActivatable key to allowed keys
+  - warn about OnlyShowIn in Action groups
+  - allow validating multiple desktop files
+  - improve help output
+  - update man page
+
+---

Old:

  desktop-file-utils-0.21.tar.xz

New:

  desktop-file-utils-0.22.tar.xz



Other differences:
--
++ rpmlint-mini.spec ++
--- /var/tmp/diff_new_pack.dJdya8/_old  2013-09-25 14:38:45.0 +0200
+++ /var/tmp/diff_new_pack.dJdya8/_new  2013-09-25 14:38:45.0 +0200
@@ -38,7 +38,7 @@
 Release:0
 Url:http://rpmlint.zarb.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: desktop-file-utils-0.21.tar.xz
+Source: desktop-file-utils-0.22.tar.xz
 Source100:  rpmlint-deps.txt
 Source101:  rpmlint.wrapper
 Source102:  rpmlint-mini.config
@@ -50,7 +50,7 @@
 source packages can be checked.
 
 %prep
-%setup -q -n desktop-file-utils-0.21
+%setup -q -n desktop-file-utils-0.22
 [[ -r COPYING ]]
 
 %build
@@ -72,7 +72,7 @@
 cp -a /usr/share/rpmlint/*.py $RPM_BUILD_ROOT/opt/testing/share/rpmlint
 # install config files
 install -d -m 755 $RPM_BUILD_ROOT/opt/testing/share/rpmlint/mini
-for i in /etc/rpmlint/{rpmgroups,pie,licenses}.config %{SOURCE103}; do
+for i in /etc/rpmlint/{pie,licenses}.config %{SOURCE103}; do
   cp $i $RPM_BUILD_ROOT/opt/testing/share/rpmlint/mini
 done
 install -m 644 -D /usr/share/rpmlint/config 
$RPM_BUILD_ROOT/opt/testing/share/rpmlint/config

++ desktop-file-utils-0.21.tar.xz - desktop-file-utils-0.22.tar.xz ++
 3805 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/desktop-file-utils-0.21/ChangeLog new/desktop-file-utils-0.22/ChangeLog
--- old/desktop-file-utils-0.21/ChangeLog   2012-10-11 16:08:39.0 
+0200
+++ new/desktop-file-utils-0.22/ChangeLog   2013-08-29 09:55:38.0 
+0200
@@ -1,5 +1,118 @@
 # Generated by Makefile. Do not edit.
 
+commit a539c745051d7eeea6617a0512b71a649105de52
+Author: Vincent Untz vu...@gnome.org
+Date:   Thu Aug 29 09:53:31 2013 +0200
+
+validator: Do not print two errors if file doesn't exist
+
+M  src/validator.c
+
+commit 0b6e84cd489091b5fdaea6ffac0fc8a83589e8c7
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Sun Jul 14 12:18:35 2013 -0400
+
+Allow validating multiple desktop files
+
+There is no good reason to not allow this.
+https://bugs.freedesktop.org/show_bug.cgi?id=60744
+
+M  src/validator.c
+
+commit fd0df83df2531e3e25b4d56d0450b39004b8ed20
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Sun Jul 14 12:04:28 2013 -0400
+
+Admit that we validate more than 1.0
+
+While the versioning of the spec itself is in a somewhat sad
+state, it is more realistic to say we are validating according
+to 1.1 than to 1.0.
+
+M  src/validate.h
+
+commit 9075a05a384998ab96ad707b412a54fa5a8ddf48
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Sun Jul 14 11:55:58 2013 -0400
+
+Warn about OnlyShowIn in Action groups
+
+This was recently removed from the desktop entry spec,
+see https://bugs.freedesktop.org/show_bug.cgi?id=66712
+
+M  src/validate.c
+
+commit 479c0caa966f60367a8595b7f566ced3a82b889b
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Sun Jul 14 11:54:14 2013 -0400
+
+Add DBusActivatable key to allowed keys
+
+This is a recent addition to the desktop entry spec.
+
+M  src/validate.c
+
+commit fbbc223e238e0a2da0caff921bdf5aa42f424549
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Sun Jul 14 12:32:23 2013 -0400
+
+Update the desktop-file-validate man page
+
+

commit suse-xsl-stylesheets for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:13.1 checked in at 2013-09-25 14:39:03

Comparing /work/SRC/openSUSE:13.1/suse-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:13.1/.suse-xsl-stylesheets.new (New)


Package is suse-xsl-stylesheets

Changes:

--- /work/SRC/openSUSE:13.1/suse-xsl-stylesheets/suse-xsl-stylesheets.changes   
2013-09-23 11:09:49.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes  
2013-09-25 14:39:06.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep  2 08:09:33 UTC 2013 - t...@opensuse.org
+
+Version 1.9.22:
+Added last important changes from new layout, both HTML and FO 
+
+---

Old:

  suse-xsl-stylesheets-1.9.21.tar.bz2

New:

  suse-xsl-stylesheets-1.9.22.tar.bz2



Other differences:
--
++ suse-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.heLlsJ/_old  2013-09-25 14:39:06.0 +0200
+++ /var/tmp/diff_new_pack.heLlsJ/_new  2013-09-25 14:39:06.0 +0200
@@ -14,8 +14,10 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   suse-xsl-stylesheets
-Version:1.9.21
+Version:1.9.22
 Release:0
 
 ###
@@ -65,15 +67,59 @@
 Recommends: daps
 Recommends: docbook5
 Recommends: docbook5-xsl-stylesheets
-Recommends: google-opensans-fonts
-Recommends: sil-charis-fonts
-Recommends: dejavu-fonts
+
+#--
+# Fonts
+#--
+%if 0%{?suse_version} = 1220
+Requires:   dejavu-fonts
+Requires:   gnu-free-fonts
+Requires:   liberation-fonts
+Recommends: agfa-fonts
+# Japanese:
+Recommends: sazanami-fonts
+# Korean:
+Recommends: un-fonts
+%else
+Requires:   dejavu
+Requires:   freefont
+Requires:   liberation-fonts
+Recommends: agfa-fonts
+# Japanese:
+Recommends: sazanami-fonts
+# Korean:
+Recommends: unfonts
+%endif
+# Chinese -- only available from M17N:fonts in Code 11:
+Recommends: wqy-microhei-fonts
 
 %if 0%{?sles_version}
 Recommends: ttf-founder-simplified
+%endif
+
+# FONTS USED IN suse_beta STYLESHEETS
+# A rather simplistic solution which roughly means that you need M17N:fonts to
+# build the new stylesheets on older OS's.
+%if 0%{?suse_version} = 1220
+Requires:   google-opensans-fonts
+Requires:   sil-charis-fonts
 %else
-Recommends: wqy-microhei-fonts
+Recommends: google-opensans-fonts
+Recommends: sil-charis-fonts
 %endif
+# Monospace -- dejavu-fonts, already required
+# Western fonts fallback -- gnu-free-fonts, already required
+
+# Chinese simplified -- wqy-microhei-fonts, already recommended
+# Chinese traditional:
+Recommends: arphic-uming-fonts
+# Japanese:
+Recommends: ipa-pgothic-fonts
+Recommends: ipa-pmincho-fonts
+# Korean:
+Recommends: nanum-fonts
+# Arabic:
+Recommends: arabic-amiri-fonts
 
 Obsoletes:  susedoc = 4.3.33
 Provides:   susedoc = 4.3.34
@@ -88,6 +134,9 @@
 #--
 %prep
 %setup -q -n %{name}
+#
+# Patch the VERSION.xsl file to hold the current version
+sed -i s%fm:Version.*/fm:Version%fm:Version%{version}/fm:Version% 
xslt_suse2/VERSION.xsl
 
 #--
 %build

++ suse-xsl-stylesheets-1.9.21.tar.bz2 - 
suse-xsl-stylesheets-1.9.22.tar.bz2 ++
 89442 lines of diff (skipped)

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



commit terminator for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package terminator for openSUSE:Factory 
checked in at 2013-09-25 14:39:32

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


Package is terminator

Changes:

--- /work/SRC/openSUSE:Factory/terminator/terminator.changes2012-03-29 
07:48:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.terminator.new/terminator.changes   
2013-09-25 14:39:33.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 24 14:01:11 UTC 2013 - rbrown...@opensuse.org
+
+- update to 0.97
+- bug fixes incl. bnc#842059
+- for details see package changelog
+
+---

Old:

  terminator-0.96.tar.bz2

New:

  terminator-0.97.tar.bz2



Other differences:
--
++ terminator.spec ++
--- /var/tmp/diff_new_pack.6t5xJD/_old  2013-09-25 14:39:33.0 +0200
+++ /var/tmp/diff_new_pack.6t5xJD/_new  2013-09-25 14:39:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package terminator
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,12 +17,12 @@
 
 
 Name:   terminator
-Version:0.96
+Version:0.97
 Release:0
-License:GPL-2.0
 Summary:Store and run multiple GNOME terminals in one window
-Url:http://www.tenshu.net/terminator
+License:GPL-2.0
 Group:  System/X11/Terminals
+Url:http://www.tenshu.net/terminator
 Source0:terminator-%{version}.tar.bz2
 Patch0: terminator-desktop.patch
 BuildRequires:  desktop-file-utils
@@ -88,6 +88,7 @@
 %{_mandir}/man1/%{name}.1*
 %{_mandir}/man5/%{name}_config.5*
 %{_bindir}/terminator
+%{_bindir}/remotinator
 
 %{_datadir}/icons/hicolor/*/*/termina*
 %{_datadir}/pixmaps/terminator.png

++ terminator-0.96.tar.bz2 - terminator-0.97.tar.bz2 ++
 77942 lines of diff (skipped)

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



commit rpmlint-mini for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:13.1 
checked in at 2013-09-25 14:38:45

Comparing /work/SRC/openSUSE:13.1/rpmlint-mini (Old)
 and  /work/SRC/openSUSE:13.1/.rpmlint-mini.new (New)


Package is rpmlint-mini

Changes:

--- /work/SRC/openSUSE:13.1/rpmlint-mini/rpmlint-mini.changes   2013-09-23 
11:08:06.0 +0200
+++ /work/SRC/openSUSE:13.1/.rpmlint-mini.new/rpmlint-mini.changes  
2013-09-25 14:38:46.0 +0200
@@ -1,0 +2,15 @@
+Tue Sep 24 16:00:15 UTC 2013 - dmuel...@suse.com
+
+- no longer install rpmgroups.config
+
+---
+Mon Sep  2 08:32:51 UTC 2013 - dmuel...@suse.com
+
+- update to desktop-file-validate 0.22:
+  - add DBusActivatable key to allowed keys
+  - warn about OnlyShowIn in Action groups
+  - allow validating multiple desktop files
+  - improve help output
+  - update man page
+
+---

Old:

  desktop-file-utils-0.21.tar.xz

New:

  desktop-file-utils-0.22.tar.xz



Other differences:
--
++ rpmlint-mini.spec ++
--- /var/tmp/diff_new_pack.ysT55Z/_old  2013-09-25 14:38:46.0 +0200
+++ /var/tmp/diff_new_pack.ysT55Z/_new  2013-09-25 14:38:46.0 +0200
@@ -38,7 +38,7 @@
 Release:0
 Url:http://rpmlint.zarb.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: desktop-file-utils-0.21.tar.xz
+Source: desktop-file-utils-0.22.tar.xz
 Source100:  rpmlint-deps.txt
 Source101:  rpmlint.wrapper
 Source102:  rpmlint-mini.config
@@ -50,7 +50,7 @@
 source packages can be checked.
 
 %prep
-%setup -q -n desktop-file-utils-0.21
+%setup -q -n desktop-file-utils-0.22
 [[ -r COPYING ]]
 
 %build
@@ -72,7 +72,7 @@
 cp -a /usr/share/rpmlint/*.py $RPM_BUILD_ROOT/opt/testing/share/rpmlint
 # install config files
 install -d -m 755 $RPM_BUILD_ROOT/opt/testing/share/rpmlint/mini
-for i in /etc/rpmlint/{rpmgroups,pie,licenses}.config %{SOURCE103}; do
+for i in /etc/rpmlint/{pie,licenses}.config %{SOURCE103}; do
   cp $i $RPM_BUILD_ROOT/opt/testing/share/rpmlint/mini
 done
 install -m 644 -D /usr/share/rpmlint/config 
$RPM_BUILD_ROOT/opt/testing/share/rpmlint/config

++ desktop-file-utils-0.21.tar.xz - desktop-file-utils-0.22.tar.xz ++
 3805 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/desktop-file-utils-0.21/ChangeLog new/desktop-file-utils-0.22/ChangeLog
--- old/desktop-file-utils-0.21/ChangeLog   2012-10-11 16:08:39.0 
+0200
+++ new/desktop-file-utils-0.22/ChangeLog   2013-08-29 09:55:38.0 
+0200
@@ -1,5 +1,118 @@
 # Generated by Makefile. Do not edit.
 
+commit a539c745051d7eeea6617a0512b71a649105de52
+Author: Vincent Untz vu...@gnome.org
+Date:   Thu Aug 29 09:53:31 2013 +0200
+
+validator: Do not print two errors if file doesn't exist
+
+M  src/validator.c
+
+commit 0b6e84cd489091b5fdaea6ffac0fc8a83589e8c7
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Sun Jul 14 12:18:35 2013 -0400
+
+Allow validating multiple desktop files
+
+There is no good reason to not allow this.
+https://bugs.freedesktop.org/show_bug.cgi?id=60744
+
+M  src/validator.c
+
+commit fd0df83df2531e3e25b4d56d0450b39004b8ed20
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Sun Jul 14 12:04:28 2013 -0400
+
+Admit that we validate more than 1.0
+
+While the versioning of the spec itself is in a somewhat sad
+state, it is more realistic to say we are validating according
+to 1.1 than to 1.0.
+
+M  src/validate.h
+
+commit 9075a05a384998ab96ad707b412a54fa5a8ddf48
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Sun Jul 14 11:55:58 2013 -0400
+
+Warn about OnlyShowIn in Action groups
+
+This was recently removed from the desktop entry spec,
+see https://bugs.freedesktop.org/show_bug.cgi?id=66712
+
+M  src/validate.c
+
+commit 479c0caa966f60367a8595b7f566ced3a82b889b
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Sun Jul 14 11:54:14 2013 -0400
+
+Add DBusActivatable key to allowed keys
+
+This is a recent addition to the desktop entry spec.
+
+M  src/validate.c
+
+commit fbbc223e238e0a2da0caff921bdf5aa42f424549
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Sun Jul 14 12:32:23 2013 -0400
+
+Update the desktop-file-validate man page
+
+The man page was 

commit skelcd-control-openSUSE for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2013-09-25 14:38:51

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


Package is skelcd-control-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE.changes
  2013-06-25 14:46:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE.changes
 2013-09-25 14:38:52.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  2 15:17:48 CEST 2013 - jsuch...@suse.cz
+
+- do not install xorg-x11 (bnc#837450) 
+
+---



Other differences:
--
++ control.xml ++
--- /var/tmp/diff_new_pack.udlp6A/_old  2013-09-25 14:38:53.0 +0200
+++ /var/tmp/diff_new_pack.udlp6A/_new  2013-09-25 14:38:53.0 +0200
@@ -335,7 +335,7 @@
label_iddesktop_min_x/label_id
logonxdm/logon
cursorDMZ/cursor
-   packagesxorg-x11 branding-openSUSE/packages
+   packagesxorg-x11-server branding-openSUSE/packages
order config:type=integer6/order
patternsx11 base/patterns
iconyast-x11/icon

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



commit resource-agents for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package resource-agents for openSUSE:13.1 
checked in at 2013-09-25 14:38:29

Comparing /work/SRC/openSUSE:13.1/resource-agents (Old)
 and  /work/SRC/openSUSE:13.1/.resource-agents.new (New)


Package is resource-agents

Changes:

--- /work/SRC/openSUSE:13.1/resource-agents/resource-agents.changes 
2013-09-23 11:07:52.0 +0200
+++ /work/SRC/openSUSE:13.1/.resource-agents.new/resource-agents.changes
2013-09-25 14:38:35.0 +0200
@@ -1,0 +2,61 @@
+Tue Sep 10 14:35:52 UTC 2013 - dmuhameda...@suse.com
+
+- Filesystem: add corosync as HA_cluster_type
+- eDir88: multiple IP support (bnc#)
+- apache: better handling of not installed apache
+- jboss: add jboss_base_dir parameter to support multi-instances
+  on JBoss 6
+- jboss: stop the JBoss daemon by sending a signal on JBoss 6
+- jboss: add run_command parameter to change the start up script
+- jboss: add jboss_version parameter to support JBoss 6
+- tomcat: use root as the default for tomcat_user instead of
+  RUNASIS mode
+- tomcat: multiple tomcat instances based on CATALINE_BASE
+- VirtualDomain: no longer define a domain, but use virsh
+  create to start it non-persistent
+- pound: add parameter maxfiles to set ulimit
+- apache: remove unnecessary and imperfect checks from
+  validate_all (bnc#827927)
+- pgsql: set only one node into sync mode when using 3 nodes or
+  higher
+- Raid1: stop arrays even with block device file missing
+  (bnc#821861)
+- oracle/oralsnr: explicitly require bash (bnc#825517)
+- Raid1: set MDADM_NO_UDEV appropriately if udev is not used
+- Raid1: wait for udevd to settle (bnc#821861)
+- iSCSILogicalUnit: add tgt specific parameters bstype, bsoflags,
+  device_type
+- apache: Attempt graceful stop before -TERM signal
+- LVM: Warn user if initrd is older than lvm.conf when using
+  exclusive activation with tags
+- LVM: Exclusive activation without clvmd using filtering with
+  tags.
+- named: Attempt to autogen /etc/rndc.key using rndc-confgen tool
+- mysql: really use log setting (bnc#823095)
+- mysql: test properly for failed process start (bnc#823095)
+- LVM: Retry exclusive activation after deactivating vg
+  cluster-wide
+- LVM: Verify setup on start plus verify exclusive activation is
+  possible
+- Route: make Route RA IPv6 ready
+- drbd: remove deprecated drbd agent
+- tools: send_arp.libnet: reuse ARP packets (deb#701914)
+- ethmonitor: correctly detect when the network is unplugged.
+- Raid1: do not test for device existence in the stop operation
+  (bnc#821861)
+- VirtualDomain: Support saving and restoring virtual machine
+  snapshot state files
+- nfsserver: Cleanup shared nfs dir mount
+- nfsserver: Enable file locking daemon when systemd is being
+  used
+- nfsserver: Maintain SELinux permissions on failover for nfs v3
+  lock state
+- nfsserver: Improve support for v3 file lock recovery
+- nfsserver: Add systemd unit-file support when init scripts are
+  not present
+- apache: add pidfile directive when not present in config file
+- VirtualDomain: Properly detect defined lxc domains
+- iSCSILogicalUnit: add lio_iblock parameter.
+- upstream cs: 3cafd1
+
+---



Other differences:
--
++ lvm-vg-partial-active.diff ++
--- /var/tmp/diff_new_pack.dsaa4T/_old  2013-09-25 14:38:35.0 +0200
+++ /var/tmp/diff_new_pack.dsaa4T/_new  2013-09-25 14:38:35.0 +0200
@@ -1,12 +1,13 @@
-diff -r c0d8e6bb946e heartbeat/LVM
 a/heartbeat/LVMTue Dec 07 17:31:53 2010 +0100
-+++ b/heartbeat/LVMMon Dec 13 12:34:36 2010 +0100
-@@ -85,10 +85,10 @@ If set, the volume group will be activat
+diff --git a/heartbeat/LVM b/heartbeat/LVM
+index 0ff6ba7..33bbba9 100755
+--- a/heartbeat/LVM
 b/heartbeat/LVM
+@@ -100,10 +100,10 @@ If exclusive is set on a non clustered volume group, 
this overrides the tag to
  longdesc lang=en
  If set, the volume group will be activated even only partial of the physical
  volumes available. It helps to set to true, when you are using mirroring
 -logical volumes.
-+logical volumes. Set to true by default in SLE11SP1 HAE and openSUSE.
++logical volumes. Set to true by default in SLE11SP3 HAE.
  /longdesc
  shortdesc lang=enActivate VG even with partial PV only/shortdesc
 -content type=string default=false /
@@ -14,20 +15,20 @@
  /parameter
  
  /parameters
-@@ -224,7 +224,7 @@ LVM_start() {
-   fi
-   vgchange_options=-a $active_mode
+@@ -368,7 +368,7 @@ get_activate_options()
+   2) options=${options}ey;;
+   esac
  
--  if ocf_is_true $OCF_RESKEY_partial_activation ; then
-+  if ocf_is_true $PARTIAL_INVOCATION ; then
-   vgchange_options=$vgchange_options --partial
-   fi
+-  if 

commit terminator for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package terminator for openSUSE:13.1 checked 
in at 2013-09-25 14:39:34

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


Package is terminator

Changes:

--- /work/SRC/openSUSE:13.1/terminator/terminator.changes   2013-09-23 
11:10:11.0 +0200
+++ /work/SRC/openSUSE:13.1/.terminator.new/terminator.changes  2013-09-25 
14:39:35.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 24 14:01:11 UTC 2013 - rbrown...@opensuse.org
+
+- update to 0.97
+- bug fixes incl. bnc#842059
+- for details see package changelog
+
+---

Old:

  terminator-0.96.tar.bz2

New:

  terminator-0.97.tar.bz2



Other differences:
--
++ terminator.spec ++
--- /var/tmp/diff_new_pack.L5gpvf/_old  2013-09-25 14:39:35.0 +0200
+++ /var/tmp/diff_new_pack.L5gpvf/_new  2013-09-25 14:39:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package terminator
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,12 +17,12 @@
 
 
 Name:   terminator
-Version:0.96
+Version:0.97
 Release:0
-License:GPL-2.0
 Summary:Store and run multiple GNOME terminals in one window
-Url:http://www.tenshu.net/terminator
+License:GPL-2.0
 Group:  System/X11/Terminals
+Url:http://www.tenshu.net/terminator
 Source0:terminator-%{version}.tar.bz2
 Patch0: terminator-desktop.patch
 BuildRequires:  desktop-file-utils
@@ -88,6 +88,7 @@
 %{_mandir}/man1/%{name}.1*
 %{_mandir}/man5/%{name}_config.5*
 %{_bindir}/terminator
+%{_bindir}/remotinator
 
 %{_datadir}/icons/hicolor/*/*/termina*
 %{_datadir}/pixmaps/terminator.png

++ terminator-0.96.tar.bz2 - terminator-0.97.tar.bz2 ++
 77942 lines of diff (skipped)

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



commit yast2-installation for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2013-09-25 14:39:56

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


Package is yast2-installation

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2013-08-27 21:56:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2013-09-25 14:39:58.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  3 11:55:45 CEST 2013 - jsuch...@suse.cz
+
+- do not mention xorg-x11 in the control files (bnc#837450) 
+- remove obsoleted part of X11 related code
+- 3.0.5
+
+---

Old:

  yast2-installation-3.0.4.tar.bz2

New:

  yast2-installation-3.0.5.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.mIuM3z/_old  2013-09-25 14:39:58.0 +0200
+++ /var/tmp/diff_new_pack.mIuM3z/_new  2013-09-25 14:39:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.0.4
+Version:3.0.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.0.4.tar.bz2 - yast2-installation-3.0.5.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.0.4/VERSION 
new/yast2-installation-3.0.5/VERSION
--- old/yast2-installation-3.0.4/VERSION2013-08-21 10:27:19.0 
+0200
+++ new/yast2-installation-3.0.5/VERSION2013-09-03 12:26:49.0 
+0200
@@ -1 +1 @@
-3.0.4
+3.0.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.0.4/configure 
new/yast2-installation-3.0.5/configure
--- old/yast2-installation-3.0.4/configure  2013-08-21 10:27:28.0 
+0200
+++ new/yast2-installation-3.0.5/configure  2013-09-11 17:48:10.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-installation 3.0.4.
+# Generated by GNU Autoconf 2.69 for yast2-installation 3.0.5.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-installation'
 PACKAGE_TARNAME='yast2-installation'
-PACKAGE_VERSION='3.0.4'
-PACKAGE_STRING='yast2-installation 3.0.4'
+PACKAGE_VERSION='3.0.5'
+PACKAGE_STRING='yast2-installation 3.0.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1258,7 +1258,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 yast2-installation 3.0.4 to adapt to many kinds of 
systems.
+\`configure' configures yast2-installation 3.0.5 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1330,7 +1330,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-installation 3.0.4:;;
+ short | recursive ) echo Configuration of yast2-installation 3.0.5:;;
esac
   cat \_ACEOF
 
@@ -1410,7 +1410,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-installation configure 3.0.4
+yast2-installation configure 3.0.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1427,7 +1427,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-installation $as_me 3.0.4, which was
+It was created by yast2-installation $as_me 3.0.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2366,7 +2366,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-installation'
- VERSION='3.0.4'
+ VERSION='3.0.5'
 
 
 cat confdefs.h _ACEOF
@@ -2489,7 +2489,7 @@
 
 
 
-VERSION=3.0.4
+VERSION=3.0.5
 RPMNAME=yast2-installation
 MAINTAINER=Jiří Suchomel jsuch...@suse.cz
 
@@ -3586,7 +3586,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-installation $as_me 3.0.4, which was
+This file was extended by yast2-installation $as_me 3.0.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3639,7 +3639,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 

commit ucode-intel for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package ucode-intel for openSUSE:13.1 
checked in at 2013-09-25 14:39:48

Comparing /work/SRC/openSUSE:13.1/ucode-intel (Old)
 and  /work/SRC/openSUSE:13.1/.ucode-intel.new (New)


Package is ucode-intel

Changes:

--- /work/SRC/openSUSE:13.1/ucode-intel/ucode-intel.changes 2013-09-23 
11:13:35.0 +0200
+++ /work/SRC/openSUSE:13.1/.ucode-intel.new/ucode-intel.changes
2013-09-25 14:39:49.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 22 16:23:54 UTC 2013 - crrodrig...@opensuse.org
+
+- ucode 20130906, no changelog available. 
+
+---

Old:

  microcode-20130808.tgz

New:

  microcode-20130906.tgz



Other differences:
--
++ ucode-intel.spec ++
--- /var/tmp/diff_new_pack.xKa3ea/_old  2013-09-25 14:39:50.0 +0200
+++ /var/tmp/diff_new_pack.xKa3ea/_new  2013-09-25 14:39:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ucode-intel
-Version:20130808
+Version:20130906
 Release:0
 Summary:Microcode Updates for Intel x86/x86-64 CPUs
 License:SUSE-Firmware

++ microcode-20130808.tgz - microcode-20130906.tgz ++
 5224 lines of diff (skipped)

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



commit yast2-installation for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for openSUSE:13.1 
checked in at 2013-09-25 14:39:57

Comparing /work/SRC/openSUSE:13.1/yast2-installation (Old)
 and  /work/SRC/openSUSE:13.1/.yast2-installation.new (New)


Package is yast2-installation

Changes:

--- /work/SRC/openSUSE:13.1/yast2-installation/yast2-installation.changes   
2013-09-23 11:16:20.0 +0200
+++ /work/SRC/openSUSE:13.1/.yast2-installation.new/yast2-installation.changes  
2013-09-25 14:39:59.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  3 11:55:45 CEST 2013 - jsuch...@suse.cz
+
+- do not mention xorg-x11 in the control files (bnc#837450) 
+- remove obsoleted part of X11 related code
+- 3.0.5
+
+---

Old:

  yast2-installation-3.0.4.tar.bz2

New:

  yast2-installation-3.0.5.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.RWSbeY/_old  2013-09-25 14:39:59.0 +0200
+++ /var/tmp/diff_new_pack.RWSbeY/_new  2013-09-25 14:39:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.0.4
+Version:3.0.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.0.4.tar.bz2 - yast2-installation-3.0.5.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.0.4/VERSION 
new/yast2-installation-3.0.5/VERSION
--- old/yast2-installation-3.0.4/VERSION2013-08-21 10:27:19.0 
+0200
+++ new/yast2-installation-3.0.5/VERSION2013-09-03 12:26:49.0 
+0200
@@ -1 +1 @@
-3.0.4
+3.0.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.0.4/configure 
new/yast2-installation-3.0.5/configure
--- old/yast2-installation-3.0.4/configure  2013-08-21 10:27:28.0 
+0200
+++ new/yast2-installation-3.0.5/configure  2013-09-11 17:48:10.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-installation 3.0.4.
+# Generated by GNU Autoconf 2.69 for yast2-installation 3.0.5.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-installation'
 PACKAGE_TARNAME='yast2-installation'
-PACKAGE_VERSION='3.0.4'
-PACKAGE_STRING='yast2-installation 3.0.4'
+PACKAGE_VERSION='3.0.5'
+PACKAGE_STRING='yast2-installation 3.0.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1258,7 +1258,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 yast2-installation 3.0.4 to adapt to many kinds of 
systems.
+\`configure' configures yast2-installation 3.0.5 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1330,7 +1330,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-installation 3.0.4:;;
+ short | recursive ) echo Configuration of yast2-installation 3.0.5:;;
esac
   cat \_ACEOF
 
@@ -1410,7 +1410,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-installation configure 3.0.4
+yast2-installation configure 3.0.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1427,7 +1427,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-installation $as_me 3.0.4, which was
+It was created by yast2-installation $as_me 3.0.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2366,7 +2366,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-installation'
- VERSION='3.0.4'
+ VERSION='3.0.5'
 
 
 cat confdefs.h _ACEOF
@@ -2489,7 +2489,7 @@
 
 
 
-VERSION=3.0.4
+VERSION=3.0.5
 RPMNAME=yast2-installation
 MAINTAINER=Jiří Suchomel jsuch...@suse.cz
 
@@ -3586,7 +3586,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-installation $as_me 3.0.4, which was
+This file was extended by yast2-installation $as_me 3.0.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3639,7 +3639,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\

commit ucode-intel for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package ucode-intel for openSUSE:Factory 
checked in at 2013-09-25 14:39:47

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


Package is ucode-intel

Changes:

--- /work/SRC/openSUSE:Factory/ucode-intel/ucode-intel.changes  2013-09-05 
23:27:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucode-intel.new/ucode-intel.changes 
2013-09-25 14:39:49.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 22 16:23:54 UTC 2013 - crrodrig...@opensuse.org
+
+- ucode 20130906, no changelog available. 
+
+---

Old:

  microcode-20130808.tgz

New:

  microcode-20130906.tgz



Other differences:
--
++ ucode-intel.spec ++
--- /var/tmp/diff_new_pack.M2zRAI/_old  2013-09-25 14:39:49.0 +0200
+++ /var/tmp/diff_new_pack.M2zRAI/_new  2013-09-25 14:39:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ucode-intel
-Version:20130808
+Version:20130906
 Release:0
 Summary:Microcode Updates for Intel x86/x86-64 CPUs
 License:SUSE-Firmware

++ microcode-20130808.tgz - microcode-20130906.tgz ++
 5224 lines of diff (skipped)

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



commit yast2-theme for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2013-09-25 14:44:00

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


Package is yast2-theme

Changes:

--- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme.changes  2013-08-01 
11:10:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme.changes 
2013-09-25 14:44:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 24 08:08:57 UTC 2013 - lsle...@suse.cz
+
+- world map - make dotted a questionable Indian border (bnc#779489)
+- 3.0.1
+
+---

Old:

  yast2-theme-3.0.0.tar.bz2

New:

  yast2-theme-3.0.1.tar.bz2



Other differences:
--
++ yast2-theme.spec ++
--- /var/tmp/diff_new_pack.DkOyAm/_old  2013-09-25 14:44:02.0 +0200
+++ /var/tmp/diff_new_pack.DkOyAm/_new  2013-09-25 14:44:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-theme
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,7 +40,7 @@
 %package openSUSE
 Summary:YaST2 - Theme (openSUSE)
 Group:  System/YaST
-Version:3.0.0
+Version:3.0.1
 Release:0
 Provides:   yast2-theme-UnitedLinux
 Provides:   yast2-theme-openSUSE-any
@@ -51,7 +51,7 @@
 %package openSUSE-Crystal
 Summary:YaST2 - Theme (openSUSE)
 Group:  System/YaST
-Version:3.0.0
+Version:3.0.1
 Release:0
 Provides:   yast2-theme-openSUSE-any
 Provides:   yast2_theme = %{version}
@@ -60,7 +60,7 @@
 %package openSUSE-Oxygen
 Summary:YaST2 - Theme (openSUSE)
 Group:  System/YaST
-Version:3.0.0
+Version:3.0.1
 Release:0
 Provides:   yast2-theme-openSUSE-any
 Provides:   yast2_theme = %{version}
@@ -70,7 +70,7 @@
 %package SLE
 Summary:YaST2 - SLE Theme
 Group:  System/YaST
-Version:3.0.0
+Version:3.0.1
 Release:0
 Provides:   yast2-theme-NLD = 0.4.5
 Provides:   yast2_theme = %{version}

++ yast2-theme-3.0.0.tar.bz2 - yast2-theme-3.0.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-3.0.0.tar.bz2 
/work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-3.0.1.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 yast2-theme for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-theme for openSUSE:13.1 
checked in at 2013-09-25 14:44:01

Comparing /work/SRC/openSUSE:13.1/yast2-theme (Old)
 and  /work/SRC/openSUSE:13.1/.yast2-theme.new (New)


Package is yast2-theme

Changes:

--- /work/SRC/openSUSE:13.1/yast2-theme/yast2-theme.changes 2013-09-23 
11:16:27.0 +0200
+++ /work/SRC/openSUSE:13.1/.yast2-theme.new/yast2-theme.changes
2013-09-25 14:44:02.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 24 08:08:57 UTC 2013 - lsle...@suse.cz
+
+- world map - make dotted a questionable Indian border (bnc#779489)
+- 3.0.1
+
+---

Old:

  yast2-theme-3.0.0.tar.bz2

New:

  yast2-theme-3.0.1.tar.bz2



Other differences:
--
++ yast2-theme.spec ++
--- /var/tmp/diff_new_pack.pPCZ3x/_old  2013-09-25 14:44:03.0 +0200
+++ /var/tmp/diff_new_pack.pPCZ3x/_new  2013-09-25 14:44:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-theme
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,7 +40,7 @@
 %package openSUSE
 Summary:YaST2 - Theme (openSUSE)
 Group:  System/YaST
-Version:3.0.0
+Version:3.0.1
 Release:0
 Provides:   yast2-theme-UnitedLinux
 Provides:   yast2-theme-openSUSE-any
@@ -51,7 +51,7 @@
 %package openSUSE-Crystal
 Summary:YaST2 - Theme (openSUSE)
 Group:  System/YaST
-Version:3.0.0
+Version:3.0.1
 Release:0
 Provides:   yast2-theme-openSUSE-any
 Provides:   yast2_theme = %{version}
@@ -60,7 +60,7 @@
 %package openSUSE-Oxygen
 Summary:YaST2 - Theme (openSUSE)
 Group:  System/YaST
-Version:3.0.0
+Version:3.0.1
 Release:0
 Provides:   yast2-theme-openSUSE-any
 Provides:   yast2_theme = %{version}
@@ -70,7 +70,7 @@
 %package SLE
 Summary:YaST2 - SLE Theme
 Group:  System/YaST
-Version:3.0.0
+Version:3.0.1
 Release:0
 Provides:   yast2-theme-NLD = 0.4.5
 Provides:   yast2_theme = %{version}

++ yast2-theme-3.0.0.tar.bz2 - yast2-theme-3.0.1.tar.bz2 ++
/work/SRC/openSUSE:13.1/yast2-theme/yast2-theme-3.0.0.tar.bz2 
/work/SRC/openSUSE:13.1/.yast2-theme.new/yast2-theme-3.0.1.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 zeroinstall-injector for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package zeroinstall-injector for 
openSUSE:Factory checked in at 2013-09-25 14:44:34

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


Package is zeroinstall-injector

Changes:

--- 
/work/SRC/openSUSE:Factory/zeroinstall-injector/zeroinstall-injector.changes
2013-05-06 09:09:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.zeroinstall-injector.new/zeroinstall-injector.changes
   2013-09-25 14:44:35.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 21 15:20:17 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 2.3.3. For a list of changes, see:
+  http://thread.gmane.org/gmane.comp.file-systems.zero-install.devel/7020
+
+---

Old:

  0install-2.2.tar.bz2

New:

  0install-2.3.3.tar.bz2



Other differences:
--
++ zeroinstall-injector.spec ++
--- /var/tmp/diff_new_pack.1Ug7p6/_old  2013-09-25 14:44:36.0 +0200
+++ /var/tmp/diff_new_pack.1Ug7p6/_new  2013-09-25 14:44:36.0 +0200
@@ -26,9 +26,9 @@
 %endif
 
 Name:   zeroinstall-injector
-Version:2.2
+Version:2.3.3
 Release:0
-%define source_version 2.2
+%define source_version 2.3.3
 Summary:Decentralised cross-distribution software installation
 License:LGPL-2.1+
 Group:  System/Management
@@ -128,12 +128,11 @@
 mkdir -p $RPM_BUILD_ROOT/etc/bash_completion.d/
 ln -s %{_datadir}/bash-completion/completions/0install 
$RPM_BUILD_ROOT/etc/bash_completion.d/
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f zero-install.lang
 %defattr(-,root,root,-)
 %doc COPYING README.md
+%dir %{_datadir}/fish
+%dir %{_datadir}/fish/completions
 %{_bindir}/0*
 %{python_sitelib}/zeroinstall
 %if 0%{?use_python3}
@@ -146,6 +145,7 @@
 %{_datadir}/icons/hicolor/48x48/apps/zeroinstall.png
 %{_datadir}/icons/hicolor/24x24/apps/zeroinstall.png
 %{_datadir}/bash-completion/completions/0install
+%{_datadir}/fish/completions/0install.fish
 %{_datadir}/zsh/site-functions/_0install
 /etc/bash_completion.d/0install
 %dir %{_datadir}/bash-completion/

++ 0install-2.2.tar.bz2 - 0install-2.3.3.tar.bz2 ++
 4840 lines of diff (skipped)

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



commit zeroinstall-injector for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package zeroinstall-injector for 
openSUSE:13.1 checked in at 2013-09-25 14:44:36

Comparing /work/SRC/openSUSE:13.1/zeroinstall-injector (Old)
 and  /work/SRC/openSUSE:13.1/.zeroinstall-injector.new (New)


Package is zeroinstall-injector

Changes:

--- /work/SRC/openSUSE:13.1/zeroinstall-injector/zeroinstall-injector.changes   
2013-09-23 11:16:42.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.zeroinstall-injector.new/zeroinstall-injector.changes  
2013-09-25 14:44:36.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 21 15:20:17 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 2.3.3. For a list of changes, see:
+  http://thread.gmane.org/gmane.comp.file-systems.zero-install.devel/7020
+
+---

Old:

  0install-2.2.tar.bz2

New:

  0install-2.3.3.tar.bz2



Other differences:
--
++ zeroinstall-injector.spec ++
--- /var/tmp/diff_new_pack.q8Dwjn/_old  2013-09-25 14:44:37.0 +0200
+++ /var/tmp/diff_new_pack.q8Dwjn/_new  2013-09-25 14:44:37.0 +0200
@@ -26,9 +26,9 @@
 %endif
 
 Name:   zeroinstall-injector
-Version:2.2
+Version:2.3.3
 Release:0
-%define source_version 2.2
+%define source_version 2.3.3
 Summary:Decentralised cross-distribution software installation
 License:LGPL-2.1+
 Group:  System/Management
@@ -128,12 +128,11 @@
 mkdir -p $RPM_BUILD_ROOT/etc/bash_completion.d/
 ln -s %{_datadir}/bash-completion/completions/0install 
$RPM_BUILD_ROOT/etc/bash_completion.d/
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f zero-install.lang
 %defattr(-,root,root,-)
 %doc COPYING README.md
+%dir %{_datadir}/fish
+%dir %{_datadir}/fish/completions
 %{_bindir}/0*
 %{python_sitelib}/zeroinstall
 %if 0%{?use_python3}
@@ -146,6 +145,7 @@
 %{_datadir}/icons/hicolor/48x48/apps/zeroinstall.png
 %{_datadir}/icons/hicolor/24x24/apps/zeroinstall.png
 %{_datadir}/bash-completion/completions/0install
+%{_datadir}/fish/completions/0install.fish
 %{_datadir}/zsh/site-functions/_0install
 /etc/bash_completion.d/0install
 %dir %{_datadir}/bash-completion/

++ 0install-2.2.tar.bz2 - 0install-2.3.3.tar.bz2 ++
 4840 lines of diff (skipped)

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



commit bsd-games for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package bsd-games for openSUSE:13.1 checked 
in at 2013-09-25 15:19:00

Comparing /work/SRC/openSUSE:13.1/bsd-games (Old)
 and  /work/SRC/openSUSE:13.1/.bsd-games.new (New)


Package is bsd-games

Changes:

--- /work/SRC/openSUSE:13.1/bsd-games/bsd-games.changes 2013-09-23 
10:48:04.0 +0200
+++ /work/SRC/openSUSE:13.1/.bsd-games.new/bsd-games.changes2013-09-25 
15:19:02.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 23 10:26:00 UTC 2013 - idon...@suse.com
+
+- Create games user/group on demand. fate#314560 
+
+---



Other differences:
--
++ bsd-games.spec ++
--- /var/tmp/diff_new_pack.t5ZlsM/_old  2013-09-25 15:19:02.0 +0200
+++ /var/tmp/diff_new_pack.t5ZlsM/_new  2013-09-25 15:19:02.0 +0200
@@ -49,6 +49,7 @@
 BuildRequires:  libopenssl-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  words
+Requires(pre):  pwdutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -101,6 +102,10 @@
 mv %{buildroot}%{_bindir}/monop   %{buildroot}%{_bindir}/monopoly
 mv %{buildroot}%{_mandir}/man6/monop.6.gz 
%{buildroot}%{_mandir}/man6/monopoly.6.gz
 
+%pre
+getent group games /dev/null || groupadd -r games
+getent passwd games /dev/null || useradd -r -g games -d /var/games -s 
/sbin/nologin
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS BUGS COPYING NEWS README SECURITY THANKS TODO YEAR2000

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



commit khunphan for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package khunphan for openSUSE:Factory 
checked in at 2013-09-25 15:19:24

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


Package is khunphan

Changes:

--- /work/SRC/openSUSE:Factory/khunphan/khunphan.changes2012-09-23 
17:06:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.khunphan.new/khunphan.changes   2013-09-25 
15:19:25.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 23 11:16:04 UTC 2013 - idon...@suse.com
+
+- Add games user/group on demand (fate#314560)
+
+---



Other differences:
--
++ khunphan.spec ++
--- /var/tmp/diff_new_pack.F3vOoP/_old  2013-09-25 15:19:26.0 +0200
+++ /var/tmp/diff_new_pack.F3vOoP/_new  2013-09-25 15:19:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package khunphan
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,6 +28,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-Mesa-devel
 BuildRequires:  pkgconfig(glu)
+Requires(pre):  pwdutils
 Summary:Traditional Thai Puzzle Board Game in 3D with Wooden Blocks
 License:GPL-2.0+
 Group:  Amusements/Games/3D/Other
@@ -59,8 +60,6 @@
 sound effects. Ambient and Drum  Bass music from Nifflas
 (www.nifflas.com) gives the game a unique atmosphere.
 
-
-
 %prep
 %setup -q
 %patch
@@ -77,6 +76,10 @@
 %configure
 make %{?_smp_mflags}
 
+%pre
+getent group games /dev/null || groupadd -r games
+getent passwd games /dev/null || useradd -r -g games -d /var/games -s 
/sbin/nologin
+
 %install
 %makeinstall
 #install -D -m 755 -o games -g games %name %buildroot/%{binary}

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



commit bsd-games for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package bsd-games for openSUSE:Factory 
checked in at 2013-09-25 15:18:59

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


Package is bsd-games

Changes:

--- /work/SRC/openSUSE:Factory/bsd-games/bsd-games.changes  2013-06-05 
13:27:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.bsd-games.new/bsd-games.changes 2013-09-25 
15:19:00.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 23 10:26:00 UTC 2013 - idon...@suse.com
+
+- Create games user/group on demand. fate#314560 
+
+---



Other differences:
--
++ bsd-games.spec ++
--- /var/tmp/diff_new_pack.0Ek71H/_old  2013-09-25 15:19:01.0 +0200
+++ /var/tmp/diff_new_pack.0Ek71H/_new  2013-09-25 15:19:01.0 +0200
@@ -49,6 +49,7 @@
 BuildRequires:  libopenssl-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  words
+Requires(pre):  pwdutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -101,6 +102,10 @@
 mv %{buildroot}%{_bindir}/monop   %{buildroot}%{_bindir}/monopoly
 mv %{buildroot}%{_mandir}/man6/monop.6.gz 
%{buildroot}%{_mandir}/man6/monopoly.6.gz
 
+%pre
+getent group games /dev/null || groupadd -r games
+getent passwd games /dev/null || useradd -r -g games -d /var/games -s 
/sbin/nologin
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS BUGS COPYING NEWS README SECURITY THANKS TODO YEAR2000

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



commit perl-CGI-FormBuilder for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package perl-CGI-FormBuilder for 
openSUSE:Factory checked in at 2013-09-25 15:19:50

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


Package is perl-CGI-FormBuilder

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CGI-FormBuilder/perl-CGI-FormBuilder.changes
2012-01-04 07:26:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CGI-FormBuilder.new/perl-CGI-FormBuilder.changes
   2013-09-25 15:19:51.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 24 18:35:42 UTC 2013 - co...@suse.com
+
+- remove broken tests - no upstream release in 2 years shows...
+
+---



Other differences:
--
++ perl-CGI-FormBuilder.spec ++
--- /var/tmp/diff_new_pack.prnKHo/_old  2013-09-25 15:19:53.0 +0200
+++ /var/tmp/diff_new_pack.prnKHo/_new  2013-09-25 15:19:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CGI-FormBuilder
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -29,28 +29,19 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
+BuildRequires:  perl-macros
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(CGI::FastTemplate) = 1.09
 BuildRequires:  perl(HTML::Template) = 2.06
 BuildRequires:  perl(Template) = 2.08
 BuildRequires:  perl(Text::Template) = 1.43
-BuildRequires:  perl-macros
 #
 Requires:   perl(CGI)
-%if 0%{?suse_version} = 1100
 BuildRequires:  fdupes
 Recommends: perl(CGI::FastTemplate) = 1.09
 Recommends: perl(HTML::Template) = 2.06
 Recommends: perl(Template) = 2.08
 Recommends: perl(Text::Template) = 1.43
-%else
-Requires:   perl(CGI::FastTemplate) = 1.09
-Requires:   perl(HTML::Template) = 2.06
-Requires:   perl(Template) = 2.08
-Requires:   perl(Text::Template) = 1.43
-%endif
-#
-Provides:   %{cpan_name}
 
 %description
 The goal of CGI::FormBuilder (FormBuilder) is to provide an easy
@@ -78,8 +69,6 @@
 
 Plus, the native HTML generated is valid XHTML 1.0 Transitional.
 
-Author:Nathan Wiger n...@wiger.org
-
 %prep
 %setup -n %{cpan_name}-%{version}
 
@@ -88,21 +77,20 @@
 %{__make}
 
 %check
+# broken tests - see https://rt.cpan.org/Public/Bug/Display.html?id=81650
+rm t/1a-generate.t
+rm t/2d-template-fast.t
+rm t/2c-template-tt2.t
 %{__make} test
 
 %install
 %perl_make_install
 ## rpmlint
 # files-duplicate
-%if 0%{?suse_version} = 1100
 %fdupes $RPM_BUILD_ROOT%perl_vendorlib
-%endif
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files 
 %defattr(-, root, root)
 %doc Changes README

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



commit perl-CGI-FormBuilder for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package perl-CGI-FormBuilder for 
openSUSE:13.1 checked in at 2013-09-25 15:19:52

Comparing /work/SRC/openSUSE:13.1/perl-CGI-FormBuilder (Old)
 and  /work/SRC/openSUSE:13.1/.perl-CGI-FormBuilder.new (New)


Package is perl-CGI-FormBuilder

Changes:

--- /work/SRC/openSUSE:13.1/perl-CGI-FormBuilder/perl-CGI-FormBuilder.changes   
2013-09-23 11:03:42.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.perl-CGI-FormBuilder.new/perl-CGI-FormBuilder.changes  
2013-09-25 15:19:54.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 24 18:35:42 UTC 2013 - co...@suse.com
+
+- remove broken tests - no upstream release in 2 years shows...
+
+---



Other differences:
--
++ perl-CGI-FormBuilder.spec ++
--- /var/tmp/diff_new_pack.FVo3gN/_old  2013-09-25 15:19:54.0 +0200
+++ /var/tmp/diff_new_pack.FVo3gN/_new  2013-09-25 15:19:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CGI-FormBuilder
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -29,28 +29,19 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
+BuildRequires:  perl-macros
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(CGI::FastTemplate) = 1.09
 BuildRequires:  perl(HTML::Template) = 2.06
 BuildRequires:  perl(Template) = 2.08
 BuildRequires:  perl(Text::Template) = 1.43
-BuildRequires:  perl-macros
 #
 Requires:   perl(CGI)
-%if 0%{?suse_version} = 1100
 BuildRequires:  fdupes
 Recommends: perl(CGI::FastTemplate) = 1.09
 Recommends: perl(HTML::Template) = 2.06
 Recommends: perl(Template) = 2.08
 Recommends: perl(Text::Template) = 1.43
-%else
-Requires:   perl(CGI::FastTemplate) = 1.09
-Requires:   perl(HTML::Template) = 2.06
-Requires:   perl(Template) = 2.08
-Requires:   perl(Text::Template) = 1.43
-%endif
-#
-Provides:   %{cpan_name}
 
 %description
 The goal of CGI::FormBuilder (FormBuilder) is to provide an easy
@@ -78,8 +69,6 @@
 
 Plus, the native HTML generated is valid XHTML 1.0 Transitional.
 
-Author:Nathan Wiger n...@wiger.org
-
 %prep
 %setup -n %{cpan_name}-%{version}
 
@@ -88,21 +77,20 @@
 %{__make}
 
 %check
+# broken tests - see https://rt.cpan.org/Public/Bug/Display.html?id=81650
+rm t/1a-generate.t
+rm t/2d-template-fast.t
+rm t/2c-template-tt2.t
 %{__make} test
 
 %install
 %perl_make_install
 ## rpmlint
 # files-duplicate
-%if 0%{?suse_version} = 1100
 %fdupes $RPM_BUILD_ROOT%perl_vendorlib
-%endif
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files 
 %defattr(-, root, root)
 %doc Changes README

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



commit rubygem-passenger for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory checked in at 2013-09-25 15:20:02

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


Package is rubygem-passenger

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes  
2013-07-25 14:46:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-passenger.new/rubygem-passenger.changes 
2013-09-25 15:20:04.0 +0200
@@ -1,0 +2,54 @@
+Wed Sep 25 05:35:33 UTC 2013 - co...@suse.com
+
+- update to version 4.0.18
+  * The Enterprise variant of Phusion Passenger Standalone now supports
+customizing the concurrency model and thread count from the command line.
+  * On Nginx, the Enterprise license is now only checked if Phusion Passenger
+is enabled in Nginx. This allows you to deploy Nginx binaries, that have
+Phusion Passenger Enterprise compiled in, to servers that are not
+actually running Phusion Passenger Enterprise.
+  * Fixed a performance bug in the Union Station support code. In certain cases
+where a lot of data must be sent to Union Station, the code is now over
+100 times faster.
+  * `passenger-status --show=union_station` now displays all clients that
+are connected to the LoggingAgent.
+  * Added a workaround for Heroku so that exited processes are properly 
detected
+as such.
+  * When using Phusion Passenger Standalone with Foreman, pressing Ctrl-C
+in Foreman no longer results in runaway Nginx processes.
+  * Fixed backtraces in the Apache module.
+
+---
+Tue Sep 17 08:28:05 UTC 2013 - adr...@suse.de
+
+- restore build of apache2 and ngnix modules
+
+---
+Fri Sep 13 11:06:24 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.17
+ * Fixed compilation problems on GCC 4.8 systems, such as Arch Linux 2013.04.
+   Fixes issue #941.
+ * Fixed some deprecation warnings when compiling the Ruby native extension
+   on Ruby 2.0.0.
+ * Fixed some Union Station-related stability issues.
+
+---
+Sat Sep  7 05:20:03 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.16, see
+  http://blog.phusion.nl/category/passenger/phusion-passenger-4/
+
+---
+Tue Aug 27 11:33:24 UTC 2013 - co...@suse.com
+
+- add rubygem-passenger-4.0.14_missing_includes.patch to fix
+  build
+
+---
+Mon Aug 26 05:05:51 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.14, see
+  http://blog.phusion.nl/category/passenger/phusion-passenger-4/
+
+---

Old:

  passenger-4.0.10.gem

New:

  passenger-4.0.18.gem
  rubygem-passenger-4.0.14_missing_includes.patch



Other differences:
--
++ rubygem-passenger.spec ++
--- /var/tmp/diff_new_pack.4xE633/_old  2013-09-25 15:20:05.0 +0200
+++ /var/tmp/diff_new_pack.4xE633/_new  2013-09-25 15:20:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-passenger
-Version:4.0.10
+Version:4.0.18
 Release:0
 %define mod_name passenger
 %define mod_full_name %{mod_name}-%{version}
@@ -70,6 +70,7 @@
 Source6:nginx_passenger.conf
 Source7:nginx_passenger_root.include
 Source11:   rubygem-passenger-3.0.12_boost_threads.patch
+Source12:   rubygem-passenger-4.0.14_missing_includes.patch
 #
 Summary:Easy and robust Ruby web application deployment
 License:MIT and GPL-2.0
@@ -140,6 +141,7 @@
   export PATH=%{_sbindir}:$PATH
 
   patch --no-backup-if-mismatch -p0 --fuzz=0 -i %{S:11}
+  patch --no-backup-if-mismatch -p1 --fuzz=0 -i %{S:12}
   #compiling nginx stuff
   rake nginx:clean nginx CACHING=no
 
@@ -166,7 +168,7 @@
 %{__install} -D -m 0644 %{S:7} 
%{buildroot}/etc/nginx/conf.d/passenger_root.include
 %{__sed} -i -e 
s,@PassengerRoot@,%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}, 
%{buildroot}/etc/nginx/conf.d/passenger_root.include
 %{__rm} -v %{buildroot}%{_bindir}/passenger-install-*-module
-find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ext 
-type f -print0 | xargs -r0 chmod a-x
+find 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/{ext,test} 
-type f -print0 | xargs -r0 chmod a-x
 
 %files nginx
 %defattr(-,root,root)
@@ -176,9 +178,6 @@
 %config(noreplace) /etc/nginx/conf.d/passenger.conf
 %config/etc/nginx/conf.d/passenger_root.include
 
-%clean
-echo NADA
-
 %files 

commit rubygem-passenger for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-passenger for openSUSE:13.1 
checked in at 2013-09-25 15:20:07

Comparing /work/SRC/openSUSE:13.1/rubygem-passenger (Old)
 and  /work/SRC/openSUSE:13.1/.rubygem-passenger.new (New)


Package is rubygem-passenger

Changes:

--- /work/SRC/openSUSE:13.1/rubygem-passenger/rubygem-passenger.changes 
2013-09-23 11:08:21.0 +0200
+++ /work/SRC/openSUSE:13.1/.rubygem-passenger.new/rubygem-passenger.changes
2013-09-25 15:20:08.0 +0200
@@ -1,0 +2,54 @@
+Wed Sep 25 05:35:33 UTC 2013 - co...@suse.com
+
+- update to version 4.0.18
+  * The Enterprise variant of Phusion Passenger Standalone now supports
+customizing the concurrency model and thread count from the command line.
+  * On Nginx, the Enterprise license is now only checked if Phusion Passenger
+is enabled in Nginx. This allows you to deploy Nginx binaries, that have
+Phusion Passenger Enterprise compiled in, to servers that are not
+actually running Phusion Passenger Enterprise.
+  * Fixed a performance bug in the Union Station support code. In certain cases
+where a lot of data must be sent to Union Station, the code is now over
+100 times faster.
+  * `passenger-status --show=union_station` now displays all clients that
+are connected to the LoggingAgent.
+  * Added a workaround for Heroku so that exited processes are properly 
detected
+as such.
+  * When using Phusion Passenger Standalone with Foreman, pressing Ctrl-C
+in Foreman no longer results in runaway Nginx processes.
+  * Fixed backtraces in the Apache module.
+
+---
+Tue Sep 17 08:28:05 UTC 2013 - adr...@suse.de
+
+- restore build of apache2 and ngnix modules
+
+---
+Fri Sep 13 11:06:24 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.17
+ * Fixed compilation problems on GCC 4.8 systems, such as Arch Linux 2013.04.
+   Fixes issue #941.
+ * Fixed some deprecation warnings when compiling the Ruby native extension
+   on Ruby 2.0.0.
+ * Fixed some Union Station-related stability issues.
+
+---
+Sat Sep  7 05:20:03 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.16, see
+  http://blog.phusion.nl/category/passenger/phusion-passenger-4/
+
+---
+Tue Aug 27 11:33:24 UTC 2013 - co...@suse.com
+
+- add rubygem-passenger-4.0.14_missing_includes.patch to fix
+  build
+
+---
+Mon Aug 26 05:05:51 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.14, see
+  http://blog.phusion.nl/category/passenger/phusion-passenger-4/
+
+---

Old:

  passenger-4.0.10.gem

New:

  passenger-4.0.18.gem
  rubygem-passenger-4.0.14_missing_includes.patch



Other differences:
--
++ rubygem-passenger.spec ++
--- /var/tmp/diff_new_pack.59AO93/_old  2013-09-25 15:20:08.0 +0200
+++ /var/tmp/diff_new_pack.59AO93/_new  2013-09-25 15:20:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-passenger
-Version:4.0.10
+Version:4.0.18
 Release:0
 %define mod_name passenger
 %define mod_full_name %{mod_name}-%{version}
@@ -70,6 +70,7 @@
 Source6:nginx_passenger.conf
 Source7:nginx_passenger_root.include
 Source11:   rubygem-passenger-3.0.12_boost_threads.patch
+Source12:   rubygem-passenger-4.0.14_missing_includes.patch
 #
 Summary:Easy and robust Ruby web application deployment
 License:MIT and GPL-2.0
@@ -140,6 +141,7 @@
   export PATH=%{_sbindir}:$PATH
 
   patch --no-backup-if-mismatch -p0 --fuzz=0 -i %{S:11}
+  patch --no-backup-if-mismatch -p1 --fuzz=0 -i %{S:12}
   #compiling nginx stuff
   rake nginx:clean nginx CACHING=no
 
@@ -166,7 +168,7 @@
 %{__install} -D -m 0644 %{S:7} 
%{buildroot}/etc/nginx/conf.d/passenger_root.include
 %{__sed} -i -e 
s,@PassengerRoot@,%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}, 
%{buildroot}/etc/nginx/conf.d/passenger_root.include
 %{__rm} -v %{buildroot}%{_bindir}/passenger-install-*-module
-find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ext 
-type f -print0 | xargs -r0 chmod a-x
+find 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/{ext,test} 
-type f -print0 | xargs -r0 chmod a-x
 
 %files nginx
 %defattr(-,root,root)
@@ -176,9 +178,6 @@
 %config(noreplace) /etc/nginx/conf.d/passenger.conf
 %config/etc/nginx/conf.d/passenger_root.include
 
-%clean
-echo NADA
-
 %files apache2
 

commit rocksndiamonds for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package rocksndiamonds for openSUSE:Factory 
checked in at 2013-09-25 15:19:58

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


Package is rocksndiamonds

Changes:

--- /work/SRC/openSUSE:Factory/rocksndiamonds/rocksndiamonds.changes
2013-01-31 15:10:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.rocksndiamonds.new/rocksndiamonds.changes   
2013-09-25 15:20:00.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 23 11:18:16 UTC 2013 - idon...@suse.com
+
+- Add games user/group on demand (fate#314560)
+
+---



Other differences:
--
++ rocksndiamonds.spec ++
--- /var/tmp/diff_new_pack.u4cRN2/_old  2013-09-25 15:20:00.0 +0200
+++ /var/tmp/diff_new_pack.u4cRN2/_new  2013-09-25 15:20:00.0 +0200
@@ -43,6 +43,7 @@
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
+Requires(pre):  pwdutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -103,6 +104,10 @@
 %fdupes %{buildroot}
 %endif
 
+%pre
+getent group games /dev/null || groupadd -r games
+getent passwd games /dev/null || useradd -r -g games -d /var/games -s 
/sbin/nologin
+
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING CREDITS README


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



commit amavisd-new for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package amavisd-new for openSUSE:Factory 
checked in at 2013-09-25 16:57:57

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


Package is amavisd-new

Changes:

--- /work/SRC/openSUSE:Factory/amavisd-new/amavisd-new.changes  2013-09-16 
09:33:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.amavisd-new.new/amavisd-new.changes 
2013-09-25 16:57:59.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 25 09:10:34 UTC 2013 - vark...@suse.com
+
+- bnc#831556 - naming mismatch for amavis and systemd 
+
+---

Old:

  amavisd.service

New:

  amavis.service



Other differences:
--
++ amavisd-new.spec ++
--- /var/tmp/diff_new_pack.by8a99/_old  2013-09-25 16:57:59.0 +0200
+++ /var/tmp/diff_new_pack.by8a99/_new  2013-09-25 16:57:59.0 +0200
@@ -68,7 +68,7 @@
 Source2:rc.amavis
 Source3:amavisd-new-rpmlintrc
 Source4:amavisd-milter.tar.bz2
-Source5:amavisd.service
+Source5:amavis.service
 Source6:amavisd-milter.sh
 Patch1: activate_virus_scanner.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -210,7 +210,7 @@
 %{_sbindir}/*
 %{perl_vendorlib}/JpegTester.pm
 %if 0%{?suse_version}  1140
-%config %{_unitdir}/system/amavisd.service
+%config %{_unitdir}/system/amavis.service
 /usr/sbin/amavisd-milter.sh
 %endif
 %defattr(0750,%{avuser},%{avgroup}, 0750)

++ amavisd.service - amavis.service ++
--- /work/SRC/openSUSE:Factory/amavisd-new/amavisd.service  2013-06-05 
13:27:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.amavisd-new.new/amavis.service  2013-09-25 
16:57:59.0 +0200
@@ -1,4 +1,4 @@
-# This file is part of package amavisd.
+# This file is part of package amavisd-new.
 #
 # Copyright (c) 2011 SuSE LINUX Products GmbH, Germany.
 # Author: Werner Fink

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



commit amavisd-new for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package amavisd-new for openSUSE:13.1 
checked in at 2013-09-25 16:58:02

Comparing /work/SRC/openSUSE:13.1/amavisd-new (Old)
 and  /work/SRC/openSUSE:13.1/.amavisd-new.new (New)


Package is amavisd-new

Changes:

--- /work/SRC/openSUSE:13.1/amavisd-new/amavisd-new.changes 2013-09-23 
10:47:03.0 +0200
+++ /work/SRC/openSUSE:13.1/.amavisd-new.new/amavisd-new.changes
2013-09-25 16:58:05.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 25 09:10:34 UTC 2013 - vark...@suse.com
+
+- bnc#831556 - naming mismatch for amavis and systemd 
+
+---

Old:

  amavisd.service

New:

  amavis.service



Other differences:
--
++ amavisd-new.spec ++
--- /var/tmp/diff_new_pack.Rccxvq/_old  2013-09-25 16:58:05.0 +0200
+++ /var/tmp/diff_new_pack.Rccxvq/_new  2013-09-25 16:58:05.0 +0200
@@ -68,7 +68,7 @@
 Source2:rc.amavis
 Source3:amavisd-new-rpmlintrc
 Source4:amavisd-milter.tar.bz2
-Source5:amavisd.service
+Source5:amavis.service
 Source6:amavisd-milter.sh
 Patch1: activate_virus_scanner.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -210,7 +210,7 @@
 %{_sbindir}/*
 %{perl_vendorlib}/JpegTester.pm
 %if 0%{?suse_version}  1140
-%config %{_unitdir}/system/amavisd.service
+%config %{_unitdir}/system/amavis.service
 /usr/sbin/amavisd-milter.sh
 %endif
 %defattr(0750,%{avuser},%{avgroup}, 0750)

++ amavisd.service - amavis.service ++
--- /work/SRC/openSUSE:13.1/amavisd-new/amavisd.service 2013-09-23 
10:47:03.0 +0200
+++ /work/SRC/openSUSE:13.1/.amavisd-new.new/amavis.service 2013-09-25 
16:58:05.0 +0200
@@ -1,4 +1,4 @@
-# This file is part of package amavisd.
+# This file is part of package amavisd-new.
 #
 # Copyright (c) 2011 SuSE LINUX Products GmbH, Germany.
 # Author: Werner Fink

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



commit brp-extract-appdata for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package brp-extract-appdata for 
openSUSE:13.1 checked in at 2013-09-25 17:06:51

Comparing /work/SRC/openSUSE:13.1/brp-extract-appdata (Old)
 and  /work/SRC/openSUSE:13.1/.brp-extract-appdata.new (New)


Package is brp-extract-appdata

Changes:

--- /work/SRC/openSUSE:13.1/brp-extract-appdata/brp-extract-appdata.changes 
2013-09-23 10:48:04.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.brp-extract-appdata.new/brp-extract-appdata.changes
2013-09-25 17:06:52.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 24 16:38:46 UTC 2013 - dims...@opensuse.org
+
+- Make the appdata.xml contain full icon names, incl. suffix; speed
+  up gnome-software startup for not having to guess what we know
+  here already.
+
+---



Other differences:
--
++ brp-extract-appdata.spec ++
--- /var/tmp/diff_new_pack.a2MO1P/_old  2013-09-25 17:06:52.0 +0200
+++ /var/tmp/diff_new_pack.a2MO1P/_new  2013-09-25 17:06:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package brp-extract-appdata
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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

++ extract-icons.pl ++
--- /var/tmp/diff_new_pack.a2MO1P/_old  2013-09-25 17:06:52.0 +0200
+++ /var/tmp/diff_new_pack.a2MO1P/_new  2013-09-25 17:06:52.0 +0200
@@ -77,7 +77,7 @@
   print ICON decode_base64($files{$best});
   close(ICON);
   #print $name $best\n;
-  return $name;
+  return $name.$suffix;
 }
 
 if (@ARGV != 2 || $ARGV[0] eq --help || $ARGV[0] eq -h) {

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



commit brp-extract-appdata for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package brp-extract-appdata for 
openSUSE:Factory checked in at 2013-09-25 17:06:47

Comparing /work/SRC/openSUSE:Factory/brp-extract-appdata (Old)
 and  /work/SRC/openSUSE:Factory/.brp-extract-appdata.new (New)


Package is brp-extract-appdata

Changes:

--- /work/SRC/openSUSE:Factory/brp-extract-appdata/brp-extract-appdata.changes  
2012-10-08 07:10:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes 
2013-09-25 17:06:48.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 24 16:38:46 UTC 2013 - dims...@opensuse.org
+
+- Make the appdata.xml contain full icon names, incl. suffix; speed
+  up gnome-software startup for not having to guess what we know
+  here already.
+
+---



Other differences:
--
++ brp-extract-appdata.spec ++
--- /var/tmp/diff_new_pack.kpdgsF/_old  2013-09-25 17:06:49.0 +0200
+++ /var/tmp/diff_new_pack.kpdgsF/_new  2013-09-25 17:06:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package brp-extract-appdata
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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

++ extract-icons.pl ++
--- /var/tmp/diff_new_pack.kpdgsF/_old  2013-09-25 17:06:49.0 +0200
+++ /var/tmp/diff_new_pack.kpdgsF/_new  2013-09-25 17:06:49.0 +0200
@@ -77,7 +77,7 @@
   print ICON decode_base64($files{$best});
   close(ICON);
   #print $name $best\n;
-  return $name;
+  return $name.$suffix;
 }
 
 if (@ARGV != 2 || $ARGV[0] eq --help || $ARGV[0] eq -h) {

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



commit corosync for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package corosync for openSUSE:Factory 
checked in at 2013-09-25 17:07:37

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


Package is corosync

Changes:

--- /work/SRC/openSUSE:Factory/corosync/corosync.changes2013-05-27 
09:43:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.corosync.new/corosync.changes   2013-09-25 
17:07:38.0 +0200
@@ -1,0 +2,42 @@
+Fri Sep 13 03:26:31 UTC 2013 - x...@suse.com
+
+- Upstream version cs: c6688c6e11a35d13293f9b610faca5c7beb7e5cb 
+- Reload: document config.reload_in_progress in man page
+- Reload: Add atomic reload to log config
+- Reload: Add atomic reload to totemconfig
+- Reload: Add reload code to cfg
+- Reload: Make coroparse use a designated icmap hash table
+- icmap: Add func to test equality of two key values
+- [PATCH] Replace freopen with open/dup2 when daemonizing
+- Add log message to exit signal handler
+- icmap: Add map copy function
+- icmap: Add function to return item data pointer
+- icmap: Fix value len checking for strings
+- icmap: Add function to return global icmap
+- icmap: Allow multiple icmap instances
+- Fix scheduler pause-detection timeout 
+
+---
+Fri Sep  6 05:47:16 UTC 2013 - x...@suse.com
+
+- Update corosync-2.3.1.tar.gz for cts file missing 
+
+---
+Thu Jul 25 02:17:50 UTC 2013 - x...@suse.com
+
+- Fix corosync start failed issue
+  + corosync-init-lockfile-path-error.patch
+
+---
+Tue Jul 23 09:44:07 UTC 2013 - x...@suse.com
+
+- Update to corosync 2.3.1 stable release
+- Remove patches for all merged in the upstream or obsoleted 
+  - corosync-confexample-timestamp.patch
+  - corosync-cpg-procdown.patch
+  - corosync-revert-cs2429.patch
+  - corosync.conf.example.patch
+  - corosync_reduce_RR_priority.patch
+  - fix-nodeid-conflicting.patch
+
+---

Old:

  corosync-1.4.5.tar.gz
  corosync-confexample-timestamp.patch
  corosync-cpg-procdown.patch
  corosync-revert-cs2429.patch
  corosync.conf.example.patch
  corosync_reduce_RR_priority.patch
  fix-nodeid-conflicting.patch

New:

  corosync-2.3.1.tar.gz
  corosync-init-lockfile-path-error.patch



Other differences:
--
++ corosync.spec ++
--- /var/tmp/diff_new_pack.qhA59R/_old  2013-09-25 17:07:40.0 +0200
+++ /var/tmp/diff_new_pack.qhA59R/_new  2013-09-25 17:07:40.0 +0200
@@ -16,6 +16,21 @@
 #
 
 
+# Conditionals
+# Invoke rpmbuild --without feature or rpmbuild --with feature
+# to disable or enable specific features
+%bcond_with testagents
+%define with_testagents1
+%bcond_with watchdog
+%bcond_with monitoring
+%bcond_with snmp
+%bcond_with rdma
+%define with_systemd 1
+%bcond_with upstart
+%bcond_with xmlconf
+%bcond_with runautogen
+%define with_runautogen 1
+
 %if 0%{?sles_version} == 11 
 %ifnarch s390 s390x 
 %define buildib 1
@@ -29,84 +44,132 @@
 Summary:The Corosync Cluster Engine and Application Programming 
Interfaces
 License:BSD-3-Clause
 Group:  Productivity/Clustering/HA
-Version:1.4.5
+Version:2.3.1
 Release:0
 Url:http://www.corosync.org
-Source0:
http://build.clusterlabs.org/%{name}/releases/%{name}-%{version}.tar.gz
+Source0:%{name}-%{version}.tar.gz
 Source2:baselibs.conf
-Patch1: corosync-confexample-timestamp.patch
-Patch2: corosync-revert-cs2429.patch
-Patch4: corosync.conf.example.patch
-Patch5: corosync-cpg-procdown.patch
-Patch6: corosync_reduce_RR_priority.patch
-Patch7: fix-nodeid-conflicting.patch
+Patch1: corosync-init-lockfile-path-error.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Runtime bits
 Requires:   libcorosync4 = %{version}-%{release}
-Requires(pre): /usr/sbin/useradd
-Requires(post): /sbin/chkconfig
-Requires(preun): /sbin/chkconfig
-Conflicts:  openais = 0.89, libopenais2 = 0.89, libopenais-devel = 0.89
-%define buildtrunk 1
-%{?_with_buildtrunk: %define buildtrunk 1}
-%if 0%{?buildtrunk} == 1
+#Requires(pre): /usr/sbin/useradd
+#Requires(post): /sbin/chkconfig
+#Requires(preun): /sbin/chkconfig
+#Conflicts:  openais = 0.89, openais-devel = 0.89
+
+BuildRequires:  libqb-devel
+BuildRequires:  mozilla-nss
+BuildRequires:  mozilla-nss-devel
+%if %{with_runautogen}
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  libtool
 %endif
-BuildRequires:  mozilla-nss
-BuildRequires:  mozilla-nss-devel
-%if 

commit corosync for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package corosync for openSUSE:13.1 checked 
in at 2013-09-25 17:07:39

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


Package is corosync

Changes:

--- /work/SRC/openSUSE:13.1/corosync/corosync.changes   2013-09-23 
10:49:06.0 +0200
+++ /work/SRC/openSUSE:13.1/.corosync.new/corosync.changes  2013-09-25 
17:07:40.0 +0200
@@ -1,0 +2,42 @@
+Fri Sep 13 03:26:31 UTC 2013 - x...@suse.com
+
+- Upstream version cs: c6688c6e11a35d13293f9b610faca5c7beb7e5cb 
+- Reload: document config.reload_in_progress in man page
+- Reload: Add atomic reload to log config
+- Reload: Add atomic reload to totemconfig
+- Reload: Add reload code to cfg
+- Reload: Make coroparse use a designated icmap hash table
+- icmap: Add func to test equality of two key values
+- [PATCH] Replace freopen with open/dup2 when daemonizing
+- Add log message to exit signal handler
+- icmap: Add map copy function
+- icmap: Add function to return item data pointer
+- icmap: Fix value len checking for strings
+- icmap: Add function to return global icmap
+- icmap: Allow multiple icmap instances
+- Fix scheduler pause-detection timeout 
+
+---
+Fri Sep  6 05:47:16 UTC 2013 - x...@suse.com
+
+- Update corosync-2.3.1.tar.gz for cts file missing 
+
+---
+Thu Jul 25 02:17:50 UTC 2013 - x...@suse.com
+
+- Fix corosync start failed issue
+  + corosync-init-lockfile-path-error.patch
+
+---
+Tue Jul 23 09:44:07 UTC 2013 - x...@suse.com
+
+- Update to corosync 2.3.1 stable release
+- Remove patches for all merged in the upstream or obsoleted 
+  - corosync-confexample-timestamp.patch
+  - corosync-cpg-procdown.patch
+  - corosync-revert-cs2429.patch
+  - corosync.conf.example.patch
+  - corosync_reduce_RR_priority.patch
+  - fix-nodeid-conflicting.patch
+
+---

Old:

  corosync-1.4.5.tar.gz
  corosync-confexample-timestamp.patch
  corosync-cpg-procdown.patch
  corosync-revert-cs2429.patch
  corosync.conf.example.patch
  corosync_reduce_RR_priority.patch
  fix-nodeid-conflicting.patch

New:

  corosync-2.3.1.tar.gz
  corosync-init-lockfile-path-error.patch



Other differences:
--
++ corosync.spec ++
--- /var/tmp/diff_new_pack.prMwHD/_old  2013-09-25 17:07:40.0 +0200
+++ /var/tmp/diff_new_pack.prMwHD/_new  2013-09-25 17:07:40.0 +0200
@@ -16,6 +16,21 @@
 #
 
 
+# Conditionals
+# Invoke rpmbuild --without feature or rpmbuild --with feature
+# to disable or enable specific features
+%bcond_with testagents
+%define with_testagents1
+%bcond_with watchdog
+%bcond_with monitoring
+%bcond_with snmp
+%bcond_with rdma
+%define with_systemd 1
+%bcond_with upstart
+%bcond_with xmlconf
+%bcond_with runautogen
+%define with_runautogen 1
+
 %if 0%{?sles_version} == 11 
 %ifnarch s390 s390x 
 %define buildib 1
@@ -29,84 +44,132 @@
 Summary:The Corosync Cluster Engine and Application Programming 
Interfaces
 License:BSD-3-Clause
 Group:  Productivity/Clustering/HA
-Version:1.4.5
+Version:2.3.1
 Release:0
 Url:http://www.corosync.org
-Source0:
http://build.clusterlabs.org/%{name}/releases/%{name}-%{version}.tar.gz
+Source0:%{name}-%{version}.tar.gz
 Source2:baselibs.conf
-Patch1: corosync-confexample-timestamp.patch
-Patch2: corosync-revert-cs2429.patch
-Patch4: corosync.conf.example.patch
-Patch5: corosync-cpg-procdown.patch
-Patch6: corosync_reduce_RR_priority.patch
-Patch7: fix-nodeid-conflicting.patch
+Patch1: corosync-init-lockfile-path-error.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Runtime bits
 Requires:   libcorosync4 = %{version}-%{release}
-Requires(pre): /usr/sbin/useradd
-Requires(post): /sbin/chkconfig
-Requires(preun): /sbin/chkconfig
-Conflicts:  openais = 0.89, libopenais2 = 0.89, libopenais-devel = 0.89
-%define buildtrunk 1
-%{?_with_buildtrunk: %define buildtrunk 1}
-%if 0%{?buildtrunk} == 1
+#Requires(pre): /usr/sbin/useradd
+#Requires(post): /sbin/chkconfig
+#Requires(preun): /sbin/chkconfig
+#Conflicts:  openais = 0.89, openais-devel = 0.89
+
+BuildRequires:  libqb-devel
+BuildRequires:  mozilla-nss
+BuildRequires:  mozilla-nss-devel
+%if %{with_runautogen}
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  libtool
 %endif
-BuildRequires:  mozilla-nss
-BuildRequires:  mozilla-nss-devel
-%if 0%{?buildib} == 1
+%if 

commit erlang for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2013-09-25 17:12:16

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


Package is erlang

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2013-06-25 
14:39:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2013-09-25 
17:12:17.0 +0200
@@ -1,0 +2,9 @@
+Thu Sep 19 06:13:18 UTC 2013 - matwey.korni...@gmail.com
+
+- update to R16B02 release:
+  + Lots of bug-fixes
+  + A new test scope
+  + Added application:ensure_all_started/1-2
+  + New erl option +SP to set schedulers by percentages.
+
+---

Old:

  otp_doc_html_R16B01.tar.gz
  otp_doc_man_R16B01.tar.gz
  otp_src_R16B01.tar.gz

New:

  otp_doc_html_R16B02.tar.gz
  otp_doc_man_R16B02.tar.gz
  otp_src_R16B02.tar.gz



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.upyUAN/_old  2013-09-25 17:12:21.0 +0200
+++ /var/tmp/diff_new_pack.upyUAN/_new  2013-09-25 17:12:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   erlang
-Version:R16B01
+Version:R16B02
 Release:0
 Summary:General-purpose programming language and runtime environment
 License:ErlPL-1.1

++ erlang-not-install-misc.patch ++
--- /var/tmp/diff_new_pack.upyUAN/_old  2013-09-25 17:12:21.0 +0200
+++ /var/tmp/diff_new_pack.upyUAN/_new  2013-09-25 17:12:21.0 +0200
@@ -9,10 +9,10 @@
  erts/etc/unix/Install.src   | 10 --
  2 files changed, 14 deletions(-)
 
-diff --git a/erts/etc/common/Makefile.in b/erts/etc/common/Makefile.in
-index 5c1ce51..5a07855 100644
 a/erts/etc/common/Makefile.in
-+++ b/erts/etc/common/Makefile.in
+Index: otp_src_R16B02/erts/etc/common/Makefile.in
+===
+--- otp_src_R16B02.orig/erts/etc/common/Makefile.in
 otp_src_R16B02/erts/etc/common/Makefile.in
 @@ -474,10 +474,6 @@ endif
  ifneq ($(INSTALL_TOP_BIN),)
$(INSTALL_PROGRAM) $(INSTALL_TOP_BIN) $(RELEASE_PATH)
@@ -24,11 +24,11 @@
  ifneq ($(INSTALL_ERL_OSE),)
$(INSTALL_DIR) $(RELEASE_PATH)/build_erl_ose
cd $(OSEETC)  $(TAR) erl_ose_$(SYSTEM_VSN).tar $(INSTALL_ERL_OSE)
-diff --git a/erts/etc/unix/Install.src b/erts/etc/unix/Install.src
-index 0f33258..01fde22 100644
 a/erts/etc/unix/Install.src
-+++ b/erts/etc/unix/Install.src
-@@ -140,14 +140,4 @@ cp -p ../releases/%I_SYSTEM_VSN%/start_*.boot .
+Index: otp_src_R16B02/erts/etc/unix/Install.src
+===
+--- otp_src_R16B02.orig/erts/etc/unix/Install.src
 otp_src_R16B02/erts/etc/unix/Install.src
+@@ -140,14 +140,4 @@ cp -p ../releases/%I_SYSTEM_VSN%/start_*
  cp -p $Name.boot start.boot
  cp -p ../releases/%I_SYSTEM_VSN%/$Name.script start.script
  

++ erlang-ppc.patch ++
--- /var/tmp/diff_new_pack.upyUAN/_old  2013-09-25 17:12:21.0 +0200
+++ /var/tmp/diff_new_pack.upyUAN/_new  2013-09-25 17:12:21.0 +0200
@@ -1,8 +1,8 @@
-Index: otp_src_R16B/erts/configure
+Index: otp_src_R16B02/erts/configure
 ===
 otp_src_R16B.orig/erts/configure
-+++ otp_src_R16B/erts/configure
-@@ -5404,6 +5404,7 @@ case $chk_arch_ in
+--- otp_src_R16B02.orig/erts/configure
 otp_src_R16B02/erts/configure
+@@ -5418,6 +5418,7 @@ case $chk_arch_ in
  x86_64)   ARCH=amd64;;
  amd64)ARCH=amd64;;
  macppc)   ARCH=ppc;;
@@ -10,11 +10,11 @@
  ppc)  ARCH=ppc;;
  ppc64)ARCH=ppc64;;
  Power Macintosh)ARCH=ppc;;
-Index: otp_src_R16B/erts/configure.in
+Index: otp_src_R16B02/erts/configure.in
 ===
 otp_src_R16B.orig/erts/configure.in
-+++ otp_src_R16B/erts/configure.in
-@@ -617,6 +617,7 @@ case $chk_arch_ in
+--- otp_src_R16B02.orig/erts/configure.in
 otp_src_R16B02/erts/configure.in
+@@ -625,6 +625,7 @@ case $chk_arch_ in
  x86_64)   ARCH=amd64;;
  amd64)ARCH=amd64;;
  macppc)   ARCH=ppc;;

++ fix-armv7hl.patch ++
--- /var/tmp/diff_new_pack.upyUAN/_old  2013-09-25 17:12:21.0 +0200
+++ /var/tmp/diff_new_pack.upyUAN/_new  2013-09-25 17:12:21.0 +0200
@@ -1,8 +1,8 @@
-Index: otp_src_R16B/erts/configure
+Index: otp_src_R16B02/erts/configure
 ===
 otp_src_R16B.orig/erts/configure
-+++ otp_src_R16B/erts/configure
-@@ -5413,6 +5413,7 @@ case $chk_arch_ in
+--- otp_src_R16B02.orig/erts/configure
 

commit gaupol for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package gaupol for openSUSE:13.1 checked in 
at 2013-09-25 17:12:30

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


Package is gaupol

Changes:

--- /work/SRC/openSUSE:13.1/gaupol/gaupol.changes   2013-09-23 
10:51:19.0 +0200
+++ /work/SRC/openSUSE:13.1/.gaupol.new/gaupol.changes  2013-09-25 
17:12:31.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 23 15:27:54 UTC 2013 - elchev...@opensuse.org
+
+- updated to 0.24.1
+ * Possibly fix floating status label colors on non-Adwaita themes
+ * Add an AppData XML file
+   - http://people.freedesktop.org/~hughsient/appdata/
+ * Add French translation (RyDroid)
+ * Update Czech translation (Pavel Fric)
+
+---

Old:

  gaupol-0.24.tar.xz

New:

  gaupol-0.24.1.tar.xz



Other differences:
--
++ gaupol.spec ++
--- /var/tmp/diff_new_pack.2nrAeD/_old  2013-09-25 17:12:31.0 +0200
+++ /var/tmp/diff_new_pack.2nrAeD/_new  2013-09-25 17:12:31.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gaupol
-Version:0.24
+Version:0.24.1
 Release:0
 Summary:GTK Subtitle editor
 License:GPL-3.0+
@@ -101,10 +101,13 @@
 %{_bindir}/gaupol
 %{python3_sitelib}/gaupol*
 %{_datadir}/%{name}
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/*/*/apps/%{name}.*
 %{_mandir}/man1/gaupol.1*
 
+
 %files -n python3-aeidon
 %defattr(-, root, root, -)
 %doc AUTHORS COPYING CREDITS README.aeidon NEWS TODO

++ gaupol-0.24.tar.xz - gaupol-0.24.1.tar.xz ++
 3904 lines of diff (skipped)

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



commit hdf5 for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package hdf5 for openSUSE:13.1 checked in at 
2013-09-25 17:14:37

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


Package is hdf5

Changes:

--- /work/SRC/openSUSE:13.1/hdf5/hdf5.changes   2013-09-23 10:53:23.0 
+0200
+++ /work/SRC/openSUSE:13.1/.hdf5.new/hdf5.changes  2013-09-25 
17:14:38.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 24 07:04:42 UTC 2013 - sch...@suse.de
+
+- hdf5-configure-long-double.patch: fix configure check for unsigned long
+  long to long double conversion to not fail spuriously for 128bit long
+  double
+- Increase testsuite timeout for qemu user space build
+
+---

New:

  hdf5-configure-long-double.patch



Other differences:
--
++ hdf5.spec ++
--- /var/tmp/diff_new_pack.Q1RudC/_old  2013-09-25 17:14:38.0 +0200
+++ /var/tmp/diff_new_pack.Q1RudC/_new  2013-09-25 17:14:38.0 +0200
@@ -46,6 +46,7 @@
 %ifarch %arm
 Patch4: hdf5-1.8.10-tests-arm.patch
 %endif
+Patch5: hdf5-configure-long-double.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 %if 0%{?suse_version}  1140
@@ -286,6 +287,7 @@
 %ifarch %arm
 %patch4 -p0 -b .tests-arm
 %endif
+%patch5 -p1
 
 echo prepare parallel builds: %_mpi
 for build_dir in build %_mpi; do
@@ -379,6 +381,10 @@
 EOF
 
 %check
+%if 0%{?qemu_user_space_build}
+# default timeout is 1200 seconds
+export HDF5_ALARM_SECONDS=3600
+%endif
 make -C build check
 # ignore errors for parallel builds
 export HDF5_Make_Ignore=yes

++ hdf5-configure-long-double.patch ++
Index: hdf5-1.8.11/configure
===
--- hdf5-1.8.11.orig/configure
+++ hdf5-1.8.11/configure
@@ -30201,7 +30201,7 @@ else
 /* Test if the last 2 bytes of mantissa are lost.  Mainly for 
FreeBSD on Intel
  * architecture(sleipnir) where it happens. */
 /*if(endian==0  c2[0]==0  c2[1]==0)*/ /*little endian*/
-if(endian==0  c2[0]==0) { /*little endian*/
+if(endian==0  size == 12  c2[0]==0) { /*little endian*/
 ret = 1;
 goto done;
 }
@@ -30220,16 +30220,16 @@ else
  * instead of 0x403e, 
0x403efffe, ...,
  * 0x403ef000 ...
  */
-if(endian==0  c2_cyg[0]==0  c2_cyg[1]==0  c2_cyg[2]==0  
c2_cyg[3]==0)
+if(endian==0  size == 12  c2_cyg[0]==0  c2_cyg[1]==0  
c2_cyg[2]==0  c2_cyg[3]==0)
 ret = 1;
 
+if(c2_cyg)
+free(c2_cyg);
 done:
 if(c1)
 free(c1);
 if(c2)
 free(c2);
-if(c2_cyg)
-free(c2_cyg);
 exit(ret);
 }
 
Index: hdf5-1.8.11/configure.ac
===
--- hdf5-1.8.11.orig/configure.ac
+++ hdf5-1.8.11/configure.ac
@@ -3665,7 +3665,7 @@ else
 /* Test if the last 2 bytes of mantissa are lost.  Mainly for 
FreeBSD on Intel
  * architecture(sleipnir) where it happens. */
 /*if(endian==0  c2[0]==0  c2[1]==0)*/ /*little endian*/
-if(endian==0  c2[0]==0) { /*little endian*/
+if(endian==0  size == 12  c2[0]==0) { /*little endian*/
 ret = 1;
 goto done;
 }
@@ -3684,16 +3684,16 @@ else
  * instead of 0x403e, 
0x403efffe, ..., 
  * 0x403ef000 ...
  */
-if(endian==0  c2_cyg[0]==0  c2_cyg[1]==0  c2_cyg[2]==0  
c2_cyg[3]==0)
+if(endian==0  size == 12  c2_cyg[0]==0  c2_cyg[1]==0  
c2_cyg[2]==0  c2_cyg[3]==0)
 ret = 1;
 
+if(c2_cyg)
+free(c2_cyg);
 done:
 if(c1)
 free(c1);
 if(c2)
 free(c2);
-if(c2_cyg)
-free(c2_cyg);
 exit(ret);
 }
 ], [hdf5_cv_ullong_to_ldouble_precision=yes], 
[hdf5_cv_ullong_to_ldouble_precision=no],)])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit hdf5 for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2013-09-25 17:14:33

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


Package is hdf5

Changes:

--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes2013-09-16 
12:36:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2013-09-25 
17:14:34.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 24 07:04:42 UTC 2013 - sch...@suse.de
+
+- hdf5-configure-long-double.patch: fix configure check for unsigned long
+  long to long double conversion to not fail spuriously for 128bit long
+  double
+- Increase testsuite timeout for qemu user space build
+
+---

New:

  hdf5-configure-long-double.patch



Other differences:
--
++ hdf5.spec ++
--- /var/tmp/diff_new_pack.cnMrUz/_old  2013-09-25 17:14:34.0 +0200
+++ /var/tmp/diff_new_pack.cnMrUz/_new  2013-09-25 17:14:34.0 +0200
@@ -46,6 +46,7 @@
 %ifarch %arm
 Patch4: hdf5-1.8.10-tests-arm.patch
 %endif
+Patch5: hdf5-configure-long-double.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 %if 0%{?suse_version}  1140
@@ -286,6 +287,7 @@
 %ifarch %arm
 %patch4 -p0 -b .tests-arm
 %endif
+%patch5 -p1
 
 echo prepare parallel builds: %_mpi
 for build_dir in build %_mpi; do
@@ -379,6 +381,10 @@
 EOF
 
 %check
+%if 0%{?qemu_user_space_build}
+# default timeout is 1200 seconds
+export HDF5_ALARM_SECONDS=3600
+%endif
 make -C build check
 # ignore errors for parallel builds
 export HDF5_Make_Ignore=yes

++ hdf5-configure-long-double.patch ++
Index: hdf5-1.8.11/configure
===
--- hdf5-1.8.11.orig/configure
+++ hdf5-1.8.11/configure
@@ -30201,7 +30201,7 @@ else
 /* Test if the last 2 bytes of mantissa are lost.  Mainly for 
FreeBSD on Intel
  * architecture(sleipnir) where it happens. */
 /*if(endian==0  c2[0]==0  c2[1]==0)*/ /*little endian*/
-if(endian==0  c2[0]==0) { /*little endian*/
+if(endian==0  size == 12  c2[0]==0) { /*little endian*/
 ret = 1;
 goto done;
 }
@@ -30220,16 +30220,16 @@ else
  * instead of 0x403e, 
0x403efffe, ...,
  * 0x403ef000 ...
  */
-if(endian==0  c2_cyg[0]==0  c2_cyg[1]==0  c2_cyg[2]==0  
c2_cyg[3]==0)
+if(endian==0  size == 12  c2_cyg[0]==0  c2_cyg[1]==0  
c2_cyg[2]==0  c2_cyg[3]==0)
 ret = 1;
 
+if(c2_cyg)
+free(c2_cyg);
 done:
 if(c1)
 free(c1);
 if(c2)
 free(c2);
-if(c2_cyg)
-free(c2_cyg);
 exit(ret);
 }
 
Index: hdf5-1.8.11/configure.ac
===
--- hdf5-1.8.11.orig/configure.ac
+++ hdf5-1.8.11/configure.ac
@@ -3665,7 +3665,7 @@ else
 /* Test if the last 2 bytes of mantissa are lost.  Mainly for 
FreeBSD on Intel
  * architecture(sleipnir) where it happens. */
 /*if(endian==0  c2[0]==0  c2[1]==0)*/ /*little endian*/
-if(endian==0  c2[0]==0) { /*little endian*/
+if(endian==0  size == 12  c2[0]==0) { /*little endian*/
 ret = 1;
 goto done;
 }
@@ -3684,16 +3684,16 @@ else
  * instead of 0x403e, 
0x403efffe, ..., 
  * 0x403ef000 ...
  */
-if(endian==0  c2_cyg[0]==0  c2_cyg[1]==0  c2_cyg[2]==0  
c2_cyg[3]==0)
+if(endian==0  size == 12  c2_cyg[0]==0  c2_cyg[1]==0  
c2_cyg[2]==0  c2_cyg[3]==0)
 ret = 1;
 
+if(c2_cyg)
+free(c2_cyg);
 done:
 if(c1)
 free(c1);
 if(c2)
 free(c2);
-if(c2_cyg)
-free(c2_cyg);
 exit(ret);
 }
 ], [hdf5_cv_ullong_to_ldouble_precision=yes], 
[hdf5_cv_ullong_to_ldouble_precision=no],)])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kiwi for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:13.1 checked in at 
2013-09-25 17:16:52

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:13.1/kiwi/kiwi.changes   2013-09-23 10:56:02.0 
+0200
+++ /work/SRC/openSUSE:13.1/.kiwi.new/kiwi.changes  2013-09-25 
17:16:54.0 +0200
@@ -1,0 +2,95 @@
+Tue Sep 24 09:40:04 CEST 2013 - m...@suse.de
+
+- v5.05.34 released
+  
+---
+Mon Sep 23 16:33:01 CEST 2013 - m...@suse.de
+  
+- improvements to KIWIAnalyse:
+  * move KIWIAnalyse.txt to KIWIAnalyse.systems, stores system ID's
+  * add KIWIAnalyse.skip, provides exception list for false positives
+  * fix creation of custom tree, don't create empty directories
+  * fix handling of progress for empty lists, division by zero
+
+---
+Mon Sep 23 12:37:49 CEST 2013 - m...@suse.de
+
+- fixed spec file requires:
+  * the new KIWIAnalyse modules requires git to apply version
+control to the result of the created system description
+
+---
+Mon Sep 23 12:35:22 CEST 2013 - m...@suse.de
+
+- fixed createHybridPersistent:
+  * the function has to return if it detects that persistent writing
+is not possible and leave the block without setting HYBRID_RW
+that fixes (bnc #841662)
+
+---
+Thu Sep 19 15:54:18 CEST 2013 - m...@suse.de
+
+- make sure the repo cache is cleared before running
+  a new analayse process
+  
+---
+Thu Sep 19 15:47:22 CEST 2013 - m...@suse.de
+  
+- enhance KIWIAnalyseReport:
+  find if current active kernel version doesn't match any
+  installed package and put that information in the report
+  
+---
+Thu Sep 19 10:13:34 CEST 2013 - m...@suse.de
+  
+- fixed reading cache in KIWIAnalyse
+  
+---
+Thu Sep 19 09:45:11 CEST 2013 - m...@suse.de
+  
+- fixed base path setup in __populateCustomFiles
+  * use of uninitialized value after handling that case
+
+---
+Thu Sep 19 09:32:24 CEST 2013 - m...@suse.de
+
+- fixed bios partition type setup:
+  * upstream parted supports 'set partition flag state' whereas
+flag can't be a hex id as we need it when setting e.g a
+fat partition type. Thus we use the suse extension as fallback
+which allows to set: 'set partition type hexid'
+
+---
+Wed Sep 18 10:21:59 CEST 2013 - m...@suse.de
+
+- added some notes in the KIWIAnalyse code:
+  * it would be good to move packagemanager related calls into the
+KIWIManager abstraction class and support more than only zypper
+
+---
+Wed Sep 18 09:17:45 CEST 2013 - m...@suse.de
+
+- make sure zypper calls runs in POSIX locale
+  
+---
+Tue Sep 17 19:58:00 CEST 2013 - m...@suse.de
+  
+- allow bootinclude to be processed for bootstrap packages too
+  
+---
+Tue Sep 17 19:56:44 CEST 2013 - m...@suse.de
+  
+- add more information to assert_array_equal in
+  unit testing framework
+  
+---
+Tue Sep 17 19:15:15 CEST 2013 - m...@suse.de
+  
+- split code in KIWIMigrate into classes:
+  * KIWIAnalyse
+  * KIWIAnalyseCustomData
+  * KIWIAnalyseManagedSoftware
+  * KIWIAnalyseReport
+  * KIWIAnalyseTemplate
+
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.PJ0Dbq/_old  2013-09-25 17:16:54.0 +0200
+++ /var/tmp/diff_new_pack.PJ0Dbq/_new  2013-09-25 17:16:54.0 +0200
@@ -26,7 +26,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.05.33
+Version:5.05.34
 Release:0
 # requirements to build packages
 BuildRequires:  diffutils
@@ -70,6 +70,7 @@
 # requirements to run kiwi
 Requires:   checkmedia
 Requires:   coreutils
+Requires:   git
 Requires:   kiwi-tools = %{version}
 Requires:   libxslt
 %if 0%{?rhel_version}

++ kiwi-docu.tar.bz2 ++

commit kiwi for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-09-25 17:16:49

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2013-09-14 
19:10:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-09-25 
17:16:51.0 +0200
@@ -1,0 +2,95 @@
+Tue Sep 24 09:40:04 CEST 2013 - m...@suse.de
+
+- v5.05.34 released
+  
+---
+Mon Sep 23 16:33:01 CEST 2013 - m...@suse.de
+  
+- improvements to KIWIAnalyse:
+  * move KIWIAnalyse.txt to KIWIAnalyse.systems, stores system ID's
+  * add KIWIAnalyse.skip, provides exception list for false positives
+  * fix creation of custom tree, don't create empty directories
+  * fix handling of progress for empty lists, division by zero
+
+---
+Mon Sep 23 12:37:49 CEST 2013 - m...@suse.de
+
+- fixed spec file requires:
+  * the new KIWIAnalyse modules requires git to apply version
+control to the result of the created system description
+
+---
+Mon Sep 23 12:35:22 CEST 2013 - m...@suse.de
+
+- fixed createHybridPersistent:
+  * the function has to return if it detects that persistent writing
+is not possible and leave the block without setting HYBRID_RW
+that fixes (bnc #841662)
+
+---
+Thu Sep 19 15:54:18 CEST 2013 - m...@suse.de
+
+- make sure the repo cache is cleared before running
+  a new analayse process
+  
+---
+Thu Sep 19 15:47:22 CEST 2013 - m...@suse.de
+  
+- enhance KIWIAnalyseReport:
+  find if current active kernel version doesn't match any
+  installed package and put that information in the report
+  
+---
+Thu Sep 19 10:13:34 CEST 2013 - m...@suse.de
+  
+- fixed reading cache in KIWIAnalyse
+  
+---
+Thu Sep 19 09:45:11 CEST 2013 - m...@suse.de
+  
+- fixed base path setup in __populateCustomFiles
+  * use of uninitialized value after handling that case
+
+---
+Thu Sep 19 09:32:24 CEST 2013 - m...@suse.de
+
+- fixed bios partition type setup:
+  * upstream parted supports 'set partition flag state' whereas
+flag can't be a hex id as we need it when setting e.g a
+fat partition type. Thus we use the suse extension as fallback
+which allows to set: 'set partition type hexid'
+
+---
+Wed Sep 18 10:21:59 CEST 2013 - m...@suse.de
+
+- added some notes in the KIWIAnalyse code:
+  * it would be good to move packagemanager related calls into the
+KIWIManager abstraction class and support more than only zypper
+
+---
+Wed Sep 18 09:17:45 CEST 2013 - m...@suse.de
+
+- make sure zypper calls runs in POSIX locale
+  
+---
+Tue Sep 17 19:58:00 CEST 2013 - m...@suse.de
+  
+- allow bootinclude to be processed for bootstrap packages too
+  
+---
+Tue Sep 17 19:56:44 CEST 2013 - m...@suse.de
+  
+- add more information to assert_array_equal in
+  unit testing framework
+  
+---
+Tue Sep 17 19:15:15 CEST 2013 - m...@suse.de
+  
+- split code in KIWIMigrate into classes:
+  * KIWIAnalyse
+  * KIWIAnalyseCustomData
+  * KIWIAnalyseManagedSoftware
+  * KIWIAnalyseReport
+  * KIWIAnalyseTemplate
+
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.PXelKO/_old  2013-09-25 17:16:53.0 +0200
+++ /var/tmp/diff_new_pack.PXelKO/_new  2013-09-25 17:16:53.0 +0200
@@ -26,7 +26,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.05.33
+Version:5.05.34
 Release:0
 # requirements to build packages
 BuildRequires:  diffutils
@@ -70,6 +70,7 @@
 # requirements to run kiwi
 Requires:   checkmedia
 Requires:   coreutils
+Requires:   git
 Requires:   kiwi-tools = %{version}
 Requires:   libxslt
 %if 0%{?rhel_version}

++ 

commit libqb for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package libqb for openSUSE:13.1 checked in 
at 2013-09-25 17:18:14

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


Package is libqb

Changes:

--- /work/SRC/openSUSE:13.1/libqb/libqb.changes 2013-09-23 10:58:11.0 
+0200
+++ /work/SRC/openSUSE:13.1/.libqb.new/libqb.changes2013-09-25 
17:18:15.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 24 11:57:57 UTC 2013 - y...@suse.com
+
+- Add baselibs.conf
+
+---

New:

  baselibs.conf



Other differences:
--
++ baselibs.conf ++
libqb0
libqb-devel
requires -libqb-targettype
requires libqb0-targettype = version
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqb for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package libqb for openSUSE:Factory checked 
in at 2013-09-25 17:18:12

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


Package is libqb

Changes:

--- /work/SRC/openSUSE:Factory/libqb/libqb.changes  2013-08-04 
23:52:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqb.new/libqb.changes 2013-09-25 
17:18:13.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 24 11:57:57 UTC 2013 - y...@suse.com
+
+- Add baselibs.conf
+
+---

New:

  baselibs.conf



Other differences:
--
++ baselibs.conf ++
libqb0
libqb-devel
requires -libqb-targettype
requires libqb0-targettype = version
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pacemaker for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2013-09-25 17:18:24

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


Package is pacemaker

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2013-07-08 
07:19:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2013-09-25 
17:18:27.0 +0200
@@ -1,0 +2,283 @@
+Tue Sep 24 13:27:53 UTC 2013 - y...@suse.com
+
+- Rebase:
+  * bug-728579_pacemaker-stonith-dev-id.patch
+  * bug-806256_pacemaker-log-level-notice.patch
+  * bug-812269_pacemaker-fencing-device-register-messages.patch
+
+- Drop the patches that have been merged upstream:
+  * pacemaker-node-maintenance.patch
+  * pacemaker-node-maintenance-tests.patch
+  * pacemaker-crmd-pending-delete.patch
+  * pacemaker-resource.patch
+
+- Drop the obsolete patches:
+  * pacemaker-cts-startcmd.patch
+  * pacemaker-disable-listing-fence-agents.patch
+  * pacemaker-daemon-symlinks.patch 
+  * pacemaker-ptest-build.patch
+  * pacemaker-lrmd-remote-disabled.patch
+  * bug-815447_pacemaker-cib-strip-text-nodes.patch
+  * bug-809635_pacemaker-xml-digest.patch
+
+- Drop the obsolete source:
+  * heartbeat-doc-1.0.tar.gz
+
+---
+Tue Sep 17 08:48:47 UTC 2013 - y...@suse.com
+
+- spec: Recommends fence-agents and sbd
+
+---
+Tue Sep 10 02:21:32 UTC 2013 - y...@suse.com
+
+- pengine: Properly handle orphaned multistate resources living on remote-nodes
+- pengine: Map orphaned container fillers to container resource during 
shutdown to preserve ordering
+- pengine: Do not attempt to probe resources on remote-nodes that are shutting 
down
+- cib: Prevent potential double free in get_remote_uuid
+- pengine: Properly shutdown orphaned remote connection resources
+- crmd: Populate remote peer cache when building new cib
+- crmd: Clear remote-node status AFTER start completes, not before.
+- pengine: Probe resources on baremetal remote-nodes
+- crmd: Remote-node fencing glue
+- pengine: Allow fencing of baremetal remote nodes
+- crmd: Cache baremetal remote-nodes
+- tools: Fixes formatting of remote-nodes in crm_mon and crm_simulate
+- Upstream version cs: d9bb7632492b1f91a300fb43e9ad8a262a8f2928
+
+---
+Wed Sep  4 07:10:20 UTC 2013 - y...@suse.com
+
+- cib: Support XML comments in diffs (bnc#836965)
+- Upstream version cs: 5d0a2239543bd5003444af4a16780ac47fd37079
+
+---
+Mon Sep  2 11:24:55 UTC 2013 - y...@suse.com
+
+- crm_mon: add --hide-headers option to hide all headers
+- pengine: Order demote/promote of resources on remote nodes to happen only 
once the connection is up
+- tools: clear ncurses screen when crm_mon cannot connect
+- crmd: Invalid formatting of log message causes crash
+- remote: Properly handle expected late replies when TLS transport is in use.
+- cluster: Allow remote-nodes to be cached
+- Upstream version cs: a4eb44fd075e8cb8608f5e45522cade45658ff98
+
+---
+Wed Aug 21 05:08:44 UTC 2013 - y...@suse.com
+
+- Fencing: Support agents that need the host to be unfenced at startup
+- cpg: Correctly set the group name length
+- pengine: Distinguish between the agent being missing and something the agent 
needs being missing (bnc#833374)
+- crmd: Prevent PCMK_LRM_OP_NOT_INSTALLED for being mapped to PCMK_LRM_OP_ERROR
+- Bug cl#5171 - PE: Don't prevent clones from running due to dependant 
resources
+- services: Correctly invoke callbacks for aborted operations
+- services: Preserve errno when handling exec failres least it be reset as a 
side-effect of other calls
+- services: Prevent use-of-NULL in g_error_free
+- services: Detect missing agents and permission errors before forking
+- lrmd: Do not overwrite any existing operation status error
+- crmd: Correcty update the history cache when recurring ops change their 
return code
+- PE: Correctly account for the location preferences of things colocated with 
a group
+- crmd: Gracefully handle actions that cannot be initiated
+- crm_simulate: Do not complain about CRM_OP_REPROBE actions
+- PE: Gracefully handle bad values for XML_ATTR_TRANSITION_MAGIC
+- crm_mon: Correctly extract alternate name for pingd attributes
+- Fix: Prevent use-of-NULL when ping resources do not define a host list
+- Fix: Gracefully handle -ECHILD from waitpid() in crm_abort()
+- Fix: Command-line tools should stop after an assertion failure
+- systemd: Prevent glib assertion - only call g_error_free() with non-NULL 
arguments
+- Upstream version 

commit ocfs2-tools for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:13.1 
checked in at 2013-09-25 17:18:20

Comparing /work/SRC/openSUSE:13.1/ocfs2-tools (Old)
 and  /work/SRC/openSUSE:13.1/.ocfs2-tools.new (New)


Package is ocfs2-tools

Changes:

--- /work/SRC/openSUSE:13.1/ocfs2-tools/ocfs2-tools.changes 2013-09-23 
11:01:54.0 +0200
+++ /work/SRC/openSUSE:13.1/.ocfs2-tools.new/ocfs2-tools.changes
2013-09-25 17:18:26.0 +0200
@@ -1,0 +2,83 @@
+Fri Sep 13 08:34:08 UTC 2013 - l...@suse.com
+
+- Move static libraries to devel-static subpackage.
+
+---
+Thu Sep 12 09:30:27 UTC 2013 - lzh...@suse.com
+
+- mkfs.ocfs2/tunefs.ocfs2 may hang there because of dlm_unlock
+  +bug-838705-change_dlm_lib.patch
+
+---
+Thu Sep  5 07:24:42 CDT 2013 - rgold...@suse.com
+
+- mkfs.ocfs2 aborts if cluster information is not found/supplied
+  + 0009-mkfs.ocfs2-Abort-if-cluster-information-is-not-detec.patch
+
+---
+Tue Sep  3 09:14:16 CDT 2013 - rgold...@suse.com
+
+- Make mount.ocfs2 load ocfs2 kmp and setup cluster_stack if 
+  not found
+   + 0008-mount.ocfs2-Read-stack-from-device-and-setup-stack-i.patch
+
+---
+Thu Aug 22 13:18:01 CDT 2013 - rgold...@suse.com
+
+- Mark o2cb.ocf as obsolete. Anyone using o2cb.ocf will get an
+  info message stating so.
+
+---
+Tue Aug 20 08:02:13 CDT 2013 - rgold...@suse.com
+
+- The nocontrold effort (added nocontrold patches and disabled
+  corosync-2.3 controld compatibility patches): 
+  + 0001-libo2cb-Remove-controld-actions-from-group-join-leav.patch
+  + 0002-libo2cb-Remove-rest-of-controld-functions.patch
+  + 0003-Get-cluster-name-from-corosync-cmap.patch
+  + 0004-Remove-controld-structures-from-debugfs.ocfs2.patch
+  + 0005-Check-for-DLM-kernel-version-in-user_begin_group_joi.patch
+  + 0006-Add-cmap-and-dlm-libraries-in-the-tools.patch
+  - 0001-Remove-pacemaker-ais-stuff.patch
+  - 0002-Add-corosync-cfg-to-get-configuration-information.patch
+  - 0003-Remove-daemon-protocol-versions-and-consolidate-fs-v.patch
+  - 0005-Add-cluster_name-and-stack-name.patch
+
+---
+Sat Aug 17 09:26:19 CDT 2013 - rgold...@suse.com
+
+- libocfs2-Change-asserts-to-error.patch: Return control to 
+  fsck.ocfs2 instead of erring
+
+---
+Fri Aug  9 13:55:01 CDT 2013 - rgold...@suse.com
+
+- Add libraries back in devel package. This is required for
+  ocfs2-test
+- libocfs2-needs-libaio.patch: Add -laio to ocfs2.pc
+
+---
+Tue Aug  6 09:21:41 CDT 2013 - rgold...@suse.com
+
+- Fix FS protocol versions: 
+  + 0003-Remove-daemon-protocol-versions-and-consolidate-fs-v.patch
+  - 0003-Hard-code-protocol-versions.patch
+
+---
+Wed Jul 31 08:01:02 CDT 2013 - rgold...@suse.com
+
+- Get ocfs2_controld up to speed with corosync 2.3.x
+  + 0001-Remove-pacemaker-ais-stuff.patch
+  + 0002-Add-corosync-cfg-to-get-configuration-information.patch
+  + 0003-Hard-code-protocol-versions.patch
+  + 0005-Add-cluster_name-and-stack-name.patch
+  - ocfs2_controld-pacemaker.diff
+
+---
+Mon Jul 22 10:57:44 UTC 2013 - y...@suse.com
+
+- ocfs2_controld: ocfs2_controld-pacemaker.diff
+  * Replace use of send_ais_text() with send_cluster_text()
+  * Replace use of ais_dispatch() with plugin_dispatch()
+
+---

Old:

  ocfs2_controld-pacemaker.diff

New:

  0001-libo2cb-Remove-controld-actions-from-group-join-leav.patch
  0002-libo2cb-Remove-rest-of-controld-functions.patch
  0003-Get-cluster-name-from-corosync-cmap.patch
  0004-Remove-controld-structures-from-debugfs.ocfs2.patch
  0005-Check-for-DLM-kernel-version-in-user_begin_group_joi.patch
  0006-Add-cmap-and-dlm-libraries-in-the-tools.patch
  0008-mount.ocfs2-Read-stack-from-device-and-setup-stack-i.patch
  0009-mkfs.ocfs2-Abort-if-cluster-information-is-not-detec.patch
  bug-838705-change_dlm_lib.patch
  libocfs2-Change-asserts-to-error.patch
  libocfs2-needs-libaio.patch



Other differences:
--
++ ocfs2-tools.spec ++
--- /var/tmp/diff_new_pack.7AUYkC/_old  2013-09-25 17:18:27.0 +0200
+++ /var/tmp/diff_new_pack.7AUYkC/_new  2013-09-25 17:18:27.0 +0200
@@ -29,7 

commit php5-pecl-v8js for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package php5-pecl-v8js for openSUSE:Factory 
checked in at 2013-09-25 17:19:10

Comparing /work/SRC/openSUSE:Factory/php5-pecl-v8js (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pecl-v8js.new (New)


Package is php5-pecl-v8js

Changes:

--- /work/SRC/openSUSE:Factory/php5-pecl-v8js/php5-pecl-v8js.changes
2012-10-03 09:22:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5-pecl-v8js.new/php5-pecl-v8js.changes   
2013-09-25 17:19:11.0 +0200
@@ -1,0 +2,19 @@
+Mon Sep 23 18:50:28 UTC 2013 - thomas.w...@thomas-worm.de
+
+- Added compatibility to current v8 engine by adding
+  CXXFLAGS=-DV8_USE_UNSAFE_HANDLES=1 configure flag
+  for higher SUSE versions. 
+
+---
+Tue Sep  3 16:57:05 UTC 2013 - dval...@suse.com
+
+- set Exclusive arch to architectures where v8 is available
+
+---
+Fri May 24 21:19:34 UTC 2013 - thomas.w...@thomas-worm.de
+
+- Added patches to to work with v8 version 3.18.0.
+  * v8js-alignedpointers.patch - Thomas Worm thomas.w...@thomas-worm.de
+  * v8js-deprecated.patch - Thomas Worm thomas.w...@thomas-worm.de
+
+---

New:

  v8js-alignedpointers.patch
  v8js-deprecated.patch



Other differences:
--
++ php5-pecl-v8js.spec ++
--- /var/tmp/diff_new_pack.4CAYRe/_old  2013-09-25 17:19:12.0 +0200
+++ /var/tmp/diff_new_pack.4CAYRe/_new  2013-09-25 17:19:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pecl-v8js
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Thomas Worm thomas.w...@thomas-worm.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,22 +15,35 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# norootforbuild
+
 
 Name:   php5-pecl-v8js
 Version:0.1.3
 Release:0
 Summary:V8 Javascript Engine for PHP
+License:PHP-3.0
 Group:  Development/Libraries/PHP
 
-License:PHP-3.0
-URL:http://pecl.php.net/package/v8js
+Url:http://pecl.php.net/package/v8js
 Source0:http://pecl.php.net/get/v8js-%{version}.tgz
 
+# PATCH-FIX-UPSTREAM v8js-alignedpointers.patch - Patch for fixing pointer 
alignment - Thomas Worm thomas.w...@thomas-worm.de
+Patch1: v8js-alignedpointers.patch
+# PATCH-FIX-UPSTREAM v8js-deprecated.patch - Patch for fixing deprecated cast 
- Thomas Worm thomas.w...@thomas-worm.de
+Patch2: v8js-deprecated.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php5 php5-devel v8 v8-devel libtool gcc gcc-c++
-Requires:   php5 v8
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  php5
+BuildRequires:  php5-devel
+BuildRequires:  v8
+BuildRequires:  v8-devel
+Requires:   php5
+Requires:   v8
 # BuildArch:  noarch
+ExclusiveArch:  %{ix86} x86_64 %arm
 
 %define extension_dir %{_libdir}/php5/extensions
 %define php_sysconf   %{_sysconfdir}/php5
@@ -41,10 +54,18 @@
 
 %prep
 %setup -q -n %{extension_name}-%{version}
+%if 0%{?suse_version}  1220
+%patch1
+%endif
+%patch2
 
 %build
 %{_bindir}/phpize
+%if 0%{?suse_version}  1220
+%configure CXXFLAGS=-DV8_USE_UNSAFE_HANDLES=1 --with-%{extension_name}
+%else
 %configure --with-%{extension_name}
+%endif
 %{__make}
 
 %check

++ _service ++
--- /var/tmp/diff_new_pack.4CAYRe/_old  2013-09-25 17:19:12.0 +0200
+++ /var/tmp/diff_new_pack.4CAYRe/_new  2013-09-25 17:19:12.0 +0200
@@ -1,3 +1,5 @@
+?xml version=1.0?
 services
service name=download_files mode=localonly /
 /services
+

++ v8js-alignedpointers.patch ++
diff -rupN v8js-0.1.3.orig/v8js_convert.cc v8js-0.1.3/v8js_convert.cc
--- v8js_convert.cc 2012-06-13 04:40:04.0 +0200
+++ v8js_convert.cc 2013-05-24 23:03:26.0 +0200
@@ -36,7 +36,7 @@ extern C {
 static v8::Handlev8::Value php_v8js_php_callback(const v8::Arguments args) 
/* {{{ */
 {
v8::Handlev8::Value return_value;
-   zval *value = reinterpret_castzval 
*(args.This()-GetPointerFromInternalField(0));
+   zval *value = reinterpret_castzval 
*(args.This()-GetAlignedPointerFromInternalField(0));
zend_function *method_ptr;
zend_fcall_info fci;
zend_fcall_info_cache fcc;
@@ -383,7 +383,7 @@ static v8::Handlev8::Value php_v8js_ha

newobj-SetHiddenValue(V8JS_SYM(ZEND_ISSET_FUNC_NAME), 
PHP_V8JS_CALLBACK(isset_ptr));
   

commit pacemaker for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:13.1 checked 
in at 2013-09-25 17:18:27

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


Package is pacemaker

Changes:

--- /work/SRC/openSUSE:13.1/pacemaker/pacemaker.changes 2013-09-23 
11:02:59.0 +0200
+++ /work/SRC/openSUSE:13.1/.pacemaker.new/pacemaker.changes2013-09-25 
17:18:28.0 +0200
@@ -1,0 +2,283 @@
+Tue Sep 24 13:27:53 UTC 2013 - y...@suse.com
+
+- Rebase:
+  * bug-728579_pacemaker-stonith-dev-id.patch
+  * bug-806256_pacemaker-log-level-notice.patch
+  * bug-812269_pacemaker-fencing-device-register-messages.patch
+
+- Drop the patches that have been merged upstream:
+  * pacemaker-node-maintenance.patch
+  * pacemaker-node-maintenance-tests.patch
+  * pacemaker-crmd-pending-delete.patch
+  * pacemaker-resource.patch
+
+- Drop the obsolete patches:
+  * pacemaker-cts-startcmd.patch
+  * pacemaker-disable-listing-fence-agents.patch
+  * pacemaker-daemon-symlinks.patch 
+  * pacemaker-ptest-build.patch
+  * pacemaker-lrmd-remote-disabled.patch
+  * bug-815447_pacemaker-cib-strip-text-nodes.patch
+  * bug-809635_pacemaker-xml-digest.patch
+
+- Drop the obsolete source:
+  * heartbeat-doc-1.0.tar.gz
+
+---
+Tue Sep 17 08:48:47 UTC 2013 - y...@suse.com
+
+- spec: Recommends fence-agents and sbd
+
+---
+Tue Sep 10 02:21:32 UTC 2013 - y...@suse.com
+
+- pengine: Properly handle orphaned multistate resources living on remote-nodes
+- pengine: Map orphaned container fillers to container resource during 
shutdown to preserve ordering
+- pengine: Do not attempt to probe resources on remote-nodes that are shutting 
down
+- cib: Prevent potential double free in get_remote_uuid
+- pengine: Properly shutdown orphaned remote connection resources
+- crmd: Populate remote peer cache when building new cib
+- crmd: Clear remote-node status AFTER start completes, not before.
+- pengine: Probe resources on baremetal remote-nodes
+- crmd: Remote-node fencing glue
+- pengine: Allow fencing of baremetal remote nodes
+- crmd: Cache baremetal remote-nodes
+- tools: Fixes formatting of remote-nodes in crm_mon and crm_simulate
+- Upstream version cs: d9bb7632492b1f91a300fb43e9ad8a262a8f2928
+
+---
+Wed Sep  4 07:10:20 UTC 2013 - y...@suse.com
+
+- cib: Support XML comments in diffs (bnc#836965)
+- Upstream version cs: 5d0a2239543bd5003444af4a16780ac47fd37079
+
+---
+Mon Sep  2 11:24:55 UTC 2013 - y...@suse.com
+
+- crm_mon: add --hide-headers option to hide all headers
+- pengine: Order demote/promote of resources on remote nodes to happen only 
once the connection is up
+- tools: clear ncurses screen when crm_mon cannot connect
+- crmd: Invalid formatting of log message causes crash
+- remote: Properly handle expected late replies when TLS transport is in use.
+- cluster: Allow remote-nodes to be cached
+- Upstream version cs: a4eb44fd075e8cb8608f5e45522cade45658ff98
+
+---
+Wed Aug 21 05:08:44 UTC 2013 - y...@suse.com
+
+- Fencing: Support agents that need the host to be unfenced at startup
+- cpg: Correctly set the group name length
+- pengine: Distinguish between the agent being missing and something the agent 
needs being missing (bnc#833374)
+- crmd: Prevent PCMK_LRM_OP_NOT_INSTALLED for being mapped to PCMK_LRM_OP_ERROR
+- Bug cl#5171 - PE: Don't prevent clones from running due to dependant 
resources
+- services: Correctly invoke callbacks for aborted operations
+- services: Preserve errno when handling exec failres least it be reset as a 
side-effect of other calls
+- services: Prevent use-of-NULL in g_error_free
+- services: Detect missing agents and permission errors before forking
+- lrmd: Do not overwrite any existing operation status error
+- crmd: Correcty update the history cache when recurring ops change their 
return code
+- PE: Correctly account for the location preferences of things colocated with 
a group
+- crmd: Gracefully handle actions that cannot be initiated
+- crm_simulate: Do not complain about CRM_OP_REPROBE actions
+- PE: Gracefully handle bad values for XML_ATTR_TRANSITION_MAGIC
+- crm_mon: Correctly extract alternate name for pingd attributes
+- Fix: Prevent use-of-NULL when ping resources do not define a host list
+- Fix: Gracefully handle -ECHILD from waitpid() in crm_abort()
+- Fix: Command-line tools should stop after an assertion failure
+- systemd: Prevent glib assertion - only call g_error_free() with non-NULL 
arguments
+- Upstream version cs: 

commit php5-pecl-v8js for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package php5-pecl-v8js for openSUSE:13.1 
checked in at 2013-09-25 17:19:12

Comparing /work/SRC/openSUSE:13.1/php5-pecl-v8js (Old)
 and  /work/SRC/openSUSE:13.1/.php5-pecl-v8js.new (New)


Package is php5-pecl-v8js

Changes:

--- /work/SRC/openSUSE:13.1/php5-pecl-v8js/php5-pecl-v8js.changes   
2013-09-23 11:05:32.0 +0200
+++ /work/SRC/openSUSE:13.1/.php5-pecl-v8js.new/php5-pecl-v8js.changes  
2013-09-25 17:19:13.0 +0200
@@ -1,0 +2,19 @@
+Mon Sep 23 18:50:28 UTC 2013 - thomas.w...@thomas-worm.de
+
+- Added compatibility to current v8 engine by adding
+  CXXFLAGS=-DV8_USE_UNSAFE_HANDLES=1 configure flag
+  for higher SUSE versions. 
+
+---
+Tue Sep  3 16:57:05 UTC 2013 - dval...@suse.com
+
+- set Exclusive arch to architectures where v8 is available
+
+---
+Fri May 24 21:19:34 UTC 2013 - thomas.w...@thomas-worm.de
+
+- Added patches to to work with v8 version 3.18.0.
+  * v8js-alignedpointers.patch - Thomas Worm thomas.w...@thomas-worm.de
+  * v8js-deprecated.patch - Thomas Worm thomas.w...@thomas-worm.de
+
+---

New:

  v8js-alignedpointers.patch
  v8js-deprecated.patch



Other differences:
--
++ php5-pecl-v8js.spec ++
--- /var/tmp/diff_new_pack.ldfK6J/_old  2013-09-25 17:19:13.0 +0200
+++ /var/tmp/diff_new_pack.ldfK6J/_new  2013-09-25 17:19:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pecl-v8js
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Thomas Worm thomas.w...@thomas-worm.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,22 +15,35 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# norootforbuild
+
 
 Name:   php5-pecl-v8js
 Version:0.1.3
 Release:0
 Summary:V8 Javascript Engine for PHP
+License:PHP-3.0
 Group:  Development/Libraries/PHP
 
-License:PHP-3.0
-URL:http://pecl.php.net/package/v8js
+Url:http://pecl.php.net/package/v8js
 Source0:http://pecl.php.net/get/v8js-%{version}.tgz
 
+# PATCH-FIX-UPSTREAM v8js-alignedpointers.patch - Patch for fixing pointer 
alignment - Thomas Worm thomas.w...@thomas-worm.de
+Patch1: v8js-alignedpointers.patch
+# PATCH-FIX-UPSTREAM v8js-deprecated.patch - Patch for fixing deprecated cast 
- Thomas Worm thomas.w...@thomas-worm.de
+Patch2: v8js-deprecated.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php5 php5-devel v8 v8-devel libtool gcc gcc-c++
-Requires:   php5 v8
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  php5
+BuildRequires:  php5-devel
+BuildRequires:  v8
+BuildRequires:  v8-devel
+Requires:   php5
+Requires:   v8
 # BuildArch:  noarch
+ExclusiveArch:  %{ix86} x86_64 %arm
 
 %define extension_dir %{_libdir}/php5/extensions
 %define php_sysconf   %{_sysconfdir}/php5
@@ -41,10 +54,18 @@
 
 %prep
 %setup -q -n %{extension_name}-%{version}
+%if 0%{?suse_version}  1220
+%patch1
+%endif
+%patch2
 
 %build
 %{_bindir}/phpize
+%if 0%{?suse_version}  1220
+%configure CXXFLAGS=-DV8_USE_UNSAFE_HANDLES=1 --with-%{extension_name}
+%else
 %configure --with-%{extension_name}
+%endif
 %{__make}
 
 %check

++ _service ++
--- /var/tmp/diff_new_pack.ldfK6J/_old  2013-09-25 17:19:13.0 +0200
+++ /var/tmp/diff_new_pack.ldfK6J/_new  2013-09-25 17:19:13.0 +0200
@@ -1,3 +1,5 @@
+?xml version=1.0?
 services
service name=download_files mode=localonly /
 /services
+

++ v8js-alignedpointers.patch ++
diff -rupN v8js-0.1.3.orig/v8js_convert.cc v8js-0.1.3/v8js_convert.cc
--- v8js_convert.cc 2012-06-13 04:40:04.0 +0200
+++ v8js_convert.cc 2013-05-24 23:03:26.0 +0200
@@ -36,7 +36,7 @@ extern C {
 static v8::Handlev8::Value php_v8js_php_callback(const v8::Arguments args) 
/* {{{ */
 {
v8::Handlev8::Value return_value;
-   zval *value = reinterpret_castzval 
*(args.This()-GetPointerFromInternalField(0));
+   zval *value = reinterpret_castzval 
*(args.This()-GetAlignedPointerFromInternalField(0));
zend_function *method_ptr;
zend_fcall_info fci;
zend_fcall_info_cache fcc;
@@ -383,7 +383,7 @@ static v8::Handlev8::Value php_v8js_ha

newobj-SetHiddenValue(V8JS_SYM(ZEND_ISSET_FUNC_NAME), 
PHP_V8JS_CALLBACK(isset_ptr));
}
  

commit PackageKit-Qt for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package PackageKit-Qt for openSUSE:13.1 
checked in at 2013-09-25 17:18:36

Comparing /work/SRC/openSUSE:13.1/PackageKit-Qt (Old)
 and  /work/SRC/openSUSE:13.1/.PackageKit-Qt.new (New)


Package is PackageKit-Qt

Changes:

--- /work/SRC/openSUSE:13.1/PackageKit-Qt/PackageKit-Qt.changes 2013-09-23 
10:46:41.0 +0200
+++ /work/SRC/openSUSE:13.1/.PackageKit-Qt.new/PackageKit-Qt.changes
2013-09-25 17:18:37.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep 20 07:57:26 UTC 2013 - alarr...@suse.com
+
+- Add PackageKit-Qt-libdir-references.patch: Fix the installed
+  packagekit-qt2-config.cmake file to have the correct link to the
+  library by keeping CMAKE_INSTALL_LIBDIR as a relative path and
+  the .pc file to have a valid path to $libdir.
+
+---

New:

  PackageKit-Qt-libdir-references.patch



Other differences:
--
++ PackageKit-Qt.spec ++
--- /var/tmp/diff_new_pack.5S1F7w/_old  2013-09-25 17:18:37.0 +0200
+++ /var/tmp/diff_new_pack.5S1F7w/_new  2013-09-25 17:18:37.0 +0200
@@ -24,7 +24,9 @@
 Group:  System/Daemons
 Url:http://packagekit.org/
 Source: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
-BuildRequires:  PackageKit-devel
+# PATCH-FIX-UPSTREAM PackageKit-Qt-libdir-references.patch alarr...@suse.com 
-- Fix lib location written into .cmake and .pc file.
+Patch0: PackageKit-Qt-libdir-references.patch
+BuildRequires:  PackageKit-devel = %{version}
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libqt4-devel
@@ -63,6 +65,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 mkdir build

++ PackageKit-Qt-libdir-references.patch ++
Index: PackageKit-Qt-0.8.8/src/modules/packagekit-qt2-config.cmake.in
===
--- PackageKit-Qt-0.8.8.orig/src/modules/packagekit-qt2-config.cmake.in
+++ PackageKit-Qt-0.8.8/src/modules/packagekit-qt2-config.cmake.in
@@ -6,6 +6,6 @@
 
 SET(prefix @CMAKE_INSTALL_PREFIX@)
 SET(exec_prefix @CMAKE_INSTALL_PREFIX@)
-SET(PACKAGEKIT_QT2_LIBRARIES 
@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@/libpackagekit-qt2.so CACHE 
FILEPATH Libraries for PackageKit-Qt2)
+SET(PACKAGEKIT_QT2_LIBRARIES @PK_QT2_INSTALL_LIBDIR@/libpackagekit-qt2.so 
CACHE FILEPATH Libraries for PackageKit-Qt2)
 SET(PACKAGEKIT_QT2_INCLUDE_DIR 
@CMAKE_INSTALL_PREFIX@/include/PackageKit/packagekit-qt2 CACHE PATH Include 
path for PackageKit-Qt2)
 SET(PACKAGEKIT_QT2_FOUND TRUE)
Index: PackageKit-Qt-0.8.8/src/packagekit-qt2.pc.in
===
--- PackageKit-Qt-0.8.8.orig/src/packagekit-qt2.pc.in
+++ PackageKit-Qt-0.8.8/src/packagekit-qt2.pc.in
@@ -1,6 +1,6 @@
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+libdir=@PK_QT2_INSTALL_LIBDIR@
 includedir=${prefix}/include
 
 Name: packagekit-qt2
Index: PackageKit-Qt-0.8.8/CMakeLists.txt
===
--- PackageKit-Qt-0.8.8.orig/CMakeLists.txt
+++ PackageKit-Qt-0.8.8/CMakeLists.txt
@@ -49,6 +49,13 @@ set (LOCALSTATEDIR /var)
 add_definitions(-DLOCALSTATEDIR=\${LOCALSTATEDIR}\)
 
 set(CMAKE_INSTALL_LIBDIR lib/${CMAKE_LIBRARY_ARCHITECTURE} CACHE PATH 
Output directory for libraries)
+if (IS_ABSOLUTE ${CMAKE_INSTALL_LIBDIR})
+  set (PK_QT2_INSTALL_LIBDIR ${CMAKE_INSTALL_LIBDIR})
+else (IS_ABSOLUTE ${CMAKE_INSTALL_LIBDIR})
+  set (PK_QT2_INSTALL_LIBDIR ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR})
+endif (IS_ABSOLUTE ${CMAKE_INSTALL_LIBDIR})
+
+
 
 configure_file(config.h.in ${CMAKE_BINARY_DIR}/config.h)
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit PackageKit-Qt for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package PackageKit-Qt for openSUSE:Factory 
checked in at 2013-09-25 17:18:35

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


Package is PackageKit-Qt

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit-Qt/PackageKit-Qt.changes  
2013-05-13 15:10:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit-Qt.new/PackageKit-Qt.changes 
2013-09-25 17:18:36.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep 20 07:57:26 UTC 2013 - alarr...@suse.com
+
+- Add PackageKit-Qt-libdir-references.patch: Fix the installed
+  packagekit-qt2-config.cmake file to have the correct link to the
+  library by keeping CMAKE_INSTALL_LIBDIR as a relative path and
+  the .pc file to have a valid path to $libdir.
+
+---

New:

  PackageKit-Qt-libdir-references.patch



Other differences:
--
++ PackageKit-Qt.spec ++
--- /var/tmp/diff_new_pack.xR8LaJ/_old  2013-09-25 17:18:37.0 +0200
+++ /var/tmp/diff_new_pack.xR8LaJ/_new  2013-09-25 17:18:37.0 +0200
@@ -24,7 +24,9 @@
 Group:  System/Daemons
 Url:http://packagekit.org/
 Source: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
-BuildRequires:  PackageKit-devel
+# PATCH-FIX-UPSTREAM PackageKit-Qt-libdir-references.patch alarr...@suse.com 
-- Fix lib location written into .cmake and .pc file.
+Patch0: PackageKit-Qt-libdir-references.patch
+BuildRequires:  PackageKit-devel = %{version}
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libqt4-devel
@@ -63,6 +65,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 mkdir build

++ PackageKit-Qt-libdir-references.patch ++
Index: PackageKit-Qt-0.8.8/src/modules/packagekit-qt2-config.cmake.in
===
--- PackageKit-Qt-0.8.8.orig/src/modules/packagekit-qt2-config.cmake.in
+++ PackageKit-Qt-0.8.8/src/modules/packagekit-qt2-config.cmake.in
@@ -6,6 +6,6 @@
 
 SET(prefix @CMAKE_INSTALL_PREFIX@)
 SET(exec_prefix @CMAKE_INSTALL_PREFIX@)
-SET(PACKAGEKIT_QT2_LIBRARIES 
@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@/libpackagekit-qt2.so CACHE 
FILEPATH Libraries for PackageKit-Qt2)
+SET(PACKAGEKIT_QT2_LIBRARIES @PK_QT2_INSTALL_LIBDIR@/libpackagekit-qt2.so 
CACHE FILEPATH Libraries for PackageKit-Qt2)
 SET(PACKAGEKIT_QT2_INCLUDE_DIR 
@CMAKE_INSTALL_PREFIX@/include/PackageKit/packagekit-qt2 CACHE PATH Include 
path for PackageKit-Qt2)
 SET(PACKAGEKIT_QT2_FOUND TRUE)
Index: PackageKit-Qt-0.8.8/src/packagekit-qt2.pc.in
===
--- PackageKit-Qt-0.8.8.orig/src/packagekit-qt2.pc.in
+++ PackageKit-Qt-0.8.8/src/packagekit-qt2.pc.in
@@ -1,6 +1,6 @@
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+libdir=@PK_QT2_INSTALL_LIBDIR@
 includedir=${prefix}/include
 
 Name: packagekit-qt2
Index: PackageKit-Qt-0.8.8/CMakeLists.txt
===
--- PackageKit-Qt-0.8.8.orig/CMakeLists.txt
+++ PackageKit-Qt-0.8.8/CMakeLists.txt
@@ -49,6 +49,13 @@ set (LOCALSTATEDIR /var)
 add_definitions(-DLOCALSTATEDIR=\${LOCALSTATEDIR}\)
 
 set(CMAKE_INSTALL_LIBDIR lib/${CMAKE_LIBRARY_ARCHITECTURE} CACHE PATH 
Output directory for libraries)
+if (IS_ABSOLUTE ${CMAKE_INSTALL_LIBDIR})
+  set (PK_QT2_INSTALL_LIBDIR ${CMAKE_INSTALL_LIBDIR})
+else (IS_ABSOLUTE ${CMAKE_INSTALL_LIBDIR})
+  set (PK_QT2_INSTALL_LIBDIR ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR})
+endif (IS_ABSOLUTE ${CMAKE_INSTALL_LIBDIR})
+
+
 
 configure_file(config.h.in ${CMAKE_BINARY_DIR}/config.h)
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-alembic for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package python3-alembic for openSUSE:Factory 
checked in at 2013-09-25 17:19:39

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


Package is python3-alembic

Changes:

--- /work/SRC/openSUSE:Factory/python3-alembic/python3-alembic.changes  
2013-08-27 21:22:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-alembic.new/python3-alembic.changes 
2013-09-25 17:19:40.0 +0200
@@ -1,0 +2,17 @@
+Thu Aug  8 20:36:51 UTC 2013 - dmuel...@suse.com
+
+- update to 0.6.0:
+  * [feature] Added new kw argument to EnvironmentContext.configure() 
include_object.
+  * [feature] The output of the alembic history command is now expanded.
+  * [feature] Added alembic.config.Config.cmd_opts attribute, allows access to 
the
+  argparse options passed to the alembic runner.(link)
+  * [feature] Added new command line argument -x, allows extra arguments to be
+  appended to the command line which can be consumed within an env.py script by
+  looking at context.config.cmd_opts.x, or more simply a new method
+  EnvironmentContext.get_x_argument().(link)
+  * [feature] Added -r argument to alembic history command, allows 
specification of [start]:[end] to view a slice of history. 
+  * [feature] Source base is now in-place for Python 2.6 through 3.3, 
+  without the need for 2to3. 
+  * [feature] Added new kw argument to EnvironmentContext.configure() 
include_object.
+
+---

Old:

  alembic-0.5.0.tar.gz
  zzzeek-alembic-5c05656a0f81.zip

New:

  alembic-0.6.0.tar.gz



Other differences:
--
++ python3-alembic.spec ++
--- /var/tmp/diff_new_pack.TgvE7r/_old  2013-09-25 17:19:41.0 +0200
+++ /var/tmp/diff_new_pack.TgvE7r/_new  2013-09-25 17:19:41.0 +0200
@@ -17,17 +17,15 @@
 
 
 Name:   python3-alembic
-Version:0.5.0
+Version:0.6.0
 Release:0
-Url:http://bitbucket.org/zzzeek/alembic
+Url:https://pypi.python.org/pypi/alembic
 Summary:A database migration tool for SQLAlchemy
 License:MIT
 Group:  Development/Languages/Python
-#Source: 
http://pypi.python.org/packages/source/a/alembic/alembic-%{version}.tar.gz
-#NOTE(saschpe): Temporarily use hg version until 0.6.0 is released.
-# To fix Python-3 compat issues
-Source: zzzeek-alembic-5c05656a0f81.zip
+Source: 
http://pypi.python.org/packages/source/a/alembic/alembic-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
 BuildRequires:  unzip
@@ -53,8 +51,7 @@
 * Allows the scripts to execute in some sequential manner.
 
 %prep
-#%%setup -q -n alembic-%{version}
-%setup -q -n zzzeek-alembic-5c05656a0f81
+%setup -q -n alembic-%{version}
 mv docs html  rm -rf html/build
 
 %build

++ alembic-0.5.0.tar.gz - alembic-0.6.0.tar.gz ++
 4769 lines of diff (skipped)

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



commit psi+ for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package psi+ for openSUSE:13.1 checked in at 
2013-09-25 17:19:30

Comparing /work/SRC/openSUSE:13.1/psi+ (Old)
 and  /work/SRC/openSUSE:13.1/.psi+.new (New)


Package is psi+

Changes:

--- /work/SRC/openSUSE:13.1/psi+/psi+.changes   2013-09-23 11:06:06.0 
+0200
+++ /work/SRC/openSUSE:13.1/.psi+.new/psi+.changes  2013-09-25 
17:19:32.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 25 08:33:11 UTC 2013 - jsl...@suse.com
+
+- update to 20130911
+  * updated translations
+  * many bugfixes (see ChangeLog)
+
+---

Old:

  psi+-20130815.tar.xz

New:

  psi+-20130911.tar.xz



Other differences:
--
++ psi+.spec ++
--- /var/tmp/diff_new_pack.S7EBfc/_old  2013-09-25 17:19:32.0 +0200
+++ /var/tmp/diff_new_pack.S7EBfc/_new  2013-09-25 17:19:32.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   psi+
 Url:http://code.google.com/p/psi-dev/
-Version:20130815
+Version:20130911
 Release:0
 Summary:Jabber client using Qt
 License:GPL-2.0+

++ psi+-20130815.tar.xz - psi+-20130911.tar.xz ++
/work/SRC/openSUSE:13.1/psi+/psi+-20130815.tar.xz 
/work/SRC/openSUSE:13.1/.psi+.new/psi+-20130911.tar.xz differ: char 26, line 1

++ psi-plus-l10n-1.tar.xz ++
 234062 lines of diff (skipped)

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



commit python3-docutils for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package python3-docutils for 
openSUSE:Factory checked in at 2013-09-25 17:19:54

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


Package is python3-docutils

Changes:

--- /work/SRC/openSUSE:Factory/python3-docutils/python3-docutils.changes
2013-09-23 11:17:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-docutils.new/python3-docutils.changes   
2013-09-25 17:19:55.0 +0200
@@ -1,0 +2,29 @@
+Tue Sep 24 09:48:27 UTC 2013 - toddrme2...@gmail.com
+
+- Update to 0.11
+  * Fix for the overwritting of document attributes.
+  * Support embedded aliases within hyperlink references.
+  * try local import of docutils components (reader, writer, parser, 
+language module) before global search.
+  * Python 3.3 checks CVS syntax only if strict is True.
+  * Now, it is easy to add a custom stylesheet to Docutils' default 
+stylesheet with, e.g., 
+--stylesheet_path='html4css1.css, mystyle.css'
+  * If there is a file html4css1.css in the working directory of the
+process at launch, it is used instead of the one provided by
+Docutils in the writer source directory.
+  * New default for math-output: HTML math.css.
+  * Avoid repeated class declarations in html4css1 writer
+  * Drop the simple algorithm replacing straight double quotes with
+English typographic ones. Activate the SmartQuotes transform if 
+you want this feature.
+  * New setting stylesheet_dirs: Comma-separated list of directories
+where stylesheets are found. Used by stylesheet_path when 
+expanding relative path arguments.
+  * handle lines starting with a period.
+  * Fix option separating comma was bold (thanks to Bill Morris).
+- Use pypi url and download
+- Replace rpmlint-non-executable-scripts.diff with sed in the spec 
+  file
+
+---

Old:

  docutils-0.10.tar.gz
  rpmlint-non-executable-scripts.diff

New:

  docutils-0.11.tar.gz



Other differences:
--
++ python3-docutils.spec ++
--- /var/tmp/diff_new_pack.wH6Quu/_old  2013-09-25 17:19:55.0 +0200
+++ /var/tmp/diff_new_pack.wH6Quu/_new  2013-09-25 17:19:55.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   python3-docutils
-Version:0.10
+Version:0.11
 Release:0
 Summary:Python Documentation Utilities
 License:Python-2.0 and BSD-2-Clause and GPL-2.0+ and GPL-3.0+ and 
SUSE-Public-Domain
 Group:  Development/Languages/Python
-Url:http://docutils.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/docutils/docutils/%{version}/docutils-%{version}.tar.gz
-Patch0: rpmlint-non-executable-scripts.diff
+Url:https://pypi.python.org/pypi/docutils/
+Source: 
https://pypi.python.org/packages/source/d/docutils/docutils-%{version}.tar.gz
+# Patch0: rpmlint-non-executable-scripts.diff
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
@@ -41,10 +41,15 @@
 
 %prep
 %setup -n docutils-%{version}
-%patch0
+# %patch0
 # Remove useless .py ending from executables:
 for i in tools/rst*; do mv $i ${i/.py}-%{py3_ver}; done
 sed -i s|'tools/\(rst.*\)\.py'|'tools/\1-%{py3_ver}'| setup.py
+# Remove shebang from non-executable files
+for i in 
{'code_analyzer','error_reporting','punctuation_chars','smartquotes','math/latex2mathml','math/math2html'};
 do 
+sed -i -e 1d docutils/utils/$i.py
+done
+sed -i -e 1d docutils/writers/xetex/__init__.py
 
 %build
 python3 setup.py build

++ docutils-0.10.tar.gz - docutils-0.11.tar.gz ++
 9983 lines of diff (skipped)

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



commit psi+ for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2013-09-25 17:19:28

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


Package is psi+

Changes:

--- /work/SRC/openSUSE:Factory/psi+/psi+.changes2013-08-16 
08:50:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2013-09-25 
17:19:29.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 25 08:33:11 UTC 2013 - jsl...@suse.com
+
+- update to 20130911
+  * updated translations
+  * many bugfixes (see ChangeLog)
+
+---

Old:

  psi+-20130815.tar.xz

New:

  psi+-20130911.tar.xz



Other differences:
--
++ psi+.spec ++
--- /var/tmp/diff_new_pack.FUdIqH/_old  2013-09-25 17:19:30.0 +0200
+++ /var/tmp/diff_new_pack.FUdIqH/_new  2013-09-25 17:19:30.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   psi+
 Url:http://code.google.com/p/psi-dev/
-Version:20130815
+Version:20130911
 Release:0
 Summary:Jabber client using Qt
 License:GPL-2.0+

++ psi+-20130815.tar.xz - psi+-20130911.tar.xz ++
/work/SRC/openSUSE:Factory/psi+/psi+-20130815.tar.xz 
/work/SRC/openSUSE:Factory/.psi+.new/psi+-20130911.tar.xz differ: char 26, line 
1

++ psi-plus-l10n-1.tar.xz ++
 234062 lines of diff (skipped)

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



commit SDL2_image for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package SDL2_image for openSUSE:Factory 
checked in at 2013-09-25 17:20:14

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


Package is SDL2_image

Changes:

--- /work/SRC/openSUSE:Factory/SDL2_image/SDL2_image.changes2013-09-11 
15:47:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.SDL2_image.new/SDL2_image.changes   
2013-09-25 17:20:15.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 12 10:42:27 UTC 2013 - dval...@suse.com
+
+- Fix undefined s on BigEndian platforms (bigendian_undefined_s.patch) 
+
+---

New:

  bigendian_undefined_s.patch



Other differences:
--
++ SDL2_image.spec ++
--- /var/tmp/diff_new_pack.UKmAo9/_old  2013-09-25 17:20:16.0 +0200
+++ /var/tmp/diff_new_pack.UKmAo9/_new  2013-09-25 17:20:16.0 +0200
@@ -28,6 +28,7 @@
 #Hg-Clone: http://hg.libsdl.org/SDL_image/
 Source: 
http://libsdl.org/projects/SDL_image/release/%name-%version.tar.gz
 Source2:baselibs.conf
+Patch0: bigendian_undefined_s.patch
 BuildRequires:  libSDL2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 rm -rf external
 
 %build

++ bigendian_undefined_s.patch ++
From: Dinar Valeev dval...@suse.com
Date: Thu, 12 Sep 2013 12:51:31 +0200

build: resolve compile abort on big-endian platforms

s was not declared.

Addition by jengelh: Make it unsigned, because that is the
only thing to make sense with the  operator.

Index: SDL2_image-2.0.0/IMG_webp.c
===
--- SDL2_image-2.0.0.orig/IMG_webp.c
+++ SDL2_image-2.0.0/IMG_webp.c
@@ -242,6 +242,7 @@ SDL_Surface *IMG_LoadWEBP_RW(SDL_RWops *
 Bmask = 0x00FF;
 Amask = (features.has_alpha) ? 0xFF00 : 0;
 #else
+unsigned int s;
 s = (features.has_alpha) ? 0 : 8;
 Rmask = 0xFF00  s;
 Gmask = 0x00FF  s;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sane-backends for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package sane-backends for openSUSE:13.1 
checked in at 2013-09-25 17:20:05

Comparing /work/SRC/openSUSE:13.1/sane-backends (Old)
 and  /work/SRC/openSUSE:13.1/.sane-backends.new (New)


Package is sane-backends

Changes:

--- /work/SRC/openSUSE:13.1/sane-backends/sane-backends.changes 2013-09-23 
11:08:37.0 +0200
+++ /work/SRC/openSUSE:13.1/.sane-backends.new/sane-backends.changes
2013-09-25 17:20:06.0 +0200
@@ -1,0 +2,19 @@
+Mon Sep 15 23:23:23 UTC 2013 - p...@gmx.com
+
+- workaround for hp scanjet 8200
+  As described in https://bugzilla.novell.com/show_bug.cgi?id=840443
+  when operating on a hp scanjet 8200 the avision driver gets stuck
+  in a loop trying to detect an ADF, even if none is present.
+  In order circumvent this issue, following workaround has been implemented:
+  1) create an option enforce-no-adf in the file avision.conf
+  2) patch the code in avision.c to make use of this option,
+ if the conditions that lead to the unsuccessful ADF search
+ (namely detection of NO ADF but reporting of SOME ADF type) is given.
+  Per default the new option is inactive by comment; activate at your own risk!
+  An upstream report was added to
+  
https://alioth.debian.org/tracker/index.php?func=detailaid=314108group_id=30186atid=410366
+- created patch110 for avision.conf
+- created patch111 for avision.c
+- introduced patch110 and patch111 into sane-backends.spec
+
+---

New:

  avision.c.patch
  avision.conf.patch



Other differences:
--
++ sane-backends.spec ++
--- /var/tmp/diff_new_pack.IeR9qz/_old  2013-09-25 17:20:06.0 +0200
+++ /var/tmp/diff_new_pack.IeR9qz/_new  2013-09-25 17:20:06.0 +0200
@@ -188,6 +188,12 @@
 # Furthermore it removes unsupported models from epkowa.desc because
 # otherwise there would be confusing model entries shown in yast2-scanner:
 Patch109:   adapt_epkowa.desc_for_yast2-scanner.patch
+#
+# Patch 110 and 111 implement scanjet 8200 ADF workaround - bnc#840443
+# 
https://alioth.debian.org/tracker/index.php?func=detailaid=314108group_id=30186atid=410366
+Patch110:   avision.conf.patch
+Patch111:   avision.c.patch
+#
 # Install into this non-root directory (required when norootforbuild is used):
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets 
for post/postun:
@@ -284,6 +290,11 @@
 # Patch109 adapt_epkowa.desc_for_yast2-scanner.patch adapts epkowa.desc for 
yast2-scanner
 # see https://bugzilla.novell.com/show_bug.cgi?id=788756#c14
 %patch109
+#
+# hope this is the right place to insert
+%patch110
+%patch111
+#
 # Source100... is SUSE specific stuff:
 # Remove hpoj.desc completely to avoid confusion with its successor hpaio.desc
 # because since openSUSE 10.3 the package hp-officeJet (for hpoj.desc) is 
dropped.

++ avision.c.patch ++
--- backend/avision.c.orig  2012-07-01 04:00:44.0 +0200
+++ backend/avision.c   2013-09-15 13:24:31.150933718 +0200
@@ -1273,6 +1273,12 @@
 static SANE_Bool force_a4 = SANE_FALSE;
 static SANE_Bool force_a3 = SANE_FALSE;
 
+/* 2013-09-15_PNu
+ * HP Scanjet 8200 w/o ADF fails during the ADF reset loop in 
get_accessories_info()
+ * Brute force option enforce-no-adf
+ */
+static SANE_Bool enforce_no_adf = SANE_FALSE;
+
 /* hardware resolutions to interpolate from */
 static const int  hw_res_list_c5[] =
   {
@@ -3208,6 +3214,17 @@
 
   dev-inquiry_adf |= result [0];
 
+  /* 2013-09-15_PNu
+   * HP Scanjet 8200 w/o ADF fails during the following ADF reset loop
+   */
+  if (enforce_no_adf) {
+if (result[0] == 0) {
+  result[2] = 0; /* to prevent fail of following loop */
+  DBG (3, get_accessories_info: no adf enforced!\n);
+}
+  }
+  /* /2013-09-15_PNu */
+
   if (dev-hw-feature_type2  AV_ADF_FLIPPING_DUPLEX)
   {
 if (result[0] == 1)
@@ -7637,6 +7654,14 @@
linenumber);
static_calib_list [2] = SANE_TRUE; 
  }
+ else if (strcmp (word, enforce-no-adf) == 0) {
+   /* 2013-09-15_PNu
+* Brute force option enforce-no-adf
+*/
+   DBG (3, sane_reload_devices: config file line %d: 
enforce-no-adf\n,
+   linenumber);
+   enforce_no_adf = SANE_TRUE; 
+ }
  else
DBG (1, sane_reload_devices: config file line %d: options 
unknown!\n,
linenumber);
++ avision.conf.patch ++
--- backend/avision.conf.in.orig2013-09-09 01:19:36.843243005 +0200
+++ backend/avision.conf.in 2013-09-15 13:13:40.697769805 

commit SDL2_image for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package SDL2_image for openSUSE:13.1 checked 
in at 2013-09-25 17:20:16

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


Package is SDL2_image

Changes:

--- /work/SRC/openSUSE:13.1/SDL2_image/SDL2_image.changes   2013-09-23 
10:46:43.0 +0200
+++ /work/SRC/openSUSE:13.1/.SDL2_image.new/SDL2_image.changes  2013-09-25 
17:20:17.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 12 10:42:27 UTC 2013 - dval...@suse.com
+
+- Fix undefined s on BigEndian platforms (bigendian_undefined_s.patch) 
+
+---

New:

  bigendian_undefined_s.patch



Other differences:
--
++ SDL2_image.spec ++
--- /var/tmp/diff_new_pack.imtxmX/_old  2013-09-25 17:20:17.0 +0200
+++ /var/tmp/diff_new_pack.imtxmX/_new  2013-09-25 17:20:17.0 +0200
@@ -28,6 +28,7 @@
 #Hg-Clone: http://hg.libsdl.org/SDL_image/
 Source: 
http://libsdl.org/projects/SDL_image/release/%name-%version.tar.gz
 Source2:baselibs.conf
+Patch0: bigendian_undefined_s.patch
 BuildRequires:  libSDL2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 rm -rf external
 
 %build

++ bigendian_undefined_s.patch ++
From: Dinar Valeev dval...@suse.com
Date: Thu, 12 Sep 2013 12:51:31 +0200

build: resolve compile abort on big-endian platforms

s was not declared.

Addition by jengelh: Make it unsigned, because that is the
only thing to make sense with the  operator.

Index: SDL2_image-2.0.0/IMG_webp.c
===
--- SDL2_image-2.0.0.orig/IMG_webp.c
+++ SDL2_image-2.0.0/IMG_webp.c
@@ -242,6 +242,7 @@ SDL_Surface *IMG_LoadWEBP_RW(SDL_RWops *
 Bmask = 0x00FF;
 Amask = (features.has_alpha) ? 0xFF00 : 0;
 #else
+unsigned int s;
 s = (features.has_alpha) ? 0 : 8;
 Rmask = 0xFF00  s;
 Gmask = 0x00FF  s;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sane-backends for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package sane-backends for openSUSE:Factory 
checked in at 2013-09-25 17:20:03

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


Package is sane-backends

Changes:

--- /work/SRC/openSUSE:Factory/sane-backends/sane-backends.changes  
2013-04-05 13:15:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.sane-backends.new/sane-backends.changes 
2013-09-25 17:20:04.0 +0200
@@ -1,0 +2,19 @@
+Mon Sep 15 23:23:23 UTC 2013 - p...@gmx.com
+
+- workaround for hp scanjet 8200
+  As described in https://bugzilla.novell.com/show_bug.cgi?id=840443
+  when operating on a hp scanjet 8200 the avision driver gets stuck
+  in a loop trying to detect an ADF, even if none is present.
+  In order circumvent this issue, following workaround has been implemented:
+  1) create an option enforce-no-adf in the file avision.conf
+  2) patch the code in avision.c to make use of this option,
+ if the conditions that lead to the unsuccessful ADF search
+ (namely detection of NO ADF but reporting of SOME ADF type) is given.
+  Per default the new option is inactive by comment; activate at your own risk!
+  An upstream report was added to
+  
https://alioth.debian.org/tracker/index.php?func=detailaid=314108group_id=30186atid=410366
+- created patch110 for avision.conf
+- created patch111 for avision.c
+- introduced patch110 and patch111 into sane-backends.spec
+
+---

New:

  avision.c.patch
  avision.conf.patch



Other differences:
--
++ sane-backends.spec ++
--- /var/tmp/diff_new_pack.25yMmk/_old  2013-09-25 17:20:05.0 +0200
+++ /var/tmp/diff_new_pack.25yMmk/_new  2013-09-25 17:20:05.0 +0200
@@ -188,6 +188,12 @@
 # Furthermore it removes unsupported models from epkowa.desc because
 # otherwise there would be confusing model entries shown in yast2-scanner:
 Patch109:   adapt_epkowa.desc_for_yast2-scanner.patch
+#
+# Patch 110 and 111 implement scanjet 8200 ADF workaround - bnc#840443
+# 
https://alioth.debian.org/tracker/index.php?func=detailaid=314108group_id=30186atid=410366
+Patch110:   avision.conf.patch
+Patch111:   avision.c.patch
+#
 # Install into this non-root directory (required when norootforbuild is used):
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets 
for post/postun:
@@ -284,6 +290,11 @@
 # Patch109 adapt_epkowa.desc_for_yast2-scanner.patch adapts epkowa.desc for 
yast2-scanner
 # see https://bugzilla.novell.com/show_bug.cgi?id=788756#c14
 %patch109
+#
+# hope this is the right place to insert
+%patch110
+%patch111
+#
 # Source100... is SUSE specific stuff:
 # Remove hpoj.desc completely to avoid confusion with its successor hpaio.desc
 # because since openSUSE 10.3 the package hp-officeJet (for hpoj.desc) is 
dropped.

++ avision.c.patch ++
--- backend/avision.c.orig  2012-07-01 04:00:44.0 +0200
+++ backend/avision.c   2013-09-15 13:24:31.150933718 +0200
@@ -1273,6 +1273,12 @@
 static SANE_Bool force_a4 = SANE_FALSE;
 static SANE_Bool force_a3 = SANE_FALSE;
 
+/* 2013-09-15_PNu
+ * HP Scanjet 8200 w/o ADF fails during the ADF reset loop in 
get_accessories_info()
+ * Brute force option enforce-no-adf
+ */
+static SANE_Bool enforce_no_adf = SANE_FALSE;
+
 /* hardware resolutions to interpolate from */
 static const int  hw_res_list_c5[] =
   {
@@ -3208,6 +3214,17 @@
 
   dev-inquiry_adf |= result [0];
 
+  /* 2013-09-15_PNu
+   * HP Scanjet 8200 w/o ADF fails during the following ADF reset loop
+   */
+  if (enforce_no_adf) {
+if (result[0] == 0) {
+  result[2] = 0; /* to prevent fail of following loop */
+  DBG (3, get_accessories_info: no adf enforced!\n);
+}
+  }
+  /* /2013-09-15_PNu */
+
   if (dev-hw-feature_type2  AV_ADF_FLIPPING_DUPLEX)
   {
 if (result[0] == 1)
@@ -7637,6 +7654,14 @@
linenumber);
static_calib_list [2] = SANE_TRUE; 
  }
+ else if (strcmp (word, enforce-no-adf) == 0) {
+   /* 2013-09-15_PNu
+* Brute force option enforce-no-adf
+*/
+   DBG (3, sane_reload_devices: config file line %d: 
enforce-no-adf\n,
+   linenumber);
+   enforce_no_adf = SANE_TRUE; 
+ }
  else
DBG (1, sane_reload_devices: config file line %d: options 
unknown!\n,
linenumber);
++ avision.conf.patch ++
--- backend/avision.conf.in.orig2013-09-09 01:19:36.843243005 +0200
+++ backend/avision.conf.in 2013-09-15 

commit shim for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2013-09-25 17:20:27

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


Package is shim

Changes:

--- /work/SRC/openSUSE:Factory/shim/shim.changes2013-09-17 
15:03:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes   2013-09-25 
17:20:28.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 25 07:17:54 UTC 2013 - g...@suse.com
+
+- Create boot.csv in ESP for fallback.efi to restore the boot entry
+
+---



Other differences:
--
++ shim-install ++
--- /var/tmp/diff_new_pack.leEZSP/_old  2013-09-25 17:20:28.0 +0200
+++ /var/tmp/diff_new_pack.leEZSP/_new  2013-09-25 17:20:28.0 +0200
@@ -180,6 +180,7 @@
 rm -f ${efidir}/MokManager.efi
 rm -f ${efidir}/grub.efi
 rm -f ${efidir}/grub.cfg
+rm -f ${efidir}/boot.csv
 efibootmgr=`which efibootmgr`
 if test $removable = no  test -n $bootloader_id  test -n 
$efibootmgr; then
 # Delete old entries from the same distributor.
@@ -194,6 +195,7 @@
 cp ${source_dir}/shim.efi ${efidir}
 cp ${source_dir}/MokManager.efi ${efidir}
 cp ${source_dir}/grub.efi ${efidir}
+echo shim.efi,${bootloader_id} | iconv -f ascii -t ucs2  
${efidir}/boot.csv
 
 grub_cfg_dirname=`dirname $grub_cfg`
 grub_cfg_basename=`basename $grub_cfg`

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



commit shim for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package shim for openSUSE:13.1 checked in at 
2013-09-25 17:20:29

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


Package is shim

Changes:

--- /work/SRC/openSUSE:13.1/shim/shim.changes   2013-09-23 11:09:08.0 
+0200
+++ /work/SRC/openSUSE:13.1/.shim.new/shim.changes  2013-09-25 
17:20:35.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 25 07:17:54 UTC 2013 - g...@suse.com
+
+- Create boot.csv in ESP for fallback.efi to restore the boot entry
+
+---



Other differences:
--
++ shim-install ++
--- /var/tmp/diff_new_pack.nfTeCz/_old  2013-09-25 17:20:35.0 +0200
+++ /var/tmp/diff_new_pack.nfTeCz/_new  2013-09-25 17:20:35.0 +0200
@@ -180,6 +180,7 @@
 rm -f ${efidir}/MokManager.efi
 rm -f ${efidir}/grub.efi
 rm -f ${efidir}/grub.cfg
+rm -f ${efidir}/boot.csv
 efibootmgr=`which efibootmgr`
 if test $removable = no  test -n $bootloader_id  test -n 
$efibootmgr; then
 # Delete old entries from the same distributor.
@@ -194,6 +195,7 @@
 cp ${source_dir}/shim.efi ${efidir}
 cp ${source_dir}/MokManager.efi ${efidir}
 cp ${source_dir}/grub.efi ${efidir}
+echo shim.efi,${bootloader_id} | iconv -f ascii -t ucs2  
${efidir}/boot.csv
 
 grub_cfg_dirname=`dirname $grub_cfg`
 grub_cfg_basename=`basename $grub_cfg`

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



commit typo3-cms-4_5 for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package typo3-cms-4_5 for openSUSE:Factory 
checked in at 2013-09-25 17:22:35

Comparing /work/SRC/openSUSE:Factory/typo3-cms-4_5 (Old)
 and  /work/SRC/openSUSE:Factory/.typo3-cms-4_5.new (New)


Package is typo3-cms-4_5

Changes:

--- /work/SRC/openSUSE:Factory/typo3-cms-4_5/typo3-cms-4_5.changes  
2013-07-16 17:10:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.typo3-cms-4_5.new/typo3-cms-4_5.changes 
2013-09-25 17:22:36.0 +0200
@@ -1,0 +2,42 @@
+Mon Sep 23 19:27:00 UTC 2013 - thomas.w...@thomas-worm.de
+
+- Raised to version 4.5.30
+  * bugfix: Backend Layout Grid Wizard not fully visible in Mac Firefox 22, 
t3#50424
+  * bugfix: Exclude empty passwords from password hashing check, t3#36244
+  * bugfix: Escape title tag of image links, t3#50760
+  * bugfix: Page tree filtering broken in IE7  IE8, t3#25327
+  * bugfix: TCA: subtypes_addlist not processed, t3#30636
+  * bugfix: Handle file_references properly in t3lib_befunc::thumbCode, 
t3#31295
+  * bugfix: number_format() expects parameter 1 to be double, t3#50868
+  * bugfix: MySQL: Use ENGINE (not TYPE) for storage-engine, t3#50466
+  * bugfix: Syntax error in class.tx_coreupdates_t3skin.php, t3#35274
+  * bugfix: Fix fatal error in extension manager, t3#46642
+  * Provide information about import action in TCEmain to hooks, t3#36031
+  * security: XSS in 3rd party library Audio Player (Oliver Hader), t3#49210
+  * bugfix: Fix double-stdWrapping of GIFBUILDER's TEXT object (jyps), t3#41487
+  * Remove empty .gitmodules file (Christian Kuhn), t3#50480
+  * Revise typo3/sysext/README.txt (Wouter Wolters), t3#50410
+  * bugfix: Page within a mountpoint using Show Content from Page fatals, 
t3#32292
+  * bugfix: PHP Module pgsql not supported, t3#43163
+  * bugfix: stdWrap for special.value applied twice, t3#40855
+  * bugfix: Fix PHP warning trigged in initFEuser, t3#42921
+  * bugfix: requestUpdate sensitive to spaces, t3#49872
+  * bugfix: requestUpdate sensitive to spaces, t3#42789
+  * bugfix: Allow non-Admins to delete Records finally, t3#34156
+  * bugfix: t3lib_userAuthGroup::checkLogFailures() gives PHP notice, t3#30055
+  * bugfix: Invalid use of array_shift() in t3lib_div, t3#30056
+  * bugfix: Invalid method signature for t3lib_pageTree::init(), t3#30062
+  * bugfix: Some methods in t3lib_TSparser should be static, t3#30058
+  * Add support for outdated extensions, t3#49350
+  * bugfix: RTE: Importing google webfonts breaks style sheet parsing, t3#49648
+  * Improve error message in NotFoundView to identify source, t3#49519
+  * Incorrect grouping of exclude fields in translated backend, t3#47839
+  * t3lib_utility_mailTest fails, t3#49361
+  * Insert rows only once in exec_INSERTmultipleRows, t3#48220
+  * Flexform field is available but not passed to sub-function calls, t3#49331
+  * Illegal string offset warning in AjaxLoginHandler, t3#49327
+  * Fix JS error with Context Sensitive Help, t3#26588
+  * Illegal string offset 'translations' in DatabaseRecordList, t3#47103
+  * Pass $field to BackendUtility::getFlexFormDS, t3#39527
+
+---

Old:

  typo3-4.5.27.tar.bz2

New:

  typo3-4.5.30.tar.bz2



Other differences:
--
++ typo3-cms-4_5.spec ++
--- /var/tmp/diff_new_pack.tOE639/_old  2013-09-25 17:22:38.0 +0200
+++ /var/tmp/diff_new_pack.tOE639/_new  2013-09-25 17:22:38.0 +0200
@@ -21,7 +21,7 @@
 Summary:Typo3 CMS v4.5
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.5.27
+Version:4.5.30
 Release:0
 Source0:typo3-%{version}.tar.bz2
 Url:http://www.typo3.org/

++ _service ++
--- /var/tmp/diff_new_pack.tOE639/_old  2013-09-25 17:22:38.0 +0200
+++ /var/tmp/diff_new_pack.tOE639/_new  2013-09-25 17:22:38.0 +0200
@@ -1,10 +1,11 @@
+?xml version=1.0?
 services
   service name=tar_scm mode=localonly
 param name=scmgit/param
 param name=urlgit://git.typo3.org/Packages/TYPO3.CMS.git/param
 param name=filenametypo3/param
-param name=version4.5.27/param
-param name=revisionTYPO3_4-5-27/param
+param name=version4.5.30/param
+param name=revisionTYPO3_4-5-30/param
   /service
   service name=recompress mode=localonly
 param name=file*.tar/param

++ typo3-4.5.27.tar.bz2 - typo3-4.5.30.tar.bz2 ++
/work/SRC/openSUSE:Factory/typo3-cms-4_5/typo3-4.5.27.tar.bz2 
/work/SRC/openSUSE:Factory/.typo3-cms-4_5.new/typo3-4.5.30.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 ocfs2-tools for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2013-09-25 17:18:19

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


Package is ocfs2-tools

Changes:

--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2013-07-08 
07:24:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes 
2013-09-25 17:18:20.0 +0200
@@ -1,0 +2,83 @@
+Fri Sep 13 08:34:08 UTC 2013 - l...@suse.com
+
+- Move static libraries to devel-static subpackage.
+
+---
+Thu Sep 12 09:30:27 UTC 2013 - lzh...@suse.com
+
+- mkfs.ocfs2/tunefs.ocfs2 may hang there because of dlm_unlock
+  +bug-838705-change_dlm_lib.patch
+
+---
+Thu Sep  5 07:24:42 CDT 2013 - rgold...@suse.com
+
+- mkfs.ocfs2 aborts if cluster information is not found/supplied
+  + 0009-mkfs.ocfs2-Abort-if-cluster-information-is-not-detec.patch
+
+---
+Tue Sep  3 09:14:16 CDT 2013 - rgold...@suse.com
+
+- Make mount.ocfs2 load ocfs2 kmp and setup cluster_stack if 
+  not found
+   + 0008-mount.ocfs2-Read-stack-from-device-and-setup-stack-i.patch
+
+---
+Thu Aug 22 13:18:01 CDT 2013 - rgold...@suse.com
+
+- Mark o2cb.ocf as obsolete. Anyone using o2cb.ocf will get an
+  info message stating so.
+
+---
+Tue Aug 20 08:02:13 CDT 2013 - rgold...@suse.com
+
+- The nocontrold effort (added nocontrold patches and disabled
+  corosync-2.3 controld compatibility patches): 
+  + 0001-libo2cb-Remove-controld-actions-from-group-join-leav.patch
+  + 0002-libo2cb-Remove-rest-of-controld-functions.patch
+  + 0003-Get-cluster-name-from-corosync-cmap.patch
+  + 0004-Remove-controld-structures-from-debugfs.ocfs2.patch
+  + 0005-Check-for-DLM-kernel-version-in-user_begin_group_joi.patch
+  + 0006-Add-cmap-and-dlm-libraries-in-the-tools.patch
+  - 0001-Remove-pacemaker-ais-stuff.patch
+  - 0002-Add-corosync-cfg-to-get-configuration-information.patch
+  - 0003-Remove-daemon-protocol-versions-and-consolidate-fs-v.patch
+  - 0005-Add-cluster_name-and-stack-name.patch
+
+---
+Sat Aug 17 09:26:19 CDT 2013 - rgold...@suse.com
+
+- libocfs2-Change-asserts-to-error.patch: Return control to 
+  fsck.ocfs2 instead of erring
+
+---
+Fri Aug  9 13:55:01 CDT 2013 - rgold...@suse.com
+
+- Add libraries back in devel package. This is required for
+  ocfs2-test
+- libocfs2-needs-libaio.patch: Add -laio to ocfs2.pc
+
+---
+Tue Aug  6 09:21:41 CDT 2013 - rgold...@suse.com
+
+- Fix FS protocol versions: 
+  + 0003-Remove-daemon-protocol-versions-and-consolidate-fs-v.patch
+  - 0003-Hard-code-protocol-versions.patch
+
+---
+Wed Jul 31 08:01:02 CDT 2013 - rgold...@suse.com
+
+- Get ocfs2_controld up to speed with corosync 2.3.x
+  + 0001-Remove-pacemaker-ais-stuff.patch
+  + 0002-Add-corosync-cfg-to-get-configuration-information.patch
+  + 0003-Hard-code-protocol-versions.patch
+  + 0005-Add-cluster_name-and-stack-name.patch
+  - ocfs2_controld-pacemaker.diff
+
+---
+Mon Jul 22 10:57:44 UTC 2013 - y...@suse.com
+
+- ocfs2_controld: ocfs2_controld-pacemaker.diff
+  * Replace use of send_ais_text() with send_cluster_text()
+  * Replace use of ais_dispatch() with plugin_dispatch()
+
+---

Old:

  ocfs2_controld-pacemaker.diff

New:

  0001-libo2cb-Remove-controld-actions-from-group-join-leav.patch
  0002-libo2cb-Remove-rest-of-controld-functions.patch
  0003-Get-cluster-name-from-corosync-cmap.patch
  0004-Remove-controld-structures-from-debugfs.ocfs2.patch
  0005-Check-for-DLM-kernel-version-in-user_begin_group_joi.patch
  0006-Add-cmap-and-dlm-libraries-in-the-tools.patch
  0008-mount.ocfs2-Read-stack-from-device-and-setup-stack-i.patch
  0009-mkfs.ocfs2-Abort-if-cluster-information-is-not-detec.patch
  bug-838705-change_dlm_lib.patch
  libocfs2-Change-asserts-to-error.patch
  libocfs2-needs-libaio.patch



Other differences:
--
++ ocfs2-tools.spec ++
--- /var/tmp/diff_new_pack.flADUX/_old  2013-09-25 17:18:21.0 +0200
+++ /var/tmp/diff_new_pack.flADUX/_new  2013-09-25 17:18:21.0 +0200
@@ 

commit viewvc for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package viewvc for openSUSE:Factory checked 
in at 2013-09-25 17:23:46

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


Package is viewvc

Changes:

--- /work/SRC/openSUSE:Factory/viewvc/viewvc.changes2013-04-26 
12:37:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.viewvc.new/viewvc.changes   2013-09-25 
17:23:46.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 16 09:50:44 UTC 2013 - dmuel...@suse.com
+
+- update to 1.1.21:
+  * restore compatibility with Python 2.6.x
+
+---

Old:

  viewvc-1.1.20.tar.gz

New:

  viewvc-1.1.21.tar.gz



Other differences:
--
++ viewvc.spec ++
--- /var/tmp/diff_new_pack.FclM7u/_old  2013-09-25 17:23:47.0 +0200
+++ /var/tmp/diff_new_pack.FclM7u/_new  2013-09-25 17:23:47.0 +0200
@@ -19,7 +19,7 @@
 Name:   viewvc
 BuildRequires:  apache2-devel
 BuildRequires:  python-devel
-Version:1.1.20
+Version:1.1.21
 Release:0
 #
 %defineapxs/usr/sbin/apxs2

++ viewvc-1.1.20.tar.gz - viewvc-1.1.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/viewvc-1.1.20/CHANGES new/viewvc-1.1.21/CHANGES
--- old/viewvc-1.1.20/CHANGES   2013-04-24 15:26:07.0 +0200
+++ new/viewvc-1.1.21/CHANGES   2013-09-13 15:39:39.0 +0200
@@ -1,3 +1,7 @@
+Version 1.1.21 (released 13-Sep-2013)
+
+  * fix markup/annotate exception with Python  2.7 (issue #527)
+
 Version 1.1.20 (released 24-Apr-2013)
 
   * fix tab-to-space handling regression in markup view
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/viewvc-1.1.20/lib/viewvc.py 
new/viewvc-1.1.21/lib/viewvc.py
--- old/viewvc-1.1.20/lib/viewvc.py 2013-04-24 15:27:13.0 +0200
+++ new/viewvc-1.1.21/lib/viewvc.py 2013-09-13 15:40:52.0 +0200
@@ -14,7 +14,7 @@
 #
 # ---
 
-__version__ = '1.1.20'
+__version__ = '1.1.21'
 
 # this comes from our library; measure the startup time
 import debug
@@ -1288,10 +1288,7 @@
 the number of visible characters in the result string, and a
 boolean flag indicating whether or not S was truncated.
 
-out = ''
-out_len = 0
-tokens = self.tokenize_text(s)
-return tokens.get_result()
+return self.tokenize_text(s).get_result(maxlen)
 
   def tokenize_text(self, s):
 Return a ViewVCHtmlFormatterTokens object containing the tokens
@@ -1687,9 +1684,11 @@
 
   if not encoding or encoding == 'utf-8':
 return text
-  return unicode(text, encoding,
- errors='replace').encode('utf-8',
-  errors='replace')
+  try:
+return unicode(text, encoding, 'replace').encode('utf-8', 'replace')
+  except:
+pass
+  return text
 
 def markup_stream(request, cfg, blame_data, file_lines, filename,
   mime_type, encoding, colorize):

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



commit viewvc for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package viewvc for openSUSE:13.1 checked in 
at 2013-09-25 17:23:47

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


Package is viewvc

Changes:

--- /work/SRC/openSUSE:13.1/viewvc/viewvc.changes   2013-09-23 
11:14:20.0 +0200
+++ /work/SRC/openSUSE:13.1/.viewvc.new/viewvc.changes  2013-09-25 
17:23:48.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 16 09:50:44 UTC 2013 - dmuel...@suse.com
+
+- update to 1.1.21:
+  * restore compatibility with Python 2.6.x
+
+---

Old:

  viewvc-1.1.20.tar.gz

New:

  viewvc-1.1.21.tar.gz



Other differences:
--
++ viewvc.spec ++
--- /var/tmp/diff_new_pack.cLjkYg/_old  2013-09-25 17:23:49.0 +0200
+++ /var/tmp/diff_new_pack.cLjkYg/_new  2013-09-25 17:23:49.0 +0200
@@ -19,7 +19,7 @@
 Name:   viewvc
 BuildRequires:  apache2-devel
 BuildRequires:  python-devel
-Version:1.1.20
+Version:1.1.21
 Release:0
 #
 %defineapxs/usr/sbin/apxs2

++ viewvc-1.1.20.tar.gz - viewvc-1.1.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/viewvc-1.1.20/CHANGES new/viewvc-1.1.21/CHANGES
--- old/viewvc-1.1.20/CHANGES   2013-04-24 15:26:07.0 +0200
+++ new/viewvc-1.1.21/CHANGES   2013-09-13 15:39:39.0 +0200
@@ -1,3 +1,7 @@
+Version 1.1.21 (released 13-Sep-2013)
+
+  * fix markup/annotate exception with Python  2.7 (issue #527)
+
 Version 1.1.20 (released 24-Apr-2013)
 
   * fix tab-to-space handling regression in markup view
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/viewvc-1.1.20/lib/viewvc.py 
new/viewvc-1.1.21/lib/viewvc.py
--- old/viewvc-1.1.20/lib/viewvc.py 2013-04-24 15:27:13.0 +0200
+++ new/viewvc-1.1.21/lib/viewvc.py 2013-09-13 15:40:52.0 +0200
@@ -14,7 +14,7 @@
 #
 # ---
 
-__version__ = '1.1.20'
+__version__ = '1.1.21'
 
 # this comes from our library; measure the startup time
 import debug
@@ -1288,10 +1288,7 @@
 the number of visible characters in the result string, and a
 boolean flag indicating whether or not S was truncated.
 
-out = ''
-out_len = 0
-tokens = self.tokenize_text(s)
-return tokens.get_result()
+return self.tokenize_text(s).get_result(maxlen)
 
   def tokenize_text(self, s):
 Return a ViewVCHtmlFormatterTokens object containing the tokens
@@ -1687,9 +1684,11 @@
 
   if not encoding or encoding == 'utf-8':
 return text
-  return unicode(text, encoding,
- errors='replace').encode('utf-8',
-  errors='replace')
+  try:
+return unicode(text, encoding, 'replace').encode('utf-8', 'replace')
+  except:
+pass
+  return text
 
 def markup_stream(request, cfg, blame_data, file_lines, filename,
   mime_type, encoding, colorize):

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



commit typo3-cms-4_7 for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package typo3-cms-4_7 for openSUSE:Factory 
checked in at 2013-09-25 17:23:33

Comparing /work/SRC/openSUSE:Factory/typo3-cms-4_7 (Old)
 and  /work/SRC/openSUSE:Factory/.typo3-cms-4_7.new (New)


Package is typo3-cms-4_7

Changes:

--- /work/SRC/openSUSE:Factory/typo3-cms-4_7/typo3-cms-4_7.changes  
2013-03-21 10:48:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.typo3-cms-4_7.new/typo3-cms-4_7.changes 
2013-09-25 17:23:34.0 +0200
@@ -1,0 +2,104 @@
+Mon Sep 23 20:17:43 UTC 2013 - thomas.w...@thomas-worm.de
+
+- Raised to version 4.7.15
+  * bugfix: Backend Layout Grid Wizard not fully visible in Mac Firefox 22, 
t3#50424
+  * bugfix: Exclude empty passwords from password hashing check, t3#36244
+  * bugfix: Escape title tag of image links, t3#50760
+  * bugfix: Page tree filtering broken in IE7  IE8, t3#25327
+  * bugfix: TCA: subtypes_addlist not processed, t3#30636
+  * bugfix: Avoid usage of subheader in mailform, t3#46094
+  * bugfix: number_format() expects parameter 1 to be double, t3#50868
+  * bugfix: MySQL: Use ENGINE (not TYPE) for storage-engine, t3#50466
+  * bugfix: Syntax error in class.tx_coreupdates_t3skin.php, t3#35274
+  * bugfix: Fix fatal error in extension manager, t3#46642
+  * TagBuilders render() method PhpDoc return tag fixed, t3#50645
+  * Provide information about import action in TCEmain to hooks, t3#36031
+  * bugfix: RTE wizard can't save document and view page, t3#43631
+  * security: XSS in 3rd party library Flowplayer (Oliver Hader), t3#49209
+  * security: XSS in 3rd party library Audio Player (Oliver Hader), t3#49210
+  * bugfix: Fix double-stdWrapping of GIFBUILDER's TEXT object (jyps), t3#41487
+  * Remove empty .gitmodules file (Christian Kuhn), t3#50480
+  * Revise typo3/sysext/README.txt (Wouter Wolters), t3#50410
+  * bugfix: Fix PHP warning trigged in initFEuser, t3#42921
+  * bugfix: requestUpdate sensitive to spaces, t3#49872
+  * bugfix: Form email validation is case sensitive, t3#43924
+  * bugfix: requestUpdate sensitive to spaces, t3#42789
+  * Add support for outdated extensions, t3#49350
+  * Travis: Speedup cloning of repos
+  * bugfix: RTE: Importing google webfonts breaks style sheet parsing, t3#49648
+  * Improve error message in NotFoundView to identify source, t3#49519
+  * bugfix: compressJs returns wrong filenames, t3#48213
+  * bugfix: Incomplete backup in befuncTest, t3#49355
+  * bugfix: Insert rows only once in exec_INSERTmultipleRows, t3#48220
+  * bugfix: Flexform field is available but not passed to sub-function calls, 
t3#49331
+  * bugfix: Illegal string offset warning in AjaxLoginHandler, t3#49327
+  * bugfix: Fix JS error with Context Sensitive Help, t3#26588
+  * bugfix: Incorrect grouping of exclude fields in translated backend, 
t3#47839
+  * bugfix: Illegal string offset 'translations' in DatabaseRecordList, 
t3#47103
+  * bugfix: Pass $field to BackendUtility::getFlexFormDS, t3#39527
+  * bugfix: Fix last line in table wizard, t3#16531
+  * bugfix: be_users.userMods is too small to hold all modules, t3#16762
+  * bugfix: Uppercase CSS tag selectors not supported in some mime types, 
t3#40501
+  * bugfix: Sorting not respected for backend layout dropdowns, t3#47688
+  * bugfix: Improvement of LanguageCacheClearer, t3#47912
+  * bugfix: Wrong class in t3lib_TCEforms_Suggest, t3#48052
+  * Update PEAR packages, t3#48027
+  * Use PHP lint to check for syntax errors on travis
+  * bugfix: Saving a scheduler task throws fatal error, t3#48022
+  * bugfix; Clearing label through TS doesn't work, t3#43959
+  * bugfix: Don't preserve piVars in felogin links, t3#46829
+  * bugfix: Extension Security Report goes green if TER was never fetched, 
t3#39043
+  * bugfix: Resolve asterisk in allowed tables for suggest wizard, t3#21588
+  * Raise submodule pointer (TYPO3 Release Team)
+  * Update URLs to documentation (Jigal van Hemert), t3#47621
+  * Raise submodule pointer (Anja Leichsenring)
+  * bugfix: Empty columns in Page Module view cause warnings (Christian 
Zenker), t3#47529
+  * Raise submodule pointer (TYPO3 Release Team)
+  * bugfix: Select label element from suggest-list (Stefan Neufeind), t3#47409
+  * bugfix: RTE: Tab key in Chrome inserts weird SPAN tags (Stanislas 
Rolland), t3#47274
+  * bugfix: Suggest wizard: Display record icon (Jigal van Hemert), t3#40731
+  * bugfix: excludeUidList not checked for ifsub state (Jigal van Hemert), 
t3#45254
+  * Add/drop usage of preg_quote() where needed (Jigal van Hemert), t3#36793
+  * bugfix: Cache file could not be written on concurrent actions (Oliver 
Hader), t3#46205
+  * Raise submodule pointer (Christian Kuhn)
+  * bugfix: stripOrderBy, stripGroupBy should remove double occurrence 
(Laurent Cherpit), t3#41641
+  * bugfix: Preview images not rendered in Web  Page view 

commit audacity for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2013-09-26 07:02:47

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


Package is audacity

Changes:

--- /work/SRC/openSUSE:Factory/audacity/audacity.changes2013-04-01 
11:28:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.audacity.new/audacity.changes   2013-09-26 
07:02:49.0 +0200
@@ -1,0 +2,18 @@
+Tue Sep 10 15:15:25 UTC 2013 - fi...@opensuse.org
+
+- Update to 2.0.4:
+  * New Reverb effect to replace GVerb, based on the original Freeverb.
+  * New View  Go to Selection Start and Go to Selection End commands.
+  * New Tracks  Align End to End command to append existing tracks to each 
other.
+  * Change Tempo now supports fractional BPM.
+  * Plot Spectrum now supports FFT sizes up to 65536.
+  * WAV files now support Album Title, Track Number and Genre
+LIST INFO tags and also support ID3 tags.
+  * Handle a bug in older iPods or some OS X applications that cause them
+to refuse AIFF files whose metadata contains an uneven number of 
characters,
+  * CTRL + ALT can now be used to smooth samples in Draw Tool.
+  * Modules Preferences replaced with a dialog on launch of Audacity enabling
+you to choose which modules to load.
+  * Many bug fixes.
+
+---

Old:

  audacity-minsrc-2.0.3.tar.xz

New:

  audacity-minsrc-2.0.4.tar.xz



Other differences:
--
++ audacity.spec ++
--- /var/tmp/diff_new_pack.SjuRdK/_old  2013-09-26 07:02:52.0 +0200
+++ /var/tmp/diff_new_pack.SjuRdK/_new  2013-09-26 07:02:52.0 +0200
@@ -54,7 +54,7 @@
 %if %{with twolame}
 BuildRequires:  pkgconfig(twolame)
 %endif
-Version:2.0.3
+Version:2.0.4
 Release:0
 Summary:A Free, Cross-Platform Digital Audio Editor
 License:GPL-2.0+

++ audacity-minsrc-2.0.3.tar.xz - audacity-minsrc-2.0.4.tar.xz ++
 301768 lines of diff (skipped)

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



commit audacity for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package audacity for openSUSE:13.1 checked 
in at 2013-09-26 07:02:56

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


Package is audacity

Changes:

--- /work/SRC/openSUSE:13.1/audacity/audacity.changes   2013-09-23 
10:47:30.0 +0200
+++ /work/SRC/openSUSE:13.1/.audacity.new/audacity.changes  2013-09-26 
07:02:57.0 +0200
@@ -1,0 +2,18 @@
+Tue Sep 10 15:15:25 UTC 2013 - fi...@opensuse.org
+
+- Update to 2.0.4:
+  * New Reverb effect to replace GVerb, based on the original Freeverb.
+  * New View  Go to Selection Start and Go to Selection End commands.
+  * New Tracks  Align End to End command to append existing tracks to each 
other.
+  * Change Tempo now supports fractional BPM.
+  * Plot Spectrum now supports FFT sizes up to 65536.
+  * WAV files now support Album Title, Track Number and Genre
+LIST INFO tags and also support ID3 tags.
+  * Handle a bug in older iPods or some OS X applications that cause them
+to refuse AIFF files whose metadata contains an uneven number of 
characters,
+  * CTRL + ALT can now be used to smooth samples in Draw Tool.
+  * Modules Preferences replaced with a dialog on launch of Audacity enabling
+you to choose which modules to load.
+  * Many bug fixes.
+
+---

Old:

  audacity-minsrc-2.0.3.tar.xz

New:

  audacity-minsrc-2.0.4.tar.xz



Other differences:
--
++ audacity.spec ++
--- /var/tmp/diff_new_pack.LyBjhR/_old  2013-09-26 07:02:57.0 +0200
+++ /var/tmp/diff_new_pack.LyBjhR/_new  2013-09-26 07:02:57.0 +0200
@@ -54,7 +54,7 @@
 %if %{with twolame}
 BuildRequires:  pkgconfig(twolame)
 %endif
-Version:2.0.3
+Version:2.0.4
 Release:0
 Summary:A Free, Cross-Platform Digital Audio Editor
 License:GPL-2.0+

++ audacity-minsrc-2.0.3.tar.xz - audacity-minsrc-2.0.4.tar.xz ++
 301768 lines of diff (skipped)

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



commit bison for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package bison for openSUSE:Factory checked 
in at 2013-09-26 07:03:07

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


Package is bison

Changes:

--- /work/SRC/openSUSE:Factory/bison/bison.changes  2013-07-09 
20:50:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.bison.new/bison.changes 2013-09-26 
07:03:09.0 +0200
@@ -1,0 +2,12 @@
+Sat Aug  3 02:24:50 UTC 2013 - crrodrig...@opensuse.org
+
+- Update to bision 3.0
+* deep overhaul/improvements of the diagnostics
+* more versatile means to describe semantic value types, 
+including the ability to store genuine C++ objects in C++ parsers
+* push-parser interface extended to Java
+* parse-time semantic predicates for GLR parsers.
+* This is a major update, please see https://lwn.net/Articles/561990/
+  for all details and backward incompatible changes.
+
+---

Old:

  bison-2.7.tar.xz

New:

  bison-3.0.tar.xz



Other differences:
--
++ bison.spec ++
--- /var/tmp/diff_new_pack.0VE3hA/_old  2013-09-26 07:03:10.0 +0200
+++ /var/tmp/diff_new_pack.0VE3hA/_new  2013-09-26 07:03:10.0 +0200
@@ -25,7 +25,7 @@
 %ifarch ppc64
 Obsoletes:  bison-64bit
 %endif
-Version:2.7
+Version:3.0
 Release:0
 Summary:The GNU Parser Generator
 License:GPL-3.0+

++ bison-2.7.tar.xz - bison-3.0.tar.xz ++
 383185 lines of diff (skipped)

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



commit deepin-music-player for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package deepin-music-player for 
openSUSE:Factory checked in at 2013-09-26 07:03:30

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


Package is deepin-music-player

Changes:

--- /work/SRC/openSUSE:Factory/deepin-music-player/deepin-music-player.changes  
2013-03-21 22:02:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.deepin-music-player.new/deepin-music-player.changes 
2013-09-26 07:03:36.0 +0200
@@ -1,0 +2,17 @@
+Wed Aug 14 21:57:33 CST 2013 - hillw...@linuxfans.org
+
+- add deepin-gsettings as Requires
+
+---
+Wed Aug 14 17:01:14 CST 2013 - hillw...@linuxfans.org
+
+- update to 2.0git20130802
+  * upsteam did not provide changlog
+
+---
+Sun Apr 28 21:40:47 CST 2013 - hillw...@linuxfans.org
+
+- update to 1.0.1git20130330(2.0 Alpha)
+  * fix bugs
+
+---
@@ -6,0 +24,14 @@
+
+---
+Sun Feb 24 11:52:00 CST 2013 - kaji...@hotmail.com
+
+- fix require python-cddb to python-CDDB
+
+---
+Tue Feb  5 20:05:13 CST 2013 - hillw...@linuxfans.org
+
+- update to 1.0.1git20130125(2.0 Alpha)
+  * add plugins support
+  * add mini mode
+  * more media formats support
+  

Old:

  deepin-music-player-1.0.1git20120911.tar.gz

New:

  deepin-music-player-2.0git20130802.tar.bz2



Other differences:
--
++ deepin-music-player.spec ++
--- /var/tmp/diff_new_pack.X5nY7g/_old  2013-09-26 07:03:38.0 +0200
+++ /var/tmp/diff_new_pack.X5nY7g/_new  2013-09-26 07:03:38.0 +0200
@@ -2,6 +2,7 @@
 # spec file for package deepin-music-player
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 Hillwood Yang hillw...@linuxfans.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,17 +21,19 @@
 Summary:Deepin Music Playe 
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
-Version:1.0.1git20120911
+Version:2.0git20130802
 Release:0
 BuildArch:  noarch
-Url:
http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-music-player/
-Source0:%{name}-%{version}.tar.gz
+Url:https://github.com/linuxdeepin/deepin-music-player
+Source0:%{name}-%{version}.tar.bz2
 Source1:deepin-music-player.desktop
 Source2:deepin-music-player.png
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
-Requires:   deepin-ui
+Requires:   deepin-ui = 2.0git20130724
+Requires:   deepin-gsettings
+Requires:   python-CDDB
 Requires:   python-chardet
 Requires:   python-gtk
 Requires:   python-imaging
@@ -38,6 +41,7 @@
 Requires:   python-pyquery
 Requires:   python-scipy
 Requires:   python-xlib
+Requires:   python-keybinder
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
@@ -51,14 +55,13 @@
 %lang_package
 
 %prep
-%setup -q 
-
+%setup -q -n %{name}
 %build
 cd locale
 msgfmt zh_CN.po -o zh_CN.mo
 msgfmt zh_HK.po -o zh_HK.mo
 msgfmt zh_TW.po -o zh_TW.mo
-msgfmt ru_RU.po -o ru_RU.mo
+# msgfmt ru_RU.po -o ru_RU.mo
 
 %install
 chmod 644 AUTHORS
@@ -69,18 +72,21 @@
 mkdir -p %{buildroot}/%{_datadir}/locale/zh_CN/LC_MESSAGES/
 mkdir -p %{buildroot}/%{_datadir}/locale/zh_HK/LC_MESSAGES/
 mkdir -p %{buildroot}/%{_datadir}/locale/zh_TW/LC_MESSAGES/
-mkdir -p %{buildroot}/%{_datadir}/locale/ru_RU/LC_MESSAGES/
+# mkdir -p %{buildroot}/%{_datadir}/locale/ru_RU/LC_MESSAGES/
 mkdir -p %{buildroot}/%{_bindir}
 cp %{S:1} %{buildroot}/%{_datadir}/applications/
 cp %{S:2} %{buildroot}/%{_datadir}/icons/
 cp -R app_theme %{buildroot}/%{_datadir}/%{name}
 cp -R skin %{buildroot}/%{_datadir}/%{name}
 cp -R src %{buildroot}/%{_datadir}/%{name}
+cp -R plugins %{buildroot}/%{_datadir}/%{name}
+cp -R tools %{buildroot}/%{_datadir}/%{name}
 cp -R wizard %{buildroot}/%{_datadir}/%{name}
+cp -R image %{buildroot}/%{_datadir}/%{name}
 cp locale/zh_CN.mo %{buildroot}/%{_datadir}/locale/zh_CN/LC_MESSAGES/%{name}.mo
 cp locale/zh_HK.mo %{buildroot}/%{_datadir}/locale/zh_HK/LC_MESSAGES/%{name}.mo
 cp locale/zh_TW.mo %{buildroot}/%{_datadir}/locale/zh_TW/LC_MESSAGES/%{name}.mo
-cp locale/ru_RU.mo %{buildroot}/%{_datadir}/locale/ru_RU/LC_MESSAGES/%{name}.mo
+# 

commit dmraid for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package dmraid for openSUSE:Factory checked 
in at 2013-09-26 07:03:52

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


Package is dmraid

Changes:

--- /work/SRC/openSUSE:Factory/dmraid/dmraid.changes2013-07-24 
23:37:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.dmraid.new/dmraid.changes   2013-09-26 
07:03:54.0 +0200
@@ -1,0 +2,10 @@
+Fri Sep 13 20:04:57 UTC 2013 - crrodrig...@opensuse.org
+
+- Fix Makefiles so they support DESTDIR 
+  Added: dmraid-destdir.patch
+- add tmpfiles.d so runtime directories are properly created 
+- Remove sysvinit support and replace it for native systemd support.
+  Added: dmraid-activation.service
+  Removed: boot.dmraid
+
+---

Old:

  boot.dmraid

New:

  dmraid-activation.service
  dmraid-destdir.patch



Other differences:
--
++ dmraid.spec ++
--- /var/tmp/diff_new_pack.8jqHQe/_old  2013-09-26 07:03:55.0 +0200
+++ /var/tmp/diff_new_pack.8jqHQe/_new  2013-09-26 07:03:55.0 +0200
@@ -21,6 +21,7 @@
 BuildRequires:  automake
 BuildRequires:  device-mapper-devel
 BuildRequires:  libselinux-devel
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  zlib-devel
 Requires:   aaa_base
 Requires:   kpartx
@@ -32,10 +33,10 @@
 Release:0
 Source: 
ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-%{version}.tar.bz2
 Source1:sysconfig.dmraid
-Source2:boot.dmraid
 Source3:README.SuSE
 Source4:mkinitrd-setup.sh
 Source5:mkinitrd-boot.sh
+Source6:dmraid-activation.service
 Patch1: dmraid-1.0.0.rc16-cvs-2010-02-02.patch
 Patch2: dmraid-1.0.0.rc13-geometry.patch
 Patch3: lib-install.patch
@@ -44,8 +45,10 @@
 Patch6: rebuild.fix
 Patch7: ddf-erase
 Patch8: dmraid-move-var-lock-to-run-lock.patch
+Patch9: dmraid-destdir.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %fillup_prereq
+%{systemd_requires}
 
 %description
 This software discovers, activates, deactivates, and displays
@@ -83,21 +86,16 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 cp %{SOURCE3} .
 
 %build
 #rm -f aclocal.m4
 autoreconf -fi
 rm -r autom4te.cache
-# Update config.{guess,sub}
-%{?suse_update_config}
-export CFLAGS=$RPM_OPT_FLAGS 
-./configure --prefix=$RPM_BUILD_ROOT%{_prefix} \
-  --infodir=$RPM_BUILD_ROOT%{_infodir} \
-  --libdir=$RPM_BUILD_ROOT/%_lib \
-  --mandir=$RPM_BUILD_ROOT%{_mandir} \
-  --includedir=$RPM_BUILD_ROOT%{_includedir} \
-  --sbindir=$RPM_BUILD_ROOT/sbin \
+%configure \
+  --libdir=/%_lib \
+  --sbindir=/sbin \
   --with-user=`id -nu` --with-group=`id -ng` \
   --enable-libselinux --enable-libsepol
 make
@@ -110,26 +108,27 @@
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 install -m644 %{SOURCE1} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.dmraid
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
-install -m744 %{SOURCE2} $RPM_BUILD_ROOT/etc/init.d/boot.dmraid
 install -d $RPM_BUILD_ROOT/lib/mkinitrd/scripts
 install -m 755 %{S:4} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/setup-dmraid.sh
 install -m 755 %{S:5} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-dmraid.sh
+install -D -m 0644 %{S:6} %{buildroot}%{_unitdir}/dmraid-activation.service
+install -d %{buildroot}%{_tmpfilesdir}
+echo 'd /run/lock/dmraid 0700 root root -'  
%{buildroot}%{_tmpfilesdir}/dmraid.conf
+
+%preun
+%service_del_preun dmraid-activation.service
 
 %post
+/sbin/ldconfig
+%service_add_post dmraid-activation.service
 [ -x /sbin/mkinitrd_setup ]  mkinitrd_setup
 %{fillup_only}
 
 %postun
+/sbin/ldconfig
 [ -x /sbin/mkinitrd_setup ]  mkinitrd_setup
 %{insserv_cleanup}
 
-%preun
-%stop_on_removal
-
-%clean
-[ $RPM_BUILD_ROOT != / ]  [ -d $RPM_BUILD_ROOT ] \
-   rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 /sbin/dmraid
@@ -137,12 +136,13 @@
 %{_mandir}/man8/*
 %doc LICENSE LICENSE_GPL LICENSE_LGPL README README.SuSE TODO doc/*
 /var/adm/fillup-templates/sysconfig.dmraid
-/etc/init.d/boot.dmraid
 %dir /lib/mkinitrd
 %dir /lib/mkinitrd/scripts
 /lib/mkinitrd/scripts/setup-dmraid.sh
 /lib/mkinitrd/scripts/boot-dmraid.sh
 /%{_lib}/libdmraid-events-isw.so
 /%{_lib}/libdmraid.so.1.0.0.rc16-3
+%{_tmpfilesdir}/dmraid.conf
+%{_unitdir}/dmraid-activation.service
 
 %changelog

++ dmraid-activation.service ++
[Unit]
Description=Activation of DM RAID sets
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-udev-settle.service
Before=lvm2-activation-early.service cryptsetup.target local-fs.target 
shutdown.target
Wants=systemd-udev-settle.service

[Service]

commit deepin-music-player for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package deepin-music-player for 
openSUSE:13.1 checked in at 2013-09-26 07:03:32

Comparing /work/SRC/openSUSE:13.1/deepin-music-player (Old)
 and  /work/SRC/openSUSE:13.1/.deepin-music-player.new (New)


Package is deepin-music-player

Changes:

--- /work/SRC/openSUSE:13.1/deepin-music-player/deepin-music-player.changes 
2013-09-23 10:49:34.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.deepin-music-player.new/deepin-music-player.changes
2013-09-26 07:03:40.0 +0200
@@ -1,0 +2,17 @@
+Wed Aug 14 21:57:33 CST 2013 - hillw...@linuxfans.org
+
+- add deepin-gsettings as Requires
+
+---
+Wed Aug 14 17:01:14 CST 2013 - hillw...@linuxfans.org
+
+- update to 2.0git20130802
+  * upsteam did not provide changlog
+
+---
+Sun Apr 28 21:40:47 CST 2013 - hillw...@linuxfans.org
+
+- update to 1.0.1git20130330(2.0 Alpha)
+  * fix bugs
+
+---
@@ -6,0 +24,14 @@
+
+---
+Sun Feb 24 11:52:00 CST 2013 - kaji...@hotmail.com
+
+- fix require python-cddb to python-CDDB
+
+---
+Tue Feb  5 20:05:13 CST 2013 - hillw...@linuxfans.org
+
+- update to 1.0.1git20130125(2.0 Alpha)
+  * add plugins support
+  * add mini mode
+  * more media formats support
+  

Old:

  deepin-music-player-1.0.1git20120911.tar.gz

New:

  deepin-music-player-2.0git20130802.tar.bz2



Other differences:
--
++ deepin-music-player.spec ++
--- /var/tmp/diff_new_pack.cZN8Ps/_old  2013-09-26 07:03:40.0 +0200
+++ /var/tmp/diff_new_pack.cZN8Ps/_new  2013-09-26 07:03:40.0 +0200
@@ -2,6 +2,7 @@
 # spec file for package deepin-music-player
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 Hillwood Yang hillw...@linuxfans.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,17 +21,19 @@
 Summary:Deepin Music Playe 
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
-Version:1.0.1git20120911
+Version:2.0git20130802
 Release:0
 BuildArch:  noarch
-Url:
http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-music-player/
-Source0:%{name}-%{version}.tar.gz
+Url:https://github.com/linuxdeepin/deepin-music-player
+Source0:%{name}-%{version}.tar.bz2
 Source1:deepin-music-player.desktop
 Source2:deepin-music-player.png
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
-Requires:   deepin-ui
+Requires:   deepin-ui = 2.0git20130724
+Requires:   deepin-gsettings
+Requires:   python-CDDB
 Requires:   python-chardet
 Requires:   python-gtk
 Requires:   python-imaging
@@ -38,6 +41,7 @@
 Requires:   python-pyquery
 Requires:   python-scipy
 Requires:   python-xlib
+Requires:   python-keybinder
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
@@ -51,14 +55,13 @@
 %lang_package
 
 %prep
-%setup -q 
-
+%setup -q -n %{name}
 %build
 cd locale
 msgfmt zh_CN.po -o zh_CN.mo
 msgfmt zh_HK.po -o zh_HK.mo
 msgfmt zh_TW.po -o zh_TW.mo
-msgfmt ru_RU.po -o ru_RU.mo
+# msgfmt ru_RU.po -o ru_RU.mo
 
 %install
 chmod 644 AUTHORS
@@ -69,18 +72,21 @@
 mkdir -p %{buildroot}/%{_datadir}/locale/zh_CN/LC_MESSAGES/
 mkdir -p %{buildroot}/%{_datadir}/locale/zh_HK/LC_MESSAGES/
 mkdir -p %{buildroot}/%{_datadir}/locale/zh_TW/LC_MESSAGES/
-mkdir -p %{buildroot}/%{_datadir}/locale/ru_RU/LC_MESSAGES/
+# mkdir -p %{buildroot}/%{_datadir}/locale/ru_RU/LC_MESSAGES/
 mkdir -p %{buildroot}/%{_bindir}
 cp %{S:1} %{buildroot}/%{_datadir}/applications/
 cp %{S:2} %{buildroot}/%{_datadir}/icons/
 cp -R app_theme %{buildroot}/%{_datadir}/%{name}
 cp -R skin %{buildroot}/%{_datadir}/%{name}
 cp -R src %{buildroot}/%{_datadir}/%{name}
+cp -R plugins %{buildroot}/%{_datadir}/%{name}
+cp -R tools %{buildroot}/%{_datadir}/%{name}
 cp -R wizard %{buildroot}/%{_datadir}/%{name}
+cp -R image %{buildroot}/%{_datadir}/%{name}
 cp locale/zh_CN.mo %{buildroot}/%{_datadir}/locale/zh_CN/LC_MESSAGES/%{name}.mo
 cp locale/zh_HK.mo %{buildroot}/%{_datadir}/locale/zh_HK/LC_MESSAGES/%{name}.mo
 cp locale/zh_TW.mo %{buildroot}/%{_datadir}/locale/zh_TW/LC_MESSAGES/%{name}.mo
-cp locale/ru_RU.mo %{buildroot}/%{_datadir}/locale/ru_RU/LC_MESSAGES/%{name}.mo
+# cp 

commit findutils for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package findutils for openSUSE:Factory 
checked in at 2013-09-26 07:04:07

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


Package is findutils

Changes:

--- /work/SRC/openSUSE:Factory/findutils/findutils.changes  2013-04-24 
10:20:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.findutils.new/findutils.changes 2013-09-26 
07:04:08.0 +0200
@@ -1,0 +2,38 @@
+Mon Sep 23 23:17:08 UTC 2013 - m...@bernhard-voelker.de
+
+- Remove patches:
+  - findutils-4.5.10-use_proc_mounts.patch:
+/etc/mtab is a link to /proc/self/mounts nowadays.
+  - findutils-4.5.10-prune_unknown.patch:
+merge patch into findutils-4.4.2-updatedb.patch.
+  - findutils-4.5.10-updatedb_ignore_nfsv4.patch:
+fixed upstream.
+  - findutils-stdio.in.patch:
+fixed upstream (in included gnulib).
+  - findutils-init_stat_buf.patch:
+fixed upstream.
+
+- Refresh other patches:
+  - findutils-4.4.2-updatedb.patch:
+refresh with changes from the above, removed patch.
+  - findutils-4.4.2-xautofs.patch:
+refresh, and added -xautofs in find's usage text.
+
+- Adapt findutils.spec:
+  - Version bump.
+  - Remove above removed patches.
+  - Add BuildRequires for makeinfo.
+  - configure call: remove --enable-d_type-optimization
+option because turned on by default since 4.2.15.
+  - Do not remove oldfind's man page in %install.
+  - Add oldfind's binary and man page in %files.
+
+- Update to 4.5.12
+  See /usr/share/doc/packages/findutils/NEWS,
+  section Major changes in release 4.5.12, 2013-09-22
+
+- Update to 4.5.11 (2013-02-02)
+  See /usr/share/doc/packages/findutils/NEWS,
+  section Major changes in release 4.5.11, 2013-02-02
+
+---

Old:

  findutils-4.5.10-prune_unknown.patch
  findutils-4.5.10-updatedb_ignore_nfsv4.patch
  findutils-4.5.10-use_proc_mounts.patch
  findutils-4.5.10.tar.gz
  findutils-init_stat_buf.patch
  findutils-stdio.in.patch

New:

  findutils-4.5.12.tar.gz



Other differences:
--
++ findutils.spec ++
--- /var/tmp/diff_new_pack.W0RlTf/_old  2013-09-26 07:04:09.0 +0200
+++ /var/tmp/diff_new_pack.W0RlTf/_new  2013-09-26 07:04:09.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   findutils
 Url:http://www.gnu.org/software/findutils/
-Version:4.5.10
+Version:4.5.12
 Release:0
 Summary:The GNU versions of find utilities (find and xargs)
 License:GPL-3.0+
@@ -26,20 +26,14 @@
 Source: http://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
 Source1:sysconfig.locate
 Source2:cron.daily.updatedb
-# Use /proc/mounts instead of /etc/mtab as autofs entries are only
-# listed in the kernels = 2.6.32
-Patch0: findutils-4.5.10-use_proc_mounts.patch
 # adds a new option -xautofs to find to not descend into directories on autofs 
file systems
-Patch1: findutils-4.4.2-xautofs.patch
-Patch2: findutils-4.4.2-updatedb.patch
-Patch3: findutils-4.5.10-prune_unknown.patch
-Patch4: findutils-4.5.10-updatedb_ignore_nfsv4.patch
-Patch6: findutils-stdio.in.patch
-Patch7: findutils-init_stat_buf.patch
+Patch0: findutils-4.4.2-xautofs.patch
+Patch1: findutils-4.4.2-updatedb.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  1100
 BuildRequires:  libselinux-devel
 %endif
+BuildRequires:  makeinfo
 Provides:   find = %{version}
 Obsoletes:  find  %{version}
 Requires(post):  %{install_info_prereq}
@@ -78,12 +72,7 @@
 %prep
 %setup -q
 %patch0
-%patch1 -p1
-%patch2
-%patch3
-%patch4
-%patch6 -p1
-%patch7
+%patch1
 
 %build
 %ifarch %arm armv5tel armv7l armv7el armv5el
@@ -93,8 +82,7 @@
 %configure \
   --libexecdir=%{_libdir}/find \
   --localstatedir=/var/lib \
-  --without-included-regex \
-  --enable-d_type-optimisation
+  --without-included-regex
 make %{?_smp_mflags}
 
 %check
@@ -104,8 +92,6 @@
 %make_install
 install -D -m 644 %{SOURCE1} 
%{buildroot}/var/adm/fillup-templates/sysconfig.locate
 install -D -m 755 %{SOURCE2} %{buildroot}/etc/cron.daily/suse-updatedb
-rm -f %{buildroot}%{_bindir}/oldfind
-rm -f %{buildroot}%{_bindir}/ftsfind
 rm -f %{buildroot}%{_infodir}/find-maint*
 %find_lang %{name}
 #UsrMerge
@@ -129,9 +115,11 @@
 /bin/find
 #UsrMerge
 %{_bindir}/find
+%{_bindir}/oldfind
 %{_bindir}/xargs
 %doc %{_infodir}/find.info*.gz
 %doc %{_mandir}/man1/find.1.gz
+%doc %{_mandir}/man1/oldfind.1.gz
 %doc %{_mandir}/man1/xargs.1.gz
 
 %files lang -f %{name}.lang

++ findutils-4.4.2-updatedb.patch ++
--- /var/tmp/diff_new_pack.W0RlTf/_old  2013-09-26 

commit javacc for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package javacc for openSUSE:Factory checked 
in at 2013-09-26 07:04:36

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


Package is javacc

Changes:

--- /work/SRC/openSUSE:Factory/javacc/javacc.changes2011-09-23 
02:04:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.javacc.new/javacc.changes   2013-09-26 
07:04:37.0 +0200
@@ -1,0 +2,10 @@
+Wed Sep 25 11:57:00 UTC 2013 - mvysko...@suse.com
+
+- Build with gcc-java as openjdk7 (1.7.0_40) fails to build it
+
+---
+Mon Sep  9 11:05:54 UTC 2013 - tchva...@suse.com
+
+- Move from jpackage-utils to javapackage-tools
+
+---



Other differences:
--
++ javacc.spec ++
--- /var/tmp/diff_new_pack.NxmiBa/_old  2013-09-26 07:04:37.0 +0200
+++ /var/tmp/diff_new_pack.NxmiBa/_new  2013-09-26 07:04:38.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package javacc (Version 4.0)
+# spec file for package javacc
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,26 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   javacc
-BuildRequires:  ant java2-devel-packages xml-commons-apis
-%define section free
 Version:4.0
-Release:108
+Release:0
 Summary:A Parser and Scanner Generator for Java
 License:BSD-3-Clause
+Group:  Development/Libraries/Java
 Source0:%{name}-%{version}src.tar.gz
 Source1:javacc
 Source2:jjdoc
 Source3:jjtree
 Patch:  javacc.patch
 Url:https://javacc.dev.java.net/
-Group:  Development/Libraries/Java
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires:   jpackage-utils = 1.5
+Requires:   javapackages-tools
+BuildRequires:  ant
+BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  xml-commons-apis
 
 %description 
 Java Compiler Compiler (JavaCC) is the most popular parser generator
@@ -48,7 +47,6 @@
 
 
 %package manual
-License:BSD-3-Clause
 Summary:A Parser and Scanner Generator for Java
 Group:  Development/Libraries/Java
 
@@ -64,7 +62,6 @@
 
 
 %package demo
-License:BSD-3-Clause
 Summary:A Parser and Scanner Generator for Java
 Group:  Development/Libraries/Java
 

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



commit google-roboto-fonts for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package google-roboto-fonts for 
openSUSE:13.1 checked in at 2013-09-26 07:04:25

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


Package is google-roboto-fonts

Changes:

--- /work/SRC/openSUSE:13.1/google-roboto-fonts/google-roboto-fonts.changes 
2013-09-23 10:52:43.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.google-roboto-fonts.new/google-roboto-fonts.changes
2013-09-26 07:04:25.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 25 13:37:12 UTC 2013 - skn...@suse.de
+
+- update Roboto  Roboto Condensed (from hg)
+- add Roboto Slab (from hg)
+- add archive with documentation (from homepage URL)
+
+---

Old:

  roboto20120626-fonts.tar.bz2
  robotocondensed20120626-fonts.tar.bz2

New:

  roboto-doc-20130925.tar.bz2
  roboto-fonts-20130925.tar.bz2
  robotocondensed-fonts-20130925.tar.bz2
  robotoslab-fonts-20130925.tar.bz2



Other differences:
--
++ google-roboto-fonts.spec ++
--- /var/tmp/diff_new_pack.FB9vWr/_old  2013-09-26 07:04:25.0 +0200
+++ /var/tmp/diff_new_pack.FB9vWr/_new  2013-09-26 07:04:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package google-roboto-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,26 @@
 #
 
 
-%define fontname   roboto-fonts
+%define fontname0  roboto-fonts
+%define fontname1  robotocondensed-fonts
+%define fontname2  robotoslab-fonts
+%define docnameroboto-doc
 
 Name:   google-roboto-fonts
-Version:20120626
-Release:13
+# Version is actually not quite correct, as all the fonts were last touched
+# on different date -- the latest one to be touched was condensed here
+Version:20130925
+Release:0
+Summary:Mechanical yet friendly fonts originally designed for Android
 License:Apache-2.0
-Summary:Android 4.0 Sans Serif Fonts
-Url:http://developer.android.com/design/style/typography.html
 Group:  System/X11/Fonts
-Source0: roboto%{version}-fonts.tar.bz2
-Source1:robotocondensed%{version}-fonts.tar.bz2
+Url:http://developer.android.com/design/style/typography.html
+Source0:%{fontname0}-%{version}.tar.bz2
+Source1:%{fontname1}-%{version}.tar.bz2
+Source2:%{fontname2}-%{version}.tar.bz2
+Source3:%{docname}-%{version}.tar.bz2
 BuildRequires: fontpackages-devel
 %reconfigure_fonts_prereq
-BuildRequires:  unzip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -43,12 +49,17 @@
 introduced a new type family named Roboto, created specifically for
 the requirements of UI and high-resolution screens.
 
+This package contains the original Roboto sans-serif font, a condensed
+version of the sans-serif version, and a newer slab-serif version.
 
 Designer: Christian Robertson
 
 
 %prep
-%setup -b 1 -n %{fontname}-%{version}
+%setup -b 1 -n %{fontname0}-%{version}
+tar -xjvf  %{S:1} --strip=1 %{fontname1}-%{version}
+tar -xjvf  %{S:2} --strip=1 %{fontname2}-%{version}
+tar -xjvf  %{S:3} --strip=1 %{docname}-%{version}
 
 %build
 # --- Nothing to do ---

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



commit javacc for openSUSE:13.1

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package javacc for openSUSE:13.1 checked in 
at 2013-09-26 07:04:40

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


Package is javacc

Changes:

--- /work/SRC/openSUSE:13.1/javacc/javacc.changes   2013-09-23 
10:54:23.0 +0200
+++ /work/SRC/openSUSE:13.1/.javacc.new/javacc.changes  2013-09-26 
07:04:42.0 +0200
@@ -1,0 +2,10 @@
+Wed Sep 25 11:57:00 UTC 2013 - mvysko...@suse.com
+
+- Build with gcc-java as openjdk7 (1.7.0_40) fails to build it
+
+---
+Mon Sep  9 11:05:54 UTC 2013 - tchva...@suse.com
+
+- Move from jpackage-utils to javapackage-tools
+
+---



Other differences:
--
++ javacc.spec ++
--- /var/tmp/diff_new_pack.qCIyLg/_old  2013-09-26 07:04:42.0 +0200
+++ /var/tmp/diff_new_pack.qCIyLg/_new  2013-09-26 07:04:42.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package javacc (Version 4.0)
+# spec file for package javacc
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,26 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   javacc
-BuildRequires:  ant java2-devel-packages xml-commons-apis
-%define section free
 Version:4.0
-Release:108
+Release:0
 Summary:A Parser and Scanner Generator for Java
 License:BSD-3-Clause
+Group:  Development/Libraries/Java
 Source0:%{name}-%{version}src.tar.gz
 Source1:javacc
 Source2:jjdoc
 Source3:jjtree
 Patch:  javacc.patch
 Url:https://javacc.dev.java.net/
-Group:  Development/Libraries/Java
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires:   jpackage-utils = 1.5
+Requires:   javapackages-tools
+BuildRequires:  ant
+BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  xml-commons-apis
 
 %description 
 Java Compiler Compiler (JavaCC) is the most popular parser generator
@@ -48,7 +47,6 @@
 
 
 %package manual
-License:BSD-3-Clause
 Summary:A Parser and Scanner Generator for Java
 Group:  Development/Libraries/Java
 
@@ -64,7 +62,6 @@
 
 
 %package demo
-License:BSD-3-Clause
 Summary:A Parser and Scanner Generator for Java
 Group:  Development/Libraries/Java
 

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



commit google-roboto-fonts for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package google-roboto-fonts for 
openSUSE:Factory checked in at 2013-09-26 07:04:22

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


Package is google-roboto-fonts

Changes:

--- /work/SRC/openSUSE:Factory/google-roboto-fonts/google-roboto-fonts.changes  
2012-08-24 13:51:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-roboto-fonts.new/google-roboto-fonts.changes 
2013-09-26 07:04:24.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 25 13:37:12 UTC 2013 - skn...@suse.de
+
+- update Roboto  Roboto Condensed (from hg)
+- add Roboto Slab (from hg)
+- add archive with documentation (from homepage URL)
+
+---

Old:

  roboto20120626-fonts.tar.bz2
  robotocondensed20120626-fonts.tar.bz2

New:

  roboto-doc-20130925.tar.bz2
  roboto-fonts-20130925.tar.bz2
  robotocondensed-fonts-20130925.tar.bz2
  robotoslab-fonts-20130925.tar.bz2



Other differences:
--
++ google-roboto-fonts.spec ++
--- /var/tmp/diff_new_pack.mLUdBp/_old  2013-09-26 07:04:25.0 +0200
+++ /var/tmp/diff_new_pack.mLUdBp/_new  2013-09-26 07:04:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package google-roboto-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,26 @@
 #
 
 
-%define fontname   roboto-fonts
+%define fontname0  roboto-fonts
+%define fontname1  robotocondensed-fonts
+%define fontname2  robotoslab-fonts
+%define docnameroboto-doc
 
 Name:   google-roboto-fonts
-Version:20120626
-Release:13
+# Version is actually not quite correct, as all the fonts were last touched
+# on different date -- the latest one to be touched was condensed here
+Version:20130925
+Release:0
+Summary:Mechanical yet friendly fonts originally designed for Android
 License:Apache-2.0
-Summary:Android 4.0 Sans Serif Fonts
-Url:http://developer.android.com/design/style/typography.html
 Group:  System/X11/Fonts
-Source0: roboto%{version}-fonts.tar.bz2
-Source1:robotocondensed%{version}-fonts.tar.bz2
+Url:http://developer.android.com/design/style/typography.html
+Source0:%{fontname0}-%{version}.tar.bz2
+Source1:%{fontname1}-%{version}.tar.bz2
+Source2:%{fontname2}-%{version}.tar.bz2
+Source3:%{docname}-%{version}.tar.bz2
 BuildRequires: fontpackages-devel
 %reconfigure_fonts_prereq
-BuildRequires:  unzip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -43,12 +49,17 @@
 introduced a new type family named Roboto, created specifically for
 the requirements of UI and high-resolution screens.
 
+This package contains the original Roboto sans-serif font, a condensed
+version of the sans-serif version, and a newer slab-serif version.
 
 Designer: Christian Robertson
 
 
 %prep
-%setup -b 1 -n %{fontname}-%{version}
+%setup -b 1 -n %{fontname0}-%{version}
+tar -xjvf  %{S:1} --strip=1 %{fontname1}-%{version}
+tar -xjvf  %{S:2} --strip=1 %{fontname2}-%{version}
+tar -xjvf  %{S:3} --strip=1 %{docname}-%{version}
 
 %build
 # --- Nothing to do ---

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



  1   2   >