commit yast2-add-on for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2014-01-19 21:42:38

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


Package is "yast2-add-on"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes
2013-11-15 14:23:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2014-01-23 15:58:59.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 17 15:42:12 UTC 2014 - vmora...@suse.com
+
+- Fix autoyast config file issue BNC#846011
+- 3.1.2
+
+---

Old:

  yast2-add-on-3.1.1.tar.bz2

New:

  yast2-add-on-3.1.2.tar.bz2



Other differences:
--
++ yast2-add-on.spec ++
--- /var/tmp/diff_new_pack.WFOBAK/_old  2014-01-23 15:59:00.0 +0100
+++ /var/tmp/diff_new_pack.WFOBAK/_new  2014-01-23 15:59:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-add-on
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,7 +36,7 @@
 
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 3.0.1
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 
 # splitted from yast2-installation
 Provides:   yast2-installation:/usr/share/YaST2/clients/add-on.ycp

++ yast2-add-on-3.1.1.tar.bz2 -> yast2-add-on-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.1/VERSION 
new/yast2-add-on-3.1.2/VERSION
--- old/yast2-add-on-3.1.1/VERSION  2013-11-15 12:56:12.0 +0100
+++ new/yast2-add-on-3.1.2/VERSION  1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.1/package/yast2-add-on.changes 
new/yast2-add-on-3.1.2/package/yast2-add-on.changes
--- old/yast2-add-on-3.1.1/package/yast2-add-on.changes 2013-11-15 
12:56:12.0 +0100
+++ new/yast2-add-on-3.1.2/package/yast2-add-on.changes 2014-01-17 
16:46:17.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Jan 17 15:42:12 UTC 2014 - vmora...@suse.com
+
+- Fix autoyast config file issue BNC#846011
+- 3.1.2
+
+---
 Wed Nov 13 15:56:18 UTC 2013 - jreidin...@suse.com
 
 - Add explicit COPYING file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.1/package/yast2-add-on.spec 
new/yast2-add-on-3.1.2/package/yast2-add-on.spec
--- old/yast2-add-on-3.1.1/package/yast2-add-on.spec2013-11-15 
12:56:12.0 +0100
+++ new/yast2-add-on-3.1.2/package/yast2-add-on.spec2014-01-17 
16:46:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,7 +38,7 @@
 Requires:  yast2-storage >= 2.16.1
 
 BuildRequires: update-desktop-files
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires: yast2 >= 3.0.1
 
 # splitted from yast2-installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.1/src/clients/add-on_auto.rb 
new/yast2-add-on-3.1.2/src/clients/add-on_auto.rb
--- old/yast2-add-on-3.1.1/src/clients/add-on_auto.rb   2013-11-04 
16:29:29.0 +0100
+++ new/yast2-add-on-3.1.2/src/clients/add-on_auto.rb   2014-01-17 
16:46:17.0 +0100
@@ -156,9 +156,7 @@
   elsif @func == "Write"
 @sources = {}
 
-AddOnProduct.add_on_products = Builtins.maplist(
-  AddOnProduct.add_on_products
-) do |prod|
+AddOnProduct.add_on_products.each do |prod|
   media = Ops.get_string(prod, "media_url", "")
   pth = Ops.get_string(prod, "product_dir", "/")
   if String.StartsWith(media, "relurl://")
@@ -232,7 +230,7 @@
   # Possibility to set name in control file, bnc #433981
   if Builtins.haskey(prod, "name")
 name = Ops.get_string(prod, "name", "")
-Builtins.y2milestone("Preferred name: %1",

commit yast2 for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2014-01-17 11:18:35

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


Package is "yast2"

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2014-01-13 
17:21:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2014-01-23 
15:58:58.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 16 15:56:21 UTC 2014 - jreidin...@suse.com
+
+- make the package owner of /usr/share/YaST2/lib
+- 3.1.14
+
+---

Old:

  yast2-3.1.13.tar.bz2

New:

  yast2-3.1.14.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.AfVuOG/_old  2014-01-23 15:58:59.0 +0100
+++ /var/tmp/diff_new_pack.AfVuOG/_new  2014-01-23 15:58:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -176,6 +176,7 @@
 mkdir -p "$RPM_BUILD_ROOT"%{yast_ybindir}
 mkdir -p "$RPM_BUILD_ROOT"%{yast_ydatadir}
 mkdir -p "$RPM_BUILD_ROOT"%{yast_yncludedir}
+mkdir -p "$RPM_BUILD_ROOT"%{yast_libdir}
 mkdir -p "$RPM_BUILD_ROOT"%{yast_vardir}
 mkdir -p "$RPM_BUILD_ROOT"%{yast_vardir}/hooks
 mkdir -p "$RPM_BUILD_ROOT"%{yast_schemadir}/control/rnc
@@ -206,6 +207,7 @@
 %dir %{yast_ydatadir}
 %dir %{yast_yncludedir}
 %dir %{yast_vardir}
+%dir %{yast_libdir}
 %dir %{yast_schemadir}
 %dir %{yast_schemadir}/control
 %dir %{yast_schemadir}/control/rnc

++ yast2-3.1.13.tar.bz2 -> yast2-3.1.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.13/package/yast2.changes 
new/yast2-3.1.14/package/yast2.changes
--- old/yast2-3.1.13/package/yast2.changes  2014-01-09 20:52:45.0 
+0100
+++ new/yast2-3.1.14/package/yast2.changes  2014-01-16 18:17:04.0 
+0100
@@ -1,4 +1,10 @@
 ---
+Thu Jan 16 15:56:21 UTC 2014 - jreidin...@suse.com
+
+- make the package owner of /usr/share/YaST2/lib
+- 3.1.14
+
+---
 Wed Jan  8 13:12:19 CET 2014 - loci...@suse.com
 
 - Upgrade mode in installer is newly set by Linuxrc (bnc#857847)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.13/package/yast2.spec 
new/yast2-3.1.14/package/yast2.spec
--- old/yast2-3.1.13/package/yast2.spec 2014-01-09 20:52:45.0 +0100
+++ new/yast2-3.1.14/package/yast2.spec 2014-01-16 18:17:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -162,6 +162,7 @@
 mkdir -p "$RPM_BUILD_ROOT"%{yast_ybindir}
 mkdir -p "$RPM_BUILD_ROOT"%{yast_ydatadir}
 mkdir -p "$RPM_BUILD_ROOT"%{yast_yncludedir}
+mkdir -p "$RPM_BUILD_ROOT"%{yast_libdir}
 mkdir -p "$RPM_BUILD_ROOT"%{yast_vardir}
 mkdir -p "$RPM_BUILD_ROOT"%{yast_vardir}/hooks
 mkdir -p "$RPM_BUILD_ROOT"%{yast_schemadir}/control/rnc
@@ -193,6 +194,7 @@
 %dir %{yast_ydatadir}
 %dir %{yast_yncludedir}
 %dir %{yast_vardir}
+%dir %{yast_libdir}
 %dir %{yast_schemadir}
 %dir %{yast_schemadir}/control
 %dir %{yast_schemadir}/control/rnc

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



commit v8 for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:Factory checked in 
at 2014-01-17 11:17:38

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


Package is "v8"

Changes:

--- /work/SRC/openSUSE:Factory/v8/v8.changes2013-12-17 10:06:34.0 
+0100
+++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes   2014-01-23 
15:57:42.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 19 12:11:08 UTC 2013 - jeng...@inai.de
+
+- Program binaries must not be within shlib packages
+- Set RPM groups
+
+---



Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.Dy4g11/_old  2014-01-23 15:57:43.0 +0100
+++ /var/tmp/diff_new_pack.Dy4g11/_new  2014-01-23 15:57:43.0 +0100
@@ -23,6 +23,7 @@
 License:BSD-3-Clause
 Group:  System/Libraries
 Url:http://code.google.com/p/v8
+
 Source: 
http://gsdview.appspot.com/chromium-browser-official/%{name}-%{version}.tar.bz2
 Patch1: fix-gcc48.patch
 BuildRequires:  gcc-c++
@@ -31,6 +32,7 @@
 BuildRequires:  python-devel
 BuildRequires:  readline-devel
 ExclusiveArch:  %{ix86} x86_64 %arm
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %global somajor `echo %{version} | cut -f1 -d'.'`
 %global sominor `echo %{version} | cut -f2 -d'.'`
@@ -43,9 +45,8 @@
 as specified in ECMA-262, 3rd edition.
 
 %package -n libv8-3
-
 Summary:JavaScript Engine
-Group:  Development/Libraries/Other
+Group:  System/Libraries
 Obsoletes:  v8 < %{version}
 Provides:   v8 = %{version}
 
@@ -53,9 +54,8 @@
 Libraries for v8.
 
 %package devel
-
 Summary:Development headers and libraries for v8
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/C and C++
 Requires:   lib%{name}-3 = %{version}
 
 %description devel
@@ -64,7 +64,6 @@
 %if 0%{?suse_version} > 1140 || 0%{?fedora_version}
 
 %package private-headers-devel
-
 Summary:Private Development headers for v8
 Group:  Development/Libraries/C and C++
 Requires:   %{name}-devel = %{version}
@@ -126,10 +125,13 @@
 
 %postun -n libv8-3 -p /sbin/ldconfig
 
+%files
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog LICENSE.* OWNERS
+%_bindir/d8
+
 %files -n libv8-3
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog LICENSE.* OWNERS
-%{_bindir}/d8
 %{_libdir}/*.so.*
 
 %files devel

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



commit wget for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package wget for openSUSE:Factory checked in 
at 2014-01-22 10:14:08

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


Package is "wget"

Changes:

--- /work/SRC/openSUSE:Factory/wget/wget.changes2013-06-26 
20:25:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.wget.new/wget.changes   2014-01-23 
15:58:05.0 +0100
@@ -1,0 +2,25 @@
+Sun Jan 19 22:02:25 UTC 2014 - andreas.stie...@gmx.de
+
+- GNU wget 1.15
+  * Add support for --method.
+  * Add support for file names longer than MAX_FILE.
+  * Support FTP listing for the FTP Server on Windows Server 2008 R2.
+  * Fix a regression when -c and --content-disposition are used together.
+  * Support shorthand URLs in an input file.
+  * Fix -c with servers that don't specify a content-length.
+  * Add support for MD5-SESS
+  * Do not fail on non fatal GNU TLS alerts during handshake.
+  * Add support for --https-only.  When used wget will follow only
+  *   HTTPS links in recursive mode.
+  * Support Perfect-Forward Secrecy in --secure-protocol.
+  * Fix a problem with some IRI links that are not followed when contained in a
+  *   HTML document.
+  * Support some FTP servers that return an empty list with "LIST -a".
+  * Specify Host with the HTTP CONNECT method.
+  * Use the correct HTTP method on a redirection.
+- verify source tarball signatures
+- modified patches:
+  * wget-1.14-openssl-no-intern.patch for upstream changes
+  * wget-fix-pod-syntax.diff for upstream changes
+
+---

Old:

  wget-1.14.tar.xz

New:

  wget-1.15.tar.xz
  wget-1.15.tar.xz.sig
  wget.keyring



Other differences:
--
++ wget.spec ++
--- /var/tmp/diff_new_pack.vfYnPj/_old  2014-01-23 15:58:05.0 +0100
+++ /var/tmp/diff_new_pack.vfYnPj/_new  2014-01-23 15:58:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wget
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,15 @@
 
 
 Name:   wget
-Version:1.14
+Version:1.15
 Release:0
 Summary:A Tool for Mirroring FTP and HTTP Servers
 License:GPL-3.0+
 Group:  Productivity/Networking/Web/Utilities
-Url:http://www.gnu.org/software/wget/
-Source: http://ftp.gnu.org/gnu/wget/%name-%version.tar.xz
+Url:https://www.gnu.org/software/wget/
+Source: https://ftp.gnu.org/gnu/wget/%name-%version.tar.xz
+Source1:https://ftp.gnu.org/gnu/wget/%name-%version.tar.xz.sig
+Source2:
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=wget&download=1#/wget.keyring
 Patch0: wgetrc.patch
 # PATCH-FEATURE-UPSTREAM wget-libproxy.patch dims...@opensuse.org -- Add 
libproxy support to wget
 Patch1: wget-libproxy.patch
@@ -54,7 +56,7 @@
 %if 0%{suse_version} > 1110
 %patch1
 %endif
-%patch5
+%patch5 -p1
 %patch6
 %patch7 -p1
 

++ wget-1.14-openssl-no-intern.patch ++
--- /var/tmp/diff_new_pack.vfYnPj/_old  2014-01-23 15:58:05.0 +0100
+++ /var/tmp/diff_new_pack.vfYnPj/_new  2014-01-23 15:58:05.0 +0100
@@ -1,6 +1,12 @@
 src/openssl.c.orig
-+++ src/openssl.c
-@@ -29,6 +29,7 @@
+---
+ src/openssl.c |3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+Index: wget-1.15/src/openssl.c
+===
+--- wget-1.15.orig/src/openssl.c   2014-01-19 21:35:59.0 +
 wget-1.15/src/openssl.c2014-01-19 21:37:27.0 +
+@@ -29,6 +29,7 @@ Corresponding Source for a non-source fo
  shall include the source code for the parts of OpenSSL used as well
  as that of the covered work.  */
  
@@ -8,12 +14,12 @@
  #include "wget.h"
  
  #include 
-@@ -425,7 +426,7 @@
-   if (!SSL_set_fd (conn, FD_TO_SOCKET (fd)))
- goto error;
-   SSL_set_connect_state (conn);
--  if (SSL_connect (conn) <= 0 || conn->state != SSL_ST_OK)
-+  if (SSL_connect (conn) <= 0 || SSL_get_state(conn) != SSL_ST_OK)
+@@ -479,7 +480,7 @@ ssl_connect_wget (int fd, const char *ho
+ DEBUGP (("SSL handshake timed out.\n"));
+ goto timeout;
+   }
+-  if (scwt_ctx.result <= 0 || conn->state != SSL_ST_OK)
++  if (scwt_ctx.result <= 0 || SSL_get_state(conn) != SSL_ST_OK)
  goto error;
  
ctx = xnew0 (struct openssl_transport_context);

++ wget-1.14.tar.xz -> wget-1.15.tar.xz ++
 156528 lines of diff (skipped)

++ wget-fix-pod-syntax.dif

commit util-linux for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2014-01-17 11:17:28

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


Package is "util-linux"

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes2014-01-13 
16:53:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes   
2014-01-23 15:57:40.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 13 10:45:54 CET 2014 - fcro...@suse.com
+
+- Ensure localstatedir value used by configure is /run (changed to that
+  value upstream since 2012).
+
+---



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.tfe034/_old  2014-01-23 15:57:41.0 +0100
+++ /var/tmp/diff_new_pack.tfe034/_new  2014-01-23 15:57:41.0 +0100
@@ -266,7 +266,10 @@
 autoreconf -fi
 export SUID_CFLAGS="-fpie"
 export SUID_LDFLAGS="-pie"
+# override default localstatedir to /run
+# only used for volatile data
 %configure \
+  --localstatedir=/run \
   --docdir=%{_docdir}/%{name} \
   --with-audit \
   --with-gnu-ld \
@@ -330,7 +333,7 @@
 %install
 mkdir -p 
%{buildroot}{%{_sysconfdir}/{init.d,pam.d,default},%{_mandir}/man{1,8},/bin,/sbin,%{_bindir},%{_sbindir},%{_infodir}}
 mkdir -p %{buildroot}%{_localstatedir}/lib/libuuid/
-mkdir -p %{buildroot}%{_localstatedir}/run/uuidd/
+mkdir -p %{buildroot}/run/uuidd/
 install -m 744 %{SOURCE50} %{buildroot}%{_initddir}/uuidd
 install -m 644 %{SOURCE51} %{buildroot}%{_sysconfdir}/blkid.conf
 install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/pam.d/login
@@ -915,7 +918,7 @@
 %verify(not mode) %attr(0755,root,root) %{_sbindir}/uuidd
 %attr(-,uuidd,uuidd) %dir %{_localstatedir}/lib/libuuid
 %ghost %{_localstatedir}/lib/libuuid/clock.txt
-%attr(-,uuidd,uuidd) %ghost %dir %{_localstatedir}/run/uuidd
+%attr(-,uuidd,uuidd) %ghost %dir /run/uuidd
 %{_initddir}/uuidd
 %{_mandir}/man8/uuidd.8.gz
 %{_sbindir}/rcuuidd


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



commit unidings-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package unidings-fonts for openSUSE:Factory 
checked in at 2014-01-22 09:44:53

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


Package is "unidings-fonts"

Changes:

--- /work/SRC/openSUSE:Factory/unidings-fonts/unidings-fonts.changes
2012-09-14 12:41:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.unidings-fonts.new/unidings-fonts.changes   
2014-01-23 15:57:35.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 21 10:16:27 UTC 2014 - pgaj...@suse.com
+
+- updated to 7.12
+  * no upstream changelog
+  * leaving README from 6.05 version, as provided docx can't be 
+displayed at least with LO writer of mine
+
+---

Old:

  unidings-fonts-6.05.tar.bz2

New:

  unidings-fonts-7.12.tar.bz2



Other differences:
--
++ unidings-fonts.spec ++
--- /var/tmp/diff_new_pack.4E9Gex/_old  2014-01-23 15:57:35.0 +0100
+++ /var/tmp/diff_new_pack.4E9Gex/_new  2014-01-23 15:57:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unidings-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,7 @@
 
 
 Name:   unidings-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:6.05
+Version:7.12
 Release:0
 Summary:Font with Basic Icon Glyphs
 License:SUSE-Permissive

++ unidings-fonts-6.05.tar.bz2 -> unidings-fonts-7.12.tar.bz2 ++
Files old/unidings-fonts-6.05/Unidings.ttf and 
new/unidings-fonts-7.12/Unidings.ttf differ
Files old/unidings-fonts-6.05/Unidings605.ttf and 
new/unidings-fonts-7.12/Unidings605.ttf differ

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



commit virtualbox for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2014-01-21 11:12:30

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


Package is "virtualbox"

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2014-01-13 
10:56:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2014-01-23 15:57:57.0 +0100
@@ -1,0 +2,55 @@
+Sun Jan 19 19:27:43 UTC 2014 - andreas.stie...@gmx.de
+
+- fix build (script handling)
+
+---
+Sun Jan 19 18:14:54 UTC 2014 - speili...@suse.com
+
+- Add missing %{_vbox_instdir}/VBoxNetNAT.so
+
+---
+Thu Jan 17 16:45:32 UTC 2014 - speili...@suse.com
+
+- Update to version 4.3.6:
+  + VMM: fixed a Guru Meditation VINF_EM_TRIPLE_FAULT caused by VMCB caching 
with nested paging on certain AMD CPUs (bug #12451)
+  + VMM: fixed a Guru Meditation VERR_VMX_UNEXPECTED_INTERRUPTION_EXIT_TYPE 
while intercepting debug exceptions (VT-x only; bug #12410)
+  + VMM: fixed a Guru Meditation VERR_SVM_UNEXPECTED_EXIT while intercepting 
debug register accesses (AMD-V only; bug #12481)
+  + VMM: fixed a VERR_SSM_STRUCTURE_MAGIC error when trying to load a saved 
state made with VBox 4.3.4 when VT-x/AMD-V is disabled. Unfortunately, VBox 
4.3.4 produced broken saved states for this configuration so you have to 
discard these states (bug #12414)
+  + VMM: added a few more MSRs to the whitelist required by certain guests 
(bug #12245)
+  + GUI: fixed deleting of inaccessible VMs (4.3 regression, bug #12205)
+  + GUI: fixed warnings in VM settings / number of guest processors (bug 
#12480)
+  + Main: don't automatically enable 64-bit guests on 64-bit hosts if 
VT-x/AMD-V is not available (bug #12424)
+  + Main: always expose the DMI memory information to Windows 2012 guests (bug 
#12017)
+  + Main: fixed occasional crashes on guest display resolution change (bug 
#7063)
+  + Main: fixed reporting back temporary name when calling 
IGuestSession::DirectoryCreateTemp() (bug #12498)
+  + API: fix for a hang when launching a GUI VM through the API, which crashes 
due to GUI unavailability
+  + Storage: fix for BLKCACHE_IOERR runtime errors under rare circumstances 
(bug #11030)
+  + Network: allow to start more than 5 PCNet instances (bug #12426)
+  + E1000: if the cable was disconnected before the guest initialized the 
device, the link status was not properly set to 'down' after the initialization 
completed despite the fact that there was no connection
+  + 3D support: fixed offset of guest 3D image elements (Mac OS X Retina hosts 
only; bug #11021)
+  + Solaris hosts: fixed accessing the host driver from non-global zones (4.3 
regression, bug #12271) 
+- For more changes see https://www.virtualbox.org/wiki/Changelog
+- Add source services (refresh_patches ATM)
+- Rebased patches:
+  + vbox-disable-updates.diff (only offset)
+  + vbox-fpie.diff (only offset)
+  + vbox-deprec-gsoap-service-proxies.diff (manually)
+  + vbox-gsoapssl-deps.diff (manually)
+  + vbox-no-build-dates.diff (manually)
+  + vbox-permissions_warning.diff (manually)
+  + vbox-python-detection.diff (manually)
+  + vbox-smc-napa.diff (manually)
+  + vbox-vboxdrv-init-script.diff (manually)
+  + vbox-vboxweb-init-script.diff (manually)
+  + virtualbox-xorg-1.15.patch (only offset)
+- Dropped patches:
+  + vbox-ret-in-nonvoid-fnc.diff (obsolete)
+- Fix smp_mflags typo
+- Add buildrequires: device-mapper-devel, libvpx-devel
+
+---
+Wed Jan 15 09:45:05 UTC 2014 - sndir...@suse.com
+
+- added virtualbox-xorg-1.15.patch to support xorg-server 1.15
+
+---

Old:

  VirtualBox-4.2.20-patched.tar.bz2
  vbox-ret-in-nonvoid-fnc.diff
  virtualbox-4.2.20-UserManual.pdf

New:

  VirtualBox-4.3.6-patched.tar.bz2
  _service
  virtualbox-4.3.6-UserManual.pdf
  virtualbox-xorg-1.15.patch



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.5YdONf/_old  2014-01-23 15:57:59.0 +0100
+++ /var/tmp/diff_new_pack.5YdONf/_new  2014-01-23 15:57:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virtualbox
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -58,12 +58,14 @@
 BuildRequires:  gcc-c++
 # virtu

commit xterm for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2014-01-22 09:45:21

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


Package is "xterm"

Changes:

--- /work/SRC/openSUSE:Factory/xterm/xterm.changes  2013-12-03 
14:28:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2014-01-23 
15:58:55.0 +0100
@@ -1,0 +2,40 @@
+Mon Jan 20 14:20:46 UTC 2014 - pce...@suse.com
+
+- Patch #301 - 2014/01/19
+  * OSC 104 and 105 did not accept parameter to reset a specific
+color (patch by Egmont Koblinger).
+  * add configure check for initgroups, and use that function to
+complement its use of setgid (prompted by patch by Miroslav
+Lichvar).
+  * improve manpage description of scrollbar translations versus
+the vt100 translations (Debian #723573).
+  * add a few paragraphs to manpage explaining the implications
+of xterm's reliance on X Toolkit for command-line parsing.
+  * modify cursor-theme logic to check if the environment
+variable XCURSOR_THEME is set to a nonempty value before
+constructing a dummy them (prompted by similar check added in
+OpenBSD CVS).
+  * add check for a case where TrueType bold font is missing a
+glyph where the non-bold font has it. Temporarily switch to
+the non-bold font to draw the glyph (report by David
+Demelier).
+  * minor documentation fixes for ctlseqs.ms
+  * only set SHELL environment variable to programs found in
+/etc/shells (prompted by patch/report by Al Poole).
+  * build-fix, when --disable-wide-chars --disable-boxchar is
+used (prompted by patch by Andrey Panov).
+
+---
+Thu Dec  5 10:24:02 UTC 2013 - pce...@suse.com
+
+- Patch #300 - 2013/12/03
+  * amend workaround for Xcursor library from patch #298; the
+suggested solution for Debian #466704 fell afoul of a bug in
+Xcursor which treated an empty value for Inherits= as a valid
+theme—and resulted in a stack overflow due to unbounded
+recursion. Certain environments such as XFCE4 exposed the
+bug. A related report in Debian #531679 was closed without
+following the recommendation to limit stack recursion in this
+library (reported by Sergey V Dyatko, Debian #731269).
+
+---

Old:

  xterm-299.tgz
  xterm-299.tgz.asc

New:

  xterm-301.tgz
  xterm-301.tgz.asc



Other differences:
--
++ xterm.spec ++
--- /var/tmp/diff_new_pack.P4pRIg/_old  2014-01-23 15:58:55.0 +0100
+++ /var/tmp/diff_new_pack.P4pRIg/_new  2014-01-23 15:58:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xterm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -52,7 +52,7 @@
 %if 0%{?suse_version} > 1210
 Requires:   luit
 %endif
-Version:299
+Version:301
 Release:0
 Summary:The basic X terminal program
 License:MIT





++ xterm-299.tgz -> xterm-301.tgz ++
 10133 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/xterm-299/MANIFEST new/xterm-301/MANIFEST
--- old/xterm-299/MANIFEST  2013-12-01 22:00:28.0 +0100
+++ new/xterm-301/MANIFEST  2013-12-09 13:59:54.0 +0100
@@ -1,4 +1,4 @@
-MANIFEST for xterm-299, version xterm-299
+MANIFEST for xterm-301, version xterm-301
 

 MANIFESTthis file
 256colres.h resource-definitions for 256-color mode
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/xterm-299/configure.in new/xterm-301/configure.in
--- old/xterm-299/configure.in  2013-11-22 22:42:13.0 +0100
+++ new/xterm-301/configure.in  2014-01-16 02:44:05.0 +0100
@@ -1,9 +1,9 @@
-dnl $XTermId: configure.in,v 1.321 2013/11/22 2

commit yast2-theme for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2014-01-22 10:14:12

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-11-14 
08:44:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme.changes 
2014-01-23 15:59:13.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 20 08:58:51 UTC 2014 - jreidin...@suse.com
+
+- Remove VERSION file and use only version in spec file
+- 3.1.1
+
+---

Old:

  yast2-theme-3.1.0.tar.bz2

New:

  yast2-theme-3.1.1.tar.bz2



Other differences:
--
++ yast2-theme.spec ++
--- /var/tmp/diff_new_pack.hB7ANX/_old  2014-01-23 15:59:14.0 +0100
+++ /var/tmp/diff_new_pack.hB7ANX/_new  2014-01-23 15:59:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-theme
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-theme
-Version:3.1.0
+Version:3.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,7 +27,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-qt-branding-openSUSE
 BuildArch:  noarch
 Summary:YaST2 - Theme
@@ -40,8 +40,6 @@
 %package openSUSE
 Summary:YaST2 - Theme (openSUSE)
 Group:  System/YaST
-Version:3.1.0
-Release:0
 Provides:   yast2-theme-UnitedLinux
 Provides:   yast2-theme-openSUSE-any
 Provides:   yast2_theme = %{version}
@@ -51,8 +49,6 @@
 %package openSUSE-Crystal
 Summary:YaST2 - Theme (openSUSE)
 Group:  System/YaST
-Version:3.1.0
-Release:0
 Provides:   yast2-theme-openSUSE-any
 Provides:   yast2_theme = %{version}
 PreReq: /bin/ln yast2-theme-openSUSE
@@ -60,8 +56,6 @@
 %package openSUSE-Oxygen
 Summary:YaST2 - Theme (openSUSE)
 Group:  System/YaST
-Version:3.1.0
-Release:0
 Provides:   yast2-theme-openSUSE-any
 Provides:   yast2_theme = %{version}
 PreReq: /bin/ln yast2-theme-openSUSE
@@ -70,8 +64,6 @@
 %package SLE
 Summary:YaST2 - SLE Theme
 Group:  System/YaST
-Version:3.1.0
-Release:0
 Provides:   yast2-theme-NLD = 0.4.5
 Provides:   yast2_theme = %{version}
 Obsoletes:  yast2-theme-NLD <= 0.4.5

++ yast2-theme-3.1.0.tar.bz2 -> yast2-theme-3.1.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-3.1.0.tar.bz2 
/work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-3.1.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 xorg-x11-server for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2014-01-22 09:45:14

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


Package is "xorg-x11-server"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2014-01-07 16:28:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2014-01-23 15:58:48.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan 15 13:39:58 UTC 2014 - sndir...@suse.com
+
+- removed N_randr_fix_abi.patch, since it caused the crash with
+  current NVIDIA drivers built against xorg-server 1.15 (bnc#858827)
+
+---
+Tue Jan  7 16:02:22 UTC 2014 - sndir...@suse.com
+
+- changed license back to MIT, since xf4nc is no longer patched
+  into X.Org sources (bnc#856905)
+
+---

Old:

  N_randr_fix_abi.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.C9Vtjr/_old  2014-01-23 15:58:49.0 +0100
+++ /var/tmp/diff_new_pack.C9Vtjr/_new  2014-01-23 15:58:49.0 +0100
@@ -21,7 +21,7 @@
 %define dirsuffix 1.15.0
 
 Summary:X
-License:GPL-2.0+ and MIT
+License:MIT
 Group:  System/X11/Servers/XF86_4
 Source0:xorg-server-%{dirsuffix}.tar.bz2
 Source1:sysconfig.displaymanager.template
@@ -118,7 +118,6 @@
 Patch2: N_zap_warning_xserver.diff
 Patch3: N_driver-autoconfig.diff
 Patch4: N_fix_fglrx_screendepth_issue.patch
-Patch5: N_randr_fix_abi.patch
 Patch6: N_fix-dpi-values.diff
 
 Patch100:   u_fbdevhw.diff
@@ -193,7 +192,6 @@
 %patch2 -p1
 %patch3 -p0
 %patch4 -p0
-%patch5 -p1
 %patch6 -p0
 
 %patch100

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



commit v8 for openSUSE:12.2:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:12.2:Update checked 
in at 2014-01-20 11:23:00

Comparing /work/SRC/openSUSE:12.2:Update/v8 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.v8.new (New)


Package is "v8"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KkiCUR/_old  2014-01-23 16:05:30.0 +0100
+++ /var/tmp/diff_new_pack.KkiCUR/_new  2014-01-23 16:05:30.0 +0100
@@ -1 +1 @@
-
+

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



commit openssl for openSUSE:12.2:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:12.2:Update 
checked in at 2014-01-20 11:25:44

Comparing /work/SRC/openSUSE:12.2:Update/openssl (Old)
 and  /work/SRC/openSUSE:12.2:Update/.openssl.new (New)


Package is "openssl"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.7nwxu7/_old  2014-01-23 16:04:16.0 +0100
+++ /var/tmp/diff_new_pack.7nwxu7/_new  2014-01-23 16:04:16.0 +0100
@@ -1 +1 @@
-
+

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



commit cups for openSUSE:12.2:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package cups for openSUSE:12.2:Update 
checked in at 2014-01-22 16:04:55

Comparing /work/SRC/openSUSE:12.2:Update/cups (Old)
 and  /work/SRC/openSUSE:12.2:Update/.cups.new (New)


Package is "cups"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.C4HQAw/_old  2014-01-23 16:03:25.0 +0100
+++ /var/tmp/diff_new_pack.C4HQAw/_new  2014-01-23 16:03:25.0 +0100
@@ -1 +1 @@
-
+

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



commit t-prot for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package t-prot for openSUSE:Factory checked 
in at 2014-01-22 18:20:13

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


Package is "t-prot"

Changes:

--- /work/SRC/openSUSE:Factory/t-prot/t-prot.changes2012-04-17 
22:03:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.t-prot.new/t-prot.changes   2014-01-23 
15:57:04.0 +0100
@@ -1,0 +2,20 @@
+Tue Jan 14 23:05:50 UTC 2014 - dste...@suse.com
+
+- update to 3.0
+  * t-prot: Umlauts always are so wrong. Hopefully Outlook mails in
+German are handled fine now.
+  * t-prot.1: Make clear that --pgp-move and --pgp-move-vrf also work
+on SSL output.
+  * t-prot: Coding style cleanup in pgp().
+  * t-prot: Fix detection of unified diffs in the message body when
+using --diff.
+  * t-prot.1: Update year.
+  * contrib/t-prot.sl: Reflect transition to slang2 in comments.
+  * contrib/t-prot.sl: Drop support for slang-1, default to slang-2.
+  * t-prot, contrib/muttrc.t-prot: Drop support for mutt-1.4. Default
+to mutt-1.5.x strings.
+  * t-prot: Fix eYou Webmail Tofu.
+  * t-prot: Fix text/plain content-type detection with several user
+agents.
+
+---

Old:

  t-prot-2.101.tar.bz2

New:

  t-prot-3.0.tar.bz2



Other differences:
--
++ t-prot.spec ++
--- /var/tmp/diff_new_pack.TZhHoR/_old  2014-01-23 15:57:05.0 +0100
+++ /var/tmp/diff_new_pack.TZhHoR/_new  2014-01-23 15:57:05.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package t-prot (Version 2.101)
+# spec file for package t-prot
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,21 @@
 #
 
 
-
 Name:   t-prot
-BuildRequires:  perl-Getopt-Mixed perl-gettext
-Url:http://www.escape.de/users/tolot/mutt/
+Summary:A Display Filter for RFC822 Messages
 License:BSD-4-Clause
 Group:  Productivity/Networking/Email/Utilities
-AutoReqProv:on
-Requires:   perl-Getopt-Mixed perl-gettext
-Version:2.101
-Release:1
-Summary:A Display Filter for RFC822 Messages
+Version:3.0
+Release:0
+Url:http://www.escape.de/users/tolot/mutt/
 Source: %{name}-%{version}.tar.bz2
 Source1:muttrc.t-prot
+Requires:   perl-Getopt-Mixed
+Requires:   perl-gettext
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+BuildRequires:  perl-Getopt-Mixed
+BuildRequires:  perl-gettext
 %define _prefix  /usr
 
 %description
@@ -67,9 +67,6 @@
 install -m 755 t-prot %{buildroot}%{_prefix}/bin/t-prot
 install -m 644 t-prot.1 %{buildroot}/%{_mandir}/man1/t-prot.1
 
-%clean
-rm -rf %buildroot
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog README TODO muttrc.t-prot

++ t-prot-2.101.tar.bz2 -> t-prot-3.0.tar.bz2 ++
 3987 lines of diff (skipped)

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



commit libQtWebKit4 for openSUSE:12.3:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libQtWebKit4 for 
openSUSE:12.3:Update checked in at 2014-01-17 12:05:57

Comparing /work/SRC/openSUSE:12.3:Update/libQtWebKit4 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.libQtWebKit4.new (New)


Package is "libQtWebKit4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KCyNwJ/_old  2014-01-23 16:10:56.0 +0100
+++ /var/tmp/diff_new_pack.KCyNwJ/_new  2014-01-23 16:10:56.0 +0100
@@ -1 +1 @@
-
+

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



commit tomcat for openSUSE:12.3:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package tomcat for openSUSE:12.3:Update 
checked in at 2014-01-21 10:36:47

Comparing /work/SRC/openSUSE:12.3:Update/tomcat (Old)
 and  /work/SRC/openSUSE:12.3:Update/.tomcat.new (New)


Package is "tomcat"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ccbETG/_old  2014-01-23 16:12:46.0 +0100
+++ /var/tmp/diff_new_pack.ccbETG/_new  2014-01-23 16:12:46.0 +0100
@@ -1 +1 @@
-
+

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



commit nagios-rpm-macros for openSUSE:12.3:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package nagios-rpm-macros for 
openSUSE:12.3:Update checked in at 2014-01-20 11:23:17

Comparing /work/SRC/openSUSE:12.3:Update/nagios-rpm-macros (Old)
 and  /work/SRC/openSUSE:12.3:Update/.nagios-rpm-macros.new (New)


Package is "nagios-rpm-macros"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.VWISSY/_old  2014-01-23 16:11:28.0 +0100
+++ /var/tmp/diff_new_pack.VWISSY/_new  2014-01-23 16:11:28.0 +0100
@@ -1 +1 @@
-
+

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



commit openssl for openSUSE:12.3:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:12.3:Update 
checked in at 2014-01-20 11:25:52

Comparing /work/SRC/openSUSE:12.3:Update/openssl (Old)
 and  /work/SRC/openSUSE:12.3:Update/.openssl.new (New)


Package is "openssl"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.7C9L4o/_old  2014-01-23 16:11:33.0 +0100
+++ /var/tmp/diff_new_pack.7C9L4o/_new  2014-01-23 16:11:33.0 +0100
@@ -1 +1 @@
-
+

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



commit phonon-backend-gstreamer-0_10 for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package phonon-backend-gstreamer-0_10 for 
openSUSE:13.1:Update checked in at 2014-01-17 12:13:19

Comparing /work/SRC/openSUSE:13.1:Update/phonon-backend-gstreamer-0_10 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.phonon-backend-gstreamer-0_10.new 
(New)


Package is "phonon-backend-gstreamer-0_10"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.xPwx8g/_old  2014-01-23 16:19:02.0 +0100
+++ /var/tmp/diff_new_pack.xPwx8g/_new  2014-01-23 16:19:02.0 +0100
@@ -1 +1 @@
-
+

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



commit libreoffice-icon-themes for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-icon-themes for 
openSUSE:13.1:Update checked in at 2014-01-20 11:25:34

Comparing /work/SRC/openSUSE:13.1:Update/libreoffice-icon-themes (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libreoffice-icon-themes.new (New)


Package is "libreoffice-icon-themes"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.a3Jzfd/_old  2014-01-23 16:18:23.0 +0100
+++ /var/tmp/diff_new_pack.a3Jzfd/_new  2014-01-23 16:18:23.0 +0100
@@ -1 +1 @@
-
+

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



commit phonon for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package phonon for openSUSE:13.1:Update 
checked in at 2014-01-17 12:13:25

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


Package is "phonon"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.nbd1qW/_old  2014-01-23 16:19:01.0 +0100
+++ /var/tmp/diff_new_pack.nbd1qW/_new  2014-01-23 16:19:01.0 +0100
@@ -1 +1 @@
-
+

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



commit openssl for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:13.1:Update 
checked in at 2014-01-20 11:25:38

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


Package is "openssl"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.QkGd44/_old  2014-01-23 16:18:45.0 +0100
+++ /var/tmp/diff_new_pack.QkGd44/_new  2014-01-23 16:18:45.0 +0100
@@ -1 +1 @@
-
+

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



commit libreoffice-l10n for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-l10n for 
openSUSE:13.1:Update checked in at 2014-01-20 11:25:38

Comparing /work/SRC/openSUSE:13.1:Update/libreoffice-l10n (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libreoffice-l10n.new (New)


Package is "libreoffice-l10n"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.3gnEoe/_old  2014-01-23 16:18:24.0 +0100
+++ /var/tmp/diff_new_pack.3gnEoe/_new  2014-01-23 16:18:24.0 +0100
@@ -1 +1 @@
-
+

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



commit libreoffice-branding-upstream for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-branding-upstream for 
openSUSE:13.1:Update checked in at 2014-01-20 11:25:18

Comparing /work/SRC/openSUSE:13.1:Update/libreoffice-branding-upstream (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libreoffice-branding-upstream.new 
(New)


Package is "libreoffice-branding-upstream"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.67jRx0/_old  2014-01-23 16:18:20.0 +0100
+++ /var/tmp/diff_new_pack.67jRx0/_new  2014-01-23 16:18:20.0 +0100
@@ -1 +1 @@
-
+

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



commit libreoffice-help-en-US for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-help-en-US for 
openSUSE:13.1:Update checked in at 2014-01-20 11:25:20

Comparing /work/SRC/openSUSE:13.1:Update/libreoffice-help-en-US (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libreoffice-help-en-US.new (New)


Package is "libreoffice-help-en-US"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.H8om38/_old  2014-01-23 16:18:20.0 +0100
+++ /var/tmp/diff_new_pack.H8om38/_new  2014-01-23 16:18:20.0 +0100
@@ -1 +1 @@
-
+

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



commit libreoffice-help-group5 for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-help-group5 for 
openSUSE:13.1:Update checked in at 2014-01-20 11:25:30

Comparing /work/SRC/openSUSE:13.1:Update/libreoffice-help-group5 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libreoffice-help-group5.new (New)


Package is "libreoffice-help-group5"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.a5MBRW/_old  2014-01-23 16:18:23.0 +0100
+++ /var/tmp/diff_new_pack.a5MBRW/_new  2014-01-23 16:18:23.0 +0100
@@ -1 +1 @@
-
+

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



commit libreoffice-help-group4 for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-help-group4 for 
openSUSE:13.1:Update checked in at 2014-01-20 11:25:26

Comparing /work/SRC/openSUSE:13.1:Update/libreoffice-help-group4 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libreoffice-help-group4.new (New)


Package is "libreoffice-help-group4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.f7rKcI/_old  2014-01-23 16:18:22.0 +0100
+++ /var/tmp/diff_new_pack.f7rKcI/_new  2014-01-23 16:18:22.0 +0100
@@ -1 +1 @@
-
+

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



commit libreoffice-help-group2 for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-help-group2 for 
openSUSE:13.1:Update checked in at 2014-01-20 11:25:23

Comparing /work/SRC/openSUSE:13.1:Update/libreoffice-help-group2 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libreoffice-help-group2.new (New)


Package is "libreoffice-help-group2"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.fYhDIy/_old  2014-01-23 16:18:21.0 +0100
+++ /var/tmp/diff_new_pack.fYhDIy/_new  2014-01-23 16:18:21.0 +0100
@@ -1 +1 @@
-
+

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



commit libreoffice for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:13.1:Update 
checked in at 2014-01-20 11:25:40

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


Package is "libreoffice"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.rjan8r/_old  2014-01-23 16:18:19.0 +0100
+++ /var/tmp/diff_new_pack.rjan8r/_new  2014-01-23 16:18:19.0 +0100
@@ -1 +1 @@
-
+

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



commit libreoffice-help-group1 for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-help-group1 for 
openSUSE:13.1:Update checked in at 2014-01-20 11:25:22

Comparing /work/SRC/openSUSE:13.1:Update/libreoffice-help-group1 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libreoffice-help-group1.new (New)


Package is "libreoffice-help-group1"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.oqWBBG/_old  2014-01-23 16:18:21.0 +0100
+++ /var/tmp/diff_new_pack.oqWBBG/_new  2014-01-23 16:18:21.0 +0100
@@ -1 +1 @@
-
+

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



commit gdk-pixbuf for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gdk-pixbuf for openSUSE:13.1:Update 
checked in at 2014-01-21 10:38:05

Comparing /work/SRC/openSUSE:13.1:Update/gdk-pixbuf (Old)
 and  /work/SRC/openSUSE:13.1:Update/.gdk-pixbuf.new (New)


Package is "gdk-pixbuf"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.LuBonc/_old  2014-01-23 16:17:48.0 +0100
+++ /var/tmp/diff_new_pack.LuBonc/_new  2014-01-23 16:17:48.0 +0100
@@ -1 +1 @@
-
+

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



commit libpng16 for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libpng16 for openSUSE:13.1:Update 
checked in at 2014-01-20 11:24:14

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


Package is "libpng16"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5YgAUm/_old  2014-01-23 16:18:18.0 +0100
+++ /var/tmp/diff_new_pack.5YgAUm/_new  2014-01-23 16:18:18.0 +0100
@@ -1 +1 @@
-
+

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



commit phonon-backend-vlc for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package phonon-backend-vlc for 
openSUSE:13.1:Update checked in at 2014-01-17 12:13:21

Comparing /work/SRC/openSUSE:13.1:Update/phonon-backend-vlc (Old)
 and  /work/SRC/openSUSE:13.1:Update/.phonon-backend-vlc.new (New)


Package is "phonon-backend-vlc"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ElDxLC/_old  2014-01-23 16:19:02.0 +0100
+++ /var/tmp/diff_new_pack.ElDxLC/_new  2014-01-23 16:19:02.0 +0100
@@ -1 +1 @@
-
+

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



commit gcin for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gcin for openSUSE:13.1:Update 
checked in at 2014-01-17 12:13:59

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


Package is "gcin"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Xp1gdk/_old  2014-01-23 16:17:47.0 +0100
+++ /var/tmp/diff_new_pack.Xp1gdk/_new  2014-01-23 16:17:47.0 +0100
@@ -1 +1 @@
-
+

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



commit ruby20 for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package ruby20 for openSUSE:13.1:Update 
checked in at 2014-01-17 12:05:20

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


Package is "ruby20"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.xlG7UP/_old  2014-01-23 16:19:10.0 +0100
+++ /var/tmp/diff_new_pack.xlG7UP/_new  2014-01-23 16:19:10.0 +0100
@@ -1 +1 @@
-
+

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



commit quassel for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package quassel for openSUSE:13.1:Update 
checked in at 2014-01-21 15:18:00

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


Package is "quassel"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Pi1808/_old  2014-01-23 16:19:07.0 +0100
+++ /var/tmp/diff_new_pack.Pi1808/_new  2014-01-23 16:19:07.0 +0100
@@ -1 +1 @@
-
+

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



commit libreoffice-help-group3 for openSUSE:13.1:Update

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-help-group3 for 
openSUSE:13.1:Update checked in at 2014-01-20 11:25:25

Comparing /work/SRC/openSUSE:13.1:Update/libreoffice-help-group3 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libreoffice-help-group3.new (New)


Package is "libreoffice-help-group3"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.YDpXLp/_old  2014-01-23 16:18:22.0 +0100
+++ /var/tmp/diff_new_pack.YDpXLp/_new  2014-01-23 16:18:22.0 +0100
@@ -1 +1 @@
-
+

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



commit Mesa for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2014-01-17 11:04:42

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


Package is "Mesa"

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2013-12-19 
12:49:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2014-01-23 
15:39:13.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan 15 04:49:48 UTC 2014 - afaer...@suse.de
+
+- Enable freedreno gallium driver (Qualcomm Adreno)
+
+---
+Mon Jan 13 11:35:46 UTC 2014 - sndir...@suse.com
+
+- Update to version 10.0.2
+ * Mesa 10.0.2 is a bug fix release which fixes bugs fixed since
+   the 10.0.1 release. 
+
+---

Old:

  MesaLib-10.0.1.tar.bz2

New:

  MesaLib-10.0.2.tar.bz2



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.AGG3qb/_old  2014-01-23 15:39:14.0 +0100
+++ /var/tmp/diff_new_pack.AGG3qb/_new  2014-01-23 15:39:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package Mesa
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,11 +29,11 @@
 %define llvm_r600 0
 %endif
 
-%define _version 10.0.1
+%define _version 10.0.2
 %define _name_archive MesaLib
 
 Name:   Mesa
-Version:10.0.1
+Version:10.0.2
 Release:0
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake
@@ -55,6 +55,9 @@
 %ifnarch ppc64le
 BuildRequires:  pkgconfig(xshmfence)
 %endif
+%ifarch %arm
+BuildRequires:  pkgconfig(libdrm_freedreno) >= 2.4.43
+%endif
 %ifarch x86_64 %ix86
 BuildRequires:  pkgconfig(libdrm_intel) >= 2.4.38
 %endif
@@ -524,7 +527,11 @@
--enable-xa \
--enable-gallium-llvm \
--with-dri-drivers=nouveau \
+%ifarch %arm
+   --with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno \
+%else
--with-gallium-drivers=r300,r600,nouveau,swrast,svga \
+%endif
--enable-vdpau \
--enable-xvmc \
 %endif

++ MesaLib-10.0.1.tar.bz2 -> MesaLib-10.0.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/Mesa/MesaLib-10.0.1.tar.bz2 
/work/SRC/openSUSE:Factory/.Mesa.new/MesaLib-10.0.2.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 ConsoleKit for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2014-01-17 11:03:21

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


Package is "ConsoleKit"

Changes:

--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit-doc.changes
2013-01-29 06:43:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit-doc.changes   
2014-01-23 15:39:11.0 +0100
@@ -1,0 +2,26 @@
+Thu Jan 16 19:13:17 UTC 2014 - a...@ajaissle.de
+
+- New upstream release 0.4.6 
+  + build-sys: Use xz compression
+  + build-sys: install run-seat.d symlink for udev-acl
+  + build-sys: missing AC_SUBST for UDEVDIR
+  + Fix unconditional PATH_MAX usage
+  + Add support for GNU/Hurd
+  + build-sys: don't install systemd units when using 
--without-systemdsystemunitdir
+  + build-sys: run autoupdate
+  + build-sys: remove useless dbus version check
+  + Import udev-acl tool from udev
+  + ck-history: don't truncate --frequent output to 8 chars
+- Dropped import-udev-acl-tool-from-udev.patch (applied upstream)
+- Changed Url as the former was non existent
+  + former:  http://consolekit.freedesktop.org
+  + current: http://www.freedesktop.org/wiki/Software/ConsoleKit/
+- Rebased move-pid-and-database-to-run-directory.patch, but use configure 
option instead of patching the pid location
+
+---
+Thu Oct 17 08:57:33 UTC 2013 - pwieczorkiew...@suse.com
+
+- create %{_localstatedir}/log/ConsoleKit directory on install
+  (bnc#845872)
+
+---
--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit.changes2013-10-17 
20:39:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit.changes   
2014-01-23 15:39:11.0 +0100
@@ -1,0 +2,20 @@
+Thu Jan 16 19:13:17 UTC 2014 - a...@ajaissle.de
+
+- New upstream release 0.4.6 
+  + build-sys: Use xz compression
+  + build-sys: install run-seat.d symlink for udev-acl
+  + build-sys: missing AC_SUBST for UDEVDIR
+  + Fix unconditional PATH_MAX usage
+  + Add support for GNU/Hurd
+  + build-sys: don't install systemd units when using 
--without-systemdsystemunitdir
+  + build-sys: run autoupdate
+  + build-sys: remove useless dbus version check
+  + Import udev-acl tool from udev
+  + ck-history: don't truncate --frequent output to 8 chars
+- Dropped import-udev-acl-tool-from-udev.patch (applied upstream)
+- Changed Url as the former was non existent
+  + former:  http://consolekit.freedesktop.org
+  + current: http://www.freedesktop.org/wiki/Software/ConsoleKit/
+- Rebased move-pid-and-database-to-run-directory.patch, but use configure 
option instead of patching the pid location
+
+---

Old:

  ConsoleKit-0.4.5.tar.bz2

New:

  ConsoleKit-0.4.6.tar.xz



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.B62AG9/_old  2014-01-23 15:39:11.0 +0100
+++ /var/tmp/diff_new_pack.B62AG9/_new  2014-01-23 15:39:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ConsoleKit-doc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 # WARNING: If you are editing ConsoleKit-doc.spec, STOP. Always edit
 # ConsoleKit.spec and then run pre-checkin.sh which will create
 # ConsoleKit-doc.spec based upon ConsoleKit.spec.
-Url:http://consolekit.freedesktop.org
+Url:http://www.freedesktop.org/wiki/Software/ConsoleKit/
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  glib2-devel
 BuildRequires:  glibc-devel
@@ -44,12 +44,11 @@
 Summary:System daemon for tracking users, sessions and seats
 License:GPL-2.0+
 Group:  System/Daemons
-Version:0.4.5
+Version:0.4.6
 Release:0
-Source: %{pkg_name}-%{version}.tar.bz2
+Source: 
http://www.freedesktop.org/software/%{pkg_name}/dist/%{pkg_name}-%{version}.tar.xz
 Source2:baselibs.conf
-Patch0: import-udev-acl-tool-from-udev.patch
-Patch1: move-pid-and-database-to-run-directory.patch
+Patch0: move-pid-and-database-to-run-directory.patch
 Obsoletes:  udev-acl <= 173
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
@@ -90,7 +89,6 @@
 %prep
 %setup -q -n ConsoleKit-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 export V=1
@@ -104,6 +102,7 @@
   -

commit OpenIPMI for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package OpenIPMI for openSUSE:Factory 
checked in at 2014-01-17 11:05:00

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


Package is "OpenIPMI"

Changes:

--- /work/SRC/openSUSE:Factory/OpenIPMI/OpenIPMI.changes2013-10-11 
12:53:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.OpenIPMI.new/OpenIPMI.changes   2014-01-23 
15:39:17.0 +0100
@@ -1,0 +2,9 @@
+Thu Jan  9 15:03:26 UTC 2014 - tr...@suse.de
+
+- Cleanup patches:
+  Drop: fix-devel-deps.patch
+  Add changelog to most of the patches and submitted them mainline.
+  Add: bug-854693_segv_sol.patch
+  bnc#854693
+
+---

Old:

  fix-devel-deps.patch

New:

  bug-854693_segv_sol.patch



Other differences:
--
++ OpenIPMI.spec ++
--- /var/tmp/diff_new_pack.wukeDx/_old  2014-01-23 15:39:17.0 +0100
+++ /var/tmp/diff_new_pack.wukeDx/_new  2014-01-23 15:39:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package OpenIPMI
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,16 +48,16 @@
 Source1:sysconfig.ipmi
 Source2:openipmi.initscript
 Patch0: OpenIPMI-prefer_perl_vendor.patch
-Patch2: new-names-for-new-variables
-Patch3: OpenIPMI-libtool.patch
+Patch1: tcl-includes-moved.patch
+Patch2: OpenIPMI-libtool.patch
+Patch3: new-names-for-new-variables
 Patch4: OpenIPMI-popt.patch
 Patch5: OpenIPMI-2.0.16-larger-ipmibuf.patch
-Patch6: fix-devel-deps.patch
 # upstream ID 3587484
-Patch7: do-fclose.patch
-Patch8: fix-conversions.patch
+Patch6: do-fclose.patch
+Patch7: fix-conversions.patch
 # location of tcl.h moved from include/tcl to include, kkae...@suse.de
-Patch9: tcl-includes-moved.patch
+Patch8: bug-854693_segv_sol.patch
 Source99:   OpenIPMI-rpmlintrc
 Url:http://openipmi.sourceforge.net
 Provides:   ipmi_ui
@@ -112,14 +112,14 @@
 %prep
 %setup -n %{name}-%{pkgversion}
 %patch0 -p1
-%patch2 -p1
+%patch1 -p1
+%patch2
 %patch3
-%patch4
+%patch4 -p1
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
-%patch9 -p1
 
 %build
 autoreconf --install --force

++ OpenIPMI-2.0.16-larger-ipmibuf.patch ++
--- /var/tmp/diff_new_pack.wukeDx/_old  2014-01-23 15:39:18.0 +0100
+++ /var/tmp/diff_new_pack.wukeDx/_new  2014-01-23 15:39:18.0 +0100
@@ -1,3 +1,10 @@
+Use 256 byte max message length instead of 80
+
+I could not find any reference to this one, but it looks like for specific
+hardware this necessary.
+
+Signed-off-by: Thomas Renninger 
+
 diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-OpenIPMI-2.0.20-rc3/include/linux/ipmi_msgdefs.h 
./include/linux/ipmi_msgdefs.h
 --- ../orig-OpenIPMI-2.0.20-rc3/include/linux/ipmi_msgdefs.h   2012-07-22 
00:01:45.0 +0200
 +++ ./include/linux/ipmi_msgdefs.h 2013-10-04 09:41:31.801884531 +0200

++ OpenIPMI-popt.patch ++
--- /var/tmp/diff_new_pack.wukeDx/_old  2014-01-23 15:39:18.0 +0100
+++ /var/tmp/diff_new_pack.wukeDx/_new  2014-01-23 15:39:18.0 +0100
@@ -1,3 +1,15 @@
+Check for the used poptGetContext instead of an unused variable
+
+grep poptHelpOptions * -r
+reveals that this variable/function is not used in the code at all.
+nm -D /usr/lib64/libpopt.so.0 |less
+reveals that poptHelpOptions is a variable only.
+
+Check for the used (lanserv/lanserv.c and lanserv/ipmi_sim.c) poptGetContext
+function instead whether the popt library functions are available.
+
+Signed-off-by: Thomas Renninger 
+
 diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-OpenIPMI-2.0.20-rc3/configure.in 
./configure.in
 --- ../orig-OpenIPMI-2.0.20-rc3/configure.in   2013-10-04 09:38:40.754850007 
+0200
 +++ ./configure.in 2013-10-04 09:40:32.959464727 +0200

++ bug-854693_segv_sol.patch ++
From: William Preston 

Fix segfault if a message comes in before hand shaking is successfully finished


Signed-off-by: Thomas Renninger 

--- OpenIPMI-2.0.16/lib/ipmi_sol.c
+++ OpenIPMI-2.0.16/lib/ipmi_sol.c
@@ -3532,7 +3532,8 @@ sol_handle_recv_async(ipmi_con_t*ipm
 dump_hex(packet, data_len);
 #endif
 
-if (conn->state == ipmi_sol_state_closed) {
+if ((conn->state != ipmi_sol_state_connected)
+   && (conn->stat

commit alpine for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package alpine for openSUSE:Factory checked 
in at 2014-01-22 23:15:57

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


Package is "alpine"

Changes:

--- /work/SRC/openSUSE:Factory/alpine/alpine.changes2013-09-04 
13:16:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.alpine.new/alpine.changes   2014-01-23 
15:39:34.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan 22 11:43:51 UTC 2014 - m...@suse.com
+
+- Add alpine-mime-type-workaround.patch:
+  Send mime type in lowercase to work around MUAs that can't cope
+  with upper case mime type strings in the Content-Type header
+  such as the webmailer of GMX.  This is a backport from the
+  current development release and will become obsolete with the
+  next version upgrade.
+
+---

New:

  alpine-mime-type-workaround.patch



Other differences:
--
++ alpine.spec ++
--- /var/tmp/diff_new_pack.Fg5pSp/_old  2014-01-23 15:39:35.0 +0100
+++ /var/tmp/diff_new_pack.Fg5pSp/_new  2014-01-23 15:39:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alpine
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,6 +39,7 @@
 Patch20:pine-expression-warnings.diff
 Patch40:pico-stripwhitespace.diff
 Patch60:signal-and-panic-improvements.diff
+Patch61:alpine-mime-type-workaround.patch
 #
 # Eduardo Chappa's patches.
 # http://patches.freeiz.com/alpine/
@@ -138,6 +139,7 @@
 %patch20 -p1
 %patch40 -p1
 %patch60 -p1
+%patch61 -p1
 %endif # End of "if !{build_vanilla}"
 
 %build

++ alpine-mime-type-workaround.patch ++
--- alpine-2.11/pith/send.c 2013-08-15 06:36:22.0 +0200
+++ alpine-2.19.4/pith/send.c   2013-12-27 20:23:54.0 +0100
@@ -4419,6 +4423,17 @@
   return(1);
 }
 
+char *
+ToLower(char *s, char *t)
+{
+ int i;
+
+ for(i = 0; s != NULL && s[i] != '\0'; i++)
+   t[i] = s[i] + ((s[i] >= 'A' && s[i] <= 'Z') ? ('a' - 'A') : 0);
+ t[i] = '\0';
+
+ return t;
+}
 
 /*
  * pine_write_body_header - another c-client clone.  This time
@@ -4441,11 +4456,11 @@
 
 if((so = so_get(CharStar, NULL, WRITE_ACCESS)) != NULL){
if(!(so_puts(so, "Content-Type: ")
-&& so_puts(so, body_types[body->type])
+&& so_puts(so, ToLower(body_types[body->type], tmp))
 && so_puts(so, "/")
-&& so_puts(so, body->subtype
- ? body->subtype
- : rfc822_default_subtype (body->type
+&& so_puts(so, ToLower(body->subtype
+   ? body->subtype
+   : rfc822_default_subtype (body->type),tmp
  return(pwbh_finish(0, so));

if(body->parameter){

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



commit abiword for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package abiword for openSUSE:Factory checked 
in at 2014-01-21 11:06:45

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


Package is "abiword"

Changes:

--- /work/SRC/openSUSE:Factory/abiword/abiword.changes  2014-01-07 
17:18:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.abiword.new/abiword.changes 2014-01-23 
15:39:26.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 19 08:59:50 UTC 2014 - zai...@opensuse.org
+
+- Drop psiconv-devel BuildRequires, as I doubt there are any users
+  left of this.
+
+---



Other differences:
--
++ abiword.spec ++
--- /var/tmp/diff_new_pack.iKkk9u/_old  2014-01-23 15:39:27.0 +0100
+++ /var/tmp/diff_new_pack.iKkk9u/_new  2014-01-23 15:39:27.0 +0100
@@ -54,7 +54,6 @@
 BuildRequires:  libwps-devel
 BuildRequires:  link-grammar-devel
 BuildRequires:  loudmouth-devel
-BuildRequires:  psiconv-devel
 BuildRequires:  readline-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  wv-devel

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



commit barcode for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package barcode for openSUSE:Factory checked 
in at 2014-01-22 09:40:34

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


Package is "barcode"

Changes:

--- /work/SRC/openSUSE:Factory/barcode/barcode.changes  2012-07-24 
17:21:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.barcode.new/barcode.changes 2014-01-23 
15:40:08.0 +0100
@@ -1,0 +2,22 @@
+Sat Jan  4 16:01:20 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 0.99
+  + Support for i18n.
+  + Change license to GPLv3 or later version.
+  + SVG support.
+  + Added support for PCL output.
+- Removed patchs fixed by upstream
+  + barcode-0.98.patch
+  + barcode-0.98-bookland.patch
+  + barcode-0.98-gcc_warning.patch 
+  + barcode-0.98-memoryleak.patch
+  + barcode-0.98-nohtmltoinfo.patch 
+- Adapt barcode-0.98-info.patch patch to upstream changes
+- Change license tag to GPL-3.0+ because of license change by upstream
+- Use %configure instead of pass options "by-hand"
+- Remove devel subpackage; it was already useless and upstream doesn't
+  provide development files anymore
+- info file has to be provided with linked binary
+- Upstream doesn't provide any manpage anymore
+
+---

Old:

  barcode-0.98-bookland.patch
  barcode-0.98-gcc_warning.patch
  barcode-0.98-info.patch
  barcode-0.98-memoryleak.patch
  barcode-0.98-nohtmltoinfo.patch
  barcode-0.98.patch
  barcode-0.98.tar.gz

New:

  barcode-0.99-info.patch
  barcode-0.99.tar.xz



Other differences:
--
++ barcode.spec ++
--- /var/tmp/diff_new_pack.5zcqt0/_old  2014-01-23 15:40:09.0 +0100
+++ /var/tmp/diff_new_pack.5zcqt0/_new  2014-01-23 15:40:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package barcode
 #
-# 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
@@ -26,22 +26,18 @@
 BuildRequires:  texlive-tex
 BuildRequires:  texlive-texinfo
 %endif
-Version:0.98
+BuildRequires:  xz
+Requires(pre):  %install_info_prereq
+Version:0.99
 Release:0
 Summary:Text-Mode Barcode Creation Utility
-License:GPL-2.0+
+License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Url:http://www.gnu.org/software/barcode/barcode.html
-Source: ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
-Patch:  %{name}-%{version}.patch
-Patch1: %{name}-%{version}-bookland.patch
-Patch2: %{name}-%{version}-info.patch
-Patch3: %{name}-%{version}-gcc_warning.patch
-Patch4: %{name}-%{version}-nohtmltoinfo.patch
+Source: ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.xz
+Patch2: %{name}-0.99-info.patch
 # PATCH-FIX-UPSTREAM fix mem leak (bnc#537525)
-Patch5: %{name}-%{version}-leak-fix.patch
-# PATCH-FIX-UPSTREAM fix memory leak (bnc#546020)
-Patch6: %{name}-%{version}-memoryleak.patch
+Patch5: %{name}-0.98-leak-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -51,62 +47,29 @@
 as a few other formats. Output is generated in either PostScript or
 Encapsulated PostScript format.
 
-%package devel
-Summary:Barcode creation library
-Group:  Development/Libraries/C and C++
-PreReq: %install_info_prereq
-
-%description devel
-The barcode-devel package contains library for creating barcode output
-files. It can create printouts for the conventional product tagging
-standards: UPC-A, UPC-E, EAN-13, EAN-8, ISBN, as well as a few other
-formats. Output is generated as either Postscript or Encapsulated
-Postscript.
-
 %prep
 %setup
-%patch
-%patch1
 %patch2
-%patch3
-%patch4
 %patch5
-%patch6
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
-./configure --mandir=%{_mandir} \
-   --prefix=%{_prefix} \
---infodir=%{_infodir} \
---sysconfdir=%{_sysconfdir}
+%configure
 make
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT \
- LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
- install
-install --mode=0755 bookland/bookland.py $RPM_BUILD_ROOT/%{_bindir}
-install -m 644 doc/%{name}.info $RPM_BUILD_ROOT%{_infodir}
+make DESTDIR=%{buildroot} install
 
-%post devel
+%post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun devel
+%postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files
 %defattr(-, root, root)
-%doc COPYING README I

commit apparmor for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2014-01-20 16:23:53

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


Package is "apparmor"

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2014-01-05 
11:31:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2014-01-23 
15:39:45.0 +0100
@@ -1,0 +2,15 @@
+Sun Jan 19 14:51:33 UTC 2014 - opens...@cboltz.de
+
+- add Recommends: net-tools to apparmor-utils (needed by aa-unconfined)
+- update usr.lib.dovecot.lmtp (add /proc/*/mounts, /tmp/dovecot.lmtp.*, 
+  /{var/,}run/dovecot/mounts, deny capability block_suspend)
+
+---
+Fri Jan 17 16:29:54 UTC 2014 - devel...@develop7.info
+
+- add apparmor-2.8.2-nm-dnsmasq-config.patch - allow dnsmasq read config 
+  created by recent NetworkManager (see 
+  
http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=d82669d3fdaa7ec70ef1b64941c101ac810c394b
 
+  for update details)
+
+---

New:

  apparmor-2.8.2-nm-dnsmasq-config.patch



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.bbdDox/_old  2014-01-23 15:39:46.0 +0100
+++ /var/tmp/diff_new_pack.bbdDox/_new  2014-01-23 15:39:46.0 +0100
@@ -148,6 +148,9 @@
 # Ruby 2.0 mkmf prefixes everything with $(DESTDIR), bnc#822277, 
kkae...@suse.de
 Patch22:ruby-2_0-mkmf-destdir.patch
 
+# dnsmasq - allow to read config created by recent NetworkManager - commited 
upstream trunk r2323, 2.8 branch r2110
+Patch23:apparmor-2.8.2-nm-dnsmasq-config.patch
+
 Url:https://launchpad.net/apparmor
 PreReq: sed
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -403,6 +406,8 @@
 Requires:   libapparmor1 = %{version}
 Requires:   perl = %{perl_version}
 Requires:   perl-apparmor = %{version}
+# aa-unconfined needs netstat
+Recommends: net-tools
 BuildArch:  noarch
 
 %description utils
@@ -533,6 +538,11 @@
 %patch22 -p1
 %endif
 
+# affected NM is shipped since openSUSE >= 13.1
+%if 0%{?suse_version} > 1310
+%patch23
+%endif
+
 # profile for winbindd (bnc#748499, submitted upstream 2012-11-06, trunk r2078)
 test ! -e profiles/apparmor.d/usr.sbin.winbindd
 cp %{SOURCE10} profiles/apparmor.d/

++ apparmor-2.8.2-nm-dnsmasq-config.patch ++
Index: profiles/apparmor.d/usr.sbin.dnsmasq
===
--- profiles/apparmor.d/usr.sbin.dnsmasq.orig
+++ profiles/apparmor.d/usr.sbin.dnsmasq
@@ -54,6 +54,8 @@
   # NetworkManager integration
   /{,var/}run/nm-dns-dnsmasq.conf r,
   /{,var/}run/sendsigs.omit.d/*dnsmasq.pid w,
+  # new dnsmasq config path (as of 2012-11-05)
+  /{,var/}run/NetworkManager/dnsmasq.conf r,
 
   # Site-specific additions and overrides. See local/README for details.
   #include 


++ usr.lib.dovecot.lmtp ++
--- /var/tmp/diff_new_pack.bbdDox/_old  2014-01-23 15:39:46.0 +0100
+++ /var/tmp/diff_new_pack.bbdDox/_new  2014-01-23 15:39:46.0 +0100
@@ -15,6 +15,8 @@
 /usr/lib/dovecot/lmtp {
   #include 
 
+  deny capability block_suspend,
+
   capability dac_override,
   capability setgid,
   capability setuid,
@@ -23,7 +25,10 @@
   @{DOVECOT_MAILSTORE}/** rwkl,
 
   /etc/resolv.conf r,
+  /proc/*/mounts r,
+  /tmp/dovecot.lmtp.* rw,
   /usr/lib/dovecot/lmtp mr,
+  /{var/,}run/dovecot/mounts r,
 
   # Site-specific additions and overrides. See local/README for details.
   #include 

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



commit ant for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2014-01-20 16:23:38

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


Package is "ant"

Changes:

--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes2013-12-05 
06:45:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.ant.new/ant-antlr.changes   2014-01-23 
15:39:39.0 +0100
@@ -1,0 +2,18 @@
+Thu Jan  2 08:36:18 UTC 2014 - mvysko...@suse.com
+
+- Update to 1.9.3
+- BugFixes:
+  * Ant 1.8 exec task changes have slowed exec to a crawl, apache#54128
+  *  swallowed the status code of nested  tasks,
+   apache#55539
+  * a race condition could make  tasks of parallel builds to
+interfere with each other, apache#54393
+ * 's mailport still didn't work properly when using smtps,
+   apache#49267
+ * using attributes belonging to the if and unless namespaces
+   made macrodef fail, apache#55885.
+ * Apt is not available under JDK 1.8, apache#55922
+- drop unused macros
+- add gpg verification
+
+---
ant.changes: same change

Old:

  apache-ant-1.9.2-src.tar.bz2

New:

  ant.keyring
  apache-ant-1.9.3-src.tar.bz2
  apache-ant-1.9.3-src.tar.bz2.asc



Other differences:
--
++ ant-antlr.spec ++
--- /var/tmp/diff_new_pack.Xs14y2/_old  2014-01-23 15:39:40.0 +0100
+++ /var/tmp/diff_new_pack.Xs14y2/_new  2014-01-23 15:39:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ant-antlr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2009, JPackage Project
 # All rights reserved.
 #
@@ -18,44 +18,39 @@
 #
 
 
-#
-%define with()  %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
-%define without()   %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
-%define bcond_with()%{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
-%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
-
 # WARNING: please do not edit this auto generated spec file. Use the 
ant.spec! #
 %global bootstrap 0
 
-%if ! %with bootstrap
 # disable javadoc build on arm platform - it delays a build a lot
+# mvyskocil: ifarch does not work for noarch packages ...
 %if %{_arch} != arm
 %global build_javadoc1
-%endif
+%else
+%global build_javadoc 0
 %endif
 
-%global with_manifest_only 0
-
 %global ant_home %{_datadir}/ant
 
 %global major_version 1.9
-%global cvs_version 1.9.2
 
 Name:   ant-antlr
-Version:1.9.2
+Version:1.9.3
 Release:0
 Summary:Antlr Task for ant
 License:Apache-2.0
 Group:  Development/Tools/Building
 Url:http://ant.apache.org/
-Source0:
http://www.apache.org/dist/ant/source/apache-ant-%{cvs_version}-src.tar.bz2
+Source0:
http://www.apache.org/dist/ant/source/apache-ant-%{version}-src.tar.bz2
 Source1:apache-ant-1.8.ant.conf
 Source1000: pre_checkin.sh
+Source1001: 
http://www.apache.org/dist/ant/source/apache-ant-%{version}-src.tar.bz2.asc
+Source1002: ant.keyring
 
 Patch0: apache-ant-no-test-jar.patch
 Patch1: apache-ant-class-path-in-manifest.patch
 
 %if %bootstrap
+BuildRequires:  gpg-offline
 BuildRequires:  java-1_5_0-gcj-compat-devel
 #!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
 #!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel
@@ -452,7 +447,10 @@
 %endif
 
 %prep
-%setup -q -n apache-ant-%{cvs_version}
+%if %bootstrap
+%gpg_verify %{SOURCE1001}
+%endif
+%setup -q -n apache-ant-%{version}
 #Fixup version
 find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//
 

++ ant.spec ++
--- /var/tmp/diff_new_pack.Xs14y2/_old  2014-01-23 15:39:40.0 +0100
+++ /var/tmp/diff_new_pack.Xs14y2/_new  2014-01-23 15:39:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ant
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2009, JPackage Project
 # All rights reserved.
 #
@@ -18,43 +18,38 @@
 #
 
 
-#
-%define with()  %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
-%define without()   %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
-%define bcond_with()%{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
-%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
-
 %global bootstrap 1
 
-%if ! %with bootstrap
 # disable javadoc build on arm platform - it delays a build a lot
+# mvyskocil: ifarch does not work for noarch packages ...
 %if %{_arch} != arm
 %global build_javadoc1
-%endif

commit PackageKit for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is "PackageKit"

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2013-12-30 
10:24:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes   
2014-01-23 15:39:18.0 +0100
@@ -1,0 +2,18 @@
+Mon Jan 20 18:25:00 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.8.16:
+  + Libraries: Add pk_package_sack_find_by_id_name_arch().
+  + New Features: Set all the proxy settings when using pkcon.
+  + Changes in the following backends: aptcc, entropy, hawkey,
+katja.
+  + Bugfixes:
+- Annotate DBUS Interface for GetPackageHistory.
+- Clear the prepared-updates file only when the update is
+  invalidated.
+- Do not show an error if GetDepends is not supported.
+- Do not use the '…' character when talking to plymouth.
+- Don't use the default main context in sync PkClient methods.
+- Only scan .desktop files in the datadir.
+- Drop PackageKit-dbus-interface-annotation.patch: fixed upatream.
+
+---

Old:

  PackageKit-0.8.15.tar.xz
  PackageKit-dbus-interface-annotation.patch

New:

  PackageKit-0.8.16.tar.xz



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.sp9L3E/_old  2014-01-23 15:39:19.0 +0100
+++ /var/tmp/diff_new_pack.sp9L3E/_new  2014-01-23 15:39:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package PackageKit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define with_offline_updates 0
 
 Name:   PackageKit
-Version:0.8.15
+Version:0.8.16
 Release:0
 Summary:Simple software installation management software
 License:GPL-2.0+
@@ -35,8 +35,6 @@
 Patch2: 0002-Build-against-npapi-sdk-instead-of-xulrunner.patch
 # PATCH-FIX-UPSTREAM PackageKit-dbus-location.patch bnc#829944 
dims...@opensuse.org -- Look for dbus socket in /run instead of /var/run. Sent 
to upstream.
 Patch3: PackageKit-dbus-location.patch
-# PATCH-FIX-UPSTREAM annotate-dbus-interface-for-qt.patch co...@suse.de -- 
Give Qt a mapping for the type
-Patch4: PackageKit-dbus-interface-annotation.patch
 # To update this package, please git-format-patch the tag of the
 # tarball version (eg: PACKAGEKIT_0_6_19) vs the distro tag (eg: 
openSUSE_Factory)
 # in https://github.com/openSUSE/PackageKit and keep the patches
@@ -259,7 +257,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 translation-update-upstream
 
 %build

++ PackageKit-0.8.15.tar.xz -> PackageKit-0.8.16.tar.xz ++
 13006 lines of diff (skipped)

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



commit apport for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package apport for openSUSE:Factory checked 
in at 2014-01-16 15:36:13

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


Package is "apport"

Changes:

--- /work/SRC/openSUSE:Factory/apport/apport.changes2013-02-04 
17:56:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.apport.new/apport.changes   2014-01-23 
15:39:49.0 +0100
@@ -1,0 +2,41 @@
+Thu Jan  2 19:25:02 UTC 2014 - wer...@suse.com
+
+- Requiring glibc-debugsource is not a good idea, change to Recommends
+
+---
+Mon Dec 23 17:59:59 UTC 2013 - greg.freem...@gmail.com
+
+- fix bug with python-kde4 version requirement
+- fix typo in Requires: pthon-apport
+- remove redundant Requires: binutils
+
+---
+Wed Dec 18 22:15:53 UTC 2013 - p.drou...@gmail.com
+
+- Use tarball provided by upstream
+- Update to version 2.12.7
+  + Properly fall back to lsb_release if /etc/os-release is invalid.
+  + report.py, add_proc_info(): Add "CurrentDesktop" field with the value of
+$XDG_CURRENT_DESKTOP, if present. (LP: #1247904)
+  + fileutils.py, get_all_system_reports(): Filter out "guest..." users, they
+might have a system UID. (LP: #1250679)
+  + apt/dpkg: Don't call dpkg-divert with full path, it moved in Ubuntu 14.04.
+- Split each apport module in a subpackage to reduce dependencies
+  following ubuntu package guidelines
+  python-apport, python-problem-report, apport-gtk, apport-kde,
+  apport-retrace and apport-valgrind
+- Upstream replaced qt module with kde module; kde supackage replaces
+  qt subpackage
+- Remove patchs; merged or fixed on upstream
+  + apport-report_append.diff
+  + apport-lp357024.diff
+  + apport-fix_fail_msg.diff
+  + apport-cli_use_less.patch
+  + apport-anonymize-report.patch
+  + apport-use-default-cert.patch
+- Use sysvinit script provided by upstream instead of custom one
+- Add all requirements needed by upstream
+- Change -gtk subpackage dependency to get it working with GTK3
+- Split language files in -lang subpackage
+
+---

Old:

  apport-0.114-rev1189.tar.bz2
  apport-anonymize-report.patch
  apport-cli_use_less.patch
  apport-fix_fail_msg.diff
  apport-lp357024.diff
  apport-report_append.diff
  apport-use-default-cert.patch
  rc.apport

New:

  apport-2.12.7.tar.gz



Other differences:
--
++ apport.spec ++
--- /var/tmp/diff_new_pack.NFHQo7/_old  2014-01-23 15:39:49.0 +0100
+++ /var/tmp/diff_new_pack.NFHQo7/_new  2014-01-23 15:39:49.0 +0100
@@ -17,28 +17,36 @@
 #
 
 
-%define revno -rev1189
-
 Name:   apport
 Summary:Automatic crash handler
 License:GPL-2.0+
 Group:  System/Monitoring
-Version:0.114
+Version:2.12.7
 Release:0
 Url:https://launchpad.net/apport
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gtk3-devel
 BuildRequires:  intltool
+BuildRequires:  java-devel
+BuildRequires:  libwnck-devel
+BuildRequires:  pm-utils
+BuildRequires:  procps-devel
+BuildRequires:  psmisc
+BuildRequires:  python-Twisted
 BuildRequires:  python-devel
-BuildRequires:  texlive-latex
-%if %suse_version > 1220
+BuildRequires:  python-distutils-extra
+BuildRequires:  python-httplib2
+BuildRequires:  python-launchpadlib
+BuildRequires:  python-mock
+BuildRequires:  python-pep8
+BuildRequires:  python-pyflakes
+BuildRequires:  rpm-python
 BuildRequires:  texlive-amsfonts
 BuildRequires:  texlive-cm
 BuildRequires:  texlive-cm-super
+BuildRequires:  texlive-latex
 BuildRequires:  texlive-pdftex
-%endif
+BuildRequires:  update-desktop-files
 Requires:   apport-crashdb
-Requires:   python
-Requires:   python-m2crypto
 Requires:   python-xml
 Requires:   python-zypp
 Requires:   rpm-python
@@ -47,21 +55,16 @@
 Requires:   binutils
 Requires:   coreutils
 Requires:   cron
-Requires:   gdb
 Requires:   lsb-release
 Requires:   modutils
 Requires:   ptools
-Source0:%{name}-%{version}%{revno}.tar.bz2
-Source1:rc.apport
+Requires:   python-apport
+Recommends: %{name}-lang
+Source0:
https://launchpad.net/apport/trunk/2.12.7/+download/%{name}-%{version}.tar.gz
 Source2:crashdb.conf
 Source4:crashdb-gencert
 Source99:   apport-rpmlintrc
-Patch0: apport-report_append.diff
-Patch1: apport-lp357024.diff
-Patch2: apport-fix_fail_msg.diff
-Patch3: apport-cli_use_less.patch
-Patch4: apport-anonymize-report.patch
-Patch5: apport-use

commit aqbanking for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package aqbanking for openSUSE:Factory 
checked in at 2014-01-21 07:02:04

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


Package is "aqbanking"

Changes:

--- /work/SRC/openSUSE:Factory/aqbanking/aqbanking.changes  2013-11-01 
17:40:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.aqbanking.new/aqbanking.changes 2014-01-23 
15:39:50.0 +0100
@@ -1,0 +2,16 @@
+Sun Jan 12 20:36:02 UTC 2014 - nico.kru...@gmail.com
+
+- Update to version 5.3.0beta:
+  + fixes some problems with SEPA orders and simplifies the code
+of AqHBCI (better extensibility for future order types)
+  + extends the SWIFT parser to decode SEPA fields in Netbank
+statements (may yield to duplicates)
+
+---
+Mon Jan  6 21:45:54 UTC 2014 - nico.kru...@gmail.com
+
+- Update to version 5.2.0beta:
+  + contains the EBICS module (now under GPL license)
+  + some minor internal improvements regarding BIC and IBAN
+
+---

Old:

  aqbanking-5.1.0beta.tar.gz

New:

  aqbanking-5.3.0beta.tar.gz



Other differences:
--
++ aqbanking.spec ++
--- /var/tmp/diff_new_pack.FRwIlT/_old  2014-01-23 15:39:50.0 +0100
+++ /var/tmp/diff_new_pack.FRwIlT/_new  2014-01-23 15:39:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aqbanking
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %define  q4b_cfgmoddir  %{fronts_libdir}/q4banking/cfgmodules
 
 Name:   aqbanking
-Version:5.1.0beta
+Version:5.3.0beta
 Release:0
 # FIXME Still unable to use parallel make. Last checked: 2011-09-25
 Summary:Library for Online Banking Functions and Financial Data Import 
and Export
@@ -34,14 +34,14 @@
 Group:  Productivity/Office/Finance
 Url:http://www.aquamaniac.de/aqbanking/
 Source: %{name}-%{version}.tar.gz
-#Source:
http://www.aquamaniac.de/sites/download/download.php?package=03&release=102&file=01&dummy=aqbanking-5.0.32beta.tar.gz
+#Source:
http://www.aquamaniac.de/sites/download/download.php?package=03&release=105&file=01&dummy=aqbanking-5.3.0beta.tar.gz
 Source1:aqbanking4-handbook-20091231.pdf
 #Source1:   
http://www.aquamaniac.de/sites/download/download.php?package=09&release=09&file=01&dummy=aqbanking4-handbook-20091231.pdf
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
-BuildRequires:  gwenhywfar-devel >= 4.7.0
+BuildRequires:  gwenhywfar-devel >= 4.9.0
 BuildRequires:  gwenhywfar-tools
 BuildRequires:  ktoblzcheck-devel >= 1.10
 %if !0%{?sles_version}

++ aqbanking-5.1.0beta.tar.gz -> aqbanking-5.3.0beta.tar.gz ++
 52958 lines of diff (skipped)

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



commit Test-DVD-x86_64 for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2014-01-18 02:06:57

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


Package is "Test-DVD-x86_64"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.QLm0cD/_old  2014-01-23 15:39:24.0 +0100
+++ /var/tmp/diff_new_pack.QLm0cD/_new  2014-01-23 15:39:24.0 +0100
@@ -23,7 +23,7 @@
 
   openSUSE
   dvd
-  Test-62
+  Test-65
   no
   /
   $DISTNAME-$FLAVOR
@@ -356,7 +356,6 @@
   
   
   
-  
   
   
   
@@ -470,6 +469,8 @@
   
   
   
+  
+  
   
   
   


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



commit ack for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package ack for openSUSE:Factory checked in 
at 2014-01-20 11:41:21

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


Package is "ack"

Changes:

--- /work/SRC/openSUSE:Factory/ack/ack.changes  2013-12-04 19:48:53.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ack.new/ack.changes 2014-01-23 
15:39:28.0 +0100
@@ -1,0 +2,21 @@
+Fri Jan 17 22:57:14 UTC 2014 - andreas.stie...@gmx.de
+
+- update to ack 2.12:
+  fixes potential remote code execution via per-project .ackrc files
+   [bnc#855340] [CVE-2013-7069]
+  * prevents the --pager, --regex and --output options from being
+used from project-level ackrc files, preventing possible code
+execution when using ack through malicious files
+  * --pager, --regex and --output options may still be used from
+the global /etc/ackrc, your own private ~/.ackrc, the ACK_OPTIONS
+environment variable, and of course from the command line.
+  * Now ignores Eclipse .metadata directory.
+- includes changes form 2.11_02:
+  * upstream source mispackaging fix
+- includes changes from 2.11_01
+  * Fixed a race condition in t/file-permission.t that was causing
+failures if tests were run in parallel.
+- modified patches:
+  * ack-ignore-osc.patch adjust for upstream source changes
+
+---

Old:

  ack-2.10.tar.gz

New:

  ack-2.12.tar.gz



Other differences:
--
++ ack.spec ++
--- /var/tmp/diff_new_pack.7tdmQl/_old  2014-01-23 15:39:28.0 +0100
+++ /var/tmp/diff_new_pack.7tdmQl/_new  2014-01-23 15:39:28.0 +0100
@@ -2,7 +2,7 @@
 #
 # spec file for package ack
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 %definerun_tests 0%{?suse_version} >= 1210
 
 Name:   ack
-Version:2.10
+Version:2.12
 Release:0
 Summary:Grep-Like Text Finder
 License:Artistic-2.0

++ ack-2.10.tar.gz -> ack-2.12.tar.gz ++
 2017 lines of diff (skipped)

++ ack-ignore-osc.patch ++
--- /var/tmp/diff_new_pack.7tdmQl/_old  2014-01-23 15:39:28.0 +0100
+++ /var/tmp/diff_new_pack.7tdmQl/_new  2014-01-23 15:39:28.0 +0100
@@ -3,10 +3,10 @@
  t/ack-dump.t |2 +-
  2 files changed, 4 insertions(+), 1 deletion(-)
 
-Index: ack-2.10/ConfigDefault.pm
+Index: ack-2.12/ConfigDefault.pm
 ===
 ack-2.10.orig/ConfigDefault.pm 2013-09-24 22:35:57.0 +0100
-+++ ack-2.10/ConfigDefault.pm  2013-10-17 20:18:20.0 +0100
+--- ack-2.12.orig/ConfigDefault.pm 2013-11-30 18:34:00.0 +
 ack-2.12/ConfigDefault.pm  2014-01-17 22:56:49.0 +
 @@ -47,6 +47,9 @@ sub _options_block {
  # Mercurial
  --ignore-directory=is:.hg
@@ -17,14 +17,14 @@
  # quilt
  --ignore-directory=is:.pc
  
-Index: ack-2.10/t/ack-dump.t
+Index: ack-2.12/t/ack-dump.t
 ===
 ack-2.10.orig/t/ack-dump.t 2013-09-24 22:35:57.0 +0100
-+++ ack-2.10/t/ack-dump.t  2013-10-17 20:18:58.0 +0100
+--- ack-2.12.orig/t/ack-dump.t 2013-11-30 18:34:00.0 +
 ack-2.12/t/ack-dump.t  2014-01-17 22:56:35.0 +
 @@ -32,5 +32,5 @@ DUMP: {
  is( scalar @perl, 2, 'Two specs for Perl' );
  
  my @ignore_dir = grep { /ignore-dir/ } @results;
--is( scalar @ignore_dir, 22, 'Twenty-two specs for ignoring directories' );
-+is( scalar @ignore_dir, 23, 'Twenty-three specs for ignoring directories' 
);
+-is( scalar @ignore_dir, 23, 'Twenty-three specs for ignoring directories' 
);
++is( scalar @ignore_dir, 24, 'Twenty-four specs for ignoring directories' 
);
  }

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



commit awesome for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package awesome for openSUSE:Factory checked 
in at 2014-01-22 18:19:39

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


Package is "awesome"

Changes:

--- /work/SRC/openSUSE:Factory/awesome/awesome.changes  2013-06-28 
15:58:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.awesome.new/awesome.changes 2014-01-23 
15:40:04.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan  3 00:44:16 UTC 2014 - crrodrig...@opensuse.org
+
+- extend awesome-remove_build_timestamp.patch to avoid
+  needless package republish due to AWESOME_COMPILE_HOSTNAME
+  changing all the time. replace it by the string "OBS".
+
+---



Other differences:
--
++ awesome.spec ++
--- /var/tmp/diff_new_pack.e2PeMa/_old  2014-01-23 15:40:04.0 +0100
+++ /var/tmp/diff_new_pack.e2PeMa/_new  2014-01-23 15:40:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package awesome
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ awesome-remove_build_timestamp.patch ++
--- /var/tmp/diff_new_pack.e2PeMa/_old  2014-01-23 15:40:04.0 +0100
+++ /var/tmp/diff_new_pack.e2PeMa/_new  2014-01-23 15:40:04.0 +0100
@@ -4,8 +4,8 @@
 
 
 
 awesome-3.4.13.orig/common/version.c
-+++ awesome-3.4.13/common/version.c
+--- awesome-3.4.15.orig/common/version.c
 awesome-3.4.15/common/version.c
 @@ -35,9 +35,6 @@ eprint_version(void)
  printf("awesome " AWESOME_VERSION
   " (" AWESOME_RELEASE ")\n"
@@ -16,3 +16,14 @@
  printf(" for %s", AWESOME_COMPILE_MACHINE);
  #if defined(__GNUC__) \
  && defined(__GNUC_MINOR__)\
+--- awesome-3.4.15.orig/awesome-version-internal.h.in
 awesome-3.4.15/awesome-version-internal.h.in
+@@ -4,7 +4,7 @@
+ #define AWESOME_VERSION "@AWESOME_VERSION@"
+ #define AWESOME_COMPILE_MACHINE "@AWESOME_COMPILE_MACHINE@"
+ #define AWESOME_COMPILE_BY  "@AWESOME_COMPILE_BY@"
+-#define AWESOME_COMPILE_HOSTNAME"@AWESOME_COMPILE_HOSTNAME@"
++#define AWESOME_COMPILE_HOSTNAME"OBS"
+ #define AWESOME_RELEASE "@AWESOME_RELEASE@"
+ 
+ #endif //_AWE_VERSION_INTERNAL_H_

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



commit armadillo for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2014-01-20 11:41:26

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


Package is "armadillo"

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2014-01-13 
13:49:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2014-01-23 
15:39:53.0 +0100
@@ -1,0 +2,9 @@
+Fri Jan 17 20:33:40 UTC 2014 - badshah...@gmail.com
+
+- Update to version 4.000.2:
+  + List of changes not documented upstream
+- Changes from version 4.000.1:
+  + Fix for randi() generating out-of-interval values
+  + Workaround for a bug in the Intel compiler
+ 
+---

Old:

  armadillo-4.000.0.tar.gz

New:

  armadillo-4.000.2.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.xOtEQv/_old  2014-01-23 15:39:53.0 +0100
+++ /var/tmp/diff_new_pack.xOtEQv/_new  2014-01-23 15:39:53.0 +0100
@@ -19,7 +19,7 @@
 %define soname libarmadillo4
 
 Name:   armadillo
-Version:4.000.0
+Version:4.000.2
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-4.000.0.tar.gz -> armadillo-4.000.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-4.000.0/CMakeLists.txt 
new/armadillo-4.000.2/CMakeLists.txt
--- old/armadillo-4.000.0/CMakeLists.txt2014-01-05 05:13:54.0 
+0100
+++ new/armadillo-4.000.2/CMakeLists.txt2014-01-16 02:51:53.0 
+0100
@@ -14,7 +14,7 @@
 
 set(ARMA_MAJOR 4)
 set(ARMA_MINOR 0)
-set(ARMA_PATCH 0)
+set(ARMA_PATCH 2)
 
 message(STATUS "Configuring Armadillo 
${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-4.000.0/build_aux/rpm/armadillo.spec 
new/armadillo-4.000.2/build_aux/rpm/armadillo.spec
--- old/armadillo-4.000.0/build_aux/rpm/armadillo.spec  2014-01-01 
09:20:55.0 +0100
+++ new/armadillo-4.000.2/build_aux/rpm/armadillo.spec  2014-01-10 
04:29:06.0 +0100
@@ -87,3 +87,4 @@
 %doc README.txt index.html docs.html
 %doc examples armadillo_icon.png
 %doc armadillo_nicta_2010.pdf rcpp_armadillo_csda_2014.pdf
+%doc mex_interface
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-4.000.0/docs.html 
new/armadillo-4.000.2/docs.html
--- old/armadillo-4.000.0/docs.html 2014-01-05 05:13:54.0 +0100
+++ new/armadillo-4.000.2/docs.html 2014-01-14 08:24:03.0 +0100
@@ -2231,7 +2231,7 @@
 element initialisation
 
 
-Instances of Mat, Col, Row and field classes can 
be initialised via repeated use of the << operator
+Instances of Mat, Col, Row and field classes can 
be initialised via the << operator
 
 
 
@@ -3248,7 +3248,7 @@
 
 See also:
 
-STL container functions
+STL-style container functions
 http://cplusplus.com/reference/std/iterator/";>iterator at 
cplusplus.com
 element access
 .memptr()
@@ -4837,7 +4837,7 @@
 
 
 
-STL container functions
+STL-style container functions
 
 Member functions that mimic the containers in the C++ Standard Template 
Library:
 
@@ -8853,11 +8853,11 @@
 chol( R, X )
 
 
-Cholesky decomposition of X, such that R.t()*R = X
+Cholesky decomposition of matrix X, such that R.t()*R = X
 
 
 
-X must be a symmetric, positive-definite matrix
+Matrix X must be symmetric and positive-definite
 
 
 If the decomposition fails, R is reset and:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-4.000.0/include/armadillo_bits/Col_meat.hpp 
new/armadillo-4.000.2/include/armadillo_bits/Col_meat.hpp
--- old/armadillo-4.000.0/include/armadillo_bits/Col_meat.hpp   2013-12-31 
00:45:35.0 +0100
+++ new/armadillo-4.000.2/include/armadillo_bits/Col_meat.hpp   2014-01-14 
02:28:34.0 +0100
@@ -282,11 +282,11 @@
   const Col&
   Col::operator=(Col&& X)
 {
-arma_extra_debug_sigprint();
+arma_extra_debug_sigprint(arma_boost::format("this = %x   X = %x") % this 
% &X);
 
 (*this).steal_mem(X);
 
-if( (X.mem_state == 0) && (X.n_elem <= arma_config::mat_prealloc) )
+if( (X.mem_state == 0) && (X.n_elem <= arma_config::mat_prealloc) && (this 
!= &X) )
   {
   access::rw(X.n_rows) = 0;
   access::rw(X.n_cols) = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-4.000.0/include/armadillo_bits/Cube_meat.hpp 
new/armad

commit cogl for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package cogl for openSUSE:Factory checked in 
at 2014-01-23 14:03:14

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


Package is "cogl"

Changes:

--- /work/SRC/openSUSE:Factory/cogl/cogl.changes2013-09-27 
17:07:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.cogl.new/cogl.changes   2014-01-23 
15:40:55.0 +0100
@@ -1,0 +2,25 @@
+Wed Jan 22 04:02:14 CET 2014 - h...@suse.com
+
+- Add cogl-bgo709827-per-framebuffer-depth-writing-api.patch, which
+  adds API to optionally disable depth buffer writing on a
+  per-framebuffer basis. This allows for faster rendering when
+  the depth buffer is not needed.
+
+---
+Mon Jan 20 18:30:56 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.16.2:
+  + YV12/I420 support in cogl-gst is fixed.
+  + cogl_framebuffer_push_path_clip is fixed.
+  + MSVC build updates.
+  + Bugs fixed:
+- bgo#706808: "Unable to locate required kms libraries" message
+  is really uninformative.
+- bgo#710135: Fix build on big endian.
+- bgo#710926: Build fails without declaration of wl_resource.
+- bgo#719582: cogl-framebuffer: Don't mark the clear clip dirty
+  from the journal.
+- bgo#721450: Re-enable swap_region for mesa 10.1+
+  llvmpipe / swrast.
+
+---

Old:

  cogl-1.16.0.tar.xz

New:

  cogl-1.16.2.tar.xz
  cogl-bgo709827-per-framebuffer-depth-writing-api.patch



Other differences:
--
++ cogl.spec ++
--- /var/tmp/diff_new_pack.ZoniUJ/_old  2014-01-23 15:40:57.0 +0100
+++ /var/tmp/diff_new_pack.ZoniUJ/_new  2014-01-23 15:40:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cogl
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define with_GLES2 0
 
 Name:   cogl
-Version:1.16.0
+Version:1.16.2
 Release:0
 Summary:An object oriented GL/GLES Abstraction/Utility Layer
 License:LGPL-2.1+
@@ -28,6 +28,8 @@
 Url:http://clutter-project.org/
 Source0:
http://download.gnome.org/sources/cogl/1.16/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FEATURE-UPSTREAM 
cogl-bgo709827-per-framebuffer-depth-writing-api.patch bgo#709827 h...@suse.com 
-- Add API to allow disabling depth buffer writing
+Patch1: cogl-bgo709827-per-framebuffer-depth-writing-api.patch
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc >= 1.13
 BuildRequires:  pkgconfig(cairo) >= 1.10
@@ -127,6 +129,7 @@
 %lang_package
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure \

++ cogl-1.16.0.tar.xz -> cogl-1.16.2.tar.xz ++
 16301 lines of diff (skipped)

++ cogl-bgo709827-per-framebuffer-depth-writing-api.patch ++
commit a8e04a7d6b71662d4380a6431b1b11d401934a61
Author: Hans Petter Jansson 
Date:   Thu Oct 10 18:10:52 2013 +0200

Add API to control per-framebuffer depth writing

Add framebuffer methods cogl_framebuffer_[gs]et_depth_write_enabled()
and backend bits to pass the state on to glDepthMask().

This allows us to enable or disable depth writing per-framebuffer, which
if disabled saves us some work in glClear(). When rendering, the flag
is combined with the pipeline's depth writing flag using a logical AND.

Depth writing is enabled by default.

https://bugzilla.gnome.org/show_bug.cgi?id=709827

Reviewed-by: Robert Bragg 
(cherry picked from commit 71406438c5357eb4e0ef03e940c5456a536602a0)

diff --git a/cogl/cogl-framebuffer-private.h b/cogl/cogl-framebuffer-private.h
index 233f1c5..b180b75 100644
--- a/cogl/cogl-framebuffer-private.h
+++ b/cogl/cogl-framebuffer-private.h
@@ -78,7 +78,8 @@ typedef enum _CoglFramebufferStateIndex
   COGL_FRAMEBUFFER_STATE_INDEX_PROJECTION = 5,
   COGL_FRAMEBUFFER_STATE_INDEX_COLOR_MASK = 6,
   COGL_FRAMEBUFFER_STATE_INDEX_FRONT_FACE_WINDING = 7,
-  COGL_FRAMEBUFFER_STATE_INDEX_MAX= 8
+  COGL_FRAMEBUFFER_STATE_INDEX_DEPTH_WRITE= 8,
+  COGL_FRAMEBUFFER_STATE_INDEX_MAX= 9
 } CoglFramebufferStateIndex;
 
 typedef enum _CoglFramebufferState
@@ -90,7 +91,8 @@ typedef enum _CoglFramebufferState
   COGL_FRAMEBUFFER_STATE_MODELVIEW  = 1<<4,
   COGL_FRAMEBUFFER_STATE_PROJECTION = 1<<5,
   COGL_FRAMEBUFFER_STATE_COLOR_MASK = 1<<6,
-  COGL_FR

commit calibre for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2014-01-22 23:16:09

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


Package is "calibre"

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2013-12-23 
19:31:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2014-01-23 
15:40:24.0 +0100
@@ -1,0 +2,174 @@
+Fri Jan 10 11:44:25 UTC 2014 - saigk...@opensuse.org
+
+- update to 1.19.0
+- New features
+  * Edit book: A new tool to insert special characters into the text,
+available via Edit->Insert special character. Supports all unicode
+characters (over 60,000 of them). See
+http://manual.calibre-ebook.com/edit.html#inserting-special-characters
+  * Edit book: When searching for text in the editor, center the found
+text on screen
+  * Driver for teXet TB-146SE.
+  * Edit book: Show tooltips in the File Browser for 'special' files, such
+as the cover, opf, ncx, etc.
+  * Edit book: When checking book, check for entries in the OPF whose
+mimetype does not match the file extension. 
+- Bug fixes
+  * Edit book: Fix marking a file as titlepage not working if the opf does
+not contain a  section.
+  * Edit book: Fix errors when working on HTML files that parse as valid
+XML, but do not have the correct XHTML namespace.
+  * Fix typing non-English characters using an input method (key
+composing) in the author/tags/etc fields in the metadata dialog not
+working.
+  * Edit book: Fix error when merging html files that include a currently
+opened file and a non-html file is also open
+  * Fix unnecessary error popup during shutdown if the wireless device
+driver is running and mdns de-registration fails.
+  * Add L´ and D´ as recognized articles when automatically computing sort
+strings for French.
+  * Edit book: Fix changing mimetypes in the opf file not being detected
+when closing the opf file or running any automated tool like Check
+Book
+
+---
+Sat Jan  4 19:36:30 UTC 2014 - saigk...@opensuse.org
+
+- updated to 1.18.0
+- New features
+  * Add an option to control how completion works when editing
+authors/tags/series/etc.
+  * Edit book: Add a check for too large HTML files when running the check
+book tool.
+  * Conversion: Sort the CSS rules in the output stylesheet using a
+'natural' sort algorithm, so that calibre2 sorts before calibre10.
+  * Cybook Orizon driver: Upload cover thumbnails in the correct format
+and add an option to control what directory books are sent to on the
+SD card
+  * Portable installer: Do not ask the user for confirmation when
+upgrading an existing installation during an automated install
+Linux/OS X driver for Trekstor Pyrus LED
+  * Driver for Tagus Lux 
+- Bug fixes
+  * MOBI Output: When text indent is specified as a percentage in the
+input document, prevent the generated MOBI from having too large an
+indent if the user chooses a large output profile like tablet.
+  * Edit book: Fix live replacement of entities not working on some non-US
+keyboard layouts.
+  * Fix titlecasing of words not capitalizing the first letter, if the
+first letter is not an English character.
+  * Edit book: Ensure that multiple edit book windows are grouped in a
+separate group from viewer windows in the Windows 7 taskbar. Also
+change the icon color to blue to more easily distinguish it from the
+viewer icon
+  * Edit book: Fix a bug in the regex engine that calibre uses that could
+cause various incorrect results in some special circumstances.
+  * Edit book: Replace buggy Qt supplied actions in the context menu for
+the editor widget with properly implemented ones
+  * Book list: Fix sorting on fields that are not viewable as columns not
+being restored on calibre restart. Also fix sorting on the Title field
+via the right click menu not being restored.
+  * Windows 64bit build: Fix corrupted images in MOBI files causing crash.
+  * Edit book: Prettify html in newly created books.
+  * AZW3 Input: Handle azw3 files that contain some empty individual HTML
+files
+  * Comic Input: Fix a regression to comic input in 1.15 that could cause
+some comics to be rendered as black or white pages.
+
+---
+Mon Dec 30 12:04:44 UTC 2013 - saigk...@opensuse.org
+
+- updated to 1.17.0
+- New features
+  * Merry Christmas everyone! Early release this week, as I will be
+travelling.
+  * Edit book: Allow drag and drop of images onto the image editor
+  * Edit book: Allow import of multiple files at once, via File->Import
+  

commit compat-openssl097g for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package compat-openssl097g for 
openSUSE:Factory checked in at 2014-01-22 09:40:52

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


Package is "compat-openssl097g"

Changes:

--- /work/SRC/openSUSE:Factory/compat-openssl097g/compat-openssl097g.changes
2014-01-07 14:34:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.compat-openssl097g.new/compat-openssl097g.changes   
2014-01-23 15:41:00.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 14:38:28 UTC 2014 - dmuel...@suse.com
+
+- do not build compat-openssl097g for arches that did not exist
+  around SLES9
+
+---



Other differences:
--
++ compat-openssl097g.spec ++
--- /var/tmp/diff_new_pack.bFsAgM/_old  2014-01-23 15:41:00.0 +0100
+++ /var/tmp/diff_new_pack.bFsAgM/_new  2014-01-23 15:41:00.0 +0100
@@ -59,6 +59,8 @@
 Patch109:   openssl-0.9.7-CVE-2006-2940-fixup.patch
 Patch110:   openssl-CVE-2007-5135.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# This is the SLES9 compat openssl, and SLES9 only existed for those archs:
+ExclusiveArch:  %ix86 x86_64 s390 s390x ppc ppc64
 
 %description
 The OpenSSL Project is a collaborative effort to develop a robust,

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



commit daps for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package daps for openSUSE:Factory checked in 
at 2014-01-17 12:00:43

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


Package is "daps"

Changes:

--- /work/SRC/openSUSE:Factory/daps/daps.changes2013-06-14 
15:44:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.daps.new/daps.changes   2014-01-23 
15:41:16.0 +0100
@@ -1,0 +2,175 @@
+Sat Dec 21 21:30:10 UTC 2013 - fsunderme...@opensuse.org
+
+New release DAPS 2.0~beta3:
+Features:
+- Use original HTML DocBook Stylesheets for txt output by default:
+  * use custom stylesheets by setting TXT_USE_DBSTYLES to "no"
+Bugfixes:
+ - STYLEROOT and FB_STYLEROOT definitions in the config files were
+   checked even if values were specified on the command line
+   (ticket #211)use custom stylesheets by setting TXT_USE_DBSTYLES
+   to "no"
+ - JSP result directory was incorrect when no profiled MAIN existed
+   (ticket #212)
+ - PDF was not copied to the result dir when running package-pdf
+ - Improved error message when having specified a second bareword
+   after the subcommand (ticket #185)
+
+---
+Thu Dec 12 11:48:18 UTC 2013 - fsunderme...@opensuse.org
+
+Bugfix release DAPS 2.0~beta2:
+ - two fixes for package-html and package-pdf:
+   * ticket #208 package-pdf and package-html should support...
+   * ticket #209 package-html --jsp is broken
+
+---
+Fri Dec  6 20:39:09 UTC 2013 - fsunderme...@opensuse.org
+
+Version DAPS 2.0~beta1:
+- First beta for a new major release
+
+  Output targets:
+  ---
+  * the number of subcommands has been significantly reduced, see
+"daps --commands", "daps help" and "daps help " for
+more information
+- "html-single" has been replaced by "html --single"
+- "jsp" has been replaced with "html --jsp"
+- "color-pdf" has been replaced by "pdf" (now produces color PDFS)
+- "pdf" has been replaced by "pdf --grayscale --cropmarks"
+- "projectfiles" and "projectgraphics" have been replaced with
+  "list-srcfiles" (see daps help "list-srcfiles" for more options)
+- all dist-* commands have been removed
+- when calling deprecated targets, an error message hinting at a
+  valid alternative (is existing) is shown
+  * subcommand bigfile now generates a bigfile for the given rootid
+(rather than for the complate set); target bigfile-reduced has been
+dropped
+  * subbcommands package-pdf and package-html now have switches
+--dcoumentfiles, --desktopfiles and --pagefiles which generate
+the resource files for GNOME and KDE
+  * new subcommands
+- "clean-package" removes all generated package data for the given
+  DC-file. Generated images and profiled sources will _not_ be
+  deleted.
+- "dapsenv" shows a list of the most important make variables
+  and their values
+- "images" generates images only for a given rootid. Intended for
+  debugging purposes
+- "package-src" (creates a tarball with profiled XML sources and
+  images); switch --set-date allows to specify a build date (default
+  date is "now")
+- "list-file" lists the filename that contains the ID specified
+  with the mandatory paramater --rootid.
+  * ePUB generation has been completely rewritten (pure make solution,
+no longer uses the ruby script from upstream); generated ePUBs
+now validate with epubcheck3.
+- added support for .mobi (Amzon Kindle format). Requires calibre.
+  (ticket #98)
+  * replaced support for HTML4 with support for HTML5 (--html5)
+xhtml remains the default, html4 is no longer supported
+  * to nullify a CSS-file definition for HTML or EPUB (HTML_CSS or
+EPUB_CSS) from the DC-file, specify "--css none" 
+
+  Miscellaneous:
+  --
+  * now supports XSLT processor saxon6 (in addition to xsltproc),
+specify with --xsltprocessor (default: xsltproc)  
+  * improved verbosity handling:
+- if output is not a terminal (e.g. pipe) only prints the
+  resulting filename (-v0)
+- default verbosity shows a result message plus filename (-v1)
+- -v2 shows additional messages
+- -v3 shows the complete make output from make -j1 (commands are
+  executed successively, not parallel)
+- --debug shows the complete make output from make -j1+x
+  (commands are executed parallel; this also shows in the debug
+  output)
+  * added support for JPG images (ticket #101)
+  * added support for a "static/" directory in STYLEROOT containing
+css, js and images taht are reference in the CSS and the
+stylesheets for HTML
+  * New general switch --commands shows all available subcommands
+  * if 

commit cherrytree for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package cherrytree for openSUSE:Factory 
checked in at 2014-01-21 11:06:51

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


Package is "cherrytree"

Changes:

--- /work/SRC/openSUSE:Factory/cherrytree/cherrytree.changes2013-12-26 
17:36:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.cherrytree.new/cherrytree.changes   
2014-01-23 15:40:33.0 +0100
@@ -1,0 +2,17 @@
+Sun Jan 19 17:16:40 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.32.0:
+  + When selecting print/export to pdf there’s now an option to
+start new nodes in new pages.
+  + The links colors are now configurable.
+  + The wrapped lines indentation is now configurable.
+  + Added menu item and shortcut (F8) to insert a node with the
+date of today in hierarchy year/month/day.
+  + In node properties dialog added the opportunity to insert tags
+choosing between the existing tags.
+  + F1 is now shortcut for the online manual.
+  + Updated PowerShell syntax highlighting definition file.
+  + Fixed several bugs.
+- Drop conditional macros used for obsolete openSUSE versions.
+
+---

Old:

  cherrytree-0.31.5.tar.xz

New:

  cherrytree-0.32.0.tar.xz



Other differences:
--
++ cherrytree.spec ++
--- /var/tmp/diff_new_pack.TaiVkb/_old  2014-01-23 15:40:33.0 +0100
+++ /var/tmp/diff_new_pack.TaiVkb/_new  2014-01-23 15:40:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cherrytree
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   cherrytree
-Version:0.31.5
+Version:0.32.0
 Release:0
 Summary:A hierarchical note taking application
 License:GPL-3.0+
@@ -37,17 +37,8 @@
 # For password-protected format
 Recommends: p7zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1120
 BuildArch:  noarch
-%endif
 %py_requires
-%if %suse_version <= 1110
-%define python_sitelib %{py_sitedir}
-%endif
-
-%if 0%{?suse_version} <= 1120
-%define python_version %{py_ver}
-%endif
 
 %description
 A hierarchical note taking application, featuring rich text and syntax
@@ -69,24 +60,14 @@
 %suse_update_desktop_file -G "Hierarchical Notes Utility" cherrytree TextEditor
 
 %post
-%if 0%{?suse_version} > 1130
 %desktop_database_post
 %icon_theme_cache_post
 %mime_database_post
-%else
-gtk-update-icon-cache %{_datadir}/icons/hicolor || true
-update-mime-database %{_datadir}/mime || true
-%endif
 
 %postun
-%if 0%{?suse_version} > 1130
 %desktop_database_postun
 %icon_theme_cache_postun
 %mime_database_postun
-%else
-gtk-update-icon-cache %{_datadir}/icons/hicolor || true
-update-mime-database %{_datadir}/mime || true
-%endif
 
 %files
 %defattr(-,root,root)

++ cherrytree-0.31.5.tar.xz -> cherrytree-0.32.0.tar.xz ++
 61325 lines of diff (skipped)

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



commit chromium for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2014-01-22 09:40:39

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


Package is "chromium"

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2013-12-12 
11:16:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2014-01-23 
15:40:41.0 +0100
@@ -1,0 +2,21 @@
+Thu Jan 16 20:58:04 UTC 2014 - tittiatc...@gmail.com
+
+- Update to Chromium 32.0.1700.77
+  Stable channel update:
+  - Security fixes:
+* CVE-2013-6646: Use-after-free in web workers
+* CVE-2013-6641: Use-after-free related to forms
+* CVE-2013-6643: Unprompted sync with an attacker’s 
+ Google account
+* CVE-2013-6645: Use-after-free related to speech input 
+ elements
+* CVE-2013-6644: Various fixes from internal audits, fuzzing 
+ and other initiatives
+  - Other:
+* Tab indicators for sound, webcam and casting 
+* Automatically blocking malware files 
+* Lots of under the hood changes for stability and performance 
+- Remove patch chromium-fix-chromedriver-build.diff as that 
+  chromedriver is fixed upstream
+
+---

Old:

  chromium-31.0.1650.63.tar.xz
  chromium-fix-chromedriver-build.diff

New:

  chromium-32.0.1700.77.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.GS1w2n/_old  2014-01-23 15:40:49.0 +0100
+++ /var/tmp/diff_new_pack.GS1w2n/_new  2014-01-23 15:40:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package chromium
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define chromium_no_dlopen 1
-%define chromium_system_libs 0%{?suse_version} > 1220
+%define chromium_system_libs 0%{?suse_version} > 1230
 
-%define pnacl_version 12180
-%define newlib_version 12067
+%define pnacl_version 12274
+%define newlib_version 12267
 %define glibc_version 12053
 
 Name:   chromium
-Version:31.0.1650.63
+Version:32.0.1700.77
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -79,8 +79,6 @@
 Patch66:chromium-sandbox-pie.patch
 # PATCH-FIX-OPENSUSE Adjust ldflags for better building
 Patch67:adjust-ldflags-no-keep-memory.patch
-# PATCH-FIX-OPENSUSE Remove the SVN revision for the chromedriver as that this 
fails with the tarball
-Patch68:chromium-fix-chromedriver-build.diff
 
 BuildRequires:  alsa-devel
 BuildRequires:  bison
@@ -98,6 +96,8 @@
 BuildRequires:  krb5
 BuildRequires:  krb5-devel
 BuildRequires:  libbz2-devel
+BuildRequires:  libcap-devel
+BuildRequires:  libdrm-devel
 BuildRequires:  libelf-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  libgcrypt-devel
@@ -314,7 +314,6 @@
 %patch20 -p0
 %patch66 -p0
 %patch67 -p0
-%patch68 -p0
 #Upstream fixes
 
 # apply vendor patch after substitution


++ chromium-23.0.1245-no-test-sources.patch ++
--- /var/tmp/diff_new_pack.GS1w2n/_old  2014-01-23 15:40:50.0 +0100
+++ /var/tmp/diff_new_pack.GS1w2n/_new  2014-01-23 15:40:50.0 +0100
@@ -1,12 +1,11 @@
 --- chrome/chrome_tests.gypi   2012-08-19 10:13:15.729479502 +0200
 +++ chrome/chrome_tests.gypi   2012-08-19 10:13:15.729479502 +0200
-@@ -1762,8 +1762,6 @@
- 'test/nacl/nacl_browsertest_util.h',
+@@ -1691,7 +1691,6 @@
+ 'test/nacl/pnacl_header_test.h',
],
'dependencies': [
--
'test/data/extensions/api_test/api_test_data.gyp:socket_ppapi',
 -'test/data/nacl/nacl_test_data.gyp:*',
  '../ppapi/native_client/native_client.gyp:nacl_irt',
  '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
-   ],
+ 
'../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_socket'
 

++ chromium-31.0.1650.63.tar.xz -> chromium-32.0.1700.77.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-31.0.1650.63.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-32.0.1700.77.tar.xz differ: 
char 26, line 1

++ chromium-arm-webrtc-fix.patch ++
--- /var/tmp/diff_new_pack.GS1w2n/_old  2014-01-23 15:40:50.0 +0100
+++ /var/tmp/diff_new_pack.GS1w2n/_new  2014-01-23 15:40:50.0 +0100
@@ -1,9 +1,9 @@
 --- sk

commit crmsh for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2014-01-22 13:43:44

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


Package is "crmsh"

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2014-01-13 
12:00:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2014-01-23 
15:41:06.0 +0100
@@ -1,0 +2,59 @@
+Tue Jan 21 17:06:48 UTC 2014 - kgronl...@suse.com
+
+- medium: scripts: Updated health script (fate#309206)
+- medium: ui_corosync: Fix corosync.log
+- medium: config: Fix bug preventing load of crm.conf
+- low: xmlutil: fix unescaped backslash in listshadows()
+- upstream cs: fdf3c08dc5e2 
+
+---
+Tue Jan 21 09:21:42 UTC 2014 - kgronl...@suse.com
+
+- medium: ui_resource: Fix crash in resource cleanup (bnc#859570)
+- upstream cs: 693938052ee8
+
+---
+Mon Jan 20 17:09:34 UTC 2014 - kgronl...@suse.com
+
+- medium: ui_assist: Add assist sublevel (fate#314917)
+- low: ui: Tab completion for new commands
+- upstream cs: efa56d142298 
+
+---
+Mon Jan 20 12:03:43 UTC 2014 - kgronl...@suse.com
+
+- medium: report: call corosync-blackbox, not corosync-fplay
+- medium: report: Move report command to cli root
+- medium: report: Open reports output by crm_report (fate#316330)
+- medium: parse: Fix bugs in parsing uppercase input
+- medium: hb_report: Install manpage for crmsh_hb_report
+- medium: scripts: Add --scriptdir command line option
+- medium: scripts: Support sudo in scripts
+- low: report: Show progress when processing many transitions
+- low: doc: add documentation on single-stepping cluster scripts
+- upstream cs: f3c81a0ba50b 
+
+---
+Thu Jan 16 15:38:13 UTC 2014 - kgronl...@suse.com
+
+- medium: help: Bug in delayed loading of help text
+- medium: ui_corosync: new commands: add-node, del-node,
+  set, get
+- Medium: corosync: Better parser
+- medium: scripts: implemented cluster add script
+- low: scripts: handle removing multiple nodes at once
+- Medium: scripts: Improved syntax for cluster scripts
+- Doc: Update cluster script example and documentation
+- Medium: scripts: New node remove script
+- upstream cs: a10e109c4c04 
+
+---
+Tue Jan 14 01:02:39 UTC 2014 - kgronl...@suse.com
+
+- Medium: ui_resource: Fix bug in resource restart
+- Medium: ui_corosync: add log command
+- Medium: scripts: Allow more compact syntax for steps
+- Medium: scripts: Clean up after remote script execution
+- upstream cs: 7cd5688c164d 
+
+---



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.Ti3zPe/_old  2014-01-23 15:41:07.0 +0100
+++ /var/tmp/diff_new_pack.Ti3zPe/_new  2014-01-23 15:41:07.0 +0100
@@ -183,12 +183,12 @@
 %{crmsh_docdir}/COPYING
 %{crmsh_docdir}/AUTHORS
 %{crmsh_docdir}/crm.8.html
+%{crmsh_docdir}/crmsh_hb_report.8.html
 %{crmsh_docdir}/ChangeLog
 %{crmsh_docdir}/README
 %{crmsh_docdir}/contrib/*
 
-%{_sysconfdir}/crm
-%config %{_sysconfdir}/crm/crm.conf
+%config %{_sysconfdir}/crm
 
 %dir %{crmsh_docdir}
 %dir %{crmsh_docdir}/contrib

++ crmsh.tar.bz2 ++
 7624 lines of diff (skipped)

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



commit criu for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package criu for openSUSE:Factory checked in 
at 2014-01-16 17:05:11

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


Package is "criu"

Changes:

--- /work/SRC/openSUSE:Factory/criu/criu.changes2013-12-05 
21:31:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.criu.new/criu.changes   2014-01-23 
15:41:05.0 +0100
@@ -1,0 +2,26 @@
+Wed Jan  8 16:40:12 CET 2014 - ti...@suse.de
+
+- Update to version 1.1-rc1:
+  New features:
+   * libcriu.so -- wrapper library for RPC clients
+   * new plugins: external unix sockets, external bind mounts,
+ external net devices and unknown file types 
+   * Images deduplication in incremental dumps
+   * Integration with systemd
+   * Filtering of criu show output 
+  Bug fixes:
+   * Errors in unlinked files/sockets detection on BTRFS
+   * NFS silly-rename files are not treated as unlinked
+   * Freezer fail to seize quickly forking/pthread_create-ing tasks
+   * Extra stop signal queued for stopped tasks after pre-dump
+   * Wrong dying task state detection
+   * Lost RPC dump response
+   * Crash when reporting restore error via RPC
+   * Negative return code into shell
+   * Tasks left in wrong states after failed dump
+   * A little bit more verbose check action
+   * Coverity checks fail here and there 
+
+- Drop obsoleted criu-fix-PTRACE_LISTEN-define.diff
+
+---

Old:

  criu-1.0.tar.bz2
  criu-fix-PTRACE_LISTEN-define.diff

New:

  criu-1.1-rc1.tar.bz2



Other differences:
--
++ criu.spec ++
--- /var/tmp/diff_new_pack.OvtyhG/_old  2014-01-23 15:41:06.0 +0100
+++ /var/tmp/diff_new_pack.OvtyhG/_new  2014-01-23 15:41:06.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package alsa
+# spec file for package criu
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,9 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define package_version 1.1-rc1
 Name:   criu
-Version:1.0
-Release:1
+Version:1.0.99.1 
+Release:0
 Summary:Checkpoint/Restore In Userspace Tools
 License:GPL-2.0
 Group:  System/Console
@@ -25,8 +27,8 @@
 BuildRequires:  asciidoc
 BuildRequires:  protobuf-c
 BuildRequires:  xmlto
-Source0:http://download.openvz.org/criu/criu-%{version}.tar.bz2
-Patch1: criu-fix-PTRACE_LISTEN-define.diff
+BuildRequires:  pkgconfig(systemd)
+Source0:http://download.openvz.org/criu/criu-%{package_version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  x86_64
 
@@ -38,8 +40,7 @@
 the point it was frozen at.
 
 %prep
-%setup -q
-%patch1 -p1
+%setup -q -n %{name}-%{package_version}
 
 %build
 export CFLAGS="%optflags"
@@ -53,10 +54,27 @@
 # fix up wrong permissions
 chmod 0644 $RPM_BUILD_ROOT%{_mandir}/man*/*
 
+%pre
+%service_add_pre criu.service criu.socket
+exit 0
+
+%preun
+%service_del_preun criu.service criu.socket
+exit 0
+
+%post
+%service_add_post criu.service criu.socket
+exit 0
+
+%postun
+%service_del_postun criu.service criu.socket
+exit 0
+
 %files
 %defattr(-,root,root)
 %doc README COPYING
 %{_sbindir}/*
 %{_mandir}/man*/*
+%{_unitdir}/criu.*
 
 %changelog

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



commit dmtcp for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package dmtcp for openSUSE:Factory checked 
in at 2014-01-17 11:03:26

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


Package is "dmtcp"

Changes:

--- /work/SRC/openSUSE:Factory/dmtcp/dmtcp.changes  2013-08-13 
15:29:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.dmtcp.new/dmtcp.changes 2014-01-23 
15:41:30.0 +0100
@@ -1,0 +2,30 @@
+Sun Jan 12 06:15:34 UTC 2014 - ka...@ccs.neu.edu
+
+- Updated to upstream release 2.1.
+  * Short release notes:
+- some newly stable plugins - batch-queue, modify-env, ptrace (see below)
+- full support for 32-/64-bit multilib architecture. (see below)
+- other enhancements to the core feature set (see below)
+- adapting DMTCP to application requirements:  removal of the old dmtcpaware
+  interface in favor of the newer interface:  test/plugin/applic-*ckpt/
+  (see below)
+- attempt to restore current working directory on restart (may be impossible
+  if restart host has different filesystem)
+- 'dmtcp_coordinator --port-file ' causes coordinator to write the port
+- number on which it listens into FILE.  This is useful in
+  conjunction with 'dmtcp_coordinator --port 0', which starts a coordinator
+  at a random unused port.
+- 'dmtcp_restart --ckptdir ' and 'dmtcp_restart_script.sh --ckptdir '
+  will change to a new directory to hold checkpoint images on restart.
+- 'dmtcp_restart --no-strict-uid-checking'
+  or 'dmtcp_coordinator --no-strict-uid-checking'
+  [ allows a user with a different uid to restart a checkpoint image;
+  process uid will be changed to that of the new user ]
+- './configure --enable-run-as-root'  [ self explanatory; normally running
+  as root is bad practice ]
+- a new internal plugin to handle 'ssh' uniformly; Some corner cases
+  in checkpointing MPI could have been affected by this.
+- some bug fixes related to the new plugin software architecture initiated
+  with DMTCP 2.0
+
+---

Old:

  dmtcp-1.2.8.tar.gz

New:

  dmtcp-2.1.tar.gz



Other differences:
--
++ dmtcp.spec ++
--- /var/tmp/diff_new_pack.RQgs1m/_old  2014-01-23 15:41:30.0 +0100
+++ /var/tmp/diff_new_pack.RQgs1m/_new  2014-01-23 15:41:30.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package dmtcp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2012 Kapil Arya
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012-2014 Kapil Arya
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   dmtcp
-Version:1.2.8
+Version:2.1
 Release:0
 Summary:Checkpoint/Restart functionality for Linux processes
 License:LGPL-3.0+
@@ -29,6 +29,7 @@
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
+BuildRequires:  glibc-devel
 %if 0%{?suse_version} >= 1100
 BuildRequires:  python-base
 %else
@@ -52,6 +53,14 @@
 
 This package contains DMTCP binaries.
 
+%package -n dmtcp-devel
+Summary:DMTCP developer package
+Group:  Development/Libraries/Other
+Requires:   dmtcp = %{version}
+
+%description -n dmtcp-devel
+This package provides dmtcp.h for developing plugins.
+
 %package -n libmtcp1
 Summary:MTCP -- Single process checkpointer library
 Group:  Development/Libraries/Other
@@ -73,85 +82,6 @@
 This package provides files for developing applications that need to
 interact with MTCP as opposed to DMTCP.
 
-%package -n libdmtcpaware1
-Summary:DMTCP programming interface
-Group:  Development/Libraries/Other
-Requires:   %{name}
-
-%description -n libdmtcpaware1
-DMTCP (Distributed MultiThreaded Checkpointing) is a tool to transparently
-checkpointing the state of an arbitrary group of programs including
-multi-threaded and distributed computations.  It operates directly on the user
-binary executable, with no Linux kernel modules or other kernel mods.
-
-Among the applications supported by DMTCP are OpenMPI, MATLAB, Python, Perl,
-and many programming languages and shell scripting languages.  DMTCP also
-supports GNU screen sessions, including vim/cscope and emacs. With the use of
-TightVNC, it can also checkpoint and restart X-Windows applications, as long as
-they do not use extensions (e.g.: no OpenGL, no video).
-
-This package provides a programming interface to allow checkpointed
-applications to interact with dmtcp.
-
-%package -n libdmtcpaware-devel
-Summary:DMTCP programming interface -- developer package
-Group:   

commit dispcalGUI for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package dispcalGUI for openSUSE:Factory 
checked in at 2014-01-22 23:18:22

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


Package is "dispcalGUI"

Changes:

--- /work/SRC/openSUSE:Factory/dispcalGUI/dispcalGUI.changes2013-10-24 
14:07:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.dispcalGUI.new/dispcalGUI.changes   
2014-01-23 15:41:27.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan 19 09:09:16 UTC 2014 - dispcal...@hoech.net
+
+- update to 1.7.1.6: see README.html#changelog-1.7.1.6
+
+---

Old:

  dispcalGUI-1.5.3.1.tar.gz

New:

  dispcalGUI-1.7.1.6.tar.gz



Other differences:
--
++ dispcalGUI.spec ++
--- /var/tmp/diff_new_pack.QEgrtQ/_old  2014-01-23 15:41:27.0 +0100
+++ /var/tmp/diff_new_pack.QEgrtQ/_new  2014-01-23 15:41:27.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package dispcalGUI
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2013 Florian Hoech
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 Florian Hoech
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 License:GPL-3.0+
 Group:  Applications/Multimedia
 Name:   dispcalGUI
-Version:1.5.3.1
+Version:1.7.1.6
 Release:0
 Source0:http://%{name}.hoech.net/download/%{name}-%version.tar.gz
 Source1:copyright
@@ -149,35 +149,11 @@
not '/man/' in path, 
f.readlines())]
 f.close()
-executables = ['argyll_RGB2XYZ.py',
-  'ccmx.py',
-  'colord.py',
-  'colormath.py',
-  'dispcalGUI.py',
-  'encodedstdio.py',
-  'jspacker.py',
-  'main.py',
-  'postinstall.py',
-  'report.py',
-  'safe_print.py',
-  'setup.py',
-  'util_str.py',
-  'util_win.py',
-  'wxDisplayAdjustmentFrame.py',
-  'wxDisplayUniformityFrame.py',
-  'wxLUT3DFrame.py',
-  'wxLUTViewer.py',
-  'wxMeasureFrame.py',
-  'wxProfileInfo.py',
-  'wxSynthICCFrame.py',
-  'wxTestchartEditor.py',
-  'wxUntetheredFrame.py',
-  'wxwindows.py',
-  'xrandr.py',
-  'Argyll',
+executables = ['Argyll',
   'dispcalGUI',
   'dispcalGUI-3DLUT-maker',
   'dispcalGUI-apply-profiles',
+  'dispcalGUI-curve-viewer',
   'dispcalGUI-profile-info',
   'dispcalGUI-synthprofile',
   'dispcalGUI-testchart-editor']

++ copyright ++
--- /var/tmp/diff_new_pack.QEgrtQ/_old  2014-01-23 15:41:27.0 +0100
+++ /var/tmp/diff_new_pack.QEgrtQ/_new  2014-01-23 15:41:27.0 +0100
@@ -3,23 +3,23 @@
 Maintainer: Florian Höch 
 Source: http://dispcalGUI.hoech.net/
 
-Copyright: 2008-2013, Florian Höch 
+Copyright: 2008-2014, Florian Höch 
 License: GPL-3+
 
 Files: dispcalGUI/lang/es.json
-Copyright: 2008-2013, Roberto Quintero 
+Copyright: 2008-2014, Roberto Quintero 
 License: GPL-3+
 
 Files: dispcalGUI/lang/fr.json
-Copyright: 2008-2013, Loïc Guégant 
+Copyright: 2008-2014, Loïc Guégant 
 License: GPL-3+
 
 Files: dispcalGUI/lang/it.json
-Copyright: 2008-2013, Tommaso Schiavinotto 
+Copyright: 2008-2014, Tommaso Schiavinotto 
 License: GPL-3+
 
 Files: dispcalGUI/lib/agw/*
-Copyright: 2006-2013, Andrea Gavana 
+Copyright: 2006-2014, Andrea Gavana 
 License: wxWindows
 
 Files: dispcalGUI/theme/icons/16x16/dialog-information.png 
dispcalGUI/theme/icons/16x16/dialog-warning.png 
dispcalGUI/theme/icons/16x16/document-open.png 
dispcalGUI/theme/icons/16x16/edit-delete.png 
dispcalGUI/theme/icons/16x16/install.png 
dispcalGUI/theme/icons/16x16/media-floppy.png 
dispcalGUI/theme/icons/16x16/stock_brightness.png 
dispcalGUI/theme/icons/16x16/stock_contrast.png 
dispcalGUI/theme/icons/16x16/stock_filters-pop-art.png 
dispcalGUI/theme/icons/16x16/stock_lock.png 
dispcalGUI/theme/icons/16

commit dtb-source for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package dtb-source for openSUSE:Factory 
checked in at 2014-01-16 17:05:25

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


Package is "dtb-source"

Changes:

--- /work/SRC/openSUSE:Factory/dtb-source/dtb-am335x.changes2013-12-19 
12:39:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.dtb-source.new/dtb-am335x.changes   
2014-01-23 15:41:55.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan  8 13:43:55 UTC 2014 - matwey.korni...@gmail.com
+
+- Add am33xx.patch: improve support Beagle Bone Black
+
+---
+Fri Jan  3 20:42:41 UTC 2014 - ag...@suse.com
+
+- Expose bigger groups of devices to catch new ones more
+  easily
+
+---
+Fri Jan  3 20:00:38 UTC 2014 - ag...@suse.com
+
+- Add i.MX 53 dtbs
+
+---
New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.dtb-source.new/dtb-armada-370.changes   
2014-01-23 15:41:55.0 +0100
@@ -0,0 +1,55 @@
+---
+Wed Jan  8 13:43:55 UTC 2014 - matwey.korni...@gmail.com
+
+- Add am33xx.patch: improve support Beagle Bone Black
+
+---
+Fri Jan  3 20:42:41 UTC 2014 - ag...@suse.com
+
+- Expose bigger groups of devices to catch new ones more
+  easily
+
+---
+Fri Jan  3 20:00:38 UTC 2014 - ag...@suse.com
+
+- Add i.MX 53 dtbs
+
+---
+Tue Dec 17 15:57:17 UTC 2013 - guilla...@opensuse.org
+
+- Add dtb-am335x which supports Beagle Bone,
+  Beagle Bone Black, TI AM335x EVM and TI AM335x EVM-SK 
+
+---
+Tue Dec 17 13:53:37 UTC 2013 - guilla...@opensuse.org
+
+- Update to 3.12.5
+
+---
+Thu Nov 21 11:04:57 UTC 2013 - guilla...@opensuse.org
+
+- Fix pre_checkin.pl script to update *.changes hardlinks even if 
+files exist before (-f option)
+
+---
+Thu Nov 21 10:53:31 UTC 2013 - guilla...@opensuse.org
+
+- Add chromebook 5250 support
+
+---
+Thu Nov 14 14:00:52 UTC 2013 - guilla...@opensuse.org
+
+- Add Arndaleboard 5250 support
+
+---
+Fri Sep 27 14:18:38 UTC 2013 - dmuel...@suse.com
+
+- make dtb-source buildable 
+- change *.changes to be hardlinks
+- install COPYING
+
+---
+Thu Sep 26 15:06:59 UTC 2013 - guilla...@opensuse.org
+
+- Initial release - Version 3.11.1 
+
New Changes file:

dtb-armada-xp.changes: same change
New Changes file:

dtb-bcm2835.changes: same change
New Changes file:

dtb-dove.changes: same change
New Changes file:

dtb-exynos4.changes: same change
New Changes file:

dtb-exynos5.changes: same change
New Changes file:

dtb-imx5.changes: same change
New Changes file:

dtb-imx6.changes: same change
New Changes file:

dtb-keystone.changes: same change
New Changes file:

dtb-omap3.changes: same change
New Changes file:

dtb-omap4.changes: same change
New Changes file:

dtb-omap5.changes: same change
--- /work/SRC/openSUSE:Factory/dtb-source/dtb-source.changes2013-12-19 
12:39:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.dtb-source.new/dtb-source.changes   
2014-01-23 15:41:55.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan  8 13:43:55 UTC 2014 - matwey.korni...@gmail.com
+
+- Add am33xx.patch: improve support Beagle Bone Black
+
+---
+Fri Jan  3 20:42:41 UTC 2014 - ag...@suse.com
+
+- Expose bigger groups of devices to catch new ones more
+  easily
+
+---
+Fri Jan  3 20:00:38 UTC 2014 - ag...@suse.com
+
+- Add i.MX 53 dtbs
+
+---
New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.dtb-source.new/dtb-ste.changes  2014-01-23 
15:41:55.0 +0100
@@ -0,0 +1,55 @@
+---
+Wed Jan  8 13:43:55 UTC 2014 - matwey.korni...@gmail.com
+
+- Add am33xx.patch: improve support Beagle Bone Black
+
+---
+Fri Jan  3 20:42:41 UTC 2014 - ag...@suse.com
+
+- Expose bigger grou

commit eclipse-swt for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package eclipse-swt for openSUSE:Factory 
checked in at 2014-01-17 12:00:48

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


Package is "eclipse-swt"

Changes:

--- /work/SRC/openSUSE:Factory/eclipse-swt/eclipse-swt.changes  2012-10-19 
12:05:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.eclipse-swt.new/eclipse-swt.changes 
2014-01-23 15:42:12.0 +0100
@@ -0,0 +1,16 @@
+---
+Tue Jan 14 23:12:53 EET 2014 - em...@super.lt
+- Fix build for openSUSE Tumbleweed and 11.4
+
+---
+Tue Jan 14 09:10:15 UTC 2014 - joerg.loren...@ki.tng.de
+- update to version 4.333
+- remove libswt-version.patch
+- add libswt-plugindir.patch
+
+---
+Thu Jan  2 14:27:49 UTC 2014 - dval...@suse.com
+- enable ppc64le build
+- add ppc64le.patch
+
+---
@@ -6 +21,0 @@
-
@@ -11 +25,0 @@
-
@@ -16 +29,0 @@
-
@@ -26 +38,0 @@
-
@@ -31 +42,0 @@
-

Old:

  libswt-3.735.tar.bz2
  libswt-version.patch
  org.eclipse.swt-3.7.0.tar.bz2

New:

  libswt-4.333.tar.bz2
  libswt-plugindir.patch
  org.eclipse.swt-4.3.1.tar.bz2
  ppc64le.patch



Other differences:
--
++ eclipse-swt.spec ++
--- /var/tmp/diff_new_pack.Mapidz/_old  2014-01-23 15:42:13.0 +0100
+++ /var/tmp/diff_new_pack.Mapidz/_new  2014-01-23 15:42:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eclipse-swt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,18 +20,19 @@
 Summary:SWT Library for GTK2
 License:EPL-1.0
 Group:  Development/Libraries/Other
-Version:3.735
-Release:0
-%defineversion_suffix 3.7.3.5
-%defineso_suffix 3735
+Version:4.333
+Release:1
+%defineversion_suffix 4.3.3.3
+%defineso_suffix 4333
 Url:http://www.eclipse.org/swt/
 Source0:libswt-%{version}.tar.bz2
-Source1:org.eclipse.swt-3.7.0.tar.bz2
+Source1:org.eclipse.swt-4.3.1.tar.bz2
 Source2:build.xml
 Patch0: libswt-optflags.patch
 Patch1: libswt-includes.patch
 Patch2: libswt-build.patch
-Patch3: libswt-version.patch
+Patch3: libswt-plugindir.patch
+Patch4: ppc64le.patch
 Provides:   libswt3-gtk2 = %{version}
 %if 0%{?suse_version} <= 1210
 Requires:   mozilla-xulrunner192
@@ -47,8 +48,10 @@
 BuildRequires:  make
 BuildRequires:  pkg-config
 BuildRequires:  unzip
+BuildRequires:  zip
 %if 0%{?suse_version} <= 1210
 BuildRequires:  mozilla-xulrunner192-devel
+BuildRequires:  libxslt
 %else
 BuildRequires:  libXt-devel
 BuildRequires:  libXtst-devel
@@ -70,22 +73,19 @@
 set of native widgets.
 
 %prep
-%setup -n libswt-%{version}
+%setup -q -n libswt-%{version}
 %patch0
 %patch1
 %patch2
 pushd org/eclipse
-tar -xvjf %{S:1}
+tar -xjf %{S:1}
 %patch3
 popd
+%patch4
 pushd org/eclipse/swt
 cp %{S:2} .
 # remove all third party jars
 find . -iname '*.jar' | xargs rm -rf
-# change architecture if needed
-%ifarch x86_64
-sed -i -e 's|x86|x86_64|g' build.xml
-%endif
 popd
 
 %build
@@ -94,7 +94,11 @@
 %if 0%{?suse_version} <= 1140
 export GCJ_VERSION=4.5
 %else
+%if 0%{?suse_version} <= 1210
 export GCJ_VERSION=4.6
+%else
+export GCJ_VERSION=4.7
+%endif
 %endif
 %ifarch x86_64
 export ARCH=x86_64
@@ -105,19 +109,23 @@
 
 pushd org/eclipse/swt
 %ant \
+%ifarch x86_64
+-Dswt.arch=x86_64 \
+%else
+-Dswt.arch=x86 \
+%endif
 -Dversion.suffix=%{version_suffix} \
 -Djar.filename=swt-%{version}.jar \
 build.jars
 rm build.xml
 popd
-jar uf org/eclipse/swt/swt-%{version}.jar *.so
-
+zip -u org/eclipse/swt/swt-%{version}.jar *.so
 %install
 install -d -m755 %{buildroot}%{_libdir}/eclipse
 install -m644 *.so %{buildroot}%{_libdir}/eclipse
 install -D -m644 org/eclipse/swt/swt-%{version}.jar 
%{buildroot}%{_libdir}/java/swt-gtk-%{version}.jar
 pushd %{buildroot}%{_libdir}/eclipse
-%if 0%{?suse_version} <= 1210
+%if 0%{?suse_version} < 1210
 for i in atk-gtk awt-gtk cairo-gtk glx-gtk gnome-gtk gtk mozilla-gtk pi-gtk 
webkit-gtk; do
   ln -sf libswt-"$i"-%{so_suffix}.so libswt-"$i".so;
   ln -sf libswt-"$i"-%{so_suffix}.so swt-"$i".so;
@@ -135,9 +143,6 @@
 ln -sf swt-gtk-%{version}.jar swt-gtk.jar
 popd
 

commit gdouros-aegyptus-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gdouros-aegyptus-fonts for 
openSUSE:Factory checked in at 2014-01-22 13:47:37

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


Package is "gdouros-aegyptus-fonts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-aegyptus-fonts/gdouros-aegyptus-fonts.changes
2012-09-14 12:17:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-aegyptus-fonts.new/gdouros-aegyptus-fonts.changes
   2014-01-23 15:43:04.0 +0100
@@ -1,0 +2,14 @@
+Tue Jan 21 13:53:15 UTC 2014 - pgaj...@suse.com
+
+- add Aegyptus.pdf
+
+---
+Tue Jan 21 13:38:45 UTC 2014 - pgaj...@suse.com
+
+- updated to 5.01
+  * added Aegyptus bold typeface
+  * otherwise no upstream changelog
+  * leaving *.txt files from 3.13 version as upstream doesn't 
+provide it anymore
+
+---

Old:

  aegyptus-fonts-3.13.tar.bz2

New:

  aegyptus-fonts-5.01.tar.bz2



Other differences:
--
++ gdouros-aegyptus-fonts.spec ++
--- /var/tmp/diff_new_pack.YikbJS/_old  2014-01-23 15:43:04.0 +0100
+++ /var/tmp/diff_new_pack.YikbJS/_new  2014-01-23 15:43:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-aegyptus-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,7 @@
 %define fontname aegyptus-fonts
 
 Name:   gdouros-aegyptus-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:3.13
+Version:5.01
 Release:0
 Summary:Fonts with Support for Ancient Egyptian Hieroglyphs
 License:SUSE-Permissive
@@ -29,8 +28,7 @@
 Source: %{fontname}-%{version}.tar.bz2
 BuildRequires:  fontpackages-devel
 %reconfigure_fonts_prereq
-# FIXME: This causes a rpmlint warning; change <= to < once there's a new 
upstream version
-Obsoletes:  aegyptus-fonts <= 3.13
+Obsoletes:  aegyptus-fonts < 5.01
 Provides:   aegyptus-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -51,7 +49,7 @@
 
 %files
 %defattr(-,root,root)
-%doc *.txt
+%doc *.txt *.pdf
 %{_ttfontsdir}
 
 %changelog

++ aegyptus-fonts-3.13.tar.bz2 -> aegyptus-fonts-5.01.tar.bz2 ++
/work/SRC/openSUSE:Factory/gdouros-aegyptus-fonts/aegyptus-fonts-3.13.tar.bz2 
/work/SRC/openSUSE:Factory/.gdouros-aegyptus-fonts.new/aegyptus-fonts-5.01.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 gamin for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gamin for openSUSE:Factory checked 
in at 2014-01-17 14:00:16

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


Package is "gamin"

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.gamin.new/gamin-devel.changes   2014-01-23 
15:42:52.0 +0100
@@ -0,0 +1,6 @@
+---
+Fri Jan 10 10:11:36 UTC 2014 - adr...@suse.de
+
+- split lib* packages into own spec file to avoid a build cycle
+  (avoiding glib2)
+
--- /work/SRC/openSUSE:Factory/gamin/gamin.changes  2013-09-26 
19:33:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.gamin.new/gamin.changes 2014-01-23 
15:42:52.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 10 10:08:35 UTC 2014 - adr...@suse.de
+
+- split lib* packages into own spec file to avoid a build cycle
+- found a testsuite, run it, but ignore result since it show
+  breakages. Should be revisited.
+
+---

New:

  gamin-devel.changes
  gamin-devel.spec



Other differences:
--
++ gamin-devel.spec ++
#
# spec file for package gamin-devel
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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:   gamin-devel
Version:0.1.10
Release:0
%define sonum   0
%define vernum  1
%define packnum %{vernum}-%{sonum}
%define famnum  0
Summary:Libraries and includes to build against gamin
License:LGPL-2.1
Group:  Development/Libraries/C and C++
# Both have libfam.so
Conflicts:  fam-devel
Requires:   libfam%{famnum}-gamin = %{version}
Requires:   libgamin-%{packnum}  = %{version}
Provides:   %{name}-static   = %{version}
Url:http://www.gnome.org/~veillard/gamin/
Source: 
http://www.gnome.org/~veillard/gamin/sources/gamin-%{version}.tar.gz
Source2:gamin-rpmlintrc
Patch0: gamin-return.patch
Patch1: gamin-fam_abi_compatibility_FamErrlist.patch
Patch2: gamin-fix_python_main.patch
Patch3: gamin-obsol-glib.diff
# PATCH-FIX-UPSTREAM gamin-0.1.11-double-lock.patch (bgo#669292)
Patch4: gamin-0.1.11-double-lock.patch
# PATCH-FIX-UPSTREAM 0001-Poll-files-on-nfs4.patch (bgo#693006)
Patch5: 0001-Poll-files-on-nfs4.patch
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  libstdc++-devel
BuildRequires:  pkgconfig
# No glib* requires here to avoid build cycles
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Libraries, includes, etc. to use and build against gamin.

%package -n libgamin-%{packnum}
Summary:Library providing the FAM File Alteration Monitor API
Group:  System/Libraries
Provides:   libgamin = %{version}
Obsoletes:  libgamin < %{version}

%description -n libgamin-%{packnum}
This C library provides an API and ABI compatible file alteration
monitor mechanism compatible with FAM, but not dependent on a system wide
daemon.

%package -n libfam%{famnum}-gamin
Summary:Library providing the FAM File Alteration Monitor API
Group:  System/Libraries
Conflicts:  libfam0

%description -n libfam%{famnum}-gamin
This C library provides an API and ABI compatible file alteration
monitor mechanism compatible with FAM, but not dependent on a system wide
daemon.

%prep
%setup -q -n gamin-%version
%patch0 -p0
%patch1
%patch2
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
%configure --disable-static --disable-server
make %{?_smp_mflags}

%install
%make_install
rm "%{buildroot}%{_libdir}"/*.la

%post   -n libgamin-%{packnum}   -p /sbin/ldconfig
%postun -n libgamin-%{packnum}   -p /sbin/ldconfig

%post   -n libfam%{famnum}-gamin -p /sbin/ldconfig
%postun -n libfam%{famnum}-gamin -p /sbin/ldconfig

%files -n libgamin-%{packnum}
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README Copyright TODO
%{_libdir}/libgamin-%{vernum}.so.%{sonum}
%{_libdir}/libgamin-%{vernum}.so.%{sonum}.*

%files -n libfam%{famnum}-gamin
%defattr(-,root,root)
%{_libdir}/libfam.

commit frogr for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package frogr for openSUSE:Factory checked 
in at 2014-01-20 11:41:41

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


Package is "frogr"

Changes:

--- /work/SRC/openSUSE:Factory/frogr/frogr.changes  2013-09-11 
11:34:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.frogr.new/frogr.changes 2014-01-23 
15:42:44.0 +0100
@@ -1,0 +2,30 @@
+Fri Jan 17 15:31:26 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.9:
+  + Ported to GStreamer 1.0 (0.10 still supported).
+  + Provided a high contrast icon.
+  + Switched to yelp-tools from gnome-doc-utils.
+  + Redesign of the "Edit details" and "Settings" dialogs.
+  + Added keywords to .desktop file.
+  + Added an appdata.xml file for the GNOME Software Center.
+  + Removed deprecated uses of GTK_STOCK_*.
+  + Removed deprecated uses of GtkAction and GtkActionGroup.
+  + Fixed with drag-and-drop behavior, failing with pcmanfm.
+  + Fixed selection of multiple pictures with Ctrl and/or Shift.
+  + Fixed problem with ref counting for pictures, sets and groups.
+  + Fixed memory leak in flicksoup (SoupBuffer was never freed).
+  + Raised libsoup minimum version up to 2.34.
+  + As usual, other minor improvements, bug fixes and cleanups.
+  + Bugs fixed: bgo##693230, bgo#697456, bgo#75, bgo#703544,
+bgo#704628, bgo#706725, bgo#708231, bgo#720156.
+  + Updated translations.
+- Exchange gnome-doc-utils-devel for yelp-tools and itstool,
+  following upstreams port to new help structure.
+- Stop removing -DGTK_DISABLE_DEPRECATED from configure.ac, fixed
+  upstream.
+- Drop frogr-port-to-gst_1.0.patch, fixed upstream.
+- Drop automake BuildRequires and stop passing autoreconf to
+  configure, no longer needed since we do not have any patches
+  anymore.
+
+---

Old:

  frogr-0.8.tar.xz
  frogr-port-to-gst_1.0.patch

New:

  frogr-0.9.tar.xz



Other differences:
--
++ frogr.spec ++
--- /var/tmp/diff_new_pack.jrXrtv/_old  2014-01-23 15:42:46.0 +0100
+++ /var/tmp/diff_new_pack.jrXrtv/_new  2014-01-23 15:42:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frogr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,20 @@
 
 
 Name:   frogr
-Version:0.8
+Version:0.9
 Release:0
 Summary:Tool to Manage Flickr Accounts
 License:GPL-3.0
 Group:  Productivity/Graphics/Other
 Url:https://live.gnome.org/Frogr
-Source: 
http://download.gnome.org/sources/frogr/0.8/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM frogr-port-to-gst_1.0.patch bgo#693230 
dims...@opensuse.org -- Port to gstreamer-1.0
-Patch0: frogr-port-to-gst_1.0.patch
-BuildRequires:  gnome-doc-utils-devel >= 0.10.13
+Source: 
http://download.gnome.org/sources/frogr/0.9/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
+BuildRequires:  itstool
 BuildRequires:  libgcrypt-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 %if 0%{?suse_version} > 1220
-## Needed due to patch 0
-BuildRequires:  automake
 BuildRequires:  pkgconfig(gstreamer-1.0)
 %else
 BuildRequires:  pkgconfig(gstreamer-0.10)
@@ -41,7 +38,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0
 BuildRequires:  pkgconfig(json-glib-1.0) >= 0.12
 BuildRequires:  pkgconfig(libexif)
-BuildRequires:  pkgconfig(libsoup-2.4) >= 2.26
+BuildRequires:  pkgconfig(libsoup-2.4) >= 2.34
 BuildRequires:  pkgconfig(libxml-2.0)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,18 +52,8 @@
 %lang_package
 %prep
 %setup -q
-%if 0%{?suse_version} > 1220
-%patch0 -p1
-%endif
-# We are willing to use deprecated Gtk Symbols (GtkStock from Gtk+ 3.9).
-sed -i "s:-DGTK_DISABLE_DEPRECATED::" configure.ac
 
 %build
-## Needed due to patch0
-%if 0%{?suse_version} > 1220
-mkdir m4
-autoreconf -fiv
-%endif
 %configure
 make %{?_smp_mflags}
 
@@ -89,12 +76,12 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS
-%dir %{_datadir}/gnome/help/frogr
-%doc %{_datadir}/gnome/help/frogr/C
+%doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
 %{_datadir}/pixmaps/frogr.xpm
+%{_datadir}/icons/HighContrast/
 %{_datadir}/icons/hicolor/*/apps/frogr.*
 %{_mandir}/man1/frogr.1%{ext_man}
 

++ frogr-

commit gdouros-aroania-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gdouros-aroania-fonts for 
openSUSE:Factory checked in at 2014-01-22 13:48:02

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


Package is "gdouros-aroania-fonts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-aroania-fonts/gdouros-aroania-fonts.changes  
2012-09-14 12:22:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-aroania-fonts.new/gdouros-aroania-fonts.changes
 2014-01-23 15:43:14.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 14:20:53 UTC 2014 - pgaj...@suse.com
+
+- set version to correct 1.01
+  * reworked spec file little bit
+  * added README-SUSE
+
+---

Old:

  aroania-fonts-1.0.tar.bz2

New:

  Aroania_RB.zip
  README-SUSE



Other differences:
--
++ gdouros-aroania-fonts.spec ++
--- /var/tmp/diff_new_pack.hAtAAi/_old  2014-01-23 15:43:15.0 +0100
+++ /var/tmp/diff_new_pack.hAtAAi/_new  2014-01-23 15:43:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-aroania-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,18 @@
 %define fontname aroania-fonts
 
 Name:   gdouros-aroania-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:1.0
+Version:1.01
 Release:0
 Summary:New Hellenic-style Fonts
 License:SUSE-Permissive
 Group:  System/X11/Fonts
 Url:http://users.teilar.gr/~g1951d/
-Source: %{fontname}-%{version}.tar.bz2
+Source0:Aroania_RB.zip
+Source1:README-SUSE
 BuildRequires:  fontpackages-devel
+BuildRequires:  unzip
 %reconfigure_fonts_prereq
-# FIXME: This causes a rpmlint warning; change <= to < once there's a new 
upstream version
-Obsoletes:  aroania-fonts <= 1.0
+Obsoletes:  aroania-fonts < 1.0
 Provides:   aroania-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -39,18 +39,20 @@
 Fonts based on the ‘New Hellenic’ font by Victor Julius Scholderer.
 
 %prep
-%setup -q -n %{fontname}-%{version}
+%setup -q -cT -n %{fontname}-%{version} -a0
+cp %{SOURCE1} .
 
 %build
 
 %install
 mkdir -p %{buildroot}%{_ttfontsdir}
-install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
 %reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
+%doc README-SUSE
 %{_ttfontsdir}
 
 %changelog

++ README-SUSE ++
Cited from http://users.teilar.gr/~g1951d/ as of 20140121

In lieu of a licence


Fonts in this site are offered free for any use; they may be installed, 
embedded, opened, edited, modified, regenerated, posted, packaged and 
redistributed. 

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



commit gdouros-analecta-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gdouros-analecta-fonts for 
openSUSE:Factory checked in at 2014-01-22 13:47:53

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


Package is "gdouros-analecta-fonts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-analecta-fonts/gdouros-analecta-fonts.changes
2012-09-14 12:17:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-analecta-fonts.new/gdouros-analecta-fonts.changes
   2014-01-23 15:43:10.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 13:10:12 UTC 2014 - pgaj...@suse.com
+
+- updated to 4.01
+  * no upstream changelog
+  * leaving README from 3.06 as upstream doesn't provide it anymore
+
+---

Old:

  analecta-fonts-3.06.tar.bz2

New:

  analecta-fonts-4.01.tar.bz2



Other differences:
--
++ gdouros-analecta-fonts.spec ++
--- /var/tmp/diff_new_pack.25ZPPS/_old  2014-01-23 15:43:11.0 +0100
+++ /var/tmp/diff_new_pack.25ZPPS/_new  2014-01-23 15:43:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-analecta-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,7 @@
 %define fontname analecta-fonts
 
 Name:   gdouros-analecta-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:3.06
+Version:4.01
 Release:0
 Summary:An Ecclesiastic Scripts Font
 License:SUSE-Permissive
@@ -29,8 +28,7 @@
 Source: %{fontname}-%{version}.tar.bz2
 BuildRequires:  fontpackages-devel
 %reconfigure_fonts_prereq
-# FIXME: This causes a rpmlint warning; change <= to < once there's a new 
upstream version
-Obsoletes:  %{fontname} <= 3.06
+Obsoletes:  %{fontname} < 4.01
 Provides:   %{fontname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -45,7 +43,7 @@
 
 %install
 mkdir -p %{buildroot}%{_ttfontsdir}
-install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
 %reconfigure_fonts_scriptlets
 

++ analecta-fonts-3.06.tar.bz2 -> analecta-fonts-4.01.tar.bz2 ++
Files old/analecta-fonts-3.06/Analecta.ttf and 
new/analecta-fonts-4.01/Analecta.ttf differ
Files old/analecta-fonts-3.06/Analecta306.otf and 
new/analecta-fonts-4.01/Analecta306.otf differ

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



commit gdouros-anaktoria-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gdouros-anaktoria-fonts for 
openSUSE:Factory checked in at 2014-01-22 13:47:49

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


Package is "gdouros-anaktoria-fonts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-anaktoria-fonts/gdouros-anaktoria-fonts.changes
  2012-09-14 12:17:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-anaktoria-fonts.new/gdouros-anaktoria-fonts.changes
 2014-01-23 15:43:09.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 14:13:09 UTC 2014 - pgaj...@suse.com
+
+- set version to correct 1.01
+  * reworked spec file little bit
+  * added README-SUSE
+
+---

Old:

  anaktoria-fonts-1.0.tar.bz2

New:

  anaktoria-fonts-1.01.tar.bz2



Other differences:
--
++ gdouros-anaktoria-fonts.spec ++
--- /var/tmp/diff_new_pack.W0akG6/_old  2014-01-23 15:43:10.0 +0100
+++ /var/tmp/diff_new_pack.W0akG6/_new  2014-01-23 15:43:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-anaktoria-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,7 @@
 %define fontname anaktoria-fonts
 
 Name:   gdouros-anaktoria-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:1.0
+Version:1.01
 Release:0
 Summary:Font Designed to Be Used for Imprimerie Nationale
 License:SUSE-Permissive
@@ -29,8 +28,7 @@
 Source: %{fontname}-%{version}.tar.bz2
 BuildRequires:  fontpackages-devel
 %reconfigure_fonts_prereq
-# FIXME: This causes a rpmlint warning; change <= to < once there's a new 
upstream version
-Obsoletes:  anaktoria-fonts <= 1.0
+Obsoletes:  anaktoria-fonts < 1.01
 Provides:   anaktoria-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -45,7 +43,7 @@
 
 %install
 mkdir -p %{buildroot}%{_ttfontsdir}
-install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
 %reconfigure_fonts_scriptlets
 

++ anaktoria-fonts-1.0.tar.bz2 -> anaktoria-fonts-1.01.tar.bz2 ++
Files old/anaktoria-fonts-1.0/Anaktoria.otf and 
new/anaktoria-fonts-1.01/Anaktoria.otf differ
Files old/anaktoria-fonts-1.0/Anaktoria.ttf and 
new/anaktoria-fonts-1.01/Anaktoria.ttf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/anaktoria-fonts-1.0/README-SUSE 
new/anaktoria-fonts-1.01/README-SUSE
--- old/anaktoria-fonts-1.0/README-SUSE 1970-01-01 01:00:00.0 +0100
+++ new/anaktoria-fonts-1.01/README-SUSE2014-01-21 15:11:25.0 
+0100
@@ -0,0 +1,8 @@
+Cited from http://users.teilar.gr/~g1951d/ as of 20140121
+
+In lieu of a licence
+   
+
+Fonts in this site are offered free for any use; they may be installed, 
embedded, opened, edited, modified, regenerated, posted, packaged and 
redistributed. 
+
+George Douros

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



commit gdk-pixbuf for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gdk-pixbuf for openSUSE:Factory 
checked in at 2014-01-16 15:37:15

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


Package is "gdk-pixbuf"

Changes:

--- /work/SRC/openSUSE:Factory/gdk-pixbuf/gdk-pixbuf.changes2013-12-30 
09:53:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.gdk-pixbuf.new/gdk-pixbuf.changes   
2014-01-23 15:42:59.0 +0100
@@ -1,0 +2,12 @@
+Tue Jan 14 07:44:12 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.30.3:
+  + Expand the test suite.
+  + Enable coverage testing with --enable-coverage.
+  + Unify sniff buffer sizes across loaders: 4k everywhere.
+  + Port to GTask (bgo#712704).
+  + xpm: Fix scaling (bgo#686514).
+  + xpm: Update colors from pango (bgo#678996).
+  + qtif: fix fread() error check (bgo#721371).
+
+---

Old:

  gdk-pixbuf-2.30.2.tar.xz

New:

  gdk-pixbuf-2.30.3.tar.xz



Other differences:
--
++ gdk-pixbuf.spec ++
--- /var/tmp/diff_new_pack.0mXeau/_old  2014-01-23 15:43:00.0 +0100
+++ /var/tmp/diff_new_pack.0mXeau/_new  2014-01-23 15:43:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdk-pixbuf
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define gdk_pixbuf_binary_version 2.10.0
 
 Name:   gdk-pixbuf
-Version:2.30.2
+Version:2.30.3
 Release:0
 Summary:An image loading library
 License:LGPL-2.1+

++ gdk-pixbuf-2.30.2.tar.xz -> gdk-pixbuf-2.30.3.tar.xz ++
 54377 lines of diff (skipped)

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



commit gdouros-anatolian-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gdouros-anatolian-fonts for 
openSUSE:Factory checked in at 2014-01-22 13:47:58

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


Package is "gdouros-anatolian-fonts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-anatolian-fonts/gdouros-anatolian-fonts.changes
  2012-09-14 12:18:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-anatolian-fonts.new/gdouros-anatolian-fonts.changes
 2014-01-23 15:43:12.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 13:04:25 UTC 2014 - pgaj...@suse.com
+
+- updated to 5.01
+  * no upstream changelog
+  * leaving README from 3.06 as upstream doesn't provide it anymore
+
+---

Old:

  anatolian-fonts-3.06.tar.bz2

New:

  anatolian-fonts-5.01.tar.bz2



Other differences:
--
++ gdouros-anatolian-fonts.spec ++
--- /var/tmp/diff_new_pack.LkdtFB/_old  2014-01-23 15:43:14.0 +0100
+++ /var/tmp/diff_new_pack.LkdtFB/_new  2014-01-23 15:43:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-anatolian-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,7 @@
 %define fontname anatolian-fonts
 
 Name:   gdouros-anatolian-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:3.06
+Version:5.01
 Release:0
 Summary:Anatolian Hieroglyphs
 License:SUSE-Permissive
@@ -29,8 +28,7 @@
 Source: %{fontname}-%{version}.tar.bz2
 BuildRequires:  fontpackages-devel
 %reconfigure_fonts_prereq
-# FIXME: This causes a rpmlint warning; change <= to < once there's a new 
upstream version
-Obsoletes:  anatolian-fonts <= 3.06
+Obsoletes:  anatolian-fonts < 5.01
 Provides:   anatolian-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ anatolian-fonts-3.06.tar.bz2 -> anatolian-fonts-5.01.tar.bz2 ++
Files old/anatolian-fonts-3.06/Anatolian.ttf and 
new/anatolian-fonts-5.01/Anatolian.ttf differ
Files old/anatolian-fonts-3.06/Anatolian306.ttf and 
new/anatolian-fonts-5.01/Anatolian306.ttf differ

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



commit gdouros-atavyros-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gdouros-atavyros-fonts for 
openSUSE:Factory checked in at 2014-01-22 13:48:48

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


Package is "gdouros-atavyros-fonts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-atavyros-fonts/gdouros-atavyros-fonts.changes
2012-09-14 12:22:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-atavyros-fonts.new/gdouros-atavyros-fonts.changes
   2014-01-23 15:43:18.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 14:28:23 UTC 2014 - pgaj...@suse.com
+
+- set version to correct 1.01
+  * reworked spec file little bit
+  * added README-SUSE
+
+---

Old:

  atavyros-fonts-1.0.tar.bz2

New:

  atavyros-fonts-1.01.tar.bz2



Other differences:
--
++ gdouros-atavyros-fonts.spec ++
--- /var/tmp/diff_new_pack.J2dyaR/_old  2014-01-23 15:43:18.0 +0100
+++ /var/tmp/diff_new_pack.J2dyaR/_new  2014-01-23 15:43:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-atavyros-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,7 @@
 %define fontname atavyros-fonts
 
 Name:   gdouros-atavyros-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:1.0
+Version:1.01
 Release:0
 Summary:Parangonne Greque Typeface
 License:SUSE-Permissive
@@ -29,8 +28,7 @@
 Source: %{fontname}-%{version}.tar.bz2
 BuildRequires:  fontpackages-devel
 %reconfigure_fonts_prereq
-# FIXME: This causes a rpmlint warning; change <= to < once there's a new 
upstream version
-Obsoletes:  %{fontname} <= 1.0
+Obsoletes:  %{fontname} < 1.01
 Provides:   %{fontname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -46,12 +44,13 @@
 
 %install
 mkdir -p %{buildroot}%{_ttfontsdir}
-install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
 %reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
+%doc README-SUSE
 %{_ttfontsdir}
 
 %changelog

++ atavyros-fonts-1.0.tar.bz2 -> atavyros-fonts-1.01.tar.bz2 ++
Files old/atavyros-fonts-1.0/Atavyros.otf and 
new/atavyros-fonts-1.01/Atavyros.otf differ
Files old/atavyros-fonts-1.0/Atavyros.ttf and 
new/atavyros-fonts-1.01/Atavyros.ttf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atavyros-fonts-1.0/README-SUSE 
new/atavyros-fonts-1.01/README-SUSE
--- old/atavyros-fonts-1.0/README-SUSE  1970-01-01 01:00:00.0 +0100
+++ new/atavyros-fonts-1.01/README-SUSE 2014-01-21 15:25:44.0 +0100
@@ -0,0 +1,8 @@
+Cited from http://users.teilar.gr/~g1951d/ as of 20140121
+
+In lieu of a licence
+   
+
+Fonts in this site are offered free for any use; they may be installed, 
embedded, opened, edited, modified, regenerated, posted, packaged and 
redistributed. 
+
+George Douros

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



commit freeipmi for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package freeipmi for openSUSE:Factory 
checked in at 2014-01-20 20:41:51

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


Package is "freeipmi"

Changes:

--- /work/SRC/openSUSE:Factory/freeipmi/freeipmi.changes2013-12-22 
19:32:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.freeipmi.new/freeipmi.changes   2014-01-23 
15:42:41.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 15 21:10:07 UTC 2014 - kkae...@suse.com
+
+- Updated 1.3.4 release from upstream to support ppc64le.
+
+---

Old:

  freeipmi-1.3.4.tar.bz2

New:

  freeipmi-1.3.4.ppc64le.1.tar.gz



Other differences:
--
++ freeipmi.spec ++
--- /var/tmp/diff_new_pack.Fqt7jV/_old  2014-01-23 15:42:42.0 +0100
+++ /var/tmp/diff_new_pack.Fqt7jV/_new  2014-01-23 15:42:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freeipmi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2003-2008 FreeIPMI Core Team
 #
 # All modifications and additions to the file contributed by third parties
@@ -31,7 +31,7 @@
 Version:%{version}
 Release:%{release}
 Url:http://www.gnu.org/software/freeipmi/
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://alpha.gnu.org/gnu/freeipmi/%{name}-%{version}.ppc64le.1.tar.gz
 Source1:bmc-watchdog.service
 Source2:ipmidetectd.service
 Source3:ipmiseld.service
@@ -113,7 +113,7 @@
 %endif
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}.ppc64le.1
 %patch -p1
 
 %build

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



commit gdouros-aegean-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gdouros-aegean-fonts for 
openSUSE:Factory checked in at 2014-01-22 13:47:31

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


Package is "gdouros-aegean-fonts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-aegean-fonts/gdouros-aegean-fonts.changes
2012-09-14 12:17:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-aegean-fonts.new/gdouros-aegean-fonts.changes
   2014-01-23 15:43:02.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 21 13:27:03 UTC 2014 - pgaj...@suse.com
+
+- updated to 7.12
+  * no upstream changelog
+  * leaving README of version 6.00 as upstream doesn't provide it
+anymore
+
+---

Old:

  gdouros-aegean-fonts-6.00.tar.bz2

New:

  aegean-fonts-7.12.tar.bz2



Other differences:
--
++ gdouros-aegean-fonts.spec ++
--- /var/tmp/diff_new_pack.R3TEa7/_old  2014-01-23 15:43:03.0 +0100
+++ /var/tmp/diff_new_pack.R3TEa7/_new  2014-01-23 15:43:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-aegean-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,17 @@
 %define fontname aegean-fonts
 
 Name:   gdouros-aegean-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:6.00
+Version:7.12
 Release:0
 Summary:Font with Support for Ancient Aegean and Eastern Mediterranean 
Scripts
 License:SUSE-Permissive
 Group:  System/X11/Fonts
 Url:http://users.teilar.gr/~g1951d/
-Source: %{name}-%{version}.tar.bz2
+Source: %{fontname}-%{version}.tar.bz2
 BuildRequires:  fontpackages-devel
 %reconfigure_fonts_prereq
 %define _ttfontsdir /usr/share/fonts/truetype
-# FIXME: This causes a rpmlint warning; change <= to < once there's a new 
upstream version
-Obsoletes:  %{fontname} <= 1.000OFL
+Obsoletes:  %{fontname} < 7.12
 Provides:   %{fontname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ gdouros-aegean-fonts-6.00.tar.bz2 -> aegean-fonts-7.12.tar.bz2 ++
Files old/aegean-fonts-6.00/Aegean.ttf and new/aegean-fonts-7.12/Aegean.ttf 
differ
Files old/aegean-fonts-6.00/Aegean600.ttf and 
new/aegean-fonts-7.12/Aegean600.ttf differ

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



commit gdouros-musica-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gdouros-musica-fonts for 
openSUSE:Factory checked in at 2014-01-22 09:40:57

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


Package is "gdouros-musica-fonts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-musica-fonts/gdouros-musica-fonts.changes
2012-09-14 12:22:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-musica-fonts.new/gdouros-musica-fonts.changes
   2014-01-23 15:43:21.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 21 10:32:15 UTC 2014 - pgaj...@suse.com
+
+- updated to 3.11
+  * no upstream changelog
+  * leaving README from 3.06 version, upstream doesn't provide it
+anymore
+
+---

Old:

  musica-fonts-3.06.tar.bz2

New:

  musica-fonts-3.11.tar.bz2



Other differences:
--
++ gdouros-musica-fonts.spec ++
--- /var/tmp/diff_new_pack.ggR1md/_old  2014-01-23 15:43:22.0 +0100
+++ /var/tmp/diff_new_pack.ggR1md/_new  2014-01-23 15:43:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-musica-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,7 @@
 %define fontname musica-fonts
 
 Name:   gdouros-musica-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:3.06
+Version:3.11
 Release:0
 Summary:Font with Support for Unicode Musical Notation Symbols
 License:SUSE-Permissive
@@ -29,8 +28,7 @@
 Source: %{fontname}-%{version}.tar.bz2
 BuildRequires:  fontpackages-devel
 %reconfigure_fonts_prereq
-# FIXME: This causes a rpmlint warning; change <= to < once here's a new 
upstream version
-Obsoletes:  musica-fonts <= %{version}
+Obsoletes:  musica-fonts < 3.11
 Provides:   musica-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -45,7 +43,7 @@
 
 %install
 mkdir -p %{buildroot}%{_ttfontsdir}
-install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
 %reconfigure_fonts_scriptlets
 

++ musica-fonts-3.06.tar.bz2 -> musica-fonts-3.11.tar.bz2 ++
Files old/musica-fonts-3.06/Musica.ttf and new/musica-fonts-3.11/Musica.ttf 
differ
Files old/musica-fonts-3.06/Musica306.otf and 
new/musica-fonts-3.11/Musica306.otf differ

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



commit gfbgraph for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is "gfbgraph"

Changes:

--- /work/SRC/openSUSE:Factory/gfbgraph/gfbgraph.changes2013-12-17 
10:01:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.gfbgraph.new/gfbgraph.changes   2014-01-23 
15:43:33.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 20 17:52:07 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.2.2:
+  + Now with development documentation thanks to gtk-doc.
+  + Also the node base class includes the modification date.
+
+---

Old:

  gfbgraph-0.2.1.tar.xz

New:

  gfbgraph-0.2.2.tar.xz



Other differences:
--
++ gfbgraph.spec ++
--- /var/tmp/diff_new_pack.fOSbm0/_old  2014-01-23 15:43:34.0 +0100
+++ /var/tmp/diff_new_pack.fOSbm0/_new  2014-01-23 15:43:34.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   gfbgraph
-Version:0.2.1
+Version:0.2.2
 %define APIversion 0.2
 Release:0
 License:LGPL-2.1+
@@ -92,6 +92,7 @@
 %files devel
 %defattr(-,root,root)
 %{_datadir}/gir-1.0/GFBGraph-0.2.gir
+%{_datadir}/gtk-doc/html/gfbgraph/
 %{_includedir}/gfbgraph-%{APIversion}/
 %{_libdir}/libgfbgraph-%{APIversion}.so
 %{_libdir}/pkgconfig/libgfbgraph-%{APIversion}.pc

++ gfbgraph-0.2.1.tar.xz -> gfbgraph-0.2.2.tar.xz ++
 7556 lines of diff (skipped)

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



commit gdouros-akkadian-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gdouros-akkadian-fonts for 
openSUSE:Factory checked in at 2014-01-22 13:47:41

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


Package is "gdouros-akkadian-fonts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-akkadian-fonts/gdouros-akkadian-fonts.changes
2012-09-14 12:17:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-akkadian-fonts.new/gdouros-akkadian-fonts.changes
   2014-01-23 15:43:05.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 13:15:11 UTC 2014 - pgaj...@suse.com
+
+- updated to 7.12
+  * no upstream changelog
+  * leaving README from 2.56, upstream doesn't provide it anymore
+
+---

Old:

  akkadian-fonts-2.56.tar.bz2

New:

  akkadian-fonts-7.12.tar.bz2



Other differences:
--
++ gdouros-akkadian-fonts.spec ++
--- /var/tmp/diff_new_pack.MpxEt6/_old  2014-01-23 15:43:07.0 +0100
+++ /var/tmp/diff_new_pack.MpxEt6/_new  2014-01-23 15:43:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-akkadian-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   gdouros-akkadian-fonts
 #Provides:   locale(bg;el;ru;bg)
-Version:2.56
+Version:7.12
 Release:0
 Summary:Font with Support for Ancient Akkadian Scripts
 License:SUSE-Permissive
@@ -48,7 +48,7 @@
 
 %install
 mkdir -p %{buildroot}%{_ttfontsdir}
-install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
 %reconfigure_fonts_scriptlets
 

++ akkadian-fonts-2.56.tar.bz2 -> akkadian-fonts-7.12.tar.bz2 ++
Files old/akkadian-fonts-2.56/Akkadian.ttf and 
new/akkadian-fonts-7.12/Akkadian.ttf differ
Files old/akkadian-fonts-2.56/Akkadian256.otf and 
new/akkadian-fonts-7.12/Akkadian256.otf differ

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



commit gdouros-symbola-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gdouros-symbola-fonts for 
openSUSE:Factory checked in at 2014-01-22 09:41:01

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


Package is "gdouros-symbola-fonts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-symbola-fonts/gdouros-symbola-fonts.changes  
2012-09-14 12:23:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-symbola-fonts.new/gdouros-symbola-fonts.changes
 2014-01-23 15:43:23.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 10:25:45 UTC 2014 - pgaj...@suse.com
+
+- updated to 7.12
+  * no upstream changelog
+  * leaving README from 6.05 version, pdf updated
+
+---

Old:

  symbola-fonts-6.13.tar.bz2

New:

  symbola-fonts-7.12.tar.bz2



Other differences:
--
++ gdouros-symbola-fonts.spec ++
--- /var/tmp/diff_new_pack.r3RTUE/_old  2014-01-23 15:43:25.0 +0100
+++ /var/tmp/diff_new_pack.r3RTUE/_new  2014-01-23 15:43:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-symbola-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,7 @@
 %define fontname  symbola-fonts
 
 Name:   gdouros-symbola-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:6.13
+Version:7.12
 Release:0
 Summary:Font with Support for Symbol Blocks of the Unicode Standard
 License:SUSE-Permissive

++ symbola-fonts-6.13.tar.bz2 -> symbola-fonts-7.12.tar.bz2 ++
Files old/symbola-fonts-6.13/Symbola.pdf and new/symbola-fonts-7.12/Symbola.pdf 
differ
Files old/symbola-fonts-6.13/Symbola.ttf and new/symbola-fonts-7.12/Symbola.ttf 
differ

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



commit gnome-shell for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2014-01-21 11:07:19

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


Package is "gnome-shell"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2013-12-24 
16:03:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2014-01-23 15:44:09.0 +0100
@@ -1,0 +2,17 @@
+Sat Jan 18 12:36:59 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.10.3:
+  + Fix reentrancy issue in message tray (bgo#711694).
+  + Fix resetting prompt on user switch (bgo#710456).
+  + Fix screen shield on login screen (bgo#719378).
+  + Catch more extension errors on enable/disable (bgo#688331).
+  + Fix entry focus of chat notifications (bgo#709853).
+  + Fix app switcher order with dialog windows (bgo#719824).
+  + Allow remote search providers without icons (bgo#719965).
+  + Fix ref-counting issue in ShellApp (bgo#721439).
+  + Updated translations.
+- Drop gnome-shell-hidepassword.patch,
+  gnome-shell-extensions-disabling.patch and
+  gnome-shell-tray-reentrant.patch, fixed upstream.
+
+---

Old:

  gnome-shell-3.10.2.1.tar.xz
  gnome-shell-extensions-disabling.patch
  gnome-shell-hidepassword.patch
  gnome-shell-tray-reentrant.patch

New:

  gnome-shell-3.10.3.tar.xz



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.ZaYh6b/_old  2014-01-23 15:44:10.0 +0100
+++ /var/tmp/diff_new_pack.ZaYh6b/_new  2014-01-23 15:44:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-shell
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-shell
-Version:3.10.2.1
+Version:3.10.3
 Release:0
 Summary:GNOME Shell
 License:GPL-2.0+
@@ -26,12 +26,6 @@
 Source: 
http://download.gnome.org/sources/gnome-shell/3.10/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 dims...@opensuse.org -- create private connections if the user is 
not authorized
 Patch1: gnome-shell-private-connection.patch
-# PATCH-FIX-UPSTREAM gnome-shell-hidepassword.patch bnc#852490 bgo#710456 
dims...@opensuse.org -- authPrompt: propagate gdm "reset" signal after user 
switching
-Patch2: gnome-shell-hidepassword.patch
-# PATCH-FIX-UPSTREAM gnome-shell-extensions-disabling.patch bnc#852527 
bgo#688331 dims...@opensuse.org -- Fix gnome-shell extensions disabled on 
screen unlock
-Patch3: gnome-shell-extensions-disabling.patch
-# PATCH-FIX-UPSTREAM gnome-shell-tray-reentrant.patch bgo#711694 
dims...@opensuse.org -- messageTray: Prevent reentrancy issues in _updateState
-Patch4: gnome-shell-tray-reentrant.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -141,9 +135,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 translation-update-upstream
 
 %build

++ gnome-shell-3.10.2.1.tar.xz -> gnome-shell-3.10.3.tar.xz ++
 15003 lines of diff (skipped)

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



commit gnote for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2014-01-21 11:07:54

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


Package is "gnote"

Changes:

--- /work/SRC/openSUSE:Factory/gnote/gnote.changes  2013-12-30 
09:54:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2014-01-23 
15:44:15.0 +0100
@@ -1,0 +2,26 @@
+Sun Jan 19 14:43:57 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.1:
+  + New Features:
+- App menu: standardize help/about/quit (bgo#720130).
+- Help: add logo next to title (bgo#720131).
+- Do not close main window on escape.
+- Make setting enable-close-note-on-escape work (bgo#720748).
+- Use Gtk::HeaderBar in main window.
+  + Fixes:
+- Hold application in background mode, fixes crash in some
+  environments (bgo#719666).
+- Never open new window with --background (bgo#720491).
+- Fix command line processing on primary instance.
+- Pluralize "notes" keyword in desktop file.
+- Fix tooltip on unpin button (bgo#721357).
+- Update notes list when back from note (bgo#721358).
+- Fix empty items in application menu in some environments.
+- Update documentation licence (new FSF address) (bgo#721563).
+- Do not close main window when middle-click on link
+  (bgo#721852).
+- Update README (bgo#721855).
+- Update AppData screenshot.
+  + Updated translations.
+
+---

Old:

  gnote-3.11.0.tar.xz

New:

  gnote-3.11.1.tar.xz



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.FdJMS3/_old  2014-01-23 15:44:16.0 +0100
+++ /var/tmp/diff_new_pack.FdJMS3/_new  2014-01-23 15:44:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnote
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnote
-Version:3.11.0
+Version:3.11.1
 Release:0
 Summary:A Port of Tomboy to C++
 License:GPL-3.0+

++ gnote-3.11.0.tar.xz -> gnote-3.11.1.tar.xz ++
 24756 lines of diff (skipped)

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



commit gpaste for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gpaste for openSUSE:Factory checked 
in at 2014-01-21 11:09:06

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


Package is "gpaste"

Changes:

--- /work/SRC/openSUSE:Factory/gpaste/gpaste.changes2013-09-24 
07:08:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpaste.new/gpaste.changes   2014-01-23 
15:44:32.0 +0100
@@ -1,0 +2,47 @@
+Sat Dec  7 20:41:58 UTC 2013 - gan...@opensuse.org
+
+- Update to version 3.7:
+  + "Paste and Pop" is now only "Pop"
+  + Fix SEGV when deleting last item of history
+  + New gnome-shell DBus client library
+  + DBus client libraries are now async
+  + Keybinder now uses gnome-shell if available to grab keys
+  + Preparations for wayland port
+  + Enhance internal memory management
+  + Code cleanup
+  + Misc bug fixes
+  + German translation
+- Changes from version 3.6:
+  + GPaste settings look has been updated to better fit with recent
+GNOME
+  + Performance improvements
+  + Daemon now fully evenmential (no more polling, less power
+consuption)
+  + GPasteClipboard now has a "owner-change" signal similar to
+GtkClipboard's one
+  + Misc. bugfixes
+  + New setting to set the maximum amount of memory used by data in
+history
+  + FIFO mode has been dropped (lacking design)
+  + Code cleanup and modernisation
+  + g_paste_history_add is now transfer full
+- Create new subpackage for the new libgpaste-gnome-shell-client0
+  library.
+- Replace subpackage to new version of libraries(libgpaste-client2,
+  libgpaste-keybinder3, libgpaste-core3).
+
+---
+Sun Oct 13 16:37:30 UTC 2013 - gan...@opensuse.org
+
+- Update to version 3.5:
+  + Compatibility with gnome-shell 3.9.90 and above
+  + The gnome-shell applet has totally been rewritten and is now
+more intuitive.
+  + Port to newer glib
+  + Don't use deprecated stuff from gtk+
+  + The X11 keybinder is now optional
+  + New keybinding to sync the clipboard to the primary selection
+  + New keybinding to sync the primary selection to the clipboard
+- Remove gpaste-gnome-3.9.patch
+
+---

Old:

  gpaste-3.0.2.tar.xz
  gpaste-gnome-3.9.patch

New:

  gpaste-3.7.tar.xz



Other differences:
--
++ gpaste.spec ++
--- /var/tmp/diff_new_pack.DJnsGL/_old  2014-01-23 15:44:33.0 +0100
+++ /var/tmp/diff_new_pack.DJnsGL/_new  2014-01-23 15:44:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpaste
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Simone Tolotti, .
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,15 +18,14 @@
 
 
 Name:   gpaste
-Version:3.0.2
+# Version 3.7 for GNOME 3.9.90 or above
+Version:3.7
 Release:0
 Summary:Clipboard management system for GNOME
 License:GPL-3.0+
 Group:  System/GUI/GNOME
 Url:https://github.com/Keruspe/GPaste
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gpaste-gnome-3.9.patch gan...@opensuse.org -- Declare 
GNOME 3.9 and 3.10 as compatible
-Patch0: gpaste-gnome-3.9.patch
 # For directory ownership
 BuildRequires:  gnome-shell
 BuildRequires:  gobject-introspection-devel >= 1.31.1
@@ -36,9 +35,9 @@
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gdk-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(gio-2.0) >= 2.30.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.30.0
-BuildRequires:  pkgconfig(gobject-2.0) >= 2.30.0
+BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(x11)
@@ -51,11 +50,11 @@
 %description
 GPaste is a clipboard management daemon with DBus interface.
 
-%package -n libgpaste-core1
+%package -n libgpaste-core3
 Summary:Library for managing clipboard history
 Group:  System/Libraries
 
-%description -n libgpaste-core1
+%description -n libgpaste-core3
 GPaste is a clipboard management daemon with DBus interface.
 
 This package provides a library for managing clipboard history.
@@ -69,11 +68,11 @@
 
 This package provides a library for managing clipboard history.
 
-%package -n libgpaste-keybinder1
+%package -n libgpaste-keybinder3
 Summary:Library for managing clipboard history
 Group:  System/Libraries
 
-%descriptio

commit gnumeric for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gnumeric for openSUSE:Factory 
checked in at 2014-01-21 11:08:38

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


Package is "gnumeric"

Changes:

--- /work/SRC/openSUSE:Factory/gnumeric/gnumeric.changes2013-12-17 
10:01:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric.changes   2014-01-23 
15:44:21.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 25 20:55:39 UTC 2013 - zai...@opensuse.org
+
+- Drop psiconv-devel BuildRequires, as I doubt there are any users
+  left of this.
+
+---



Other differences:
--
++ gnumeric.spec ++
--- /var/tmp/diff_new_pack.ypwxRy/_old  2014-01-23 15:44:22.0 +0100
+++ /var/tmp/diff_new_pack.ypwxRy/_new  2014-01-23 15:44:22.0 +0100
@@ -27,7 +27,6 @@
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libgsf-devel
-BuildRequires:  psiconv-devel
 BuildRequires:  python-devel
 BuildRequires:  rarian-scrollkeeper-compat
 BuildRequires:  translation-update-upstream

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



commit gnome-chess for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-chess for openSUSE:Factory 
checked in at 2014-01-22 09:41:18

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


Package is "gnome-chess"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-chess/gnome-chess.changes  2013-11-24 
11:29:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-chess.new/gnome-chess.changes 
2014-01-23 15:43:57.0 +0100
@@ -1,0 +2,14 @@
+Mon Jan 20 19:36:22 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.10.3:
+  + Never autosave over a user's files.
+  + Never claim the engine has died when all is well.
+  + Fix critical warnings when starting a new game.
+  + Fix colors of pieces in figurine algebraic notation.
+  + Ensure the chess engine is always killed, even if we crash.
+  + Fix minor file descriptor leaks.
+  + Update screenshot link in appdata.
+  + Fix image in first_move_button.
+  + Updated translations.
+
+---

Old:

  gnome-chess-3.10.2.tar.xz

New:

  gnome-chess-3.10.3.tar.xz



Other differences:
--
++ gnome-chess.spec ++
--- /var/tmp/diff_new_pack.eRofpa/_old  2014-01-23 15:43:57.0 +0100
+++ /var/tmp/diff_new_pack.eRofpa/_new  2014-01-23 15:43:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-chess
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-chess
-Version:3.10.2
+Version:3.10.3
 Release:0
 Summary:Chess Game for GNOME
 License:GPL-2.0+

++ gnome-chess-3.10.2.tar.xz -> gnome-chess-3.10.3.tar.xz ++
 54608 lines of diff (skipped)

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



commit goobox for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package goobox for openSUSE:Factory checked 
in at 2014-01-21 11:08:50

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


Package is "goobox"

Changes:

--- /work/SRC/openSUSE:Factory/goobox/goobox.changes2013-09-29 
19:24:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.goobox.new/goobox.changes   2014-01-23 
15:44:27.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan 15 18:00:17 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.3.1:
+  + Added support for writing MP3 files.
+  + Preferences: use a single page to show all the preferences.
+  + Show a message bar while fetching the disc information.
+  + Set button arrow icons according to locale's text direction.
+  + Added AppData description.
+  + Updated translations.
+- Drop goobox-3.8-and_above-compatible.patch, fixed upstream.
+
+---

Old:

  goobox-3.2.1.tar.xz
  goobox-3.8-and_above-compatible.patch

New:

  goobox-3.3.1.tar.xz



Other differences:
--
++ goobox.spec ++
--- /var/tmp/diff_new_pack.kPrf2j/_old  2014-01-23 15:44:28.0 +0100
+++ /var/tmp/diff_new_pack.kPrf2j/_new  2014-01-23 15:44:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package goobox
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,14 @@
 
 
 Name:   goobox
-Version:3.2.1
+Version:3.3.1
 Release:0
 # FIXME: Enable libcoverart support.
 Summary:CD Player and Ripper for GNOME
 License:GPL-2.0+
 Group:  Productivity/Multimedia/CD/Grabbers
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/goobox/3.2/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM goobox-3.8-and_above-compatible.patch zai...@opensuse.org 
-- Bring goobox up to Gnome 3.10.0 standard, patches from upstream git.
-Patch0: goobox-3.8-and_above-compatible.patch
+Source: 
http://download.gnome.org/sources/goobox/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
@@ -38,7 +36,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.8.0
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libbrasero-media3)
-#BuildRequires:  pkgconfig(libcoverart) >= 1.0.0beta1
+#BuildRequires:  pkgconfig(libcoverart) >= 1.0.0
 BuildRequires:  pkgconfig(libdiscid)
 BuildRequires:  pkgconfig(libmusicbrainz5) >= 5.0.0
 BuildRequires:  pkgconfig(libnotify) >= 0.4.3
@@ -54,7 +52,6 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 
 %build
 %configure
@@ -88,6 +85,8 @@
 %{_datadir}/GConf/gsettings/goobox.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Goobox.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/goobox.png
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/goobox.appdata.xml
 
 %files lang -f %{name}.lang
 

++ goobox-3.2.1.tar.xz -> goobox-3.3.1.tar.xz ++
 24603 lines of diff (skipped)

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



commit gnome-commander for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-commander for openSUSE:Factory 
checked in at 2014-01-21 11:07:11

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


Package is "gnome-commander"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander.changes  
2013-12-26 17:37:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander.changes 
2014-01-23 15:44:00.0 +0100
@@ -1,0 +2,9 @@
+Sun Jan 19 17:44:11 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.2.8.17:
+  + Fixed problem bgo#721132 (Support build with
+-Werror=format-security).
+  + Updated GCMD home page location.
+  + Updated translations.
+
+---

Old:

  gnome-commander-1.2.8.16.tar.xz

New:

  gnome-commander-1.2.8.17.tar.xz



Other differences:
--
++ gnome-commander.spec ++
--- /var/tmp/diff_new_pack.mOoBpf/_old  2014-01-23 15:44:00.0 +0100
+++ /var/tmp/diff_new_pack.mOoBpf/_new  2014-01-23 15:44:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-commander
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-commander
-Version:1.2.8.16
+Version:1.2.8.17
 Release:0
 Summary:Nice and Fast File Manager for the GNOME Desktop
 License:GPL-2.0+

++ gnome-commander-1.2.8.16.tar.xz -> gnome-commander-1.2.8.17.tar.xz ++
 15008 lines of diff (skipped)

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



commit gpicview for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gpicview for openSUSE:Factory 
checked in at 2014-01-22 13:50:35

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


Package is "gpicview"

Changes:

--- /work/SRC/openSUSE:Factory/gpicview/gpicview.changes2012-12-19 
20:46:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpicview.new/gpicview.changes   2014-01-23 
15:44:36.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan  5 11:06:58 UTC 2014 - j...@eresmas.com
+
+- new upstream version 0.2.4
+ * GTK3, minor refactoring and some updates to the infrastructure 
+   for building
+ * Complete changelog in http://blog.lxde.org/?p=1064
+
+---

Old:

  gpicview-0.2.3.tar.gz

New:

  gpicview-0.2.4.tar.gz



Other differences:
--
++ gpicview.spec ++
--- /var/tmp/diff_new_pack.dBpPPy/_old  2014-01-23 15:44:36.0 +0100
+++ /var/tmp/diff_new_pack.dBpPPy/_new  2014-01-23 15:44:36.0 +0100
@@ -20,7 +20,7 @@
 Summary:LXDE Photo Viewer
 License:GPL-2.0
 Group:  Productivity/Graphics/Viewers
-Version:0.2.3
+Version:0.2.4
 Release:0
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.gz
@@ -40,6 +40,7 @@
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
+BuildRequires:  hicolor-icon-theme
 
 %description
 An extremely fast, lightweight, yet feature-rich photo viewer.
@@ -80,6 +81,6 @@
 %dir %_datadir/gpicview/ui
 %_datadir/gpicview/pixmaps/*.png
 %_datadir/gpicview/ui/pref-dlg.ui
-%_datadir/pixmaps/gpicview.png
+%_datadir/icons/hicolor/48x48/apps/gpicview.png
 
 %changelog

++ gpicview-0.2.3.tar.gz -> gpicview-0.2.4.tar.gz ++
 18483 lines of diff (skipped)

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



commit git for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2014-01-17 11:03:34

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


Package is "git"

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2013-12-19 12:10:29.0 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2014-01-23 
15:43:45.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 14 15:19:17 UTC 2014 - iartar...@suse.com
+
+- Package the git subtree command
+- Add 0001-git-subtree-Use-gitexecdir-instead-of-libexecdir.patch - to
+  fix install paths for git-subtree
+
+
+---

New:

  0001-git-subtree-Use-gitexecdir-instead-of-libexecdir.patch



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.qJbCy5/_old  2014-01-23 15:43:46.0 +0100
+++ /var/tmp/diff_new_pack.qJbCy5/_new  2014-01-23 15:43:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package git
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,6 +43,7 @@
 Patch6: git-tcsh-completion-fixes.diff
 # adapt paths in zsh completion (bnc#853183)
 Patch7: git-zsh-completion-fixes.diff
+Patch8: 0001-git-subtree-Use-gitexecdir-instead-of-libexecdir.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  apache2
 BuildRequires:  asciidoc
@@ -194,6 +195,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 cat > .make <<'EOF'
@@ -217,6 +219,8 @@
 ./.make all %{?_smp_mflags}
 %{!?_without_docs: ./.make doc} 
 
+./.make -C contrib/subtree/
+
 %install
 ./.make install %{!?_without_docs: install-doc}
 ### git-web
@@ -238,6 +242,8 @@
 mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
 install -m 644 %{S:6} $RPM_BUILD_ROOT/%{_fwdefdir}/git-daemon
 ###
+./.make -C contrib/subtree install
+%{!?_without_docs: ./.make -C contrib/subtree install-doc}
 install -m 755 -D contrib/remote-helpers/git-remote-bzr 
$RPM_BUILD_ROOT%{gitexecdir}
 install -m 755 -D contrib/remote-helpers/git-remote-hg 
$RPM_BUILD_ROOT%{gitexecdir}
 (find $RPM_BUILD_ROOT%{_bindir} -type f -o -type l | grep -vE 
"archimport|svn|cvs|email|gitk|daemon|gui" | sed -e s@^$RPM_BUILD_ROOT@@)   
> bin-man-doc-files

++ 0001-git-subtree-Use-gitexecdir-instead-of-libexecdir.patch ++
>From a906459c2a89938e911f1650e6ce22315a1ec84d Mon Sep 17 00:00:00 2001
From: Todd Zullinger 
Date: Fri, 4 Jan 2013 11:54:21 -0500
Subject: [PATCH] git-subtree: Use gitexecdir instead of libexecdir

When the git subtree Makefile includes config.mak from the toplevel,
it's useful to have the same variables set globally applied.  Using
gitexecdir instead of libexecdir respects the global settings more
consistently.

Remove the unused gitdir variable as well.
---
 contrib/subtree/Makefile | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/contrib/subtree/Makefile b/contrib/subtree/Makefile
index 435b2de..dc8da19 100644
--- a/contrib/subtree/Makefile
+++ b/contrib/subtree/Makefile
@@ -2,9 +2,8 @@
 -include ../../config.mak
 
 prefix ?= /usr/local
+gitexecdir ?= $(prefix)/libexec/git-core
 mandir ?= $(prefix)/share/man
-libexecdir ?= $(prefix)/libexec/git-core
-gitdir ?= $(shell git --exec-path)
 man1dir ?= $(mandir)/man1
 
 gitver ?= $(word 3,$(shell git --version))
@@ -30,8 +29,8 @@ $(GIT_SUBTREE): $(GIT_SUBTREE_SH)
 doc: $(GIT_SUBTREE_DOC) $(GIT_SUBTREE_HTML)
 
 install: $(GIT_SUBTREE)
-   $(INSTALL) -d -m 755 $(DESTDIR)$(libexecdir)
-   $(INSTALL) -m 755 $(GIT_SUBTREE) $(DESTDIR)$(libexecdir)
+   $(INSTALL) -d -m 755 $(DESTDIR)$(gitexecdir)
+   $(INSTALL) -m 755 $(GIT_SUBTREE) $(DESTDIR)$(gitexecdir)
 
 install-doc: install-man
 
-- 
1.8.3.1

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



commit gnucash for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gnucash for openSUSE:Factory checked 
in at 2014-01-22 09:41:24

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


Package is "gnucash"

Changes:

--- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes  2013-04-22 
14:05:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnucash.new/gnucash.changes 2014-01-23 
15:44:19.0 +0100
@@ -1,0 +2,44 @@
+Sat Jan  4 16:54:42 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.6.0 (bnc#858502):
+  + New Major release, see
+http://gnucash.org/2.6-release-tour.phtml for a tour through
+the new features.
+  + Preferences have been migrated from GConf to GSettings.
+  + New date handling which allows GnuCash to use dates after March
+2038.
+  + Guile-2 compatibility: GnuCash now requires either Guile-1.8 or
+Guile-2.0.
+  + Documents outside of GnuCash, images of receipts for example,
+can now be linked to transactions, with the facility of opening
+them in the default application for the document type.
+  + Cutsom Reports can now be saved without renaming the report,
+and modifications can overwrite an existing report.
+  + The import assistant now finishes much more quickly after
+assigning contra-accounts.
+  + GnuCash now requires Gtk+-2.24.0 and GLib-2.26.0. Most of the
+dependencies on obsolete libraries have been removed; only
+libgnomecanvas remains. Unfortunately the effort to rewrite
+the register code to use GtkTreeModel wasn't completed in time,
+so GnuCash is not on the cusp of converting to Gtk3.
+  + The Business Module has been substantially revamped, including
+support for Credit Notes and import of customers and vendors
+from a CSV file.
+  + The Num field in the register display is now optionally
+per-split, so for example a check number can be entered for the
+checking account split and an invoice number for the expense
+account split.
+  + GnuCash can now open locked books read-only so that more than
+one user can view a file. GnuCash still does not support
+multiple simultaneous writers.
+  + By agreement of all authors, GnuCash is now licensed under the
+GNU General Public License Version 2 or later rather than
+simply Version 2. This allows derivative works to be licensed
+under the GPL Version 3 if the author of such a work so
+desires.
+  + Many bugfixes.
+  + Updated translations.
+- Update License tag to GPL-2.0+, following upstreams relicensing.
+- Add %glib2_gsettings_schema_* macros for schema handling.
+
+---

Old:

  gnucash-2.4.13.tar.bz2

New:

  gnucash-2.6.0.tar.bz2



Other differences:
--
++ gnucash.spec ++
--- /var/tmp/diff_new_pack.hS6CzL/_old  2014-01-23 15:44:20.0 +0100
+++ /var/tmp/diff_new_pack.hS6CzL/_new  2014-01-23 15:44:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnucash
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnucash
-Version:2.4.13
+Version:2.6.0
 Release:0
 Summary:Personal Finance Manager
 License:SUSE-GPL-2.0-with-openssl-exception or 
SUSE-GPL-3.0-with-openssl-exception
 Group:  Productivity/Office/Finance
 Url:http://www.gnucash.org/
-Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash%20%28stable%29/2.4.13/%{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash%20%28stable%29/2.6.0/%{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
 Patch0: gnucash-cpan-warning.patch
@@ -33,6 +33,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
 BuildRequires:  libdbi-devel
+BuildRequires:  libdbi-drivers-dbd-sqlite3
 %if 0%{?suse_version} >= 1210
 BuildRequires:  libguile1-devel
 %else
@@ -55,6 +56,7 @@
 BuildRequires:  pkgconfig(libgnomeui-2.0)
 BuildRequires:  pkgconfig(libgoffice-0.8)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(webkit-1.0)
 #BuildRequires: callgrind
 # tested but unused BuildRequires: readline-devel qt3-devel termcap
@@ -84,7 +86,7 @@
 Recommends: %{name}-lang
 Recommends: gnucash-docs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
+%glib2_gsett

commit graphviz for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package graphviz for openSUSE:Factory 
checked in at 2014-01-22 23:19:03

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


Package is "graphviz"

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.graphviz.new/graphviz-gvedit.changes
2014-01-23 15:44:40.0 +0100
@@ -0,0 +1,13 @@
+---
+Thu Sep 12 17:56:06 CEST 2013 - p...@suse.de
+
+- Add graphviz-python3_version.patch that put the call to print in
+  Parentheses.
+
+---
+Wed Sep 11 13:42:43 CEST 2013 - p...@suse.de
+
+- Initial package split off from graphviz.
+- Add graphviz-type_punning.patch which compiles the vmalloc sources
+  with -fno-strict-aliasing.
+
--- /work/SRC/openSUSE:Factory/graphviz/graphviz-plugins.changes
2013-06-24 09:29:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.graphviz.new/graphviz-plugins.changes   
2014-01-23 15:44:40.0 +0100
@@ -1,0 +2,132 @@
+Sat Jan 18 17:06:59 UTC 2014 - co...@suse.com
+
+- fix mono bcond. It's without, not !with
+
+---
+Sat Jan 18 16:47:55 UTC 2014 - co...@suse.com
+
+- use global java bcond instead of an own now that it buildrequires
+  jdk and no longer gcc
+
+---
+Tue Jan 14 11:54:17 UTC 2014 - dvla...@suse.com
+
+- Don't build C# binding without mono. Otherwise we get unpackaged
+  files.
+
+---
+Sat Jan 11 07:27:19 UTC 2014 - co...@suse.com
+
+- remove unneeded ksh dependency
+
+---
+Fri Dec  6 22:26:21 UTC 2013 - m...@suse.de
+
+- Add powerpc64le to list of lib64 platforms
+  (graphviz-ppc64le_lib64_support.patch).
+
+---
+Mon Oct 14 15:28:40 CEST 2013 - p...@suse.de
+
+- Use wildcards for specifying tcl directory.
+
+---
+Thu Oct 10 19:37:47 CEST 2013 - p...@suse.de
+
+- Change BuildRequires for Java so that the spec doesn't need
+  to be modified for newer jdk versions.
+
+---
+Tue Oct  8 20:01:18 CEST 2013 - p...@suse.de
+
+- Don't apply graphviz-fix-pkgIndex.patch twice.
+- Remove Buildrequires for libqt4-devel.
+
+---
+Thu Sep 12 17:56:06 CEST 2013 - p...@suse.de
+
+- Add graphviz-python3_version.patch that put the call to print in
+  Parentheses.
+
+---
+Mon Sep  9 13:45:47 CEST 2013 - p...@suse.de
+
+- Update to 2.34.0 (see changes for graphviz),
+- Remove patches accepted upstream:
+  graphviz-missing_headers.patch, graphviz-aarch64_lib64_support.patch,
+  graphviz-type_punning.patch, graphviz-buffer_overflow.patch,
+  graphviz-proper_prototypes.patch, graphviz-python_version.patch,
+  graphviz-guile.patch, graphviz-java_in_lib64.patch
+- Add graphviz-type_punning.patch which compiles the vmalloc sources
+  with -fno-strict-aliasing.
+
+---
+Thu Sep  5 15:46:47 CEST 2013 - p...@suse.de
+
+- Update to 2.32.0. Changes since 2.28.0:
+  2.32.0:
+  - New version of xdot format, annotating gradient color schemes
+  - Support for reading pdf images using poppler
+  - Lefty/dotty/lneato now accept anonymous graphs
+  - Add star node shape
+  - Add two-tone (non-gradient) fill
+  2.30.1:
+  - various build fixes
+  2.30.0:
+  - Replaced libgraph with libcgraph; use of libgraph is now deprecated
+  - New ranking algorithm that allows multiple subgraph constraints
+  - Support edges using curved arcs.
+  - Added new shapes used by the synthetic biology community.
+  - For HTML-like labels, provide rounded cells, and dashed or dotted borders.
+  - Add lcurve and rcurve arrowheads.
+  - Add prototype pie chart and striped fills.
+  - Support insets in treemaps to make containment clear
+  - Add random rooted tree generation to gvgen
+  - Allow GVPRPATH to specify that the default path be prepended or
+appended to it.
+  - Support arbitrary lists of layers; allow the user to specify arbitrary
+layers for output.
+  - A collection of gvpr scripts, which were part of the source package,
+are now installed in /share/graphviz/gvpr, and the that path
+is used as part of th default built-in path for gvpr.
+  - Update libexpr to reflect Glenn Fowler's changes including scopes for
+variab

commit hamster-time-tracker for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package hamster-time-tracker for 
openSUSE:Factory checked in at 2014-01-21 11:09:27

Comparing /work/SRC/openSUSE:Factory/hamster-time-tracker (Old)
 and  /work/SRC/openSUSE:Factory/.hamster-time-tracker.new (New)


Package is "hamster-time-tracker"

Changes:

--- 
/work/SRC/openSUSE:Factory/hamster-time-tracker/hamster-time-tracker.changes
2013-02-10 14:35:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.hamster-time-tracker.new/hamster-time-tracker.changes
   2014-01-23 15:45:03.0 +0100
@@ -1,0 +2,9 @@
+Sun Jan 19 17:41:18 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.04:
+  + Bugfixes around talking to the notifications daemon.
+  + Updating tags list in prefs wasn't doing anything.
+  + In some cases activity updates were failing when tags where
+provided.
+
+---

Old:

  hamster-time-tracker-1.03.3.tar.gz

New:

  hamster-time-tracker-1.04.tar.gz



Other differences:
--
++ hamster-time-tracker.spec ++
--- /var/tmp/diff_new_pack.BIbhJE/_old  2014-01-23 15:45:04.0 +0100
+++ /var/tmp/diff_new_pack.BIbhJE/_new  2014-01-23 15:45:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hamster-time-tracker
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   hamster-time-tracker
-Version:1.03.3
+Version:1.04
 Release:0
 Summary:A time tracker for GNOME
 License:GPL-3.0+ and CC-BY-SA-3.0
@@ -25,7 +25,7 @@
 Url:http://projecthamster.wordpress.com/
 # The download_files source verification script barks.. even though it should 
be fine.
 # Source0:
https://github.com/projecthamster/hamster/archive/%{name}-%{version}.tar.gz
-Source0:%{name}-%{version}.tar.gz
+Source0:
https://github.com/projecthamster/hamster/archive/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gconf2-devel
 BuildRequires:  glib2-devel

++ hamster-time-tracker-1.03.3.tar.gz -> hamster-time-tracker-1.04.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hamster-hamster-time-tracker-1.03.3/AUTHORS 
new/hamster-hamster-time-tracker-1.04/AUTHORS
--- old/hamster-hamster-time-tracker-1.03.3/AUTHORS 2013-01-18 
01:19:38.0 +0100
+++ new/hamster-hamster-time-tracker-1.04/AUTHORS   2014-01-10 
19:05:26.0 +0100
@@ -1,2 +1,2 @@
-Toms Bauģis 
-Patryk Zawadzki 
+Read the copylefts in files. Mainly it's code by Toms Bauģis and Patryk
+Zawadzki, but we also had some good contributions from other people.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hamster-hamster-time-tracker-1.03.3/MAINTAINERS 
new/hamster-hamster-time-tracker-1.04/MAINTAINERS
--- old/hamster-hamster-time-tracker-1.03.3/MAINTAINERS 2013-01-18 
01:19:38.0 +0100
+++ new/hamster-hamster-time-tracker-1.04/MAINTAINERS   2014-01-10 
19:05:26.0 +0100
@@ -1,7 +1 @@
-Toms Baugis
-E-mail: toms.bau...@gmail.com
-Userid: tbaugis
-
-Patryk Zawadzki
-E-mail: pat...@pld-linux.org
-Userid: pzawadzki
+No maintainers for now.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hamster-hamster-time-tracker-1.03.3/NEWS 
new/hamster-hamster-time-tracker-1.04/NEWS
--- old/hamster-hamster-time-tracker-1.03.3/NEWS2013-01-18 
01:19:38.0 +0100
+++ new/hamster-hamster-time-tracker-1.04/NEWS  2014-01-10 19:05:26.0 
+0100
@@ -1,4 +1,15 @@
 ===
+Version 1.04
+===
+ This version just packs all the contributed bugfixes of last 12 month (there
+ were just a few)
+
+ * bugfixes around talking to the notifications daemon
+ * updating tags list in prefs wasn't doing anything
+ * in some cases activity updates were failing when tags where provided
+
+
+===
 Version 1.03.3
 ===
  * fix exporting entries to file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hamster-hamster-time-tracker-1.03.3/README.textile 
new/hamster-hamster-time-tracker-1.04/README.textile
--- old/hamster-hamster-time-tracker-1.03.3/README.textile  2013-01-18 
01:19:38.0 +0100
+++ new/hamster-hamster-time-tracker-1.04/README.textile2014-01-10 
19:05:26.0 +0100
@@ -1,18 +1,5 @@
-Hamster can be found packaged in most distributions. The instru

commit goffice-0_8 for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package goffice-0_8 for openSUSE:Factory 
checked in at 2014-01-21 11:08:46

Comparing /work/SRC/openSUSE:Factory/goffice-0_8 (Old)
 and  /work/SRC/openSUSE:Factory/.goffice-0_8.new (New)


Package is "goffice-0_8"

Changes:

--- /work/SRC/openSUSE:Factory/goffice-0_8/goffice-0_8.changes  2012-11-19 
07:05:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.goffice-0_8.new/goffice-0_8.changes 
2014-01-23 15:44:26.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 19 07:11:11 UTC 2014 - dmitr...@opensuse.org
+
+- Fix recommended language package name (goffice-0_8-lang instead
+  of goffice-lang).
+
+---



Other differences:
--
++ goffice-0_8.spec ++
--- /var/tmp/diff_new_pack.aXsXea/_old  2014-01-23 15:44:27.0 +0100
+++ /var/tmp/diff_new_pack.aXsXea/_new  2014-01-23 15:44:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package goffice-0_8
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -58,7 +58,7 @@
 %package -n libgoffice-0_8-8
 Summary:GLib/GTK+ Set of Document-Centric Objects and Utilities
 Group:  System/Libraries
-Recommends: %{_name}-lang
+Recommends: %{name}-lang
 Provides:   %{name} = %{version}
 # Help upgrades from pre-slpp packages
 Provides:   %{_name} = %{version}

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



commit gthumb for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory checked 
in at 2014-01-21 11:09:14

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


Package is "gthumb"

Changes:

--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes2013-11-28 
16:50:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes   2014-01-23 
15:44:52.0 +0100
@@ -1,0 +2,53 @@
+Sun Jan 19 18:45:44 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.3.1:
+  + New features and user visible changes:
+- Use a GtkHeaderBar instead of a menu and a toolbar.
+- Use the dark theme.
+- Better raw image support, using libraw instead of libopenraw.
+- Image viewer: show a frame around the image; use an overview 
+  window to scroll the image instead of the scrollbars; better
+  quality for zoomed out images.
+- Faster image loader for big images.
+- Media player: hide the mediabar after a timeout.
+- Filterbar: added buttons to view the selections.
+- File properties: show only the basic properties, allow to 
+  show all of them.
+- Image tools: use a grid layout for the buttons.
+- Use a separate dialog for the file tool options.
+- Use symbolic icons everywhere.
+- Added a custom tiff loader.
+- Add a rating-based filter.
+- App menu: removed 'keyboard shortcuts'.
+- Histogram view: save and restore the scale type.
+  + Bugs fixed:
+- Help: fix calling help from withing the application
+  (bgo#710573).
+- Fixed saving of TGA files.
+- Fixed the video player stopping after saving a screenshot.
+- Rotating image destroys XMP and IPTC metadata (bgo#719622).
+- Command line ignored for the second window (bgo#712716).
+- Empty Options dialog after Canceling it once (bgo#711788).
+- Buttons with label toolbutton1 and toolbutton2 in Bookmark
+  window (bgo#711777).
+- Default parameters for image resizing are misleading
+  (bgo#710479).
+- Fixed broken window layout with gtk+ 3.10 (bgo#708800).
+- Find duplicates: fixed crash when using a predefined
+  directory (bgo#706697).
+- gThumb crashes when attempting to play a video (bgo#706343).
+- Flickr: allow to use a facebook or google account
+  (bgo#703534).
+- Thumbnail list: images drawn with wrong offset (bgo#702538).
+- Facebook: fixed authentication.
+- configure: fixed unrecognized option --disable-libjson-glib
+  (bgo#696783).
+- Removed the use of many deprecated functions.
+  + Updated manual translations.
+  + Updated translations.
+- Exchange pkgconfig(libopenraw-1.0) for pkgconfig(libraw)
+  BuildRequires, and pass --enable-libraw instead of
+  --enable-libopenraw to configure, following upstream change.
+- Drop obsolete conditionals from post/postun.
+ 
+---

Old:

  gthumb-3.2.5.tar.xz

New:

  gthumb-3.3.1.tar.xz



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.ZzqfOo/_old  2014-01-23 15:44:53.0 +0100
+++ /var/tmp/diff_new_pack.ZzqfOo/_new  2014-01-23 15:44:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gthumb
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   gthumb
-Version:3.2.5
+Version:3.3.1
 Release:0
 # FIXME: Add libchamplain BuildRequires once the map feature is considered 
stable.
 Summary:An Image Viewer and Browser for GNOME
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://live.gnome.org/gthumb
-Source: 
http://download.gnome.org/sources/gthumb/3.2/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gthumb/3.3/%{name}-%{version}.tar.xz
 # For web albums
 BuildRequires:  bison
 BuildRequires:  fdupes
@@ -38,25 +38,25 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(clutter-1.0) >= 1.0.0
+BuildRequires:  pkgconfig(clutter-1.0) >= 1.12.0
 BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.0.0
 BuildRequires:  pkgconfig(exiv2) >= 0.21
 BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.34.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 B

commit grub2 for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2014-01-20 20:42:18

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


Package is "grub2"

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2014-01-10 
21:19:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2014-01-23 
15:44:46.0 +0100
@@ -1,0 +2,32 @@
+Fri Jan 17 06:23:04 UTC 2014 - mch...@suse.com
+
+- refresh 0001-script-provide-overridable-root-by-subvol.patch
+* Introduce $boot_prefix for setting prefix on seeking other /boot
+  directory.
+- refresh 0002-script-create-menus-for-btrfs-snapshot.patch
+* Support existing snapshots by creating their missing slave configs.
+* Temporarily default to disable this feature until receiving more
+  tests from QA.
+* Introduce GRUB_ENABLE_CUSTOM_SNAPSHOT_SUBMENU to allow custom
+  submenu for listing snapshots rather than the default one.
+
+---
+Wed Jan 15 15:46:31 UTC 2014 - arvidj...@gmail.com
+
+- package autoiso.cfg and osdetect.cfg as documentation
+- add 0001-look-for-DejaVu-also-in-usr-share-fonts-truetype.patch -
+  fix configure test for DejaVu font
+- add dejavu-fonts to BR (needed to build starfield theme)
+- package starfield theme as grub2-branding-upstream
+- add grub2-use-DejaVuSansMono-for-starfield-theme.patch - use fixed width
+  font for starfield theme
+- clarify that grub2 subpackage contains only user space tools
+
+---
+Wed Jan 15 06:18:10 UTC 2014 - mch...@suse.com
+
+- add new patches for booting btrfs snapshot (fate#316522) (fate#316232)
+  * 0001-script-provide-overridable-root-by-subvol.patch
+  * 0002-script-create-menus-for-btrfs-snapshot.patch
+ 
+---

New:

  0001-look-for-DejaVu-also-in-usr-share-fonts-truetype.patch
  0001-script-provide-overridable-root-by-subvol.patch
  0002-script-create-menus-for-btrfs-snapshot.patch
  grub2-use-DejaVuSansMono-for-starfield-theme.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.qcqfdW/_old  2014-01-23 15:44:47.0 +0100
+++ /var/tmp/diff_new_pack.qcqfdW/_new  2014-01-23 15:44:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grub2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 %endif
 BuildRequires:  automake
 BuildRequires:  bison
+BuildRequires:  dejavu-fonts
 BuildRequires:  device-mapper-devel
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -125,10 +126,14 @@
 Patch29:grub2-secureboot-chainloader.patch
 Patch34:grub2-secureboot-use-linuxefi-on-uefi-in-os-prober.patch
 Patch35:grub2-linguas.sh-no-rsync.patch
+Patch36:0001-look-for-DejaVu-also-in-usr-share-fonts-truetype.patch
+Patch37:grub2-use-DejaVuSansMono-for-starfield-theme.patch
 # Btrfs snapshot booting related patches
 Patch101:   0002-btrfs-add-ability-to-boot-from-subvolumes.patch
 Patch102:   0003-cmdline-add-envvar-loader_cmdline_append.patch
 Patch103:   0004-btrfs-export-subvolume-envvars.patch
+Patch110:   0001-script-provide-overridable-root-by-subvol.patch
+Patch111:   0002-script-create-menus-for-btrfs-snapshot.patch
 Requires:   gettext-runtime
 %if 0%{?suse_version} >= 1140
 Requires:   os-prober
@@ -153,6 +158,7 @@
 architecture.  It support rich scale of kernel formats, file systems,
 computer architectures and hardware devices.
 
+This package includes user space utlities to manage GRUB on your system.
 
 
 Authors:
@@ -165,6 +171,15 @@
 Robert Millan
 Carles Pina
 
+%package branding-upstream
+
+Summary:Upstream branding for GRUB2's graphical console
+Group:  System/Fhs
+Requires:   %{name} = %{version}-%{release}
+
+%description branding-upstream
+Upstream branding for GRUB2's graphical console
+
 %package %{grubarch}
 
 Summary:Bootloader with support for Linux, Multiboot and more
@@ -240,9 +255,13 @@
 %patch29 -p1
 %patch34 -p1
 %patch35 -p1
+%patch36 -p1
+%patch37 -p1
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1
+%patch110 -p1
+%patch111 -p1
 
 # Generate po/LINGUAS for message catalogs ...
 ./linguas.sh
@@ -546,6 +565,7 @@
 %doc COPYING NEWS README
 %doc THANKS TODO ChangeLog
 %doc README.openSUSE
+%doc docs/autoiso.cfg docs/osdetect.cfg
 %dir /boot/%{name}
 %gho

commit id3lib for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory checked 
in at 2014-01-22 13:52:42

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


Package is "id3lib"

Changes:

--- /work/SRC/openSUSE:Factory/id3lib/id3lib.changes2013-04-07 
14:22:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.id3lib.new/id3lib.changes   2014-01-23 
15:45:24.0 +0100
@@ -1,0 +2,10 @@
+Sat Jan 18 05:59:01 UTC 2014 - crrodrig...@opensuse.org
+
+- build with fvisibility-inlines-hidden, no sane real world 
+ software appears to require the default behaviour 
+ but we are paying for it anyway with bloated 
+ dynamic export tables.
+ If something does really require it, we want it to break anyway.
+ 
+
+---



Other differences:
--
++ id3lib.spec ++
--- /var/tmp/diff_new_pack.IEbGW8/_old  2014-01-23 15:45:25.0 +0100
+++ /var/tmp/diff_new_pack.IEbGW8/_new  2014-01-23 15:45:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package id3lib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -120,6 +120,7 @@
 done
 
 %build
+export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
 rm acconfig.h
 autoreconf -fiv
 %configure --disable-static --with-pic --enable-debug=no

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



commit iprutils for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package iprutils for openSUSE:Factory 
checked in at 2014-01-17 11:04:02

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


Package is "iprutils"

Changes:

--- /work/SRC/openSUSE:Factory/iprutils/iprutils.changes2013-12-10 
17:42:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.iprutils.new/iprutils.changes   2014-01-23 
15:45:32.0 +0100
@@ -1,0 +2,8 @@
+Fri Jan 10 16:28:38 UTC 2014 - jloe...@suse.com
+
+- version update to 2.3.16 (FATE#315573) 
+  - Support for SAS concurrent maintenance
+  - Adds support for new Crocodile based SAS adapters on x86
+  - Latest Fixes
+
+---

Old:

  iprutils-2.3.15-src.tgz

New:

  iprutils-2.3.16-src.tgz



Other differences:
--
++ iprutils.spec ++
--- /var/tmp/diff_new_pack.2BG4dI/_old  2014-01-23 15:45:33.0 +0100
+++ /var/tmp/diff_new_pack.2BG4dI/_new  2014-01-23 15:45:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iprutils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   iprutils
 # NOTE: package's changelog is hidden in % changelog section
 # in file iprutils/spec/iprutils.spec
-Version:2.3.15
+Version:2.3.16
 Release:0
 Summary:Utilities for the IBM Power Linux RAID Adapters
 License:CPL-1.0

++ iprutils-2.3.15-src.tgz -> iprutils-2.3.16-src.tgz ++
Files old/iprutils/.git/index and new/iprutils/.git/index differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iprutils/.git/logs/HEAD new/iprutils/.git/logs/HEAD
--- old/iprutils/.git/logs/HEAD 2013-07-03 17:59:57.0 +0200
+++ new/iprutils/.git/logs/HEAD 2013-11-05 20:52:17.0 +0100
@@ -1 +1 @@
- 
363a09754976f954d1d0d8576adddea4c5497b14 root 
 1372867197 -0500 clone: from 
ssh://wenxi...@git.code.sf.net/p/iprdd/iprutils
+ 
540af6c0f2d70b16080be51ba8954f2c38d7ab45 root 
 1383681137 -0600 clone: from 
ssh://wenxi...@git.code.sf.net/p/iprdd/iprutils
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iprutils/.git/logs/refs/heads/master 
new/iprutils/.git/logs/refs/heads/master
--- old/iprutils/.git/logs/refs/heads/master2013-07-03 17:59:57.0 
+0200
+++ new/iprutils/.git/logs/refs/heads/master2013-11-05 20:52:17.0 
+0100
@@ -1 +1 @@
- 
363a09754976f954d1d0d8576adddea4c5497b14 root 
 1372867197 -0500 clone: from 
ssh://wenxi...@git.code.sf.net/p/iprdd/iprutils
+ 
540af6c0f2d70b16080be51ba8954f2c38d7ab45 root 
 1383681137 -0600 clone: from 
ssh://wenxi...@git.code.sf.net/p/iprdd/iprutils
Files 
old/iprutils/.git/objects/pack/pack-2328e24b0e805ffb64ed84e0c778935609df82ed.idx
 and 
new/iprutils/.git/objects/pack/pack-2328e24b0e805ffb64ed84e0c778935609df82ed.idx
 differ
Files 
old/iprutils/.git/objects/pack/pack-2328e24b0e805ffb64ed84e0c778935609df82ed.pack
 and 
new/iprutils/.git/objects/pack/pack-2328e24b0e805ffb64ed84e0c778935609df82ed.pack
 differ
Files 
old/iprutils/.git/objects/pack/pack-45efb5fc99e7e2299698c9eb6ad13e719410e681.idx
 and 
new/iprutils/.git/objects/pack/pack-45efb5fc99e7e2299698c9eb6ad13e719410e681.idx
 differ
Files 
old/iprutils/.git/objects/pack/pack-45efb5fc99e7e2299698c9eb6ad13e719410e681.pack
 and 
new/iprutils/.git/objects/pack/pack-45efb5fc99e7e2299698c9eb6ad13e719410e681.pack
 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iprutils/.git/packed-refs 
new/iprutils/.git/packed-refs
--- old/iprutils/.git/packed-refs   2013-07-03 17:59:57.0 +0200
+++ new/iprutils/.git/packed-refs   2013-11-05 20:52:17.0 +0100
@@ -96,5 +96,5 @@
 5dd3d9ac1749c70d9df5d929337a366057bacfe3 refs/remotes/origin/rel-2-0-14-stable
 47a9abf270ff65e8b4f3cdeb43f7fb2d0817f242 refs/remotes/origin/rel-1-0-stable
 1ba7fa46c301dc81a557f5a0ffe315dd0e7df61b refs/remotes/origin/origin
-363a09754976f954d1d0d8576adddea4c5497b14 refs/remotes/origin/master
+540af6c0f2d70b16080be51ba8954f2c38d7ab45 refs/remotes/origin/master
 17692fd5a13e35a6d3a283fc2334a53ea07f342c refs/remotes/origin/iprutils
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' o

commit iscsitarget for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package iscsitarget for openSUSE:Factory 
checked in at 2014-01-22 09:41:47

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


Package is "iscsitarget"

Changes:

--- /work/SRC/openSUSE:Factory/iscsitarget/iscsitarget.changes  2013-07-17 
09:25:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.iscsitarget.new/iscsitarget.changes 
2014-01-23 15:45:37.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 21 09:48:03 UTC 2014 - norm...@linux.vnet.ibm.com
+
+- driver modified to match the kernel code change of ipc_pinfo structure
+  as per following link (linux 3.13-rc7):
+https://www.kernel.org/diff/diffview.cgi?file=%2Fpub%2Flinux%2Fkernel%2Fv3.x%2Ftesting%2Fpatch-3.13-rc7.xz;z=7956
+
+- added patches:
+  * iscsitarget-no_more_daddr_in_ipc_pinfo.patch
+---

New:

  iscsitarget-no_more_daddr_in_ipc_pinfo.patch



Other differences:
--
++ iscsitarget.spec ++
--- /var/tmp/diff_new_pack.xqsN8y/_old  2014-01-23 15:45:38.0 +0100
+++ /var/tmp/diff_new_pack.xqsN8y/_new  2014-01-23 15:45:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iscsitarget
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,6 +37,7 @@
 Patch2: iscsitarget-kernel-3.6.0.patch
 Patch3: iscsitarget-kernel-3.7.patch
 Patch4: iscsitarget-kernel-3.9.patch
+Patch5: iscsitarget-no_more_daddr_in_ipc_pinfo.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %suse_kernel_module_package -n %{name} -p %{S:3} kdump um
 
@@ -66,6 +67,9 @@
 %if 0%{?suse_version} > 1230
 %patch4
 %endif
+%if 0%{?suse_version} > 1310
+%patch5 -p1
+%endif
 %endif
 echo "iscsi_trgt.ko yes" > kernel/Module.supported
 

++ iscsitarget-no_more_daddr_in_ipc_pinfo.patch ++
Subject: iscsitarget no more daddr in ipc_pinfo
From: Michel Normand 

The variables "daddr" and "rcv_saddr"  in the ipc_pinfo structure are no longer
available. They got removed in linux 3.13 kernel. You can view the changes
to the above structure in the mainstream kernel at the following link
(linux 3.13-rc7):
https://www.kernel.org/diff/diffview.cgi?file=%2Fpub%2Flinux%2Fkernel%2Fv3.x%2Ftesting%2Fpatch-3.13-rc7.xz;z=7956

patch rcvd from thad...@br.ibm.com

Signed-off-by: Michel Normand 
---
 kernel/conn.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: iscsitarget-1.4.20.3-svn/kernel/conn.c
===
--- iscsitarget-1.4.20.3-svn.orig/kernel/conn.c
+++ iscsitarget-1.4.20.3-svn/kernel/conn.c
@@ -48,7 +48,7 @@ void conn_info_show(struct seq_file *seq
break;
case AF_INET6:
snprintf(buf, sizeof(buf), "[%pI6]",
-&inet6_sk(sk)->daddr);
+&(sk)->sk_v6_daddr);
break;
default:
break;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit icinga for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2014-01-17 11:03:54

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


Package is "icinga"

Changes:

--- /work/SRC/openSUSE:Factory/icinga/icinga.changes2014-01-08 
20:06:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2014-01-23 
15:45:22.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan  9 18:08:04 UTC 2014 - thard...@suse.com
+
+- updated the required nagios-rpm-macros version
+
+---



Other differences:
--
++ icinga.spec ++
--- /var/tmp/diff_new_pack.3viOo6/_old  2014-01-23 15:45:23.0 +0100
+++ /var/tmp/diff_new_pack.3viOo6/_new  2014-01-23 15:45:23.0 +0100
@@ -48,7 +48,7 @@
 Patch1: icinga-fix-create-mysql-script.patch
 Provides:   monitoring_daemon
 BuildRequires:  apache2-devel
-BuildRequires:  nagios-rpm-macros >= 0.06-22
+BuildRequires:  nagios-rpm-macros >= 0.08
 %if 0%{?suse_version} >= 1110
 BuildRequires:  fdupes
 %endif


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



commit hdf5 for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2014-01-16 15:37:39

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-11-26 
21:06:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2014-01-23 
15:45:07.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan  5 03:59:20 UTC 2014 - m...@suse.de
+
+- Detect IBM long double specialness on ppc64le and don't segfault
+  int the testsuite when checking that type.
+  Added patches:
+  * hdf5-ldouble-ppc64le.patch
+
+---

New:

  hdf5-ldouble-ppc64le.patch



Other differences:
--
++ hdf5.spec ++
--- /var/tmp/diff_new_pack.T3prQB/_old  2014-01-23 15:45:08.0 +0100
+++ /var/tmp/diff_new_pack.T3prQB/_new  2014-01-23 15:45:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hdf5
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,6 +47,7 @@
 Patch4: hdf5-1.8.10-tests-arm.patch
 %endif
 Patch5: hdf5-configure-long-double.patch
+Patch6: hdf5-ldouble-ppc64le.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 %if 0%{?suse_version} > 1140
@@ -288,6 +289,7 @@
 %patch4 -p0 -b .tests-arm
 %endif
 %patch5 -p1
+%patch6 -p1
 
 echo "prepare parallel builds: %_mpi"
 for build_dir in build %_mpi; do

++ hdf5-ldouble-ppc64le.patch ++
Index: hdf5-1.8.12/configure
===
--- hdf5-1.8.12/configure.orig
+++ hdf5-1.8.12/configure
@@ -30364,6 +30364,13 @@ else
 unsigned char   s2[8];
 int ret = 1;
 
+#if defined __powerpc64__ && defined _LITTLE_ENDIAN
+   /* Don't bother checking on ppc64le, we know it'll work, and 
+  that what hdf5 calls 'special algorithm' simply is
+  IBM ldouble 128 (i.e. two seperately scaled doubles).
+  The check below assumes big endian.  */
+   ret = 0;
+#endif
 if(sizeof(long double) == 16 && sizeof(long) == 8) {
 /*make sure the long double type has 16 bytes in size and
  * 11 bits of exponent.  If it is,
@@ -30468,6 +30475,13 @@ else
 unsigned char   s[16];
 int flag=0, ret=1;
 
+#if defined __powerpc64__ && defined _LITTLE_ENDIAN
+   /* Don't bother checking on ppc64le, we know it'll work, and 
+  that what hdf5 calls 'special algorithm' simply is
+  IBM ldouble 128 (i.e. two seperately scaled doubles).
+  The check below assumes big endian.  */
+   ret = 0;
+#endif
 /*Determine if long double has 16 byte in size, 11 bit exponent, 
and
  *the bias is 0x3ff */
 if(sizeof(long double) == 16) {
Index: hdf5-1.8.12/configure.ac
===
--- hdf5-1.8.12/configure.ac.orig
+++ hdf5-1.8.12/configure.ac
@@ -3768,6 +3768,13 @@ else
 unsigned char   s2[8];
 int ret = 1;
 
+#if defined __powerpc64__ && defined _LITTLE_ENDIAN
+   /* Don't bother checking on ppc64le, we know it'll work, and 
+  that what hdf5 calls 'special algorithm' simply is
+  IBM ldouble 128 (i.e. two seperately scaled doubles).
+  The check below assumes big endian.  */
+   ret = 0;
+#endif
 if(sizeof(long double) == 16 && sizeof(long) == 8) {
 /*make sure the long double type has 16 bytes in size and 
  * 11 bits of exponent.  If it is,
@@ -3846,6 +3853,13 @@ else
 unsigned char   s[16];
 int flag=0, ret=1;
 
+#if defined __powerpc64__ && defined _LITTLE_ENDIAN
+   /* Don't bother checking on ppc64le, we know it'll work, and 
+  that what hdf5 calls 'special algorithm' simply is
+  IBM ldouble 128 (i.e. two seperately scaled doubles).
+  The check below assumes big endian.  */
+   ret = 0;
+#endif
 /*Determine if long double has 16 byte in size, 11 bit exponent, 
and
  *the bias is 0x3ff */ 
 if(sizeof(long double) == 16) { 
Index: hdf5-1.8.12/test/dt_arith.c
=

commit jtidy for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package jtidy for openSUSE:Factory checked 
in at 2014-01-17 12:01:00

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


Package is "jtidy"

Changes:

--- /work/SRC/openSUSE:Factory/jtidy/jtidy.changes  2013-09-11 
13:38:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.jtidy.new/jtidy.changes 2014-01-23 
15:46:11.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  5 19:41:32 UTC 2013 - dval...@suse.com
+
+- increase stack size for ppc64le 
+
+---



Other differences:
--
++ jtidy.spec ++
--- /var/tmp/diff_new_pack.wsH3dY/_old  2014-01-23 15:46:12.0 +0100
+++ /var/tmp/diff_new_pack.wsH3dY/_new  2014-01-23 15:46:12.0 +0100
@@ -93,7 +93,7 @@
 %build
 export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
 mkdir -p $MAVEN_REPO_LOCAL
-if [ `uname -m` = "ppc64" ];then
+if [ `uname -m` = "ppc64" -o `uname -m` = "ppc64le" ];then
 export ANT_OPTS="-Xss2m"
 else
 export ANT_OPTS="-Xss1m"



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



  1   2   3   >