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 tr...@suse.de
+
 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 tr...@suse.de
+
 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 wpres...@suse.de

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


Signed-off-by: Thomas Renninger tr...@suse.de

--- 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 

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 INSTALL 

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 local/usr.sbin.dnsmasq


++ 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 abstractions/base
 
+  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 local/usr.lib.dovecot.lmtp

-- 
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
+  * parallel swallowed the status code of nested fail tasks,
+   apache#55539
+  * a race condition could make fixcrlf tasks of parallel builds to
+interfere with each other, apache#54393
+ * mail'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 

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: 

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=03release=102file=01dummy=aqbanking-5.0.32beta.tar.gz
+#Source:
http://www.aquamaniac.de/sites/download/download.php?package=03release=105file=01dummy=aqbanking-5.3.0beta.tar.gz
 Source1:aqbanking4-handbook-20091231.pdf
 #Source1:   
http://www.aquamaniac.de/sites/download/download.php?package=09release=09file=01dummy=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 @@
 productoptions
   productvar name=DISTNAMEopenSUSE/productvar
   productvar name=FLAVORdvd/productvar
-  productvar name=MEDIUM_NAMETest-62/productvar
+  productvar name=MEDIUM_NAMETest-65/productvar
   productvar name=MULTIPLE_MEDIAno/productvar
   productvar name=PRODUCT_DIR//productvar
   productvar name=PRODUCT_NAME$DISTNAME-$FLAVOR/productvar
@@ -356,7 +356,6 @@
   repopackage name=libqt4-x11/
   repopackage name=libreadline6/
   repopackage name=libregistry0/
-  repopackage name=libreiserfs-0_3-0/
   repopackage name=libsamba-credentials0/
   repopackage name=libsamba-hostconfig0/
   repopackage name=libsamba-util0/
@@ -470,6 +469,8 @@
   repopackage name=patterns-openSUSE-sw_management/
   repopackage name=patterns-openSUSE-x11/
   repopackage name=patterns-openSUSE-x11_yast/
+  repopackage name=patterns-openSUSE-yast2_basis/
+  repopackage name=patterns-openSUSE-yast2_install_wf/
   repopackage name=pciutils/
   repopackage name=pciutils-ids/
   repopackage name=perl/


-- 
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_HOSTNAMEOBS
+ #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 @@
 belement initialisation/b
 ul
 li
-Instances of iMat/i, iCol/i, iRow/i and ifield/i classes can 
be initialised via repeated use of the lt;lt; operator
+Instances of iMat/i, iCol/i, iRow/i and ifield/i classes can 
be initialised via the lt;lt; operator
 /li
 br
 li
@@ -3248,7 +3248,7 @@
 li
 See also:
 ul
-lia href=#stl_container_fnsSTL container functions/a/li
+lia href=#stl_container_fnsSTL-style container functions/a/li
 lia href=http://cplusplus.com/reference/std/iterator/;iterator at 
cplusplus.com/a/li
 lia href=#element_accesselement access/a/li
 lia href=#memptr.memptr()/a/li
@@ -4837,7 +4837,7 @@
 hr class=greylinebr
 
 a name=stl_container_fns/a
-bSTL container functions/b
+bSTL-style container functions/b
 ul
 liMember functions that mimic the containers in the C++ Standard Template 
Library:br
 br
@@ -8853,11 +8853,11 @@
 brbchol( R, X )/b
 ul
 li
-Cholesky decomposition of iX/i, such that iR.t()*R = X/i
+Cholesky decomposition of matrix iX/i, such that iR.t()*R = X/i
 /li
 br
 li
-X must be a symmetric, positive-definite matrix
+Matrix iX/i must be symmetric and positive-definite
 /li
 br
 liIf the decomposition fails, iR/i 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 ColeT
   ColeT::operator=(ColeT 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 = 

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 h...@cl.no
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 rob...@linux.intel.com
(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  = 14,
   COGL_FRAMEBUFFER_STATE_PROJECTION = 15,
   COGL_FRAMEBUFFER_STATE_COLOR_MASK  

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 SUBCOMMAND 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 the XML sources are not well-formed, a 

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 @@
 --- 

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 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 DIR' and 'dmtcp_restart_script.sh --ckptdir DIR'
+  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

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 dispcal...@hoech.net
 Source: http://dispcalGUI.hoech.net/
 
-Copyright: 2008-2013, Florian Höch dispcal...@hoech.net
+Copyright: 2008-2014, Florian Höch dispcal...@hoech.net
 License: GPL-3+
 
 Files: dispcalGUI/lang/es.json
-Copyright: 2008-2013, Roberto Quintero beto...@ya.com
+Copyright: 2008-2014, Roberto Quintero beto...@ya.com
 License: GPL-3+
 
 Files: dispcalGUI/lang/fr.json
-Copyright: 2008-2013, Loïc Guégant loic.gueg...@free.fr
+Copyright: 2008-2014, Loïc Guégant loic.gueg...@free.fr
 License: GPL-3+
 
 Files: dispcalGUI/lang/it.json
-Copyright: 2008-2013, Tommaso Schiavinotto mynos_m...@yahoo.it
+Copyright: 2008-2014, Tommaso Schiavinotto mynos_m...@yahoo.it
 License: GPL-3+
 
 Files: dispcalGUI/lib/agw/*
-Copyright: 2006-2013, Andrea Gavana andrea.gav...@gmail.com
+Copyright: 2006-2014, Andrea Gavana andrea.gav...@gmail.com
 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 

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 

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
 
-%clean
-rm 

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)

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-0.8.tar.xz - 

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 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, simone.tolo...@gmail.com.
 #
 # 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
 

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 t...@pobox.com
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

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 prefix/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
+

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 toms.bau...@gmail.com
-Patryk Zawadzki pat...@pld-linux.org
+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 

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)
 

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}
 %ghost 

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 
r...@jupiter1-lp2.austin.ibm.com 1372867197 -0500 clone: from 
ssh://wenxi...@git.code.sf.net/p/iprdd/iprutils
+ 
540af6c0f2d70b16080be51ba8954f2c38d7ab45 root 
r...@jupiter1-lp2.austin.ibm.com 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 
r...@jupiter1-lp2.austin.ibm.com 1372867197 -0500 clone: from 
ssh://wenxi...@git.code.sf.net/p/iprdd/iprutils
+ 
540af6c0f2d70b16080be51ba8954f2c38d7ab45 root 
r...@jupiter1-lp2.austin.ibm.com 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
 

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 norm...@linux.vnet.ibm.com

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 norm...@linux.vnet.ibm.com
---
 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



commit kdebase4-workspace for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is kdebase4-workspace

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2014-01-13 13:49:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2014-01-23 15:46:23.0 +0100
@@ -1,0 +2,12 @@
+Sun Jan 19 16:56:52 UTC 2014 - dap.darkn...@gmail.com
+
+- plasma-calendar recommends akonadi-runtime instead of kde4_akonadi_requires
+- No supplement of packageand(akonadi-runtime:kdebase4-workspace)
+  [the same as has already applied at Sun Jul  1 20:26:42 UTC 2012]
+
+---
+Mon Jan 13 10:11:51 UTC 2014 - speili...@suse.com
+
+- Nothing requires kactivities4, recommending it is sufficient
+
+---



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.xBuKUX/_old  2014-01-23 15:46:24.0 +0100
+++ /var/tmp/diff_new_pack.xBuKUX/_new  2014-01-23 15:46:24.0 +0100
@@ -153,7 +153,7 @@
 Requires:   %{name}-liboxygenstyle = %{version}
 # Requires /etc/xdg/menus/applications.menu (bnc#754104)
 Requires:   desktop-data-openSUSE
-Requires:   kactivities4 = %{_kde_platform_version}
+Recommends: kactivities4 = %{_kde_platform_version}
 Requires:   kde4-kgreeter-plugins = %{version}
 Requires:   kscreen
 Requires:   polkit-kde-agent-1
@@ -300,11 +300,11 @@
 Summary:The calendar Plasma engine and applet
 Group:  System/GUI/KDE
 Provides:   kdebase4-workspace:%_libdir/kde4/plasma_engine_calendar.so
-Supplements:packageand(akonadi-runtime:kdebase4-workspace)
 Requires:   %{name} = %{version}
 # calendar applet/engine and akonadi engine link to kdepimlibs and akonadi
+# but it is still usable without akonadi, so it should be recommended
 %kde4_pimlibs_requires
-%kde4_akonadi_requires
+Recommends: akonadi-runtime
 %kde4_runtime_requires
 
 %description plasma-calendar



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



commit java-1_7_0-openjdk for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2014-01-17 12:00:54

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


Package is java-1_7_0-openjdk

Changes:

--- /work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk.changes
2013-12-22 19:33:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk.changes   
2014-01-23 15:45:49.0 +0100
@@ -1,0 +2,66 @@
+Wed Jan 15 11:30:01 UTC 2014 - mvysko...@suse.com
+
+- Fix a file conflict between -devel and -headless package 
+
+---
+Wed Jan 15 09:17:02 UTC 2014 - mvysko...@suse.com
+
+- Update to 2.4.4 (bnc#858818)
+  * changed from xz to gzipped tarball as the first was not available
+during update
+  * changed a keyring file due release manager change
+new one is signed by 66484681 from oma...@redhat.com, see
+
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-January/025800.html
+* Security fixes
+  - S6727821: Enhance JAAS Configuration
+  - S7068126, CVE-2014-0373: Enhance SNMP statuses
+  - S8010935: Better XML handling
+  - S8011786, CVE-2014-0368: Better applet networking
+  - S8021257, S8025022, CVE-2013-5896 : com.sun.corba.se.** should be on 
restricted package list
+  - S8021271, S8021266, CVE-2014-0408: Better buffering in ObjC code
+  - S8022904: Enhance JDBC Parsers
+  - S8022927: Input validation for byte/endian conversions
+  - S8022935: Enhance Apache resolver classes
+  - S8022945: Enhance JNDI implementation classes
+  - S8023057: Enhance start up image display
+  - S8023069, CVE-2014-0411: Enhance TLS connections
+  - S8023245, CVE-2014-0423: Enhance Beans decoding
+  - S8023301: Enhance generic classes
+  - S8023338: Update jarsigner to encourage timestamping
+  - S8023672: Enhance jar file validation
+  - S8024302: Clarify jar verifications
+  - S8024306, CVE-2014-0416: Enhance Subject consistency
+  - S8024530: Enhance font process resilience
+  - S8024867: Enhance logging start up
+  - S8025014: Enhance Security Policy
+  - S8025018, CVE-2014-0376: Enhance JAX-P set up
+  - S8025026, CVE-2013-5878: Enhance canonicalization
+  - S8025034, CVE-2013-5907: Improve layout lookups
+  - S8025448: Enhance listening events
+  - S8025758, CVE-2014-0422: Enhance Naming management
+  - S8025767, CVE-2014-0428: Enhance IIOP Streams
+  - S8026172: Enhance UI Management
+  - S8026176: Enhance document printing
+  - S8026193, CVE-2013-5884: Enhance CORBA stub factories
+  - S8026204: Enhance auth login contexts
+  - S8026417, CVE-2013-5910: Enhance XML canonicalization
+  - S8026502: java/lang/invoke/MethodHandleConstants.java fails on all 
platforms
+  - S8027201, CVE-2014-0376: Enhance JAX-P set up
+  - S8029507, CVE-2013-5893: Enhance JVM method processing
+  - S8029533: REGRESSION: closed/java/lang/invoke/8008140/Test8008140.java 
fails agains
+* Backports
+  - S8025255: (tz) Support tzdata2013g
+  - S8026826: JDK 7 fix for 8010935 broke the build
+* Bug fixes
+  - PR1618: Include defs.make in vm.make so VM_LITTLE_ENDIAN is defined on 
Zero builds
+  - D729448: 32-bit alignment on mips and mipsel
+  - PR1623: Collision between OpenJDK 6  7 classes when bootstrapping with 
OpenJDK 6
+- Add update.py, helper script to download openjdk tarballs from hg repo
+
+---
+Mon Jan 13 14:50:03 UTC 2014 - m...@suse.de
+
+- Buildrequire quilt unconditionally as it's used unconditionally.
+- Really disable tests on non-JIT architectures. (from Ulrich Weigand)
+
+---

Old:

  3c8eb52a32ea.tar.gz
  652eb396f959.tar.gz
  7958751eb9ef.tar.gz
  8ed5df839fbc.tar.gz
  8f220f7b51c7.tar.gz
  b59e02d9e72b.tar.gz
  e2f5917da3c1.tar.gz
  icedtea-2.4.3.tar.xz
  icedtea-2.4.3.tar.xz.sig

New:

  1fe539ed00bc.tar.gz
  2e2bf2d8be16.tar.gz
  3f5408abf14b.tar.gz
  5aceb5a787b1.tar.gz
  796d1bf47b24.tar.gz
  a8a33cc2dd4b.tar.gz
  e540fd592221.tar.gz
  icedtea-2.4.4.tar.gz
  icedtea-2.4.4.tar.gz.sig
  update.py



Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.Xb6kTa/_old  2014-01-23 15:45:51.0 +0100
+++ /var/tmp/diff_new_pack.Xb6kTa/_new  2014-01-23 15:45:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package java-1_7_0
 #
-# 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 

commit krb5 for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2014-01-17 16:40:41

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


Package is krb5

Changes:

--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2013-11-28 
07:27:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5-mini.changes  2014-01-23 
15:46:48.0 +0100
@@ -2 +2,46 @@
-Fri Nov 15 13:35:09 UTC 2013 - ckornac...@suse.com
+Mon Jan 13 15:40:18 UTC 2014 - ckornac...@suse.com
+
+- update to version 1.12
+  * Add GSSAPI extensions for constructing MIC tokens using IOV lists
+  * Add a FAST OTP preauthentication module for the KDC which uses
+RADIUS to validate OTP token values.
+  * The AES-based encryption types will use AES-NI instructions
+when possible for improved performance.
+- revert dependency on libcom_err-mini-devel since it's not yet
+  available
+- update and rebase patches
+  * krb5-1.10-buildconf.patch - krb5-1.12-buildconf.patch
+  * krb5-1.11-pam.patch - krb5-1.12-pam.patch
+  * krb5-1.11-selinux-label.patch - krb5-1.12-selinux-label.patch
+  * krb5-1.8-api.patch - krb5-1.12-api.patch
+  * krb5-1.9-ksu-path.patch - krb5-1.12-ksu-path.patch
+  * krb5-1.9-debuginfo.patch
+  * krb5-1.9-kprop-mktemp.patch
+  * krb5-kvno-230379.patch
+- added upstream patches
+  - Fix krb5_copy_context
+* krb5-1.12-copy_context.patch
+  - Mark AESNI files as not needing executable stacks
+* krb5-1.12-enable-NX.patch
+* krb5-1.12-pic-aes-ni.patch
+  - Fix memory leak in SPNEGO initiator
+* krb5-master-gss_oid_leak.patch
+  - Fix SPNEGO one-hop interop against old IIS
+* krb5-master-ignore-empty-unnecessary-final-token.patch
+  - Fix GSS krb5 acceptor acquire_cred error handling 
+* krb5-master-keytab_close.patch
+  - Avoid malloc(0) in SPNEGO get_input_token
+* krb5-master-no-malloc0.patch
+  - Test SPNEGO error message in t_s4u.py
+* krb5-master-spnego_error_messages.patch
+
+---
+Tue Dec 10 02:43:32 UTC 2013 - nfbr...@suse.com
+
+- Reduce build dependencies for krb5-mini by removing
+  doxygen and changing libcom_err-devel to
+  libcom_err-mini-devel
+- Small fix to pre_checkin.sh so krb5-mini.spec is correct.
+
+---
+Fri Nov 15 13:33:53 UTC 2013 - ckornac...@suse.com
--- /work/SRC/openSUSE:Factory/krb5/krb5.changes2013-11-28 
07:27:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5.changes   2014-01-23 
15:46:48.0 +0100
@@ -1,0 +2,45 @@
+Mon Jan 13 15:37:16 UTC 2014 - ckornac...@suse.com
+
+- update to version 1.12
+  * Add GSSAPI extensions for constructing MIC tokens using IOV lists
+  * Add a FAST OTP preauthentication module for the KDC which uses
+RADIUS to validate OTP token values.
+  * The AES-based encryption types will use AES-NI instructions
+when possible for improved performance.
+- revert dependency on libcom_err-mini-devel since it's not yet
+  available
+- update and rebase patches
+  * krb5-1.10-buildconf.patch - krb5-1.12-buildconf.patch
+  * krb5-1.11-pam.patch - krb5-1.12-pam.patch
+  * krb5-1.11-selinux-label.patch - krb5-1.12-selinux-label.patch
+  * krb5-1.8-api.patch - krb5-1.12-api.patch
+  * krb5-1.9-ksu-path.patch - krb5-1.12-ksu-path.patch
+  * krb5-1.9-debuginfo.patch
+  * krb5-1.9-kprop-mktemp.patch
+  * krb5-kvno-230379.patch
+- added upstream patches
+  - Fix krb5_copy_context
+* krb5-1.12-copy_context.patch
+  - Mark AESNI files as not needing executable stacks
+* krb5-1.12-enable-NX.patch
+* krb5-1.12-pic-aes-ni.patch
+  - Fix memory leak in SPNEGO initiator
+* krb5-master-gss_oid_leak.patch
+  - Fix SPNEGO one-hop interop against old IIS
+* krb5-master-ignore-empty-unnecessary-final-token.patch
+  - Fix GSS krb5 acceptor acquire_cred error handling 
+* krb5-master-keytab_close.patch
+  - Avoid malloc(0) in SPNEGO get_input_token
+* krb5-master-no-malloc0.patch
+  - Test SPNEGO error message in t_s4u.py
+* krb5-master-spnego_error_messages.patch
+
+---
+Tue Dec 10 02:43:32 UTC 2013 - nfbr...@suse.com
+
+- Reduce build dependencies for krb5-mini by removing
+  doxygen and changing libcom_err-devel to
+  libcom_err-mini-devel
+- Small fix to pre_checkin.sh so krb5-mini.spec is correct.
+
+---

Old:

  krb5-1.10-buildconf.patch
  krb5-1.11-pam.patch
  krb5-1.11-selinux-label.patch
  krb5-1.11.4.tar.bz2
  krb5-1.8-api.patch
  krb5-1.9-ksu-path.patch

New:

  krb5-1.12-api.patch
  krb5-1.12-buildconf.patch
  krb5-1.12-copy_context.patch
  krb5-1.12-enable-NX.patch
  

commit libdrm for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libdrm

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2014-01-10 
21:20:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2014-01-23 
15:47:17.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan 15 13:15:05 UTC 2014 - afaer...@suse.de
+
+- Make libdrm-devel depend on libdrm_freedreno1 on arm
+
+---
+Wed Jan 15 02:03:29 UTC 2014 - afaer...@suse.de
+
+- Add subpackage for freedreno (Qualcomm Adreno)
+
+---



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.s9AUU0/_old  2014-01-23 15:47:18.0 +0100
+++ /var/tmp/diff_new_pack.s9AUU0/_new  2014-01-23 15:47:18.0 +0100
@@ -72,6 +72,7 @@
 Requires:   libdrm_nouveau2 = %version
 Requires:   libdrm_radeon1 = %version
 %ifarch %arm
+Requires:   libdrm_freedreno1 = %version
 Requires:   libdrm_omap1 = %version
 %endif
 %ifarch %ix86 x86_64
@@ -150,6 +151,13 @@
 
 %description -n libdrm_omap1
 (Upstream has not provided a description)
+
+%package -n libdrm_freedreno1
+Summary:Userspace interface to kernel DRM services for Qualcomm Adreno 
chips
+Group:  System/Libraries
+
+%description -n libdrm_freedreno1
+(Upstream has not provided a description)
 %endif
 
 %prep
@@ -163,6 +171,7 @@
 %configure --with-pic \
 %ifarch %arm
   --enable-omap-experimental-api \
+  --enable-freedreno-experimental-api \
 %endif
   --enable-udev
 
@@ -208,6 +217,10 @@
 %post   -n libdrm_omap1 -p /sbin/ldconfig
 
 %postun -n libdrm_omap1 -p /sbin/ldconfig
+
+%post   -n libdrm_freedreno1 -p /sbin/ldconfig
+
+%postun -n libdrm_freedreno1 -p /sbin/ldconfig
 %endif
 
 %files tools
@@ -222,6 +235,7 @@
 %_includedir/libdrm
 %ifarch %arm
 %_includedir/omap
+%_includedir/freedreno
 %endif
 %_includedir/xf86drm.h
 %_includedir/xf86drmMode.h
@@ -262,6 +276,10 @@
 %files -n libdrm_omap1
 %defattr(-,root,root)
 %_libdir/libdrm_omap.so.1*
+
+%files -n libdrm_freedreno1
+%defattr(-,root,root)
+%_libdir/libdrm_freedreno.so.1*
 %endif
 
 %changelog

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.s9AUU0/_old  2014-01-23 15:47:18.0 +0100
+++ /var/tmp/diff_new_pack.s9AUU0/_new  2014-01-23 15:47:18.0 +0100
@@ -1,4 +1,5 @@
 libdrm2
+libdrm_freedreno1
 libdrm_intel1
 libdrm_nouveau2
 libdrm_omap1
@@ -6,6 +7,7 @@
 libdrm-devel
requires -libdrm-targettype
requires libdrm2-targettype = version
+   targetarch arm requires libdrm_freedreno1-targettype = version
requires libdrm_intel1-targettype = version
requires libdrm_nouveau2-targettype = version
targetarch arm requires libdrm_omap1-targettype = version

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



commit libebml for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libebml

Changes:

--- /work/SRC/openSUSE:Factory/libebml/libebml.changes  2013-05-27 
09:51:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libebml.new/libebml.changes 2014-01-23 
15:47:19.0 +0100
@@ -1,0 +2,14 @@
+Thu Jan 16 18:00:42 UTC 2014 - crrodrig...@opensuse.org
+
+- revert last change, breaks mkvtoolnix that uses 
+  internal and symbols that are not annotated as public :(
+  keep inlines-hidden though.
+
+---
+Sun Jan 12 15:57:53 UTC 2014 - crrodrig...@opensuse.org
+
+- Support C++ visibility by reusing win32 code for the same 
+  purpose.
+- added patches:
+  * libebml-visibility.patch
+---

New:

  libebml-visibility.patch



Other differences:
--
++ libebml.spec ++
--- /var/tmp/diff_new_pack.qUgxJX/_old  2014-01-23 15:47:21.0 +0100
+++ /var/tmp/diff_new_pack.qUgxJX/_new  2014-01-23 15:47:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libebml
 #
-# 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,6 +28,7 @@
 Source: 
http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM libebml-1.3.0-6efcb74d1e.patch 
https://github.com/Matroska-Org/libebml/pull/1 reddw...@opensuse.org -- Add 
packaging updates from upstream
 Patch0: libebml-1.3.0-6efcb74d1e.patch
+Patch1: libebml-visibility.patch
 BuildRequires:  gcc-c++
 
 %description
@@ -56,10 +57,11 @@
 %prep
 %setup -q
 %patch0 -p1
+#%patch1 -p1
 
 %build
 cd make/linux
-make %{?_smp_mflags} link=shared CXXFLAGS=${CXXFLAGS:-%optflags}
+make %{?_smp_mflags} link=shared CXXFLAGS=${CXXFLAGS:-%optflags} 
-fvisibility-inlines-hidden
 
 %install
 cd make/linux

++ libebml-visibility.patch ++
--- libebml-1.3.0.orig/make/linux/Makefile
+++ libebml-1.3.0/make/linux/Makefile
@@ -71,7 +71,7 @@ headers:=$(patsubst %$(EXTENSION),%.h,$(
 objects:=$(patsubst %$(EXTENSION),%.o,$(sources))
 objects_so:=$(patsubst %$(EXTENSION),%.lo,$(sources))
 
-WARNINGFLAGS=-Wall -Wextra -Wno-unknown-pragmas -Wshadow
+WARNINGFLAGS=-Wall -Wextra -Wno-unknown-pragmas -Wshadow -fvisibility=hidden 
-fvisibility-inlines-hidden
 COMPILEFLAGS=$(WARNINGFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(DEBUGFLAGS) $(INCLUDE)
 DEPENDFLAGS  = $(CXXFLAGS) $(INCLUDE)
 
@@ -97,7 +97,7 @@ $(LIBRARY): $(objects)
$(RANLIB) $@
 
 $(LIBRARY_SO): $(objects_so)
-   $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) 
$(objects_so)
+   $(CXX) $(COMPILEFLAGS) -fPIC -Wl,--no-undefined -shared 
-Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so)
rm -f $(LIBRARY_SO)
ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
 
--- libebml-1.3.0.orig/ebml/EbmlConfig.h
+++ libebml-1.3.0/ebml/EbmlConfig.h
@@ -85,7 +85,7 @@
 #  pragma warning(disable:4786)  // length of internal identifiers
 # endif // _MSC_VER
 #else
-# define EBML_DLL_API
+# define EBML_DLL_API __attribute__ ((visibility (default)))
 #endif // WIN32 || _WIN32
 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libcdr for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libcdr

Changes:

--- /work/SRC/openSUSE:Factory/libcdr/libcdr.changes2013-11-06 
11:01:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcdr.new/libcdr.changes   2014-01-23 
15:47:12.0 +0100
@@ -1,0 +2,8 @@
+Sat Jan 18 15:31:13 UTC 2014 - crrodrig...@opensuse.org
+
+- build with -fvisibility-inlines-hidden, saving around 300 
+ entries in the exported symbol table.
+- build with --disable-werror, there are no warnings but werror
+  during deployment is undesirable.
+
+---



Other differences:
--
++ libcdr.spec ++
--- /var/tmp/diff_new_pack.PEfsik/_old  2014-01-23 15:47:13.0 +0100
+++ /var/tmp/diff_new_pack.PEfsik/_new  2014-01-23 15:47:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcdr
 #
-# 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
@@ -87,7 +87,8 @@
 %patch0 -p1 -b .wpx_seek_end
 
 %build
-%configure --disable-static --docdir=%_docdir/%name
+export CXXFLAGS=%optflags -fvisibility-inlines-hidden
+%configure --disable-werror --disable-static --docdir=%_docdir/%name
 make %{?_smp_mflags} V=1
 
 %install

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



commit kiwi for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-01-20 07:02:39

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2014-01-15 
16:25:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-01-23 
15:46:37.0 +0100
@@ -1,0 +2,134 @@
+Fri Jan 17 15:55:30 CET 2014 - m...@suse.de
+
+- v5.06.21 released
+  
+---
+Fri Jan 17 15:48:41 CET 2014 - m...@suse.de
+  
+- Fixed typo in output message, wrong indention
+  
+---
+Fri Jan 17 15:26:36 CET 2014 - m...@suse.de
+  
+- Fixed call of setBuildType in KIWIBoot
+  Do this only if a system image/directory is passed to the object
+  
+---
+Fri Jan 17 14:37:40 CET 2014 - m...@suse.de
+  
+- Print information about which kernel is extracted from the initrd
+  
+---
+Fri Jan 17 14:32:47 CET 2014 - m...@suse.de
+  
+- Changed SLES/SLED boot image descriptions to install all packages
+  in one host zypper controlled bootstrap step. This allows using
+  these descriptions also with older SLES products which provides
+  a not supported zypper version
+  
+---
+Fri Jan 17 14:25:23 CET 2014 - m...@suse.de
+  
+- fixed misleading error message when mapping the kernel file name
+  to a common name. If a file with this name alredy exists we print
+  an error but there is no error.
+  
+---
+Fri Jan 17 11:33:42 CET 2014 - m...@suse.de
+  
+- Update template/armv7l/suse-13.2-JeOS
+  * fix source path for Factory ARM, remove obsolete driver data
+
+---
+Thu Jan 16 17:30:44 CET 2014 - m...@suse.de
+
+- v5.06.20 released
+  
+---
+Thu Jan 16 16:40:46 CET 2014 - m...@suse.de
+  
+- Fixed use of new KIWIFilesystemOptions object
+  There were still references using fsopts as array and not
+  object reference
+  
+---
+Thu Jan 16 12:28:39 CET 2014 - m...@suse.de
+  
+- v5.06.19 released
+  
+---
+Thu Jan 16 11:58:19 CET 2014 - m...@suse.de
+  
+- handle packages marked as bootincluded in the bootstrap phase
+  of the image build and not in the image phase.
+  
+---
+Thu Jan 16 10:02:49 CET 2014 - m...@suse.de
+  
+- Update arm JeOS image descriptions
+  
+---
+Wed Jan 15 19:24:33 CET 2014 - m...@suse.de
+  
+- Fixed labels configured in isolinux.msg
+  The isolinux.msg is the text file displayed if no graphics theme
+  could be displayed in the isolinux bootloader. In that message
+  file the label Boot from Hard Disk was missing
+  
+---
+Wed Jan 15 18:46:48 CET 2014 - m...@suse.de
+  
+- KIWIManagerZypper, allow package locks
+  Using an ignore statement in the packages section like this
+  
+  ignore name=some-package/
+  
+  did not had an effect because kiwi did not set a zypper add lock
+  on the specified items. This patch now takes care for the ignore
+  setup and allows to prevent the installation of packages even
+  if zypper would have selected them. If a hard required package
+  e.g glibc is set to become ignored this of course will cause a
+  non solvable conflict and the process exits with an error
+  
+---
+Wed Jan 15 18:15:23 CET 2014 - m...@suse.de
+  
+- Added install ISO compatibility link for non standard EFI firmware
+  EFI/Boot - EFI/BOOT
+  
+---
+Wed Jan 15 17:34:38 CET 2014 - m...@suse.de
+  
+- Fixed grub2 prefix setup in grub.cfg. if $root is changed by a
+  search it's important to update the prefix accordingly
+  
+- Fixed grub2-bios-setup call
+  If the install disk is loop mounted while calling grub2-bios-setup
+  the call fails the install command can't deal with disk devices
+  mapped in /dev/mapper
+  
+---
+Wed Jan 15 17:32:54 CET 2014 - m...@suse.de
+  
+- KIWIImageFormat
+  fixed use of qemu-img adapter_type option. If controller ist
+  set to 'ide' no adapter_type 

commit knot for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is knot

Changes:

--- /work/SRC/openSUSE:Factory/knot/knot.changes2014-01-08 
20:06:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.knot.new/knot.changes   2014-01-23 
15:46:42.0 +0100
@@ -1,0 +2,13 @@
+Tue Jan 14 15:14:06 UTC 2014 - ond...@sury.org
+
+- update to 1.4.1:
+  * Empty APL record support
+  * 'zonestatus' when using immediate zone syncing
+  * Immediate zone syncing after reload
+  * Race condition writing time values to zone file
+  * Hard require OpenSSL = 1.0.0
+
+- removed patches:
+  * 0001-Add-support-for-OpenSSL-threads-in-OpenSSL-1.0.0.patch
+  * 0001-Check-the-OpenSSL-version-when-checking-for-GOST-alg.patch
+---

Old:

  0001-Add-support-for-OpenSSL-threads-in-OpenSSL-1.0.0.patch
  0001-Check-the-OpenSSL-version-when-checking-for-GOST-alg.patch
  knot-1.4.0.tar.bz2

New:

  knot-1.4.1.tar.xz



Other differences:
--
++ knot.spec ++
--- /var/tmp/diff_new_pack.gONIZT/_old  2014-01-23 15:46:43.0 +0100
+++ /var/tmp/diff_new_pack.gONIZT/_new  2014-01-23 15:46:43.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   knot
 Url:http://www.knot-dns.cz
-Version:1.4.0
+Version:1.4.1
 Release:0
 Summary:An authoritative DNS daemon
 License:GPL-3.0+
@@ -39,11 +39,9 @@
 %{?systemd_requires}
 %define has_systemd 1
 %endif
-Source0:https://secure.nic.cz/files/knot-dns/%{name}-%{version}.tar.bz2
+Source0:https://secure.nic.cz/files/knot-dns/%{name}-%{version}.tar.xz
 Source1:knot.conf
 Source2:knot.service
-Patch0:
0001-Add-support-for-OpenSSL-threads-in-OpenSSL-1.0.0.patch
-Patch1:
0001-Check-the-OpenSSL-version-when-checking-for-GOST-alg.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -51,8 +49,6 @@
 
 %prep
 %setup -q 
-%patch0 -p1
-%patch1 -p1
 
 %build
 %if 0%{suse_version} == 1210

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



commit kdelibs4 for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is kdelibs4

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes
2013-12-19 13:14:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2014-01-23 15:46:26.0 +0100
@@ -1,0 +2,18 @@
+Sat Jan 11 15:32:25 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.1
+   * KDE 4.12.1  release
+   * See http://www.kde.org/announcements/announce-4.12.1.php
+
+---
+Thu Jan  9 13:52:12 UTC 2014 - idon...@suse.com
+
+- Remove gamin-devel dependency, KDirWatch can use in-kernel inotify
+  functionality instead.
+
+---
+Wed Jan  8 13:53:33 UTC 2014 - adr...@suse.de
+
+- use gamin-devel instead of unmaintained fam(-devel) package
+
+---
--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes2014-01-09 
19:19:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes   2014-01-23 
15:46:26.0 +0100
@@ -1,0 +2,14 @@
+Tue Jan 21 10:10:35 UTC 2014 - wba...@tmo.at
+
+- Added 0001-Fix-display-of-interlaced-GIF-images-with-giflib-v5.patch:
+  With giflib v5 GIF images don't need to be deinterlaced manually,
+  fixes display of interlaced GIF images in KHTML on 13.1 (kde#330148)
+
+---
+Sat Jan 11 15:32:25 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.1
+   * KDE 4.12.1  release
+   * See http://www.kde.org/announcements/announce-4.12.1.php
+
+---

Old:

  kdelibs-4.12.0.tar.xz

New:

  0001-Fix-display-of-interlaced-GIF-images-with-giflib-v5.patch
  kdelibs-4.12.1.tar.xz



Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.rKVQdq/_old  2014-01-23 15:46:27.0 +0100
+++ /var/tmp/diff_new_pack.rKVQdq/_new  2014-01-23 15:46:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdelibs4-apidocs
-Version:4.12.0
+Version:4.12.1
 Release:0
 Summary:KDE 4 API documentation
 License:LGPL-2.1+

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.rKVQdq/_old  2014-01-23 15:46:27.0 +0100
+++ /var/tmp/diff_new_pack.rKVQdq/_new  2014-01-23 15:46:27.0 +0100
@@ -20,7 +20,7 @@
 %bcond_with gendoxygen
 
 Name:   kdelibs4
-Version:4.12.0
+Version:4.12.1
 Release:0
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automoc4
@@ -85,6 +85,9 @@
 # this patch exlcudes qtuitools symbols from libs that link to qtuitools, as 
otherwise users of
 # those libs are crashing(bnc#819437, kde#303576, kde#231077, qtbug#437)
 Patch11:exclude-qtuitools-symbols-from-public-libraries.patch
+# PATCH-FIX-UPSTREAM  -- With giflib v5 GIF images don't need to be 
deinterlaced manually,
+# fixes display of interlaced GIF images in KHTML on 13.1 (kde#330148)
+Patch12:0001-Fix-display-of-interlaced-GIF-images-with-giflib-v5.patch
 PreReq: permissions
 Requires:   libattica0_4 = %( echo `rpm -q --queryformat '%{VERSION}' 
libattica-devel`)
 Requires:   soprano = %( echo `rpm -q --queryformat '%{VERSION}' 
libsoprano-devel`)
@@ -146,6 +149,7 @@
 %patch9
 %patch10
 %patch11 -p1
+%patch12 -p1
 
 %build
   EXTRA_FLAGS=-DLIB_INSTALL_DIR=%{_kde4_libdir} \

++ 0001-Fix-display-of-interlaced-GIF-images-with-giflib-v5.patch ++
From c4a7dc9bdb25e5f91a7b067636d38ff6c9bdc3bb Mon Sep 17 00:00:00 2001
From: Andreas Schwab sch...@linux-m68k.org
Date: Sun, 19 Jan 2014 11:20:39 +0100
Subject: [PATCH] Fix display of interlaced GIF images with giflib v5

With giflib v5 GIF images don't need to be deinterlaced manually
---
 khtml/imload/decoders/gifloader.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/khtml/imload/decoders/gifloader.cpp 
b/khtml/imload/decoders/gifloader.cpp
index 0c1acf5..6c61ff5 100644
--- a/khtml/imload/decoders/gifloader.cpp
+++ b/khtml/imload/decoders/gifloader.cpp
@@ -502,6 +502,7 @@ public:
 else
 buf = new uchar[w];
 
+#if GIFLIB_MAJOR  5
 if (curFrame-ImageDesc.Interlace)
 {
 // Interlaced. Considering we don't do progressive loading of 
gif's, 
@@ -551,6 +552,7 @@ public:
 } // for pass..
 } // if interlaced
 else
+#endif
 {
  

commit kbuild for openSUSE:Factory

2014-01-23 Thread h_root


binbfkaFf3mEk.bin
Description: Binary data


commit konversation for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is konversation

Changes:

--- /work/SRC/openSUSE:Factory/konversation/konversation.changes
2014-01-09 07:13:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.konversation.new/konversation.changes   
2014-01-23 15:46:45.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 20 10:48:22 UTC 2014 - h...@urpla.net
+
+- Update to 1.5
+ * Expanded interface translations
+
+---

Old:

  konversation-1.5-rc2.tar.xz

New:

  konversation-1.5.tar.xz



Other differences:
--
++ konversation.spec ++
--- /var/tmp/diff_new_pack.C7DHhx/_old  2014-01-23 15:46:46.0 +0100
+++ /var/tmp/diff_new_pack.C7DHhx/_new  2014-01-23 15:46:46.0 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   konversation
-Version:1.5~rc2
+Version:1.5
 Release:0
-%define tar_version 1.5-rc2
+%define tar_version 1.5
 Summary:A User-Friendly IRC Client for KDE
 License:GPL-2.0+
 Group:  Productivity/Networking/IRC
 Url:http://konversation.kde.org/
-Source0:
http://download.kde.org/unstable/%{name}/%{tar_version}/src/%{name}-%{tar_version}.tar.xz
+Source0:
http://download.kde.org/stable/%{name}/%{tar_version}/src/%{name}-%{tar_version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libkde4-devel = 4.7.0
 BuildRequires:  libkdepimlibs4-devel

++ konversation-1.5-rc2.tar.xz - konversation-1.5.tar.xz ++
 3 lines of diff (skipped)

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



commit libodfgen for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libodfgen

Changes:

--- /work/SRC/openSUSE:Factory/libodfgen/libodfgen.changes  2013-12-16 
07:07:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.libodfgen.new/libodfgen.changes 2014-01-23 
15:48:05.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 18 15:45:55 UTC 2014 - crrodrig...@opensuse.org
+
+-  build with -fvisibility-inlines-hidden 
+
+---



Other differences:
--
++ libodfgen.spec ++
--- /var/tmp/diff_new_pack.SziP78/_old  2014-01-23 15:48:06.0 +0100
+++ /var/tmp/diff_new_pack.SziP78/_new  2014-01-23 15:48:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libodfgen
 #
-# 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
@@ -75,6 +75,7 @@
 %setup -q
 
 %build
+export CXXFLAGS=%optflags -fvisibility-inlines-hidden
 %configure \
--disable-werror \
--disable-static \

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



commit libmspub for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libmspub

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2013-11-04 
15:07:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2014-01-23 
15:47:58.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 18 13:57:20 UTC 2014 - crrodrig...@opensuse.org
+
+- build with -fvisibility-inlines-hidden 
+
+---



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.QIeew5/_old  2014-01-23 15:47:59.0 +0100
+++ /var/tmp/diff_new_pack.QIeew5/_new  2014-01-23 15:47:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmspub
 #
-# 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
@@ -80,6 +80,7 @@
 %setup -q
 
 %build
+export CXXFLAGS=%optflags -fvisibility-inlines-hidden
 %configure \
--disable-werror \
--disable-static \

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



commit libmatroska for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libmatroska

Changes:

--- /work/SRC/openSUSE:Factory/libmatroska/libmatroska.changes  2013-11-04 
07:07:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmatroska.new/libmatroska.changes 
2014-01-23 15:47:54.0 +0100
@@ -1,0 +2,15 @@
+Thu Jan 16 17:58:40 UTC 2014 - crrodrig...@opensuse.org
+
+- Revert last change for now as it breaks mkvtoolnix which 
+  uses internal symbols :-(
+  keep fvisibility-inlines-hidden though
+
+---
+Sun Jan 12 02:26:29 UTC 2014 - crrodrig...@opensuse.org
+
+- Add C++ visibility support by simply reusing the win32 
+  dll code for the same purpose.
+- added patches:
+  * matroska-visibility.patch
+
+---

New:

  matroska-visibility.patch



Other differences:
--
++ libmatroska.spec ++
--- /var/tmp/diff_new_pack.JwbK5b/_old  2014-01-23 15:47:55.0 +0100
+++ /var/tmp/diff_new_pack.JwbK5b/_new  2014-01-23 15:47:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmatroska
 #
-# 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 @@
 Source1:baselibs.conf
 BuildRequires:  gcc-c++
 BuildRequires:  libebml-devel = 1.3.0
+Patch0: matroska-visibility.patch
 
 %description
 Libmatroska is a C++ library to parse Matroska files (.mkv and .mka).
@@ -59,10 +60,11 @@
 %setup -q
 FAKE_BUILDTIMESTAMP=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%a %b 
%e %H:%M:%S %Y')
 sed -i s/__TIMESTAMP__/\$FAKE_BUILDTIMESTAMP\/ matroska/KaxVersion.h
+#%patch0 -p1
 
 %build
 cd make/linux
-export CXXFLAGS='%{optflags}'
+export CXXFLAGS='%{optflags} -fvisibility-inlines-hidden'
 make %{?_smp_mflags} link=shared
 
 %install

++ matroska-visibility.patch ++
--- libmatroska-1.4.1.orig/make/linux/Makefile
+++ libmatroska-1.4.1/make/linux/Makefile
@@ -77,7 +77,7 @@ objects:=$(patsubst %$(EXTENSION),%.o,$(
 
 objects_so:=$(patsubst %$(EXTENSION),%.lo,$(sources))
 
-WARNINGFLAGS=-Wall -Wextra -Wno-unknown-pragmas -D_GNU_SOURCE -Wshadow
+WARNINGFLAGS=-Wall -Wextra -Wno-unknown-pragmas -D_GNU_SOURCE -Wshadow 
-fvisibility=hidden -fvisibility-inlines-hidden
 COMPILEFLAGS=$(DEBUGFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(WARNINGFLAGS) $(INCLUDE)
 LINKFLAGS=-L. -L$(LIBEBML_LIB_DIR) $(LDFLAGS)
 DEPENDFLAGS  = $(CXXFLAGS) $(INCLUDE)
@@ -104,7 +104,7 @@ $(LIBRARY): $(objects)
$(RANLIB) $@
 
 $(LIBRARY_SO): $(objects_so)
-   $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) 
$(objects_so) -lebml
+   $(CXX) $(COMPILEFLAGS) -fPIC -Wl,--no-undefined -shared 
-Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -lebml
rm -f $(LIBRARY_SO)
ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
 
--- libmatroska-1.4.1.orig/matroska/KaxConfig.h
+++ libmatroska-1.4.1/matroska/KaxConfig.h
@@ -59,7 +59,7 @@
 # endif // MATROSKA_DLL
 
 #else
-# define MATROSKA_DLL_API
+# define MATROSKA_DLL_API __attribute__ ((visibility (default)))
 #endif
 
 #if !defined(MATROSKA_VERSION)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libetonyek for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libetonyek

Changes:

--- /work/SRC/openSUSE:Factory/libetonyek/libetonyek.changes2014-01-07 
13:54:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.libetonyek.new/libetonyek.changes   
2014-01-23 15:47:23.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 18 15:15:18 UTC 2014 - crrodrig...@opensuse.org
+
+- build with -fvisibility-inlines-hidden, around 400 symbols
+  less in the export symbol table.
+
+---



Other differences:
--
++ libetonyek.spec ++
--- /var/tmp/diff_new_pack.mia8fE/_old  2014-01-23 15:47:24.0 +0100
+++ /var/tmp/diff_new_pack.mia8fE/_new  2014-01-23 15:47:24.0 +0100
@@ -94,6 +94,7 @@
 %patch2 -b .lib64
 
 %build
+export CXXFLAGS=%optflags -fvisibility-inlines-hidden
 autoreconf -i
 %configure \
--disable-werror \

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



commit libguestfs for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libguestfs

Changes:

--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes2014-01-08 
20:07:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes   
2014-01-23 15:47:36.0 +0100
@@ -1,0 +2,38 @@
+Wed Jan 22 10:13:00 UTC 2014 - oher...@suse.com
+
+- add libguestfs-test subpackage, /usr/share/guestfs (fate#316275)
+  libguestfs.test.simple.run-libugestfs-test-tool.sh
+  libguestfs.test.simple.create-opensuse-guest.sh
+  libguestfs.test.simple.create-opensuse-guest-crypt-on-lvm.sh
+
+---
+Mon Jan 20 23:09:24 CET 2014 - oher...@suse.de
+
+- Update to version 1.24.5
+  * launch: Allow backend = appliance for backwards compatibility 
(RHBZ#1055452).
+  * daemon: Use wipefs_has_force_option to decide whether to add wipefs 
--force option.
+  * init: Display clocksource (only when debugging is enabled).
+  * launch: direct: Make sure we pass lpj= parameter when using TCG.
+  * Use recommended timer settings for KVM (RHBZ#1053847).
+  * fuse: clear stat structs (RHBZ#660687).
+  * fuse: remove extra trailing \n in debug messages
+
+---
+Mon Jan 20 19:41:24 CET 2014 - oher...@suse.de
+
+- Include crypto modules in appliance to enable luks related commands
+
+---
+Mon Jan 20 11:34:25 CET 2014 - oher...@suse.de
+
+- Resolve also library dependencies of libnss in mkinitrd (bnc#847785)
+- BuildRequire nfs-utils to get mount.nfs, for virt-rescue
+
+---
+Thu Jan 16 21:29:47 CET 2014 - oher...@suse.de
+
+- Include mkinitrd from 13.1 when building appliance for 13.2 or
+  later because dracut can not be used as replacement for mkinitrd
+  and supermin is not ready yet
+
+---

Old:

  libguestfs-1.24.4.tar.xz

New:

  libguestfs-1.24.5.tar.xz
  libguestfs.mkinitrd.tar.bz2
  libguestfs.test.simple.create-opensuse-guest-crypt-on-lvm.sh
  libguestfs.test.simple.create-opensuse-guest.sh
  libguestfs.test.simple.run-libugestfs-test-tool.sh



Other differences:
--
++ libguestfs.spec ++
--- /var/tmp/diff_new_pack.yhI0yS/_old  2014-01-23 15:47:38.0 +0100
+++ /var/tmp/diff_new_pack.yhI0yS/_new  2014-01-23 15:47:38.0 +0100
@@ -17,7 +17,7 @@
 #
 
 
-Version:1.24.4
+Version:1.24.5
 Release:0
 
 %define opt %(test -x %{_bindir}/ocamlopt  echo 1 || echo 0)
@@ -69,6 +69,11 @@
 %define _configure_python --disable-python
 %define _configure_ruby --disable-ruby
 
+%if %suse_version  1310
+%define use_included_mkinitrd 1
+%else
+%define use_included_mkinitrd 0
+%endif
 # /lib/udev is a symlink in 12.3+, package the full directory
 %if %suse_version  1220
 %define udevrulesdir /usr/lib/udev/rules.d
@@ -148,12 +153,18 @@
 Group:  System/Filesystems
 Patch1000:  1000-force-virtio_blk-in-old-guest-kernel.patch
 Source0:%{name}-%{version}.tar.xz
+Source42:   libguestfs.mkinitrd.tar.bz2
 Source789653:   Pod-Simple-3.23.tar.xz
 Source10:   libguestfs.mkinitrd.boot.sh
 Source11:   libguestfs.mkinitrd.setup.sh
 Source1220: libguestfs.mkinitrd.1220.patch
 Source1210: libguestfs.mkinitrd.1210.patch
 Source1110: libguestfs.mkinitrd.1110.patch
+#
+Source10001:libguestfs.test.simple.run-libugestfs-test-tool.sh
+Source10002:libguestfs.test.simple.create-opensuse-guest.sh
+Source10003:libguestfs.test.simple.create-opensuse-guest-crypt-on-lvm.sh
+#
 Requires:   guestfs-tools
 
 %description
@@ -321,6 +332,14 @@
 Allows Ruby scripts to directly use libguestfs.
 %endif
 
+%package test
+Summary:Testcases for libguestfs
+License:GPL-2.0
+Group:  System/Filesystems
+
+%description test
+This package contains testcases to verify libguestfs functionality.
+
 %package -n guestfs-data
 # kernel-default needs that
 %if %{?sles_version}0  0
@@ -353,8 +372,11 @@
 BuildRequires:  kernel-default
 BuildRequires:  lvm2
 BuildRequires:  mdadm
+%if !%{use_included_mkinitrd}
 BuildRequires:  mkinitrd
+%endif
 BuildRequires:  module-init-tools
+BuildRequires:  nfs-client
 BuildRequires:  ntfs-3g
 BuildRequires:  ntfsprogs
 BuildRequires:  parted
@@ -432,7 +454,7 @@
 
 %prep
 : _ignore_exclusive_arch '%{?_ignore_exclusive_arch}'
-%setup -q -a 789653
+%setup -q -a 789653 -a 42
 %patch1000 

commit libmwaw for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libmwaw

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2013-12-18 
16:54:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2014-01-23 
15:48:00.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 18 15:57:32 UTC 2014 - crrodrig...@opensuse.org
+
+- build with -fvisibility-inlines-hidden, around 2800 
+  less in the export symbol table.
+
+---



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.Ke6Vse/_old  2014-01-23 15:48:02.0 +0100
+++ /var/tmp/diff_new_pack.Ke6Vse/_new  2014-01-23 15:48:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmwaw
 #
-# 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
@@ -79,6 +79,7 @@
docs/doxygen/footer.html.in
 
 %build
+export CXXFLAGS=%optflags -fvisibility-inlines-hidden
 %configure \
--disable-werror \
--disable-static \

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



commit libfreehand for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libfreehand

Changes:

--- /work/SRC/openSUSE:Factory/libfreehand/libfreehand.changes  2013-11-14 
14:22:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfreehand.new/libfreehand.changes 
2014-01-23 15:47:26.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 18 15:05:11 UTC 2014 - crrodrig...@opensuse.org
+
+- build with -fvisibility-inlines-hidden, modest reduction
+ in the exported symbol table as the library is already small.
+
+---



Other differences:
--
++ libfreehand.spec ++
--- /var/tmp/diff_new_pack.Lg9ALk/_old  2014-01-23 15:47:27.0 +0100
+++ /var/tmp/diff_new_pack.Lg9ALk/_new  2014-01-23 15:47:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfreehand
 #
-# 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
@@ -65,7 +65,9 @@
 %package devel-doc
 Summary:Documentation for the libfreehand API
 Group:  Documentation/HTML
+%if 0%{?suse_version}  1200
 BuildArch:  noarch
+%endif
 
 %description devel-doc
 This package contains documentation for the libfreehand API.
@@ -81,6 +83,7 @@
 %setup -q
 
 %build
+export CXXFLAGS=%optflags -fvisibility-inlines-hidden
 %configure \
--disable-werror \
--disable-static \

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



commit libspectre for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libspectre for openSUSE:Factory 
checked in at 2014-01-17 13:18:30

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


Package is libspectre

Changes:

--- /work/SRC/openSUSE:Factory/libspectre/libspectre.changes2012-10-24 
17:10:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libspectre.new/libspectre.changes   
2014-01-23 15:48:34.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan  9 02:38:32 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add COPYING to %doc of the library subpackage (bnc#857790)
+
+---



Other differences:
--
++ libspectre.spec ++
--- /var/tmp/diff_new_pack.DRF2n0/_old  2014-01-23 15:48:34.0 +0100
+++ /var/tmp/diff_new_pack.DRF2n0/_new  2014-01-23 15:48:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libspectre
 #
-# 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,17 +19,17 @@
 Url:http://libspectre.freedesktop.org/
 
 Name:   libspectre
+Version:0.2.7
+Release:0
 Summary:Library for Rendering PostScript Documents
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
-Version:0.2.7
-Release:0
-Source0:
http://libspectre.freedesktop.org/releases/%name-%version.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:
http://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz
 %define debug_package_requires libspectre1 = %{version}-%{release}
 BuildRequires:  ghostscript-devel
 BuildRequires:  ghostscript-library
 BuildRequires:  pkg-config
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libspectre is a small library for rendering Postscript documents. It
@@ -48,7 +48,7 @@
 %package -n libspectre-devel
 Summary:Library for Rendering PostScript Documents
 Group:  Development/Libraries/C and C++
-Requires:   libspectre1 = %version
+Requires:   libspectre1 = %{version}
 %requires_eq ghostscript-devel
 
 %description -n libspectre-devel
@@ -61,27 +61,28 @@
 
 %build
 %configure --disable-static --enable-shared
-make %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 
 %post -n libspectre1 -p /sbin/ldconfig
 
 %postun -n libspectre1 -p /sbin/ldconfig
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n libspectre1
 %defattr(-, root, root)
-%_libdir/libspectre.so.1*
+%doc COPYING
+%{_libdir}/libspectre.so.1*
 
 %files -n libspectre-devel
 %defattr(-, root, root)
-/usr/include/libspectre
-%_libdir/libspectre.la
-%_libdir/libspectre.so
-%_libdir/pkgconfig/libspectre.pc
+%{_includedir}/libspectre
+%{_libdir}/libspectre.la
+%{_libdir}/libspectre.so
+%{_libdir}/pkgconfig/libspectre.pc
 
 %changelog

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



commit libqt4 for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libqt4

Changes:

libqt4-sql-plugins.changes: same change
--- /work/SRC/openSUSE:Factory/libqt4/libqt4.changes2013-12-11 
11:28:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4.changes   2014-01-23 
15:48:15.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan  7 13:48:11 UTC 2014 - dmuel...@suse.com
+
+- add 0001-Disallow-deep-or-widely-nested-entity-references.patch,
+  0001-Fully-expand-entities-to-ensure-deep-or-widely-neste.patch 
+  (bnc#856832, CVE-2013-4549)
+
+---

New:

  0001-Disallow-deep-or-widely-nested-entity-references.patch
  0001-Fully-expand-entities-to-ensure-deep-or-widely-neste.patch



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.eu26y9/_old  2014-01-23 15:48:19.0 +0100
+++ /var/tmp/diff_new_pack.eu26y9/_new  2014-01-23 15:48:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt4-devel-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
@@ -114,6 +114,8 @@
 # PATCH-FIX-UPSTREAM 
0006-Revert-QTBUG-15319-fix-shortcuts-with-secondary-Xkb-layout.patch 
(QTBUG#32908)
 Patch159:   
0006-Revert-QTBUG-15319-fix-shortcuts-with-secondary-Xkb-layout.patch
 Patch160:   ppc64le.diff
+Patch161:   0001-Disallow-deep-or-widely-nested-entity-references.patch
+Patch162:   0001-Fully-expand-entities-to-ensure-deep-or-widely-neste.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
   %define common_options --opensource -fast -no-separate-debug-info -shared 
-xkb -openssl-linked -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama 
-sm -no-nas-sound -no-rpath -system-libjpeg -system-libpng -accessibility -cups 
-stl -nis -system-zlib -prefix /usr -L %{_libdir} -libdir %{_libdir} -docdir 
%_docdir/%{base_name} -examplesdir %{_libdir}/qt4/examples -demosdir 
%{_libdir}/qt4/demos -plugindir %plugindir -translationdir 
%{_datadir}/qt4/translations -iconv -sysconfdir /etc/settings -datadir 
%{_datadir}/qt4/ -no-pch -reduce-relocations -exceptions -system-libtiff -glib 
-optimized-qmake -no-webkit -no-xmlpatterns -system-sqlite -qt3support 
-no-sql-mysql -importdir %plugindir/imports  -xsync -xinput -gtkstyle
 %define check_config \
@@ -197,6 +199,8 @@
 %patch158 -p1
 %patch159 -p1
 %patch160
+%patch161 -p1
+%patch162 -p1
 # ### 47 rediff
 #%patch121 -p1
 # be sure not to use them

libqt4-sql-plugins.spec: same change
libqt4.spec: same change
++ 0001-Disallow-deep-or-widely-nested-entity-references.patch ++
From 512a1ce0698d370c313bb561bbf078935fa0342e Mon Sep 17 00:00:00 2001
From: Mitch Curtis mitch.cur...@digia.com
Date: Thu, 7 Nov 2013 09:36:29 +0100
Subject: [PATCH] Disallow deep or widely nested entity references.

Nested references with a depth of 2 or greater will fail. References
that partially expand to greater than 1024 characters will also fail.

This is a backport of 46a8885ae486e238a39efa5119c2714f328b08e4.

Change-Id: I0c2e1fa13d6ccb5f88641dae2ed3f28bfdeaf609
Reviewed-by: Richard J. Moore r...@kde.org
Reviewed-by: Lars Knoll lars.kn...@digia.com
---
 src/xml/sax/qxml.cpp   | 51 +++
 .../auto/qxmlsimplereader/tst_qxmlsimplereader.cpp | 58 ++
 .../xmldocs/1-levels-nested-dtd.xml| 12 +
 .../xmldocs/2-levels-nested-dtd.xml| 13 +
 .../internal-entity-polynomial-attribute.xml   | 13 +
 5 files changed, 147 insertions(+)
 create mode 100644 tests/auto/qxmlsimplereader/xmldocs/1-levels-nested-dtd.xml
 create mode 100644 tests/auto/qxmlsimplereader/xmldocs/2-levels-nested-dtd.xml
 create mode 100644 
tests/auto/qxmlsimplereader/xmldocs/internal-entity-polynomial-attribute.xml

diff --git a/src/xml/sax/qxml.cpp b/src/xml/sax/qxml.cpp
index a1777c5..3904632 100644
--- a/src/xml/sax/qxml.cpp
+++ b/src/xml/sax/qxml.cpp
@@ -424,6 +424,10 @@ private:
 int stringValueLen;
 QString emptyStr;
 
+// The limit to the amount of times the DTD parsing functions can be called
+// for the DTD currently being parsed.
+int dtdRecursionLimit;
+
 const QString string();
 void stringClear();
 void stringAddC(QChar);
@@ -492,6 +496,7 @@ private:
 void unexpectedEof(ParseFunction 

commit gdouros-avdira-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is gdouros-avdira-fonts

Changes:

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

Old:

  avdira-fonts-1.0.tar.bz2

New:

  Avdira_RBIJ.zip
  README-SUSE



Other differences:
--
++ gdouros-avdira-fonts.spec ++
--- /var/tmp/diff_new_pack.uVrltq/_old  2014-01-23 15:43:20.0 +0100
+++ /var/tmp/diff_new_pack.uVrltq/_new  2014-01-23 15:43:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-avdira-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 avdira-fonts
 
 Name:   gdouros-avdira-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:1.0
+Version:1.01
 Release:0
 Summary:Fonts Based in the Typeface Used in Old Greek Publications
 License:SUSE-Permissive
 Group:  System/X11/Fonts
 Url:http://users.teilar.gr/~g1951d/
-Source: %{fontname}-%{version}.tar.bz2
+Source0:Avdira_RBIJ.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:  %{fontname} = 1.0
+Obsoletes:  %{fontname}  1.01
 Provides:   %{fontname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -39,18 +39,20 @@
 Upright is based on the lowercase Greek letters in the typeface used by 
Demetrios Damilas for the edition of Isocrates, published in Milan in 1493. A 
digital revival, was prepared by Ralph P. Hancock, in his Milan (Mediolanum) 
font. Italic Greek were designed in 1802 by Richard Porson (1757 – 1808) and 
cut by Richard Austin. They were first used by Cambridge University Press in 
1810. Capitals, Latin and Cyrillic, as well as the complete bold weights, have 
been designed in an attempt to create a well-balanced font. The font covers the 
Windows Glyph List, Greek Extended, various typographic extras and is available 
in regular, italic, bold and bold italic. The regular style of the font also 
covers IPA Extensions, Ancient Greek Numbers, Byzantine and Ancient Greek 
Musical Notation and several Open Type features (Case-Sensitive Forms, Small 
Capitals, Subscript, Superscript, Numerators, Denominators, Fractions, Old 
Style Figures, Historical Forms, Stylistic Alternates, Ligatures).
 
 %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 libinfinity for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libinfinity

Changes:

--- /work/SRC/openSUSE:Factory/libinfinity/libinfinity.changes  2013-08-23 
11:06:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libinfinity.new/libinfinity.changes 
2014-01-23 15:47:46.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 19 17:33:01 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.5.5:
+  + Fix a crash in infinoted when nmap scans the infinote port. 
+
+---

Old:

  libinfinity-0.5.4.tar.gz

New:

  libinfinity-0.5.5.tar.gz



Other differences:
--
++ libinfinity.spec ++
--- /var/tmp/diff_new_pack.lLLEea/_old  2014-01-23 15:47:47.0 +0100
+++ /var/tmp/diff_new_pack.lLLEea/_new  2014-01-23 15:47:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libinfinity
 #
-# 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 @@
 Summary:Implementation of the Infinote collaborative editing protocol
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:0.5.4
+Version:0.5.5
 Release:0
 %define _version 0.5
 Url:http://gobby.0x539.de/

++ libinfinity-0.5.4.tar.gz - libinfinity-0.5.5.tar.gz ++
 48501 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-alexander-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is gdouros-alexander-fonts

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-alexander-fonts/gdouros-alexander-fonts.changes
  2012-09-14 12:17:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-alexander-fonts.new/gdouros-alexander-fonts.changes
 2014-01-23 15:43:07.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 13:59:24 UTC 2014 - pgaj...@suse.com
+
+- updated to 3.01
+  * no upstream changelog
+  * added README-SUSE
+
+---

Old:

  alexander-fonts-1.0.tar.bz2

New:

  alexander-fonts-3.01.tar.bz2



Other differences:
--
++ gdouros-alexander-fonts.spec ++
--- /var/tmp/diff_new_pack.VpFpIo/_old  2014-01-23 15:43:09.0 +0100
+++ /var/tmp/diff_new_pack.VpFpIo/_new  2014-01-23 15:43:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-alexander-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 alexander-fonts
 
 Name:   gdouros-alexander-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:1.0
+Version:3.01
 Release:0
 Summary:Font Designed to be Used for Homer's Epics
 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:  alexander-fonts = 1.0
+Obsoletes:  alexander-fonts  3.01
 Provides:   alexander-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -45,12 +43,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

++ alexander-fonts-1.0.tar.bz2 - alexander-fonts-3.01.tar.bz2 ++
Files old/alexander-fonts-1.0/Alexander.otf and 
new/alexander-fonts-3.01/Alexander.otf differ
Files old/alexander-fonts-1.0/Alexander.ttf and 
new/alexander-fonts-3.01/Alexander.ttf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alexander-fonts-1.0/README-SUSE 
new/alexander-fonts-3.01/README-SUSE
--- old/alexander-fonts-1.0/README-SUSE 1970-01-01 01:00:00.0 +0100
+++ new/alexander-fonts-3.01/README-SUSE2014-01-21 14:58:33.0 
+0100
@@ -0,0 +1,9 @@
+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 libwebp for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libwebp

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2013-06-28 
16:04:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2014-01-23 
15:48:50.0 +0100
@@ -1,0 +2,17 @@
+Thu Jan  9 14:21:55 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 0.4.0
+* improved gif2webp tool
+* numerous fixes, compression improvement and speed-up
+* dither option added to decoder (dwebp -dither 50 ...)
+* improved multi-threaded modes (-mt option)
+* improved filtering strength determination
+* BMP and TIFF format output added to 'dwebp'
+* Significant memory reduction for decoding lossy images with alpha.
+* Intertwined decoding of RGB and alpha for a shorter
+  time-to-first-decoded-pixel.
+* WebPIterator has a new member 'has_alpha' denoting whether the
+  frame contains transparency.
+* Container spec amended with new 'blending method' for animation.
+
+---

Old:

  libwebp-0.3.1.tar.gz

New:

  libwebp-0.4.0.tar.gz



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.iH3o7M/_old  2014-01-23 15:48:51.0 +0100
+++ /var/tmp/diff_new_pack.iH3o7M/_new  2014-01-23 15:48:51.0 +0100
@@ -17,17 +17,15 @@
 
 
 Name:   libwebp
-%define lname  libwebp4
-Version:0.3.1
+Version:0.4.0
 Release:0
-Url:https://developers.google.com/speed/webp/
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
+Url:https://developers.google.com/speed/webp/
 
 #Git-Clone:http://git.chromium.org/webm/libwebp.git
-#DL-URL:   https://webp.googlecode.com/files/libwebp-0.3.1.tar.gz
-Source: https://webp.googlecode.com/files/%name-%version.tar.gz
+Source: https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  giflib-devel
@@ -57,31 +55,31 @@
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
-%package -n libwebp4
+%package -n libwebp5
 Summary:Library for the WebP graphics format
 Group:  System/Libraries
 
-%description -n libwebp4
+%description -n libwebp5
 WebP is an image format that does lossy compression of digital
 photographic images. WebP consists of a codec based on VP8, and a
 container based on RIFF. Webmasters, web developers and browser
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
-%package -n libwebpdemux0
+%package -n libwebpdemux1
 Summary:Library for extraction of data and images from WebP container 
files
 Group:  System/Libraries
 
-%description -n libwebpdemux0
+%description -n libwebpdemux1
 The WebP Demux API enables extraction of images and extended format
 data from WebP files. This API currently supports reading of XMP/EXIF
 metadata, ICC profile and animated images.
 
-%package -n libwebpmux0
+%package -n libwebpmux1
 Summary:Library for reading/adding data to WebP container files
 Group:  System/Libraries
 
-%description -n libwebpmux0
+%description -n libwebpmux1
 The WebP Mux API contains methods for adding data to and reading data
 from WebP files. This API currently supports XMP/EXIF metadata, ICC
 profile and animation.
@@ -89,9 +87,9 @@
 %package devel
 Summary:Development files for libwebp, a library for the WebP format
 Group:  Development/Libraries/C and C++
-Requires:   libwebp4 = %version
-Requires:   libwebpdemux0 = %version
-Requires:   libwebpmux0 = %version
+Requires:   libwebp5 = %version
+Requires:   libwebpdemux1 = %version
+Requires:   libwebpmux1 = %version
 
 %description devel
 WebP is an image format that does lossy compression of digital
@@ -112,29 +110,29 @@
 make install DESTDIR=$b;
 rm -f $b/%_libdir/*.la;
 
-%post   -n libwebp4 -p /sbin/ldconfig
-%postun -n libwebp4 -p /sbin/ldconfig
-%post   -n libwebpdemux0 -p /sbin/ldconfig
-%postun -n libwebpdemux0 -p /sbin/ldconfig
-%post   -n libwebpmux0 -p /sbin/ldconfig
-%postun -n libwebpmux0 -p /sbin/ldconfig
+%post   -n libwebp5 -p /sbin/ldconfig
+%postun -n libwebp5 -p /sbin/ldconfig
+%post   -n libwebpdemux1 -p /sbin/ldconfig
+%postun -n libwebpdemux1 -p /sbin/ldconfig
+%post   -n libwebpmux1 -p /sbin/ldconfig
+%postun -n libwebpmux1 -p 

commit libyui-qt-graph for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt-graph for openSUSE:Factory 
checked in at 2014-01-20 20:43:05

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


Package is libyui-qt-graph

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt-graph/libyui-qt-graph.changes  
2014-01-09 17:25:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-qt-graph.new/libyui-qt-graph.changes 
2014-01-23 15:48:57.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 13 16:48:36 CET 2014 - mvid...@suse.com
+
+- use cgraph interfaces if available, to fix building with
+  graphviz 2.30 (dvaleev)
+  0001-use-cgraph-instead-of-graph-interfaces.patch
+
+---

New:

  0001-use-cgraph-instead-of-graph-interfaces.patch



Other differences:
--
++ libyui-qt-graph.spec ++
--- /var/tmp/diff_new_pack.GVGopY/_old  2014-01-23 15:48:58.0 +0100
+++ /var/tmp/diff_new_pack.GVGopY/_new  2014-01-23 15:48:58.0 +0100
@@ -20,6 +20,7 @@
 Version:2.43.0
 Release:0
 Source: libyui-qt-graph-%{version}.tar.bz2
+Patch:  0001-use-cgraph-instead-of-graph-interfaces.patch
 
 BuildRequires:  cmake = 2.8
 BuildRequires:  gcc-c++
@@ -79,6 +80,7 @@
 
 %prep
 %setup -q -n libyui-qt-graph-%{version}
+%patch -p1
 
 %build
 

++ 0001-use-cgraph-instead-of-graph-interfaces.patch ++
From 6d9694134f2fa7510100f430e10044782069895e Mon Sep 17 00:00:00 2001
From: Dinar Valeev dval...@suse.de
Date: Fri, 10 Jan 2014 14:34:36 +0100
Subject: [PATCH] use cgraph instead of graph interfaces

Signed-off-by: Dinar Valeev dval...@suse.com
---
 examples/SimpleCreate.cc | 18 ++
 src/QY2Graph.cc  |  8 
 2 files changed, 26 insertions(+)

diff --git a/examples/SimpleCreate.cc b/examples/SimpleCreate.cc
index 2dcf8fa..03ebc23 100644
--- a/examples/SimpleCreate.cc
+++ b/examples/SimpleCreate.cc
@@ -45,6 +45,23 @@
 
 GVC_t* gvc = gvContext();
 
+#ifdef WITH_CGRAPH
+graph_t* graph = agopen(strdup(test), Agdirected, 0);
+
+node_t* node1 = agnode(graph, strdup(1), 1);
+node_t* node2 = agnode(graph, strdup(2), 1);
+
+agattr(graph, AGNODE, strdup(fillcolor), strdup(gray));
+agset(node1, strdup(fillcolor), strdup(red));
+agset(node2, strdup(fillcolor), strdup(green));
+
+edge_t* edge1 = agedge(graph, node1, node2, NULL, 1);
+edge_t* edge2 = agedge(graph, node2, node1, NULL, 1);
+
+agattr(graph, AGEDGE, strdup(color), strdup(black));
+agset(edge1, strdup(color), strdup(red));
+agset(edge2, strdup(color), strdup(green));
+#else
 graph_t* graph = agopen(strdup(test), AGDIGRAPH);
 
 node_t* node1 = agnode(graph, strdup(1));
@@ -60,6 +77,7 @@
 agedgeattr(graph, strdup(color), strdup(black));
 agset(edge1, strdup(color), strdup(red));
 agset(edge2, strdup(color), strdup(green));
+#endif
 
 gvLayout(gvc, graph, dot);
 
diff --git a/src/QY2Graph.cc b/src/QY2Graph.cc
index 46fdcbe..873191e 100644
--- a/src/QY2Graph.cc
+++ b/src/QY2Graph.cc
@@ -224,7 +224,11 @@
GVC_t* gvc = gvContext();
if (gvc != NULL)
{
+#ifdef WITH_CGRAPH
+   graph_t* graph = agread(fp, NULL);
+#else
graph_t* graph = agread(fp);
+#endif
if (graph != NULL)
{
if (gvLayout(gvc, graph, 
const_castchar*(layoutAlgorithm.c_str())) == 0)
@@ -375,7 +379,11 @@
drawLabel(ND_label(node), painter);
painter.end();
 
+#ifdef WITH_CGRAPH
+   QY2Node* item = new QY2Node(makeShape(node), picture, agnameof(node));
+#else
QY2Node* item = new QY2Node(makeShape(node), picture, node-name);
+#endif
 
item-setPos(gToQ(ND_coord(node)));
 
-- 
1.8.4

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



commit lxappearance-obconf for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package lxappearance-obconf for 
openSUSE:Factory checked in at 2014-01-22 13:53:24

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


Package is lxappearance-obconf

Changes:

--- /work/SRC/openSUSE:Factory/lxappearance-obconf/lxappearance-obconf.changes  
2013-09-16 10:06:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.lxappearance-obconf.new/lxappearance-obconf.changes 
2014-01-23 15:49:15.0 +0100
@@ -1,0 +2,10 @@
+Sun Jan  5 11:14:54 UTC 2014 - j...@eresmas.com
+
+- removed patch lxappearance-obconf-0.2.0-RrTheme.patch
+- updated to released upstream version 0.2.1
+  * this release is mostly a maintenance release, making sure the 
+  code base builds and keeping it in sync and working with both 
+  OpenBox 3.5.0 and 3.5.2.
+  * Complete changelog in http://blog.lxde.org/?p=1062
+
+---

Old:

  lxappearance-obconf-0.2.0-RrTheme.patch
  lxappearance-obconf-0.2.0.tar.gz

New:

  lxappearance-obconf-0.2.1.tar.gz



Other differences:
--
++ lxappearance-obconf.spec ++
--- /var/tmp/diff_new_pack.bTXbl8/_old  2014-01-23 15:49:16.0 +0100
+++ /var/tmp/diff_new_pack.bTXbl8/_new  2014-01-23 15:49:16.0 +0100
@@ -17,15 +17,13 @@
 
 
 Name:   lxappearance-obconf
-Version:0.2.0
+Version:0.2.1
 Release:0
 Summary:Lxappearance Plugin to Configure Openbox
 License:GPL-2.0
 Group:  System/GUI/LXDE
 Url:http://www.lxde.org/
 Source: %{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM marguer...@opensuse.org - fix build with openbox 3.5.2
-Patch0: lxappearance-obconf-0.2.0-RrTheme.patch
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -48,9 +46,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} = 1210
-%patch0 -p1
-%endif
 
 %build
 %configure

++ lxappearance-obconf-0.2.0.tar.gz - lxappearance-obconf-0.2.1.tar.gz 
++
 12137 lines of diff (skipped)

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



commit make for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is make

Changes:

--- /work/SRC/openSUSE:Factory/make/make.changes2013-10-01 
08:17:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.make.new/make.changes   2014-01-23 
15:49:22.0 +0100
@@ -1,0 +2,60 @@
+Thu Nov 21 12:51:32 UTC 2013 - sweet_...@gmx.de
+
+- Update to 4.0
+  * see details in NEWS and ChangeLog files 
+  * Bugfixes, a complete list of bugs fixed in this version is
+available here
+
http://sv.gnu.org/bugs/index.php?group=makereport_id=111fix_release_id=101set=custom
+  * WARNING: Backward-incompatibility! backslash/newline handling
+  * New feature: GNU Guile integration
+  * New command line option: --output-sync (-O) enables grouping of
+output by target or by recursive make.
+  * New command line option: --trace enables tracing of targets.
+  * New command line option argument: --debug now accepts a n
+(none) flag which disables all debugging settings that are
+currently enabled.
+  * New feature: The job server capability is now supported on
+Windows.
+  * New feature: The .ONESHELL capability is now supported on
+Windows.
+  * New feature: != shell assignment operator as an alternative
+to the $(shell ...) function.  Implemented for compatibility
+with BSD makefiles.
+  * New feature: ::= simple assignment operator as defined by
+POSIX in 2012.
+  * New feature: Loadable objects
+  * New function: $(file ...) writes to a file.
+  * New variable: $(GNUMAKEFLAGS) will be parsed for make flags,
+just like MAKEFLAGS is.  It can be set in the environment or
+the makefile, containing GNU make-specific flags to allow your
+makefile to be portable to other versions of make.
+  * New variable: `MAKE_HOST' gives the name of the host
+architecture make was compiled for.
+  * Behavior of MAKEFLAGS and MFLAGS is more rigorously defined.
+  * Setting the -r and -R options in MAKEFLAGS inside a makefile
+now works as expected, removing all built-in rules and
+variables, respectively.
+  * If a recipe fails, the makefile name and linenumber of the
+recipe are shown.
+  * A .RECIPEPREFIX setting is remembered per-recipe and variables
+expanded in that recipe also use that recipe prefix setting.
+  * In -p output, .RECIPEPREFIX settings are shown and all
+target-specific variables are output as if in a makefile,
+instead of as comments.
+  * On MS-Windows, recipes that use .. quoting will no longer force
+invocation of commands via temporary batch files.
+- Removed following patches, applied by upstream or fixed otherwise
+  * make-disable-broken-tests.diff
+  * make-savannah-bug30723-expand_makeflags_before_reexec.diff
+  * make-savannah-bug30612-handling_of_archives.diff
+  * make-fix_whitespace_tokenization.diff
+  * make-glob-faster.patch
+  * make-parallel-build.patch
+  * bug-841457_make-savannah-bug30612-handling_of_archives-part2.txt
+  * config-guess-update.diff
+- remove make-arglength.patch which was rejected by upstream. It
+  was just a dirty hack to build a broken libwebkit version
+- remove make-slowdown-parallelism.diff, haven't seen any timing
+  problems of the test-suite anymore
+
+---

Old:

  bug-841457_make-savannah-bug30612-handling_of_archives-part2.txt
  config-guess-update.diff
  make-3.82.tar.bz2
  make-3.82.tar.bz2.sig
  make-arglength.patch
  make-disable-broken-tests.diff
  make-fix_whitespace_tokenization.diff
  make-glob-faster.patch
  make-parallel-build.patch
  make-savannah-bug30612-handling_of_archives.diff
  make-savannah-bug30723-expand_makeflags_before_reexec.diff
  make-slowdown-parallelism.diff

New:

  make-4.0.tar.bz2
  make-4.0.tar.bz2.sig



Other differences:
--
++ make.spec ++
--- /var/tmp/diff_new_pack.uWasDF/_old  2014-01-23 15:49:23.0 +0100
+++ /var/tmp/diff_new_pack.uWasDF/_new  2014-01-23 15:49:23.0 +0100
@@ -20,7 +20,7 @@
 Url:http://www.gnu.org/software/make/make.html
 Provides:   gmake
 PreReq: %install_info_prereq
-Version:3.82
+Version:4.0
 Release:0
 Summary:GNU make
 License:GPL-2.0+
@@ -29,20 +29,7 @@
 Source1:http://ftp.gnu.org/gnu/make/make-%version.tar.bz2.sig
 # keyring downloaded from 
http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=make
 Source2:%name.keyring
-Patch2: make-slowdown-parallelism.diff
-Patch3: make-disable-broken-tests.diff
-Patch4: 

commit maya-fonts for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is maya-fonts

Changes:

--- /work/SRC/openSUSE:Factory/maya-fonts/maya-fonts.changes2012-09-14 
12:31:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.maya-fonts.new/maya-fonts.changes   
2014-01-23 15:49:31.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 21 10:36:25 UTC 2014 - pgaj...@suse.com
+
+- updated to 4.11
+  * no upstream changelog
+  * leaving README from 1.06 version, upstream do not provide it
+anymore
+
+---

Old:

  maya-fonts-1.06.tar.bz2

New:

  maya-fonts-4.11.tar.bz2



Other differences:
--
++ maya-fonts.spec ++
--- /var/tmp/diff_new_pack.ppoTsk/_old  2014-01-23 15:49:32.0 +0100
+++ /var/tmp/diff_new_pack.ppoTsk/_new  2014-01-23 15:49:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maya-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:   maya-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:1.06
+Version:4.11
 Release:0
 Summary:Font with Basic Maya Glyphs
 License:SUSE-Permissive

++ maya-fonts-1.06.tar.bz2 - maya-fonts-4.11.tar.bz2 ++
Files old/maya-fonts-1.06/Maya.ttf and new/maya-fonts-4.11/Maya.ttf differ
Files old/maya-fonts-1.06/Maya106.ttf and new/maya-fonts-4.11/Maya106.ttf differ

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



commit lynis for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is lynis

Changes:

--- /work/SRC/openSUSE:Factory/lynis/lynis.changes  2013-12-13 
11:58:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.lynis.new/lynis.changes 2014-01-23 
15:49:19.0 +0100
@@ -1,0 +2,7 @@
+Thu Jan  9 18:45:44 UTC 2014 - saigk...@opensuse.org
+
+- updated to version 1.3.9
+- removed patch
+  * lynis_1.3.6_include-test-kernel.diff (fixed upstream) 
+
+---

Old:

  lynis-1.3.7.tar.gz
  lynis_1.3.6_include-test-kernel.diff

New:

  lynis-1.3.9.tar.gz



Other differences:
--
++ lynis.spec ++
--- /var/tmp/diff_new_pack.Z8Hvi9/_old  2014-01-23 15:49:20.0 +0100
+++ /var/tmp/diff_new_pack.Z8Hvi9/_new  2014-01-23 15:49:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lynis
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009-2013 Sascha Manns saigk...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,7 +26,7 @@
 %define _bindir   /usr/bin
 
 Name:   lynis
-Version:1.3.7
+Version:1.3.9
 Release:1  
 Summary:Security and System auditing tool  
 License:GPL-3.0
@@ -51,7 +51,6 @@
 Patch2: %{name}_1.3.1_include_consts.diff
 Patch5: %{name}_1.3.6_include-osdetection.diff
 Patch6: %{name}_1.3.7_include-test-filesystem.diff
-Patch7: %{name}_1.3.6_include-test-kernel.diff
 BuildRequires:  gcc-c++
 BuildRequires:  libxml2-devel
 PreReq: %fillup_prereq  
@@ -82,7 +81,6 @@
 %patch2
 %patch5
 %patch6
-%patch7
 
 %build  
 
@@ -124,6 +122,7 @@
 
 # pacify rpmlint
 #rm %{buildroot}%{_includedir}/tests_filesystems.orig
+rm %{buildroot}%{_includedir}/osdetection.orig
 chmod +x %{buildroot}%{_pluginsdir}/custom_plugin.template
 
 %files  

++ lynis-1.3.7.tar.gz - lynis-1.3.9.tar.gz ++
 2776 lines of diff (skipped)

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



commit lightdm for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is lightdm

Changes:

--- /work/SRC/openSUSE:Factory/lightdm/lightdm.changes  2013-11-07 
17:37:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.lightdm.new/lightdm.changes 2014-01-23 
15:49:03.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 22 09:02:45 UTC 2014 - g...@opensuse.org
+
+- update to version 1.8.6
+  - Fix issue where VTs are double used when switching sessions
+
+---

Old:

  lightdm-1.8.5.tar.xz

New:

  lightdm-1.8.6.tar.xz



Other differences:
--
++ lightdm.spec ++
--- /var/tmp/diff_new_pack.LqChkN/_old  2014-01-23 15:49:04.0 +0100
+++ /var/tmp/diff_new_pack.LqChkN/_new  2014-01-23 15:49:04.0 +0100
@@ -28,7 +28,7 @@
 %endif
 
 Name:   lightdm
-Version:1.8.5
+Version:1.8.6
 Release:0
 Summary:Lightweight, Cross-desktop Display Manager
 License:GPL-3.0+

++ lightdm-1.8.5.tar.xz - lightdm-1.8.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightdm-1.8.5/Makefile.in 
new/lightdm-1.8.6/Makefile.in
--- old/lightdm-1.8.5/Makefile.in   2013-11-07 03:39:57.0 +0100
+++ new/lightdm-1.8.6/Makefile.in   2014-01-22 04:57:38.0 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -448,8 +448,8 @@
 $(am__aclocal_m4_deps):
 
 config.h: stamp-h1
-   @if test ! -f $@; then rm -f stamp-h1; else :; fi
-   @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
+   @test -f $@ || rm -f stamp-h1
+   @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
 
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
@@ -657,10 +657,16 @@
$(am__post_remove_distdir)
 
 dist-tarZ: distdir
+   @echo WARNING: Support for shar distribution archives is \
+  deprecated. 2
+   @echo WARNING: It will be removed altogether in Automake 2.0 2
tardir=$(distdir)  $(am__tar) | compress -c $(distdir).tar.Z
$(am__post_remove_distdir)
 
 dist-shar: distdir
+   @echo WARNING: Support for distribution archives compressed with \
+  legacy program 'compress' is deprecated. 2
+   @echo WARNING: It will be removed altogether in Automake 2.0 2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c $(distdir).shar.gz
$(am__post_remove_distdir)
 
@@ -702,9 +708,10 @@
   dc_destdir=$${TMPDIR-/tmp}/am-dc-/ \
   am__cwd=`pwd` \
   $(am__cd) $(distdir)/_build \
-  ../configure --srcdir=.. --prefix=$$dc_install_base \
+  ../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
+   --srcdir=.. --prefix=$$dc_install_base \
   $(MAKE) $(AM_MAKEFLAGS) \
   $(MAKE) $(AM_MAKEFLAGS) dvi \
   $(MAKE) $(AM_MAKEFLAGS) check \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightdm-1.8.5/NEWS new/lightdm-1.8.6/NEWS
--- old/lightdm-1.8.5/NEWS  2013-11-07 03:39:12.0 +0100
+++ new/lightdm-1.8.6/NEWS  2014-01-22 04:57:05.0 +0100
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.8.6
+
+* Fix issue where VTs are double used when switching sessions.
+
 Overview of changes in lightdm 1.8.5
 
 * Don't pass system user accounts from AccountsService to greeters.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightdm-1.8.5/aclocal.m4 new/lightdm-1.8.6/aclocal.m4
--- old/lightdm-1.8.5/aclocal.m42013-11-07 03:39:55.0 +0100
+++ new/lightdm-1.8.6/aclocal.m42014-01-22 04:57:34.0 +0100
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.13.3 -*- Autoconf -*-
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
 
 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
@@ -21,7 +21,7 @@
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
 # nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or 

commit libvpd2 for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libvpd2 for openSUSE:Factory checked 
in at 2014-01-22 13:53:14

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


Package is libvpd2

Changes:

--- /work/SRC/openSUSE:Factory/libvpd2/libvpd2.changes  2012-12-14 
09:41:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvpd2.new/libvpd2.changes 2014-01-23 
15:48:48.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan 17 09:59:59 UTC 2014 - jloe...@suse.com
+
+- version update to 2.2.2 (FATE#315460)
+  minor bugfixes
+  add udev rule for vpdupdate
+  no upstream changelog provided
+- libvpd2.makefile.patch: fix udev rules directory
+- add udev and automake to BuildRequires for correct udev rules.d 
+  directory 
+
+---

Old:

  libvpd-2.2.0.tar.bz2

New:

  libvpd-2.2.2.tar.bz2
  libvpd2.makefile.patch



Other differences:
--
++ libvpd2.spec ++
--- /var/tmp/diff_new_pack.NLWKU3/_old  2014-01-23 15:48:49.0 +0100
+++ /var/tmp/diff_new_pack.NLWKU3/_new  2014-01-23 15:48:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvpd2
 #
-# 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,7 +17,7 @@
 
 
 Name:   libvpd2
-Version:2.2.0
+Version:2.2.2
 Release:0
 Summary:VPD Database access library for lsvpd
 License:LGPL-2.1+
@@ -26,10 +26,13 @@
 Source: libvpd-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch0: libvpd2-gcc47.patch
+Patch1: libvpd2.makefile.patch
 Patch3: libvpd.async.patch
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  sqlite3-devel
+BuildRequires:  udev
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -51,6 +54,7 @@
 %prep
 %setup -q -n libvpd-%{version}
 %patch0 -p1
+%patch1 -p1
 %patch3 -p1
 
 %build
@@ -67,10 +71,13 @@
 %files
 %defattr(-,root,root)
 %{_libdir}/*.so.*
+/%{_udevrulesdir}/90-vpdupdate.rules
+%dir %{_localstatedir}/lib/lsvpd
+%{_localstatedir}/lib/lsvpd/run.vpdupdate
 
 %files devel
 %defattr(-,root,root)
-%doc COPYING NEWS README TODO
+%doc COPYING NEWS README
 %exclude %{_libdir}/*.la
 %{_includedir}/*
 %{_libdir}/*.so

++ libvpd-2.2.0.tar.bz2 - libvpd-2.2.2.tar.bz2 ++
 34374 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/libvpd-2.2.0/90-vpdupdate.rules new/libvpd-2.2.2/90-vpdupdate.rules
--- old/libvpd-2.2.0/90-vpdupdate.rules 1970-01-01 01:00:00.0 +0100
+++ new/libvpd-2.2.2/90-vpdupdate.rules 2013-11-05 09:43:56.0 +0100
@@ -0,0 +1 @@
+KERNELS==*, ACTION==*, RUN+=/bin/touch /var/lib/lsvpd/run.vpdupdate
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/libvpd-2.2.0/ChangeLog new/libvpd-2.2.2/ChangeLog
--- old/libvpd-2.2.0/ChangeLog  2007-11-01 22:14:24.0 +0100
+++ new/libvpd-2.2.2/ChangeLog  2013-11-05 09:43:56.0 +0100
@@ -1 +1,12 @@
-See NEWS
\ No newline at end of file
+2.1.3
+
+Fix numbering of .so files, per bug #69369.
+
+2.1.0
+
+Rebuild rpms for ppc 32-bit.
+
+2.0.1
+
+Updating/fixing C API.
+Adding configure time check for which slqite_prepare function to use
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/libvpd-2.2.0/Makefile.am new/libvpd-2.2.2/Makefile.am
--- old/libvpd-2.2.0/Makefile.am2011-02-18 07:11:03.0 +0100
+++ new/libvpd-2.2.2/Makefile.am2013-11-05 09:43:56.0 +0100
@@ -18,6 +18,8 @@
src/libvpd-2/common.h \
src/libvpd-2/vpddbenv.h
 
+EXTRA_DIST = bootstrap.sh 90-vpdupdate.rules run.vpdupdate
+
 lib_LTLIBRARIES = libvpd_cxx.la 

commit liferea for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is liferea

Changes:

--- /work/SRC/openSUSE:Factory/liferea/liferea.changes  2014-01-16 
15:11:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.liferea.new/liferea.changes 2014-01-23 
15:49:01.0 +0100
@@ -1,0 +2,9 @@
+Thu Jan 16 16:43:25 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.10.5 (bnc#859043):
+  + sf#1056, sf#1089, sf#1098: Honor preferences when opening
+links.
+  + sf#1096: missing installation of liferea.convert file.
+  + rh#947358: popup notification only for new items.
+
+---

Old:

  liferea-1.10.4.tar.bz2

New:

  liferea-1.10.5.tar.bz2



Other differences:
--
++ liferea.spec ++
--- /var/tmp/diff_new_pack.s1FtJX/_old  2014-01-23 15:49:02.0 +0100
+++ /var/tmp/diff_new_pack.s1FtJX/_new  2014-01-23 15:49:02.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   liferea
-Version:1.10.4
+Version:1.10.5
 Release:0
 Summary:Linux Feed Reader
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://liferea.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/liferea/Liferea%20Stable/1.10.4/%{name}-%{version}.tar.bz2
+Source: 
https://github.com/lwindolf/liferea/releases/download/v1.10.5/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE liferea-opensuse-feeds.patch -- Add openSUSE feeds to 
default feeds
 Patch0: liferea-opensuse-feeds.patch
 BuildRequires:  fdupes
@@ -97,6 +97,7 @@
 %{_datadir}/liferea/
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/GConf/gsettings/liferea.convert
 %{_datadir}/glib-2.0/schemas/net.sf.liferea.gschema.xml
 %{_datadir}/icons/hicolor/*/*/*.*
 %{_libdir}/%{name}/

++ liferea-1.10.4.tar.bz2 - liferea-1.10.5.tar.bz2 ++
 7102 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/liferea-1.10.4/ChangeLog new/liferea-1.10.5/ChangeLog
--- old/liferea-1.10.4/ChangeLog2014-01-13 22:05:44.0 +0100
+++ new/liferea-1.10.5/ChangeLog2014-01-15 22:56:49.0 +0100
@@ -1,3 +1,15 @@
+2014-01-15   Lars Windolf lars.lind...@gmail.com
+
+   Version 1.10.5
+
+   * Fixes #1056, #1089, #1098: Honor preferences when opening links
+ (patch by Daniel Seither)
+   * Fixes SF #1096: missing installation of liferea.convert file
+ (reported by stqn) 
+   * Fixes Redhat #947358: popup notification only for new items
+ (patch by Fabrice Bellet)
+
+
 2014-01-13   Lars Windolf lars.lind...@gmail.com
 
Version 1.10.4
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/liferea-1.10.4/Makefile.am new/liferea-1.10.5/Makefile.am
--- old/liferea-1.10.4/Makefile.am  2014-01-13 22:05:44.0 +0100
+++ new/liferea-1.10.5/Makefile.am  2014-01-15 22:56:19.0 +0100
@@ -33,9 +33,11 @@
 @INTLTOOL_XML_NOMERGE_RULE@
 @GSETTINGS_RULES@
 
+data_convertdir = $(datadir)/GConf/gsettings
+dist_data_convert_DATA = liferea.convert
+
 EXTRA_DIST = \
net.sf.liferea.gschema.xml.in \
-   liferea.convert \
po/liferea.pot \
$(desktop_in_files) \
$(desktop_DATA) \
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/liferea-1.10.4/configure.ac new/liferea-1.10.5/configure.ac
--- old/liferea-1.10.4/configure.ac 2014-01-13 22:05:44.0 +0100
+++ new/liferea-1.10.5/configure.ac 2014-01-15 22:57:03.0 +0100
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([liferea],[1.10.4],[liferea-de...@lists.sourceforge.net])
+AC_INIT([liferea],[1.10.5],[liferea-de...@lists.sourceforge.net])
 

commit libvisio for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2013-11-04 
15:12:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2014-01-23 
15:48:46.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 18 14:14:24 UTC 2014 - crrodrig...@opensuse.org
+
+- build with -fvisibility-inlines-hidden 
+
+---



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.UBoVFI/_old  2014-01-23 15:48:47.0 +0100
+++ /var/tmp/diff_new_pack.UBoVFI/_new  2014-01-23 15:48:47.0 +0100
@@ -87,6 +87,7 @@
 %patch1 -p1 -b .wpx_seek_end
 
 %build
+export CXXFLAGS=%optflags -fvisibility-inlines-hidden
 %configure \
--disable-werror \
--disable-static \

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



commit libservicelog for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libservicelog

Changes:

--- /work/SRC/openSUSE:Factory/libservicelog/libservicelog.changes  
2013-12-11 15:41:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.libservicelog.new/libservicelog.changes 
2014-01-23 15:48:30.0 +0100
@@ -1,0 +2,8 @@
+Fri Jan 17 10:31:57 UTC 2014 - jloe...@suse.com
+
+- version update to 1.1.14 (FATE#315456) 
+  include servicelog.db and bootstrap.sh file into compression file 
+  list
+- Prereq: groupadd for %post
+
+---

Old:

  libservicelog-1.1.13.tar.bz2

New:

  libservicelog-1.1.14.tar.gz



Other differences:
--
++ libservicelog.spec ++
--- /var/tmp/diff_new_pack.dQUccO/_old  2014-01-23 15:48:30.0 +0100
+++ /var/tmp/diff_new_pack.dQUccO/_new  2014-01-23 15:48:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libservicelog
 #
-# 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 @@
 %define so_version 1
 
 Name:   libservicelog
-Version:1.1.13
+Version:1.1.14
 Release:0
 Summary:Servicelog Database and Library
 License:LGPL-2.0+
@@ -34,9 +34,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://linux-diag.sourceforge.net/servicelog/ 
 ExclusiveArch:  ppc ppc64 ppc64le
-Source0:
http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 Source2:libservicelog-rpmlintrc
+PreReq: %{_sbindir}/groupadd 
 Patch0: libservicelog-pkgconfig.patch
 Patch1: libservicelog-lib_version.patch
 Patch2: libservicelog-printf_types.patch
@@ -78,8 +79,6 @@
 %patch2 -p1
 
 %build
-#workaround for missing servicelog.db file in upstream tarball
-touch servicelog.db
 autoreconf -fiv
 %configure --with-pic --disable-static
 make %{?_smp_mflags}

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



commit libvirt for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is libvirt

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2014-01-07 
20:58:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2014-01-23 
15:48:44.0 +0100
@@ -1,0 +2,34 @@
+Wed Jan 22 10:02:06 MST 2014 - jfeh...@suse.com
+
+- Add CAP_SYS_PACCT capability to libvirtd AppArmor profile
+  Modified install-apparmor-profiles.patch
+  bnc#817407
+
+---
+Mon Jan 20 18:22:59 MST 2014 - jfeh...@suse.com
+
+- Fix build on code 11
+- Fix rpmlint warning
+
+---
+Mon Jan 20 17:40:10 MST 2014 - jfeh...@suse.com
+
+- Following the upstream pattern, introduce the
+  daemon-config-network subpackage to handle defining the default
+  network
+  bnc#859041
+
+---
+Fri Jan 17 12:30:48 MST 2014 - jfeh...@suse.com
+
+- Update to libvirt 1.2.1
+  - CVE-2014-0028, CVE-2014-1447, CVE-2013-6458, CVE-2013-6457,
+CVE-2013-6436
+  - Many incremental improvements and bug fixes, see
+http://libvirt.org/news.html
+  - Dropped upstream patches: 5e397d9c-test-fix-dbus-crash.patch,
+78af457e-fix-virnettlscontexttest.patch,
+9faf3f29-LXC-memtune.patch, f8c1cb90-CVE-2013-6436.patch,
+libxl-hvm-nic.patch
+
+---

Old:

  5e397d9c-test-fix-dbus-crash.patch
  78af457e-fix-virnettlscontexttest.patch
  9faf3f29-LXC-memtune.patch
  f8c1cb90-CVE-2013-6436.patch
  libvirt-1.2.0.tar.bz2
  libxl-hvm-nic.patch

New:

  libvirt-1.2.1.tar.bz2



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.H6Dyu5/_old  2014-01-23 15:48:45.0 +0100
+++ /var/tmp/diff_new_pack.H6Dyu5/_new  2014-01-23 15:48:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt
 #
-# 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
@@ -233,7 +233,7 @@
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -241,6 +241,9 @@
 
 %if %{with_libvirtd}
 Requires:   libvirt-daemon = %{version}-%{release}
+%if %{with_network}
+Requires:   libvirt-daemon-config-network = %{version}-%{release}
+%endif
 %if %{with_nwfilter}
 Requires:   libvirt-daemon-config-nwfilter = %{version}-%{release}
 %endif
@@ -418,16 +421,11 @@
 Source2:libvirtd-relocation-server.fw
 Source99:   baselibs.conf
 # Upstream patches
-Patch0: f8c1cb90-CVE-2013-6436.patch
-Patch1: 9faf3f29-LXC-memtune.patch
-Patch2: 5e397d9c-test-fix-dbus-crash.patch
-Patch3: 78af457e-fix-virnettlscontexttest.patch
 # Need to go upstream
 Patch100:   xen-name-for-devid.patch
 Patch101:   ia64-clone.patch
 Patch102:   xen-pv-cdrom.patch
 Patch103:   libxl-hvm-vnc.patch
-Patch104:   libxl-hvm-nic.patch
 # Our patches
 Patch200:   libvirtd-defaults.patch
 Patch201:   libvirtd-init-script.patch
@@ -518,6 +516,17 @@
 of recent versions of Linux. Requires a hypervisor specific sub-RPM
 for specific drivers.
 
+%if %{with_network}
+%package daemon-config-network
+Summary:Default configuration files for the libvirtd daemon
+Group:  Development/Libraries/C and C++
+
+Requires:   libvirt-daemon = %{version}-%{release}
+
+%description daemon-config-network
+Default configuration files for setting up NAT based networking
+%endif
+
 %if %{with_nwfilter}
 
 %package daemon-config-nwfilter
@@ -919,15 +928,10 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1
-%patch104 -p1
 %patch200 -p1
 %patch201 -p1
 %patch202 -p1
@@ -1021,6 +1025,8 @@
 %endif
 %if ! %{with_apparmor}
 %define _without_apparmor --without-apparmor
+%else
+%define _with_apparmor_profiles --with-apparmor-profiles
 %endif
 %if ! %{with_capng}
 %define _without_capng --without-capng
@@ -1125,6 +1131,7 @@
%{?_without_selinux} \
%{?_with_selinux_mount} \
%{?_without_apparmor} \
+   %{?_with_apparmor_profiles} \
 

commit ntp for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2014-01-21 12:29:44

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


Package is ntp

Changes:

--- /work/SRC/openSUSE:Factory/ntp/ntp.changes  2013-10-23 10:10:52.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes 2014-01-23 
15:50:08.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 20 16:41:52 UTC 2014 - m...@suse.com
+
+- CVE-2013-5211, bnc#857195: restrict query, configuration,
+  modification access from world by default. Avoids that ntp can
+  be used as a DDoS amplifier.
+
+---



Other differences:
--
++ ntp.spec ++
--- /var/tmp/diff_new_pack.Rcpumq/_old  2014-01-23 15:50:08.0 +0100
+++ /var/tmp/diff_new_pack.Rcpumq/_new  2014-01-23 15:50:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ntp
 #
-# 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

++ conf.ntp.conf ++
--- /var/tmp/diff_new_pack.Rcpumq/_old  2014-01-23 15:50:09.0 +0100
+++ /var/tmp/diff_new_pack.Rcpumq/_new  2014-01-23 15:50:09.0 +0100
@@ -41,6 +41,26 @@
 ## # rcntp addserver yourserver
 ## 
 
+# Access control configuration; see 
/usr/share/doc/packages/ntp/html/accopt.html for
+# details.  The web page 
http://support.ntp.org/bin/view/Support/AccessRestrictions
+# might also be helpful.
+#
+# Note that restrict applies to both servers and clients, so a configuration
+# that might be intended to block requests from certain clients could also end
+# up blocking replies from your own upstream servers.
+
+# By default, exchange time with everybody, but don't allow configuration.
+restrict -4 default kod notrap nomodify nopeer noquery
+restrict -6 default kod notrap nomodify nopeer noquery
+
+# Local users may interrogate the ntp server more closely.
+restrict 127.0.0.1
+restrict ::1
+
+# Clients from this (example!) subnet have unlimited access, but only if
+# cryptographically authenticated.
+#restrict 192.168.123.0 mask 255.255.255.0 notrust
+
 ##
 ## Miscellaneous stuff
 ##



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



commit nip2 for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is nip2

Changes:

--- /work/SRC/openSUSE:Factory/nip2/nip2.changes2013-12-22 
19:36:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.nip2.new/nip2.changes   2014-01-23 
15:50:01.0 +0100
@@ -1,0 +2,13 @@
+Tue Jan 21 15:46:31 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 7.38.1
+  * add scRGB to list of known Types
+  * fix scRGB display
+
+---
+Sun Jan 19 06:41:14 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 7.38.0
+  * version bump due to new release of vips library
+
+---

Old:

  nip2-7.36.5.tar.gz

New:

  nip2-7.38.1.tar.gz



Other differences:
--
++ nip2.spec ++
--- /var/tmp/diff_new_pack.BCs0SR/_old  2014-01-23 15:50:03.0 +0100
+++ /var/tmp/diff_new_pack.BCs0SR/_new  2014-01-23 15:50:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nip2
 #
-# 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:   nip2
-Version:7.36.5
+Version:7.38.1
 Release:0
 Summary:Interactive tool for working with large images
 License:GPL-2.0+

++ nip2-7.36.5.tar.gz - nip2-7.38.1.tar.gz ++
/work/SRC/openSUSE:Factory/nip2/nip2-7.36.5.tar.gz 
/work/SRC/openSUSE:Factory/.nip2.new/nip2-7.38.1.tar.gz differ: char 5, line 1

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



commit mokutil for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package mokutil for openSUSE:Factory checked 
in at 2014-01-22 14:00:11

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


Package is mokutil

Changes:

--- /work/SRC/openSUSE:Factory/mokutil/mokutil.changes  2013-12-05 
07:17:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.mokutil.new/mokutil.changes 2014-01-23 
15:49:40.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 22 05:55:45 UTC 2014 - g...@suse.com
+
+- Update mokutil-mokx-support.patch to fix the test-key request
+  check
+
+---



Other differences:
--
++ mokutil.spec ++
--- /var/tmp/diff_new_pack.jd8FqD/_old  2014-01-23 15:49:41.0 +0100
+++ /var/tmp/diff_new_pack.jd8FqD/_new  2014-01-23 15:49:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mokutil
 #
-# 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

++ mokutil-mokx-support.patch ++
--- /var/tmp/diff_new_pack.jd8FqD/_old  2014-01-23 15:49:41.0 +0100
+++ /var/tmp/diff_new_pack.jd8FqD/_new  2014-01-23 15:49:41.0 +0100
@@ -1,7 +1,7 @@
 From 65c8d2eb32beda5e90af891de3e5bda41a8aa6f1 Mon Sep 17 00:00:00 2001
 From: Gary Ching-Pang Lin g...@suse.com
 Date: Mon, 21 Oct 2013 17:49:33 +0800
-Subject: [PATCH 01/18] Update TODO
+Subject: [PATCH 01/20] Update TODO
 
 ---
  TODO | 16 ++--
@@ -32,13 +32,13 @@
 +* Support MokX
 +* Import hash into MokNew, NokDel, MokXNew
 -- 
-1.8.1.4
+1.8.4
 
 
 From 012d82be0468e876a10691fbabab2ed11b7a4954 Mon Sep 17 00:00:00 2001
 From: Gary Ching-Pang Lin g...@suse.com
 Date: Tue, 22 Oct 2013 14:24:13 +0800
-Subject: [PATCH 02/18] Show the hashes in the database
+Subject: [PATCH 02/20] Show the hashes in the database
 
 ---
  src/efi.h   |   2 +-
@@ -252,13 +252,13 @@
 +
 +#endif /* SIGNATURE_H */
 -- 
-1.8.1.4
+1.8.4
 
 
 From 77a215f86139b21fd55dca4d032b7269f62b51c1 Mon Sep 17 00:00:00 2001
 From: Gary Ching-Pang Lin g...@suse.com
 Date: Tue, 22 Oct 2013 14:34:21 +0800
-Subject: [PATCH 03/18] Don't allocate the MOK list until there is a node
+Subject: [PATCH 03/20] Don't allocate the MOK list until there is a node
 
 ---
  src/mokutil.c | 9 +
@@ -290,13 +290,13 @@
if ((efi_guidcmp (CertList-SignatureType, EfiCertX509Guid) != 
0) 
(efi_guidcmp (CertList-SignatureType, EfiHashSha1Guid) != 
0) 
 -- 
-1.8.1.4
+1.8.4
 
 
 From befae0e92ea24e35208b07786857d195ce8aa086 Mon Sep 17 00:00:00 2001
 From: Gary Ching-Pang Lin g...@suse.com
 Date: Tue, 22 Oct 2013 14:40:58 +0800
-Subject: [PATCH 04/18] Skip hashes while exporting MokListRT
+Subject: [PATCH 04/20] Skip hashes while exporting MokListRT
 
 ---
  src/mokutil.c | 4 
@@ -318,13 +318,13 @@
fd = open (filename, O_CREAT | O_WRONLY, mode);
if (fd == -1) {
 -- 
-1.8.1.4
+1.8.4
 
 
 From 9cfc5f93e15e05dabf46a86e4f8e899e32443176 Mon Sep 17 00:00:00 2001
 From: Gary Ching-Pang Lin g...@suse.com
 Date: Tue, 22 Oct 2013 16:05:33 +0800
-Subject: [PATCH 05/18] Match the hashes in the database
+Subject: [PATCH 05/20] Match the hashes in the database
 
 ---
  src/mokutil.c | 162 +++---
@@ -571,13 +571,13 @@
ret = 0;
} else {
 -- 
-1.8.1.4
+1.8.4
 
 
 From 9ec6f6836a386d527cf62d6583c3ea5e394f62a5 Mon Sep 17 00:00:00 2001
 From: Gary Ching-Pang Lin g...@suse.com
 Date: Tue, 22 Oct 2013 18:01:11 +0800
-Subject: [PATCH 06/18] Support MOK blacklist
+Subject: [PATCH 06/20] Support MOK blacklist
 
 ---
  src/mokutil.c | 223 ++
@@ -1003,13 +1003,13 @@
print_help ();
break;
 -- 
-1.8.1.4
+1.8.4
 
 
 From 73c2a558b6fa9fb42526d4d2ac5c7db40d402c8f Mon Sep 17 00:00:00 2001
 From: Gary Ching-Pang Lin g...@suse.com
 Date: Wed, 23 Oct 2013 10:41:58 +0800
-Subject: [PATCH 07/18] Fix the memory leakage
+Subject: [PATCH 07/20] Fix the memory leakage
 
 ---
  src/mokutil.c | 12 
@@ -1050,13 +1050,13 @@
if (key_file == NULL) {
fprintf (stderr, Could not allocate space: 
%m\n);
 -- 
-1.8.1.4
+1.8.4
 
 
 From 62162fc5a5c33c987e4b8106a9e98c3abf8288ae Mon Sep 17 00:00:00 2001
 From: Gary Ching-Pang Lin g...@suse.com
 Date: Wed, 23 Oct 2013 17:29:53 +0800
-Subject: [PATCH 08/18] Support import and delete a hash
+Subject: [PATCH 

commit mumble for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

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

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


Package is mumble

Changes:

--- /work/SRC/openSUSE:Factory/mumble/mumble.changes2014-01-14 
15:08:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.mumble.new/mumble.changes   2014-01-23 
15:49:49.0 +0100
@@ -5,0 +6 @@
+  (bnc#855478)



Other differences:
--

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



  1   2   3   >