commit resource-agents for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2014-05-26 10:27:38

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


Package is resource-agents

Changes:

--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2014-05-22 20:38:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes 
2014-05-26 10:27:41.0 +0200
@@ -1,0 +2,13 @@
+Fri May 23 12:29:27 UTC 2014 - kgronl...@suse.com
+
+- Updated 0001-ldirectord-Add-systemd-unit-file-bnc-863250.patch
+  - Use absolute paths for touch and rm
+
+- ldirectord: Add missing dependency on perl-IO-Socket-INET6
+
+---
+Fri May 23 08:08:03 UTC 2014 - jseg...@novell.com
+
+- added necessary macros for systemd files
+
+---

Old:

  0015-Medium-exportfs-Make-unlock_on_stop_default-1-bnc-86.patch



Other differences:
--
++ resource-agents.spec ++
--- /var/tmp/diff_new_pack.1ffMZx/_old  2014-05-26 10:27:42.0 +0200
+++ /var/tmp/diff_new_pack.1ffMZx/_new  2014-05-26 10:27:42.0 +0200
@@ -113,6 +113,7 @@
 Requires:   perl-libwww-perl
 Obsoletes:  heartbeat-ldirectord
 Provides:   heartbeat-ldirectord
+Requires:   perl-IO-Socket-INET6
 Requires:   perl-MailTools
 Requires:   perl-Socket6
 %if 0%{?suse_version}
@@ -252,6 +253,11 @@
 %service_add_post ldirectord.service
 %endif
 
+%pre -n ldirectord
+%if %{defined _unitdir}
+%service_add_pre ldirectord.service
+%endif
+
 %endif
 
 %if 0%{?fedora}

++ 0001-ldirectord-Add-systemd-unit-file-bnc-863250.patch ++
--- /var/tmp/diff_new_pack.1ffMZx/_old  2014-05-26 10:27:42.0 +0200
+++ /var/tmp/diff_new_pack.1ffMZx/_new  2014-05-26 10:27:42.0 +0200
@@ -1,7 +1,7 @@
-From bf45a3ad6e916a908e7a38368f8c8d5b13aa7123 Mon Sep 17 00:00:00 2001
+From 90e7b31e627057882701d2c33638c977dd4c4922 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= k...@koru.se
 Date: Wed, 26 Feb 2014 13:55:00 +0100
-Subject: [PATCH] ldirectord: Add systemd unit file (bnc#863250)
+Subject: [PATCH 2/3] ldirectord: Add systemd unit file (bnc#863250)
 
 Systemd unit file for the ldirectord service.
 ---
@@ -117,7 +117,7 @@
 +endif
 diff --git a/ldirectord/systemd/ldirectord.service.in 
b/ldirectord/systemd/ldirectord.service.in
 new file mode 100644
-index ..b0c9b8d9036c
+index ..4fe9638295c6
 --- /dev/null
 +++ b/ldirectord/systemd/ldirectord.service.in
 @@ -0,0 +1,11 @@
@@ -126,9 +126,9 @@
 +
 +[Service]
 +ExecStart=@sbindir@/ldirectord start
-+ExecStartPost=touch /var/lock/subsys/ldirectord
++ExecStartPost=/usr/bin/touch /var/lock/subsys/ldirectord
 +ExecStop=@sbindir@/ldirectord stop
-+ExecStopPost=rm -f /var/lock/subsys/ldirectord
++ExecStopPost=/usr/bin/rm -f /var/lock/subsys/ldirectord
 +ExecReload=@sbindir@/ldirectord reload
 +PIDFile=/var/run/ldirectord.ldirectord.pid
 +Type=forking

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



commit gccmakedep for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package gccmakedep for openSUSE:Factory 
checked in at 2014-05-26 10:27:34

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


Package is gccmakedep

Changes:

--- /work/SRC/openSUSE:Factory/gccmakedep/gccmakedep.changes2012-05-08 
11:57:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.gccmakedep.new/gccmakedep.changes   
2014-05-26 10:27:35.0 +0200
@@ -1,0 +2,7 @@
+Thu May 22 16:10:08 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.0.3:
+  This release fixes gccmakedep with GNU cpp versions newer than
+  4.7, by no longer using cpp to generate the gccmakedep script.
+
+---

Old:

  gccmakedep-1.0.2.tar.bz2

New:

  gccmakedep-1.0.3.tar.bz2



Other differences:
--
++ gccmakedep.spec ++
--- /var/tmp/diff_new_pack.E8GI4H/_old  2014-05-26 10:27:36.0 +0200
+++ /var/tmp/diff_new_pack.E8GI4H/_new  2014-05-26 10:27:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gccmakedep
 #
-# 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
@@ -15,14 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gccmakedep
-Version:1.0.2
+Version:1.0.3
 Release:0
-License:MIT
 Summary:Utility to list the resource database of an X application
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  Development/Tools/Building
-Source0:
http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
+Url:http://xorg.freedesktop.org/
+#Source URL:http://xorg.freedesktop.org/releases/individual/util/
+Source0:%{name}-%{version}.tar.bz2
 # This was part of the xorg-x11-util-devel package up to version 7.6
 Conflicts:  xorg-x11-util-devel = 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,6 +49,6 @@
 %defattr(-,root,root)
 %doc ChangeLog COPYING
 %{_bindir}/gccmakedep
-%{_mandir}/man1/gccmakedep.1x%{?ext_man}
+%{_mandir}/man1/gccmakedep.1%{?ext_man}
 
 %changelog

++ gccmakedep-1.0.2.tar.bz2 - gccmakedep-1.0.3.tar.bz2 ++
 22505 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/gccmakedep-1.0.2/ChangeLog new/gccmakedep-1.0.3/ChangeLog
--- old/gccmakedep-1.0.2/ChangeLog  2006-05-15 22:27:38.0 +0200
+++ new/gccmakedep-1.0.3/ChangeLog  2014-05-21 20:26:33.0 +0200
@@ -1,38 +1,191 @@
-2006-05-15  Adam Jackson  a...@freedesktop.org
+commit 1f01500a313ed91f093e1d489162742e3d588dde
+Author: Julien Cristau jcris...@debian.org
+Date:   Wed May 21 20:20:47 2014 +0200
 
-   * configure.ac:
-   Bump to 1.0.2
+Bump to 1.0.3
+
+Signed-off-by: Julien Cristau jcris...@debian.org
 
-2006-02-06  Donnie Berkholz  spyder...@gentoo.org
+commit 855a9cb40ca734e1c99c3a1032630281d99572d1
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Jun 4 21:36:36 2011 -0700
 
-   * Makefile.am:
-   RM needed some more quoting.
+Use autoconf instead of XORG_RAWCPP to substitute text in gccmakedep
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Gaetan Nadon mems...@videotron.ca
 
-2006-02-06  Donnie Berkholz  spyder...@gentoo.org
+commit 7abbe73c0ead0f335f2e39a486ac3004b8c30b08
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Jun 4 21:27:24 2011 -0700
 
-   * Makefile.am:
-   RM should be 'rm -f' for monolithic compatibility.
+config: use util-macros 1.8 for man page substitutions
+
+Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
+The value of MAN_SUBST is the same for all X.Org packages.
+
+Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
+Enables silent rule and use platform appropriate version of sed.
+
+Use $(CHANGELOG_CMD) provided by XORG_DEFAULT_OPTIONS
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
 
-2005-12-20  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit 7718a63128381dc22021e9a7bee5a41d1be0
+Author: 

commit talloc for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2014-05-26 10:27:39

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


Package is talloc

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2014-05-22 
09:04:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2014-05-26 
10:27:43.0 +0200
@@ -1,0 +2,14 @@
+Fri May 23 19:15:38 UTC 2014 - lmue...@suse.com
+
+- Require pkg-config from the devel packages.
+
+---
+Thu May 22 17:44:49 UTC 2014 - lmue...@suse.com
+
+- Update to 2.1.1.
+  + documentation updates
+  + a fix for pytalloc-util.pc
+  + performance improvements here and there
+  + fixed compiler warnings
+
+---

Old:

  talloc-2.1.0.tar
  talloc-2.1.0.tar.asc

New:

  talloc-2.1.1.tar
  talloc-2.1.1.tar.asc



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.KzKMl2/_old  2014-05-26 10:27:43.0 +0200
+++ /var/tmp/diff_new_pack.KzKMl2/_new  2014-05-26 10:27:43.0 +0200
@@ -37,7 +37,7 @@
 #!BuildIgnore:  python
 %endif
 Url:http://talloc.samba.org/
-Version:2.1.0
+Version:2.1.1
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library
@@ -81,6 +81,11 @@
 Summary:Libraries and Header Files to Develop Programs with talloc2 
Support
 Group:  Development/Libraries/C and C++
 Requires:   %{libtalloc_name} = %{version}
+%if 0%{?suse_version}  1020
+Requires:   pkg-config
+%else
+Requires:   pkgconfig
+%endif
 
 %description -n libtalloc-devel
 Talloc is a hierarchical, reference counted memory pool system with
@@ -105,6 +110,11 @@
 Summary:Developer tools for the Talloc library
 Group:  Development/Libraries/Python
 Requires:   pytalloc = %{version}
+%if 0%{?suse_version}  1020
+Requires:   pkg-config
+%else
+Requires:   pkgconfig
+%endif
 
 %description -n pytalloc-devel
 Libraries and Header Files to Develop Programs with pytalloc Support


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



commit yast2-vm for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2014-05-26 10:28:08

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


Package is yast2-vm

Changes:

--- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes2014-05-23 
15:00:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2014-05-26 
10:28:11.0 +0200
@@ -1,0 +2,6 @@
+Fri May 23 10:01:44 MDT 2014 - carn...@suse.com
+
+- bnc#879463 - Yast2 VM: network bridge is not created 
+- 3.1.11
+
+---

Old:

  yast2-vm-3.1.10.tar.bz2

New:

  yast2-vm-3.1.11.tar.bz2



Other differences:
--
++ yast2-vm.spec ++
--- /var/tmp/diff_new_pack.uhANKX/_old  2014-05-26 10:28:12.0 +0200
+++ /var/tmp/diff_new_pack.uhANKX/_new  2014-05-26 10:28:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-vm
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-vm-3.1.10.tar.bz2 - yast2-vm-3.1.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.10/package/yast2-vm.changes 
new/yast2-vm-3.1.11/package/yast2-vm.changes
--- old/yast2-vm-3.1.10/package/yast2-vm.changes2014-05-22 
14:07:44.0 +0200
+++ new/yast2-vm-3.1.11/package/yast2-vm.changes2014-05-23 
18:07:43.0 +0200
@@ -1,4 +1,10 @@
 ---
+Fri May 23 10:01:44 MDT 2014 - carn...@suse.com
+
+- bnc#879463 - Yast2 VM: network bridge is not created 
+- 3.1.11
+
+---
 Thu May 22 11:36:51 UTC 2014 - jreidin...@suse.com
 
 - Fix passed kernel flavor (bnc#878909)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.10/package/yast2-vm.spec 
new/yast2-vm-3.1.11/package/yast2-vm.spec
--- old/yast2-vm-3.1.10/package/yast2-vm.spec   2014-05-22 14:07:44.0 
+0200
+++ new/yast2-vm-3.1.11/package/yast2-vm.spec   2014-05-23 18:07:43.0 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-vm
-Version:3.1.10
+Version:3.1.11
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.10/src/modules/VM_XEN.rb 
new/yast2-vm-3.1.11/src/modules/VM_XEN.rb
--- old/yast2-vm-3.1.10/src/modules/VM_XEN.rb   2014-05-22 14:07:44.0 
+0200
+++ new/yast2-vm-3.1.11/src/modules/VM_XEN.rb   2014-05-23 18:07:43.0 
+0200
@@ -45,6 +45,7 @@
   Yast.import Wizard
   Yast.import Label
   Yast.import Bootloader
+  Yast.import Lan
 
 
   @net_path = /sys/class/net/
@@ -489,10 +490,9 @@
   :focus_yes
 )
 Builtins.y2milestone(Configuring default bridge for Xen or 
KVM...)
-WFM.call(lan_proposal, [MakeProposal])
-UI.OpenDialog(VBox())
-WFM.call(lan_proposal, [Write])
-UI.CloseDialog
+Lan.Read(:cache)
+Lan.ProposeVirtualized
+Lan.Write
   end
 end
 

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



commit libxml2 for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:Factory checked 
in at 2014-05-26 10:28:11

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


Package is libxml2

Changes:

--- /work/SRC/openSUSE:Factory/libxml2/libxml2.changes  2013-08-04 
16:55:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxml2.new/libxml2.changes 2014-05-26 
10:28:13.0 +0200
@@ -1,0 +2,8 @@
+Fri May 23 15:01:54 UTC 2014 - vci...@suse.com
+
+- fix for CVE-2014-0191 (bnc#876652)
+  * libxml2: external parameter entity loaded when entity
+substitution is disabled
+  * added libxml2-CVE-2014-0191.patch
+
+---

New:

  libxml2-CVE-2014-0191.patch



Other differences:
--
++ libxml2.spec ++
--- /var/tmp/diff_new_pack.QXKXtu/_old  2014-05-26 10:28:15.0 +0200
+++ /var/tmp/diff_new_pack.QXKXtu/_new  2014-05-26 10:28:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libxml2
 #
-# 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 @@
 Source: ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
 Source2:baselibs.conf
 Patch0: fix-perl.diff
+Patch1: libxml2-CVE-2014-0191.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
@@ -123,6 +124,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 %configure --disable-static \

++ python-libxml2.spec ++
--- /var/tmp/diff_new_pack.QXKXtu/_old  2014-05-26 10:28:15.0 +0200
+++ /var/tmp/diff_new_pack.QXKXtu/_new  2014-05-26 10:28:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-libxml2
 #
-# 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

++ libxml2-CVE-2014-0191.patch ++
From 9cd1c3cfbd32655d60572c0a413e017260c854df Mon Sep 17 00:00:00 2001
From: Daniel Veillard veill...@redhat.com
Date: Tue, 22 Apr 2014 15:30:56 +0800
Subject: Do not fetch external parameter entities

Unless explicitely asked for when validating or replacing entities
with their value. Problem pointed out by Daniel Berrange berra...@redhat.com

From 7c3c663e4f844aaecbb0cfc29567fe2ee9506fc4 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev tetrom...@gentoo.org
Date: Fri, 16 May 2014 22:46:00 -0400
Subject: [PATCH] xmllint: a posteriori validation needs to load exernal
 entities

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

Index: libxml2-2.9.1/parser.c
===
--- libxml2-2.9.1.orig/parser.c 2013-04-16 15:39:18.0 +0200
+++ libxml2-2.9.1/parser.c  2014-05-23 11:26:43.344897186 +0200
@@ -2595,6 +2595,20 @@ xmlParserHandlePEReference(xmlParserCtxt
xmlCharEncoding enc;
 
/*
+* Note: external parsed entities will not be loaded, it is
+* not required for a non-validating parser, unless the
+* option of validating, or substituting entities were
+* given. Doing so is far more secure as the parser will
+* only process data coming from the document entity by
+* default.
+*/
+if ((entity-etype == XML_EXTERNAL_PARAMETER_ENTITY) 
+   ((ctxt-options  XML_PARSE_NOENT) == 0) 
+   ((ctxt-options  XML_PARSE_DTDVALID) == 0) 
+   (ctxt-validate == 0))
+   return;
+
+   /*
 * handle the extra spaces added before and after
 * c.f. http://www.w3.org/TR/REC-xml#as-PE
 * this is done independently.
Index: libxml2-2.9.1/xmllint.c
===
--- libxml2-2.9.1.orig/xmllint.c2013-03-27 04:31:47.0 +0100
+++ libxml2-2.9.1/xmllint.c 2014-05-23 11:26:43.344897186 +0200
@@ -3505,7 +3505,12 @@ main(int argc, char **argv) {
xmlLoadExtDtdDefaultValue |= XML_COMPLETE_ATTRS;
 if (noent != 0) xmlSubstituteEntitiesDefault(1);
 #ifdef LIBXML_VALID_ENABLED
-if (valid != 0) 

commit dd_rescue for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package dd_rescue for openSUSE:Factory 
checked in at 2014-05-26 10:28:09

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


Package is dd_rescue

Changes:

--- /work/SRC/openSUSE:Factory/dd_rescue/dd_rescue.changes  2014-03-16 
08:04:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.dd_rescue.new/dd_rescue.changes 2014-05-26 
10:28:12.0 +0200
@@ -1,0 +2,47 @@
+Fri May 23 11:25:20 CEST 2014 - k...@garloff.de
+
+- Update to dd_rescue-1.44:
+  * MD5 plugin has been renamed to hash, reflecting that it supports
+sha1, sha256, sha224, sha512, sha384 now as well.
+
+---
+Fri May 23 09:56:10 CEST 2014 - k...@garloff.de
+
+- dd_rescue-1.43-1.43.1.diff: Delete (integrated upstream)
+- dd_rescue-fix_insn_probe.diff: Delete (integrated upstsream) 
+
+---
+Wed May 21 10:44:18 CEST 2014 - k...@garloff.de
+
+- dd_rescue-1.43-1.43.1.diff: Document 256kiB limit of lzop in
+  man page, output warning in ddr_lzo and respect limit in test
+  suite.
+
+---
+Tue May 20 09:29:40 CEST 2014 - k...@garloff.de
+
+- Update to 1.43-final: Make make check succeed without lzop.
+
+---
+Mon May 19 21:03:04 CEST 2014 - k...@garloff.de
+
+- Update to 1.43-pre:
+  * Fix bug in extend, which previously would disallow to append
+more data than existed before.
+  * Some minor improvements on messages and manpage.
+  * ARMv8 (AArch64) optimized find_nonzero for fast zero-block
+detection.
+  * Significant rework of plugin interface, leading also to some
+refactoring of option parsing and passing. 
+  * Refactoring of MD5 plugin, improving tolerance against holes
+e.g. at the end of a file. Better test coverage. Consistent
+message prefix. output option to produce md5sum check files.
+  * Add libddr_lzo plugin, allowing transparent de/compression
+of the data. Supports sparse files, appending, ... and a variety
+of algorithms and has a number of ways to handle somewhat
+damaged files. With the lzo1x_ algorithms, it's compatible with
+lzop. Comes with a good number of tests and an own fuzzer to
+test robustness of the decompressor. Shipped with an own man 
+page and is packaged into the dd_rescue-lzo sub package.
+
+---

Old:

  dd_rescue-1.42.tar.gz
  dd_rescue-fix_insn_probe.diff

New:

  dd_rescue-1.44.tar.gz



Other differences:
--
++ dd_rescue.spec ++
--- /var/tmp/diff_new_pack.VbbSTs/_old  2014-05-26 10:28:13.0 +0200
+++ /var/tmp/diff_new_pack.VbbSTs/_new  2014-05-26 10:28:13.0 +0200
@@ -17,21 +17,22 @@
 
 
 Name:   dd_rescue
-Version:1.42
+Version:1.44
 Release:0
 Summary:Data Copying in the Presence of I/O Errors
 License:GPL-2.0 or GPL-3.0
 Group:  System/Base
 Url:http://www.garloff.de/kurt/linux/ddrescue/
 Source0:http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.gz
-Patch0: dd_rescue-fix_insn_probe.diff
 BuildRequires:  autoconf
 BuildRequires:  libattr-devel
+BuildRequires:  lzo-devel
 %if 0%{?suse_version} = 1200
 BuildRequires:  libfallocate-devel
+BuildRequires:  lzop
 %endif
 Requires:   bc
-Recommends: dd_rhelp libfallocate0
+Recommends: dd_rhelp libfallocate0 dd_rescue-lzo
 # ddrescue was last used in openSUSE 11.4 (version 1.14_0.0.6)
 Provides:   ddrescue = %{version}
 Obsoletes:  ddrescue  %{version}
@@ -45,11 +46,42 @@
 dd_rescue has many other goodies; optimization by using large blocks
 as long as no errors are in sight and falling back to small ones; reverse
 direction copy; splice in-kernel zerocopy; O_DIRECT support; preallocation
-with fallocate(); random number writing etc.
+with fallocate().
+
+dd_rescue also provides data protection features by overwriting files
+or disks with fast random numbers, optionally multiple times.
+
+dd_rescue supports plugins; currently an MD5 and an lzo plugin exist.
+
+%package lzo
+Summary:LZO plugin for dd_rescue
+Group:  System/Base
+Requires:   dd_rescue = %{version}
+
+%description lzo
+This plugin allows you do de/compress files during recovery copying
+with dd_rescue using the lzo family of algorithms. lzo algorithms
+are very fast to decompress and most algorithms are very fast to
+compress as well -- at the expense of somewhat worse compression than
+zlib's deflate.
+
+The plugin does 

commit installation-images-openSUSE for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2014-05-26 10:27:37

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


Package is installation-images-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2014-05-22 20:39:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2014-05-26 10:27:40.0 +0200
@@ -1,0 +2,15 @@
+Fri May 23 14:41:10 CEST 2014 - snw...@suse.de
+
+- get syslogd working again, logging to /var/log/messages
+- change nscd config to not cache passwd  group (bnc #878904)
+- start nscd always (used to be for network installs only - but yast will
+  probably start network anyway later on)
+- 14.98
+
+---
+Fri May 23 08:20:35 CEST 2014 - snw...@suse.de
+
+- don't run nscd (bnc #878904)
+- 14.97
+
+---

Old:

  installation-images-14.96.tar.xz

New:

  installation-images-14.98.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.fbREdf/_old  2014-05-26 10:27:41.0 +0200
+++ /var/tmp/diff_new_pack.fbREdf/_new  2014-05-26 10:27:41.0 +0200
@@ -355,10 +355,10 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.96
+Version:14.98
 Release:0
 Provides:   installation-images = %version-%release
-Source: installation-images-14.96.tar.xz
+Source: installation-images-14.98.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-14.96.tar.xz - installation-images-14.98.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.96/VERSION 
new/installation-images-14.98/VERSION
--- old/installation-images-14.96/VERSION   2014-05-22 12:51:45.0 
+0200
+++ new/installation-images-14.98/VERSION   2014-05-23 14:41:00.0 
+0200
@@ -1 +1 @@
-14.96
+14.98
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.96/changelog 
new/installation-images-14.98/changelog
--- old/installation-images-14.96/changelog 2014-05-22 12:51:51.0 
+0200
+++ new/installation-images-14.98/changelog 2014-05-23 14:41:05.0 
+0200
@@ -1,4 +1,14 @@
-2014-05-22:HEAD
+2014-05-23:HEAD
+   - Sort out system daemons in installation system.
+   - get syslogd working again, logging to /var/log/messages
+   - change nscd config to not cache passwd  group (bnc #878904)
+   - start nscd always (used to be for network installs only - but yast 
will
+ probably start network anyway later on)
+
+2014-05-23:14.97
+   - don't run nscd (bnc #878904)
+
+2014-05-22:14.96
- add systemd-sysctl (bnc #879248)
 
 2014-05-22:14.95
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.96/data/initrd/etc/syslog.conf 
new/installation-images-14.98/data/initrd/etc/syslog.conf
--- old/installation-images-14.96/data/initrd/etc/syslog.conf   2013-11-18 
11:49:20.0 +0100
+++ new/installation-images-14.98/data/initrd/etc/syslog.conf   2014-05-23 
14:28:51.0 +0200
@@ -1 +1 @@
-*.*/dev/tty4
+*.*/var/log/messages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.96/data/root/etc/inst_setup 
new/installation-images-14.98/data/root/etc/inst_setup
--- old/installation-images-14.96/data/root/etc/inst_setup  2014-05-21 
11:49:38.0 +0200
+++ new/installation-images-14.98/data/root/etc/inst_setup  2014-05-23 
14:25:18.0 +0200
@@ -129,12 +129,15 @@
   [ -x $i ]  $i
 done
 
-# start syslog
-if [ -x /sbin/syslogd ] ; then
-  checkproc /sbin/syslogd || {
-echo -n starting syslogd (logging to /dev/tty4)...
-sh -c '/sbin/syslogd 1' 2/dev/null
-echo  ok
+# start syslogd
+if [ -x /usr/sbin/syslogd ] ; then
+  checkproc /usr/sbin/syslogd || {
+echo -n starting syslogd (logging to /var/log/messages)...
+if /usr/sbin/syslogd ; then
+  echo  ok
+else
+  echo  failed
+fi
   }
 fi
 
@@ -150,8 +153,17 @@
   }
 fi
 
-# start nscd (bnc #530440)
-[ -f /etc/resolv.conf ]  nscd
+# start nscd (bnc #530440, bnc #878904)

commit yast2-network for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2014-05-26 10:28:07

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


Package is yast2-network

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2014-05-22 20:38:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2014-05-26 10:28:09.0 +0200
@@ -1,0 +2,7 @@
+Fri May 23 16:51:27 CEST 2014 - loci...@suse.com
+
+- Fixed service name for remote administration (display-manager)
+  including code Rubyfication (bnc#878910)
+- 3.1.58
+
+---

Old:

  yast2-network-3.1.57.tar.bz2

New:

  yast2-network-3.1.58.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.mf3Myb/_old  2014-05-26 10:28:10.0 +0200
+++ /var/tmp/diff_new_pack.mf3Myb/_new  2014-05-26 10:28:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.57
+Version:3.1.58
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-network-3.1.57.tar.bz2 - yast2-network-3.1.58.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.57/package/yast2-network.changes 
new/yast2-network-3.1.58/package/yast2-network.changes
--- old/yast2-network-3.1.57/package/yast2-network.changes  2014-05-16 
16:08:47.0 +0200
+++ new/yast2-network-3.1.58/package/yast2-network.changes  2014-05-23 
17:38:49.0 +0200
@@ -1,4 +1,11 @@
 ---
+Fri May 23 16:51:27 CEST 2014 - loci...@suse.com
+
+- Fixed service name for remote administration (display-manager)
+  including code Rubyfication (bnc#878910)
+- 3.1.58
+
+---
 Fri May 16 13:59:51 UTC 2014 - mfi...@suse.com
 
 - bnc#877690
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.57/package/yast2-network.spec 
new/yast2-network-3.1.58/package/yast2-network.spec
--- old/yast2-network-3.1.57/package/yast2-network.spec 2014-05-16 
16:08:47.0 +0200
+++ new/yast2-network-3.1.58/package/yast2-network.spec 2014-05-23 
17:38:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.57
+Version:3.1.58
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-network-3.1.57/src/include/network/remote/dialogs.rb 
new/yast2-network-3.1.58/src/include/network/remote/dialogs.rb
--- old/yast2-network-3.1.57/src/include/network/remote/dialogs.rb  
2014-05-16 16:08:47.0 +0200
+++ new/yast2-network-3.1.58/src/include/network/remote/dialogs.rb  
2014-05-23 17:38:49.0 +0200
@@ -41,8 +41,7 @@
 end
 
 def DialogDone(event)
-  event = deep_copy(event)
-  action = Convert.to_symbol(event)
+  action = event.to_sym
 
   return true if action == :next || action == :back
   return true if action == :abort || action == :cancel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.57/src/modules/Remote.rb 
new/yast2-network-3.1.58/src/modules/Remote.rb
--- old/yast2-network-3.1.57/src/modules/Remote.rb  2014-05-16 
16:08:47.0 +0200
+++ new/yast2-network-3.1.58/src/modules/Remote.rb  2014-05-23 
17:38:49.0 +0200
@@ -32,6 +32,13 @@
 
 module Yast
   class RemoteClass  Module
+include Yast::Logger
+
+XDM_SERVICE_NAME = display-manager
+XINETD_SERVICE = xinetd
+
+PKG_CONTAINING_FW_SERVICES = xorg-x11-Xvnc
+
 def main
   Yast.import UI
   textdomain network
@@ -45,6 +52,7 @@
   Yast.import Linuxrc
   Yast.import String
   Yast.import FileUtils
+  Yast.import Message
 
   Yast.include self, network/routines.rb
 
@@ -99,11 +107,8 @@
   @already_proposed = true
 
   # Bugzilla #135605 - enabling Remote Administration when installing 
using VNC
-  if Linuxrc.vnc
-@allow_administration = true
-  else
-@allow_administration = false
-  end
+  @allow_administration = Linuxrc.vnc
+
   Builtins.y2milestone(
 Remote Administration was proposed as: %1,
 @allow_administration ? enabled : disabled
@@ -151,7 +156,7 @@
   # - is case insensitive to option names.
   # - option can be prefixed by 0 or up to 2 

commit xdm for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2014-05-26 10:28:05

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


Package is xdm

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2014-05-22 20:38:34.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2014-05-26 
10:28:07.0 +0200
@@ -1,0 +2,5 @@
+Fri May 23 13:01:21 UTC 2014 - jseg...@novell.com
+
+- added necessary macros for systemd files
+
+---



Other differences:
--
++ xdm.spec ++
--- /var/tmp/diff_new_pack.sZyWIC/_old  2014-05-26 10:28:07.0 +0200
+++ /var/tmp/diff_new_pack.sZyWIC/_new  2014-05-26 10:28:07.0 +0200
@@ -170,6 +170,11 @@
 %endif
 %{fillup_only -n displaymanager}
 
+%pre
+%if !0%{?suse_version}  1320
+  %service_add_pre display-manager.service
+%endif
+
 %postun
 %if 0%{?suse_version}  1320
 %{insserv_cleanup}
@@ -177,6 +182,11 @@
 %service_del_postun display-manager.service
 %endif
 
+%preun
+%if !0%{?suse_version}  1320
+  %service_del_preun display-manager.service
+%endif
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README

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



commit telepathy-mission-control for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package telepathy-mission-control for 
openSUSE:Factory checked in at 2014-05-26 10:28:06

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


Package is telepathy-mission-control

Changes:

--- 
/work/SRC/openSUSE:Factory/telepathy-mission-control/telepathy-mission-control.changes
  2014-03-04 20:59:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.telepathy-mission-control.new/telepathy-mission-control.changes
 2014-05-26 10:28:08.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  3 00:07:17 UTC 2014 - mgo...@suse.com
+
+- Add 0001-mc-tool-fix-setting-automatic-presence.patch: fix crash
+  setting auto-presence (fdo#74187).
+
+---

New:

  0001-mc-tool-fix-setting-automatic-presence.patch



Other differences:
--
++ telepathy-mission-control.spec ++
--- /var/tmp/diff_new_pack.ar9JXD/_old  2014-05-26 10:28:09.0 +0200
+++ /var/tmp/diff_new_pack.ar9JXD/_new  2014-05-26 10:28:09.0 +0200
@@ -27,6 +27,8 @@
 Source: 
http://telepathy.freedesktop.org/releases/telepathy-mission-control/%{name}-%{version}.tar.gz
 # PATCH-NEEDS-REBASE lockdown-protocols.patch fdo21699 vu...@novell.com -- 
Sent upstream for discussion, it will need a rewrite for MC5 WAS: 
PATCH-FEATURE-UPSTREAM
 Patch1: lockdown-protocols.patch
+# PATCH-FIX-UPSTREAM 0001-mc-tool-fix-setting-automatic-presence.patch 
fdo#74187 mgo...@suse.com -- fix crash setting auto-presence.
+Patch2: 0001-mc-tool-fix-setting-automatic-presence.patch
 BuildRequires:  dbus-1-glib-devel = 0.73
 BuildRequires:  fdupes
 BuildRequires:  libxslt-devel
@@ -76,6 +78,7 @@
 %setup -q
 # NEEDS REBASE
 # %patch1 -p0
+%patch2 -p1
 
 %build
 %configure --disable-static --with-pic

++ 0001-mc-tool-fix-setting-automatic-presence.patch ++
From a4bcc16f16f72d7a2b8fe74e715183b7b6985427 Mon Sep 17 00:00:00 2001
From: Simon McVittie simon.mcvit...@collabora.co.uk
Date: Tue, 28 Jan 2014 16:28:16 +
Subject: [PATCH] mc-tool: fix setting automatic presence

We were using the wrong finish-function.

Reviewed-by: Guillaume Desmottes guillaume.desmot...@collabora.co.uk
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=74187
---
 util/mc-tool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/mc-tool.c b/util/mc-tool.c
index 59a1a91..3c238d8 100644
--- a/util/mc-tool.c
+++ b/util/mc-tool.c
@@ -1051,7 +1051,7 @@ command_auto_presence (TpAccount *account)
  command.presence.status,
  command.presence.message,
  callback_for_async,
- 
tp_account_request_presence_finish);
+ 
tp_account_set_automatic_presence_finish);
 
 return TRUE;
 }
-- 
1.8.4

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



commit yast2-update for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2014-05-26 10:27:36

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


Package is yast2-update

Changes:

--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes
2014-05-17 22:01:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2014-05-26 10:27:37.0 +0200
@@ -1,0 +2,7 @@
+Thu May 22 07:40:27 UTC 2014 - jsr...@suse.cz
+
+- allow to specify target for AutoYaST upgrade via boot
+  command-line (bnc#875031)
+- 3.1.9
+
+---

Old:

  yast2-update-3.1.8.tar.bz2

New:

  yast2-update-3.1.9.tar.bz2



Other differences:
--
++ yast2-update.spec ++
--- /var/tmp/diff_new_pack.kNBcF0/_old  2014-05-26 10:27:38.0 +0200
+++ /var/tmp/diff_new_pack.kNBcF0/_new  2014-05-26 10:27:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:3.1.8
+Version:3.1.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-update-3.1.8.tar.bz2 - yast2-update-3.1.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.8/package/yast2-update.changes 
new/yast2-update-3.1.9/package/yast2-update.changes
--- old/yast2-update-3.1.8/package/yast2-update.changes 2014-05-15 
11:23:47.0 +0200
+++ new/yast2-update-3.1.9/package/yast2-update.changes 2014-05-23 
10:23:45.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu May 22 07:40:27 UTC 2014 - jsr...@suse.cz
+
+- allow to specify target for AutoYaST upgrade via boot
+  command-line (bnc#875031)
+- 3.1.9
+
+---
 Thu May 15 09:17:19 CEST 2014 - loci...@suse.com
 
 - Added handling for desktop upgrade (bnc#874116). Moved from code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.8/package/yast2-update.spec 
new/yast2-update-3.1.9/package/yast2-update.spec
--- old/yast2-update-3.1.8/package/yast2-update.spec2014-05-15 
11:23:47.0 +0200
+++ new/yast2-update-3.1.9/package/yast2-update.spec2014-05-23 
10:23:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:3.1.8
+Version:3.1.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-update-3.1.8/src/clients/inst_update_partition_auto.rb 
new/yast2-update-3.1.9/src/clients/inst_update_partition_auto.rb
--- old/yast2-update-3.1.8/src/clients/inst_update_partition_auto.rb
2014-05-15 11:23:47.0 +0200
+++ new/yast2-update-3.1.9/src/clients/inst_update_partition_auto.rb
2014-05-23 10:23:46.0 +0200
@@ -56,6 +56,15 @@
 Ops.get_boolean(p, :valid, false)
   end
 
+  # allow to specicfy the target on cmdline (e.g. if there are multiple 
systems)
+  # ptoptions=TargetRoot target_root=device (bnc#875031)
+  install_inf_target_system = Linuxrc.InstallInf(TargetRoot)
+  if install_inf_target_system
+@target_system = install_inf_target_system
+@partitions = { @target_system = { :valid = true } }
+Builtins.y2milestone(Selecting system %1 specified in install.inf, 
@target_system);
+  end
+
   if Builtins.size(@partitions) == 1
 Builtins.y2milestone(
   Auto-mounting system located at %1,

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



commit imake for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package imake for openSUSE:Factory checked 
in at 2014-05-26 10:27:35

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


Package is imake

Changes:

--- /work/SRC/openSUSE:Factory/imake/imake.changes  2013-08-16 
13:13:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.imake.new/imake.changes 2014-05-26 
10:27:36.0 +0200
@@ -1,0 +2,7 @@
+Thu May 22 16:18:36 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.0.7:
+  This release fixes generation of the ccmakedep, mergelib and
+  xmkmf scripts when using GNU cpp = 4.8.
+
+---

Old:

  imake-1.0.6.tar.bz2

New:

  imake-1.0.7.tar.bz2



Other differences:
--
++ imake.spec ++
--- /var/tmp/diff_new_pack.IpyFt8/_old  2014-05-26 10:27:37.0 +0200
+++ /var/tmp/diff_new_pack.IpyFt8/_new  2014-05-26 10:27:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imake
 #
-# 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,14 @@
 
 
 Name:   imake
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:C preprocessor interface to the make utility
 License:MIT
 Group:  Development/Tools/Building
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
+BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) = 1.8
 BuildRequires:  pkgconfig(xproto)

++ imake-1.0.6.tar.bz2 - imake-1.0.7.tar.bz2 ++
 8085 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/imake-1.0.6/ChangeLog new/imake-1.0.7/ChangeLog
--- old/imake-1.0.6/ChangeLog   2013-07-23 06:53:29.0 +0200
+++ new/imake-1.0.7/ChangeLog   2014-05-21 20:55:10.0 +0200
@@ -1,3 +1,37 @@
+commit 4063190bf2fd7e3c61b80e98d72e134609612bf8
+Author: Julien Cristau jcris...@debian.org
+Date:   Wed May 21 20:51:03 2014 +0200
+
+Bump to 1.0.7
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+
+commit 16e54de5d8c58a1d051a5f4bcb7357aa9f9facff
+Author: Greg Turner g...@be-evil.net
+Date:   Mon Mar 24 20:37:15 2014 +0100
+
+Pass files to cpp via CLI arg instead of stdin to workaround gcc 4.8 change
+
+Replicates Alan Coopersmith's fix for xinit.
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74031
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+
+commit f231ed52c4adeb071de0553af7a575687a6d3dc5
+Author: Julien Cristau jcris...@debian.org
+Date:   Sat Aug 17 12:12:08 2013 +0200
+
+Replace fprintf with fputs
+
+Fix build failure with -Werror=format-security:
+imake.c:1008:5: error: format not a string literal and no format arguments 
[-Werror=format-security]
+ fprintf (inFile, command);
+ ^
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com
+
 commit 89494a51d006c20d16d3f08225a0345fecaae546
 Author: Alan Coopersmith alan.coopersm...@oracle.com
 Date:   Mon Jul 22 21:52:56 2013 -0700
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/imake-1.0.6/Makefile.am new/imake-1.0.7/Makefile.am
--- old/imake-1.0.6/Makefile.am 2013-07-23 06:53:04.0 +0200
+++ new/imake-1.0.7/Makefile.am 2014-03-24 20:45:59.0 +0100
@@ -76,13 +76,13 @@
$(MKHTMLINDEX)
 
 xmkmf: xmkmf.cpp
-   $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DCONFIGDIRSPEC='-I$(XCONFDIR)'  
$(srcdir)/xmkmf.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/  $@
+   $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DCONFIGDIRSPEC='-I$(XCONFDIR)' 
$(srcdir)/xmkmf.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/  $@
 
 ccmakedep: mdepend.cpp
-   $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) 
-DPREPROC='$(PREPROCESSCMD_MKDEPEND)'  $(srcdir)/mdepend.cpp | $(SED) 

commit yast2-users for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2014-05-26 10:28:04

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


Package is yast2-users

Changes:

--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2014-05-17 
22:01:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2014-05-26 10:28:05.0 +0200
@@ -1,0 +2,7 @@
+Fri May 23 14:57:15 CEST 2014 - sch...@suse.de
+
+- Generating user section in autoinst.xml file
+  (bnc#877985)
+- 3.1.25
+
+---

Old:

  yast2-users-3.1.24.tar.bz2

New:

  yast2-users-3.1.25.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.uPrnBu/_old  2014-05-26 10:28:06.0 +0200
+++ /var/tmp/diff_new_pack.uPrnBu/_new  2014-05-26 10:28:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.1.24
+Version:3.1.25
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-users-3.1.24.tar.bz2 - yast2-users-3.1.25.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.24/package/yast2-users.changes 
new/yast2-users-3.1.25/package/yast2-users.changes
--- old/yast2-users-3.1.24/package/yast2-users.changes  2014-05-13 
15:03:46.0 +0200
+++ new/yast2-users-3.1.25/package/yast2-users.changes  2014-05-23 
15:03:45.0 +0200
@@ -1,4 +1,11 @@
 ---
+Fri May 23 14:57:15 CEST 2014 - sch...@suse.de
+
+- Generating user section in autoinst.xml file
+  (bnc#877985)
+- 3.1.25
+
+---
 Tue May 13 13:32:22 CEST 2014 - jsuch...@suse.cz
 
 - added Test Keyboard Layout field into current root password dialog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.24/package/yast2-users.spec 
new/yast2-users-3.1.25/package/yast2-users.spec
--- old/yast2-users-3.1.24/package/yast2-users.spec 2014-05-13 
15:03:46.0 +0200
+++ new/yast2-users-3.1.25/package/yast2-users.spec 2014-05-23 
15:03:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.1.24
+Version:3.1.25
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.24/src/clients/users_auto.rb 
new/yast2-users-3.1.25/src/clients/users_auto.rb
--- old/yast2-users-3.1.24/src/clients/users_auto.rb2014-05-13 
15:03:46.0 +0200
+++ new/yast2-users-3.1.25/src/clients/users_auto.rb2014-05-23 
15:03:45.0 +0200
@@ -43,6 +43,7 @@
   textdomain users
   Yast.import Mode
   Yast.import Users
+  Yast.import UsersSimple
   Yast.import Wizard
 
   Yast.include self, users/wizards.rb
@@ -104,7 +105,22 @@
 @ret = AutoSequence(@start_dialog)
 Wizard.CloseDialog
   elsif @func == Export
+if Stage.initial
+  # Importing all users/groups from the UI if we are
+  # in the installation workflow
+  Users.SetExportAll(true)
+  setup_all_users
+end
+
 @ret = Users.Export
+
+if Stage.initial
+  #Setting root password in the return value. We are in the inst_sys.
+  #The root password has not been written but is only available in
+  #UserSimple model. We have to set it manually.
+  root = @ret[users].find { |u| u[uid] == 0 }
+  root[user_password] = 
Users.CryptPassword(UsersSimple.GetRootPassword, system) if root
+end
 Users.SetExportAll(false)
   elsif @func == Read
 Yast.import Progress
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.24/src/clients/users_finish.rb 
new/yast2-users-3.1.25/src/clients/users_finish.rb
--- old/yast2-users-3.1.24/src/clients/users_finish.rb  2014-05-13 
15:03:46.0 +0200
+++ new/yast2-users-3.1.25/src/clients/users_finish.rb  2014-05-23 
15:03:45.0 +0200
@@ -68,31 +68,13 @@
 [:installation, :live_installation, :autoinst]
 }
   elsif @func == Write
-# disable UI (progress)
-Users.SetGUI(false)
+# Creating all users and their environment
 
 # write the root password
 UsersSimple.Write
 
-@users = UsersSimple.GetUsers
-
-if !@users.empty?
-  Users.Read

commit pacemaker for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2014-05-26 10:27:36

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


Package is pacemaker

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2014-05-22 
20:38:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2014-05-26 
10:27:38.0 +0200
@@ -1,0 +2,5 @@
+Fri May 23 07:33:51 UTC 2014 - jseg...@novell.com
+
+- added necessary macros for systemd files
+
+---



Other differences:
--
++ pacemaker.spec ++
--- /var/tmp/diff_new_pack.g47NzB/_old  2014-05-26 10:27:40.0 +0200
+++ /var/tmp/diff_new_pack.g47NzB/_new  2014-05-26 10:27:40.0 +0200
@@ -515,6 +515,9 @@
 %fillup_only pacemaker
 fi
 
+%pre
+%service_add_pre pacemaker.service
+
 %preun
 #%systemd_preun pacemaker.service
 %service_del_preun pacemaker.service
@@ -531,6 +534,9 @@
 %fillup_only pacemaker
 fi
 
+%pre remote
+%service_add_pre pacemaker_remote.service
+
 %preun remote
 #%systemd_preun pacemaker_remote.service
 %service_del_preun pacemaker_remote.service

-- 
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-05-26 Thread h_root
Hello community,

here is the log from the commit of package iprutils for openSUSE:Factory 
checked in at 2014-05-26 10:28:03

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.changes2014-05-16 
07:29:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.iprutils.new/iprutils.changes   2014-05-26 
10:28:04.0 +0200
@@ -1,0 +2,5 @@
+Wed May 14 12:53:07 UTC 2014 - meiss...@suse.com
+
+- also add the %pre snippets for service addition.
+
+---



Other differences:
--
++ iprutils.spec ++
--- /var/tmp/diff_new_pack.zPKHCD/_old  2014-05-26 10:28:05.0 +0200
+++ /var/tmp/diff_new_pack.zPKHCD/_new  2014-05-26 10:28:05.0 +0200
@@ -71,6 +71,10 @@
 echo %{_sbindir}
 
 %ifarch ppc ppc64
+%pre 
+%service_add_pre iprdump.service
+%service_add_pre iprinit.service
+%service_add_pre iprupdate.service
 
 %post 
 %service_add_post iprdump.service

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



commit subversion for openSUSE:12.3:Update

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:12.3:Update 
checked in at 2014-05-26 13:41:55

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


Package is subversion

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6QbFNm/_old  2014-05-26 13:41:57.0 +0200
+++ /var/tmp/diff_new_pack.6QbFNm/_new  2014-05-26 13:41:57.0 +0200
@@ -1 +1 @@
-link package='subversion.2584' cicount='copy' /
+link package='subversion.2825' cicount='copy' /

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



commit subversion.2825 for openSUSE:12.3:Update

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package subversion.2825 for 
openSUSE:12.3:Update checked in at 2014-05-26 13:41:52

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


Package is subversion.2825

Changes:

New Changes file:

--- /dev/null   2014-05-19 01:51:27.372033255 +0200
+++ /work/SRC/openSUSE:12.3:Update/.subversion.2825.new/subversion.changes  
2014-05-26 13:41:55.0 +0200
@@ -0,0 +1,3138 @@
+---
+Tue May 13 19:13:21 UTC 2014 - andreas.stie...@gmx.de
+
+- Apache Subversion 1.7.17 [bnc#877560]
+- Client-side bugfixes:
+  * log: use proper peg revision over DAV
+  * move: fix errors when moving files between an external and the
+parent working copy
+  * copy: fix 'svn copy URL WC' on relocated working copies
+- Server-side bugfixes:
+  * mod_dav_svn: blacklist building with broken versions of httpd;
+2.2.25, 2.4.5 and 2.4.6
+  * mod_dav_svn: detect out of dateness correctly during commit
+- Developer-visible changes:
+  * fix libmagic detection with custom LDFLAGS
+  * fix a missing null byte when handling old pre-1.4 deltas
+  * support building with Serf 1.3.x
+- Bindings:
+  * javahl: fix crash from resolve callback throwing an exception
+
+---
+Wed Feb 26 18:31:07 UTC 2014 - andreas.stie...@gmx.de
+
+- Apache Subversion 1.7.16 [bnc#862459]
+  This release addresses one security issue:
+  CVE-2014-0032: mod_dav_svn DoS vulnerability with SVNListParentPath.
+  Affects servers with mod_dav_svn when configured on the root path
+  of the server and SVNListParentPath is on.
+- Client-side bugfixes:
+  * copy: fix some scenarios that broke the working copy
+  * diff: fix regressions due to fixes in 1.7.14
+- Server-side bugfixes:
+  * mod_dav_svn: prevent crashes with SVNListParentPath on
+   (CVE-2014-0032)
+  * reduce memory usage during checkout and export
+ Developer-visible changes:
+  * fix failure in checkout_tests.py
+  * support compiling against Cyrus sasl 2.1.25
+  * support compiling against neon 0.30.x
+- modified patches:
+  * subversion-no-build-date.patch for context changes
+- 1.7.15 was not released
+- only require and build with junit when building with java and
+running regression tests
+
+---
+Tue Nov 26 18:23:33 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.7.14 [bnc#850747], addressing two security issues:
+  * CVE-2013-4505: mod_dontdothat does not restrict requests from
+   serf clients.
+  * CVE-2013-4558: mod_dav_svn assertion triggered by 
+   autoversioning commits.
+  - Client- and server-side bugfixes:
+* fix assertion on urls of the form 'file://./'
+  - Client-side bugfixes:
+* upgrade: fix an assertion when used with pre-1.3 wcs
+* fix externals that point at redirected locations
+* diff: fix incorrect calculation of changes in some cases
+* diff: fix errors with added/deleted targets
+  - Server-side bugfixes:
+* mod_dav_svn: Prevent crashes with some 3rd party modules
+* fix OOM on concurrent requests at threaded server start
+* fsfs: limit commit time of files with deep change histories
+* mod_dav_svn: canonicalize paths properly
+  - Other tool improvements and bugfixes:
+* mod_dontdothat: Fix the uri parser
+- Developer-visible changes:
+* javahl: canonicalize path for streamFileContent method
+- require python-sqlite when running regression tests
+
+---
+Fri Aug 30 15:55:05 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.7.13 [bnc#836245]
+- User-visible changes:
+  - General
+* merge: fix bogus mergeinfo with conflicting file merges
+* diff: fix duplicated path component in '--summarize' output
+* ra_serf: ignore case when checking certificate common names
+  - Server-side bugfixes:
+* svnserve: fix creation of pid files  CVE-2013-4277
+* mod_dav_svn: better status codes for commit failures
+* mod_dav_svn: do not map requests to filesystem
+- Developer-visible changes:
+  - General:
+* don't use uninitialized variable to produce an error code
+  - Bindings:
+* swig-pl: fix SVN::Client not honoring config file settings
+* swig-pl  swig-py: disable unusable svn_fs_set_warning_func
+
+---
+Wed Jul 24 17:43:22 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.7.11 [bnc#830031] CVE-2013-4131
+  * translation updates for Simplified Chinese
+  * mod_dav_svn: fix incorrect path canonicalization
+  * javahl bindings: fix bug in error constructing code
+

commit grep for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2014-05-26 14:39:40

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


Package is grep

Changes:

--- /work/SRC/openSUSE:Factory/grep/grep.changes2014-04-06 
09:53:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes   2014-05-26 
14:39:54.0 +0200
@@ -1,0 +2,47 @@
+Sat May 24 16:50:50 UTC 2014 - andreas.stie...@gmx.de
+
+- GNU grep 2.19
+- Improvements:
+  * Performance has improved, typically by 10% and in some cases by
+a factor of 200.  However, performance of grep -P in UTF-8
+locales has gotten worse as part of the fix for the crashes
+mentioned below.
+- Bug fixes:
+  * grep no longer mishandles patterns like [a-[.z.]], and no
+longer mishandles patterns like [^a] in locales that have
+multicharacter collating sequences so that [^a] can match a
+string of two characters.
+  * grep no longer mishandles an empty pattern at the end of a
+pattern list.
+  * grep -C NUM now outputs separators consistently even when NUM
+is zero, and similarly for grep -A NUM and grep -B NUM.
+  * grep -f no longer mishandles patterns containing NUL bytes.
+  * Plain grep, grep -E, and grep -F now treat encoding errors in
+patterns the same way the GNU regular expression matcher treats
+them, with respect to whether the errors can match parts of
+multibyte characters in data.
+  * grep -w no longer mishandles a potential match adjacent to a 
+letter that takes up two or more bytes in a multibyte encoding.
+Similarly, the patterns '\', '\', '\b', and '\B' no longer
+mishandle word-boundary matches in multibyte locales.
+  * grep -P now reports an error and exits when given invalid UTF-8
+data. Previously it was unreliable, and sometimes crashed or
+looped.
+  * grep -P now works with -w and -x and backreferences. Before,
+echo aa|grep -Pw '(.)\1' would fail to match, yet
+echo aa|grep -Pw '(.)\2' would match.
+  * grep -Pw now works like grep -w in that the matched string has 
+to be preceded and followed by non-word components or the
+beginning and end of the line (as opposed to word boundaries
+before).  Before, this
+echo a@@a| grep -Pw @@ would match, yet this
+echo a@@a| grep -w @@ would not.  Now, they both fail to match,
+per the documentation on how grep's -w works.
+  * grep -i no longer mishandles patterns containing titlecase
+characters. For example, in a locale containing the titlecase
+character 'Lj' (U+01C8 LATIN CAPITAL LETTER L WITH SMALL LETTER 
+J), 'grep -i Lj' now matches both 'LJ' (U+01C7 LATIN CAPITAL
+LETTER LJ) and 'lj' (U+01C9 LATIN SMALL LETTER LJ).
+- remove mb-non-UTF8-performance.patch, committed upstream
+
+---

Old:

  grep-2.18.tar.xz
  grep-2.18.tar.xz.sig
  mb-non-UTF8-performance.patch

New:

  grep-2.19.tar.xz
  grep-2.19.tar.xz.sig



Other differences:
--
++ grep.spec ++
--- /var/tmp/diff_new_pack.nnoVsk/_old  2014-05-26 14:39:56.0 +0200
+++ /var/tmp/diff_new_pack.nnoVsk/_new  2014-05-26 14:39:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   grep
-Version:2.18
+Version:2.19
 Release:0
 Summary:Print lines matching a pattern
 License:GPL-3.0+
@@ -26,20 +26,16 @@
 Source0:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Source2:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Source3:
http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=grepdownload=1#/%{name}.keyring
-# PATCH-FIX-UPSTREAM 
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=6e3ea0dd74426fd394225d3f9dc132e40cd92fd2
-Patch0: mb-non-UTF8-performance.patch
-
 BuildRequires:  makeinfo
 BuildRequires:  pcre-devel
 BuildRequires:  xz
+Requires(pre):  %{install_info_prereq}
+Provides:   base:%{_bindir}/grep
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  1120
 BuildRequires:  pcre
 %endif
 
-Provides:   base:/usr/bin/grep
-Requires(pre):  %{install_info_prereq}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 %description
 The grep command searches one or more input files for lines
 containing a match to a specified pattern.  By default, grep prints
@@ -47,7 +43,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %if 0%{?suse_version}  1120
 echo 
ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre.a} 
config.cache
 %endif

++ grep-2.18.tar.xz - grep-2.19.tar.xz ++
 38131 lines of diff (skipped)


-- 
To unsubscribe, e-mail: 

commit yast2-packager for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2014-05-26 14:40:11

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


Package is yast2-packager

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2014-05-17 22:02:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2014-05-26 14:40:12.0 +0200
@@ -1,0 +2,7 @@
+Fri May 23 17:46:18 CEST 2014 - loci...@suse.com
+
+- SlideShow refactoring: constantized, removed unused methods,
+  Rubyized (all for bnc#865037)
+- 3.1.19
+
+---

Old:

  yast2-packager-3.1.18.tar.bz2

New:

  yast2-packager-3.1.19.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.W8GDh2/_old  2014-05-26 14:40:13.0 +0200
+++ /var/tmp/diff_new_pack.W8GDh2/_new  2014-05-26 14:40:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.18
+Version:3.1.19
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.1.18.tar.bz2 - yast2-packager-3.1.19.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.18/package/yast2-packager.changes 
new/yast2-packager-3.1.19/package/yast2-packager.changes
--- old/yast2-packager-3.1.18/package/yast2-packager.changes2014-05-16 
16:10:15.0 +0200
+++ new/yast2-packager-3.1.19/package/yast2-packager.changes2014-05-23 
17:49:45.0 +0200
@@ -1,4 +1,11 @@
 ---
+Fri May 23 17:46:18 CEST 2014 - loci...@suse.com
+
+- SlideShow refactoring: constantized, removed unused methods,
+  Rubyized (all for bnc#865037)
+- 3.1.19
+
+---
 Fri May 16 15:41:44 CEST 2014 - loci...@suse.com
 
 - Added support for software-optional_default_patterns to handle
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.18/package/yast2-packager.spec 
new/yast2-packager-3.1.19/package/yast2-packager.spec
--- old/yast2-packager-3.1.18/package/yast2-packager.spec   2014-05-16 
16:10:15.0 +0200
+++ new/yast2-packager-3.1.19/package/yast2-packager.spec   2014-05-23 
17:49:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.18
+Version:3.1.19
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-3.1.18/src/modules/PackageSlideShow.rb 
new/yast2-packager-3.1.19/src/modules/PackageSlideShow.rb
--- old/yast2-packager-3.1.18/src/modules/PackageSlideShow.rb   2014-05-16 
16:10:15.0 +0200
+++ new/yast2-packager-3.1.19/src/modules/PackageSlideShow.rb   2014-05-23 
17:49:46.0 +0200
@@ -11,6 +11,21 @@
 
 module Yast
   class PackageSlideShowClass  Module
+include Yast::Logger
+
+# seconds to cut off predicted time
+MAX_TIME_PER_CD = 7200
+
+# minimum time displayed per CD if there is something to install
+MIN_TIME_PER_CD = 10
+
+# Column index for refreshing statistics: remaining size
+SIZE_COLUMN_POSITION = 1
+# Column index for refreshing statistics: remaining number of packages
+PKG_COUNT_COLUMN_POSITION = 2
+# Column index for refreshing statistics: remaining time
+TIME_COLUMN_POSITION = 3
+
 def main
   Yast.import UI
   Yast.import Pkg
@@ -38,11 +53,7 @@
   @total_count_to_download = 0
   @total_count_downloaded = 0
   @downloading_pct = 0
-  @min_time_per_cd = 10 # const - minimum time displayed per CD if there 
is something to install
-  @max_time_per_cd = 7200 # const - seconds to cut off predicted time 
(it's bogus anyway)
-  @size_column = 1 # const - column number for remaining size per CD
-  @pkg_count_column = 2 # const - column number for remaining number of 
packages per CD
-  @time_column = 3 # const - column number for remaining time per CD
+
   @current_src_no = -1 # 1..n
   @current_cd_no = -1 # 1..n
   @next_src_no = -1
@@ -115,50 +126,6 @@
 #**  Formatting functions and helpers 
**
 
#***
 
-# Get version info for a package (without build no.)
-#
-# @param [String] pkg_name name of the package without path and .rpm 

commit gcc48 for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package gcc48 for openSUSE:Factory checked 
in at 2014-05-26 14:39:39

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


Package is gcc48

Changes:

--- 
/work/SRC/openSUSE:Factory/gcc48/cross-aarch64-gcc48-icecream-backend.changes   
2014-04-11 13:23:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gcc48.new/cross-aarch64-gcc48-icecream-backend.changes
  2014-05-26 14:39:40.0 +0200
@@ -1,0 +2,25 @@
+Thu May 22 08:17:14 UTC 2014 - rguent...@suse.com
+
+- Update to gcc-4_8-branch head (r210846).
+  * Includes GCC 4.8.3 release.
+  * Fixes ppc64le HTM ttest code generation.  [bnc#879504]
+- Fix libstdc++48-doc build conditional to really only build from
+  libgcj48.spec.
+
+---
+Fri May 16 08:10:00 UTC 2014 - rguent...@suse.com
+
+- Update to gcc-4_8-branch head (r210488).
+  * pulls GCC 4.8.3 release candidate
+  * pulls fix for ppc64le ABI incompatibility with s390 for HTM.
+[bnc#878065]
+
+---
+Tue May 13 11:55:36 UTC 2014 - rguent...@suse.com
+
+- Build libstdc++48-doc package from the libgcj48 build and build
+  the libstdc++ API reference, build-requiring doxygen and graphviz.
+  Add patch gcc48-libstdc++-api-reference.patch to refer to that
+  instead of the online version.  [bnc#871501]
+
+---
cross-armv6hl-gcc48-icecream-backend.changes: same change
cross-armv7hl-gcc48-icecream-backend.changes: same change
cross-hppa-gcc48-icecream-backend.changes: same change
cross-i386-gcc48-icecream-backend.changes: same change
cross-ia64-gcc48-icecream-backend.changes: same change
cross-ppc-gcc48-icecream-backend.changes: same change
cross-ppc64-gcc48-icecream-backend.changes: same change
cross-ppc64le-gcc48-icecream-backend.changes: same change
cross-s390-gcc48-icecream-backend.changes: same change
cross-s390x-gcc48-icecream-backend.changes: same change
cross-x86_64-gcc48-icecream-backend.changes: same change
gcc48-testresults.changes: same change
gcc48.changes: same change
libffi48.changes: same change
libgcj48.changes: same change

Old:

  gcc-4.8.2-r209122.tar.bz2
  gcc48-pr59844.diff

New:

  gcc-4.8.3-r210837.tar.bz2
  gcc48-libstdc++-api-reference.patch



Other differences:
--
++ cross-aarch64-gcc48-icecream-backend.spec ++
--- /var/tmp/diff_new_pack.2hIpN2/_old  2014-05-26 14:39:53.0 +0200
+++ /var/tmp/diff_new_pack.2hIpN2/_new  2014-05-26 14:39:53.0 +0200
@@ -91,7 +91,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.8.2+r209122
+Version:4.8.3+r210837
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
@@ -122,6 +122,7 @@
 Patch36:stack-protector-aarch64.patch
 Patch37:function-profiling-aarch64.patch
 Patch38:gcc48-lto-plugin-short-readwrite.diff
+Patch39:gcc48-libstdc++-api-reference.patch
 # A set of patches from the RH srpm
 Patch51:gcc41-ia64-stack-protector.patch
 Patch55:gcc41-java-slow_pthread_self.patch
@@ -198,6 +199,7 @@
 %patch36 -p1
 %patch37 -p1
 %patch38
+%patch39
 %patch51
 %patch55
 %patch57

cross-armv6hl-gcc48-icecream-backend.spec: same change
cross-armv7hl-gcc48-icecream-backend.spec: same change
cross-hppa-gcc48-icecream-backend.spec: same change
cross-i386-gcc48-icecream-backend.spec: same change
cross-ia64-gcc48-icecream-backend.spec: same change
cross-ppc-gcc48-icecream-backend.spec: same change
cross-ppc64-gcc48-icecream-backend.spec: same change
cross-ppc64le-gcc48-icecream-backend.spec: same change
cross-s390-gcc48-icecream-backend.spec: same change
cross-s390x-gcc48-icecream-backend.spec: same change
cross-x86_64-gcc48-icecream-backend.spec: same change
++ gcc48-testresults.spec ++
--- /var/tmp/diff_new_pack.2hIpN2/_old  2014-05-26 14:39:53.0 +0200
+++ /var/tmp/diff_new_pack.2hIpN2/_new  2014-05-26 14:39:53.0 +0200
@@ -176,6 +176,9 @@
 %endif
 %if 0%{?building_libjava:1}%{?building_testsuite:1}
 BuildRequires:  fastjar
+# For building the libstdc++ API reference
+BuildRequires:  doxygen
+BuildRequires:  graphviz
 %endif
 %if 0%{?building_libffi:1}
 BuildRequires:  pkg-config
@@ -223,7 +226,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.8.2+r209122
+Version:4.8.3+r210837
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define 

commit digikam for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package digikam for openSUSE:Factory checked 
in at 2014-05-26 14:40:25

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


Package is digikam

Changes:

--- /work/SRC/openSUSE:Factory/digikam/digikam.changes  2014-05-10 
08:32:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.digikam.new/digikam.changes 2014-05-26 
14:40:38.0 +0200
@@ -1,0 +2,11 @@
+Tue May 20 12:32:42 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Build with lcm2 for openSUSE 13.2 and newer
+
+---
+Wed May 14 08:35:51 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.0.0 final
+  * Final release. see NEWS file for more details
+
+---

Old:

  digikam-4.0.0-rc.tar.bz2

New:

  digikam-4.0.0.tar.bz2



Other differences:
--
++ digikam.spec ++
--- /var/tmp/diff_new_pack.i8STlQ/_old  2014-05-26 14:40:46.0 +0200
+++ /var/tmp/diff_new_pack.i8STlQ/_new  2014-05-26 14:40:46.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   digikam
-Version:4.0.0~rc
+Version:4.0.0
 Release:0
-%define rversion 4.0.0-rc
+%define rversion 4.0.0
 Summary:A KDE Photo Manager
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://www.digikam.org/
-Source0:
http://download.kde.org/unstable/%{name}/%{name}-%{rversion}.tar.bz2
+Source0:
http://download.kde.org/stable/%{name}/%{name}-%{rversion}.tar.bz2
 # PATCH-FIX-OPENSUSE digikam-buildtime.patch -- Remove build time references 
so build-compare can do its work
 Patch0: digikam-buildtime.patch
 # PATCH-FIX-OPENSUSE remove-gplv2-only.patch idoen...@suse.de bnc#711963 -- 
Remove GPLv2 only files from the build system
@@ -65,7 +65,11 @@
 BuildRequires:  libMagick++-devel
 BuildRequires:  libksane-devel
 BuildRequires:  libkvkontakte-devel
+%if 0%{?suse_version}  1320
 BuildRequires:  liblcms-devel
+%else
+BuildRequires:  liblcms2-devel
+%endif
 BuildRequires:  liblqr-devel
 BuildRequires:  libpgf-devel
 BuildRequires:  libqca2-devel
@@ -243,7 +247,12 @@
 popd
 
 %build
-%cmake_kde4 -d build -- -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=FALSE 
-DENABLE_INTERNALMYSQL=FALSE
+%if 0%{?suse_version}  1320
+EXTRA_FLAGS=-DENABLE_LCMS2=OFF
+%else
+EXTRA_FLAGS=-DENABLE_LCMS2=ON
+%endif
+%cmake_kde4 -d build -- -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=FALSE 
-DENABLE_INTERNALMYSQL=FALSE $EXTRA_FLAGS
 # there are files in there that are so heavy to the compiler, that one is 
enough
 %make_jobs VERBOSE=1
 

++ digikam-4.0.0-rc.tar.bz2 - digikam-4.0.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/digikam/digikam-4.0.0-rc.tar.bz2 
/work/SRC/openSUSE:Factory/.digikam.new/digikam-4.0.0.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 mediastreamer2 for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2014-05-26 14:40:18

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


Package is mediastreamer2

Changes:

--- /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2.changes
2013-08-13 15:47:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer2.changes   
2014-05-26 14:40:25.0 +0200
@@ -1,0 +2,7 @@
+Sun May 25 19:13:51 UTC 2014 - crrodrig...@opensuse.org
+
+- Use LFS_CFLAGS in 32 bit systems, a mediastreamer without 
+  large file support is not very pleasant..
+- Make the build verbose.
+
+---



Other differences:
--
++ mediastreamer2.spec ++
--- /var/tmp/diff_new_pack.kzVj9f/_old  2014-05-26 14:40:27.0 +0200
+++ /var/tmp/diff_new_pack.kzVj9f/_new  2014-05-26 14:40:27.0 +0200
@@ -92,8 +92,8 @@
 %setup -q -n mediastreamer-%{version}
 
 %build
-export CFLAGS=%{optflags}
-export CXXFLAGS=%{optflags}
+export CFLAGS=%{optflags} $(getconf LFS_CFLAGS)
+export CXXFLAGS=%{optflags} $(getconf LFS_CFLAGS)
 %configure \
 --enable-shared \
 %if 0%{?packman_bs}
@@ -101,7 +101,7 @@
 %else
 --disable-video
 %endif
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %makeinstall

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



commit SDL for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package SDL for openSUSE:Factory checked in 
at 2014-05-26 14:40:17

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


Package is SDL

Changes:

--- /work/SRC/openSUSE:Factory/SDL/SDL.changes  2013-12-19 12:51:31.0 
+0100
+++ /work/SRC/openSUSE:Factory/.SDL.new/SDL.changes 2014-05-26 
14:40:23.0 +0200
@@ -1,0 +2,6 @@
+Sun May 25 16:30:19 UTC 2014 - crrodrig...@opensuse.org
+
+-  Update SDL-lfs.patch, after a recent verification I found
+   that something is not including SDL_config.h (config.h)
+   therefore not using large file offsets.
+---



Other differences:
--
++ SDL.spec ++
--- /var/tmp/diff_new_pack.LveiWq/_old  2014-05-26 14:40:24.0 +0200
+++ /var/tmp/diff_new_pack.LveiWq/_new  2014-05-26 14:40:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL
 #
-# 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


++ sdl-lfs.patch ++
--- /var/tmp/diff_new_pack.LveiWq/_old  2014-05-26 14:40:25.0 +0200
+++ /var/tmp/diff_new_pack.LveiWq/_new  2014-05-26 14:40:25.0 +0200
@@ -9,3 +9,14 @@
  AC_PROG_CXX
  AC_PROG_INSTALL
  AC_PROG_MAKE_SET
+--- Makefile.in.orig
 Makefile.in
+@@ -21,7 +21,7 @@ distfile = $(distdir).tar.gz
+ SHELL = @SHELL@
+ CC  = @CC@
+ INCLUDE = @INCLUDE@
+-CFLAGS  = @BUILD_CFLAGS@
++CFLAGS  = @BUILD_CFLAGS@ -include include/SDL_config.h
+ EXTRA_CFLAGS = @EXTRA_CFLAGS@
+ LDFLAGS = @BUILD_LDFLAGS@
+ EXTRA_LDFLAGS = @EXTRA_LDFLAGS@

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



commit tdb for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2014-05-26 14:40:12

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


Package is tdb

Changes:

--- /work/SRC/openSUSE:Factory/tdb/tdb.changes  2014-03-23 22:29:26.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes 2014-05-26 
14:40:19.0 +0200
@@ -1,0 +2,38 @@
+Fri May 23 20:48:25 UTC 2014 - lmue...@suse.com
+
+- Update to version 1.3.0.
+  + add TDB_MUTEX_LOCKING support
+  + consolidate tdb allocation code - re-use dead records at hash top.
+  + don't alter errno on success of tdb_open_ex()
+  + introduce tdb-hdr_ofs
+  + introduce TDB_SUPPORTED_FEATURE_FLAGS
+  + return ENOSYS if the tdb was created with spinlocks.
+  + use asprintf() to simplify tdb_summary()
+  + test: add a skip() macro.
+ add marklock deadlock test
+ add mutex related tests
+ add PING command to external-agent.c
+ add shutdown_agent() helper function
+ add UNMAP command to external-agent.c
+ always call fflush() after [f]printf() in tap-interface.h
+ avoid const warnings by using 'discard_const_p(uint8_t,' instead of
+  '(void *)'
+ correctly use stderr, not stdout, in fail()
+ remove \n in diag() arguments
+  + tools: add -l option to tdbbackup
+ add -l option to tdbtool
+ add -m option to tdbtorture
+ Allow tdbtool to r/o open mutexed tdbs
+ avoid const warnings in tdbdump.c
+ explicitly use TDB_NOLOCK in tdbdump
+  + tdb_wrap: Remove tdb_wrap_open_ again
+  + wscript: maintain a global list of unit tests
+- Include stdbool.h in tdb.h; (bso#10625).
+  + include_stdbool_bso10625.patch
+
+---
+Fri May 23 20:10:17 UTC 2014 - lmue...@suse.com
+
+- Don't require pkg-config from the libtdb package.
+
+---

Old:

  tdb-1.2.13.tar.asc
  tdb-1.2.13.tar.gz

New:

  include_stdbool_bso10625.patch
  tdb-1.3.0.tar.asc
  tdb-1.3.0.tar.gz



Other differences:
--
++ tdb.spec ++
--- /var/tmp/diff_new_pack.lCr5zu/_old  2014-05-26 14:40:21.0 +0200
+++ /var/tmp/diff_new_pack.lCr5zu/_new  2014-05-26 14:40:21.0 +0200
@@ -37,7 +37,7 @@
 %endif
 BuildRequires:  python-devel
 Url:http://tdb.samba.org/
-Version:1.2.13
+Version:1.3.0
 Release:0
 Summary:Samba Trivial Database
 License:GPL-3.0+
@@ -48,6 +48,7 @@
 Source4:baselibs.conf
 Patch0: ignore-tdb1-run-transaction-expand.diff
 Patch1: build_pie.patch
+Patch2: include_stdbool_bso10625.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,11 +62,6 @@
 %package -n %{libtdb_name}
 Summary:Libraries and Header Files to Develop Programs with tdb1 
Support
 Group:  System/Libraries
-%if 0%{?suse_version}  1020
-Requires:   pkg-config
-%else
-Requires:   pkgconfig
-%endif
 PreReq: /sbin/ldconfig
 
 %description -n %{libtdb_name}
@@ -130,6 +126,7 @@
 %patch0 -p1
 %endif
 %patch1 -p1
+%patch2 -p3
 
 %build
 %if 0%{?suse_version}  0%{?suse_version}  911

++ build_pie.patch ++
--- /var/tmp/diff_new_pack.lCr5zu/_old  2014-05-26 14:40:21.0 +0200
+++ /var/tmp/diff_new_pack.lCr5zu/_new  2014-05-26 14:40:21.0 +0200
@@ -7,7 +7,7 @@
 ===
 --- tdb-1.2.12.orig/wscript
 +++ tdb-1.2.12/wscript
-@@ -94,20 +94,27 @@ def build(bld):
+@@ -149,20 +149,27 @@ def build(bld):
  
  bld.SAMBA_BINARY('tdbrestore',
   'tools/tdbrestore.c',

++ ignore-tdb1-run-transaction-expand.diff ++
--- /var/tmp/diff_new_pack.lCr5zu/_old  2014-05-26 14:40:21.0 +0200
+++ /var/tmp/diff_new_pack.lCr5zu/_new  2014-05-26 14:40:21.0 +0200
@@ -5,7 +5,7 @@
 ===
 --- tdb-1.2.11.orig/wscript
 +++ tdb-1.2.11/wscript
-@@ -196,8 +196,9 @@ def testonly(ctx):
+@@ -213,8 +213,9 @@ def testonly(ctx):
  if ret != 0:
  print(%s failed: % f)
  samba_utils.RUN_COMMAND(cat  + os.path.join(testdir, 
'test-output'))

++ include_stdbool_bso10625.patch ++
From 4e14a437963ba54987cd58b4e0705d9a6d8aea6f Mon Sep 17 00:00:00 2001
From: Adam Williamson awill...@redhat.com
Date: Fri, 23 May 2014 10:08:14 -0700
Subject: [PATCH] tdb/include: include stdbool.h in tdb.h

Commit db5bda56bf08 (tdb: add TDB_MUTEX_LOCKING support) adds a bool, but does
not include stdbool.h. This causes any build including tdb.h to fail, at least
for me with GCC 4.9.0.
---

commit libbaloowidgets for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package libbaloowidgets for openSUSE:Factory 
checked in at 2014-05-26 14:40:24

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


Package is libbaloowidgets

Changes:

--- /work/SRC/openSUSE:Factory/libbaloowidgets/libbaloowidgets.changes  
2014-04-18 12:37:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbaloowidgets.new/libbaloowidgets.changes 
2014-05-26 14:40:32.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:39:59 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  baloo-widgets-4.13.0.tar.xz

New:

  baloo-widgets-4.13.1.tar.xz



Other differences:
--
++ libbaloowidgets.spec ++
--- /var/tmp/diff_new_pack.x0U7vW/_old  2014-05-26 14:40:34.0 +0200
+++ /var/tmp/diff_new_pack.x0U7vW/_new  2014-05-26 14:40:34.0 +0200
@@ -19,7 +19,7 @@
 %define rname baloo-widgets
 
 Name:   libbaloowidgets
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0+ and LGPL-2.1+

++ baloo-widgets-4.13.0.tar.xz - baloo-widgets-4.13.1.tar.xz ++

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



commit ctemplate for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package ctemplate for openSUSE:Factory 
checked in at 2014-05-26 14:40:51

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


Package is ctemplate

Changes:

--- /work/SRC/openSUSE:Factory/ctemplate/ctemplate.changes  2012-09-17 
13:53:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.ctemplate.new/ctemplate.changes 2014-05-26 
14:40:52.0 +0200
@@ -1,0 +2,8 @@
+Sat May 17 15:08:50 UTC 2014 - frei...@opensuse.org
+
+- update to upstream version 2.3
+  * Fixed some more C++11 issues. 
+  * Removed deprecated Template::SetEscapedValueAndShowSection() 
+and Template::ReloadIfChanged().  
+
+---

Old:

  ctemplate-2.2.tar.bz2

New:

  ctemplate-2.3.tar.bz2



Other differences:
--
++ ctemplate.spec ++
--- /var/tmp/diff_new_pack.PBM7QD/_old  2014-05-26 14:40:54.0 +0200
+++ /var/tmp/diff_new_pack.PBM7QD/_new  2014-05-26 14:40:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ctemplate
 #
-# 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,13 +20,14 @@
 Summary:Library for simple but powerful template language for C++
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:2.2 
+Version:2.3
 Release:0
 Url:http://code.google.com/p/google-ctemplate/
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
+BuildRequires:  python
 
 %description
 CTemplate is a simple but powerful template language for C++. It

++ ctemplate-2.2.tar.bz2 - ctemplate-2.3.tar.bz2 ++
 31675 lines of diff (skipped)

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



commit icecast for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package icecast for openSUSE:Factory checked 
in at 2014-05-26 14:40:56

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


Package is icecast

Changes:

--- /work/SRC/openSUSE:Factory/icecast/icecast.changes  2014-02-11 
15:23:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.icecast.new/icecast.changes 2014-05-26 
14:40:57.0 +0200
@@ -1,0 +2,14 @@
+Tue May 20 17:14:26 UTC 2014 - m...@davykager.nl
+
+- Update to version 2.4.0:
+  * Support for WebM video
+  * Support for Opus audio in Ogg
+  * Fixes for some race conditions
+  * Allow (standard strftime(3)) %x codes in dump-file. Disabled for win32.
+  * Dropped debian packaging directory as debian use their own.
+- Disable Gentoo patches because they have no effect on the OBS builds.
+  icecast-2.3.3-libkate.patch (has no effect on automated builds)
+  icecast-2.3.3-fix-xiph_openssl.patch (spec file guarantees openssl exists)
+- Rebase icecast-fix-no-add-needed.patch for version 2.4.0.
+
+---

Old:

  icecast-2.3.3-fix-xiph_openssl.patch
  icecast-2.3.3-libkate.patch
  icecast-2.3.3.tar.gz

New:

  icecast-2.4.0.tar.gz



Other differences:
--
++ icecast.spec ++
--- /var/tmp/diff_new_pack.LW0g3Z/_old  2014-05-26 14:40:59.0 +0200
+++ /var/tmp/diff_new_pack.LW0g3Z/_new  2014-05-26 14:40:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   icecast
-Version:2.3.3
+Version:2.4.0
 Release:0
 Summary:Audio Streaming Server
 License:GPL-2.0+
@@ -33,8 +33,6 @@
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: icecast-fix-no-add-needed.patch
 Patch3: icecast-add_pidfile_directive.patch
-Patch4: 
http://data.gpo.zugaina.org/gentoo/net-misc/icecast/files/icecast-2.3.3-libkate.patch
-Patch5: 
http://data.gpo.zugaina.org/gentoo/net-misc/icecast/files/icecast-2.3.3-fix-xiph_openssl.patch
 BuildRequires:  curl-devel
 BuildRequires:  libtheora-devel
 BuildRequires:  libtool
@@ -78,8 +76,6 @@
 %patch0
 %patch1
 %patch3
-%patch4 -p1
-%patch5 -p1
 
 %build
 autoreconf -fiv
@@ -107,7 +103,7 @@
 D=%{buildroot}%{_docdir}/%{name}
 install -d $D
 cp -a README AUTHORS COPYING NEWS TODO ChangeLog $D/
-cp -a doc/*.{html,jpg,css} $D/
+cp -a doc/*.{html,jpg,png} $D/
 cp -a conf/*.dist $D/
 
 %clean
@@ -166,7 +162,7 @@
 %dir %doc %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/*.html
 %doc %{_docdir}/%{name}/*.jpg
-%doc %{_docdir}/%{name}/*.css
+%doc %{_docdir}/%{name}/*.png
 %doc %{_docdir}/%{name}/*.dist
 
 %changelog

++ icecast-2.3.3.tar.gz - icecast-2.4.0.tar.gz ++
 34997 lines of diff (skipped)

++ icecast-fix-no-add-needed.patch ++
--- /var/tmp/diff_new_pack.LW0g3Z/_old  2014-05-26 14:40:59.0 +0200
+++ /var/tmp/diff_new_pack.LW0g3Z/_new  2014-05-26 14:40:59.0 +0200
@@ -1,33 +1,33 @@
 configure.in.orig  2013-06-04 23:21:32.945687628 +0200
-+++ configure.in   2013-06-04 23:30:16.635405784 +0200
-@@ -1,6 +1,7 @@
- AC_INIT([Icecast], [2.3.3], [icec...@xiph.org])
- 
- AC_PREREQ(2.54)
-+AC_CONFIG_MACRO_DIR([m4])
- AC_CONFIG_SRCDIR(src/main.c)
- dnl Process this file with autoconf to produce a configure script.
- 
-@@ -8,7 +9,8 @@
- AM_CONFIG_HEADER(config.h)
- AM_MAINTAINER_MODE
- 
--AC_PROG_CC
-+AC_PROG_CC_STDC
-+AC_USE_SYSTEM_EXTENSIONS
- AC_CANONICAL_HOST
- AC_PROG_LIBTOOL
- AC_SYS_LARGEFILE
-@@ -50,9 +52,12 @@
- 
- dnl -- configure options --
- 
-+XIPH_PATH_XML
- XIPH_PATH_XSLT
- XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$XSLT_CFLAGS])
- XIPH_VAR_PREPEND([XIPH_LIBS],[$XSLT_LIBS])
-+XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$XML_CFLAGS])
-+XIPH_VAR_PREPEND([XIPH_LIBS],[$XML_LIBS])
- 
- XIPH_PATH_VORBIS([
- XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$VORBIS_CFLAGS])
+--- configure.in.orig  2014-05-04 20:46:52.0 +0200
 configure.in   2014-05-20 16:41:18.210785900 +0200
+@@ -1,6 +1,7 @@
+ AC_INIT([Icecast], [2.4.0], [icec...@xiph.org])
+ 
+ AC_PREREQ(2.54)
++AC_CONFIG_MACRO_DIR([m4])
+ AC_CONFIG_SRCDIR(src/main.c)
+ dnl Process this file with autoconf to produce a configure script.
+ 
+@@ -8,7 +9,8 @@
+ AM_CONFIG_HEADER(config.h)
+ AM_MAINTAINER_MODE
+ 
+-AC_PROG_CC
++AC_PROG_CC_STDC
++AC_USE_SYSTEM_EXTENSIONS
+ AC_CANONICAL_HOST
+ AC_PROG_LIBTOOL
+ AC_SYS_LARGEFILE
+@@ -53,9 +55,12 @@
+ 
+ dnl -- configure options --
+ 
++XIPH_PATH_XML
+ XIPH_PATH_XSLT
+ XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$XSLT_CFLAGS])
+ XIPH_VAR_PREPEND([XIPH_LIBS],[$XSLT_LIBS])
++XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$XML_CFLAGS])
++XIPH_VAR_PREPEND([XIPH_LIBS],[$XML_LIBS])
+ 
+ XIPH_PATH_VORBIS([
+ 

commit baloo for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-05-26 14:40:20

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


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-04-26 
09:59:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-05-26 
14:40:27.0 +0200
@@ -1,0 +2,24 @@
+Fri May  9 16:39:53 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+- Drop patches due to upstream inclusion
+  0006-Extractor-Check-if-the-file-should-be-indexed.patch
+  0005-FileIndexingJob-Pause-it-when-on-battery.patch
+  0001-Cleaner-Do-not-commit-each-time-after-1000-documents.patch
+  0002-XapianSearchStore-Catch-the-database-modified-except.patch
+  0002-Cleaner-Remove-the-database-file-on-disabling.patch
+  0003-Use-QFile-encodeName-and-catch-some-exceptions.patch
+  0004-KCM-Show-the-home-folder-name-when-excluding-it.patch
+  0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch
+
+
+---
+Mon Apr 28 16:28:20 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added 0006-Extractor-Check-if-the-file-should-be-indexed.patch and
+  0005-FileIndexingJob-Pause-it-when-on-battery.patch (kde#332444)
+
+---

Old:

  0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch
  0001-Cleaner-Do-not-commit-each-time-after-1000-documents.patch
  0002-Cleaner-Remove-the-database-file-on-disabling.patch
  0002-XapianSearchStore-Catch-the-database-modified-except.patch
  0003-Use-QFile-encodeName-and-catch-some-exceptions.patch
  0004-KCM-Show-the-home-folder-name-when-excluding-it.patch
  baloo-4.13.0.tar.xz

New:

  baloo-4.13.1.tar.xz



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.M5MPc8/_old  2014-05-26 14:40:29.0 +0200
+++ /var/tmp/diff_new_pack.M5MPc8/_new  2014-05-26 14:40:29.0 +0200
@@ -17,24 +17,12 @@
 
 
 Name:   baloo
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/KDE
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 
0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch -- fixes KMail 
searches with non-Latin characters
-Patch2: 0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch
-# PATCH-FIX-UPSTREAM 0002-Cleaner-Remove-the-database-file-on-disabling.patch
-Patch3: 0002-Cleaner-Remove-the-database-file-on-disabling.patch
-# PATCH-FIX-UPSTREAM 0003-Use-QFile-encodeName-and-catch-some-exceptions.patch
-Patch4: 0003-Use-QFile-encodeName-and-catch-some-exceptions.patch
-# PATCH-FIX-UPSTREAM 0004-KCM-Show-the-home-folder-name-when-excluding-it.patch
-Patch5: 0004-KCM-Show-the-home-folder-name-when-excluding-it.patch
-# PATCH-FIX-UPSTREAM 
0001-Cleaner-Do-not-commit-each-time-after-1000-documents.patch
-Patch6: 0001-Cleaner-Do-not-commit-each-time-after-1000-documents.patch
-# PATCH-FIX-UPSTREAM 
0002-XapianSearchStore-Catch-the-database-modified-except.patch
-Patch7: 0002-XapianSearchStore-Catch-the-database-modified-except.patch
 BuildRequires:  kfilemetadata-devel = %{version}
 BuildRequires:  libakonadiprotocolinternals-devel
 BuildRequires:  libattr-devel
@@ -124,12 +112,6 @@
 
 %prep
 %setup -q
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
 
 %build
   %cmake_kde4 -d build
@@ -177,6 +159,7 @@
 %{_kde4_bindir}/baloo_file
 %{_kde4_bindir}/baloo_file_cleaner
 %{_kde4_bindir}/baloo_file_extractor
+%{_kde4_bindir}/balooctl
 %{_kde4_datadir}/autostart/baloo_file.desktop
 %{_kde4_servicesdir}/kcm_baloofile.desktop
 %{_kde4_modulesdir}/kcm_baloofile.so

++ baloo-4.13.0.tar.xz - baloo-4.13.1.tar.xz ++
 2092 lines of diff (skipped)

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



commit ldb for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package ldb for openSUSE:Factory checked in 
at 2014-05-26 14:40:16

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


Package is ldb

Changes:

--- /work/SRC/openSUSE:Factory/ldb/ldb.changes  2014-05-10 08:31:44.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes 2014-05-26 
14:40:22.0 +0200
@@ -1,0 +2,6 @@
+Fri May 23 15:39:36 UTC 2014 - lmue...@suse.com
+
+- Require pkg-config from the devel sub packages and do not BuildRequire it
+  from libldb.
+
+---



Other differences:
--
++ ldb.spec ++
--- /var/tmp/diff_new_pack.vmbeZT/_old  2014-05-26 14:40:23.0 +0200
+++ /var/tmp/diff_new_pack.vmbeZT/_new  2014-05-26 14:40:23.0 +0200
@@ -60,11 +60,6 @@
 %package -n %{libldb_name}
 Summary:An LDAP-like embedded database
 Group:  System/Libraries
-%if 0%{?suse_version}  1020
-BuildRequires:  pkg-config
-%else
-BuildRequires:  pkgconfig
-%endif
 PreReq: /sbin/ldconfig
 
 %description -n %{libldb_name}
@@ -77,6 +72,11 @@
 Summary:Libraries and Header Files to Develop Programs with ldb1 
Support
 Group:  Development/Libraries/C and C++
 Requires:   %{libldb_name} = %{version}
+%if 0%{?suse_version}  1020
+Requires:   pkg-config
+%else
+Requires:   pkgconfig
+%endif
 
 %description -n libldb-devel
 Ldb is an LDAP-like embedded database.
@@ -106,6 +106,11 @@
 Summary:Development files for the Python bindings for the LDB library
 Group:  Development/Libraries/Python
 Requires:   pyldb = %{version}
+%if 0%{?suse_version}  1020
+Requires:   pkg-config
+%else
+Requires:   pkgconfig
+%endif
 
 %description -n pyldb-devel
 This package contains the development files for the Python bindings for the



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



commit kfilemetadata for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package kfilemetadata for openSUSE:Factory 
checked in at 2014-05-26 14:40:21

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


Package is kfilemetadata

Changes:

--- /work/SRC/openSUSE:Factory/kfilemetadata/kfilemetadata.changes  
2014-05-06 17:41:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfilemetadata.new/kfilemetadata.changes 
2014-05-26 14:40:29.0 +0200
@@ -1,0 +2,9 @@
+Fri May  9 16:39:46 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+i- Drop patch optimize.patch (Upstreamed)
+
+---

Old:

  kfilemetadata-4.13.0.tar.xz
  optimize.patch

New:

  kfilemetadata-4.13.1.tar.xz



Other differences:
--
++ kfilemetadata.spec ++
--- /var/tmp/diff_new_pack.dsuKIt/_old  2014-05-26 14:40:31.0 +0200
+++ /var/tmp/diff_new_pack.dsuKIt/_new  2014-05-26 14:40:31.0 +0200
@@ -17,14 +17,12 @@
 
 
 Name:   kfilemetadata
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Extract Metadata
 License:GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
 Group:  System/GUI/KDE
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM optimize.patch -- Optimize word count in 
PlainTextExtractor
-Patch0: optimize.patch
 BuildRequires:  libepub-devel
 BuildRequires:  libexiv2-devel
 BuildRequires:  libkde4-devel
@@ -47,7 +45,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kde4 -d build

++ kfilemetadata-4.13.0.tar.xz - kfilemetadata-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-4.13.0/autotests/CMakeLists.txt 
new/kfilemetadata-4.13.1/autotests/CMakeLists.txt
--- old/kfilemetadata-4.13.0/autotests/CMakeLists.txt   2014-04-09 
09:58:41.0 +0200
+++ new/kfilemetadata-4.13.1/autotests/CMakeLists.txt   2014-05-09 
13:17:52.0 +0200
@@ -1,7 +1,7 @@
 configure_file(indexerextractortestsconfig.h.in
${CMAKE_CURRENT_BINARY_DIR}/indexerextractortestsconfig.h @ONLY)
 
-kde4_add_unit_test(extractortests
+kde4_add_unit_test(extractortests NOGUI
   indexerextractortests.cpp
   simpleresult.cpp
   ../src/extractors/plaintextextractor.cpp
@@ -16,7 +16,7 @@
 #
 # Property Info
 #
-kde4_add_unit_test(propertyinfotest
+kde4_add_unit_test(propertyinfotest NOGUI
   propertyinfotest.cpp
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kfilemetadata-4.13.0/autotests/indexerextractortests.cpp 
new/kfilemetadata-4.13.1/autotests/indexerextractortests.cpp
--- old/kfilemetadata-4.13.0/autotests/indexerextractortests.cpp
2014-04-09 09:58:41.0 +0200
+++ new/kfilemetadata-4.13.1/autotests/indexerextractortests.cpp
2014-05-09 13:17:52.0 +0200
@@ -42,10 +42,24 @@
 
 void IndexerExtractorTests::benchMarkPlainTextExtractor()
 {
-QScopedPointerExtractorPlugin plugin(new PlainTextExtractor(this, 
QVariantList()));
+PlainTextExtractor plugin(this, QVariantList());
 
-SimpleResult result(testFilePath(plain_text_file.txt), text/plain);
-plugin-extract(result);
+// generate a test file with varying number of words per line
+QTemporaryFile file(XX.txt);
+QVERIFY(file.open());
+QByteArray chunk(foo bar );
+for (int line = 0; line  1; ++line) {
+for (int i = 0; i  line % 100; ++i) {
+file.write(chunk);
+}
+file.write(\n);
+}
+
+SimpleResult result(file.fileName(), text/plain);
+
+QBENCHMARK {
+plugin.extract(result);
+}
 }
 
 void IndexerExtractorTests::testPlainTextExtractor()
@@ -64,8 +78,7 @@
 QCOMPARE(result.types().size(), 1);
 QCOMPARE(result.types().first(), Type::Text);
 
-QCOMPARE(result.properties().size(), 2);
-QCOMPARE(result.properties().value(Property::WordCount), QVariant(17));
+QCOMPARE(result.properties().size(), 1);
 QCOMPARE(result.properties().value(Property::LineCount), QVariant(4));
 
 content.replace(QLatin1Char('\n'), QLatin1Char(' '));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-4.13.0/src/extractors/CMakeLists.txt 
new/kfilemetadata-4.13.1/src/extractors/CMakeLists.txt
--- old/kfilemetadata-4.13.0/src/extractors/CMakeLists.txt  2014-04-09 
09:58:41.0 +0200
+++ new/kfilemetadata-4.13.1/src/extractors/CMakeLists.txt  2014-05-09 
13:17:52.0 +0200
@@ -116,7 +116,6 @@
 target_link_libraries( 

commit kimageformats for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2014-05-26 14:41:02

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


Package is kimageformats

Changes:

--- /work/SRC/openSUSE:Factory/kimageformats/kimageformats.changes  
2014-05-14 20:27:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2014-05-26 14:41:03.0 +0200
@@ -1,0 +2,5 @@
+Sat May 17 23:14:10 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Recommend libqt5-qtimageformats
+
+---



Other differences:
--
++ kimageformats.spec ++
--- /var/tmp/diff_new_pack.BLHmMm/_old  2014-05-26 14:41:05.0 +0200
+++ /var/tmp/diff_new_pack.BLHmMm/_new  2014-05-26 14:41:05.0 +0200
@@ -29,6 +29,7 @@
 BuildRequires:  pkgconfig(Qt5Gui) = 5.2.0
 BuildRequires:  pkgconfig(Qt5PrintSupport) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
+Recommends: libqt5-qtimageformats = 5.2.0
 Summary:Image format plugins for Qt
 License:LGPL-2.1+
 Group:  System/GUI/KDE

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



commit offlineimap for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package offlineimap for openSUSE:Factory 
checked in at 2014-05-26 14:41:16

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


Package is offlineimap

Changes:

--- /work/SRC/openSUSE:Factory/offlineimap/offlineimap.changes  2013-10-06 
14:29:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.offlineimap.new/offlineimap.changes 
2014-05-26 14:41:17.0 +0200
@@ -1,0 +2,18 @@
+Sun May 25 22:58:26 UTC 2014 - g...@opensuse.org
+
+- update to version 6.5.6
+  * Add knob to filter some headers before uploading message to
+IMAP server (Abdó Roig-Maranges)
+  * Allow to sync GMail labels and implement GmailMaildir
+repository that adds mechanics to change message labels (Abdó
+Roig-Maranges)
+  * Allow to migrate status data across differend backends (Abdó
+Roig-Maranges)
+  * Support XDG Base Directory Specification (if
+$XDG_CONFIG_HOME/offlineimap/config exists, use it as the
+default configuration path; ~/.offlineimaprc is still tried
+after XDG location) (GitHub#32)
+  * Allow multiple certificate fingerprints to be specified inside
+'cert_fingerprint'
+
+---

Old:

  offlineimap-6.5.5.tar.gz

New:

  v6.5.6.tar.gz



Other differences:
--
++ offlineimap.spec ++
--- /var/tmp/diff_new_pack.lFibi0/_old  2014-05-26 14:41:18.0 +0200
+++ /var/tmp/diff_new_pack.lFibi0/_new  2014-05-26 14:41:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package offlineimap
 #
-# 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:   offlineimap
-Version:6.5.5
+Version:6.5.6
 Release:0
 Summary:Powerful IMAP/Maildir Synchronization Tool
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Utilities
 Url:http://offlineimap.org/
-Source: %{name}-%{version}.tar.gz
+Source: 
https://github.com/OfflineIMAP/offlineimap/archive/v%{version}.tar.gz
 Source100:  offlineimap-rpmlintrc
 BuildRequires:  docutils
 BuildRequires:  python

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



commit perl-HTTP-Thin for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Thin for openSUSE:Factory 
checked in at 2014-05-26 14:41:30

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


Package is perl-HTTP-Thin

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Thin/perl-HTTP-Thin.changes
2014-03-19 09:05:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Thin.new/perl-HTTP-Thin.changes   
2014-05-26 14:41:31.0 +0200
@@ -1,0 +2,8 @@
+Mon May 26 11:11:21 UTC 2014 - ncut...@suse.com
+
+- updated to 0.006
+  - clean up dzil related fluffery
+  - merge pull request #3 from bluefeet/master
+  - remove Perl 5.12 dependency
+
+---

Old:

  HTTP-Thin-0.004.tar.gz

New:

  HTTP-Thin-0.006.tar.gz



Other differences:
--
++ perl-HTTP-Thin.spec ++
--- /var/tmp/diff_new_pack.jyizGL/_old  2014-05-26 14:41:31.0 +0200
+++ /var/tmp/diff_new_pack.jyizGL/_new  2014-05-26 14:41:31.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-HTTP-Thin
-Version:0.004
+Version:0.006
 Release:0
 %define cpan_name HTTP-Thin
 Summary:A Thin Wrapper around HTTP::Tiny to play nice with 
HTTP::Message
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTTP-Thin/
-Source: 
http://www.cpan.org/authors/id/P/PE/PERIGRIN/%{cpan_name}-%{version}.tar.gz
+Source: HTTP-Thin-0.006.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -35,6 +35,8 @@
 BuildRequires:  perl(Hash::MultiValue)
 BuildRequires:  perl(Safe::Isa)
 BuildRequires:  perl(parent)
+#BuildRequires: perl(HTTP::Request::Common)
+#BuildRequires: perl(HTTP::Thin)
 Requires:   perl(Class::Method::Modifiers)
 Requires:   perl(HTTP::Response)
 Requires:   perl(HTTP::Tiny)

++ HTTP-Thin-0.004.tar.gz - HTTP-Thin-0.006.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Thin-0.004/CHANGES new/HTTP-Thin-0.006/CHANGES
--- old/HTTP-Thin-0.004/CHANGES 2013-06-14 07:26:35.0 +0200
+++ new/HTTP-Thin-0.006/CHANGES 2014-04-21 22:43:18.0 +0200
@@ -1,11 +1,31 @@
 ==
-Changes from 2012-06-14 00:00:00 + to present.
+Changes from 2013-04-21 00:00:00 + to present.
 ==
 
 --
-version 0.004 at 2013-06-14 05:26:31 +
+version 0.005 at 2014-04-21 18:31:36 +
 --
 
+  Change: ae58413248b73a78b2bf1fc26582975aa4f25e9c
+  Author: Chris Prather ch...@prather.org
+  Date : 2014-04-21 13:31:36 +
+
+clean up dzil related fluffery 
+
+  Change: ad9294d58cdedf4ccce9c26a29fa702b741b0f77
+  Author: Chris Prather ch...@prather.org
+  Date : 2014-04-21 14:06:44 +
+
+Merge pull request #3 from bluefeet/master
+
+Remove Perl 5.12 dependency. 
+
+  Change: 7241a3681c881cc392f3e9ebc520309a97b4c830
+  Author: Aran Deltac a...@ziprecruiter.com
+  Date : 2014-04-21 11:00:37 +
+
+Remove Perl 5.12 dependency. 
+
   Change: 3131e6945ad12272254e447e2aea934690128d33
   Author: Chris Prather ch...@prather.org
   Date : 2013-06-14 01:26:21 +
@@ -93,40 +113,6 @@
 
 fix the synopsis 
 
---
-version 0.001 at 2013-01-08 19:04:35 +
---
-
-  Change: ef1c89d63883cd40cdcbf503e5beead014d4298e
-  Author: Chris Prather ch...@prather.org
-  Date : 2013-01-08 14:04:35 +
-
-add a few more things to gitignore 
-
-  Change: 23a8a1fc4a03f13cf0334ebd7aca72c6aca02619
-  Author: Chris Prather ch...@prather.org
-  Date : 2013-01-08 13:46:23 +
-
-make it releaseable 
-
-  Change: 497fdf11c33d31d198cfb0573f24fbcb5e0f92c0
-  Author: Chris Prather ch...@prather.org
-  Date : 2013-01-08 12:57:09 +
-
-use Safe::Isa rather than the ugly 
-
-  Change: f2cc010cdfb25d2ef8acf3350a4a5f66596663c1
-  Author: Chris Prather ch...@prather.org
-  Date : 2013-01-08 12:51:40 +
-
-Don't need to override new() 
-
-  Change: c664b94a43ac41b819585eeb68fbd6260f1f40b2
-  Author: Chris Prather ch...@prather.org
-  Date : 2013-01-08 12:44:07 +
-
-first draft 
-
-
-End of releases.
-
+===
+Plus 1 release after 2013-04-21 00:00:00 +.
+===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit perl-CPAN-Meta for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta for openSUSE:Factory 
checked in at 2014-05-26 14:41:23

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


Package is perl-CPAN-Meta

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Meta/perl-CPAN-Meta.changes
2014-03-11 09:32:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPAN-Meta.new/perl-CPAN-Meta.changes   
2014-05-26 14:41:24.0 +0200
@@ -1,0 +2,22 @@
+Mon May 26 09:28:07 UTC 2014 - ncut...@suse.com
+
+- updated to 2.141170
+  [ADDED]
+ 
+  - Added ability for CPAN::Meta::Converter to convert metadata fragments
+(incomplete portions of a metadata structure)
+ 
+  [CHANGED]
+ 
+  - Optimized internal use of JSON for datastructure cloning
+ 
+  [FIXED]
+ 
+  - Removed dependency on List::Util 1.33
+ 
+  [DOCUMENTED]
+ 
+  - Clarified language around 'dynamic_config' in the Spec
+ 
+
+---

Old:

  CPAN-Meta-2.140640.tar.gz

New:

  CPAN-Meta-2.141170.tar.gz



Other differences:
--
++ perl-CPAN-Meta.spec ++
--- /var/tmp/diff_new_pack.oR71Mv/_old  2014-05-26 14:41:25.0 +0200
+++ /var/tmp/diff_new_pack.oR71Mv/_new  2014-05-26 14:41:25.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-CPAN-Meta
-Version:2.140640
+Version:2.141170
 Release:0
 %define cpan_name CPAN-Meta
-Summary:the distribution metadata for a CPAN dist
+Summary:Distribution metadata for a CPAN dist
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CPAN-Meta/
-Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source: CPAN-Meta-2.141170.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -33,14 +33,23 @@
 BuildRequires:  perl(CPAN::Meta::YAML) = 0.008
 BuildRequires:  perl(File::Temp) = 0.20
 BuildRequires:  perl(JSON::PP) = 2.27200
-BuildRequires:  perl(List::Util) = 1.33
 BuildRequires:  perl(Parse::CPAN::Meta) = 1.4414
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(version) = 0.88
+#BuildRequires: perl(CPAN::Meta)
+#BuildRequires: perl(CPAN::Meta::Converter)
+#BuildRequires: perl(CPAN::Meta::Feature)
+#BuildRequires: perl(CPAN::Meta::Prereqs)
+#BuildRequires: perl(CPAN::Meta::Validator)
+#BuildRequires: perl(Pod::Coverage::TrustPod)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::CPAN::Meta)
+#BuildRequires: perl(Test::Pod) = 1.41
+#BuildRequires: perl(Test::Pod::Coverage) = 1.08
+#BuildRequires: perl(Test::Spelling) = 0.12
 Requires:   perl(CPAN::Meta::Requirements) = 2.121
 Requires:   perl(CPAN::Meta::YAML) = 0.008
 Requires:   perl(JSON::PP) = 2.27200
-Requires:   perl(List::Util) = 1.33
 Requires:   perl(Parse::CPAN::Meta) = 1.4414
 Requires:   perl(version) = 0.88
 %{perl_requires}
@@ -63,7 +72,7 @@
 %setup -q -n %{cpan_name}-%{version}
 # MANUAL BEGIN
 %if 0%{?suse_version} = 1110
-for i in `find t -type f` ; do
+for i in $(find t -type f) ; do
 sed -i -e s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse 
Test::More@ $i
 done
 %endif

++ CPAN-Meta-2.140640.tar.gz - CPAN-Meta-2.141170.tar.gz ++
 2662 lines of diff (skipped)

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



commit python-netifaces for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package python-netifaces for 
openSUSE:Factory checked in at 2014-05-26 14:43:41

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


Package is python-netifaces

Changes:

--- /work/SRC/openSUSE:Factory/python-netifaces/python-netifaces.changes
2013-10-25 11:23:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-netifaces.new/python-netifaces.changes   
2014-05-26 14:43:43.0 +0200
@@ -1,0 +2,34 @@
+Sat May 24 09:42:16 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.10.4:
+  * Various small fixes
+- Fix source download url
+- Fix homepage
+
+---
+Mon May 12 19:16:49 UTC 2014 - h...@urpla.net
+
+- Update to version 0.10.3:
+  - Version 0.10.3
++ When using Netlink (i.e. Linux), check for the constant
+  NLM_F_DUMP_INTR, since it only appeared in kernel version 3.1
+
+  - Version 0.10.2
++ Added a workaround for broken netlink headers on certain Linux
+  distributions (the problem being that the netlink headers fail to
+  include bits/sockaddr.h, which causes a build failure).
+
+  - Version 0.10.1
++ Fixed a problem with the gateways() function that caused it a
+  crash on PyPy.
++ The CI system is now set up to build for PyPy as well, so
+  problems will be found sooner.
+
+  - Version 0.10.0
++ Python 3 compatibility.
++ Improved Windows source code compatibility.
++ Added gateway detection via gateways() function.
++ New version number format (skipped 0.9.0 due to its use by
+  the netifaces-merged fork).
+
+---

Old:

  netifaces-0.8.tar.gz

New:

  netifaces-0.10.4.tar.gz



Other differences:
--
++ python-netifaces.spec ++
--- /var/tmp/diff_new_pack.vqOtyg/_old  2014-05-26 14:43:44.0 +0200
+++ /var/tmp/diff_new_pack.vqOtyg/_new  2014-05-26 14:43:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-netifaces
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Novell
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   python-netifaces
-Version:0.8
+Version:0.10.4
 Release:0
 Summary:Portable network interface information
 License:MIT
 Group:  Development/Languages/Python
-Url:http://alastairs-place.net/netifaces/
-Source: 
http://alastairs-place.net/projects/netifaces/netifaces-%{version}.tar.gz
+Url:http://alastairs-place.net/projects/netifaces/
+Source: 
https://pypi.python.org/packages/source/n/netifaces/netifaces-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Provides:   netifaces
@@ -57,7 +57,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc README.rst
 %{python_sitearch}/*
 
 %changelog

++ netifaces-0.8.tar.gz - netifaces-0.10.4.tar.gz ++
 2794 lines of diff (skipped)

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



commit tomcat for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2014-05-26 14:44:25

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


Package is tomcat

Changes:

--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes2013-12-13 
12:01:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat.changes   2014-05-26 
14:44:28.0 +0200
@@ -1,0 +2,42 @@
+Sat May 24 09:58:55 UTC 2014 - tchva...@suse.com
+
+- Version bump to 7.0.54:
+  * bugfix update
+  * See http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
+
+---
+Thu May 15 14:59:25 UTC 2014 - da...@darins.net
+
+- Update to 7.0.53
+  * bugfix release
+  * Update the Eclipse JDT compiler to enable full Java 8 support in JSPs.
+  * See http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
+- Patch for Bug 56373
+  * See https://issues.apache.org/bugzilla/show_bug.cgi?id=56373
+  * tomcat-7.0.53-JDTCompiler-java.patch
+- Rename tomcat-7.0.2-property-build.windows.patch to
+  tomcat-7.0.52-property-build.windows.patch
+
+---
+Thu May 15 14:41:40 UTC 2014 - da...@darins.net
+
+- remove saxon build requirement for sles
+- disable bytecode check for sles 
+
+---
+Mon Apr 14 17:59:07 UTC 2014 - da...@darins.net
+
+- remove unknown option from fillup_only macro
+- wrap systemd %pre[un]/%post[un] in conditional
+- specify required ant version
+
+---
+Tue Apr  8 17:27:09 UTC 2014 - witte...@googlemail.com
+
+- Update to 7.0.52
+  * bugfix release
+  * Fix CVE-2014-0050, a DoS vulnerability related to multi-part processing
+- Update to 7.0.50
+  * bugfix release
+
+---

Old:

  apache-tomcat-7.0.47-src.tar.gz
  apache-tomcat-7.0.47-src.tar.gz.asc
  tomcat-7.0.2-property-build.windows.patch

New:

  apache-tomcat-7.0.54-src.tar.gz
  apache-tomcat-7.0.54-src.tar.gz.asc
  tomcat-7.0.52-property-build.windows.patch
  tomcat-7.0.53-JDTCompiler-java.patch



Other differences:
--
++ tomcat.spec ++
--- /var/tmp/diff_new_pack.QyjX2y/_old  2014-05-26 14:44:29.0 +0200
+++ /var/tmp/diff_new_pack.QyjX2y/_new  2014-05-26 14:44:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tomcat
 #
-# 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.
 #
@@ -26,7 +26,7 @@
 
 %define major_version 7
 %define minor_version 0
-%define micro_version 47
+%define micro_version 54
 
 %define packdname apache-tomcat-%{version}-src
 %define tcuid 91
@@ -80,12 +80,20 @@
 #PATCH-FIX-UPSTREAM: from jpackage.org package
 Patch1: 
%{name}-%{major_version}.%{minor_version}-tomcat-users-webapp.patch
 #PATCH-FIX-OPENSUSE: skip few windows specific parts of build
-Patch2: tomcat-7.0.2-property-build.windows.patch
+Patch2: tomcat-7.0.52-property-build.windows.patch
+# PATCH-FIX-UPSTREAM: https://issues.apache.org/bugzilla/show_bug.cgi?id=56373
+Patch3: tomcat-7.0.53-JDTCompiler-java.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
-BuildRequires:  ant
+BuildRequires:  ant = 1.8.1
+%if 0%{?suse_version} == 1110
+BuildRequires:  ant-antlr
+BuildRequires:  ant-nodeps
+BuildRequires:  ant-trax
+#BuildRequires:  saxon
+%endif
 BuildRequires:  ecj = 4.2.1
 BuildRequires:  fdupes
 BuildRequires:  findutils
@@ -268,6 +276,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3
 
 %build
 #bnc847505: build all commons-dbcp-tomcat jars before tomcat
@@ -358,6 +367,10 @@
 zip -u output/build/bin/tomcat-juli.jar META-INF/MANIFEST.MF
 
 %install
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
+
 # build initial path structure
 %{__install} -d -m 0755 %{buildroot}%{_bindir}
 %{__install} -d -m 0755 %{buildroot}%{_sbindir}
@@ -581,7 +594,7 @@
 %if %{with_systemd}
 %service_add_post %{name}.service
 %else
-%{fillup_only -f %{name}}
+%{fillup_only %{name}}
 %endif
 
 %preun
@@ -602,6 +615,8 @@
 %restart_on_update %{name}
 %endif
 
+# start - systemd services
+%if %{with_systemd}
 %pre jsvc
 %service_add_pre %{name}-jsvc.service
 
@@ -614,6 +629,9 @@
 %postun jsvc
 %service_del_postun %{name}-jsvc.service
 
+%endif
+# end - systemd services
+
 %post el-2_2-api
 %{_sbindir}/update-alternatives --install %{_javadir}/el_api.jar el_api 
%{_javadir}/%{name}-el-%{elspec}-api.jar 

commit xtables-addons for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package xtables-addons for openSUSE:Factory 
checked in at 2014-05-26 14:44:31

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


Package is xtables-addons

Changes:

--- /work/SRC/openSUSE:Factory/xtables-addons/xtables-addons.changes
2014-01-23 15:58:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtables-addons.new/xtables-addons.changes   
2014-05-26 14:44:32.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 18 17:17:14 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 2.5
+* Support for Linux 3.14, 3.15
+* xt_quota2: support distinct network namespaces
+
+---

Old:

  xtables-addons-2.4.tar.asc
  xtables-addons-2.4.tar.xz

New:

  xtables-addons-2.5.tar.asc
  xtables-addons-2.5.tar.xz



Other differences:
--
++ xtables-addons.spec ++
--- /var/tmp/diff_new_pack.4LrgXH/_old  2014-05-26 14:44:34.0 +0200
+++ /var/tmp/diff_new_pack.4LrgXH/_new  2014-05-26 14:44:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xtables-addons
-Version:2.4
+Version:2.5
 Release:0
 Summary:IP Packet Filter Administration Extensions
 License:GPL-2.0 and GPL-2.0+
@@ -29,13 +29,10 @@
 #Git-Web:  http://xtables-addons.git.sf.net/
 Source3:%name-preamble
 Source4:%name.keyring
-Source7:%name-2.4.tar.xz
-Source8:%name-2.4.tar.asc
+Source7:http://downloads.sf.net/%name/%name-%version.tar.xz
+Source8:http://downloads.sf.net/%name/%name-%version.tar.asc
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 BuildRequires:  %kernel_module_package_buildreqs
 BuildRequires:  kernel-syms = 3.7
 BuildRequires:  pkgconfig = 0.21
@@ -69,8 +66,6 @@
 main kernel/iptables packages.
 
 %prep
-xz -dk %_sourcedir/%name-%version.tar.xz
-%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.asc}
 %setup -Tqb7
 
 %build

++ xtables-addons-2.4.tar.xz - xtables-addons-2.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xtables-addons-2.4/Makefile.in 
new/xtables-addons-2.5/Makefile.in
--- old/xtables-addons-2.4/Makefile.in  2014-01-09 10:39:02.0 +0100
+++ new/xtables-addons-2.5/Makefile.in  2014-04-18 19:16:18.0 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.4 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -404,8 +404,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
@@ -661,10 +661,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)
 
@@ -706,9 +712,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/xtables-addons-2.4/aclocal.m4 
new/xtables-addons-2.5/aclocal.m4
--- old/xtables-addons-2.4/aclocal.m4   2014-01-09 10:39:01.0 +0100
+++ new/xtables-addons-2.5/aclocal.m4   2014-04-18 19:16:16.0 +0200
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
 
 # Copyright (C) 

commit man-pages for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2014-05-26 19:53:09

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


Package is man-pages

Changes:

--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes  2014-05-14 
10:26:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2014-05-26 
19:53:13.0 +0200
@@ -1,0 +2,14 @@
+Wed May 21 20:14:14 UTC 2014 - andreas.stie...@gmx.de
+
+- man-pages 3.67
+- New and rewitten pages
+  - sched_setattr.2
+  - system.3
+- Newly documented interfaces in existing pages
+  - sched.7 Document SCHED_DEADLINE
+- New and changed links
+  - renameat2.2 - rename.2
+  - sched_getattr.2 - sched_setattr.
+- Further updates to individual pages, see Changes for details
+
+---

Old:

  man-pages-3.66.tar.xz

New:

  man-pages-3.67.tar.xz



Other differences:
--
++ man-pages.spec ++
--- /var/tmp/diff_new_pack.vUpOma/_old  2014-05-26 19:53:13.0 +0200
+++ /var/tmp/diff_new_pack.vUpOma/_new  2014-05-26 19:53:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   man-pages
-Version:3.66
+Version:3.67
 Release:0
 Summary:Linux  Manual Pages
 License:BSD-3-Clause and GPL-2.0+ and MIT

++ man-pages-3.66.tar.xz - man-pages-3.67.tar.xz ++
 17191 lines of diff (skipped)

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



commit bluez for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2014-05-26 19:53:08

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


Package is bluez

Changes:

--- /work/SRC/openSUSE:Factory/bluez/bluez.changes  2014-05-05 
21:18:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2014-05-26 
19:53:09.0 +0200
@@ -1,0 +2,22 @@
+Tue May 20 06:24:05 UTC 2014 - seife+...@b1-systems.com
+
+- update to version 5.19
+  The release contains fixes to OBEX, AVRCP browsing, HID over GATT
+  and handling of device unpaired events for dual-mode devices.
+  There is also a fix to cleanly handle tools like bluetoothctl
+  taking over the default agent role. Since there is no indication
+  to the normal system default agent this would previously simply
+  rob this property away without any way to know that this
+  happened. From 5.19 onward bluetoothd maintains a stack of agents
+  that have requested to be the default and will hand back the
+  property to the next item in the stack when bluetoothctl (or some
+  other tool) exits.
+  Besides these fixes we’ve got some new additions too:
+  * User space based HID host implementation (for BR/EDR), to
+complement the kernel-side implementation
+  * A reconnect-upon-linkloss policy for those profiles that need,
+such as HFP HF or an A2DP Sink. The list of remote UUIDs to try
+to reconnect to is also configurable through main.conf.
+- removed bluez-glib2.40.patch, included upstream
+
+---

Old:

  bluez-5.18.tar.xz
  bluez-glib2.40.patch

New:

  bluez-5.19.tar.xz



Other differences:
--
++ bluez.spec ++
--- /var/tmp/diff_new_pack.OKwbtq/_old  2014-05-26 19:53:11.0 +0200
+++ /var/tmp/diff_new_pack.OKwbtq/_new  2014-05-26 19:53:11.0 +0200
@@ -24,7 +24,7 @@
 BuildRequires:  systemd-devel
 BuildRequires:  pkgconfig(dbus-1) = 1.4
 %{?systemd_requires}
-Version:5.18
+Version:5.19
 Release:0
 Summary:Bluetooth Stack for Linux
 License:GPL-2.0+
@@ -38,8 +38,6 @@
 # fix some logitech HID devices, bnc#681049, bnc#850478 
--seife+...@b1-systems.com
 Patch1: bluez-5.11-logitech-hid2hci.patch
 Patch2: bluez-sdp-unix-path.patch
-# PATCH-FIX-UPSTREAM bluez-glib2.40.patch dims...@opensuse.org -- Fix build 
with GLib 2.40, taken from upstream git
-Patch3: bluez-glib2.40.patch
 BuildRequires:  alsa-devel
 BuildRequires:  automake
 BuildRequires:  check-devel
@@ -115,7 +113,6 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 cp %{SOURCE6} .
 mkdir dbus-apis
 cp -a doc/*.txt dbus-apis/

++ bluez-5.18.tar.xz - bluez-5.19.tar.xz ++
 25078 lines of diff (skipped)

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



commit libdrm for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2014-05-26 19:53:11

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-05-06 
13:39:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2014-05-26 
19:53:15.0 +0200
@@ -1,0 +2,5 @@
+Sun May 25 15:00:04 UTC 2014 - afaer...@suse.de
+
+- Enable valgrind support for armv6l and ppc64le
+
+---



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.5HLztp/_old  2014-05-26 19:53:16.0 +0200
+++ /var/tmp/diff_new_pack.5HLztp/_new  2014-05-26 19:53:16.0 +0200
@@ -49,7 +49,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(pciaccess) = 0.10
 BuildRequires:  pkgconfig(pthread-stubs)
-%ifarch %ix86 x86_64 ppc ppc64 s390x armv7l armv7hl
+%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x %arm
 BuildRequires:  pkgconfig(valgrind)
 %endif
 

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



commit vim for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2014-05-26 19:53:13

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


Package is vim

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2014-05-17 22:01:33.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2014-05-26 
19:53:16.0 +0200
@@ -1,0 +2,33 @@
+Mon May 26 08:40:24 UTC 2014 - idon...@suse.com
+
+- Updated to revision 307, fixes the following problems
+  * Setting 'langmap' in the modeline can cause trouble.  E.g. mapping
+: breaks many commands. (Jens-Wolfhard Schicke-Uffmann)
+  * When 'relativenumber' is set and deleting lines or undoing that,
+line numbers are not always updated. (Robert Arkwright)
+  * Error messages are inconsistant. (ZyX)
+  * When 'spellfile' is set the screen is not redrawn.
+  * Pattern with repeated backreference does not match with new regexp
+engine. (Urtica Dioica)
+  * A non-greedy match followed by a branch is too greedy. (Ingo
+Karkat)
+  * Searching for a does not match accented a with new regexp
+engine, does match with old engine. (David Bürgin)
+ca does not match ca with accented a with either engine.
+  * It is not possible to ignore composing characters at a specific
+point in a pattern.
+  * Memory leak from result of get_isolated_shell_name().
+  * Can't have a funcref start with t:.
+  * When running configure twice DYNAMIC_PYTHON_DLL may become empty.
+  * Still a scrolling problem when loading a session file.
+  * Signs placed with 'foldcolumn' set don't show up after filler
+lines.
+  * When using double-width characters the text displayed on the
+command line is sometimes truncated.
+  * Cannot always use Python with Vim.
+  * Making 'ttymouse' empty after the xterm version was requested
+causes problems. (Elijah Griffin)
+  * getchar(0) does not return Esc.
+  * Can't build without the +termresponse feature.
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.SlftfY/_old  2014-05-26 19:53:19.0 +0200
+++ /var/tmp/diff_new_pack.SlftfY/_new  2014-05-26 19:53:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.4
-%define official_ptchlvl 283
+%define official_ptchlvl 307
 %define VIM_SUBDIR vim74
 %define site_runtimepath /usr/share/vim/site
 %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current 
MAKE=make -e %{?_smp_mflags}

++ vim-7.4-patches.tar.bz2 ++
 2855 lines of diff (skipped)

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



commit rpcbind for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package rpcbind for openSUSE:Factory checked 
in at 2014-05-27 07:09:01

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


Package is rpcbind

Changes:

--- /work/SRC/openSUSE:Factory/rpcbind/rpcbind.changes  2014-04-06 
07:10:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpcbind.new/rpcbind.changes 2014-05-27 
07:09:05.0 +0200
@@ -1,0 +2,6 @@
+Wed May 21 13:56:14 UTC 2014 - wer...@suse.de
+
+- Require the systemd libraries for build to allow the move
+  of systemd.pc back to systemd
+
+---



Other differences:
--
++ rpcbind.spec ++
--- /var/tmp/diff_new_pack.gImevO/_old  2014-05-27 07:09:06.0 +0200
+++ /var/tmp/diff_new_pack.gImevO/_new  2014-05-27 07:09:06.0 +0200
@@ -65,7 +65,7 @@
 Patch26:0027-socket-before-service.patch
 
 %define statefile /var/lib/portmap.state
-BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(libsystemd-daemon)
 %{?systemd_requires}
 Provides:   portmap
 


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



commit libusb-1_0 for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package libusb-1_0 for openSUSE:Factory 
checked in at 2014-05-27 07:09:00

Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old)
 and  /work/SRC/openSUSE:Factory/.libusb-1_0.new (New)


Package is libusb-1_0

Changes:

--- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2014-02-16 
09:10:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes   
2014-05-27 07:09:04.0 +0200
@@ -1,0 +2,5 @@
+Wed May 21 20:12:12 CEST 2014 - sbra...@suse.cz
+
+- Build with pkgconfig(libudev), not pkgconfig(udev).
+
+---



Other differences:
--
++ libusb-1_0.spec ++
--- /var/tmp/diff_new_pack.vvi5db/_old  2014-05-27 07:09:05.0 +0200
+++ /var/tmp/diff_new_pack.vvi5db/_new  2014-05-27 07:09:05.0 +0200
@@ -28,7 +28,7 @@
 Source1:baselibs.conf
 BuildRequires:  pkg-config
 %if 0%{?suse_version} = 1200
-BuildRequires:  pkgconfig(udev)
+BuildRequires:  pkgconfig(libudev)
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libusb-1_0-0 = %{version}-%{release}

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



commit cups for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package cups for openSUSE:Factory checked in 
at 2014-05-27 07:09:04

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


Package is cups

Changes:

--- /work/SRC/openSUSE:Factory/cups/cups.changes2014-04-14 
06:43:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.cups.new/cups.changes   2014-05-27 
07:09:12.0 +0200
@@ -1,0 +2,6 @@
+Thu May 22 10:16:17 UTC 2014 - wer...@suse.de
+
+- Add build require pkgconfig(libsystemd-daemon) to allow to move
+  systemd.pc back to systemd package
+
+---



Other differences:
--
++ cups.spec ++
--- /var/tmp/diff_new_pack.nbm4VI/_old  2014-05-27 07:09:13.0 +0200
+++ /var/tmp/diff_new_pack.nbm4VI/_new  2014-05-27 07:09:13.0 +0200
@@ -74,6 +74,7 @@
 %define have_systemd 1
 %endif
 %if 0%{?have_systemd}
+BuildRequires:  pkgconfig(libsystemd-daemon)
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
 # _tmpfilesdir is not defined in systemd macros up to openSUSE 12.3 and




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



commit udisks for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package udisks for openSUSE:Factory checked 
in at 2014-05-27 07:09:06

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


Package is udisks

Changes:

--- /work/SRC/openSUSE:Factory/udisks/udisks.changes2014-03-15 
17:37:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.udisks.new/udisks.changes   2014-05-27 
07:09:15.0 +0200
@@ -1,0 +2,6 @@
+Thu May 22 12:21:25 UTC 2014 - wer...@suse.de
+
+- Add some missing pkgconfig build requires as well as a missing
+  service unit file to file list 
+
+---



Other differences:
--
++ udisks.spec ++
--- /var/tmp/diff_new_pack.MOXpfd/_old  2014-05-27 07:09:17.0 +0200
+++ /var/tmp/diff_new_pack.MOXpfd/_new  2014-05-27 07:09:17.0 +0200
@@ -42,8 +42,11 @@
 BuildRequires:  polkit-devel
 BuildRequires:  sg3_utils-devel
 #BuildRequires:  sqlite3-devel
+BuildRequires:  pkgconfig(gudev-1.0)
+BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(systemd)
 # udev BuildRequires is solely for directory ownerships.
-BuildRequires:  udev
+BuildRequires:  pkgconfig(udev)
 #BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -119,6 +122,7 @@
 %{_datadir}/dbus-1/system-services/org.freedesktop.UDisks.service
 %{_sysconfdir}/avahi/services/udisks.service
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.UDisks.conf
+%{_unitdir}/udisks.service
 %attr(0644,root,root) %{_sysconfdir}/profile.d/udisks-bash-completion.sh
 %doc %{_mandir}/man1/udisks-tcp-bridge.1%{?ext_man}
 %doc %{_mandir}/man1/udisks.1%{?ext_man}

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



commit lcms2 for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package lcms2 for openSUSE:Factory checked 
in at 2014-05-27 07:09:34

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


Package is lcms2

Changes:

--- /work/SRC/openSUSE:Factory/lcms2/lcms2.changes  2014-01-09 
17:24:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.lcms2.new/lcms2.changes 2014-05-27 
07:09:35.0 +0200
@@ -1,0 +2,21 @@
+Fri May 16 06:27:26 UTC 2014 - mailaen...@opensuse.org
+
+- Fixed missing dependency pthread
+
+---
+Mon Mar 17 16:20:45 UTC 2014 - adr...@suse.de
+
+- update to version 2.6
+  * Fixed a double free in recovering from a previous error in default intent 
handler.
+  * Fixed some indexing out of bounds in floating point interpolation
+  * Fixed a bug in PCS/Colorspace order when reading V2 Lab devicelinks
+  * Added a way to retrieve matrix shaper always, no matter LUT is present
+  * Changed endianess detection for PowerPC
+  * Fixed memory leaks on error handling
+  * Big revamp on Contexts, from Artifex
+  * New locking plug-in, from Artifex
+  * Added directories for tiff, jpeg in configure script
+  * Fix for delete tag memory corruption
+  * Added pthread dependency. From now lcms supports multithreading
+
+---

Old:

  lcms2-2.5.tar.gz

New:

  lcms2-2.6.tar.gz



Other differences:
--
++ lcms2.spec ++
--- /var/tmp/diff_new_pack.1URTlY/_old  2014-05-27 07:09:36.0 +0200
+++ /var/tmp/diff_new_pack.1URTlY/_new  2014-05-27 07:09:36.0 +0200
@@ -21,10 +21,12 @@
 License:MIT
 Group:  Productivity/Graphics/Other
 Url:http://www.littlecms.com/
-Version:2.5
+Version:2.6
 Release:0
 
 %if 0%{?suse_version}
+BuildRequires:  autoconf
+BuildRequires:  glibc-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
@@ -102,7 +104,8 @@
 #export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
 #export CXXFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
 autoreconf -fiv
-%configure --disable-static
+# FIXME --without-threads is a workaround for a linker error
+%configure --disable-static --without-threads
 
 make %{?_smp_flags}
 
@@ -112,13 +115,9 @@
 # make utils
 
 %install
+make install DESTDIR=%{buildroot}
 
-%makeinstall
-
-rm $RPM_BUILD_ROOT/%_libdir/liblcms2.la
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+rm %{buildroot}/%{_libdir}/liblcms2.la
 
 %post -n liblcms2-2 -p /sbin/ldconfig
 

++ lcms-endian.patch ++
--- /var/tmp/diff_new_pack.1URTlY/_old  2014-05-27 07:09:36.0 +0200
+++ /var/tmp/diff_new_pack.1URTlY/_new  2014-05-27 07:09:36.0 +0200
@@ -1,3 +1,5 @@
+Index: include/lcms2.h
+===
 --- include/lcms2.h.orig
 +++ include/lcms2.h
 @@ -30,9 +30,6 @@
@@ -10,40 +12,56 @@
  // Uncomment this one if your compiler/machine does NOT support the
  // long long type.
  // #define CMS_DONT_USE_INT641
-@@ -170,33 +167,6 @@ typedef int  cmsBool;
+@@ -173,47 +170,6 @@ typedef int  cmsBool;
  #  define CMS_IS_WINDOWS_ 1
  #endif
  
 -// Try to detect big endian platforms. This list can be endless, so only some 
checks are performed over here.
 -// you can pass this toggle to the compiler by using -DCMS_USE_BIG_ENDIAN or 
something similar
 -
--#if defined(_HOST_BIG_ENDIAN) || defined(__BIG_ENDIAN__) || 
defined(WORDS_BIGENDIAN)
+-#if defined(__sgi__) || defined(__sgi) || defined(sparc)
 -#   define CMS_USE_BIG_ENDIAN  1
 -#endif
 -
--#if defined(__sgi__) || defined(__sgi) || defined(__powerpc__) || 
defined(sparc)
--#   define CMS_USE_BIG_ENDIAN  1
+-#if defined(__s390__) || defined(__s390x__)
+-#   define CMS_USE_BIG_ENDIAN   1
 -#endif
 -
--#if defined(__ppc__) || defined(__s390__) || defined(__s390x__)
+-#  ifdef TARGET_CPU_PPC
+-#if TARGET_CPU_PPC
+-#  define CMS_USE_BIG_ENDIAN   1
+-#endif
+-#  endif
+-
+-#if defined(__powerpc__) || defined(__ppc__) || defined(TARGET_CPU_PPC)
 -#   define CMS_USE_BIG_ENDIAN   1
+-#   if defined (__GNUC__)  defined(__BYTE_ORDER)  defined(__LITTLE_ENDIAN)
+-#   if __BYTE_ORDER  == __LITTLE_ENDIAN
+-//   // Don't use big endian for PowerPC little endian mode
+-#undef CMS_USE_BIG_ENDIAN
+-#   endif
+-#   endif
 -#endif
 -
--#ifdef TARGET_CPU_PPC
--# if TARGET_CPU_PPC
--#   define CMS_USE_BIG_ENDIAN   1
--# endif
+-// WORDS_BIGENDIAN takes precedence
+-#if defined(_HOST_BIG_ENDIAN) || defined(__BIG_ENDIAN__) || 
defined(WORDS_BIGENDIAN)
+-#   define CMS_USE_BIG_ENDIAN  1
 -#endif
 -
 -#ifdef 

commit libgadu for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package libgadu for openSUSE:Factory checked 
in at 2014-05-27 07:09:39

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


Package is libgadu

Changes:

--- /work/SRC/openSUSE:Factory/libgadu/libgadu.changes  2014-05-14 
10:26:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgadu.new/libgadu.changes 2014-05-27 
07:09:41.0 +0200
@@ -7 +7 @@
-CVE-2013-6487
+CVE-2013-6487 (bnc#861019, bnc#878540)
@@ -8,0 +9 @@
+CVE-2014-3775 (bnc#878540)



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



commit polkit-default-privs for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2014-05-27 07:09:37

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


Package is polkit-default-privs

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2014-03-25 13:26:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2014-05-27 07:09:39.0 +0200
@@ -1,0 +2,16 @@
+Mon May 19 15:11:13 UTC 2014 - meiss...@suse.com
+
+- tentatively allow new org.selinux helper interfaces in policycoreutils 
(bnc#878631)
+- polkit-default-privs: adding pcsc-lite rules (bnc#864178)
+
+---
+Wed Apr 16 16:05:22 UTC 2014 - meiss...@suse.com
+
+- change org.kde.fontinst.manage to auth_admin_keep (bnc#704805)
+
+---
+Wed Apr 16 14:08:34 UTC 2014 - meiss...@suse.com
+
+- adding org.kde.baloo.filewatch.raiselimit action (bnc#866131)
+
+---



Other differences:
--
++ polkit-default-privs-13.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.restrictive 
new/polkit-default-privs-13.2/polkit-default-privs.restrictive
--- old/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2014-03-24 11:44:14.0 +0100
+++ new/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2014-05-19 17:10:09.0 +0200
@@ -279,7 +279,7 @@
 
 # KDE stuff
 
-org.kde.fontinst.manage auth_admin
+org.kde.fontinst.manage auth_admin_keep
 org.kde.kcontrol.kcmclock.save  auth_admin
 org.kde.kcontrol.kcmremotewidgets.save  auth_admin
 org.kde.ksysguard.processlisthelper.changecpuscheduler  auth_admin
@@ -469,5 +469,15 @@
 
 org.kde.kcontrol.kcmkwallet.save no:no:auth_self_keep
 
+# baloo (bnc#866131)
+org.kde.baloo.filewatch.raiselimit no:no:auth_admin_keep
+
+# pcsc-lite (bnc#864178)
+org.debian.pcsc-lite.access_pcsc auth_admin:auth_admin:auth_admin
+org.debian.pcsc-lite.access_card auth_admin:auth_admin:auth_admin
+
+# policycoreutils (bnc#878631)
+org.selinux.customized no:no:yes
+org.selinux.semodule_list  no:no:yes
 
 ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.standard 
new/polkit-default-privs-13.2/polkit-default-privs.standard
--- old/polkit-default-privs-13.2/polkit-default-privs.standard 2014-03-24 
11:44:14.0 +0100
+++ new/polkit-default-privs-13.2/polkit-default-privs.standard 2014-05-19 
17:10:09.0 +0200
@@ -294,7 +294,7 @@
 
 # KDE stuff
 
-org.kde.fontinst.manage auth_admin
+org.kde.fontinst.manage auth_admin_keep
 org.kde.kcontrol.kcmclock.save  auth_admin
 org.kde.kcontrol.kcmremotewidgets.save  auth_admin
 org.kde.ksysguard.processlisthelper.changecpuscheduler  auth_admin
@@ -510,5 +510,15 @@
 
 org.kde.kcontrol.kcmkwallet.save no:no:auth_self_keep
 
+# baloo (bnc#866131)
+org.kde.baloo.filewatch.raiselimit no:no:auth_admin_keep
+
+# pcsc-lite (bnc#864178)
+org.debian.pcsc-lite.access_pcsc auth_admin:auth_admin:auth_admin
+org.debian.pcsc-lite.access_card auth_admin:auth_admin:auth_admin
+
+# policycoreutils (bnc#878631)
+org.selinux.customized no:no:yes
+org.selinux.semodule_list  no:no:yes
 
 ###

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



commit gnome-bluetooth for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package gnome-bluetooth for openSUSE:Factory 
checked in at 2014-05-27 07:09:08

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


Package is gnome-bluetooth

Changes:

--- /work/SRC/openSUSE:Factory/gnome-bluetooth/gnome-bluetooth.changes  
2014-05-05 21:15:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-bluetooth.new/gnome-bluetooth.changes 
2014-05-27 07:09:17.0 +0200
@@ -1,0 +2,6 @@
+Thu May 22 11:34:38 UTC 2014 - wer...@suse.de
+
+- Require the udev library for build to allow the move
+  of udev.pc back to udev
+
+---



Other differences:
--
++ gnome-bluetooth.spec ++
--- /var/tmp/diff_new_pack.bwwa0e/_old  2014-05-27 07:09:22.0 +0200
+++ /var/tmp/diff_new_pack.bwwa0e/_new  2014-05-27 07:09:22.0 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.11.2
+BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(udev)
 # Require bluez (mandatory, as per readme, bnc#622946)
 Requires:   bluez = 5

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



commit p11-kit for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package p11-kit for openSUSE:Factory checked 
in at 2014-05-27 07:09:35

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


Package is p11-kit

Changes:

--- /work/SRC/openSUSE:Factory/p11-kit/p11-kit.changes  2014-02-19 
11:39:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.p11-kit.new/p11-kit.changes 2014-05-27 
07:09:37.0 +0200
@@ -1,0 +2,9 @@
+Mon May 19 07:04:38 UTC 2014 - lnus...@suse.de
+
+- New version 0.20.2
+  * Fix bug where blacklist didn't affect extracted ca-anchors if the anchor
+and blacklist were not in the same trust path (regression) [fdo#73558]
+  * Check for race in BasicConstraints stapled extension [fdo#69314]
+  * Build fixes and cleanup
+
+---

Old:

  p11-kit-0.20.1.tar.gz
  p11-kit-0.20.1.tar.gz.sig

New:

  p11-kit-0.20.2.tar.gz
  p11-kit-0.20.2.tar.gz.sig



Other differences:
--
++ p11-kit.spec ++
--- /var/tmp/diff_new_pack.mZUutp/_old  2014-05-27 07:09:39.0 +0200
+++ /var/tmp/diff_new_pack.mZUutp/_new  2014-05-27 07:09:39.0 +0200
@@ -22,7 +22,7 @@
 %define trustdir_static  %{pkidir_static}/trust
 
 Name:   p11-kit
-Version:0.20.1
+Version:0.20.2
 Release:0
 Summary:Library to work with PKCS#11 modules
 License:BSD-3-Clause

++ p11-kit-0.20.1.tar.gz - p11-kit-0.20.2.tar.gz ++
 41246 lines of diff (skipped)

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



commit fonts-config for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package fonts-config for openSUSE:Factory 
checked in at 2014-05-27 07:09:42

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


Package is fonts-config

Changes:

--- /work/SRC/openSUSE:Factory/fonts-config/fonts-config.changes
2014-05-22 06:39:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.fonts-config.new/fonts-config.changes   
2014-05-27 07:09:43.0 +0200
@@ -1,0 +2,6 @@
+Thu May 22 10:45:16 UTC 2014 - pgaj...@suse.com
+
+- fallback to DejaVu Sans, Liberation Sans FPL order when
+  no force_bw defined [bnc#878292c#12]
+
+---



Other differences:
--



++ 60-family-prefer.conf ++
--- /var/tmp/diff_new_pack.rTHTqt/_old  2014-05-27 07:09:44.0 +0200
+++ /var/tmp/diff_new_pack.rTHTqt/_new  2014-05-27 07:09:44.0 +0200
@@ -100,6 +100,12 @@
alias
familysans-serif/family
prefer
+   !-- Ensure that DejaVu and Liberation 
+ is in the list when force_bw is
+ not defined (fonts-config hasn't 
+ run), see [bnc#878292c#12].--
+   familyDejaVu Sans/family
+   familyLiberation Sans/family
familyDroid Sans/family
familyArimo/family
familyCantarell/family



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



commit device-mapper for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package device-mapper for openSUSE:Factory 
checked in at 2014-05-27 07:09:05

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


Package is device-mapper

Changes:

--- /work/SRC/openSUSE:Factory/device-mapper/device-mapper.changes  
2014-04-05 16:49:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.device-mapper.new/device-mapper.changes 
2014-05-27 07:09:13.0 +0200
@@ -1,0 +2,11 @@
+Thu May 22 09:59:22 UTC 2014 - wer...@suse.de
+
+- Require the udev library for build to allow the move
+  of udev.pc back to udev
+
+---
+Wed May 21 08:13:15 UTC 2014 - jseg...@novell.com
+
+- added necessary macros for systemd files
+
+---



Other differences:
--
++ device-mapper.spec ++
--- /var/tmp/diff_new_pack.bLjWYI/_old  2014-05-27 07:09:15.0 +0200
+++ /var/tmp/diff_new_pack.bLjWYI/_new  2014-05-27 07:09:15.0 +0200
@@ -59,7 +59,7 @@
 BuildRequires:  libselinux-devel
 BuildRequires:  libstdc++-devel
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  pkgconfig(udev)
+BuildRequires:  pkgconfig(libudev)
 Requires:   expat
 
 PreReq: %insserv_prereq %fillup_prereq
@@ -155,14 +155,18 @@
 
 %post
 [ -x /sbin/mkinitrd ]  /sbin/mkinitrd
-%service_add_post dm-event.socket
+%service_add_post dm-event.service dm-event.socket
 /sbin/ldconfig
 
+%pre
+%service_add_pre dm-event.service dm-event.socket
+
 %preun
 %service_del_preun dm-event.service dm-event.socket
 
 %postun
 [ -x /sbin/mkinitrd ]  /sbin/mkinitrd
+%service_del_postun dm-event.service dm-event.socket
 /sbin/ldconfig
 
 %files


-- 
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-05-26 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-05-27 07:09:43

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-05-22 
09:04:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-05-27 
07:09:46.0 +0200
@@ -1,0 +2,97 @@
+Mon May 26 15:34:12 CEST 2014 - m...@suse.de
+
+- v5.06.99 released
+  
+---
+Mon May 26 11:00:01 CEST 2014 - m...@suse.de
+  
+- Update rhel-dump with regards to xz vs gzip change: 10aa35e3
+  
+---
+Mon May 26 10:19:29 CEST 2014 - m...@suse.de
+  
+- Don't start klogconsole if quiet boot is set (bnc #879768)
+  
+---
+Sun May 25 21:28:50 CEST 2014 - m...@suse.de
+  
+- Be a bit smarter in best guess of the minimum size for
+  the boot partition if we need one. The function __getBootSize
+  now calculates the size using some parameters to keep
+  roughly 100MB free. This is more accurate than using a
+  fixed size min default value. Setting a custom value for the
+  boot partition using the bootpartsize attribute results in
+  
+  + Use of bootpartsize without any message if it is bigger
+than recommended value
+
+  + Use of bootpartsize with warning if it is smaller than
+recommended value
+
+---
+Fri May 23 14:07:21 CEST 2014 - m...@suse.de
+
+- v5.06.98 released
+  
+---
+Fri May 23 12:13:31 CEST 2014 - m...@suse.de
+  
+- Make sure the auto inclusion of a system strip section
+  according to the bootincluded packages happens before
+  image.sh is called
+  
+---
+Fri May 23 11:54:15 CEST 2014 - m...@suse.de
+  
+- break up too long lines of code
+  
+---
+Fri May 23 11:46:44 CEST 2014 - m...@suse.de
+  
+- Better error message
+  * if no rpm db was found tell us where we searched for it
+
+---
+Fri May 23 11:42:05 CEST 2014 - m...@suse.de
+
+- Removed code duplication for calling images.sh
+  
+---
+Thu May 22 17:46:51 CEST 2014 - m...@suse.de
+  
+- v5.06.97 released
+  
+---
+Thu May 22 17:19:43 CEST 2014 - m...@suse.de
+  
+- Fixed syntax typo in warning call
+  
+---
+Thu May 22 13:06:58 CEST 2014 - m...@suse.de
+  
+- v5.06.96 released
+  
+---
+Thu May 22 12:52:56 CEST 2014 - m...@suse.de
+  
+- Make sure tools in bootincluded packages and archives
+  automatically stay inside the boot image (initrd) without
+  having the need for an additional strip section
+  
+---
+Thu May 22 10:09:44 CEST 2014 - m...@suse.de
+  
+- Fixed Use of uninitialized value $ENV{PATH}
+  
+---
+Wed May 21 12:12:16 CEST 2014 - m...@suse.de
+  
+- don't call the rpm dump/reload if all packages are specified
+  in the bootstrap section. In that case no rpm action happens
+  inside the chroot. Thus it's not needed to dump/reload the
+  rpm database.
+  
+  + It's not required to have the rpm db tools installed on the host
+- The rpm database inside the new root tree stays incompatible
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.XNPrnK/_old  2014-05-27 07:09:47.0 +0200
+++ /var/tmp/diff_new_pack.XNPrnK/_new  2014-05-27 07:09:47.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/Management
 Url:http://github.com/openSUSE/kiwi
 Name:   kiwi
-Version:5.06.95
+Version:5.06.99
 Release:0
 Provides:   kiwi-schema = 6.1
 # requirements to build packages

++ kiwi-docu.tar.bz2 ++
/work/SRC/openSUSE:Factory/kiwi/kiwi-docu.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi-docu.tar.bz2 differ: char 11, line 1

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ConsoleKit for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2014-05-27 07:09:09

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
2014-04-23 17:31:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit-doc.changes   
2014-05-27 07:09:22.0 +0200
@@ -1,0 +2,6 @@
+Thu May 22 11:35:41 UTC 2014 - wer...@suse.de
+
+- Require the udev library for build to allow the move
+  of udev.pc back to udev
+
+---
ConsoleKit.changes: same change



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.1CqCWe/_old  2014-05-27 07:09:25.0 +0200
+++ /var/tmp/diff_new_pack.1CqCWe/_new  2014-05-27 07:09:25.0 +0200
@@ -34,6 +34,7 @@
 BuildRequires:  polkit-devel
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(udev)
 %if %build_doc

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