commit aaa_base for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-05-28 09:51:54

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


Package is aaa_base

Changes:




Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.oGaWXI/_old  2013-05-28 09:51:57.0 +0200
+++ /var/tmp/diff_new_pack.oGaWXI/_new  2013-05-28 09:51:57.0 +0200
@@ -103,6 +103,8 @@
s390*) ;;
*) rm -f %{buildroot}/usr/lib/sysctl.d/50-default-s390.conf ;;
 esac
+# temporary
+rm -f %{buildroot}/usr/lib/sysctl.d/50-default.conf
 #
 # make sure it does not creep in again
 test -d $RPM_BUILD_ROOT/root/.gnupg  exit 1

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



commit aaa_base for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-05-28 09:55:01

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


Package is aaa_base

Changes:




Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.VbezaE/_old  2013-05-28 09:55:03.0 +0200
+++ /var/tmp/diff_new_pack.VbezaE/_new  2013-05-28 09:55:03.0 +0200
@@ -208,7 +208,7 @@
 /usr/share/man/man8/service.8*
 %dir /etc/sysctl.d
 %dir /usr/lib/sysctl.d
-/usr/lib/sysctl.d/*.conf
+#/usr/lib/sysctl.d/*.conf
 /var/adm/fillup-templates/sysconfig.backup
 /var/adm/fillup-templates/sysconfig.boot
 /var/adm/fillup-templates/sysconfig.clock

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



commit acpica for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package acpica for openSUSE:Factory checked 
in at 2013-05-28 11:25:20

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


Package is acpica

Changes:

--- /work/SRC/openSUSE:Factory/acpica/acpica.changes2013-03-08 
21:02:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.acpica.new/acpica.changes   2013-05-28 
11:25:21.0 +0200
@@ -1,0 +2,10 @@
+Fri May 17 10:11:01 UTC 2013 - tr...@suse.de
+
+- Update to version 20130418
+  - remove already integreated patches:
+ acpica_make_CFLAGS_overridable
+ bob_noop.patch
+  - Add fix for DMAR table parsing issue:
+https://bugs.acpica.org/show_bug.cgi?id=999
+
+---

Old:

  acpica-unix2-20121220.tar.bz2
  acpica_make_CFLAGS_overridable
  bob_noop.patch

New:

  acpica-unix2-20130418.tar.bz2
  dmar-buf10.patch



Other differences:
--
++ acpica.spec ++
--- /var/tmp/diff_new_pack.vsSwr3/_old  2013-05-28 11:25:22.0 +0200
+++ /var/tmp/diff_new_pack.vsSwr3/_new  2013-05-28 11:25:22.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   acpica
 Url:http://acpica.org
-Version:20121220
+Version:20130418
 Release:6
 License:GPL-2.0
 %define src_dir acpica-unix2-%{version}
@@ -28,11 +28,10 @@
 Group:  Development/Tools/Debuggers
 Summary:This is a set of tools to display and debug your BIOS ACPI 
tables
 Source: %{src_dir}.tar.bz2
-Patch1: acpica_make_CFLAGS_overridable
-Patch2: acpidump-override-CFLAGS.patch
-Patch3: acpica-no-compiletime.patch
-Patch4: bob_noop.patch
-Patch5: wmidump_add_she_bang.patch
+Patch1: acpidump-override-CFLAGS.patch
+Patch2: acpica-no-compiletime.patch
+Patch3: wmidump_add_she_bang.patch
+Patch4: dmar-buf10.patch
 Source1:ec_access.c
 Source2:acpidump-%{dmp_ver}.tar.bz2
 Source3:acpi_genl.tar.bz2
@@ -70,7 +69,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %build
 cc %{SOURCE1} $RPM_OPT_FLAGS -o ec_access

++ acpica-unix2-20121220.tar.bz2 - acpica-unix2-20130418.tar.bz2 ++
 20039 lines of diff (skipped)

++ dmar-buf10.patch ++
Index: acpica/source/common/dmtable.c
===
--- acpica.orig/source/common/dmtable.c
+++ acpica/source/common/dmtable.c
@@ -800,6 +800,9 @@ AcpiDmDumpTable (
 case ACPI_DMT_NAME8:
 ByteLength = 8;
 break;
+case ACPI_DMT_BUF10:
+ByteLength = 10;
+break;
 case ACPI_DMT_BUF16:
 case ACPI_DMT_UUID:
 ByteLength = 16;
@@ -907,6 +910,7 @@ AcpiDmDumpTable (
 break;
 
 case ACPI_DMT_BUF7:
+case ACPI_DMT_BUF10:
 case ACPI_DMT_BUF16:
 case ACPI_DMT_BUF128:
 
Index: acpica/source/common/dmtbinfo.c
===
--- acpica.orig/source/common/dmtbinfo.c
+++ acpica/source/common/dmtbinfo.c
@@ -852,6 +852,7 @@ ACPI_DMTABLE_INFO   AcpiDmTableI
 {
 {ACPI_DMT_UINT8,ACPI_DMAR_OFFSET (Width),   Host 
Address Width, 0},
 {ACPI_DMT_UINT8,ACPI_DMAR_OFFSET (Flags),   Flags, 
0},
+{ACPI_DMT_BUF10,ACPI_DMAR_OFFSET (Reserved[0]), 
Reserved, 0},
 ACPI_DMT_TERMINATOR
 };
 
Index: acpica/source/compiler/dttable.c
===
--- acpica.orig/source/compiler/dttable.c
+++ acpica/source/compiler/dttable.c
@@ -601,8 +601,9 @@ DtCompileDmar (
 DT_FIELD*SubtableStart;
 ACPI_DMTABLE_INFO   *InfoTable;
 ACPI_DMAR_HEADER*DmarHeader;
-UINT8   *ReservedBuffer;
-UINT32  ReservedSize;
+ACPI_DMAR_DEVICE_SCOPE  *DmarDeviceScope;
+UINT32  DeviceScopeLength;
+UINT32  PciPathLength;
 
 
 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDmar, Subtable, TRUE);
@@ -613,17 +614,7 @@ DtCompileDmar (
 
 ParentTable = DtPeekSubtable ();
 DtInsertSubtable (ParentTable, Subtable);
-
-/* DMAR Reserved area */
-
-ReservedSize = (UINT32) sizeof (((ACPI_TABLE_DMAR *) NULL)-Reserved);
-ReservedBuffer = UtLocalCalloc (ReservedSize);
-
-DtCreateSubtable (ReservedBuffer, ReservedSize, Subtable);
-
-ACPI_FREE (ReservedBuffer);
-ParentTable = DtPeekSubtable ();
-DtInsertSubtable (ParentTable, Subtable);
+DtPushSubtable (Subtable);
 
 while (*PFieldList)
 {
@@ -672,10 +663,12 @@ DtCompileDmar 

commit colord for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-05-28 11:44:02

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


Package is colord

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2013-05-16 
09:48:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-05-28 
11:44:03.0 +0200
@@ -1,0 +2,7 @@
+Wed May 22 12:45:35 UTC 2013 - dims...@opensuse.org
+
+- Move %glib2_gsettings_schema_post from %pre to %post: if we
+  execute this prior to installation, the schema will not be
+  registered, as the files are not yet in place.
+
+---



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.gf49p4/_old  2013-05-28 11:44:04.0 +0200
+++ /var/tmp/diff_new_pack.gf49p4/_new  2013-05-28 11:44:04.0 +0200
@@ -150,9 +150,11 @@
 getent passwd colord /dev/null || useradd -r -g colord -d 
%{_localstatedir}/lib/colord -s /sbin/nologin -c user for colord colord
 # Fix ownership of /var/lib/colord from first packages (in 12.1)
 test ! -d %{_localstatedir}/lib/colord || chown -R colord:colord 
%{_localstatedir}/lib/colord
-%glib2_gsettings_schema_post
 exit 0
 
+%post
+%glib2_gsettings_schema_post
+
 %postun
 %glib2_gsettings_schema_postun
 

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



commit d-feet for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2013-05-28 11:44:08

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


Package is d-feet

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2013-03-12 
17:11:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2013-05-28 
11:44:10.0 +0200
@@ -1,0 +2,35 @@
+Thu May 23 10:55:24 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.3.4:
+  + Update README and HACKING.
+  + Improve the HighContrast icon.
+  + Add missing source.
+  + Add scalable HighContrast icon.
+  + Remove useless text and duplicate icons from scalable logo.
+  + Don't fail if no systembus or sessionbus is available.
+  + Add app menu.
+  + Move window logic to own file and use GtkApplicationWindow.
+  + Add help files.
+  + Check source for pep8.
+  + Fix unittests.
+  + Use correct data dir.
+  + Use autotools for d-feet.
+  + Fix whitespaces.
+- Drop python-setuptools BuildRequires: no longer needed after the
+  move to autotools based build system.
+- Add intltool, yelp-tools, pkgconfig(gio-2.0), python-pep8 and
+  pkgconfig(gtk+-3.0) BuildRequires: needed for the help system and
+  dependencies verified by configure.
+- Update build and install section to use %configure and
+  %make_install instead of the python specific calls.
+- Add glib schema handling script macros to post/postun.
+- Rebase d-feet-require-gtk-3.0.patch.
+
+---
+Sun May 12 11:47:22 UTC 2013 - dims...@opensuse.org
+
+- Add d-feet-require-gtk-3.0.patch: Require Gtk 3.0. This helps the
+  automatic dep generator to add the correct dependencies to the
+  rpm (bgo#700163, bnc#818808).
+
+---

Old:

  d-feet-0.3.3.tar.xz

New:

  d-feet-0.3.4.tar.xz
  d-feet-require-gtk-3.0.patch



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.xHf5od/_old  2013-05-28 11:44:11.0 +0200
+++ /var/tmp/diff_new_pack.xHf5od/_new  2013-05-28 11:44:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package d-feet
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,23 @@
 
 
 Name:   d-feet
-Version:0.3.3
+Version:0.3.4
 Release:0
-License:GPL-2.0+
 Summary:Graphical D-Bus Debugger
-Url:http://live.gnome.org/DFeet/
+License:GPL-2.0+
 Group:  Development/Tools/Debuggers
+Url:http://live.gnome.org/DFeet/
 Source0:
http://download.gnome.org/sources/d-feet/0.3/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM d-feet-require-gtk-3.0.patch bgo#700163 
dims...@opensuse.org -- Require Gtk 3.0
+Patch0: d-feet-require-gtk-3.0.patch
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  python-setuptools
+BuildRequires:  intltool = 0.40.0
+BuildRequires:  python-pep8
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %py_requires
@@ -39,31 +45,37 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-export CFLAGS=%{optflags}
-python setup.py build
+%configure
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%suse_update_desktop_file -N D-Feet D-Bus Debugger dfeet
+%make_install
+%suse_update_desktop_file -N D-Feet D-Bus Debugger %{name}
 
 %post
 %icon_theme_cache_post
+%icon_theme_cache_post HighContrast
 %desktop_database_post
+%glib2_gsettings_schema_post
 
 %postun
 %icon_theme_cache_postun
+%icon_theme_cache_postun HighContrast
 %desktop_database_postun
+%glib2_gsettings_schema_postun
 
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README
-%{_bindir}/d-feet
+%doc %{_datadir}/help/C/%{name}/
+%{_bindir}/%{name}
 %{python_sitelib}/dfeet/
-%{python_sitelib}/d_feet-%{version}-*.egg-info
-%{_datadir}/dfeet/
-%{_datadir}/applications/dfeet.desktop
+%{_datadir}/%{name}/
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.d-feet.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/icons/HighContrast/
 
 %changelog

++ d-feet-0.3.3.tar.xz - d-feet-0.3.4.tar.xz ++
 40001 lines of diff (skipped)

++ d-feet-require-gtk-3.0.patch ++
From 

commit geany for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package geany for openSUSE:Factory checked 
in at 2013-05-28 11:44:14

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


Package is geany

Changes:

--- /work/SRC/openSUSE:Factory/geany/geany.changes  2013-03-25 
20:18:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.geany.new/geany.changes 2013-05-28 
11:44:16.0 +0200
@@ -1,0 +2,9 @@
+Thu May 23 10:55:34 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.23.1:
+  + Fix custom styles under KDE and for people using gtk-chtheme
+(sf#3607935).
+  + Fix broken opening files from command line on Windows
+(sf#3613096).
+
+---

Old:

  geany-1.23.tar.bz2

New:

  geany-1.23.1.tar.bz2



Other differences:
--
++ geany.spec ++
--- /var/tmp/diff_new_pack.yCkIFH/_old  2013-05-28 11:44:17.0 +0200
+++ /var/tmp/diff_new_pack.yCkIFH/_new  2013-05-28 11:44:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   geany
-Version:1.23
+Version:1.23.1
 Release:0
 Summary:Small and lightweight IDE
 License:GPL-2.0+

++ geany-1.23.tar.bz2 - geany-1.23.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/geany-1.23/ChangeLog new/geany-1.23.1/ChangeLog
--- old/geany-1.23/ChangeLog2013-03-10 15:28:26.0 +0100
+++ new/geany-1.23.1/ChangeLog  2013-05-19 15:13:58.0 +0200
@@ -1,5 +1,86 @@
 # Generated by Makefile. Do not edit.
 
+commit b65284d973219cec41ed6b8f9905c130eeb5721d
+Author: Colomban Wendling b...@herbesfolles.org
+Date:   Sun May 19 14:55:57 2013 +0200
+
+Pre-release version bump for 1.23.1
+
+ configure.ac |2 +-
+ doc/geany.1.in   |2 +-
+ doc/geany.html   |   14 +++---
+ doc/geany.txt|4 ++--
+ geany.nsi|4 ++--
+ geany_private.rc |4 ++--
+ win32-config.h   |2 +-
+ wscript  |2 +-
+ 8 files changed, 17 insertions(+), 17 deletions(-)
+
+commit 9b015febb26cc6649edc5ce0a41dd7728e44e9f6
+Author: Enrico Tröger enrico.troe...@uvena.de
+Date:   Sun May 19 15:44:03 2013 +0300
+
+Update NEWS for 1.23.1
+
+ NEWS |8 
+ 1 file changed, 8 insertions(+)
+
+commit eea7ffbff0c5bf14a9662483d989c4213f1392f7
+Author: unknown enrico.troe...@uvena.de
+Date:   Sat May 18 15:45:18 2013 +0200
+
+Fix #3613096 by remembering the directory Geany was started from
+
+This is one for more workaround for the current directory handling
+on Windows: we now remember the directory from which Geany was started
+to use this to resolve relative paths used to load files from
+the command line.
+
+ src/main.c |   10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit a97b56e19c36bd083e0c8290da7870e6721927a9
+Author: Colomban Wendling b...@herbesfolles.org
+Date:   Fri Mar 15 15:54:00 2013 +0100
+
+Fix our custom styles under KDE and for people using gtk-chtheme
+
+We have a custom RC file defining various styles we need, and we want
+the user to be able to override them (e.g. if they want -- or need --
+other colors).  Fair enough, one would simply call gtk_rc_parse() with
+the appropriate filename.  However, the styling rules applies in the
+order they are loaded, then if we load our styles after GTK has loaded
+the user's ones we'd override them.
+
+There are 2 solutions to fix this:
+1) set our styles' priority to something with lower than user
+   (actually theme priority because rules precedence are first
+   calculated depending on the priority no matter of how precise the
+   rules is, so we need to override the theme).
+2) prepend our custom style to GTK's list while keeping priority to
+   user (which is the default), so it gets loaded before real user's
+   ones and so gets overridden by them.
+
+One would normally go for 1 because it's ways simpler and requires less
+code: you just have to add the priorities to your styles, which is a
+matter of adding a few :theme in the RC file.  However, KDE being a
+bitch it doesn't set the gtk-theme-name but rather directly includes
+the style to use in a user gtkrc file, which makes the theme have
+user priority, hence overriding our styles.  So, we cannot set
+priorities in the RC file if we want to support running under KDE,
+which pretty much leave us with no choice but to go with solution 2,
+which unfortunately requires writing ugly code since GTK don't have a
+gtk_rc_prepend_default_file() function.  Thank you very much KDE.
+
+Though, as a side 

commit gnome-control-center for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2013-05-28 11:44:22

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


Package is gnome-control-center

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2013-05-16 10:44:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2013-05-28 11:44:22.0 +0200
@@ -1,0 +2,7 @@
+Wed May 22 12:51:21 UTC 2013 - dims...@opensuse.org
+
+- Require colord: the color panel in gnome-control-center needs to
+  be able to read the configuration and requires the ColorHelper
+  glib schema to be present.
+
+---



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.84UAPy/_old  2013-05-28 11:44:23.0 +0200
+++ /var/tmp/diff_new_pack.84UAPy/_new  2013-05-28 11:44:23.0 +0200
@@ -105,6 +105,8 @@
 BuildRequires:  pkgconfig(xi) = 1.2
 # needed for glxinfo, used by System info panel
 Requires:   Mesa-demo-x
+# The color panel requires colord to be present for the glib schema
+Requires:   colord
 # needed for printers panel
 Requires:   cups-pk-helper
 Requires:   gnome-menus

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



commit harfbuzz for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2013-05-28 11:45:08

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


Package is harfbuzz

Changes:

--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz.changes2013-04-22 
14:05:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new/harfbuzz.changes   2013-05-28 
11:45:10.0 +0200
@@ -1,0 +2,8 @@
+Wed May 22 12:19:17 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.9.17:
+  + Build fixes.
+  + Fix bug in hb_set_get_min().
+  + Fix regression with Arabic mark positioning / width-zeroing.
+
+---

Old:

  harfbuzz-0.9.16.tar.bz2

New:

  harfbuzz-0.9.17.tar.bz2



Other differences:
--
++ harfbuzz.spec ++
--- /var/tmp/diff_new_pack.vzRsij/_old  2013-05-28 11:45:11.0 +0200
+++ /var/tmp/diff_new_pack.vzRsij/_new  2013-05-28 11:45:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   harfbuzz
-Version:0.9.16
+Version:0.9.17
 Release:0
 # FIXME: graphite2 is not packaged / 
http://projects.palaso.org/projects/graphitedev
 Summary:An OpenType text shaping engine

++ harfbuzz-0.9.16.tar.bz2 - harfbuzz-0.9.17.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/harfbuzz-0.9.16/NEWS new/harfbuzz-0.9.17/NEWS
--- old/harfbuzz-0.9.16/NEWS2013-04-19 22:27:04.0 +0200
+++ new/harfbuzz-0.9.17/NEWS2013-05-20 15:23:34.0 +0200
@@ -1,3 +1,11 @@
+Overview of changes leading to 0.9.17
+Monday, May 20, 2013
+=
+
+- Build fixes.
+- Fix bug in hb_set_get_min().
+- Fix regression with Arabic mark positioning / width-zeroing.
+
 Overview of changes leading to 0.9.16
 Friday, April 19, 2013
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/harfbuzz-0.9.16/configure 
new/harfbuzz-0.9.17/configure
--- old/harfbuzz-0.9.16/configure   2013-04-19 22:24:01.0 +0200
+++ new/harfbuzz-0.9.17/configure   2013-05-20 15:23:53.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for HarfBuzz 0.9.16.
+# Generated by GNU Autoconf 2.68 for HarfBuzz 0.9.17.
 #
 # Report bugs to http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz.
 #
@@ -571,8 +571,8 @@
 # Identity of this package.
 PACKAGE_NAME='HarfBuzz'
 PACKAGE_TARNAME='harfbuzz'
-PACKAGE_VERSION='0.9.16'
-PACKAGE_STRING='HarfBuzz 0.9.16'
+PACKAGE_VERSION='0.9.17'
+PACKAGE_STRING='HarfBuzz 0.9.17'
 PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz'
 PACKAGE_URL='http://harfbuzz.org/'
 
@@ -1385,7 +1385,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures HarfBuzz 0.9.16 to adapt to many kinds of systems.
+\`configure' configures HarfBuzz 0.9.17 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1455,7 +1455,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of HarfBuzz 0.9.16:;;
+ short | recursive ) echo Configuration of HarfBuzz 0.9.17:;;
esac
   cat \_ACEOF
 
@@ -1589,7 +1589,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-HarfBuzz configure 0.9.16
+HarfBuzz configure 0.9.17
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2133,7 +2133,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by HarfBuzz $as_me 0.9.16, which was
+It was created by HarfBuzz $as_me 0.9.17, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2954,7 +2954,7 @@
 
 # Define the identity of the package.
  PACKAGE='harfbuzz'
- VERSION='0.9.16'
+ VERSION='0.9.17'
 
 
 # Some tools Automake needs.
@@ -16284,8 +16284,8 @@
 
 HB_VERSION_MAJOR=0
 HB_VERSION_MINOR=9
-HB_VERSION_MICRO=16
-HB_VERSION=0.9.16
+HB_VERSION_MICRO=17
+HB_VERSION=0.9.17
 
 
 
@@ -16296,7 +16296,7 @@
 
 
 
-HB_LIBTOOL_VERSION_INFO=916:0:916
+HB_LIBTOOL_VERSION_INFO=917:0:917
 
 
 
@@ -17361,7 +17361,7 @@
# necessarily want, like debugging and optimization flags
# See man (1) icu-config for more info.
ICU_CFLAGS=`$ICU_CONFIG --cppflags`
-   ICU_LIBS=`$ICU_CONFIG 

commit kiwi for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-05-28 11:47:24

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2013-05-16 
18:17:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-05-28 
11:47:27.0 +0200
@@ -1,0 +2,174 @@
+Fri May 24 14:43:00 CEST 2013 - m...@suse.de
+
+- v5.05.18 released
+  
+---
+Fri May 24 14:37:22 CEST 2013 - m...@suse.de
+  
+- fixes for the oem partition install mode:
+  * fixed check for amount of required partitions
+  * removed check for partid, does not work well with GPT
+  * fixed handling to be more generic and more independent
+from the number of partitions in the image. Using the
+filesystem label for selecting the partitions
+
+- fixed runInteractive function and call params:
+  * don't use --stdout option for dialog, the written result
+contains escape characters which confuses the code.
+Instead use the default stderr channel where dialog
+write its results
+
+---
+Thu May 23 17:16:29 CEST 2013 - m...@suse.de
+
+- fixed oem partition install mode. Use kpartx sync mode
+  to make sure devices are created  on return of the call
+  
+---
+Thu May 23 09:13:33 CEST 2013 - m...@suse.de
+  
+- v5.05.17 released
+  
+---
+Wed May 22 18:19:21 CEST 2013 - m...@suse.de
+  
+- don't repart the disk if less than 5MB are free
+  
+---
+Wed May 22 17:24:33 CEST 2013 - m...@suse.de
+  
+- fixed __checkLVMoemSizeSettings runtime check to work correctly
+  with the 'all' size specification
+  
+---
+Wed May 22 12:32:49 CEST 2013 - m...@suse.de
+  
+- create global function dsize() which implements a size method
+  to calculate the size of all entities in a directory using the
+  du utility. du is called in two passes first in standard mode
+  counting disk usage and secondly in apparent mode also checking
+  for files with holes, fragmentation, indirect blocks and the
+  like. The biggest value is returned
+  
+---
+Tue May 21 21:35:06 CEST 2013 - m...@suse.de
+  
+- fixed getInstSourceFile_legacy proxy setup:
+  * Thanks to Roman for a better regexp to get the proxy url
+  * prevent double inclusion of source locator
+
+---
+Tue May 21 15:58:58 CEST 2013 - m...@suse.de
+
+- fixed suse-SLE11-JeOS template:
+  * the package grub2 was dropped for SLES-SP3 RC2
+
+---
+Tue May 21 14:46:37 CEST 2013 - m...@suse.de
+
+- fixed provideMediaLicense function. The url passed to the
+  getInstSourceFile_legacy contained a weird quoting
+  
+---
+Tue May 21 10:57:24 CEST 2013 - m...@suse.de
+  
+- v5.05.16 released
+  
+---
+Tue May 21 10:15:44 CEST 2013 - m...@suse.de
+  
+- fixed getInstSourceFile_legacy to work correctly with proxy url's
+  the function cut the proxy data together with the information which
+  file to download and lost the file information
+  
+---
+Mon May 20 19:16:45 CEST 2013 - m...@suse.de
+  
+- fixed and optimized disk size calculation
+  * I had by default 40% spare space on the root path which seems to
+be too much, I have 20% spare on each volume so I adapted that
+to the root path as well.
+  * for the size estimation I now use the --apparent-size option in
+du, which works better on files with holes and other or other
+attributes which makes a difference when copying those data.
+  * Use a fixed value for the filesystem overhead each volume adds
+to the disk. It is wrong to calculate and add a 20% spare/volume
+according to the size of the data in the volume to the disk,
+because that value has already been taken into account with
+the data spare calculation of the entire tree
+
+---
+Mon May 20 17:37:46 CEST 2013 - m...@suse.de
+
+- fixed __checkSystemDiskData runtime check to work correctly
+  with the 'all' size specification
+  

commit libfplll for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package libfplll for openSUSE:Factory 
checked in at 2013-05-28 11:47:37

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


Package is libfplll

Changes:

--- /work/SRC/openSUSE:Factory/libfplll/libfplll.changes2012-12-05 
13:55:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfplll.new/libfplll.changes   2013-05-28 
11:47:38.0 +0200
@@ -1,0 +2,6 @@
+Fri May 17 23:04:55 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 4.0.3
+* Fixed compiler issues for Cygwin and warnings 
+
+---

Old:

  libfplll-4.0.1.tar.gz

New:

  libfplll-4.0.3.tar.xz



Other differences:
--
++ libfplll.spec ++
--- /var/tmp/diff_new_pack.SSLHhj/_old  2013-05-28 11:47:39.0 +0200
+++ /var/tmp/diff_new_pack.SSLHhj/_new  2013-05-28 11:47:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfplll
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libfplll
 %define lname   libfplll0
-Version:4.0.1
+Version:4.0.3
 Release:0
-License:LGPL-2.1+
 Summary:Lenstra-Lovász Lattice Basis Reduction Algorithm Library
-Url:http://xpujol.net/fplll/
+License:LGPL-2.1+
 Group:  Productivity/Scientific/Math
+Url:http://xpujol.net/fplll/
 
-Source: %name-%version.tar.gz
+#DL-URL:   
http://perso.ens-lyon.fr/damien.stehle/fplll/libfplll-4.0.3.tar.gz
+Source: %name-%version.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
 BuildRequires:  mpfr-devel
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -75,6 +78,9 @@
 implementation of the Kannan-Fincke-Pohst algorithm that finds a
 shortest non-zero lattice vector.
 
+This subpackage contains libraries and header files for developing
+applications that want to make use of libfplll.
+
 %prep
 %setup -q
 
@@ -88,7 +94,6 @@
 rm -f $b/%_libdir/*.la;
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n fplll

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



commit liferea for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package liferea for openSUSE:Factory checked 
in at 2013-05-28 11:48:39

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


Package is liferea

Changes:

--- /work/SRC/openSUSE:Factory/liferea/liferea.changes  2013-05-13 
15:08:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.liferea.new/liferea.changes 2013-05-28 
11:48:40.0 +0200
@@ -1,0 +2,6 @@
+Thu May 23 14:04:04 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.8.14:
+  + sf#1069: broken rendering in tt-rss feeds.
+
+---

Old:

  liferea-1.8.13.tar.bz2

New:

  liferea-1.8.14.tar.bz2



Other differences:
--
++ liferea.spec ++
--- /var/tmp/diff_new_pack.MDsz4l/_old  2013-05-28 11:48:41.0 +0200
+++ /var/tmp/diff_new_pack.MDsz4l/_new  2013-05-28 11:48:41.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   liferea
-Version:1.8.13
+Version:1.8.14
 Release:0
 Summary:Linux Feed Reader
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://liferea.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/liferea/Liferea%20Stable/1.8.13/%{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/liferea/Liferea%20Stable/1.8.14/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE liferea-opensuse-feeds.patch -- Add openSUSE feeds to 
default feeds
 Patch0: liferea-opensuse-feeds.patch
 BuildRequires:  fdupes

++ liferea-1.8.13.tar.bz2 - liferea-1.8.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liferea-1.8.13/ChangeLog new/liferea-1.8.14/ChangeLog
--- old/liferea-1.8.13/ChangeLog2013-05-12 00:13:24.0 +0200
+++ new/liferea-1.8.14/ChangeLog2013-05-22 23:16:28.0 +0200
@@ -1,3 +1,11 @@
+2013-05-22   Lars Windolf lars.lind...@gmail.com
+
+   Version 1.8.14
+
+   * Fixes SF #1069: broken rendering in tt-rss feeds 
+ (patch by Simon Kagedal Reimer)
+
+
 2013-05-12   Lars Windolf lars.lind...@gmail.com
 
Version 1.8.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liferea-1.8.13/configure new/liferea-1.8.14/configure
--- old/liferea-1.8.13/configure2013-05-12 00:14:38.0 +0200
+++ new/liferea-1.8.14/configure2013-05-22 23:17:56.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for liferea 1.8.13.
+# Generated by GNU Autoconf 2.68 for liferea 1.8.14.
 #
 # Report bugs to liferea-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='liferea'
 PACKAGE_TARNAME='liferea'
-PACKAGE_VERSION='1.8.13'
-PACKAGE_STRING='liferea 1.8.13'
+PACKAGE_VERSION='1.8.14'
+PACKAGE_STRING='liferea 1.8.14'
 PACKAGE_BUGREPORT='liferea-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1379,7 +1379,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures liferea 1.8.13 to adapt to many kinds of systems.
+\`configure' configures liferea 1.8.14 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1449,7 +1449,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of liferea 1.8.13:;;
+ short | recursive ) echo Configuration of liferea 1.8.14:;;
esac
   cat \_ACEOF
 
@@ -1582,7 +1582,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-liferea configure 1.8.13
+liferea configure 1.8.14
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1951,7 +1951,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by liferea $as_me 1.8.13, which was
+It was created by liferea $as_me 1.8.14, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2841,7 +2841,7 @@
 
 # Define the identity of the package.
  PACKAGE='liferea'
- VERSION='1.8.13'
+ VERSION='1.8.14'
 
 
 cat confdefs.h _ACEOF
@@ -15297,7 +15297,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by liferea $as_me 1.8.13, which was
+This file was extended by liferea $as_me 1.8.14, which was
 generated by GNU Autoconf 2.68.  Invocation command line was

commit lxpanelx for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package lxpanelx for openSUSE:Factory 
checked in at 2013-05-28 11:49:54

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


Package is lxpanelx

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:Factory/.lxpanelx.new/lxpanelx.changes   2013-05-28 
11:49:55.0 +0200
@@ -0,0 +1,4 @@
+
+Wed May  8 17:14:38 UTC 2013 - dap.darkn...@gmail.com
+
+- Initial build.

New:

  lxpanelx-0.5+r675.tar.bz2
  lxpanelx.changes
  lxpanelx.spec



Other differences:
--
++ lxpanelx.spec ++
#
# spec file for package lxpanelx
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   lxpanelx
Version:0.5+r675
Release:0
License:GPL-2.0
Summary:Lightweight X11 desktop panel, based on lxpanel
Url:http://code.google.com/p/lxpanelx
Group:  System/GUI/LXDE

# svn co http://lxpanelx.googlecode.com/svn/trunk/ lxpanelx-%%{version}
Source0:lxpanelx-%{version}.tar.bz2

BuildRequires:  docbook-utils
BuildRequires:  docbook-xsl-stylesheets
BuildRequires:  fdupes
BuildRequires:  intltool
BuildRequires:  libtool
BuildRequires:  pkg-config
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libfm)
BuildRequires:  pkgconfig(libmenu-cache)
BuildRequires:  pkgconfig(xcomposite)
Requires:   lxmenu-data
Requires:   menu-cache
Recommends: %{name}-lang

%description
LXPanelx is a fork lightweight X11 desktop panel. It's consist more
flexible taskbar plugin configurations and other  many improvements,
not in original lxpanel.

%package devel
Summary:Devel files for %{name}
Group:  Development/Libraries/C and C++
Requires:   %{name}

%description devel
Headers and development %{name} files.

%lang_package

%prep
%setup -q

%build
%configure \
--enable-man \
--disable-maintainer-mode \
--disable-static \
--with-plugins=all
make %{?_smp_mflags}

%install
%makeinstall
%find_lang %{name}
%fdupes -s %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_bindir}/%{name}*
%{_datadir}/%{name}
%{_mandir}/man1/%{name}*.1.gz
%{_libdir}/%{name}
%if %{_lib} == lib64
%{_prefix}/lib/%{name}
%endif

%files devel
%defattr(-,root,root)
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc

%files lang -f %{name}.lang

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



commit perl-Sys-Virt for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2013-05-28 12:08:13

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


Package is perl-Sys-Virt

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2013-03-14 15:36:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2013-05-28 12:08:14.0 +0200
@@ -1,0 +2,6 @@
+Fri May 17 01:05:03 MDT 2013 - jfeh...@suse.com
+
+- Update to 1.0.5
+  - Add all new APIs and constants in libvirt 1.0.5
+
+---

Old:

  Sys-Virt-1.0.3.tar.gz

New:

  Sys-Virt-1.0.5.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.33NCkL/_old  2013-05-28 12:08:15.0 +0200
+++ /var/tmp/diff_new_pack.33NCkL/_new  2013-05-28 12:08:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.0.3
+Version:1.0.5
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.0.3.tar.gz - Sys-Virt-1.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.3/Changes new/Sys-Virt-1.0.5/Changes
--- old/Sys-Virt-1.0.3/Changes  2013-03-05 19:17:17.0 +0100
+++ new/Sys-Virt-1.0.5/Changes  2013-05-14 15:24:54.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+1.0.5 2013-05-14
+
+ - Add all new APIs in libvirt 1.0.4 and 1.0.5
+
 1.0.3 2013-03-05
 
  - Add all new APIs in libvirt 1.0.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.3/MANIFEST new/Sys-Virt-1.0.5/MANIFEST
--- old/Sys-Virt-1.0.3/MANIFEST 2013-03-05 19:17:33.0 +0100
+++ new/Sys-Virt-1.0.5/MANIFEST 2013-05-14 15:25:08.0 +0200
@@ -40,8 +40,6 @@
 MANIFEST.SKIP
 META.yml
 META.yml.PL
-MYMETA.json
-MYMETA.yml
 perl-Sys-Virt.spec
 perl-Sys-Virt.spec.PL
 README
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.3/META.yml new/Sys-Virt-1.0.5/META.yml
--- old/Sys-Virt-1.0.3/META.yml 2013-03-05 19:17:32.0 +0100
+++ new/Sys-Virt-1.0.5/META.yml 2013-05-14 15:25:08.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.0.3
+version:  1.0.5
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.3/MYMETA.json 
new/Sys-Virt-1.0.5/MYMETA.json
--- old/Sys-Virt-1.0.3/MYMETA.json  2013-03-05 19:17:20.0 +0100
+++ new/Sys-Virt-1.0.5/MYMETA.json  1970-01-01 01:00:00.0 +0100
@@ -1,46 +0,0 @@
-{
-   abstract : unknown,
-   author : [
-  Daniel Berrange d...@berrange.com
-   ],
-   dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921,
-   license : [
-  unknown
-   ],
-   meta-spec : {
-  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  version : 2
-   },
-   name : Sys-Virt,
-   no_index : {
-  directory : [
- t,
- inc
-  ]
-   },
-   prereqs : {
-  build : {
- requires : {
-ExtUtils::MakeMaker : 0
- }
-  },
-  configure : {
- requires : {
-ExtUtils::MakeMaker : 0
- }
-  },
-  runtime : {
- requires : {
-Test::CPAN::Changes : 0,
-Test::More : 0,
-Test::Pod : 0,
-Test::Pod::Coverage : 0,
-Time::HiRes : 0,
-XML::XPath : 0
- }
-  }
-   },
-   release_status : stable,
-   version : v1.0.3
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.3/MYMETA.yml 
new/Sys-Virt-1.0.5/MYMETA.yml
--- old/Sys-Virt-1.0.3/MYMETA.yml   2013-03-05 19:17:20.0 +0100
+++ new/Sys-Virt-1.0.5/MYMETA.yml   1970-01-01 01:00:00.0 +0100
@@ -1,27 +0,0 @@

-abstract: unknown
-author:
-  - 'Daniel Berrange d...@berrange.com'
-build_requires:
-  ExtUtils::MakeMaker: 0
-configure_requires:
-  ExtUtils::MakeMaker: 0
-dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921'
-license: unknown
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
-name: Sys-Virt
-no_index:
-  directory:
-- t
-- inc
-requires:
-  

commit PackageKit for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2013-05-28 11:59:20

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


Package is PackageKit

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2013-05-16 
11:21:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes   
2013-05-28 12:04:15.0 +0200
@@ -1,0 +2,17 @@
+Wed May 22 12:18:59 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.8.9:
+  + New Features:
+- Add 'pkcon backend-details' to be get details of the selected
+  backend.
+  + Bugfixes:
+- Add fallback for older libarchive.
+- Do not rely on Python2 to write UTF-8 strings.
+- Do not use -fPIE when calling g-ir-scanner.
+- Ensure the package is removed from the sack properly.
+- Modify CodingStyle.
+  + Backends:
+- yum: Update the comps-group mapping for Fedora 19.
+- yum: When converting to unicode special case YumBaseError.
+
+---

Old:

  PackageKit-0.8.8.tar.xz

New:

  PackageKit-0.8.9.tar.xz



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.TcMz4z/_old  2013-05-28 12:04:17.0 +0200
+++ /var/tmp/diff_new_pack.TcMz4z/_new  2013-05-28 12:04:17.0 +0200
@@ -21,7 +21,7 @@
 %define with_offline_updates 0
 
 Name:   PackageKit
-Version:0.8.8
+Version:0.8.9
 Release:0
 Summary:Simple software installation management software
 License:GPL-2.0+

++ PackageKit-0.8.8.tar.xz - PackageKit-0.8.9.tar.xz ++
 18879 lines of diff (skipped)

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



commit plasma-addons for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory 
checked in at 2013-05-28 14:40:40

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


Package is plasma-addons

Changes:

--- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes  
2013-05-16 18:14:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 
2013-05-28 14:40:42.0 +0200
@@ -1,0 +2,15 @@
+Thu May 23 22:33:34 UTC 2013 - wba...@tmo.at
+
+- changed notes.diff:
+  * re-read background color config in themeChanged() to change
+background color immediately on a plasma theme change if necessary
+  * fix the bug that the text color wasn't updated visually on a
+plasma theme change
+
+---
+Thu May 23 08:38:51 UTC 2013 - wba...@tmo.at
+
+- changed notes.diff: only use black as default background if the
+  theme's text color is brighter than a certain threshold.
+
+---



Other differences:
--
++ notes.diff ++
--- /var/tmp/diff_new_pack.JjD7QF/_old  2013-05-28 14:40:43.0 +0200
+++ /var/tmp/diff_new_pack.JjD7QF/_new  2013-05-28 14:40:43.0 +0200
@@ -5,7 +5,7 @@
  : QGraphicsWidget(parent),
m_notesTheme(new Plasma::Svg(this)),
 -  m_color(yellow-notes)
-+  m_color(black-notes)
++  
m_color(Plasma::Theme::defaultTheme()-color(Plasma::Theme::ButtonTextColor).lightness()
  100 ? black-notes : yellow-notes)
  {
  m_notesTheme-setImagePath(widgets/notes);
  m_notesTheme-setContainsMultipleImages(false);
@@ -14,7 +14,22 @@
  {
  KConfigGroup cg = config();
 -m_topWidget-setColor(cg.readEntry(color, yellow));
-+m_topWidget-setColor(cg.readEntry(color, black));
++m_topWidget-setColor(cg.readEntry(color, 
Plasma::Theme::defaultTheme()-color(Plasma::Theme::ButtonTextColor).lightness()
  100 ? black : yellow));
  // color must be before setPlainText(foo)
  m_useThemeColor = cg.readEntry(useThemeColor, true);
  m_useNoColor = cg.readEntry(useNoColor, true);
+@@ -357,6 +357,13 @@ void Notes::themeChanged()
+ {
++KConfigGroup cg = config();
++m_topWidget-setColor(cg.readEntry(color, 
Plasma::Theme::defaultTheme()-color(Plasma::Theme::ButtonTextColor).lightness()
  100 ? black : yellow));
+ if (m_useThemeColor) {
+ m_textColor = 
Plasma::Theme::defaultTheme()-color(Plasma::Theme::ButtonTextColor);
+-update();
++// update text color
++QTextCursor oldCursor = m_noteEditor-textCursor();
++m_noteEditor-selectAll();
++m_noteEditor-setTextColor(m_textColor);
++m_noteEditor-setTextCursor(oldCursor);
+ }
++update();
+ }

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



commit rubygem-ruby-shadow for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2013-05-28 14:41:14

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


Package is rubygem-ruby-shadow

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2013-05-07 16:02:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2013-05-28 14:41:15.0 +0200
@@ -1,0 +2,7 @@
+Sat May 18 07:34:49 UTC 2013 - co...@suse.com
+
+- updated to version 2.2.0
+  - integrating rubygem-ruby-shadow-2.1.4-rb20_fixes.patch 
+  - set license in gemspec
+
+---

Old:

  README.LICENSE
  ruby-shadow-2.1.4.gem
  rubygem-ruby-shadow-2.1.4-rb20_fixes.patch

New:

  ruby-shadow-2.2.0.gem



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.bdbcu8/_old  2013-05-28 14:41:16.0 +0200
+++ /var/tmp/diff_new_pack.bdbcu8/_new  2013-05-28 14:41:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-ruby-shadow
-Version:2.1.4
+Version:2.2.0
 Release:0
 %define mod_name ruby-shadow
 %define mod_full_name %{mod_name}-%{version}
@@ -27,14 +27,11 @@
 Requires:   ruby = 1.8
 BuildRequires:  ruby-devel = 1.8
 Url:https://github.com/apalmblad/ruby-shadow
-Source0:%{mod_full_name}.gem
-Source1:README.LICENSE
-Patch0: rubygem-ruby-shadow-2.1.4-rb20_fixes.patch
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:*nix Shadow Password Module
-License:BSD-3-Clause
+License:SUSE-Public-Domain
 Group:  Development/Languages/Ruby
-# License really is Free for any use with your own risk!
-# Look in README.LICENSE for clarification
+
 %description
 This module provides access to shadow passwords on Linux and Solaris
 
@@ -48,20 +45,21 @@
 Usually in RDoc and RI formats.
 
 %prep
-%gem_unpack
-%patch0
-%gem_build
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
-cp %{SOURCE1} README.LICENSE
 
 %install
 %gem_install -f
 %gem_cleanup
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README 
%buildroot/%{_docdir}/%{name}/README
 
 %files
 %defattr(-,root,root,-)
-%doc README.LICENSE
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

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



commit salt for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2013-05-28 14:42:56

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


Package is salt

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2013-05-16 
11:38:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2013-05-28 
14:42:57.0 +0200
@@ -1,0 +2,8 @@
+Mon May 27 20:04:14 UTC 2013 - abo...@gmail.com
+
+- Updated package spec: security enhancement.
+  added system user salt to run salt-master under privileged user 'salt'
+  added config dirs, master.d/minion.d/syndic.d to add config files.
+  added salt-daemon.conf were salt user is specified under salt-master.
+
+---

New:

  salt-daemon.conf



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.9E8AIS/_old  2013-05-28 14:42:58.0 +0200
+++ /var/tmp/diff_new_pack.9E8AIS/_new  2013-05-28 14:42:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package salt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   salt
 Version:0.15.1
-Release:1
-License:Apache-2.0
+Release:2
 Summary:A parallel remote execution system
-Url:http://saltstack.org/
+License:Apache-2.0
 Group:  System/Monitoring
+Url:http://saltstack.org/
 Source0:
http://pypi.python.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz
 Source1:%{name}-master
 Source2:%{name}-syndic
@@ -30,22 +31,26 @@
 Source5:%{name}-syndic.service
 Source6:%{name}-minion.service
 Source7:   %{name}.logrotate
+Source8:%{name}-daemon.conf
+BuildRequires:  logrotate
 BuildRequires:  python-Jinja2
 BuildRequires:  python-M2Crypto
 BuildRequires:  python-PyYAML
 BuildRequires:  python-msgpack-python
 BuildRequires:  python-pycrypto
 BuildRequires:  python-pyzmq = 2.1.9
-BuildRequires:  logrotate
+Requires:   logrotate
 Requires:   python-Jinja2
 Requires:   python-M2Crypto
 Requires:   python-PyYAML
 Requires:   python-msgpack-python
 Requires:   python-pycrypto
 Requires:   python-pyzmq = 2.1.9
-Requires:  logrotate
 Requires(pre): %fillup_prereq
 Requires(pre): %insserv_prereq
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires(pre): /usr/sbin/userdel
 %if 0%{?suse_version} = 1210
 BuildRequires: systemd
 %{?systemd_requires}
@@ -113,7 +118,9 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 ##missing directories
-mkdir -p %{buildroot}%{_sysconfdir}/salt/
+mkdir -p %{buildroot}%{_sysconfdir}/salt/master.d
+mkdir -p %{buildroot}%{_sysconfdir}/salt/syndic.d
+mkdir -p %{buildroot}%{_sysconfdir}/salt/minion.d
 mkdir -p %{buildroot}%{_sysconfdir}/init.d
 mkdir -p %{buildroot}%{_localstatedir}/log/salt
 mkdir -p %{buildroot}/%{_sysconfdir}/logrotate.d/
@@ -139,6 +146,9 @@
 #
 ##logrotate file
 install -Dpm 644  %{SOURCE7} %{buildroot}%{_sysconfdir}/logrotate.d/salt
+#
+##Salt-master daemon user
+install -Dpm 644  %{SOURCE8} 
%{buildroot}%{_sysconfdir}/salt/master.d/salt-daemon.conf
 
 %preun -n salt-syndic
 %stop_on_removal salt-syndic
@@ -159,6 +169,10 @@
 %endif
 %insserv_cleanup
 
+%pre -n salt-master
+getent group salt /dev/null || /usr/sbin/groupadd -r salt
+getent passwd salt /dev/null || /usr/sbin/useradd -r -g salt -d /srv/salt -s 
/bin/false -c salt-master daemon salt
+
 %preun -n salt-master
 %stop_on_removal salt-master
 %if 0%{?_unitdir:1}
@@ -203,6 +217,7 @@
 %{_mandir}/man1/salt-syndic.1.*
 %{_sbindir}/rcsalt-syndic
 %{_sysconfdir}/init.d/salt-syndic
+%{_sysconfdir}/salt/syndic.d
 %if 0%{?_unitdir:1}
 %_unitdir/salt-syndic.service
 %endif
@@ -216,6 +231,7 @@
 %{_sbindir}/rcsalt-minion
 %config(noreplace) %{_sysconfdir}/init.d/salt-minion
 %config(noreplace) %{_sysconfdir}/salt/minion
+%{_sysconfdir}/salt/minion.d
 %if 0%{?_unitdir:1}
 %_unitdir/salt-minion.service
 %endif
@@ -235,6 +251,8 @@
 %{_sbindir}/rcsalt-master
 %config(noreplace) %{_sysconfdir}/init.d/salt-master
 %config(noreplace) %{_sysconfdir}/salt/master
+%config(noreplace) %{_sysconfdir}/salt/master.d/salt-daemon.conf
+%{_sysconfdir}/salt/master.d
 %if 0%{?_unitdir:1}
 %_unitdir/salt-master.service
 %endif

++ salt-daemon.conf ++

commit aaa_base for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-05-28 15:17:50

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


Package is aaa_base

Changes:




Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.3Z8Tw1/_old  2013-05-28 15:17:52.0 +0200
+++ /var/tmp/diff_new_pack.3Z8Tw1/_new  2013-05-28 15:17:52.0 +0200
@@ -103,8 +103,6 @@
s390*) ;;
*) rm -f %{buildroot}/usr/lib/sysctl.d/50-default-s390.conf ;;
 esac
-# temporary
-rm -f %{buildroot}/usr/lib/sysctl.d/50-default.conf
 #
 # make sure it does not creep in again
 test -d $RPM_BUILD_ROOT/root/.gnupg  exit 1
@@ -208,7 +206,7 @@
 /usr/share/man/man8/service.8*
 %dir /etc/sysctl.d
 %dir /usr/lib/sysctl.d
-#/usr/lib/sysctl.d/*.conf
+/usr/lib/sysctl.d/*.conf
 /var/adm/fillup-templates/sysconfig.backup
 /var/adm/fillup-templates/sysconfig.boot
 /var/adm/fillup-templates/sysconfig.clock

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