commit audio-recorder for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package audio-recorder for openSUSE:Factory 
checked in at 2014-01-28 12:02:10

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


Package is audio-recorder

Changes:

--- /work/SRC/openSUSE:Factory/audio-recorder/audio-recorder.changes
2013-03-24 21:35:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.audio-recorder.new/audio-recorder.changes   
2014-01-28 12:02:11.0 +0100
@@ -1,0 +2,23 @@
+Wed Jan 22 19:58:45 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.4-1:
+  + lp#1258822: Timer does not stop recording in some rare cases.
+- Changes from version 1.4:
+  + Replaced fixed size icons 16x16,...,64x64 with scalable svg
+images.
+  + Replaced also some images with
+pixmap/audio-recorder-off-dot.svg, audio-recorder-on-dot.svg,
+audio-recorder-paused-dot.svg.
+- Changes from version 1.1:
+  + Migrated dbus-skype.c to GDBus intrerface.
+  + Removed dependency to dbus-glib-1 library.
+  + Removed skype-service.[ch] and skype-service-object-glue.h from
+the project.
+- Add %desktop_database_post/%desktop_database_postun to scriptlets
+  in order to update the desktop database.
+- Add desktop-file-utils BuildRequires: needed for the above macros
+  to be defined.
+- Drop pkgconfig(libgnome-media-profiles-3.0) and
+  pkgconfig(dbus-glib-1) BuildRequires: no longer required.
+
+---

Old:

  audio-recorder-0.9.8.tar.gz

New:

  audio-recorder-1.4-1.tar.gz



Other differences:
--
++ audio-recorder.spec ++
--- /var/tmp/diff_new_pack.oHMzPS/_old  2014-01-28 12:02:12.0 +0100
+++ /var/tmp/diff_new_pack.oHMzPS/_new  2014-01-28 12:02:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package audio-recorder
 #
-# 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,28 +17,28 @@
 
 
 Name:   audio-recorder
-Version:0.9.8
+Version:1.4
 Release:0
+%define real_version 1.4-1
 Summary:An audio recorder application for the GNOME 2/3
 License:GPL-3.0
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:https://launchpad.net/audio-recorder
-Source: 
https://launchpad.net/audio-recorder/trunk/version%{version}/+download/%{name}-%{version}.tar.gz
+Source: 
https://launchpad.net/audio-recorder/trunk/version1.4-1/+download/audio-recorder-1.4-1.tar.gz
 # PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch 
badshah...@gmail.com -- Fixes the .desktop file by removing unity related tags 
from it.
 Patch0: audio-recorder-correct-desktop-menu.patch
 BuildRequires:  autoconf
+BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(dconf)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(libgnome-media-profiles-3.0)
 BuildRequires:  pkgconfig(libpulse)
 Requires:   gstreamer-plugins-bad
 Requires:   gstreamer-plugins-base
@@ -89,10 +89,12 @@
 %find_lang %{name} %{?no_lang_C}
 
 %post
+%desktop_database_post
 %icon_theme_cache_post
 %glib2_gsettings_schema_post
 
 %postun
+%desktop_database_postun
 %icon_theme_cache_postun
 %glib2_gsettings_schema_postun
 
@@ -102,7 +104,7 @@
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
-%{_datadir}/icons/hicolor/*/apps/*.png
+%{_datadir}/icons/hicolor/
 %{_datadir}/pixmaps/%{name}/
 %{_datadir}/glib-2.0/schemas/org.gnome.audio-recorder.gschema.xml
 

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



commit evolution for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2014-01-28 12:02:18

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


Package is evolution

Changes:

--- /work/SRC/openSUSE:Factory/evolution/evolution.changes  2013-11-24 
11:26:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2014-01-28 
12:02:20.0 +0100
@@ -1,0 +2,20 @@
+Fri Jan 24 22:32:06 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.10.3:
+  + Bump minimum libgweather requirement. (Matthew Barnes)
+  + EMFolderTreeModel: Declare the CamelStore column as an
+object type.
+  + [itip-formatter] Search for an event in enabled calendars
+only.
+  + e-utils: replacing g_memmove with memmove.
+  + pine-importer: Fix a crash when importing with no existing
+address books.
+  + icalendar-importer: Fix a crash when importing with no
+existing cals.
+  + Remove --enable-strict configure option.
+  + Bugs fixed: bgo#704832, bgo#711499, bgo#711669, bgo#711685,
+bgo#711824, bgo#711835, bgo#712342, bgo#712388, bgo#712668,
+bgo#712738, bgo#715067.
+  + Updated translations.
+
+---

Old:

  evolution-3.10.2.tar.xz

New:

  evolution-3.10.3.tar.xz



Other differences:
--
++ evolution.spec ++
--- /var/tmp/diff_new_pack.XlvjSP/_old  2014-01-28 12:02:21.0 +0100
+++ /var/tmp/diff_new_pack.XlvjSP/_new  2014-01-28 12:02:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution
 #
-# 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
@@ -24,7 +24,7 @@
 Name:   evolution
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.10.2
+Version:3.10.3
 Release:0
 # _version needs to be %{version} stirpped to major.minor.micro only...
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')

++ evolution-3.10.2.tar.xz - evolution-3.10.3.tar.xz ++
/work/SRC/openSUSE:Factory/evolution/evolution-3.10.2.tar.xz 
/work/SRC/openSUSE:Factory/.evolution.new/evolution-3.10.3.tar.xz differ: char 
27, line 1

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



commit evolution-ews for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2014-01-28 12:02:31

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


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-11-24 11:26:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2014-01-28 12:02:32.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 24 22:46:32 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.10.3:
+  + Bugs Fixed: bgo#664174, bgo#719376.
+
+---

Old:

  evolution-ews-3.10.2.tar.xz

New:

  evolution-ews-3.10.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.O0wwXp/_old  2014-01-28 12:02:33.0 +0100
+++ /var/tmp/diff_new_pack.O0wwXp/_new  2014-01-28 12:02:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.10.2
+Version:3.10.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.10.2.tar.xz - evolution-ews-3.10.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.10.2/Makefile.in 
new/evolution-ews-3.10.3/Makefile.in
--- old/evolution-ews-3.10.2/Makefile.in2013-11-10 15:35:52.0 
+0100
+++ new/evolution-ews-3.10.3/Makefile.in2013-12-09 03:54:34.0 
+0100
@@ -53,8 +53,8 @@
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
-   compile config.guess config.sub depcomp install-sh ltmain.sh \
-   missing mkinstalldirs
+   compile config.guess config.sub install-sh ltmain.sh missing \
+   mkinstalldirs
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/evo_krb5_support.m4 \
$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.10.2/NEWS 
new/evolution-ews-3.10.3/NEWS
--- old/evolution-ews-3.10.2/NEWS   2013-11-10 15:35:33.0 +0100
+++ new/evolution-ews-3.10.3/NEWS   2013-12-09 03:22:30.0 +0100
@@ -1,3 +1,11 @@
+Evolution-EWS 3.10.3 2013-12-09
+---
+
+Bug Fixes:
+   Bug 664174 - Crash in add_item_to_cache() (Milan Crha)
+   Bug 719376 - Filter by mailing list doesn't work (Milan Crha)
+
+
 Evolution-EWS 3.10.2 2013-11-11
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.10.2/configure 
new/evolution-ews-3.10.3/configure
--- old/evolution-ews-3.10.2/configure  2013-11-10 15:35:51.0 +0100
+++ new/evolution-ews-3.10.3/configure  2013-12-09 03:54:33.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.10.2.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.10.3.
 #
 # Report bugs to http://bugzilla.gnome.org/browse.cgi?product=evolution-ews.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.10.2'
-PACKAGE_STRING='evolution-ews 3.10.2'
+PACKAGE_VERSION='3.10.3'
+PACKAGE_STRING='evolution-ews 3.10.3'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1499,7 +1499,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 evolution-ews 3.10.2 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.10.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1569,7 +1569,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short 

commit link-grammar for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2014-01-28 12:03:22

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


Package is link-grammar

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2013-12-16 16:35:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2014-01-28 12:03:24.0 +0100
@@ -1,0 +2,20 @@
+Fri Jan 24 15:13:48 UTC 2014 - zai...@opensuse.org
+
+- Update to version 4.8.5:
+  + Update memory usage accounting; fix accounting bugs.
+  + Fix Java garbage collection bug.
+  + Fix numerous compiler warnings in the SAT-solver code.
+  + Fix build-break involving multiple declaration of 'Boolean'.
+- Changes from version 4.8.4:
+  + Fix build break for Mac OSX.
+- Changes from version 4.8.3:
+  + Create new msvc12 build files, restore old msvc9 files.
+  + Revert location of the Windows mbrtowc declaration.
+  + Add verb-wall connector for present participles.
+  + Fix build-time include file directory paths.
+  + Provide the 'any' language to enumerate all possible linkages.
+  + Fix recognition of U+00A0, c2 a0, NO-BREAK SPACE as whitespace.
+  + Improve parse-time performance of exceptionally long sentences.
+  + Fix crash on certain sentences containing equals sign.
+
+---

Old:

  link-grammar-4.8.2.tar.gz

New:

  link-grammar-4.8.5.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.cNolYz/_old  2014-01-28 12:03:25.0 +0100
+++ /var/tmp/diff_new_pack.cNolYz/_new  2014-01-28 12:03:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package link-grammar
 #
-# 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:   link-grammar
-Version:4.8.2
+Version:4.8.5
 Release:0
 Summary:An English grammar checker
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/%{version}/%{name}-%{version}.tar.gz
+Source: 
http://www.abisource.com/downloads/link-grammar/4.8.5/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
 BuildRequires:  glibc-devel
 BuildRequires:  libedit-devel

++ link-grammar-4.8.2.tar.gz - link-grammar-4.8.5.tar.gz ++
 14114 lines of diff (skipped)

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



commit libguestfs for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

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

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


Package is libguestfs

Changes:

--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes2014-01-23 
15:47:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes   
2014-01-28 12:03:15.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 23 17:53:31 CET 2014 - oher...@suse.de
+
+- Disable ipv6 in the appliance because qemu usernet is ipv4 only
+
+---



Other differences:
--
++ libguestfs.spec ++
--- /var/tmp/diff_new_pack.giQArC/_old  2014-01-28 12:03:16.0 +0100
+++ /var/tmp/diff_new_pack.giQArC/_new  2014-01-28 12:03:16.0 +0100
@@ -336,6 +336,7 @@
 Summary:Testcases for libguestfs
 License:GPL-2.0
 Group:  System/Filesystems
+Requires:   %{name}
 
 %description test
 This package contains testcases to verify libguestfs functionality.

++ 1000-force-virtio_blk-in-old-guest-kernel.patch ++
--- /var/tmp/diff_new_pack.giQArC/_old  2014-01-28 12:03:16.0 +0100
+++ /var/tmp/diff_new_pack.giQArC/_new  2014-01-28 12:03:16.0 +0100
@@ -1,4 +1,4 @@
-From 592819524390bc354d16940107e4c22ca41e48b9 Mon Sep 17 00:00:00 2001
+From 6ad9fa64944b23817e8fa642c81fc3ecc93a3464 Mon Sep 17 00:00:00 2001
 From: Olaf Hering o...@aepfle.de
 Date: Mon, 3 Sep 2012 19:50:44 +0200
 Subject: force virtio_blk in old guest kernel
@@ -10,13 +10,14 @@
  src/handle.c   | 16 
  src/inspect-fs-unix.c  |  4 ++--
  src/launch-direct.c|  2 ++
- 5 files changed, 26 insertions(+), 4 deletions(-)
+ test-tool/test-tool.c  | 15 ---
+ 6 files changed, 38 insertions(+), 7 deletions(-)
 
 diff --git a/fish/options.c b/fish/options.c
-index 75d61ad..b0bcd09 100644
+index 770576b..6f143e1 100644
 --- a/fish/options.c
 +++ b/fish/options.c
-@@ -80,7 +80,10 @@ add_drives (struct drv *drv, char next_drive)
+@@ -100,7 +100,10 @@ add_drives (struct drv *drv, char next_drive)
  {
int r;
struct guestfs_add_drive_opts_argv ad_optargs;
@@ -28,7 +29,7 @@
if (next_drive  'z') {
  fprintf (stderr,
   _(%s: too many drives added on the command line\n),
-@@ -94,7 +97,7 @@ add_drives (struct drv *drv, char next_drive)
+@@ -114,7 +117,7 @@ add_drives (struct drv *drv, char next_drive)
  free (drv-device);
  drv-device = NULL;
  
@@ -38,7 +39,7 @@
exit (EXIT_FAILURE);
  }
 diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
-index 5356920..2a9f9fe 100644
+index 603..d4f6e90 100644
 --- a/src/guestfs-internal.h
 +++ b/src/guestfs-internal.h
 @@ -472,6 +472,7 @@ struct guestfs_h
@@ -50,7 +51,7 @@
  
  /* Per-filesystem data stored for inspect_os. */
 diff --git a/src/handle.c b/src/handle.c
-index fa96d95..e1732d7 100644
+index fffe825..4633df6 100644
 --- a/src/handle.c
 +++ b/src/handle.c
 @@ -237,6 +237,22 @@ parse_environment (guestfs_h *g,
@@ -77,10 +78,10 @@
  }
  
 diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-unix.c
-index 8e0f135..83d23c7 100644
+index 93e035f..6d38bf8 100644
 --- a/src/inspect-fs-unix.c
 +++ b/src/inspect-fs-unix.c
-@@ -1407,7 +1407,7 @@ resolve_fstab_device_diskbyid (guestfs_h *g, const char 
*part,
+@@ -1419,7 +1419,7 @@ resolve_fstab_device_diskbyid (guestfs_h *g, const char 
*part,
  return 0;
  
/* Make the partition name and check it exists. */
@@ -89,7 +90,7 @@
if (!is_partition (g, device)) {
  free (device);
  return 0;
-@@ -1500,7 +1500,7 @@ resolve_fstab_device (guestfs_h *g, const char *spec, 
Hash_table *md_map)
+@@ -1512,7 +1512,7 @@ resolve_fstab_device (guestfs_h *g, const char *spec, 
Hash_table *md_map)
  if (disk_i != -1  disk_i = 26 
  slice_i  0  slice_i = 1 /*  4 .. see comment above */ 
  part_i = 0  part_i  26) {
@@ -99,10 +100,10 @@
}
else if ((part = match1 (g, spec, re_diskbyid)) != NULL) {
 diff --git a/src/launch-direct.c b/src/launch-direct.c
-index 070c649..a4c94e8 100644
+index f44cc20..d212b87 100644
 --- a/src/launch-direct.c
 +++ b/src/launch-direct.c
-@@ -1068,6 +1068,8 @@ qemu_supports_virtio_scsi (guestfs_h *g, struct 
backend_direct_data *data)
+@@ -1066,6 +1066,8 @@ qemu_supports_virtio_scsi (guestfs_h *g, struct 
backend_direct_data *data)
  data-virtio_scsi = 3;
  }
}
@@ -111,3 +112,53 @@
  
return data-virtio_scsi == 1;
  }
+diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c
+index 3a35226..03565ac 100644
+--- a/test-tool/test-tool.c
 b/test-tool/test-tool.c
+@@ -44,6 +44,14 @@
+ 

commit gnome-packagekit for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2014-01-28 12:03:09

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


Package is gnome-packagekit

Changes:

--- /work/SRC/openSUSE:Factory/gnome-packagekit/gnome-packagekit.changes
2013-10-17 20:41:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2014-01-28 12:03:10.0 +0100
@@ -1,0 +2,8 @@
+Sat Jan 25 08:52:18 UTC 2014 - zai...@opensuse.org
+
+- Add gpk-expand-repos-and-softwarelog.patch, properly expand list
+  of repositories and software log, making them readable.
+  Taken from upstream git.
+- Add missing patchtag to patch1.
+
+---

New:

  gpk-expand-repos-and-softwarelog.patch



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.npLiQl/_old  2014-01-28 12:03:11.0 +0100
+++ /var/tmp/diff_new_pack.npLiQl/_new  2014-01-28 12:03:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-packagekit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,8 +30,10 @@
 Source: 
http://download.gnome.org/sources/gnome-packagekit/3.10/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gnome-packagekit-displaysize.patch dims...@opensuse.org 
-- Never expand over 90% of the screen size,
 Patch0: gnome-packagekit-displaysize.patch
-# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
+# PATCH-FEATURE-OPENSUSE -- Only show gnome-packagekit in gnome.
 Patch1: gnome-packagekit-OnlyShowIn.patch
+# PATCH-FIX-UPSTREAM gpk-expand-repos-and-softwarelog.patch 
zai...@opensuse.org -- Properly expand repository list and software log, making 
them readable.
+Patch2: gpk-expand-repos-and-softwarelog.patch
 BuildRequires:  PackageKit-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  docbook-utils-minimal
@@ -85,6 +87,7 @@
 translation-update-upstream
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \

++ gpk-expand-repos-and-softwarelog.patch ++
From 010e5c9995d77e8f193ed8ee133529124f1fd283 Mon Sep 17 00:00:00 2001
From: Michael Catanzaro mcatanz...@gnome.org
Date: Thu, 02 Jan 2014 02:28:07 +
Subject: Fix Software Log

The list needs to be expanded
---
diff --git a/data/gpk-log.ui b/data/gpk-log.ui
index 05c407c..15fa22d 100644
--- a/data/gpk-log.ui
+++ b/data/gpk-log.ui
@@ -72,6 +72,7 @@
   /object
   packing
 property name=position1/property
+property name=expandTrue/property
   /packing
 /child
 child internal-child=action_area
--
cgit v0.9.2

From b16d9d243c024882006427f222df9cb0d40b0123 Mon Sep 17 00:00:00 2001
From: Richard Hughes rich...@hughsie.com
Date: Tue, 08 Oct 2013 13:39:06 +
Subject: Show the whole list in the window when showing repos

---
diff --git a/data/gpk-prefs.ui b/data/gpk-prefs.ui
index 8acae8a..c83f63b 100644
--- a/data/gpk-prefs.ui
+++ b/data/gpk-prefs.ui
@@ -402,7 +402,7 @@
 /child
   /object
   packing
-property name=expandFalse/property
+property name=expandTrue/property
 property name=fillTrue/property
 property name=position1/property
   /packing
--
cgit v0.9.2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2014-01-28 12:03:04

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


Package is gedit

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2013-11-24 
11:27:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2014-01-28 
12:03:06.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan 22 20:34:19 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.10.4:
+  + Fix a critical bug for the search.
+  + Updated translations.
+- Changes from version 3.10.3:
+  + Misc bugfixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.10.2.tar.xz

New:

  gedit-3.10.4.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.xLQA7W/_old  2014-01-28 12:03:06.0 +0100
+++ /var/tmp/diff_new_pack.xLQA7W/_new  2014-01-28 12:03:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.10.2
+Version:3.10.4
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+

++ gedit-3.10.2.tar.xz - gedit-3.10.4.tar.xz ++
 19090 lines of diff (skipped)

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



commit meld for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package meld for openSUSE:Factory checked in 
at 2014-01-28 12:03:28

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


Package is meld

Changes:

--- /work/SRC/openSUSE:Factory/meld/meld.changes2013-12-16 
16:35:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes   2014-01-28 
12:03:29.0 +0100
@@ -1,0 +2,9 @@
+Wed Jan 22 20:49:03 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.8.4:
+  + Fix crash when scanning CVS-only folders.
+  + Fix crash on Windows when missing cdll.intl.
+  + Fix crash with Italian (it_IT.utf8) locale.
+  + Updated translations.
+
+---

Old:

  meld-1.8.3.tar.xz

New:

  meld-1.8.4.tar.xz



Other differences:
--
++ meld.spec ++
--- /var/tmp/diff_new_pack.sK38IY/_old  2014-01-28 12:03:30.0 +0100
+++ /var/tmp/diff_new_pack.sK38IY/_new  2014-01-28 12:03:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package meld
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   meld
-Version:1.8.3
+Version:1.8.4
 Release:0
 Summary:Visual diff and merge tool
 License:GPL-2.0+

++ meld-1.8.3.tar.xz - meld-1.8.4.tar.xz ++
 6386 lines of diff (skipped)

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



commit file-roller for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory 
checked in at 2014-01-28 12:02:45

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


Package is file-roller

Changes:

--- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes  2013-11-24 
11:26:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.file-roller.new/file-roller.changes 
2014-01-28 12:02:46.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 24 23:02:04 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.10.2.1:
+  + rar: fixed error with some password protected files
+(bgo#711745).
+
+---

Old:

  file-roller-3.10.2.tar.xz

New:

  file-roller-3.10.2.1.tar.xz



Other differences:
--
++ file-roller.spec ++
--- /var/tmp/diff_new_pack.9HfF6g/_old  2014-01-28 12:02:47.0 +0100
+++ /var/tmp/diff_new_pack.9HfF6g/_new  2014-01-28 12:02:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package file-roller
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   file-roller
-Version:3.10.2
+Version:3.10.2.1
 Release:0
 Summary:An Archive Manager for GNOME
 License:GPL-2.0+

++ file-roller-3.10.2.tar.xz - file-roller-3.10.2.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/file-roller-3.10.2/ChangeLog 
new/file-roller-3.10.2.1/ChangeLog
--- old/file-roller-3.10.2/ChangeLog2013-11-11 20:36:32.0 +0100
+++ new/file-roller-3.10.2.1/ChangeLog  2013-11-11 21:29:27.0 +0100
@@ -1,7 +1,34 @@
-commit ab4e6d4ddc2747eebc0394705a7e5ec9054714c6
+commit b556b20fb6ab758a7ddc7b950d44a9f99afcc836
 Author: Paolo Bacchilega pao...@src.gnome.org
 Date:   2013-11-11
 
+updated for version 3.10.2.1
+
+M  NEWS
+M  configure.ac
+
+commit c347289fc21e5a2c86810b7b8216c400556fdee9
+Author: Paolo Bacchilega pao...@src.gnome.org
+Date:  2013-11-11
+
+rar: fixed error with some password protected files
+
+[bug #711745]
+
+M  src/fr-command-rar.c
+
+commit afa5cc968d8fd8275089524aa36a90f697b7f9a2
+Author: Paolo Bacchilega pao...@src.gnome.org
+Date:  2013-11-11
+
+added a missing semicolon
+
+M  po/nl.po
+
+commit ab4e6d4ddc2747eebc0394705a7e5ec9054714c6
+Author: Paolo Bacchilega pao...@src.gnome.org
+Date:  2013-11-11
+
 updated for version 3.10.2
 
 M  NEWS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/file-roller-3.10.2/NEWS new/file-roller-3.10.2.1/NEWS
--- old/file-roller-3.10.2/NEWS 2013-11-11 20:34:10.0 +0100
+++ new/file-roller-3.10.2.1/NEWS   2013-11-11 21:27:55.0 +0100
@@ -1,3 +1,10 @@
+version 3.10.2.1
+
+
+ Bugs fixed:
+
+  * rar: fixed error with some password protected files (#711745)
+
 version 3.10.2
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/file-roller-3.10.2/configure 
new/file-roller-3.10.2.1/configure
--- old/file-roller-3.10.2/configure2013-11-11 20:30:36.0 +0100
+++ new/file-roller-3.10.2.1/configure  2013-11-11 21:25:27.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for file-roller 3.10.2.
+# Generated by GNU Autoconf 2.69 for file-roller 3.10.2.1.
 #
 # Report bugs to http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='file-roller'
 PACKAGE_TARNAME='file-roller'
-PACKAGE_VERSION='3.10.2'
-PACKAGE_STRING='file-roller 3.10.2'
+PACKAGE_VERSION='3.10.2.1'
+PACKAGE_STRING='file-roller 3.10.2.1'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller'
 PACKAGE_URL=''
 
@@ -1430,7 +1430,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 file-roller 3.10.2 to adapt to many kinds of systems.
+\`configure' configures file-roller 3.10.2.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1500,7 +1500,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of file-roller 3.10.2:;;
+ short | recursive ) echo Configuration of 

commit pidgin for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package pidgin for openSUSE:Factory checked 
in at 2014-01-28 12:03:42

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


Package is pidgin

Changes:

--- /work/SRC/openSUSE:Factory/pidgin/pidgin.changes2013-03-25 
20:41:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.pidgin.new/pidgin.changes   2014-01-28 
12:03:43.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan 24 12:56:48 UTC 2014 - dims...@opensuse.org
+
+- Obsolete pidgin-facebookchat: the package is no longer maintained
+  and pidgin as built-in support for Facebook Chat.
+
+---
+Thu Jan  9 11:52:43 CET 2014 - r...@suse.de
+
+- Protect buildrequires for mono-devel with with_mono macro.
+
+---



Other differences:
--
++ pidgin.spec ++
--- /var/tmp/diff_new_pack.mnZ2FO/_old  2014-01-28 12:03:44.0 +0100
+++ /var/tmp/diff_new_pack.mnZ2FO/_new  2014-01-28 12:03:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pidgin
 #
-# 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
@@ -105,7 +105,9 @@
 # Versions in older SUSE products are too old:
 BuildRequires:  meanwhile-devel
 %endif
+%if %with_mono
 BuildRequires:  mono-devel
+%endif
 BuildRequires:  mozilla-nspr-devel
 BuildRequires:  mozilla-nss-devel
 BuildRequires:  ncurses-devel
@@ -178,6 +180,9 @@
 # If we can't build evolution, let's obsolete it for clean installations.
 Obsoletes:  %{name}-evolution = %{version}
 %endif
+# pidgin=-facebookchat 1.69 was released in 2010 and no longer works. And 
pidgin
+# brings facebook support on its own by now.
+Obsoletes:  pidgin-facebookchat  1.70
 %if %suse_version = 1021
 %define _prefix /opt/gnome
 %define _libdir %{_prefix}/%{_lib}

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



commit obs-service-format_spec_file for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2014-01-28 12:03:36

Comparing /work/SRC/openSUSE:Factory/obs-service-format_spec_file (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new (New)


Package is obs-service-format_spec_file

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
2013-12-10 17:44:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2014-01-28 12:03:37.0 +0100
@@ -1,0 +2,10 @@
+Tue Jan 28 09:25:30 UTC 2014 - co...@suse.com
+
+- add Unicode from spreadsheet
+
+---
+Mon Jan 27 06:31:43 UTC 2014 - co...@suse.com
+
+- update licenses
+
+---



Other differences:
--
++ obs-service-format_spec_file.spec ++
--- /var/tmp/diff_new_pack.krARwR/_old  2014-01-28 12:03:38.0 +0100
+++ /var/tmp/diff_new_pack.krARwR/_new  2014-01-28 12:03:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-format_spec_file
 #
-# 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

++ fetch-licenses.sh ++
--- /var/tmp/diff_new_pack.krARwR/_old  2014-01-28 12:03:38.0 +0100
+++ /var/tmp/diff_new_pack.krARwR/_new  2014-01-28 12:03:38.0 +0100
@@ -7,6 +7,6 @@
echo $i$i  licenses_changes.txt ; 
echo $i+   $i+  licenses_changes.txt ;
 done
-sort -o licenses_changes.txt -u licenses_changes.txt
+LC_ALL=C sort -o licenses_changes.txt -u licenses_changes.txt
 ( echo First line ; cat licenses_changes.txt )  t
 mv t licenses_changes.txt

++ licenses_changes.txt ++
 1207 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/licenses_changes.txt
 and 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/licenses_changes.txt

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



commit virt-manager for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2014-01-28 12:03:53

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


Package is virt-manager

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2014-01-15 16:27:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2014-01-28 12:03:54.0 +0100
@@ -1,0 +2,14 @@
+Wed Jan 23 18:00:00 CET 2014 - tbehr...@suse.com
+
+- Fate#313213: pending upstream patches added
+  * added Add-memory-stats-widget-also-to-manager-tree-view.patch
+  * added Base-mem-statistics-on-virDomainMemoryStats-if-avail.patch
+  * added Attempt-empty-path-on-virDomainBlockStats.patch
+
+---
+Wed Jan 22 11:03:50 MST 2014 - carn...@suse.com
+
+- Add Requires on virt-manager for virt-install
+- Add sles12/sled12 as supported distros
+
+---

New:

  Add-memory-stats-widget-also-to-manager-tree-view.patch
  Attempt-empty-path-on-virDomainBlockStats.patch
  Base-mem-statistics-on-virDomainMemoryStats-if-avail.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.pduQiz/_old  2014-01-28 12:03:55.0 +0100
+++ /var/tmp/diff_new_pack.pduQiz/_new  2014-01-28 12:03:55.0 +0100
@@ -62,13 +62,18 @@
 Patch158:   virtinst-allow-ide-hdb.patch
 Patch159:   virtinst-xen-drive-type.patch
 Patch160:   virtinst-clone-disks.patch
+# Pending upstream
+Patch200:   Add-memory-stats-widget-also-to-manager-tree-view.patch
+Patch201:   Base-mem-statistics-on-virDomainMemoryStats-if-avail.patch
+Patch202:   Attempt-empty-path-on-virDomainBlockStats.patch
+
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %define verrel %{version}-%{release}
+Requires:   virt-manager-common = %{verrel}
 Requires:   gtk3
 Requires:   python-gconf
-Requires:   virt-manager-common = %{verrel}
 Requires:   vm-install = 0.5.6
 
 # Libvirt-glib
@@ -83,13 +88,15 @@
 Requires:   gtk-vnc2
 Requires:   libspice-client-glib-2_0-8
 Requires:   libspice-client-gtk-3_0-4
-Requires:   typelib-1_0-GVnc-1_0
-Requires:   typelib-1_0-Gtk-3_0
-Requires:   typelib-1_0-GtkVnc-2_0
 Requires:   typelib-1_0-SpiceClientGlib-2_0
 Requires:   typelib-1_0-SpiceClientGtk-3_0
+Requires:   typelib-1_0-Gtk-3_0
+Requires:   typelib-1_0-GVnc-1_0
+Requires:   typelib-1_0-GtkVnc-2_0
 Recommends: python-SpiceClientGtk
 
+Requires:   virt-install
+
 %if %{with_guestfs}
 Requires:   python-libguestfs
 %endif
@@ -114,8 +121,8 @@
 # This version not strictly required: virt-manager should work with older,
 # however varying amounts of functionality will not be enabled.
 Requires:   libvirt-python = 0.7.0
-Requires:   python-ipaddr
 Requires:   python-urlgrabber
+Requires:   python-ipaddr
 
 %description common
 Common files used by the different virt-manager interfaces, as well as
@@ -128,10 +135,10 @@
 
 Requires:   virt-manager-common = %{verrel}
 
-Provides:   python-virtinst
 Provides:   virt-clone
-Provides:   virt-convert
 Provides:   virt-image
+Provides:   virt-convert
+Provides:   python-virtinst
 Obsoletes:  python-virtinst = 0.600.4
 
 %description -n virt-install
@@ -169,6 +176,9 @@
 %patch158 -p1
 %patch159 -p1
 %patch160 -p1
+%patch200 -p1
+%patch201 -p1
+%patch202 -p1
 
 %build
 %if %{qemu_user}

++ Add-memory-stats-widget-also-to-manager-tree-view.patch ++
From 43f0549e2f4e1479cf3e9fe9201a8224eb5b56a1 Mon Sep 17 00:00:00 2001
From: Thorsten Behrens tbehr...@suse.com
Date: Wed, 18 Dec 2013 14:42:42 +0100
Subject: [PATCH 1/3] Add memory stats widget also to manager tree view.

(crobinso: Fix an initialization issue)

Conflicts:
virtManager/manager.py
---
 data/org.virt-manager.virt-manager.gschema.xml |  6 
 ui/vmm-manager.ui  |  9 ++
 virtManager/config.py  |  6 
 virtManager/domain.py  |  3 ++
 virtManager/manager.py | 41 --
 5 files changed, 62 insertions(+), 3 deletions(-)

Index: virt-manager-0.10.0/data/org.virt-manager.virt-manager.gschema.xml
===
--- virt-manager-0.10.0.orig/data/org.virt-manager.virt-manager.gschema.xml
+++ virt-manager-0.10.0/data/org.virt-manager.virt-manager.gschema.xml
@@ -94,6 +94,12 @@
   descriptionShow the host cpu usage 

commit tomboy for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package tomboy for openSUSE:Factory checked 
in at 2014-01-28 12:03:48

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


Package is tomboy

Changes:

--- /work/SRC/openSUSE:Factory/tomboy/tomboy.changes2013-12-30 
10:45:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.tomboy.new/tomboy.changes   2014-01-28 
12:03:49.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 15 12:09:42 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.15.4:
+  + Updated translations.
+
+---

Old:

  tomboy-1.15.3.tar.xz

New:

  tomboy-1.15.4.tar.xz



Other differences:
--
++ tomboy.spec ++
--- /var/tmp/diff_new_pack.zerY27/_old  2014-01-28 12:03:50.0 +0100
+++ /var/tmp/diff_new_pack.zerY27/_new  2014-01-28 12:03:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tomboy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define build_applet 0
 
 Name:   tomboy
-Version:1.15.3
+Version:1.15.4
 Release:0
 Summary:GNOME Note Taking Application
 License:LGPL-2.1+

++ tomboy-1.15.3.tar.xz - tomboy-1.15.4.tar.xz ++
/work/SRC/openSUSE:Factory/tomboy/tomboy-1.15.3.tar.xz 
/work/SRC/openSUSE:Factory/.tomboy.new/tomboy-1.15.4.tar.xz differ: char 25, 
line 1

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



commit vm-install for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory 
checked in at 2014-01-28 12:03:58

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


Package is vm-install

Changes:

--- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes2014-01-15 
16:27:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes   
2014-01-28 12:03:59.0 +0100
@@ -1,0 +2,9 @@
+Wed Jan 22 14:18:58 MST 2014 - carn...@suse.com
+
+- Add support for launching VMs using the 'xl' command with --use-xl
+  command line flag. Update the man page.
+- Fix broken libvirt_hypervisor.py wait_domain() method 
+- Raise error if connecting to libvirt fails
+- Version 0.8.2
+
+---

Old:

  vm-install-0.8.1.tar.bz2

New:

  vm-install-0.8.2.tar.bz2



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.plqyMb/_old  2014-01-28 12:03:59.0 +0100
+++ /var/tmp/diff_new_pack.plqyMb/_new  2014-01-28 12:03:59.0 +0100
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   vm-install
 Url:http://developer.novell.com/wiki/index.php/Vm-install
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 # For directory ownership:
 BuildRequires:  yast2
-Version:0.8.1
+Version:0.8.2
 Release:0
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
 License:GPL-2.0
 Group:  System/Emulators/PC
-Source0:%{name}-0.8.1.tar.bz2
+Source0:%{name}-0.8.2.tar.bz2
 Source1:vm-install.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 s390x

++ vm-install-0.8.1.tar.bz2 - vm-install-0.8.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.8.1/Makefile 
new/vm-install-0.8.2/Makefile
--- old/vm-install-0.8.1/Makefile   2014-01-07 22:03:13.0 +0100
+++ new/vm-install-0.8.2/Makefile   2014-01-22 22:21:35.0 +0100
@@ -1,5 +1,5 @@
 PACKAGE = vm-install
-VER = 0.8.1
+VER = 0.8.2
 
 default:
@echo Run 'make install DESTDIR=$destdir' to install.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.8.1/bin/vm-install 
new/vm-install-0.8.2/bin/vm-install
--- old/vm-install-0.8.1/bin/vm-install 2014-01-03 14:59:13.0 +0100
+++ new/vm-install-0.8.2/bin/vm-install 2014-01-23 00:44:05.0 +0100
@@ -203,7 +203,8 @@
 parser.add_option('', '--preserve-on-error', action='store_true', 
dest='preserve_on_error',
   help=On error, do not delete temporary, configuration 
and image files)
 parser.add_option('', '--use-xl', action='store_true', dest='use_xl',
-  help=Use the xl command to start the VM; this is for 
debugging only)
+  help=Xen specific option. Use the xl command to start 
the VM;  \
+  Only vncviewer is supported)
 
 # Manually copy option keys/values into optparse's values, rather
 # than relying on optparse.parser.add_option, so my options class
@@ -275,8 +276,12 @@
 
 # Create a console instance based on the type of hypervisor running.
 if vminstall.hypervisor.connection.use_libvirt is False:
-from vminstall.xen_console import XenConsole
-vminstall.console.console = XenConsole()
+if options.use_xl is False:
+from vminstall.xen_console import XenConsole
+vminstall.console.console = XenConsole()
+else:
+from vminstall.xl_console import XlConsole
+vminstall.console.console = XlConsole()
 else:
 from vminstall.libvirt_console import LibVirtConsole
 vminstall.console.console = LibVirtConsole()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.8.1/man/vm-install.8 
new/vm-install-0.8.2/man/vm-install.8
--- old/vm-install-0.8.1/man/vm-install.8   2013-11-19 00:33:16.0 
+0100
+++ new/vm-install-0.8.2/man/vm-install.8   2014-01-23 22:38:38.0 
+0100
@@ -289,6 +289,12 @@
 .TP
 .B --upgrade
 Upgrade an existing paravirtualized VM.
+.TP
+.B --use-xl
+This Xen only option uses the xl toolstack to create the VM. This option will
+create a VM that is unknown and unmanaged by libvirt.  Because virt-viewer
+requires a libvirt connection, only vncviewer may be used to view the graphical
+console of a 

commit tor.2503 for openSUSE:12.3:Update

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package tor.2503 for openSUSE:12.3:Update 
checked in at 2014-01-28 12:40:59

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


Package is tor.2503

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:12.3:Update/.tor.2503.new/tor.changes2014-01-28 
12:41:00.0 +0100
@@ -0,0 +1,1878 @@
+---
+Mon Jan 20 20:55:12 UTC 2014 - andreas.stie...@gmx.de
+
+- fixes potentially poor random number generation for users who 
+  1) use OpenSSL 1.0.0 or later, 
+  2) set HardwareAccel 1 in their torrc file, 
+  3) have Sandy Bridge or Ivy Bridge Intel processors
+  and 
+  4) have no state file in their DataDirectory (as would happen on
+  first start). 
+  Users who generated relay or hidden service identity keys in such
+  a situation should discard them and generate new ones.
+  No 2 is not the default configuration for openSUSE.
+  [bnc#859421] [CVE-2013-7295]  
+- added patches:
+  * tor-0.2.3.x-CVE-2013-7295.patch
+
+---
+Tue Nov 27 21:46:02 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 0.2.3.25, the first stable release in the 0.2.3 branch
+  + significantly reduced directory overhead (via microdescriptors)
+  + enormous crypto performance improvements for fast relays on new
+ enough hardware
+  + new v3 TLS handshake protocol that can better resist 
+fingerprinting
+  + support for protocol obfuscation plugins (pluggable transports)
+  + better scalability for hidden services
+  + IPv6 support for bridges
+  + performance improvements 
+  + new stream isolation design to isolate different applications 
+on different circuits
+  + many stability, security, and privacy fixes
+  + Complete list of changes enumerated in:
+https://lists.torproject.org/pipermail/tor-talk/2012-November/026554.html
+
https://gitweb.torproject.org/tor.git/blob/267c0e5aa14deeb2ca0d7997b4ef5a5c2bbf5fd4:/ReleaseNotes
+  + Tear down the circuit when receiving an unexpected SENDME cell.
+[bnc#791374] CVE-2012-5573
+- build using --enable-bufferevents provided by Libevent 2.0.13
+ 
+---
+Tue Nov 20 09:07:23 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+---
+Sat Sep 15 14:08:49 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 0.2.2.39 [bnc#780620]
+  Changes in version 0.2.2.39 - 2012-09-11
+  Tor 0.2.2.39 fixes two more opportunities for remotely triggerable 
+  assertions.
+
+  o Security fixes:
+- Fix an assertion failure in tor_timegm() that could be triggered
+  by a badly formatted directory object.
+  CVE-2012-4922
+- Do not crash when comparing an address with port value 0 to an
+  address policy. This bug could have been used to cause a remote
+  assertion failure by or against directory authorities, or to
+  allow some applications to crash clients.
+  CVE-2012-4419
+
+---
+Mon Aug 20 19:11:57 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 0.2.2.38 [bnc#776642]
+  Changes in version 0.2.2.38 - 2012-08-12
+  Tor 0.2.2.38 fixes a rare race condition that can crash exit relays;
+  fixes a remotely triggerable crash bug; and fixes a timing attack that
+  could in theory leak path information.  
+  o Security fixes:
+- Avoid read-from-freed-memory and double-free bugs that could occur
+  when a DNS request fails while launching it.
+  CVE-2012-3517
+- Avoid an uninitialized memory read when reading a vote or consensus
+  document that has an unrecognized flavor name. This read could
+  lead to a remote crash bug.
+  CVE-2012-3518
+- Try to leak less information about what relays a client is
+  choosing to a side-channel attacker. Previously, a Tor client would
+  stop iterating through the list of available relays as soon as it
+  had chosen one, thus finishing a little earlier when it picked
+  a router earlier in the list. If an attacker can recover this
+  timing information (nontrivial but not proven to be impossible),
+  they could learn some coarse-grained information about which relays
+  a client was picking (middle nodes in particular are likelier to
+  be affected than exits). The timing attack might be mitigated by
+  other factors, but it's best not to take chances.
+  CVE-2012-3519
+

commit tor.2503 for openSUSE:13.1:Update

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package tor.2503 for openSUSE:13.1:Update 
checked in at 2014-01-28 12:41:02

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


Package is tor.2503

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.tor.2503.new/tor.changes2014-01-28 
12:41:03.0 +0100
@@ -0,0 +1,1884 @@
+---
+Mon Jan 20 20:55:12 UTC 2014 - andreas.stie...@gmx.de
+
+- fixes potentially poor random number generation for users who 
+  1) use OpenSSL 1.0.0 or later, 
+  2) set HardwareAccel 1 in their torrc file, 
+  3) have Sandy Bridge or Ivy Bridge Intel processors
+  and 
+  4) have no state file in their DataDirectory (as would happen on
+  first start). 
+  Users who generated relay or hidden service identity keys in such
+  a situation should discard them and generate new ones.
+  No 2 is not the default configuration for openSUSE.
+  [bnc#859421] [CVE-2013-7295]  
+- added patches:
+  * tor-0.2.3.x-CVE-2013-7295.patch
+
+---
+Fri May 24 22:51:24 UTC 2013 - andreas.stie...@gmx.de
+
+- add systemd support
+- verify source tarball signature
+
+---
+Tue Nov 27 21:46:02 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 0.2.3.25, the first stable release in the 0.2.3 branch
+  + significantly reduced directory overhead (via microdescriptors)
+  + enormous crypto performance improvements for fast relays on new
+ enough hardware
+  + new v3 TLS handshake protocol that can better resist 
+fingerprinting
+  + support for protocol obfuscation plugins (pluggable transports)
+  + better scalability for hidden services
+  + IPv6 support for bridges
+  + performance improvements 
+  + new stream isolation design to isolate different applications 
+on different circuits
+  + many stability, security, and privacy fixes
+  + Complete list of changes enumerated in:
+https://lists.torproject.org/pipermail/tor-talk/2012-November/026554.html
+
https://gitweb.torproject.org/tor.git/blob/267c0e5aa14deeb2ca0d7997b4ef5a5c2bbf5fd4:/ReleaseNotes
+  + Tear down the circuit when receiving an unexpected SENDME cell.
+[bnc#791374] CVE-2012-5573
+- build using --enable-bufferevents provided by Libevent 2.0.13
+ 
+---
+Tue Nov 20 09:07:23 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+---
+Sat Sep 15 14:08:49 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 0.2.2.39 [bnc#780620]
+  Changes in version 0.2.2.39 - 2012-09-11
+  Tor 0.2.2.39 fixes two more opportunities for remotely triggerable 
+  assertions.
+
+  o Security fixes:
+- Fix an assertion failure in tor_timegm() that could be triggered
+  by a badly formatted directory object.
+  CVE-2012-4922
+- Do not crash when comparing an address with port value 0 to an
+  address policy. This bug could have been used to cause a remote
+  assertion failure by or against directory authorities, or to
+  allow some applications to crash clients.
+  CVE-2012-4419
+
+---
+Mon Aug 20 19:11:57 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 0.2.2.38 [bnc#776642]
+  Changes in version 0.2.2.38 - 2012-08-12
+  Tor 0.2.2.38 fixes a rare race condition that can crash exit relays;
+  fixes a remotely triggerable crash bug; and fixes a timing attack that
+  could in theory leak path information.  
+  o Security fixes:
+- Avoid read-from-freed-memory and double-free bugs that could occur
+  when a DNS request fails while launching it.
+  CVE-2012-3517
+- Avoid an uninitialized memory read when reading a vote or consensus
+  document that has an unrecognized flavor name. This read could
+  lead to a remote crash bug.
+  CVE-2012-3518
+- Try to leak less information about what relays a client is
+  choosing to a side-channel attacker. Previously, a Tor client would
+  stop iterating through the list of available relays as soon as it
+  had chosen one, thus finishing a little earlier when it picked
+  a router earlier in the list. If an attacker can recover this
+  timing information (nontrivial but not proven to be impossible),
+  they could learn some coarse-grained information about which relays
+  a client was picking (middle nodes in particular are likelier to
+  be affected than exits). 

commit patchinfo.2504 for openSUSE:13.1:Update

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2504 for 
openSUSE:13.1:Update checked in at 2014-01-28 14:51:15

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


Package is patchinfo.2504

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=2504
  categoryrecommended/category
  ratinglow/rating
  packagertiwai/packager
  summarygit: Update to bugfix-release 1.8.4.5 from 1.8.4/summary
  descriptionThis update fixes the following issues with git:
- bnc#859057: update to version 1.8.4.5, for fixing git-send-email issue

  + https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.5.txt
* Recent update to remote-hg that attempted to make it work better with non 
ASCII pathnames fed Unicode strings to the underlying Hg API, which was wrong.
* git submodule init copied submodule.$name.update settings from 
.gitmodules to .git/config without making sure if the suggested value was 
sensible.

  + https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.4.txt
* The fix in v1.8.4.3 to the pack transfer protocol to propagate the target 
of symbolic refs broke git clone/git fetch from a repository with too many 
symbolic refs. As a hotfix/workaround, we transfer only the information on HEAD.

  + https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.3.txt
* The interaction between use of Perl in our test suite and NO_PERL has 
been clarified a bit.
* A fast-import stream expresses a pathname with funny characters by 
quoting them in C style; remote-hg remote helper (in contrib/) forgot to 
unquote such a path.
* One long-standing flaw in the pack transfer protocol used by git clone 
was that there was no way to tell the other end which branch HEAD points at, 
and the receiving end needed to guess.  A new capability has been defined in 
the pack protocol to convey this information so that cloning from a repository 
with more than one branches pointing at the same commit where the HEAD is at 
now reliably sets the initial branch in the resulting repository.
* We did not handle cases where http transport gets redirected during the 
authorization request (e.g. from http:// to https://).
* git rev-list --objects ^v1.0^ v1.0 gave v1.0 tag itself in the output, 
but git rev-list --objects v1.0^..v1.0 did not.
* The fall-back parsing of commit objects with broken author or committer 
lines were less robust than ideal in picking up the timestamps.
* Bash prompting code to deal with an SVN remote as an upstream were coded 
in a way not supported by older Bash versions (3.x).
* git checkout topic, when there is not yet a local topic branch but 
there is a unique remote-tracking branch for a remote topic branch, pretended 
as if git checkout -t -b topic remote/$r/topic (for that unique remote $r) 
was run. This hack however was not implemented for git checkout topic --.
* Coloring around octopus merges in log --graph output was screwy.
* We did not generate HTML version of documentation to git subtree in 
contrib/.
* The synopsis section of git unpack-objects documentation has been 
clarified a bit.
* An ancient How-To on serving Git repositories on an HTTP server lacked a 
warning that it has been mostly superseded with more modern way.

  + https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.2.txt
* git clone gave some progress messages to the standard output, not to 
the standard error, and did not allow suppressing them with the --no-progress 
option.
* format-patch --from=lt;whomgt; forgot to omit unnecessary in-body 
from line, i.e. when lt;whomgt; is the same as the real author.
* git shortlog used to choke and die when there is a malformed commit 
(e.g. missing authors); it now simply ignore such a commit and keeps going.
* git merge-recursive did not parse its --diff-algorithm= command line 
option correctly.
* git branch --track had a minor regression in v1.8.3.2 and later that 
made it impossible to base your local work on anything but a local branch of 
the upstream repository you are tracking from.
* git ls-files -k needs to crawl only the part of the working tree that 
may overlap the paths in the index to find killed files, but shared code with 
the logic to find all the untracked files, which made it unnecessarily 
inefficient.
* When there is no sufficient overlap between old and new history during a 
git fetch into a shallow repository, objects that the sending side knows the 
receiving end has were unnecessarily sent.
* When running fetch -q, a 

commit git.2504 for openSUSE:13.1:Update

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package git.2504 for openSUSE:13.1:Update 
checked in at 2014-01-28 14:51:11

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


Package is git.2504

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.git.2504.new/git.changes2014-01-28 
14:51:12.0 +0100
@@ -0,0 +1,2034 @@
+---
+Fri Jan 17 12:31:49 CET 2014 - ti...@suse.de
+
+- update to version 1.8.4.5, for fixing git-send-email issue
+  (bnc#859057):
+  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.5.txt
+  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.4.txt
+  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.3.txt
+  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.2.txt
+  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.1.txt
+
+---
+Wed Sep  4 11:17:17 CEST 2013 - ti...@suse.de
+
+- Add dependency on perl-Term-Readkey package to git-svn
+  (bnc#838027)
+
+---
+Mon Aug 26 01:36:57 UTC 2013 - dougla...@outlook.com
+
+- updated to version 1.8.4:
+
+  more details, please see here:
+  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.txt
+
+---
+Fri Aug  9 08:09:04 UTC 2013 - dougla...@outlook.com
+
+- updated to version 1.8.3.4:
+
+  * The bisect log listed incorrect commits when bisection ends with
+only skipped ones.
+
+  * The test coverage framework was left broken for some time.
+
+  * The test suite for HTTP transport did not run with Apache 2.4.
+
+  * git diff used to fail when core.safecrlf is set and the working
+tree contents had mixed CRLF/LF line endings. Committing such a
+content must be prohibited, but git diff should help the user to
+locate and fix such problems without failing.
+
+---
+Wed Jul  3 06:42:03 UTC 2013 - dougla...@outlook.com
+
+- updated to version 1.8.3.2:
+  * bug fixes and documentation updates
+
+  more details, please see here:
+  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.3.2.txt
+
+---
+Mon Jun 17 02:06:21 UTC 2013 - dougla...@outlook.com
+
+- updated to version 1.8.3.1:
+  * bug fixes and documentation updates
+
+  more details, please see here:
+  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.3.1.txt
+
+---
+Mon May 27 02:06:56 UTC 2013 - dougla...@outlook.com
+
+- updated to version 1.8.3:
+  * bug fixes and documentation updates
+
+  more details, please see here:
+  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.3.txt
+
+---
+Wed May 15 05:45:30 UTC 2013 - dougla...@outlook.com
+
+- updated to version 1.8.2.3:
+  * bug fixes and documentation updates
+
+  more details, please see here:
+  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.3.txt
+
+---
+Tue May  7 08:24:30 UTC 2013 - pgaj...@suse.com
+
+- revert change from Apr 26 07:22:29 UTC 2013; we will downgrade
+  cvsps package instead of having additional cvsps2, so git-cvs 
+  requires cvsps again
+
+---
+Mon May  6 14:37:58 UTC 2013 - sch...@linux-m68k.org
+
+- Create links from %{gitexecdir}/git instead of %{gitexecdir}/git-add
+
+---
+Sun May  5 05:17:32 UTC 2013 - dougla...@outlook.com
+
+- Updated to version 1.8.2.2:
+  * bug fixes and documentation updates
+
+  more details, please see here:
+  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.2.txt
+
+---
+Fri May  3 10:16:28 UTC 2013 - speili...@suse.com
+
+- Don't own /etc/apache2, buildrequire apache2 instead.
+
+---
+Fri Apr 26 07:22:29 UTC 2013 - pgaj...@suse.com
+
+- require cvsps2 instead of cvsps [bnc#809800]
+
+---
+Mon Apr  8 03:01:25 UTC 2013 - dougla...@outlook.com
+
+- updated to version 1.8.2.1:
+  * bug fixes and documentation updates
+  
+  more details, please see here:
+  

commit libzypp-bindings for openSUSE:13.1:Update

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package libzypp-bindings for 
openSUSE:13.1:Update checked in at 2014-01-28 14:52:41

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


Package is libzypp-bindings

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.QyOu9u/_old  2014-01-28 14:52:42.0 +0100
+++ /var/tmp/diff_new_pack.QyOu9u/_new  2014-01-28 14:52:42.0 +0100
@@ -1 +1 @@
-link package='libzypp-bindings.2215' cicount='copy' /
+link package='libzypp-bindings.2505' cicount='copy' /

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



commit zypper for openSUSE:13.1:Update

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:13.1:Update 
checked in at 2014-01-28 14:52:44

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


Package is zypper

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.8s0kcU/_old  2014-01-28 14:52:45.0 +0100
+++ /var/tmp/diff_new_pack.8s0kcU/_new  2014-01-28 14:52:45.0 +0100
@@ -1 +1 @@
-link package='zypper.2268' cicount='copy' /
+link package='zypper.2505' cicount='copy' /

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



commit libzypp for openSUSE:13.1:Update

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:13.1:Update 
checked in at 2014-01-28 14:52:42

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


Package is libzypp

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Ojof51/_old  2014-01-28 14:52:43.0 +0100
+++ /var/tmp/diff_new_pack.Ojof51/_new  2014-01-28 14:52:43.0 +0100
@@ -1 +1 @@
-link package='libzypp.2268' cicount='copy' /
+link package='libzypp.2505' cicount='copy' /

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



commit criu for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package criu for openSUSE:Factory checked in 
at 2014-01-28 15:37:59

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


Package is criu

Changes:

--- /work/SRC/openSUSE:Factory/criu/criu.changes2014-01-23 
15:41:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.criu.new/criu.changes   2014-01-28 
15:38:00.0 +0100
@@ -1,0 +2,27 @@
+Tue Jan 28 12:42:34 CET 2014 - ti...@suse.de
+
+- Update to version 1.1: BUGs fixed,
+  * Errors from memory dumping are not handled resulting in
+corrupted dumps
+  * EOF detection in stacked images is done with error
+  * Stacked images don't work on non-shared FS (missing pagemap-s) 
+
+---
+Tue Jan 21 12:23:27 CET 2014 - ti...@suse.de
+
+- Update to version 1.1-rc2: Bugs fixed,
+  * Crash in criu check
+  * RPC check always fail on 3.11 kernel
+  * Failed fork() didn't abort restore
+  * Dump fail not reported via RPC
+  * RPC client disconnect wasn't handled
+  * Page server could connect to self for writing images
+  * Hang on pre-dumping task livig in net-namespace
+  * VDSO page mis-handle on pre-dump
+  * FPU state loss on pre-dump
+  * Memory tracking turns ON w/o request
+  * Various fixes (and improvements) in build system 
+- Fix missing struct ptrace_peeksiginfo_args on FACTORY:
+  always-define-ptrace_peeksiginfo_args.diff
+
+---

Old:

  criu-1.1-rc1.tar.bz2

New:

  always-define-ptrace_peeksiginfo_args.diff
  criu-1.1.tar.bz2



Other differences:
--
++ criu.spec ++
--- /var/tmp/diff_new_pack.KvuaVe/_old  2014-01-28 15:38:01.0 +0100
+++ /var/tmp/diff_new_pack.KvuaVe/_new  2014-01-28 15:38:01.0 +0100
@@ -16,9 +16,8 @@
 #
 
 
-%define package_version 1.1-rc1
 Name:   criu
-Version:1.0.99.1 
+Version:1.1
 Release:0
 Summary:Checkpoint/Restore In Userspace Tools
 License:GPL-2.0
@@ -28,7 +27,8 @@
 BuildRequires:  protobuf-c
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(systemd)
-Source0:http://download.openvz.org/criu/criu-%{package_version}.tar.bz2
+Source0:http://download.openvz.org/criu/criu-%{version}.tar.bz2
+Patch1: always-define-ptrace_peeksiginfo_args.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  x86_64
 
@@ -40,7 +40,10 @@
 the point it was frozen at.
 
 %prep
-%setup -q -n %{name}-%{package_version}
+%setup -q -n %{name}-%{version}
+%if 0%{suse_version}  1310
+%patch1 -p1
+%endif
 
 %build
 export CFLAGS=%optflags

++ always-define-ptrace_peeksiginfo_args.diff ++
struct ptrace_peeksiginfo_args is defined in linux/ptrace.h but not in 
sys/ptrace.h.

---
 include/ptrace.h |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- a/include/ptrace.h
+++ b/include/ptrace.h
@@ -19,6 +19,8 @@
 
 #ifndef PTRACE_PEEKSIGINFO
 #define PTRACE_PEEKSIGINFO  0x4209
+#endif
+
 struct ptrace_peeksiginfo_args {
 __u64 off; /* from which siginfo to start */
 __u32 flags;
@@ -27,7 +29,6 @@ struct ptrace_peeksiginfo_args {
 
 /* Read signals from a shared (process wide) queue */
 #define PTRACE_PEEKSIGINFO_SHARED   (1  0)
-#endif
 
 #ifndef PTRACE_GETREGSET
 # define PTRACE_GETREGSET  0x4204
++ criu-1.1-rc1.tar.bz2 - criu-1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/criu-1.1-rc1/Documentation/.gitignore 
new/criu-1.1/Documentation/.gitignore
--- old/criu-1.1-rc1/Documentation/.gitignore   2013-12-31 11:08:50.0 
+0100
+++ new/criu-1.1/Documentation/.gitignore   2014-01-28 10:04:03.0 
+0100
@@ -1,3 +1,5 @@
 *.xml
 *.html
 *.[1-8]
+*.pdf
+*.ps
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/criu-1.1-rc1/Documentation/Makefile 
new/criu-1.1/Documentation/Makefile
--- old/criu-1.1-rc1/Documentation/Makefile 2013-12-31 11:08:50.0 
+0100
+++ new/criu-1.1/Documentation/Makefile 2014-01-28 10:04:03.0 +0100
@@ -5,20 +5,43 @@
 XMLTO  := xmlto
 
 SRC+= criu.txt
+XMLS   := $(patsubst %.txt,%.xml,$(SRC))
 MANS   := $(patsubst %.txt,%.8,$(SRC))
 MAN8DIR:= $(MANDIR)/man8
 
-all: $(MANS)
+GROFF=groff
+PAPER=$(shell paperconf 2/dev/null || echo letter)
+GROFF_OPTS := -Tps -t -dpaper=$(PAPER) -P-p$(PAPER) \
+  -man -msafer -rC1 -rD1 -rS11
+PSS:= $(MANS:%.8=%.ps)
+PDFS   := $(MANS:%.8=%.pdf)
+
+all: check $(MANS)
+ps: $(PSS)
+pdf: $(PDFS)
+.PHONY: all ps pdf check
+
+check:
+   

commit colord for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

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

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-12-16 
15:47:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-01-28 
15:37:55.0 +0100
@@ -1,0 +2,12 @@
+Fri Jan 24 14:57:33 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.1.6:
+  + Bugs fixed:
+- Fix the tag 'size' when viewing a profile in cd-iccdump.
+- Only include libudev in Requires.private on Linux.
+- Use the corect sensor-kind values for GretagMacbeth sensors.
+- libcolord: Do not use G_GNUC_WARN_UNUSED_RESULT when
+  uninhibiting.
+- libcolorhug: Handle failure to initialise GUsb in self-tests.
+
+---

Old:

  colord-1.1.5.tar.xz

New:

  colord-1.1.6.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.taMrDY/_old  2014-01-28 15:37:56.0 +0100
+++ /var/tmp/diff_new_pack.taMrDY/_new  2014-01-28 15:37:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package colord
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.1.5
+Version:1.1.6
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.1.5.tar.xz - colord-1.1.6.tar.xz ++
 2585 lines of diff (skipped)

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



commit emacs for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2014-01-28 15:38:05

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


Package is emacs

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2014-01-15 
22:50:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2014-01-28 
15:38:07.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 18 09:47:37 UTC 2014 - sch...@linux-m68k.org
+
+- emacs-24.3-giflib5-interlace.patch: fix display of interlaced GIF images
+
+---

New:

  emacs-24.3-giflib5-interlace.patch



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.t4xerN/_old  2014-01-28 15:38:08.0 +0100
+++ /var/tmp/diff_new_pack.t4xerN/_new  2014-01-28 15:38:08.0 +0100
@@ -103,6 +103,7 @@
 Patch22:emacs-24.1-bnc628268.patch
 Patch25:emacs-24.3-giflib5.patch
 Patch26:emacs-24.3-nntp-typhoon-fix.patch
+Patch27:emacs-24.3-giflib5-interlace.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{expand: %%global _exec_prefix %(type -p pkg-config /dev/null  pkg-config 
--variable prefix x11 || echo /usr/X11R6)}
 %if %_exec_prefix == /usr/X11R6
@@ -216,6 +217,7 @@
 %patch22 -p0
 %patch25 -p0
 %patch26 -p1 
+%patch27 -p1 
 
 %if %{without autoconf}
 # We don't want to run autoconf

++ emacs-24.3-giflib5-interlace.patch ++
2014-01-07  Paul Eggert  egg...@cs.ucla.edu

Fix misdisplay of interlaced GIFs with libgif5 (Bug#16372).
* image.c (gif_load): libgif5 deinterlaces for us, so don't do
it again.

Index: emacs-24.3/src/image.c
===
--- emacs-24.3.orig/src/image.c
+++ emacs-24.3/src/image.c
@@ -7378,7 +7378,7 @@ gif_load (struct frame *f, struct image
  }
 
   /* Apply the pixel values.  */
-  if (gif-SavedImages[j].ImageDesc.Interlace)
+  if (GIFLIB_MAJOR  5  gif-SavedImages[j].ImageDesc.Interlace)
{
  int row, pass;
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pulseaudio for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2014-01-28 15:38:24

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


Package is pulseaudio

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2013-11-26 
06:13:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2014-01-28 15:38:25.0 +0100
@@ -1,0 +2,13 @@
+Thu Jan 23 20:54:47 UTC 2014 - dims...@opensuse.org
+
+- Update to version 5.0 RC2 (4.99.2):
+  + This is finally an officially released tarball on the road to
+pulseaudio 5.0.
+- Drop pulseaudio-introspect-Fix-ABI-break.patch: fixed upstream.
+- Bump drvver to 4.99, following upstream.
+- Pass --disable-orc to configure in order to avoid build failures
+  due to orc files missing from the tarball.
+- Drop call to autogen.sh: no longer required, as we are building a
+  bootstrapped tarball.
+
+---

Old:

  pulseaudio-4.0-270-g9490a.tar.xz
  pulseaudio-introspect-Fix-ABI-break.patch

New:

  pulseaudio-4.99.2.tar.xz



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.DncJAO/_old  2014-01-28 15:38:26.0 +0100
+++ /var/tmp/diff_new_pack.DncJAO/_new  2014-01-28 15:38:26.0 +0100
@@ -17,10 +17,9 @@
 
 
 Name:   pulseaudio
-Version:4.0.git.270.g9490a
+Version:4.99.2
 Release:0
-%define _version 4.0-270-g9490a
-%define drvver  4.0
+%define drvver  4.99
 %define soname  0
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
@@ -33,8 +32,7 @@
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Sound Daemons
 Url:http://pulseaudio.org
-# git clone of http://cgit.freedesktop.org/pulseaudio/pulseaudio
-Source: %{name}-%{_version}.tar.xz
+Source: 
http://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
 Source1:default.pa-for-gdm
 Source2:setup-pulseaudio
 Source3:sysconfig.sound-pulseaudio
@@ -44,8 +42,6 @@
 Patch0: disabled-start.diff
 Patch1: suppress-socket-error-msg.diff
 Patch2: pulseaudio-wrong-memset.patch
-# PATCH-FIX-UPSTREAM pulseaudio-introspect-Fix-ABI-break.patch bnc#851872 
ti...@suse.de
-Patch3: pulseaudio-introspect-Fix-ABI-break.patch
 BuildRequires:  alsa-devel = 1.0.24
 # require only minimal bluez, if we are on bluez 5 we will determine in %build 
phase
 BuildRequires:  bluez-devel = 4.99
@@ -291,15 +287,14 @@
 
 %lang_package
 %prep
-%setup -q -T -b0 -n %{name}-%{_version}
+%setup -q -T -b0
 %patch0
 %patch1 -p1
 %patch2
-%patch3 -p1
 
 %build
-NOCONFIGURE=1 ./bootstrap.sh
 %configure \
+--disable-orc \
 --disable-static \
 --disable-rpath \
 --enable-systemd \

++ pulseaudio-4.0-270-g9490a.tar.xz - pulseaudio-4.99.2.tar.xz ++
 24367 lines of diff (skipped)

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



commit rapid-photo-downloader for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package rapid-photo-downloader for 
openSUSE:Factory checked in at 2014-01-28 15:38:57

Comparing /work/SRC/openSUSE:Factory/rapid-photo-downloader (Old)
 and  /work/SRC/openSUSE:Factory/.rapid-photo-downloader.new (New)


Package is rapid-photo-downloader

Changes:

--- 
/work/SRC/openSUSE:Factory/rapid-photo-downloader/rapid-photo-downloader.changes
2014-01-23 15:55:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rapid-photo-downloader.new/rapid-photo-downloader.changes
   2014-01-28 15:38:58.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 28 09:51:52 UTC 2014 - tog...@opensuse.org
+
+- Update to 0.4.9 For details see Changelog
+
+  * Updated Catalan and Spanish and Swedish translations.
+  * Fixed occasional incorrect use of term backup.
+
+---

Old:

  rapid-photo-downloader-0.4.8.tar.gz

New:

  rapid-photo-downloader-0.4.9.tar.gz



Other differences:
--
++ rapid-photo-downloader.spec ++
--- /var/tmp/diff_new_pack.9U4iDb/_old  2014-01-28 15:38:59.0 +0100
+++ /var/tmp/diff_new_pack.9U4iDb/_new  2014-01-28 15:38:59.0 +0100
@@ -20,7 +20,7 @@
 
 
 Name:   rapid-photo-downloader
-Version:0.4.8
+Version:0.4.9
 Release:0
 Summary:Rapid Photo Downloader
 License:GPL-2.0+

++ rapid-photo-downloader-0.4.8.tar.gz - 
rapid-photo-downloader-0.4.9.tar.gz ++
 23626 lines of diff (skipped)

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



commit qt3 for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package qt3 for openSUSE:Factory checked in 
at 2014-01-28 15:38:47

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


Package is qt3

Changes:

qt3-extensions.changes: same change
--- /work/SRC/openSUSE:Factory/qt3/qt3.changes  2013-12-13 13:10:34.0 
+0100
+++ /work/SRC/openSUSE:Factory/.qt3.new/qt3.changes 2014-01-28 
15:38:48.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 28 10:26:50 UTC 2014 - an...@opensuse.org
+
+- add support for glib mainloop, thanks to Serghei Amelian
+  qt3-trident-add-glib-mainloop-support.patch
+
+---

New:

  qt3-trident-add-glib-mainloop-support.patch



Other differences:
--
++ qt3-devel-doc.spec ++
--- /var/tmp/diff_new_pack.F98fhU/_old  2014-01-28 15:38:50.0 +0100
+++ /var/tmp/diff_new_pack.F98fhU/_new  2014-01-28 15:38:50.0 +0100
@@ -119,6 +119,7 @@
 Patch140:   qt-3.3.8-libpng15.patch
 Patch141:   qt-x11-free-3.3.8b-odbc.patch
 Patch142:   extend-freetype-includes-search.patch
+Patch143:   qt3-trident-add-glib-mainloop-support.patch
 
 # TQt integration
 Patch200:   qt-3.3.8c.diff
@@ -135,6 +136,7 @@
 
 %prep
 %setup -q -n qt%{x11_free}%rversion
+%patch143 -p1
 %patch1
 %patch2
 %patch4

qt3-extensions.spec: same change
++ qt3.spec ++
--- /var/tmp/diff_new_pack.F98fhU/_old  2014-01-28 15:38:50.0 +0100
+++ /var/tmp/diff_new_pack.F98fhU/_new  2014-01-28 15:38:50.0 +0100
@@ -123,6 +123,7 @@
 Patch140:   qt-3.3.8-libpng15.patch
 Patch141:   qt-x11-free-3.3.8b-odbc.patch
 Patch142:   extend-freetype-includes-search.patch
+Patch143:   qt3-trident-add-glib-mainloop-support.patch
 
 # TQt integration
 Patch200:   qt-3.3.8c.diff
@@ -146,6 +147,7 @@
 
 %prep
 %setup -q -n qt%{x11_free}%rversion
+%patch143 -p1
 %patch1
 %patch2
 %patch4




++ qt-x11-immodule-unified-qt3.3.8-20060318.diff ++
--- /var/tmp/diff_new_pack.F98fhU/_old  2014-01-28 15:38:50.0 +0100
+++ /var/tmp/diff_new_pack.F98fhU/_new  2014-01-28 15:38:50.0 +0100
@@ -14788,36 +14788,36 @@
  void restoreState();
  
  
 src/kernel/qt_kernel.pri
-+++ src/kernel/qt_kernel.pri
-@@ -34,7 +34,6 @@
- $$KERNEL_H/qimage.h \
- $$KERNEL_P/qimageformatinterface_p.h \
- $$KERNEL_H/qimageformatplugin.h \
--$$KERNEL_P/qinputcontext_p.h \
- $$KERNEL_H/qkeycode.h \
- $$KERNEL_H/qkeysequence.h \
- $$KERNEL_H/qlayout.h \
-@@ -99,6 +98,12 @@
- $$KERNEL_CPP/qfontengine_p.h \
- $$KERNEL_CPP/qtextlayout_p.h
- 
-+  unix:x11 {
-+  HEADERS += $$KERNEL_H/qinputcontext.h
-+  } else {
-+  HEADERS += $$KERNEL_P/qinputcontext_p.h
-+  }
-+
-   win32:SOURCES += $$KERNEL_CPP/qapplication_win.cpp \
- $$KERNEL_CPP/qclipboard_win.cpp \
- $$KERNEL_CPP/qcolor_win.cpp \
-@@ -130,6 +135,7 @@
- $$KERNEL_CPP/qdesktopwidget_x11.cpp \
- $$KERNEL_CPP/qeventloop_x11.cpp \
- $$KERNEL_CPP/qfont_x11.cpp \
-+$$KERNEL_CPP/qinputcontext.cpp \
- $$KERNEL_CPP/qinputcontext_x11.cpp \
- $$KERNEL_CPP/qmotifdnd_x11.cpp \
+--- src/kernel/qt_kernel.pri
 src/kernel/qt_kernel.pri
+@@ -34,7 +34,6 @@
+ $$KERNEL_H/qimage.h \
+ $$KERNEL_P/qimageformatinterface_p.h \
+ $$KERNEL_H/qimageformatplugin.h \
+-$$KERNEL_P/qinputcontext_p.h \
+ $$KERNEL_H/qkeycode.h \
+ $$KERNEL_H/qkeysequence.h \
+ $$KERNEL_H/qlayout.h \
+@@ -103,6 +102,12 @@
+   HEADERS+=$$KERNEL_P/qeventloop_glib_p.h
+ } 
+ 
++  unix:x11 {
++  HEADERS += $$KERNEL_H/qinputcontext.h
++  } else {
++  HEADERS += $$KERNEL_P/qinputcontext_p.h
++  }
++
+   win32:SOURCES += $$KERNEL_CPP/qapplication_win.cpp \
+ $$KERNEL_CPP/qclipboard_win.cpp \
+ $$KERNEL_CPP/qcolor_win.cpp \
+@@ -130,6 +135,7 @@
+ $$KERNEL_CPP/qdnd_x11.cpp \
+ $$KERNEL_CPP/qdesktopwidget_x11.cpp \
+ $$KERNEL_CPP/qfont_x11.cpp \
++$$KERNEL_CPP/qinputcontext.cpp \
+ $$KERNEL_CPP/qinputcontext_x11.cpp \
+ $$KERNEL_CPP/qmotifdnd_x11.cpp \
  $$KERNEL_CPP/qpixmap_x11.cpp \
 --- 

commit python-lxml for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package python-lxml for openSUSE:Factory 
checked in at 2014-01-28 15:38:40

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


Package is python-lxml

Changes:

--- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes  2013-10-23 
19:26:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes 
2014-01-28 15:38:42.0 +0100
@@ -1,0 +2,30 @@
+Sun Jan 26 13:02:19 UTC 2014 - t...@opensuse.org
+
+- Update to version 3.3.0:
+
+  ** Features added
+ n/a
+  ** Bugs fixed
+ - The heuristic that distinguishes file paths from URLs was 
+   tightened to produce less false negatives.
+
+- Changes from 3.3.0beta5
+  ** Features added
+ - The PEP 393 unicode parsing support gained a fallback for 
+   wchar strings which might still be somewhat common on Windows systems.
+  ** Bugs fixed
+ - Several error handling problems were fixed throughout the code base 
+   that could previously lead to exceptions being silently swallowed or 
+   not properly reported.
+ - The C-API function appendChild() is now deprecated as it does not 
+   propagate exceptions (its return type is void). The new function 
+   appendChildToElement() was added as a safe replacement.
+ - Passing a string into fromstringlist() raises an exception instead of 
+   parsing the string character by character.
+
+  ** Other changes
+ -  Document cleanup code was simplified using the new GC features in 
Cython 0.20.
+
+
+
+---

Old:

  lxml-3.2.3.tar.gz
  lxmldoc-3.2.3.pdf

New:

  lxml-3.3.0.tar.gz
  lxmldoc-3.3.0.pdf



Other differences:
--
++ python-lxml.spec ++
--- /var/tmp/diff_new_pack.mes47e/_old  2014-01-28 15:38:43.0 +0100
+++ /var/tmp/diff_new_pack.mes47e/_new  2014-01-28 15:38:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lxml
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-lxml
-Version:3.2.3
+Version:3.3.0
 Release:0
 Summary:Powerful and Pythonic XML processing library
 License:BSD-3-Clause and GPL-2.0+

++ lxml-3.2.3.tar.gz - lxml-3.3.0.tar.gz ++
 323915 lines of diff (skipped)

++ lxmldoc-3.2.3.pdf - lxmldoc-3.3.0.pdf ++
(binary differes)

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



commit python3-lxml for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package python3-lxml for openSUSE:Factory 
checked in at 2014-01-28 15:38:32

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


Package is python3-lxml

Changes:

--- /work/SRC/openSUSE:Factory/python3-lxml/python3-lxml.changes
2013-10-23 13:12:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-lxml.new/python3-lxml.changes   
2014-01-28 15:38:33.0 +0100
@@ -1,0 +2,31 @@
+Sun Jan 26 13:12:45 UTC 2014 - t...@opensuse.org
+
+- Update to 3.3.0:
+  (changes taken from http://lxml.de/3.3/changes-3.3.0.html)
+
+  * 3.3.0 (2014-01-26)
+  ** Features added
+ n/a
+  ** Bugs fixed
+ - The heuristic that distinguishes file paths from URLs was 
+   tightened to produce less false negatives.
+
+  * 3.3.0beta5 (2014-01-18)
+  ** Features added
+ - The PEP 393 unicode parsing support gained a fallback for 
+   wchar strings which might still be somewhat common on Windows systems.
+  ** Bugs fixed
+ - Several error handling problems were fixed throughout the code base 
+   that could previously lead to exceptions being silently swallowed or 
+   not properly reported.
+ - The C-API function appendChild() is now deprecated as it does not 
+   propagate exceptions (its return type is void). The new function 
+   appendChildToElement() was added as a safe replacement.
+ - Passing a string into fromstringlist() raises an exception instead of 
+   parsing the string character by character.
+
+  ** Other changes
+ -  Document cleanup code was simplified using the new GC features in 
Cython 0.20.
+ 
+
+---

Old:

  lxml-3.2.3.tar.gz
  lxmldoc-3.2.3.pdf

New:

  lxml-3.3.0.tar.gz
  lxmldoc-3.3.0.pdf



Other differences:
--
++ python3-lxml.spec ++
--- /var/tmp/diff_new_pack.dwhaml/_old  2014-01-28 15:38:34.0 +0100
+++ /var/tmp/diff_new_pack.dwhaml/_new  2014-01-28 15:38:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-lxml
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-lxml
-Version:3.2.3
+Version:3.3.0
 Release:0
 Summary:Powerful and Pythonic XML processing library
 License:BSD-3-Clause and GPL-2.0+

++ lxml-3.2.3.tar.gz - lxml-3.3.0.tar.gz ++
 323915 lines of diff (skipped)

++ lxmldoc-3.2.3.pdf - lxmldoc-3.3.0.pdf ++
(binary differes)

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



commit vacuum-im for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package vacuum-im for openSUSE:Factory 
checked in at 2014-01-28 15:39:01

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


Package is vacuum-im

Changes:

--- /work/SRC/openSUSE:Factory/vacuum-im/vacuum-im.changes  2013-10-11 
11:05:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.vacuum-im.new/vacuum-im.changes 2014-01-28 
15:39:02.0 +0100
@@ -1,0 +2,17 @@
+Sun Jan 26 17:55:02 UTC 2014 - egdf...@opensuse.org
+
+- update to 1.2.4
+  * Added workarounds for Facebook XMPP server
+  * Fixed same problems with DIGEST-MD5 SASL authentication response
+  * Not all messages from server archive were displayed in a view history
+window
+  * In a chat window with contact connected through transport all messages
+were displayed as incoming after transport change
+  * Fixed problems with editing of a priority of the status in the edit
+status dialog
+  * Fixed some possible errors with adding messages in Adium message styles
+  * On a double click on the agent in a roster at the same time opened both
+a window of service discovery and a normal message window
+  * Fixed rare problems with establishing secure connection with server
+
+---

Old:

  vacuum-im-1.2.3.tar.xz

New:

  vacuum-im-1.2.4.tar.xz



Other differences:
--
++ vacuum-im.spec ++
--- /var/tmp/diff_new_pack.bmq5Hg/_old  2014-01-28 15:39:03.0 +0100
+++ /var/tmp/diff_new_pack.bmq5Hg/_new  2014-01-28 15:39:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vacuum-im
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright Andrey Karepin egdf...@opensuse.org 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,12 +18,12 @@
 
 
 %define sname vacuum
-%define rbuild 2288
+%define rbuild 2368
 Name:   %{sname}-im
 Summary:Crossplatform Jabber client written on Qt
 License:GPL-3.0
 Group:  Productivity/Networking/Instant Messenger 
-Version:1.2.3
+Version:1.2.4
 Release:0
 Source: %{name}-%{version}.tar.xz
 # PATCH-FEATURE-UPSTREAM fix_cmake_rules.patch
@@ -70,7 +70,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{version}
 
 %patch0 -p1
 %patch1 -p0

++ vacuum-im-1.2.3.tar.xz - vacuum-im-1.2.4.tar.xz ++
 2608 lines of diff (skipped)

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



commit evolution-data-server for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package evolution-data-server for 
openSUSE:Factory checked in at 2014-01-28 15:38:14

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


Package is evolution-data-server

Changes:

--- 
/work/SRC/openSUSE:Factory/evolution-data-server/evolution-data-server.changes  
2013-11-24 11:26:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.evolution-data-server.new/evolution-data-server.changes
 2014-01-28 15:38:16.0 +0100
@@ -1,0 +2,22 @@
+Fri Jan 24 22:13:52 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.10.3:
+  + Ubuntu-Online-Accounts improvements:
+- Support Outlook.com IMAP accounts.
+- Use Google's OAuth-based CalDAV interface.
+  + Bump minimum libgweather requirement.
+  + e-vcard:
+- Fix a minor memory leak for multi-valued parameters.
+- Fix case sensitivity of string comparisions.
+  + EDataBook: Fixed memory leak of every EContact succesfully
+added to the addressbook.
+  + CamelPOP3Folder: Fix a potential g_object_unref(NULL) call.
+  + EBookBackendCache: Remove an unnecessary NULL check.
+  + libecal: Refactor system timezone key file parsing code.
+  + libedata-cal: Fix a potential g_strstrip(NULL) call.
+  + Remove --enable-strict configure option.
+  + Bugs Fixed: bgo#680961, bgo#710361, bgo#712323, bgo#712578,
+bgo#719720.
+  + Updated translations.
+
+---

Old:

  evolution-data-server-3.10.2.tar.xz

New:

  evolution-data-server-3.10.3.tar.xz



Other differences:
--
++ evolution-data-server.spec ++
--- /var/tmp/diff_new_pack.nE6QVn/_old  2014-01-28 15:38:17.0 +0100
+++ /var/tmp/diff_new_pack.nE6QVn/_new  2014-01-28 15:38:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-data-server
 #
-# 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
@@ -32,7 +32,7 @@
 
 Name:   evolution-data-server
 %define _evo_version 3.10
-Version:3.10.2
+Version:3.10.3
 Release:0
 Summary:Evolution Data Server
 License:LGPL-2.1+
@@ -54,7 +54,7 @@
 BuildRequires:  intltool
 BuildRequires:  krb5-devel
 BuildRequires:  libgdata-devel
-BuildRequires:  libgweather-devel = 3.5.0
+BuildRequires:  libgweather-devel = 3.8
 BuildRequires:  libical-devel = 0.43
 BuildRequires:  libidl-devel
 BuildRequires:  libsoup-devel = 2.40.3

++ evolution-data-server-3.10.2.tar.xz - 
evolution-data-server-3.10.3.tar.xz ++
 34501 lines of diff (skipped)

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



commit yast2-branding-openSUSE for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-branding-openSUSE for 
openSUSE:Factory checked in at 2014-01-28 19:21:32

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


Package is yast2-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-branding-openSUSE/yast2-branding-SLED.changes  
2013-08-07 20:52:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-branding-openSUSE.new/yast2-branding-SLED.changes
 2014-01-28 19:21:33.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 24 09:54:16 UTC 2014 - lsle...@suse.cz
+
+- updated the Git source structure to be compatible with Yast
+  Jenkins nodes
+- 3.1.0
+
+---
yast2-branding-SLES.changes: same change
yast2-branding-openSUSE.changes: same change



Other differences:
--
++ yast2-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.cIoth5/_old  2014-01-28 19:21:34.0 +0100
+++ /var/tmp/diff_new_pack.cIoth5/_new  2014-01-28 19:21:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-branding-SLED
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-branding-SLED
-Version:3.0.0
+Version:3.1.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:COPYING

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



commit skelcd-control-openSUSE for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2014-01-28 19:30:30

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


Package is skelcd-control-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
2014-01-14 20:01:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
   2014-01-28 19:30:32.0 +0100
@@ -1,0 +2,22 @@
+Tue Jan 28 08:40:22 UTC 2014 - lsle...@suse.cz
+
+- add Yast dependencies to include the installer packages into
+  inst-sys
+- 13.2.5
+
+---
+Mon Jan 27 16:17:04 CET 2014 - loci...@suse.com
+
+- Installation Media removed from upgrade proposal (bnc#857681)
+- Fixed a typo while preparing images (needed for FATE#308539)
+- version 13.2.4
+
+---
+Tue Jan 21 12:08:51 UTC 2014 - jreidin...@suse.com
+
+- Remove use images from summary page and do it automatic as it
+  now works enough realiable and provide no real user benefit to
+  change proposal
+- version 13.2.3
+
+---
skelcd-control-openSUSE.changes: same change

Old:

  skelcd-control-openSUSE-13.2.2.tar.bz2

New:

  skelcd-control-openSUSE-13.2.5.tar.bz2



Other differences:
--
++ skelcd-control-openSUSE-promo.spec ++
--- /var/tmp/diff_new_pack.wDKlB8/_old  2014-01-28 19:30:33.0 +0100
+++ /var/tmp/diff_new_pack.wDKlB8/_new  2014-01-28 19:30:33.0 +0100
@@ -16,6 +16,17 @@
 #
 
 
+##
+#
+# IMPORTANT: Please do not change the control file or this spec file
+#   in build service directly, use
+#   https://github.com/yast/skelcd-control-openSUSE repository
+#
+#   See 
https://github.com/yast/skelcd-control-openSUSE/blob/master/CONTRIBUTING.md
+#   for more details.
+#
+##
+
 Name:   skelcd-control-openSUSE-promo
 # xmllint
 BuildRequires:  libxml2-tools
@@ -24,9 +35,47 @@
 # RNG schema
 BuildRequires:  yast2-installation-control
 
+##
+#
+# Here is the list of Yast packages which are needed in the
+# installation system (inst-sys) for the Yast installer
+#
+
+# Generic Yast packages needed for the installer
+Requires:   autoyast2-installation
+Requires:   yast2-add-on
+Requires:   yast2-fcoe-client
+Requires:   yast2-iscsi-client
+Requires:   yast2-kdump
+Requires:   yast2-multipath
+Requires:   yast2-network
+Requires:   yast2-nfs-client
+Requires:   yast2-ntp-client
+Requires:   yast2-proxy
+Requires:   yast2-services-manager
+Requires:   yast2-slp
+Requires:   yast2-trans-allpacks
+Requires:   yast2-trans-stats
+Requires:   yast2-tune
+Requires:   yast2-update
+Requires:   yast2-users
+Requires:   yast2-x11
+# this is the default theme
+Requires:   yast2-theme-openSUSE-Oxygen
+
+# Architecture specific packages
+#
+
+%ifarch %ix86 x86_64
+BuildRequires:  yast2-vm
+%endif
+
+#
+##
+
 Url:https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:off
-Version:13.2.2
+Version:13.2.5
 Release:0
 Summary:The openSUSE Installation Control file
 License:MIT
@@ -36,11 +85,6 @@
 Provides:   product_control
 Conflicts:  product_control
 
-# NOTE: Do not patch the control file in OBS, fork
-# https://github.com/yast/skelcd-control-openSUSE instead and create a pull
-# request. The package is autosubmitted from Git by Jenkins CI
-# (http://ci.opensuse.org/view/Yast/)
-
 %description
 This package contains the control file used for openSUSE installation.
 

++ skelcd-control-openSUSE.spec ++
--- /var/tmp/diff_new_pack.wDKlB8/_old  2014-01-28 19:30:33.0 +0100
+++ /var/tmp/diff_new_pack.wDKlB8/_new  2014-01-28 19:30:33.0 +0100
@@ -16,6 +16,17 @@
 #
 
 
+##
+#
+# IMPORTANT: Please do not change the control file or this spec file
+#   in build service directly, use
+#   https://github.com/yast/skelcd-control-openSUSE repository
+#
+#   See 
https://github.com/yast/skelcd-control-openSUSE/blob/master/CONTRIBUTING.md
+#   for more details.
+#

commit vim for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2014-01-28 19:30:36

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-01-23 15:57:48.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2014-01-28 
19:30:38.0 +0100
@@ -1,0 +2,20 @@
+Tue Jan 28 09:22:41 UTC 2014 - idon...@suse.com
+
+- Updated to revision 160, fixes the following problems
+  * TextChangedI is not triggered.
+  * getregtype() does not return zero for unknown register.
+  * When starting Vim with -u NONE v:oldfiles is NULL.
+  * Get E685 error when assigning a function to an autoload variable.
+(Yukihiro Nakadaira)
+  * :keeppatterns is not respected for :s.
+  * Python: slices with steps are not supported.
+  * Python: Cannot iterate over options.
+  * Compiler warning for pointer type.
+  * Still a problem with auto-loading.
+  * :keeppatterns /pat does not keep search pattern offset.
+  * Error number used twice. (Yukihiro Nakadaira)
+  * Pattern containing \zs is not handled correctly by substitute().
+  * Completion hangs when scanning the current buffer after doing
+keywords. (Christian Brabandt)
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.XHJIcp/_old  2014-01-28 19:30:39.0 +0100
+++ /var/tmp/diff_new_pack.XHJIcp/_new  2014-01-28 19:30:39.0 +0100
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.4
-%define official_ptchlvl 142
+%define official_ptchlvl 160
 %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 ++
 4489 lines of diff (skipped)

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



commit apcupsd for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package apcupsd for openSUSE:Factory checked 
in at 2014-01-29 07:12:13

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


Package is apcupsd

Changes:

--- /work/SRC/openSUSE:Factory/apcupsd/apcupsd.changes  2013-03-11 
07:23:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.apcupsd.new/apcupsd.changes 2014-01-29 
07:12:14.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  9 23:39:33 UTC 2014 - p.drou...@gmail.com
+
+- Add %fillup_prereq PreReq tag and %{fillup_only} in %post to 
+  correctly fillup sysconfig file; fix bnc#837337
+
+---



Other differences:
--
++ apcupsd.spec ++
--- /var/tmp/diff_new_pack.xf3js2/_old  2014-01-29 07:12:15.0 +0100
+++ /var/tmp/diff_new_pack.xf3js2/_new  2014-01-29 07:12:15.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   apcupsd
 BuildRequires:  apache2-devel
 BuildRequires:  automake
@@ -82,6 +81,7 @@
 Requires:   /usr/bin/mail
 %if 0%{?suse_version} = 1220
 %{?systemd_requires}
+Requires(pre):  %fillup_prereq
 %endif
 Suggests:   logrotate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -194,6 +194,7 @@
 %post
 %if 0%{?suse_version} = 1220
 %service_add_post %{name}.service
+%{fillup_only}
 %else
 # HALT_POWERDOWN_INSERT is supported since SuSE Linux 10.1, SLES 10.
 # Install HALT_POWERDOWN_INSERT

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



commit backintime for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package backintime for openSUSE:Factory 
checked in at 2014-01-29 07:12:26

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


Package is backintime

Changes:

--- /work/SRC/openSUSE:Factory/backintime/backintime.changes2014-01-03 
14:49:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.backintime.new/backintime.changes   
2014-01-29 07:12:27.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 20 11:01:26 UTC 2014 - kdu...@suse.com
+
+- added backintime-ssh-agent_only_if_password.patch, does not connect
+  ssh-agent if password isn't set. Allow passwordless ssh-key as root.
+
+---

New:

  backintime-ssh-agent_only_if_password.patch



Other differences:
--
++ backintime.spec ++
--- /var/tmp/diff_new_pack.OrfNPX/_old  2014-01-29 07:12:28.0 +0100
+++ /var/tmp/diff_new_pack.OrfNPX/_new  2014-01-29 07:12:28.0 +0100
@@ -27,6 +27,9 @@
 BuildArch:  noarch
 Source0:
http://www.le-web.org/download/%{name}/%{name}-%{version}.tar.gz
 Source1:%{name}.png
+# PATCH-FEATURE-OPENSUSE %{name}-ssh-agent_only_if_password.patch -- 
kdu...@suse.com
+Patch0: %{name}-ssh-agent_only_if_password.patch
+
 BuildRequires:  cron
 BuildRequires:  fdupes
 BuildRequires:  gnome-session
@@ -129,6 +132,7 @@
 %lang_package
 %prep
 %setup -q -c
+%patch0 -p1
 
 %build
 sed -i -e s|/share/doc/backintime|/share/doc/packages/backintime|g 
common/config.py */Makefile.template

++ backintime-ssh-agent_only_if_password.patch ++
--- backintime-1.0.34/common/sshtools.py2013-12-12 10:34:10.0 
+0100
+++ backintime-1.0.34.kai/common/sshtools.py2014-01-18 13:44:28.478332639 
+0100
@@ -86,8 +86,10 @@
 self.ssh_options += ['-o', 'ServerAliveInterval=240']
 self.log_command = '%s: %s' % (self.mode, self.user_host_path)
 
-self.unlock_ssh_agent()
-
+   # ssh without password makes only sense if you have enabled 
passwordless ssh keys. In this case there is no need to use the keyring at all
+   if not self.password == None:
+  self.unlock_ssh_agent()
+
 def _mount(self):
 mount the service
 sshfs = ['sshfs'] + self.ssh_options

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



commit cdrtools for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package cdrtools for openSUSE:Factory 
checked in at 2014-01-29 07:12:49

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


Package is cdrtools

Changes:

--- /work/SRC/openSUSE:Factory/cdrtools/cdrtools.changes2014-01-10 
21:14:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.cdrtools.new/cdrtools.changes   2014-01-29 
07:12:51.0 +0100
@@ -1,0 +2,14 @@
+Tue Jan 21 09:47:08 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 3.01~a22
+* mkisofs includes a new option, -legacy, that allows it to
+  reenable the short options -H/-L/-P; these have been disabled in
+  2006 for compatibility with scripts that have not been updated
+  during the past 10 years.
+* libsiconv now only tries to open a file when the argument
+  includes a slash in its name.
+* libschily::printf() now includes support for %n$ argument
+  reordering for the first 30 arguments.
+- Drop ppc64le.patch (merged upstream)
+
+---
--- /work/SRC/openSUSE:Factory/cdrtools/schily-libs.changes 2014-01-10 
21:14:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.cdrtools.new/schily-libs.changes
2014-01-29 07:12:51.0 +0100
@@ -1,0 +2,13 @@
+Tue Jan 21 09:47:08 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 3.01~a22
+* mkisofs includes a new option, -legacy, that allows it to
+  reenable the short options -H/-L/-P; these have been disabled in
+  2006 for compatibility with scripts that have not been updated
+  during the past 10 years.
+* libsiconv now only tries to open a file when the argument
+  includes a slash in its name.
+* libschily::printf() now includes support for %n$ argument
+  reordering for the first 30 arguments.
+
+---

Old:

  cdrtools-3.01a21.tar.bz2
  ppc64le.patch

New:

  cdrtools-3.01a22.tar.bz2



Other differences:
--
++ cdrtools.spec ++
--- /var/tmp/diff_new_pack.pX9Ikj/_old  2014-01-29 07:12:52.0 +0100
+++ /var/tmp/diff_new_pack.pX9Ikj/_new  2014-01-29 07:12:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cdrtools
-Version:3.01~a21
+Version:3.01~a22
 Release:0
 # ^This really is a prerelease and thus sorts before 3.01
 %define sversion 3.01
@@ -28,7 +28,7 @@
 
 #Freecode-URL: http://freecode.com/projects/cdrtools
 #DL-URL:   ftp://ftp.berlios.de/pub/cdrecord/
-Source: 
ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a21.tar.bz2
+Source: 
ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a22.tar.bz2
 Source1:cdrecord.easy
 Source2:cdrecord.secure
 Source3:cdrecord.paranoid
@@ -41,7 +41,6 @@
 # just the thing you *thought* it does.
 # —Jan Engelhardt jeng...@inai.de
 Patch1: gcc48wa.diff
-Patch2: ppc64le.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  fdupes
@@ -122,7 +121,7 @@
 
 %prep
 %setup -q -n %{name}-%{sversion}
-%patch -P 1 -P 2 -p1
+%patch -P 1 -p1
 
 %build
 #

++ schily-libs.spec ++
--- /var/tmp/diff_new_pack.pX9Ikj/_old  2014-01-29 07:12:52.0 +0100
+++ /var/tmp/diff_new_pack.pX9Ikj/_new  2014-01-29 07:12:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   schily-libs
-Version:3.01~a21
+Version:3.01~a22
 Release:0
 %define sversion 3.01
 Summary:A collection of libraries to support cdrtools
@@ -27,10 +27,9 @@
 
 #Freecode-URL: http://freecode.com/projects/schily
 #DL-URL:   ftp://ftp.berlios.de/pub/schily/
-Source: 
ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a21.tar.bz2
+Source: 
ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a22.tar.bz2
 Source7:pre_checkin.sh
 Patch1: gcc48wa.diff
-Patch2: ppc64le.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  makedepend
 
@@ -83,7 +82,7 @@
 
 %prep
 %setup -qn cdrtools-%sversion
-%patch -P 1 -P 2 -p1
+%patch -P 1 -p1
 
 %build
 %define targets conf inc include libschily libscg libscg/scg

++ cdrtools-3.01a21.tar.bz2 - cdrtools-3.01a22.tar.bz2 ++
 1683 lines of diff (skipped)

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



commit autoyast2 for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

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

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


Package is autoyast2

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2014-01-10 
21:14:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2014-01-29 
07:12:23.0 +0100
@@ -1,0 +2,20 @@
+Tue Jan 28 17:37:57 UTC 2014 - jreidin...@suse.com
+
+- In first stage export only proposed values without reading from
+  system (FATE#308539)
+- 3.1.10
+
+---
+Tue Jan 28 15:36:12 UTC 2014 - jreidin...@suse.com
+
+- Fix export in first stage (FATE#308539)
+- 3.1.9
+
+---
+Fri Jan 24 15:38:20 UTC 2014 - jreidin...@suse.com
+
+- add support for semi-automatic installation for partitioning
+  (FATE#314695)
+- 3.1.8
+
+---

Old:

  autoyast2-3.1.7.tar.bz2

New:

  autoyast2-3.1.10.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.DcIhbm/_old  2014-01-29 07:12:23.0 +0100
+++ /var/tmp/diff_new_pack.DcIhbm/_new  2014-01-29 07:12:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.7
+Version:3.1.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-3.1.7.tar.bz2 - autoyast2-3.1.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.7/package/autoyast2.changes 
new/autoyast2-3.1.10/package/autoyast2.changes
--- old/autoyast2-3.1.7/package/autoyast2.changes   2014-01-09 
19:44:56.0 +0100
+++ new/autoyast2-3.1.10/package/autoyast2.changes  2014-01-28 
19:20:22.0 +0100
@@ -1,4 +1,24 @@
 ---
+Tue Jan 28 17:37:57 UTC 2014 - jreidin...@suse.com
+
+- In first stage export only proposed values without reading from
+  system (FATE#308539)
+- 3.1.10
+
+---
+Tue Jan 28 15:36:12 UTC 2014 - jreidin...@suse.com
+
+- Fix export in first stage (FATE#308539)
+- 3.1.9
+
+---
+Fri Jan 24 15:38:20 UTC 2014 - jreidin...@suse.com
+
+- add support for semi-automatic installation for partitioning
+  (FATE#314695)
+- 3.1.8
+
+---
 Thu Jan  9 19:38:09 CET 2014 - f...@suse.de
 
 - remove dependency on yast2-slp (bnc#858102)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.7/package/autoyast2.spec 
new/autoyast2-3.1.10/package/autoyast2.spec
--- old/autoyast2-3.1.7/package/autoyast2.spec  2014-01-09 19:44:56.0 
+0100
+++ new/autoyast2-3.1.10/package/autoyast2.spec 2014-01-28 19:20:22.0 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.7
+Version:3.1.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.7/src/autoyast-rnc/general.rnc 
new/autoyast2-3.1.10/src/autoyast-rnc/general.rnc
--- old/autoyast2-3.1.7/src/autoyast-rnc/general.rnc2014-01-09 
19:44:56.0 +0100
+++ new/autoyast2-3.1.10/src/autoyast-rnc/general.rnc   2014-01-28 
19:20:22.0 +0100
@@ -80,7 +80,7 @@
 }
 
 semi-automatic = element semi-automatic { LIST, semi-automatic-modules* }
-semi-automatic-modules = element module { networking }
+semi-automatic-modules = element module { networking | partitioning }
 
 signature-handling = element signature-handling { accept_unsigned_file?  
accept_file_without_checksum?  accept_verification_failed?  
accept_unknown_gpg_key?  import_gpg_key?  accept_non_trusted_gpg_key? }
 accept_unsigned_file = element accept_unsigned_file { BOOLEAN }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.7/src/clients/inst_autosetup.rb 
new/autoyast2-3.1.10/src/clients/inst_autosetup.rb
--- old/autoyast2-3.1.7/src/clients/inst_autosetup.rb   2014-01-09 
19:44:56.0 +0100
+++ new/autoyast2-3.1.10/src/clients/inst_autosetup.rb  2014-01-28 
19:20:22.0 +0100
@@ -239,39 +239,31 @@
   # recognize this now
   Storage.ReReadTargetMap
 
+  if Profile.current[partitioning]  
!Profile.current[partitioning].empty?
+

commit biosdevname for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package biosdevname for openSUSE:Factory 
checked in at 2014-01-29 07:12:31

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


Package is biosdevname

Changes:

--- /work/SRC/openSUSE:Factory/biosdevname/biosdevname.changes  2013-07-16 
07:32:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.biosdevname.new/biosdevname.changes 
2014-01-29 07:12:32.0 +0100
@@ -1,0 +2,11 @@
+Mon Jan 20 16:34:53 UTC 2014 - juw...@suse.com
+
+- Updated to version 0.5.0
+  * Add version number to biosdevname
+  * Save off Secondary PCI bus for PCI tree traversal
+  * Change scan of SMBIOS slot - PCI mapping
+- Drop: biosdevname-0.4.1.tar.gz
+- Add: biosdevname-0.5.0.tar.bz2
+- Add biosdevname_git_v050_to_head.patch: Latest fixes from v0.5.0 to HEAD
+
+---

Old:

  biosdevname-0.4.1.tar.gz

New:

  biosdevname-0.5.0.tar.bz2
  biosdevname_git_v050_to_head.patch



Other differences:
--
++ biosdevname.spec ++
--- /var/tmp/diff_new_pack.Iumvpm/_old  2014-01-29 07:12:33.0 +0100
+++ /var/tmp/diff_new_pack.Iumvpm/_new  2014-01-29 07:12:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package biosdevname
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   biosdevname
-Version:0.4.1
+Version:0.5.0
 Release:0
 Summary:Udev helper for naming devices per BIOS names
 License:GPL-2.0
@@ -28,12 +28,15 @@
 # breadth-first, or of so, there haven't been any comments about that
 # on LKML.
 ExclusiveArch:  %{ix86} x86_64
-Source0:
http://linux.dell.com/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
+#Source0:
http://linux.dell.com/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source0:%{name}-%{version}.tar.bz2
 Source1:setup-biosdevname.sh
+Patch1: biosdevname_git_v050_to_head.patch
 Patch2: ignore-broken-BIOSes
 Patch3: whitelist-dell
 Patch4: udev-rule-path.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
 BuildRequires:  pciutils-devel
 BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
@@ -58,12 +61,14 @@
 
 %prep
 %setup -q
+%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
 
 %build
 # this is a udev rule, so it needs to live in / rather than /usr
+./autogen.sh
 %configure --disable-rpath --prefix=/ --bindir=/bin --sbindir=/sbin
 make %{?_smp_mflags}
 cp %{S:1} .

++ biosdevname-0.4.1.tar.gz - biosdevname-0.5.0.tar.bz2 ++
 16712 lines of diff (skipped)

++ biosdevname_git_v050_to_head.patch ++
diff --git a/Makefile.am b/Makefile.am
index 28d3e8d..14d9a92 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ dist_noinst_DATA = biosdevname.rules.in biosdevname.spec.fedora 
biosdevname.spec
 
 
 
-CLEANFILES = version src/version.h
+CLEANFILES = version src/bios_dev_name.h
 install-data-local:
mkdir -p $(DESTDIR)@RULEDIR@
$(INSTALL_DATA) $(top_srcdir)/biosdevname.rules.in $(DESTDIR)@RULEDEST@
diff --git a/biosdevname.1 b/biosdevname.1
index 7067a56..22a53bd 100644
--- a/biosdevname.1
+++ b/biosdevname.1
@@ -31,16 +31,16 @@ Treat [args] as ethernet devs
 .B \-d, \-\-debug
 Enable debugging
 .TP
-.B \-\-policy \fI[physical|all_ethN]
+.B \-p, \-\-policy \fI[physical|all_ethN]
 .TP
-.B \-\-prefix \fI[string]
+.B \-P, \-\-prefix \fI[string]
 string use for embedded NICs in the physical policy (default=em)
 .TP
-.B \-\-nopirq
+.B \-x, \-\-nopirq
 Do not use $PIR table for mapping PCI device to slot. Some BIOS have
 incorrect values.
 .TP
-.B \-\-smbios \fI[x.y]
+.B \-s, \-\-smbios \fI[x.y]
 Require minimum SMBIOS version x.y
 .SH POLICIES
 .br
diff --git a/configure.ac b/configure.ac
index e26ba98..e75e64a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,5 +88,5 @@ echo PACKAGE_NAME='$PACKAGE_NAME'  version
 echo PACKAGE_VERSION='$PACKAGE_VERSION'  version
 echo PACKAGE_STRING='$PACKAGE_STRING'  version
 
-AC_CONFIG_FILES([Makefile biosdevname.spec.fedora biosdevname.spec.suse 
src/version.h])
+AC_CONFIG_FILES([Makefile biosdevname.spec.fedora biosdevname.spec.suse 
src/bios_dev_name.h])
 AC_OUTPUT
diff --git a/src/bios_dev_name.c b/src/bios_dev_name.c
index 7374f9b..d0a917a 100644
--- a/src/bios_dev_name.c
+++ b/src/bios_dev_name.c
@@ -10,8 +10,6 @@
 #include unistd.h
 #include sys/types.h
 
-#include 

commit fontinfo for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package fontinfo for openSUSE:Factory 
checked in at 2014-01-29 07:13:52

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


Package is fontinfo

Changes:

--- /work/SRC/openSUSE:Factory/fontinfo/fontinfo.changes2014-01-15 
16:24:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.fontinfo.new/fontinfo.changes   2014-01-29 
07:13:53.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 20 10:31:49 UTC 2014 - pgaj...@suse.com
+
+- updated to version 20140120
+  * use relative sorting for scripts again as absolute seem to
+have more cons than pros
+
+---

Old:

  fontinfo-20140115.tar.bz2

New:

  fontinfo-20140120.tar.bz2



Other differences:
--
++ fontinfo.spec ++
--- /var/tmp/diff_new_pack.xcRqrl/_old  2014-01-29 07:13:53.0 +0100
+++ /var/tmp/diff_new_pack.xcRqrl/_new  2014-01-29 07:13:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fontinfo
-Version:20140115
+Version:20140120
 Release:0
 Summary:Overview of Installed Fonts
 License:GPL-2.0+

++ fontinfo-20140115.tar.bz2 - fontinfo-20140120.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fontinfo-20140115/CHANGES 
new/fontinfo-20140120/CHANGES
--- old/fontinfo-20140115/CHANGES   2014-01-15 11:08:36.0 +0100
+++ new/fontinfo-20140120/CHANGES   2014-01-20 11:34:15.0 +0100
@@ -1,4 +1,11 @@
 ---
+Mon Jan 20 10:31:49 UTC 2014 - pgaj...@suse.com
+
+Version 20140120
+  * use relative sorting for scripts again as absolute seem to
+have more cons than pros
+
+---
 Wed Jan 15 09:54:51 UTC 2014 - pgaj...@suse.com
 
 - Version 20140115
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fontinfo-20140115/Makefile 
new/fontinfo-20140120/Makefile
--- old/fontinfo-20140115/Makefile  2014-01-15 11:08:36.0 +0100
+++ new/fontinfo-20140120/Makefile  2014-01-20 11:34:15.0 +0100
@@ -17,7 +17,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA.
 
 DIRS   = languages
-VERSION = 20140115
+VERSION = 20140120
 PKGMAN_CFLAGS   = $(shell sh ./package-manager.sh --cflags)
 PKGMAN_LIBS = $(shell sh ./package-manager.sh --libs)
 LIBPNG_CFLAGS   = $(shell pkg-config --cflags libpng)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fontinfo-20140115/bento-style.c 
new/fontinfo-20140120/bento-style.c
--- old/fontinfo-20140115/bento-style.c 2014-01-15 11:08:36.0 +0100
+++ new/fontinfo-20140120/bento-style.c 2014-01-20 11:34:15.0 +0100
@@ -615,7 +615,7 @@
   /* font doesn't cover any sentence from config.minispecimen_script */
   /* try another script inside font */
   nscripts = charset_uinterval_statistics(charset, script_stats, 
-  SCRIPT, UI_SORT_ABSOLUTE);
+  SCRIPT, UI_SORT_PERCENT);
   for (v = 0; v  nscripts; v++)
   {
 if (config.debug)
@@ -879,7 +879,7 @@
   /* font doesn't cover any sentence from config.minispecimen_script */
   /* try another script inside font */
   nscripts = charset_uinterval_statistics(charset, script_stats, 
-  SCRIPT, UI_SORT_ABSOLUTE);
+  SCRIPT, UI_SORT_PERCENT);
   for (v = 0; v  nscripts; v++)
   {
 if (config.debug)
@@ -1009,7 +1009,7 @@
 
   uinterval_stat_t script_stats[NUMSCRIPTS];
   uinterval_stat_t block_stats[NUMBLOCKS];
-  int nscripts, nsignificantscripts, v;
+  int nscripts, nsignificantscripts, v, v1;
   int nblocks;
   char script_wu[SCRIPT_NAME_LEN_MAX];
   char block_ws[BLOCK_NAME_LEN_MAX];
@@ -1061,7 +1061,7 @@
   file_from_package((char *)file, pi);
 
   nscripts = charset_uinterval_statistics(charset, script_stats, 
-  SCRIPT, UI_SORT_ABSOLUTE);
+  SCRIPT, UI_SORT_PERCENT);
   nblocks = charset_uinterval_statistics(charset, block_stats, 
  BLOCK, UI_SORT_NONE);
 
@@ -1148,6 +1148,15 @@
   }
   nsignificantscripts = v;
 
+  if (config.debug)
+  { 
+fprintf(stdout, scripts leaving aside: [);
+for (v1 = v; v1  nscripts; v1++)
+  fprintf(stdout, %s (%.1f%%) , 
+  

commit dbus-1-qt3 for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package dbus-1-qt3 for openSUSE:Factory 
checked in at 2014-01-29 07:13:25

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


Package is dbus-1-qt3

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1-qt3/dbus-1-qt3.changes2012-01-26 
15:58:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1-qt3.new/dbus-1-qt3.changes   
2014-01-29 07:13:26.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 28 08:36:16 UTC 2014 - an...@opensuse.org
+
+- add autotools patches from Alt Linux, drop use of unsermake
+  dbus-qt3-0.62-alt-new-autotools.patch
+  dbus-qt3-0.62-fix-autoconf-2.64.patch
+  
+---

New:

  dbus-qt3-0.62-alt-new-autotools.patch
  dbus-qt3-0.62-fix-autoconf-2.64.patch



Other differences:
--
++ dbus-1-qt3.spec ++
--- /var/tmp/diff_new_pack.29GFQq/_old  2014-01-29 07:13:27.0 +0100
+++ /var/tmp/diff_new_pack.29GFQq/_new  2014-01-29 07:13:27.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   dbus-1-qt3
-BuildRequires:  dbus-1 dbus-1-devel qt3-devel unsermake
+BuildRequires:  dbus-1 dbus-1-devel qt3-devel automake
 Url:http://dbus.freedesktop.org/
 License:GPL-2.0+
 Group:  Development/Libraries/KDE
@@ -36,15 +36,17 @@
 Source1:baselibs.conf
 Patch0: dbus-qt3-compile-fix-thoenig-01.patch
 Patch1: dbus-qt3-do-not-close-shared-connection-thoenig-01.patch
+Patch2: dbus-qt3-0.62-alt-new-autotools.patch
+Patch3: dbus-qt3-0.62-fix-autoconf-2.64.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   dbus-1 = %( echo `rpm -q --queryformat 
'%{VERSION}-%{RELEASE}' dbus-1`)
+Requires:   dbus-1
 Provides:   dbus-1-qt:/usr/%_lib/libdbus-qt-1.so.1
 
 %package -n dbus-1-qt3-devel
 License:GPL-2.0+
 Summary:Developer package for QT3/KDE bindings for D-Bus
-Requires:   dbus-1 = %( echo `rpm -q --queryformat 
'%{VERSION}-%{RELEASE}' dbus-1`)
-Requires:   dbus-1-devel = %( echo `rpm -q --queryformat 
'%{VERSION}-%{RELEASE}' dbus-1-devel`)
+Requires:   dbus-1 
+Requires:   dbus-1-devel 
 Requires:   dbus-1-qt3 = %{version}
 AutoReqProv:on
 Group:  Development/Libraries/KDE
@@ -97,8 +99,12 @@
 %setup -n dbus-qt3-%{version} -q
 %patch0 -p0
 %patch1 -p0
+%patch2 -p1
+%patch3 -p1
 
 %build
+#autoreconf -fi
+make -f admin/Makefile.common cvs
 RPM_OPT_FLAGS=${RPM_OPT_FLAGS} -fstack-protector -fno-strict-aliasing -fPIC
 export CFLAGS=${RPM_OPT_FLAGS}
 export CXXFLAGS=${RPM_OPT_FLAGS}
@@ -121,9 +127,6 @@
 %postun
 %{run_ldconfig}
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files 
 %defattr(-, root, root)
 %{_libdir}/libdbus-qt-1.so.1*

++ dbus-qt3-0.62-alt-new-autotools.patch ++
diff -ur dbus-qt3-0.62.orig/admin/cvs.sh dbus-qt3-0.62/admin/cvs.sh
--- dbus-qt3-0.62.orig/admin/cvs.sh 2006-08-21 13:26:33 +0300
+++ dbus-qt3-0.62/admin/cvs.sh  2008-01-03 14:44:25 +0200
@@ -68,7 +68,7 @@
 echo *** KDE requires automake $required_automake_version
 exit 1
 ;;
-  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*)
+  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | 
automake*1.10* | automake*1.*)
 echo *** $AUTOMAKE_STRING found.
 UNSERMAKE=no
 ;;
++ dbus-qt3-0.62-fix-autoconf-2.64.patch ++
--- dbus-qt3-0.62/admin/configure.in.min.orig   2006-08-21 10:26:33.0 
+
+++ dbus-qt3-0.62/admin/configure.in.min2010-05-22 19:35:36.0 
+
@@ -43,6 +43,11 @@ KDE_SET_PREFIX
 dnl generate the config header
 AM_CONFIG_HEADER(config.h) dnl at the distribution this done
 
+AC_PROG_CC
+AC_PROG_CXX
+AC_EXEEXT
+AC_OBJEXT
+
 dnl Checks for programs.
 AC_CHECK_COMPILERS
 AC_ENABLE_SHARED(yes)
--- dbus-qt3-0.62/configure.in.in.orig  2006-08-21 10:26:35.0 +
+++ dbus-qt3-0.62/configure.in.in   2010-05-22 19:33:04.0 +
@@ -57,6 +57,11 @@ dnl without this order in this file, aut
 dnl
 AM_CONFIG_HEADER(config.h)
 
+AC_PROG_CC
+AC_PROG_CXX
+AC_EXEEXT
+AC_OBJEXT
+
 dnl checks for programs.
 dnl first check for c/c++ compilers
 AC_CHECK_COMPILERS
--- dbus-qt3-0.62/configure.in.orig 2006-08-21 10:26:39.0 +
+++ dbus-qt3-0.62/configure.in  2010-05-22 19:33:04.0 +
@@ -61,6 +61,11 @@ dnl without this order in this file, aut
 dnl
 AM_CONFIG_HEADER(config.h)
 
+AC_PROG_CC
+AC_PROG_CXX
+AC_EXEEXT
+AC_OBJEXT
+
 dnl checks for programs.
 dnl first check for c/c++ compilers
 AC_CHECK_COMPILERS
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gdouros-alfios-fonts for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package gdouros-alfios-fonts for 
openSUSE:Factory checked in at 2014-01-29 07:14:25

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


Package is gdouros-alfios-fonts

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-alfios-fonts/gdouros-alfios-fonts.changes
2012-09-14 12:17:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-alfios-fonts.new/gdouros-alfios-fonts.changes
   2014-01-29 07:14:26.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 14:08:21 UTC 2014 - pgaj...@suse.com
+
+- updated to 1.01
+  * no upstream changelog
+  * added README-SUSE
+
+---

Old:

  alfios-fonts-1.0.tar.bz2

New:

  Alfios_RBIJ.zip
  README-SUSE



Other differences:
--
++ gdouros-alfios-fonts.spec ++
--- /var/tmp/diff_new_pack.Vd5nH7/_old  2014-01-29 07:14:27.0 +0100
+++ /var/tmp/diff_new_pack.Vd5nH7/_new  2014-01-29 07:14:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdouros-alfios-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,18 @@
 %define fontname alfios-fonts
 
 Name:   gdouros-alfios-fonts
-#Provides:   locale(bg;el;ru;bg)
-Version:1.0
+Version:1.01
 Release:0
 Summary:Fonts Based on the Work of Firmin Didot and Richard Porson
 License:SUSE-Permissive
 Group:  System/X11/Fonts
 Url:http://users.teilar.gr/~g1951d/
-Source: %{fontname}-%{version}.tar.bz2
+Source0:Alfios_RBIJ.zip
+Source1:README-SUSE
 BuildRequires:  fontpackages-devel
+BuildRequires:  unzip
 %reconfigure_fonts_prereq
-# FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
-Obsoletes:  %{fontname} = 1.0
+Obsoletes:  %{fontname}  1.01
 Provides:   %{fontname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -39,18 +39,20 @@
 Lowercase upright Greek were designed in 1805 by Firmin Didot (1764 – 1836) 
and cut by Walfard and Vibert. The typeface, together with a complete printing 
house, was donated in 1821 to the new Greek state by Didot’s son, Ambroise 
Firmin Didot (1790 – 1876). Lowercase italic Greek were designed in 1802 by 
Richard Porson (1757 – 1808) and cut by Richard Austin. They were first used by 
Cambridge University Press in 1810. Capitals, Latin and Cyrillic, as well as 
the complete bold weights, have been designed in an attempt to create a 
well-balanced font. The font covers the Windows Glyph List, Greek Extended, 
various typographic extras and some Open Type features (Numerators, 
Denominators, Fractions, Old Style Figures, Historical Forms, Stylistic 
Alternates, Ligatures); it is available in regular, italic, bold and bold 
italic.
 
 %prep
-%setup -q -n %{fontname}-%{version}
+%setup -q -cT -n %{fontname}-%{version} -a0
+cp %{SOURCE1} .
 
 %build
 
 %install
 mkdir -p %{buildroot}%{_ttfontsdir}
-install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
 %reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
+%doc README-SUSE
 %{_ttfontsdir}
 
 %changelog

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

In lieu of a licence


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

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



commit installation-images for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2014-01-29 07:14:50

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


Package is installation-images

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2014-01-15 19:35:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2014-01-29 07:14:52.0 +0100
@@ -1,0 +2,40 @@
+Tue Jan 28 10:20:32 CET 2014 - snw...@suse.de
+
+- added dmapi.ko
+
+---
+Mon Jan 27 12:07:40 CET 2014 - snw...@suse.de
+
+- fix dracut vs. mkinitrd build problems
+
+---
+Fri Jan 24 12:01:46 CET 2014 - snw...@suse.de
+
+- start dbus and wicked in initrd
+
+---
+Thu Jan 23 10:18:14 CET 2014 - snw...@suse.de
+
+- ppc64: yaboot binary only for chrp
+
+---
+Wed Jan 22 11:40:40 CET 2014 - snw...@suse.de
+
+- another try to resolve dracut vs. mkinitrd
+
+---
+Wed Jan 22 10:47:22 CET 2014 - snw...@suse.de
+
+- ignore dracut in initrd
+- use xz for compression
+
+---
+Tue Jan 21 10:49:42 CET 2014 - snw...@suse.de
+
+- add dbus to initrd
+- s390: added ls, tr, and chzdev to initrd (needed by qeth_configure)
+- fix module info
+- don't strip debuginfo
+- moved last commit from myudevstart to early_setup script
+
+---

Old:

  installation-images-14.26.tar.bz2

New:

  installation-images-14.32.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.iQKIET/_old  2014-01-29 07:14:52.0 +0100
+++ /var/tmp/diff_new_pack.iQKIET/_new  2014-01-29 07:14:52.0 +0100
@@ -211,7 +211,10 @@
 BuildRequires:  terminfo
 BuildRequires:  usbutils
 BuildRequires:  util-linux
+%ifnarch ppc64le
+BuildRequires:  ltrace
 BuildRequires:  valgrind
+%endif
 BuildRequires:  vim
 BuildRequires:  wget
 BuildRequires:  wicked
@@ -274,7 +277,6 @@
 ##BuildIgnore: kernel-xen
 %endif
 %endif
-BuildRequires:  ltrace
 %ifnarch s390 s390x
 BuildRequires:  iprutils
 BuildRequires:  kbd
@@ -305,7 +307,6 @@
 %endif
 %ifarch ppc ppc64 ppc64le
 BuildRequires:  lilo
-BuildRequires:  pdisk
 BuildRequires:  powerpc-utils
 %endif
 %ifarch %ix86 x86_64
@@ -389,9 +390,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.26
+Version:14.32
 Release:0
-Source: installation-images-14.26.tar.bz2
+Source: installation-images-14.32.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-14.26.tar.bz2 - installation-images-14.32.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.26/VERSION 
new/installation-images-14.32/VERSION
--- old/installation-images-14.26/VERSION   2014-01-15 10:56:07.0 
+0100
+++ new/installation-images-14.32/VERSION   2014-01-28 10:20:22.0 
+0100
@@ -1 +1 @@
-14.26
+14.32
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.26/bin/mk_image 
new/installation-images-14.32/bin/mk_image
--- old/installation-images-14.26/bin/mk_image  2013-11-18 11:49:20.0 
+0100
+++ new/installation-images-14.32/bin/mk_image  2014-01-21 13:06:47.0 
+0100
@@ -56,7 +56,8 @@
 $debug = exists($ENV{'debug'}) ?  $ENV{'debug'} : ;
 $imagetype = $ENV{fs};
 $imagetype = none unless $imagetype;
-$use_gzip = 1 if $imagetype =~ s/\.gz$//;
+$use_compress = 'gzip' if $imagetype =~ s/\.gz$//;
+$use_compress = 'xz' if $imagetype =~ s/\.xz$//;
 
 # modes: keep, add,  (default)
 @mode{split ,, $ENV{mode}} = ( 1 .. 10 );
@@ -159,8 +160,8 @@
   $i = -s $image;
   print $Script: created \$image\ ($i bytes)\n;
 
-  if($use_gzip) {
-$i = CompressImage $image;
+  if($use_compress) {
+$i = CompressImage $image, $use_compress;
 print $Script: compressed \$image\ ($i bytes)\n;
   }
 }
@@ -177,6 +178,7 @@
 
 next if m#^$dir/usr/lib/cracklib_dict#;
 next if m#^$dir/usr/share/applications/defaults.list#;
+next if m#^$dir/usr/lib/debug/\.build-id/#;
 
 $x = readlink;
 if($x =~ /^\//) {
diff -urN '--exclude=CVS' 

commit iputils for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package iputils for openSUSE:Factory checked 
in at 2014-01-29 07:15:09

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


Package is iputils

Changes:

--- /work/SRC/openSUSE:Factory/iputils/iputils.changes  2013-11-15 
13:22:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.iputils.new/iputils.changes 2014-01-29 
07:15:11.0 +0100
@@ -1,0 +2,17 @@
+Tue Jan 28 08:13:46 CET 2014 - h...@suse.de
+
+- Fixed ping segfaults (bnc#860616,bnc#860655)
+  * Removed iputils-pingnamelookuponce.diff
+
+---
+Thu Jan 23 11:02:06 CET 2014 - h...@suse.de
+
+- Update to upstream version s20121221 (FATE#316211)
+  - See RELNOTES for full changelog
+- Removed merges patches:
+  * iputils-pingtypo.diff
+  * iputils-s20101006-capabilities.diff
+- Updated patches for apply
+- Remove libsysfs dependency (FATE#316211)
+
+---

Old:

  iputils-pingnamelookuponce.diff
  iputils-pingtypo.diff
  iputils-s20101006-capabilities.diff
  iputils-s20101006.tar.bz2

New:

  iputils-s20121221.tar.bz2



Other differences:
--
++ iputils.spec ++
--- /var/tmp/diff_new_pack.IdWNfb/_old  2014-01-29 07:15:12.0 +0100
+++ /var/tmp/diff_new_pack.IdWNfb/_new  2014-01-29 07:15:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iputils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,29 +19,21 @@
 Name:   iputils
 BuildRequires:  docbook_3
 BuildRequires:  iso_ent
+BuildRequires:  libcap-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  opensp
 BuildRequires:  perl-SGMLS
-%if 0%{?suse_version}  1130
-BuildRequires:  sysfsutils-devel
-%else
-BuildRequires:  sysfsutils
-%endif
-BuildRequires:  libcap-devel
 Summary:IPv4 and IPv6 Networking Utilities
 License:BSD-3-Clause and GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:s20101006
+Version:s20121221
 Release:0
 Url:http://www.skbuff.net/iputils
 Source: http://www.skbuff.net/iputils/iputils-%{version}.tar.bz2
 # XXX: from linux/Documentation/networking/ifenslave.c
 Source1:ifenslave.c
-Patch1: iputils-pingnamelookuponce.diff
 Patch2: iputils-traceroute6-stdint.diff
 Patch3: iputils-ifenslave.diff
-Patch6: iputils-s20101006-capabilities.diff
-Patch7: iputils-pingtypo.diff
 Patch8: iputils-s20101006-sec-ping-unblock.diff
 Patch9: iputils-s20101006-ping-interrupt.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,23 +46,16 @@
 %prep
 %setup -q
 cp -a %SOURCE1 . 
-%patch1
-%patch2
+%patch2 -p1
 %patch3
-#patch4
-#patch5
-%patch6 -p1
-%patch7
-%patch8
-%patch9
-mkdir linux
-touch linux/autoconf.h
+%patch8 -p1
+%patch9 -p1
 
 %build
 make %{?_smp_mflags} KERNEL_INCLUDE=$PWD \
CCOPT='%optflags -fno-strict-aliasing -fpie -D_GNU_SOURCE' \
LDLIBS='-Wl,-z,relro,-z,now -pie -lcap -lresolv' \
-   CAPABILITIES=1
+   CAPABILITIES=1 LDFLAG_GNUTLS='-lcrypto -lssl'
 gcc $RPM_OPT_FLAGS -o ifenslave ifenslave.c
 
 make man

++ iputils-s20101006-ping-interrupt.diff ++
--- /var/tmp/diff_new_pack.IdWNfb/_old  2014-01-29 07:15:12.0 +0100
+++ /var/tmp/diff_new_pack.IdWNfb/_new  2014-01-29 07:15:12.0 +0100
@@ -1,6 +1,18 @@
 ping.c 2013-07-23 11:15:15.851715020 +0200
-+++ ping.c 2013-07-23 11:15:28.075824028 +0200
-@@ -103,6 +103,7 @@
+From 41e442fea26f20ceb815306777d36361575825cc Mon Sep 17 00:00:00 2001
+From: Hannes Reinecke h...@suse.de
+Date: Mon, 26 Aug 2013 13:05:01 +0200
+Subject: Allow ping to be interrupted
+
+Signed-off-by: Hannes Reinecke h...@suse.de
+---
+ ping.c | 9 +
+ 1 file changed, 9 insertions(+)
+
+diff --git a/ping.c b/ping.c
+index 0357c3d..83a7aad 100644
+--- a/ping.c
 b/ping.c
+@@ -103,6 +103,7 @@ static void usage(void) __attribute__((noreturn));
  static u_short in_cksum(const u_short *addr, int len, u_short salt);
  static void pr_icmph(__u8 type, __u8 code, __u32 info, struct icmphdr *icp);
  static int parsetos(char *str);
@@ -8,7 +20,7 @@
  
  static struct {
struct cmsghdr cm;
-@@ -266,6 +267,8 @@
+@@ -262,6 +263,8 @@ main(int argc, char **argv)
options |= F_SOURCEROUTE;
}
}
@@ -17,8 +29,8 @@
while (argc  0) {
target = 

commit i18nspector for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package i18nspector for openSUSE:Factory 
checked in at 2014-01-29 07:14:43

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


Package is i18nspector

Changes:

--- /work/SRC/openSUSE:Factory/i18nspector/i18nspector.changes  2014-01-13 
12:02:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.i18nspector.new/i18nspector.changes 
2014-01-29 07:14:44.0 +0100
@@ -1,0 +2,10 @@
+Fri Jan 24 13:45:28 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 0.13.3.
+  * Fix incorrect plural expression co-domain evaluation.
+  * Fix incorrect precedence of the boolean not operator in plural
+expressions.
+  * Forbid unary plus and unary minus in plural expressions.
+  * Improve the test suite.
+
+---

Old:

  i18nspector-0.13.2.tar.gz
  i18nspector-0.13.2.tar.gz.asc

New:

  i18nspector-0.13.3.tar.gz
  i18nspector-0.13.3.tar.gz.asc



Other differences:
--
++ i18nspector.spec ++
--- /var/tmp/diff_new_pack.IS51Yg/_old  2014-01-29 07:14:45.0 +0100
+++ /var/tmp/diff_new_pack.IS51Yg/_new  2014-01-29 07:14:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   i18nspector
-Version:0.13.2
+Version:0.13.3
 Release:0
 Summary:Tool for Checking gettext POT/PO/MO Files
 License:MIT

++ i18nspector-0.13.2.tar.gz - i18nspector-0.13.3.tar.gz ++
 1876 lines of diff (skipped)

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



commit homerun for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package homerun for openSUSE:Factory checked 
in at 2014-01-29 07:14:34

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


Package is homerun

Changes:

--- /work/SRC/openSUSE:Factory/homerun/homerun.changes  2013-09-16 
17:06:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.homerun.new/homerun.changes 2014-01-29 
07:14:35.0 +0100
@@ -1,0 +2,24 @@
+Mon Jan 27 20:07:47 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.2.0
+  + Added a new Homerun Kicker launcher menu widget. It's design
+is inspired by traditional launcher menus, but augmented by a
+favorites sidebar and search support powered by the Homerun
+framework. Much attention was paid to hassle-free mouse behavior
+for maximum efficiency during use. The panel button has support
+for custom non-square images.
+  + Added a new Recent Applications source that lists the last
+15 applications launched from other application sources.
+  + Added a new combined Power / Session source.
+  + Fixed a bug causing icons to launch the wrong applications while
+searching the All Installed Applications with Filters source.
+  + Folder views now show the correct icons for .desktop files.
+  + Launching an item in a folder view no longer closes Homerun.
+  + When Homerun is used as a desktop containment the Desktop Toolbox
+is now hidden by default. It can be toggled from the Homerun menu.
+  + The launcher panel widget for the fullscreen version of Homerun
+now sports an Edit Applications ... action in its context menu.
+- Created new homerun-kicker subpackage as per upstream change
+- Make spec slightly prettier
+
+---

Old:

  homerun-1.1.0.tar.xz

New:

  homerun-1.2.0.tar.xz



Other differences:
--
++ homerun.spec ++
--- /var/tmp/diff_new_pack.8JhFet/_old  2014-01-29 07:14:35.0 +0100
+++ /var/tmp/diff_new_pack.8JhFet/_new  2014-01-29 07:14:35.0 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package homerun
 #
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2013 Buschmann buschman...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,23 +16,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-BuildRequires:  kdebase4-workspace-devel = 4.10.0
-BuildRequires:  update-desktop-files
-BuildRequires:  libkonq-devel = 4.10.0
-BuildRequires:  xz
 
 Name:   homerun
 Summary:Fullscreen Launcher for KDE
-Version:1.1.0
-Release:1
-%define sonum   0
 License:(GPL-2.0 or GPL-3.0) and (LGPL-2.1 or LGPL-3.0)
 Group:  System/GUI/KDE
+Version:1.2.0
+Release:0
+%define sonum   0
 Source0:
http://download.kde.org/stable/homerun/src/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://userbase.kde.org/Homerun
+BuildRequires:  kdebase4-workspace-devel = 4.10.0
+BuildRequires:  libkonq-devel = 4.10.0
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
+Recommends: homerun-kicker = %{version}
 %kde4_runtime_requires
 Requires:   libhomerun%{sonum} = %{version}
 
@@ -43,6 +43,7 @@
 %package -n libhomerun%{sonum}
 Summary:Libraries Needed by Homerun
 License:   LGPL-2.1+
+Group:  System/GUI/KDE
 %kde4_runtime_requires
 
 %description -n libhomerun%{sonum}
@@ -61,17 +62,24 @@
 This package provides development libraries and headers needed to build
 software using Homerun.
 
+%package -n homerun-kicker
+Summary:Homerun's traditional launcher menu
+License:(GPL-2.0 or GPL-3.0) and (LGPL-2.1 or LGPL-3.0)
+Group:  System/GUI/KDE
+Requires:   %{name} = %{version}
+
+%description -n homerun-kicker
+Traditional launcher menu powered by Homerun framework.
+
 %prep
 %setup -q
 
 %build
-  %cmake_kde4 -d builddir
+  %cmake_kde4 -d build
   %make_jobs
 
 %install
-  cd builddir
-  %makeinstall
-  cd ..
+  %kde4_makeinstall -C build
   %suse_update_desktop_file -n 
$RPM_BUILD_ROOT/usr/share/kde4/services/plasma-applet-homerunlauncher.desktop
   %kde_post_install
   %find_lang plasma_applet_org.kde.homerun %name.lang
@@ -79,28 +87,32 @@
 %post   -n libhomerun%{sonum} -p /sbin/ldconfig
 %postun -n libhomerun%{sonum} -p /sbin/ldconfig
 
-
 %files -f %name.lang
 %defattr(644,root,root,755)
 %doc COPYING LICENSE.BSD LICENSE.GPL-2 LICENSE.LGPL-2.1 NEWS README.md
-%attr(755,root,root) %_kde4_bindir/homerunviewer
-%_kde4_modulesdir/*.so
-%_kde4_modulesdir/imports/org/kde/homerun

commit krb5 for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2014-01-29 07:15:26

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


Package is krb5

Changes:

--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2014-01-23 
15:46:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5-mini.changes  2014-01-29 
07:15:28.0 +0100
@@ -1,0 +2,21 @@
+Tue Jan 21 14:28:05 UTC 2014 - ckornac...@suse.com
+
+- update to version 1.12.1
+  * Make KDC log service principal names more consistently during
+some error conditions, instead of unknown server
+  * Fix several bugs related to building AES-NI support on less
+common configurations
+  * Fix several bugs related to keyring credential caches
+- upstream obsoletes:
+  krb5-1.12-copy_context.patch
+  krb5-1.12-enable-NX.patch
+  krb5-1.12-pic-aes-ni.patch
+  krb5-master-no-malloc0.patch
+  krb5-master-ignore-empty-unnecessary-final-token.patch
+  krb5-master-gss_oid_leak.patch
+  krb5-master-keytab_close.patch
+  krb5-master-spnego_error_messages.patch
+- Fix Get time offsets for all keyring ccaches
+  krb5-master-keyring-kdcsync.patch (RT#7820)
+
+---
--- /work/SRC/openSUSE:Factory/krb5/krb5.changes2014-01-23 
15:46:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5.changes   2014-01-29 
07:15:28.0 +0100
@@ -1,0 +2,21 @@
+Tue Jan 21 14:23:37 UTC 2014 - ckornac...@suse.com
+
+- update to version 1.12.1
+  * Make KDC log service principal names more consistently during
+some error conditions, instead of unknown server
+  * Fix several bugs related to building AES-NI support on less
+common configurations
+  * Fix several bugs related to keyring credential caches
+- upstream obsoletes:
+  krb5-1.12-copy_context.patch
+  krb5-1.12-enable-NX.patch
+  krb5-1.12-pic-aes-ni.patch
+  krb5-master-no-malloc0.patch
+  krb5-master-ignore-empty-unnecessary-final-token.patch
+  krb5-master-gss_oid_leak.patch
+  krb5-master-keytab_close.patch
+  krb5-master-spnego_error_messages.patch
+- Fix Get time offsets for all keyring ccaches
+  krb5-master-keyring-kdcsync.patch (RT#7820)
+
+---

Old:

  krb5-1.12-copy_context.patch
  krb5-1.12-enable-NX.patch
  krb5-1.12-pic-aes-ni.patch
  krb5-1.12.tar.gz
  krb5-master-gss_oid_leak.patch
  krb5-master-ignore-empty-unnecessary-final-token.patch
  krb5-master-keytab_close.patch
  krb5-master-no-malloc0.patch
  krb5-master-spnego_error_messages.patch

New:

  krb5-1.12.1.tar.gz
  krb5-master-keyring-kdcsync.patch



Other differences:
--
++ krb5-mini.spec ++
--- /var/tmp/diff_new_pack.7GRjiI/_old  2014-01-29 07:15:29.0 +0100
+++ /var/tmp/diff_new_pack.7GRjiI/_new  2014-01-29 07:15:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 %define build_mini 1
-%define srcRoot krb5-1.12
+%define srcRoot krb5-1.12.1
 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
 %define krb5docdir  %{_defaultdocdir}/krb5
 
@@ -30,7 +30,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.12
+Version:1.12.1
 Release:0
 Summary:MIT Kerberos5 Implementation--Libraries
 License:MIT
@@ -78,14 +78,7 @@
 Patch12:krb5-1.12-selinux-label.patch
 Patch13:krb5-1.9-debuginfo.patch
 Patch14:krb5-kvno-230379.patch
-Patch15:krb5-1.12-copy_context.patch
-Patch16:krb5-1.12-enable-NX.patch
-Patch17:krb5-1.12-pic-aes-ni.patch
-Patch18:krb5-master-no-malloc0.patch
-Patch19:krb5-master-ignore-empty-unnecessary-final-token.patch
-Patch20:krb5-master-gss_oid_leak.patch
-Patch21:krb5-master-keytab_close.patch
-Patch22:krb5-master-spnego_error_messages.patch
+Patch15:krb5-master-keyring-kdcsync.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: mktemp, grep, /bin/touch, coreutils
 PreReq: %insserv_prereq %fillup_prereq 
@@ -206,13 +199,6 @@
 %patch13 -p0
 %patch14 -p1
 %patch15 -p1
-%patch16 -p1
-%patch17 -p1
-%patch18 -p1
-%patch19 -p1
-%patch20 -p1
-%patch21 -p1
-%patch22 -p1
 
 %build
 # needs to be re-generated

++ krb5.spec ++
--- /var/tmp/diff_new_pack.7GRjiI/_old  2014-01-29 07:15:29.0 +0100
+++ /var/tmp/diff_new_pack.7GRjiI/_new  2014-01-29 07:15:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 %define build_mini 0
-%define srcRoot krb5-1.12
+%define srcRoot krb5-1.12.1
 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
 %define krb5docdir  %{_defaultdocdir}/krb5
 
@@ -30,7 +30,7 @@
 

commit libsolv for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package libsolv for openSUSE:Factory checked 
in at 2014-01-29 07:16:07

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


Package is libsolv

Changes:

--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2014-01-27 
15:29:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes 2014-01-29 
07:16:09.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 27 17:15:41 CET 2014 - m...@suse.de
+
+- add support for autogenerated products
+- support repoid array in product definition
+- bump version to 0.4.3
+
+---

Old:

  libsolv-0.4.2.tar.bz2

New:

  libsolv-0.4.3.tar.bz2



Other differences:
--
++ libsolv.spec ++
--- /var/tmp/diff_new_pack.szE6Kv/_old  2014-01-29 07:16:10.0 +0100
+++ /var/tmp/diff_new_pack.szE6Kv/_new  2014-01-29 07:16:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libsolv
-Version:0.4.2
+Version:0.4.3
 Release:0
 Url:git://gitorious.org/opensuse/libsolv.git
 Source: libsolv-%{version}.tar.bz2

++ libsolv-0.4.2.tar.bz2 - libsolv-0.4.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.2/VERSION.cmake 
new/libsolv-0.4.3/VERSION.cmake
--- old/libsolv-0.4.2/VERSION.cmake 2014-01-24 14:03:41.0 +0100
+++ new/libsolv-0.4.3/VERSION.cmake 2014-01-27 17:15:52.0 +0100
@@ -49,5 +49,5 @@
 
 SET(LIBSOLV_MAJOR 0)
 SET(LIBSOLV_MINOR 4)
-SET(LIBSOLV_PATCH 2)
+SET(LIBSOLV_PATCH 3)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.2/ext/repo_autopattern.c 
new/libsolv-0.4.3/ext/repo_autopattern.c
--- old/libsolv-0.4.2/ext/repo_autopattern.c2013-12-13 14:51:43.0 
+0100
+++ new/libsolv-0.4.3/ext/repo_autopattern.c2014-01-27 16:30:52.0 
+0100
@@ -61,37 +61,59 @@
   Pool *pool = repo-pool;
   Repodata *data = 0;
   Solvable *s, *s2;
-  Queue q, q2;
+  Queue patq, patq2;
+  Queue prdq, prdq2;
   Id p;
-  Id pattern_id;
-  Id autopattern_id = 0;
+  Id pattern_id, product_id;
+  Id autopattern_id = 0, autoproduct_id = 0;
   int i, j;
 
-  queue_init(q);
-  queue_init(q2);
+  queue_init(patq);
+  queue_init(patq2);
+  queue_init(prdq);
+  queue_init(prdq2);
 
   pattern_id = pool_str2id(pool, pattern(), 9);
+  product_id = pool_str2id(pool, product(), 9);
   FOR_REPO_SOLVABLES(repo, p, s)
 {
   const char *n = pool_id2str(pool, s-name);
-  if (!strncmp(pattern:, n, 8))
-   queue_push(q, p);
-  else if (s-provides)
+  if (*n == 'p')
+   {
+ if (!strncmp(pattern:, n, 8))
+   {
+ queue_push(patq, p);
+ continue;
+   }
+ else if (!strncmp(product:, n, 8))
+   {
+ queue_push(prdq, p);
+ continue;
+   }
+   }
+  if (s-provides)
{
  Id prv, *prvp = repo-idarraydata + s-provides;
  while ((prv = *prvp++) != 0)/* go through all provides */
if (ISRELDEP(prv))
  {
Reldep *rd = GETRELDEP(pool, prv);
-   if (rd-name == pattern_id  rd-flags == REL_EQ)
+   if (rd-flags != REL_EQ)
+ continue;
+   if (rd-name == pattern_id)
  {
-   queue_push2(q2, p, rd-evr);
+   queue_push2(patq2, p, rd-evr);
+   break;
+ }
+   if (rd-name == product_id)
+ {
+   queue_push2(prdq2, p, rd-evr);
break;
  }
  }
}
 }
-  for (i = 0; i  q2.count; i += 2)
+  for (i = 0; i  patq2.count; i += 2)
 {
   const char *pn = 0;
   char *newname;
@@ -99,21 +121,21 @@
   const char *str;
   unsigned long long num;
 
-  s = pool-solvables + q2.elements[i];
+  s = pool-solvables + patq2.elements[i];
   /* construct new name */
-  newname = pool_tmpjoin(pool, pattern:, pool_id2str(pool, q2.elements[i 
+ 1]), 0);
+  newname = pool_tmpjoin(pool, pattern:, pool_id2str(pool, 
patq2.elements[i + 1]), 0);
   unescape(newname);
   name = pool_str2id(pool, newname, 0);
   if (name)
{
  /* check if we already have that pattern */
- for (j = 0; j  q.count; j++)
+ for (j = 0; j  patq.count; j++)
{
- s2 = pool-solvables + q.elements[j];
+ s2 = pool-solvables + patq.elements[j];
  if (s2-name == name  s2-arch == s-arch  s2-evr == s-evr)
   

commit kradio for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package kradio for openSUSE:Factory checked 
in at 2014-01-29 07:15:17

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


Package is kradio

Changes:

--- /work/SRC/openSUSE:Factory/kradio/kradio.changes2013-02-17 
17:03:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.kradio.new/kradio.changes   2014-01-29 
07:15:19.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  2 00:48:20 UTC 2014 - hrvoje.sen...@gmail.com
+- added patches:
+  * explicitly_add_qtcore_includes.patch: fixes build with newer
+kdelibs versions, as includes are now prefered without qtmodule
+
+---

New:

  explicitly_add_qtcore_includes.patch



Other differences:
--
++ kradio.spec ++
--- /var/tmp/diff_new_pack.RUpi9j/_old  2014-01-29 07:15:19.0 +0100
+++ /var/tmp/diff_new_pack.RUpi9j/_new  2014-01-29 07:15:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kradio
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,9 @@
 Source: 
http://sourceforge.net/projects/kradio/files/kradio/%{version}/kradio4-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE suse_docdir.patch -- Use openSUSE default doc directory
 Patch0: suse_docdir.patch
+# PATCH-FIX-OPENSUSE explicitly_add_qtcore_includes.patch -- fixes build with 
newer kdelibs versions, as includes
+# are now prefered without qtmodule
+Patch1: explicitly_add_qtcore_includes.patch
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
@@ -64,6 +67,7 @@
 %prep
 %setup -q -n kradio4-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %cmake_kde4 -d build

++ explicitly_add_qtcore_includes.patch ++
diff -Naur kradio4-4.0.7.orig/CMakeLists.txt kradio4-4.0.7/CMakeLists.txt
--- kradio4-4.0.7.orig/CMakeLists.txt   2013-01-26 18:34:23.0 +0100
+++ kradio4-4.0.7/CMakeLists.txt2014-01-02 01:44:05.693052048 +0100
@@ -55,6 +55,7 @@
 )
 
 INCLUDE_DIRECTORIES(
+${QT_QTCORE_INCLUDE_DIR}
 ${KDE4_INCLUDE_DIR}
 ${QT_INCLUDE_DIR}
 ${Boost_INCLUDE_DIRS}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libQtWebKit4 for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package libQtWebKit4 for openSUSE:Factory 
checked in at 2014-01-29 07:15:48

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


Package is libQtWebKit4

Changes:

--- /work/SRC/openSUSE:Factory/libQtWebKit4/libQtWebKit4.changes
2013-12-23 12:33:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libQtWebKit4.new/libQtWebKit4.changes   
2014-01-29 07:15:49.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 26 20:24:38 UTC 2014 - sch...@linux-m68k.org
+
+- lowlevelinterpreter-bigendian.patch: fix LLInt for big endian (webkit#103128)
+- Remove extra / from RPM_OPT_FLAGS
+
+---

New:

  lowlevelinterpreter-bigendian.patch



Other differences:
--
++ libQtWebKit4.spec ++
--- /var/tmp/diff_new_pack.CybWP8/_old  2014-01-29 07:15:51.0 +0100
+++ /var/tmp/diff_new_pack.CybWP8/_new  2014-01-29 07:15:51.0 +0100
@@ -54,6 +54,8 @@
 Patch13:bison3.patch
 # PATCH-FIX-UPSTREAM ppc64le-support.diff uweig...@de.ibm.com -- add support 
for ppc64le
 Patch14:ppc64le-support.patch
+# PATCH-FIX-UPSTREAM lowlevelinterpreter-bigendian.patch -- Fix LLInt for big 
endian, webkit#103128
+Patch15:lowlevelinterpreter-bigendian.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -131,12 +133,13 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 
 %build
 # runs out of memory or creates static archives  2/4GB boundary otherwise
 %ifarch %arm aarch64
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS 
-export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / /}
+export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / }
 %endif
 
 %ifnarch x86_64

++ lowlevelinterpreter-bigendian.patch ++
Index: webkit-qtwebkit-23/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
===
--- webkit-qtwebkit-23.orig/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
+++ webkit-qtwebkit-23/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
@@ -86,6 +86,11 @@ else
 const TagOffset = 4
 const PayloadOffset = 0
 end
+if JSVALUE64
+const CellOffset = 0
+else
+const CellOffset = PayloadOffset
+end
 
 # Constant for reasoning about butterflies.
 const IsArray  = 1
@@ -263,13 +268,13 @@ macro assertNotConstant(index)
 end
 
 macro functionForCallCodeBlockGetter(targetRegister)
-loadp Callee[cfr], targetRegister
+loadp Callee + CellOffset[cfr], targetRegister
 loadp JSFunction::m_executable[targetRegister], targetRegister
 loadp FunctionExecutable::m_codeBlockForCall[targetRegister], 
targetRegister
 end
 
 macro functionForConstructCodeBlockGetter(targetRegister)
-loadp Callee[cfr], targetRegister
+loadp Callee + CellOffset[cfr], targetRegister
 loadp JSFunction::m_executable[targetRegister], targetRegister
 loadp FunctionExecutable::m_codeBlockForConstruct[targetRegister], 
targetRegister
 end
@@ -555,7 +560,11 @@ end
 
 macro putToBaseVariableBody(variableOffset, scratch1, scratch2, scratch3)
 loadisFromInstruction(1, scratch1)
-loadp PayloadOffset[cfr, scratch1, 8], scratch1
+if JSVALUE64
+loadp [cfr, scratch1, 8], scratch1
+else
+loadp PayloadOffset[cfr, scratch1, 8], scratch1
+end
 loadp JSVariableObject::m_registers[scratch1], scratch1
 loadisFromInstruction(3, scratch2)
 if JSVALUE64
@@ -684,7 +693,7 @@ _llint_op_resolve_global_var:
 macro resolveScopedVarBody(resolveOperations)
 # First ResolveOperation is to skip scope chain nodes
 getScope(macro(dest)
- loadp ScopeChain + PayloadOffset[cfr], dest
+ loadp ScopeChain + CellOffset[cfr], dest
  end,
  ResolveOperation::m_scopesToSkip[resolveOperations], t1, t2)
 loadp JSVariableObject::m_registers[t1], t1 # t1 now contains the 
activation registers
@@ -709,7 +718,7 @@ _llint_op_resolve_scoped_var_on_top_scop
 loadisFromInstruction(1, t3)
 
 # We know we want the top scope chain entry
-loadp ScopeChain + PayloadOffset[cfr], t1
+loadp ScopeChain + CellOffset[cfr], t1
 loadp JSVariableObject::m_registers[t1], t1 # t1 now contains the 
activation registers
 
 # Second ResolveOperation tells us what offset to use
@@ -724,14 +733,18 @@ _llint_op_resolve_scoped_var_with_top_sc
 # First ResolveOperation tells us what register to check
 loadis ResolveOperation::m_activationRegister[t0], t1
 
-loadp PayloadOffset[cfr, t1, 8], t1
+if JSVALUE64
+loadp [cfr, t1, 8], t1
+else
+loadp PayloadOffset[cfr, t1, 8], t1
+end
 
 getScope(macro(dest)
  

commit libqt4 for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2014-01-29 07:15:33

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


Package is libqt4

Changes:

--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2013-12-11 
11:28:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 
2014-01-29 07:15:35.0 +0100
@@ -1,0 +2,13 @@
+Mon Jan 20 10:24:08 UTC 2014 - dmuel...@suse.com
+
+- add 0001-Mitigate-performance-regression-in-isExpandedEntityV.patch
+  (bnc#859158)
+
+---
+Tue Jan  7 13:48:11 UTC 2014 - dmuel...@suse.com
+
+- add 0001-Disallow-deep-or-widely-nested-entity-references.patch,
+  0001-Fully-expand-entities-to-ensure-deep-or-widely-neste.patch 
+  (bnc#856832, CVE-2013-4549)
+
+---
libqt4-sql-plugins.changes: same change
--- /work/SRC/openSUSE:Factory/libqt4/libqt4.changes2014-01-23 
15:48:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4.changes   2014-01-29 
07:15:35.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 20 10:24:08 UTC 2014 - dmuel...@suse.com
+
+- add 0001-Mitigate-performance-regression-in-isExpandedEntityV.patch
+  (bnc#859158)
+
+---

New:

  0001-Mitigate-performance-regression-in-isExpandedEntityV.patch



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.rJfWcO/_old  2014-01-29 07:15:39.0 +0100
+++ /var/tmp/diff_new_pack.rJfWcO/_new  2014-01-29 07:15:39.0 +0100
@@ -116,6 +116,7 @@
 Patch160:   ppc64le.diff
 Patch161:   0001-Disallow-deep-or-widely-nested-entity-references.patch
 Patch162:   0001-Fully-expand-entities-to-ensure-deep-or-widely-neste.patch
+Patch163:   0001-Mitigate-performance-regression-in-isExpandedEntityV.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
   %define common_options --opensource -fast -no-separate-debug-info -shared 
-xkb -openssl-linked -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama 
-sm -no-nas-sound -no-rpath -system-libjpeg -system-libpng -accessibility -cups 
-stl -nis -system-zlib -prefix /usr -L %{_libdir} -libdir %{_libdir} -docdir 
%_docdir/%{base_name} -examplesdir %{_libdir}/qt4/examples -demosdir 
%{_libdir}/qt4/demos -plugindir %plugindir -translationdir 
%{_datadir}/qt4/translations -iconv -sysconfdir /etc/settings -datadir 
%{_datadir}/qt4/ -no-pch -reduce-relocations -exceptions -system-libtiff -glib 
-optimized-qmake -no-webkit -no-xmlpatterns -system-sqlite -qt3support 
-no-sql-mysql -importdir %plugindir/imports  -xsync -xinput -gtkstyle
 %define check_config \
@@ -201,6 +202,7 @@
 %patch160
 %patch161 -p1
 %patch162 -p1
+%patch163 -p1
 # ### 47 rediff
 #%patch121 -p1
 # be sure not to use them

libqt4-sql-plugins.spec: same change
libqt4.spec: same change
++ 0001-Mitigate-performance-regression-in-isExpandedEntityV.patch ++
From 718fae50a4509c2cfc07552e6b1187ed2502f9b9 Mon Sep 17 00:00:00 2001
From: Mitch Curtis mitch.cur...@digia.com
Date: Fri, 10 Jan 2014 11:19:08 +0100
Subject: [PATCH] Mitigate performance regression in
 isExpandedEntityValueTooLarge().

512a1ce0698d370c313bb561bbf078935fa0342e fixed a security issue [1],
but also caused a large performance regression. This patch improves
the performance from ~196 seconds to ~.23 seconds for 1000 entities,
using the benchmark in the bug report:

0: 0 msecs per iteration (total: 0, iterations: 1)
250: 2,952 msecs per iteration (total: 2,952, iterations: 1)
500: 23,418 msecs per iteration (total: 23,418, iterations: 1)
750: 79,913 msecs per iteration (total: 79,913, iterations: 1)
1000: 196,335 msecs per iteration (total: 196,335, iterations: 1)

0: 0 msecs per iteration (total: 0, iterations: 1)
250: 16 msecs per iteration (total: 16, iterations: 1)
500: 59 msecs per iteration (total: 59, iterations: 1)
750: 132 msecs per iteration (total: 132, iterations: 1)
1000: 232 msecs per iteration (total: 232, iterations: 1)

This is a cherry-pick of 62c4e288a11769bde45c9c74d731ed8628303f19.

[1] http://lists.qt-project.org/pipermail/announce/2013-December/36.html

Task-number: QTBUG-35919

Change-Id: Ibc2fc94dc0d88b227b9510e15bac9c07f4600591
Reviewed-by: Richard J. Moore r...@kde.org
---
 src/xml/sax/qxml.cpp | 85 +++-
 1 file changed, 57 insertions(+), 28 deletions(-)

diff --git a/src/xml/sax/qxml.cpp b/src/xml/sax/qxml.cpp
index befa801..ffc07b5 100644
--- a/src/xml/sax/qxml.cpp
+++ b/src/xml/sax/qxml.cpp
@@ -44,6 +44,7 @@
 

commit python-Pillow for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package python-Pillow for openSUSE:Factory 
checked in at 2014-01-29 07:16:50

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


Package is python-Pillow

Changes:

--- /work/SRC/openSUSE:Factory/python-Pillow/python-Pillow.changes  
2013-12-12 11:24:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Pillow.new/python-Pillow.changes 
2014-01-29 07:16:51.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan  7 19:19:05 UTC 2014 - marko.koht...@gmail.com
+
+- New upstream release 2.3.0. For details see
+  https://pypi.python.org/pypi/Pillow/2.3.0
+- Drop use-recommended-freetype-include.patch: merged on upstream
+- Build with liblcms2 instead of liblcms due to upstream switching
+  library.
+
+---

Old:

  Pillow-2.2.1.zip
  use-recommended-freetype-include.patch

New:

  Pillow-2.3.0.zip



Other differences:
--
++ python-Pillow.spec ++
--- /var/tmp/diff_new_pack.zY14h7/_old  2014-01-29 07:16:52.0 +0100
+++ /var/tmp/diff_new_pack.zY14h7/_new  2014-01-29 07:16:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pillow
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,13 @@
 
 
 Name:   python-Pillow
-Version:2.2.1
+Version:2.3.0
 Release:0
 Summary:Python Imaging Library (Fork)
 License:HPND
 Group:  Development/Languages/Python
 Url:http://python-imaging.github.io/
 Source: 
https://pypi.python.org/packages/source/P/Pillow/Pillow-%{version}.zip
-# PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype 
upstream recommends using their macros together with
-# ft2build include. Positive sideeffect is that this patch makes it build with 
both freetype2 2.5.1, and older versions
-Patch0: use-recommended-freetype-include.patch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-tk
@@ -38,7 +35,7 @@
 BuildRequires:  libwebp-devel
 %endif
 BuildRequires:  freetype2-devel
-BuildRequires:  liblcms-devel
+BuildRequires:  liblcms2-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  zlib-devel
 Requires(post): update-alternatives
@@ -77,7 +74,6 @@
 
 %prep
 %setup -q -n Pillow-%{version}
-%patch0 -p1
 
 %build
 CFLAGS=%{optflags} python setup.py build

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



commit oxygen-gtk2 for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk2 for openSUSE:Factory 
checked in at 2014-01-29 07:16:24

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


Package is oxygen-gtk2

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk2/oxygen-gtk2.changes  2013-12-17 
07:27:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk2.new/oxygen-gtk2.changes 
2014-01-29 07:16:41.0 +0100
@@ -1,0 +2,16 @@
+Fri Jan 24 19:20:09 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.4.3
+  * Bugfix release, no changelog provided from upstream
+- Droped 0001-properly-reset-_previous-and-_current-widget-if-matc.patch,
+  included in this release
+
+---
+Sat Jan  4 16:35:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added:
+  * 0001-properly-reset-_previous-and-_current-widget-if-matc.patch
+from upstream, for trying to resolve kde#329112, kde#324438,
+kde#328495 and kde#325196
+
+---

Old:

  oxygen-gtk2-1.4.1.tar.bz2

New:

  oxygen-gtk2-1.4.3.tar.bz2



Other differences:
--
++ oxygen-gtk2.spec ++
--- /var/tmp/diff_new_pack.D1zwDi/_old  2014-01-29 07:16:41.0 +0100
+++ /var/tmp/diff_new_pack.D1zwDi/_new  2014-01-29 07:16:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package oxygen-gtk2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk2
-Version:1.4.1
+Version:1.4.3
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 2.x
 License:LGPL-2.1+

++ oxygen-gtk2-1.4.1.tar.bz2 - oxygen-gtk2-1.4.3.tar.bz2 ++
 5943 lines of diff (skipped)

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



commit qt3 for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package qt3 for openSUSE:Factory checked in 
at 2014-01-29 07:16:59

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


Package is qt3

Changes:

qt3-extensions.changes: same change
--- /work/SRC/openSUSE:Factory/qt3/qt3.changes  2014-01-28 15:38:48.0 
+0100
+++ /work/SRC/openSUSE:Factory/.qt3.new/qt3.changes 2014-01-29 
07:17:00.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 28 14:49:04 UTC 2014 - an...@opensuse.org
+
+- enable the glib mainloop (forgot to do so in the previous commit)
+
+---



Other differences:
--
qt3-extensions.spec: same change
++ qt3.spec ++
--- /var/tmp/diff_new_pack.sJLDkq/_old  2014-01-29 07:17:01.0 +0100
+++ /var/tmp/diff_new_pack.sJLDkq/_new  2014-01-29 07:17:01.0 +0100
@@ -28,6 +28,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
 BuildRequires:  pkgconfig(glu)
+BuildRequires:  glib2-devel
 Url:http://www.trolltech.com/
 BuildRequires:  libpng-devel
 # bug437293
@@ -239,6 +240,7 @@
 Requires:   libmng-devel
 Requires:   libpng-devel
 Requires:   pkgconfig
+Requires:   glib2-devel
 Requires:   qt3 = %version
 Requires:   xorg-x11-devel
 Requires:   pkgconfig(glu)
@@ -273,7 +275,7 @@
 # only really needed tools will be builded here, all extra tools will be
 # builded in qt3.spec
 #
-call_configure -v -thread -shared -no-sql-mysql -no-sql-psql -no-sql-odbc 
-no-sql-sqlite $OPTIONS
+call_configure -v -thread -shared -glibmainloop -no-sql-mysql -no-sql-psql 
-no-sql-odbc -no-sql-sqlite $OPTIONS
 for i in %build_sub_dirs ; do
  cd $i
  make %{?jobs:-j%jobs}




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



commit libstorage for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2014-01-29 07:16:12

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


Package is libstorage

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2014-01-11 
11:11:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2014-01-29 07:16:13.0 +0100
@@ -1,0 +2,27 @@
+Mon Jan 27 14:04:20 CET 2014 - aschn...@suse.de
+
+- don't check exit code of parted
+
+---
+Thu Jan 23 14:37:55 CET 2014 - aschn...@suse.de
+
+- adapted fat resizing to parted 3.1 (part of fate#316110)
+- 2.25.7
+
+---
+Wed Jan 22 17:41:27 CET 2014 - aschn...@suse.de
+
+- adapted parameters of parted resize command to parted 3.1 (part
+  of fate#316110)
+
+---
+Fri Jan 17 16:28:31 CET 2014 - aschn...@suse.de
+
+- handle default btrfs subvolume when adding subvolumes to fstab
+
+---
+Thu Jan 16 11:21:38 CET 2014 - aschn...@suse.de
+
+- allow to store userdata for devices (used for fate#316221)
+
+---

Old:

  libstorage-2.25.6.tar.bz2

New:

  libstorage-2.25.7.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.c3n6d6/_old  2014-01-29 07:16:14.0 +0100
+++ /var/tmp/diff_new_pack.c3n6d6/_new  2014-01-29 07:16:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libstorage
-Version:2.25.6
+Version:2.25.7
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2
@@ -125,7 +125,7 @@
 Requires:   lvm2
 Requires:   mdadm = 3.3
 Requires:   multipath-tools
-Requires:   parted = 2.2
+Requires:   parted = 3.1
 Requires:   udev
 Requires:   util-linux = 2.16
 %ifarch s390 s390x

++ libstorage-2.25.6.tar.bz2 - libstorage-2.25.7.tar.bz2 ++
 3388 lines of diff (skipped)

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



commit oxygen-gtk3 for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2014-01-29 07:16:29

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


Package is oxygen-gtk3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2013-12-18 
07:51:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2014-01-29 07:16:42.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 24 19:20:09 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.3.3
+  * Bugfix release, no changelog provided from upstream
+
+---

Old:

  oxygen-gtk3-1.3.1.tar.bz2

New:

  oxygen-gtk3-1.3.3.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.frKats/_old  2014-01-29 07:16:42.0 +0100
+++ /var/tmp/diff_new_pack.frKats/_new  2014-01-29 07:16:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package oxygen-gtk3
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.3.1
+Version:1.3.3
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.3.1.tar.bz2 - oxygen-gtk3-1.3.3.tar.bz2 ++
 6910 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-apache-libcloud for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package python-apache-libcloud for 
openSUSE:Factory checked in at 2014-01-29 07:16:44

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


Package is python-apache-libcloud

Changes:

--- 
/work/SRC/openSUSE:Factory/python-apache-libcloud/python-apache-libcloud.changes
2014-01-03 14:50:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-apache-libcloud.new/python-apache-libcloud.changes
   2014-01-29 07:16:46.0 +0100
@@ -1,0 +2,189 @@
+Sat Jan 25 20:31:09 UTC 2014 - abo...@gmail.com
+
+- Big release 0.14.0
+- General:
+  - If the file exists, read pricing data from ~/.libcloud/pricing.json by 
default. 
+   If the file doesn’t exist, fall back to the old behavior and use 
pricing data 
+which is bundled with the release. [Tomaz Muraus]
+  - Add libcloud.pricing.download_pricing_file function for downloading and 
+updating the pricing file. [Tomaz Muraus]
+  - Fix libcloud.utils.py3.urlquote so it works with unicode strings 
+under Python 2. (LIBCLOUD-429) [Michael Farrell]
+- Compute:
+  - Refactor Rackspace driver classes and make them easier to use. 
+Now there are two Rackspace provider constants - Provider.RACKSPACE which 
represents 
+new next-gen OpenStack servers and Provider.RACKSPACE_FIRST_GEN 
+which represents old first-gen cloud servers.
+
+Note: This change is backward incompatible. 
+For more information on those changes and how to update your code, 
+please visit “Upgrade Notes” documentation page - 
http://s.apache.org/lc0140un [Tomaz Muraus]
+
+  - Deprecate the following EC2 provider constants: 
+EC2_US_EAST, EC2_EU, EC2_EU_WEST, EC2_AP_SOUTHEAST, 
+EC2_AP_NORTHEAST, EC2_US_WEST_OREGON, EC2_SA_EAST, 
+EC2_SA_EAST and replace it with a new EC2 constant. 
+Driver referenced by this new constant now takes a “region” argument which 
+dictates to which region to connect.
+
+Note: Deprecated constants will continue to work until the next major 
release. 
+For more information on those changes and how to update your code, 
+please visit “Upgrade Notes” documentation page - 
http://s.apache.org/lc0140un [Tomaz Muraus]
+  
+  - Add support for volume related functions to OpenNebula driver. 
(LIBCLOUD-354) [Emanuele Rocca]
+  - Add methods for managing storage volumes to the OpenStack driver. 
(LIBCLOUD-353) [Bernard Kerckenaere]
+  - Add new driver for Google Compute Engine (LIBCLOUD-266, LIBCLOUD-386) 
[Rick Wright]
+  - Fix create_node “features” metadata and update affected drivers. 
(LIBCLOUD-367) [John Carr]
+  - Update EC2 driver to accept the auth kwarg (it will accept NodeAuthSSH 
objects and 
+automatically import a public key that is not already uploaded to the EC2 
keyring). 
+(Follow on from LIBCLOUD-367). [John Carr]
+  - Unify extension argument names for assigning a node to security groups in 
EC2 and OpenStack driver. 
+Argument in the EC2 driver has been renamed from ex_securitygroup to 
ex_security_groups. 
+For backward compatibility reasons, old argument will continue to work 
until the next major release. 
+(LIBCLOUD-375) [Tomaz Muraus]
+  - Add ex_import_keypair_from_string and ex_import_keypair method to the 
CloudStack driver. 
+(LIBCLOUD-380) [Sebastien Goasguen]
+  - Add support for managing floating IP addresses to the OpenStack driver. 
(LIBCLOUD-382) [Ivan Kusalic]
+  - Add extension methods for handling port forwarding to the CloudStack 
driver, 
+rename CloudStackForwardingRule class to CloudStackIPForwardingRule. 
(LIBCLOUD-348, LIBCLOUD-381) [sebastien goasguen]
+  - Hook up deploy_node functionality in the CloudStack driver and unify 
extension arguments 
+for handling security groups. (LIBCLOUD-388) [sebastien goasguen]
+  - Allow user to pass “args” argument to the ScriptDeployment and 
ScriptFileDeployment class. 
+This argument tells which command line arguments get passed to the 
ScriptDeployment script. (LIBCLOUD-394)
+
+Note: This change is backward incompatible. 
+For more information on how this affects your code and how to update it, 
+visit “Upgrade Notes” documentation page - http://s.apache.org/lc0140un 
[Tomaz Muraus]
+  
+  - Allow user to specify IAM profile to use when creating an EC2 node. 
(LIBCLOUD-403) [Xavier Barbosa]
+  - Add support for keypair management to the OpenStack driver. (LIBCLOUD-392) 
[L. Schaub]
+  - Allow user to specify disk partitioning mode using ex_disk_config argument 
in the OpenStack based drivers. 
+(LIBCLOUD-402) [Brian Curtin]
+  - Add new driver for NephoScale provider (http://nephoscale.com/). 
(LIBCLOUD-404) [Markos Gogoulos]
+  - Update network related extension methods 

commit perl-Text-Wrapper for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Wrapper for 
openSUSE:Factory checked in at 2014-01-29 07:16:34

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


Package is perl-Text-Wrapper

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Wrapper/perl-Text-Wrapper.changes  
2013-04-23 11:37:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Text-Wrapper.new/perl-Text-Wrapper.changes 
2014-01-29 07:16:43.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan 26 15:26:46 UTC 2014 - l...@linux-schulserver.de
+
+- update to 1.05:
+  + no functional changes
+  + additional tests showing all possible breakpoints
+
+---

Old:

  Text-Wrapper-1.04.tar.gz

New:

  Text-Wrapper-1.05.tar.gz



Other differences:
--
++ perl-Text-Wrapper.spec ++
--- /var/tmp/diff_new_pack.if07G4/_old  2014-01-29 07:16:43.0 +0100
+++ /var/tmp/diff_new_pack.if07G4/_new  2014-01-29 07:16:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Wrapper
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Text-Wrapper
-Version:1.04
+Version:1.05
 Release:0
 %define cpan_name Text-Wrapper
 Summary:Word wrap text by breaking long lines

++ Text-Wrapper-1.04.tar.gz - Text-Wrapper-1.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Wrapper-1.04/Changes 
new/Text-Wrapper-1.05/Changes
--- old/Text-Wrapper-1.04/Changes   2012-05-25 18:52:11.0 +0200
+++ new/Text-Wrapper-1.05/Changes   2014-01-18 21:57:02.0 +0100
@@ -1,34 +1,38 @@
 Revision history for Perl extension Text::Wrapper.
 
-1.04   May 25, 2012
+1.05   2014-01-18
+   - no functional changes
+   - additional tests showing all possible breakpoints
+
+1.04   2012-05-25
- restore compatibility with Perl 5.8.0 (RT#77386)
  patch provided by Thomas Sibley
 
-1.03   March 10, 2012
+1.03   2012-03-10
- add the wrap_after attribute
- now requires Perl 5.10.0 or later
- explicitly supports U+2000 - U+200B as breaking spaces
- now built with Dist::Zilla (includes v2 META.json)
- repository now publicly available on GitHub
 
-1.02   May 10, 2008
+1.02   2008-05-10
- no functional changes
- minor clean up to documentation
- use Module::Build::DistVersion for packaging
 
-1.01   March 21, 2007
-   - converted to Module::Build
-   - updated my email address
-   - added example/gettysburg.pl
-   - added POD tests  fixed POD error
-
-1.000  October 26, 1998
-   - updated my email address
-
-0.008  October 22, 1998
-   - Mention that you need Perl 5.004 or later
-   - Don't infinite loop on long words (but it still doesn't break them)
+1.01   2007-03-21
+   - convert to Module::Build
+   - update my email address
+   - add example/gettysburg.pl
+   - add POD tests  fixed POD error
+
+1.000  1998-10-26
+   - update my email address
+
+0.008  1998-10-22
+   - mention that you need Perl 5.004 or later
+   - don't infinite loop on long words (but it still doesn't break them)
  (thanks to Ken Williams k...@forum.swarthmore.edu)
 
-0.007  May 14, 1998
-   - First public release
+0.007  1998-05-14
+   - first public release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Wrapper-1.04/LICENSE 
new/Text-Wrapper-1.05/LICENSE
--- old/Text-Wrapper-1.04/LICENSE   2012-05-25 18:52:11.0 +0200
+++ new/Text-Wrapper-1.05/LICENSE   2014-01-18 21:57:02.0 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2012 by Christopher J. Madsen.
+This software is copyright (c) 2014 by Christopher J. Madsen.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2012 by Christopher J. Madsen.
+This software is Copyright (c) 2014 by Christopher J. Madsen.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2012 by Christopher J. Madsen.
+This software is Copyright (c) 2014 by 

commit openclipart for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package openclipart for openSUSE:Factory 
checked in at 2014-01-29 07:16:20

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


Package is openclipart

Changes:

--- /work/SRC/openSUSE:Factory/openclipart/openclipart.changes  2011-09-23 
02:15:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.openclipart.new/openclipart.changes 
2014-01-29 07:16:31.0 +0100
@@ -1,0 +2,11 @@
+Mon Jan 27 19:33:22 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.20:
+  * adds more images
+- Pack everything:
+  * there might be broken files but filtering is huge pain and
+it should be rather delt with on upstream side.
+- Compress svg files as there is no reason to have them unpacked
+- Use fdupes to reduce size
+
+---

Old:

  clean-up-sources.sh
  generate-png-source.sh
  generate-png-source.sh.log.bz2
  openclipart-0.18-pngonly.tar.bz2
  openclipart-0.18-svgonly.tar.bz2

New:

  openclipart-2.0.tar.bz2



Other differences:
--
++ openclipart.spec ++
--- /var/tmp/diff_new_pack.M5PWFb/_old  2014-01-29 07:16:40.0 +0100
+++ /var/tmp/diff_new_pack.M5PWFb/_new  2014-01-29 07:16:40.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package openclipart (Version 0.18)
+# spec file for package openclipart
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,42 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
+%define _tarver 2.0
 Name:   openclipart
+Version:0.20
+Release:0
+Summary:Open Clip Art Library
 License:SUSE-Public-Domain
 Group:  Productivity/Graphics/Other
-AutoReqProv:on
-Summary:Open Clip Art Library
-Version:0.18
-Release:137
 Url:http://www.openclipart.org/
-# This tarball has been generated using:
-# sh generate-png-source.sh openclipart-0.18-svgonly.tar.bz2 21 | tee 
generate-png-source.sh.log
-Source0:openclipart-%{version}-pngonly.tar.bz2
-Source1:openclipart-%{version}-svgonly.tar.bz2
-Source2:generate-png-source.sh
-Source3:generate-png-source.sh.log.bz2
-Source4:clean-up-sources.sh
+Source0:
ftp://ftp.osuosl.org/pub/openclipart/downloads/%{_tarver}/%{name}-%{_tarver}.tar.bz2
+BuildRequires:  fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
 An extensive set of clip art graphics that can be used for free.
 
-
-
 %package svg
-License:SUSE-Public-Domain
 Summary:Open Clip Art Library in the SVG File Format
+License:SUSE-Public-Domain
 Group:  Productivity/Graphics/Other
-%if 0%{?suse_version} = 01020 || 0%{?meego_version}
-# FIXME: http://en.opensuse.org/Packaging/Distribution_differences claims that 
Requires(posttrans) is not implemented
-Requires(post): coreutils
-%else
-PreReq: coreutils
-%endif
 
 %description svg
 An extensive set of clip art graphics that can be used for free.
@@ -58,21 +42,12 @@
 This package includes the pictures in the original SVG graphics file
 format.
 
-
-
 %package png
-License:SUSE-Public-Domain
 Summary:Open Clip Art Library in the PNG File Format
+License:SUSE-Public-Domain
 Group:  Productivity/Graphics/Other
-Provides:   
openclipart:/usr/share/clipart/openclipart-0.18/animals/birds/baby_tux_01.png
-Provides:   openclipart = 0.18
-Obsoletes:  openclipart = 0.18
-%if 0%{?suse_version} = 01020 || 0%{?meego_version}
-# FIXME: http://en.opensuse.org/Packaging/Distribution_differences claims that 
Requires(posttrans) is not implemented
-Requires(post): coreutils
-%else
-PreReq: coreutils
-%endif
+Provides:   openclipart = %{version}
+Obsoletes:  openclipart  %{version}
 
 %description png
 An extensive set of clip art graphics that can be used for free.
@@ -80,56 +55,35 @@
 This package includes the pictures converted to the PNG graphics file
 format.
 
-
-
 %prep
-%setup -q -n openclipart-%{version}-pngonly -b 1
-#
-install -m 755 %{S:2} %{S:4} .
-bzip2 -dc %{S:3} generate-png-source.sh.log
+%setup -q -c
+# tarball is packed really poorly
+find ./ -type d |xargs -i chmod +x {}
+mv %{name}-%{version}/* ./
+rm -rf %{name}-%{version}/
 
 %build
+# Compress all the svg images as it is possible and eats up less space
+echo Compressing SVG files...

commit sysstat for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

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

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


Package is sysstat

Changes:

--- /work/SRC/openSUSE:Factory/sysstat/sysstat.changes  2013-11-05 
13:53:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.sysstat.new/sysstat.changes 2014-01-29 
07:17:14.0 +0100
@@ -1,0 +2,22 @@
+Mon Jan 27 12:06:13 UTC 2014 - vci...@suse.com
+
+- update to 10.2.1
+  * Added new --enable-copy-only option to configure script.
+This option may be useful when creating sysstat package to
+make sure that files are only copied to $DESTDIR and that
+no service is activated (eg. for distro using systemd).
+  * pidstat: Add a new metric to pidstat I/O statistics:
+per-task block I/O delays.
+  * Take $DESTDIR variable into account when installing sysstat
+service used by systemd.
+  * sadf -H, sadf -j and sadf -x now also display the file
+creation time.
+  * Use sizeof() instead of hardcoded size values.
+  * pidstat manual page updated.
+  * Cosmetic fixes.
+  * NLS updated.
+- rename nfsiostat to nfsiostat-sysstat because of a name collision
+  with a binary from nfs-utils (bnc#814447)
+  * added sysstat-rename_nfsiostat.patch
+
+---

Old:

  sysstat-10.2.0.tar.xz

New:

  sysstat-10.2.1.tar.xz
  sysstat-rename_nfsiostat.patch



Other differences:
--
++ sysstat.spec ++
--- /var/tmp/diff_new_pack.TkmC3T/_old  2014-01-29 07:17:14.0 +0100
+++ /var/tmp/diff_new_pack.TkmC3T/_new  2014-01-29 07:17:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysstat
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   sysstat
-Version:10.2.0
+Version:10.2.1
 Release:0
 Summary:Sar and Iostat Commands for Linux
 License:GPL-2.0+
@@ -39,6 +39,7 @@
 Patch3: sysstat-8.0.4-sysconfdir.diff
 # PATCH-FIX-OPENSUSE avoid build dates in generated files
 Patch4: sysstat-9.0.4-no-build-date.patch
+Patch5: sysstat-rename_nfsiostat.patch
 BuildRequires:  xz
 Requires:   gettext
 Requires:   procmail
@@ -76,6 +77,11 @@
 %patch3
 %patch4
 cp %{SOURCE1} %{SOURCE2} %{SOURCE4} .
+# bnc814447: rename nfsiostat to nfsiostat-sysstat
+%patch5 -p1
+mv man/nfsiostat.in man/nfsiostat-sysstat.in
+mv nfsiostat.c nfsiostat-sysstat.c
+mv nfsiostat.h nfsiostat-sysstat.h
 
 %build
 export conf_dir=%{_sysconfdir}/sysstat

++ sysstat-10.2.0.tar.xz - sysstat-10.2.1.tar.xz ++
 3783 lines of diff (skipped)

++ sysstat-rename_nfsiostat.patch ++
commit 0b97789cd6b10bca691a9bf43b7cf95cc4fdf384
Author: Sebastien GODARD syss...@users.noreply.github.com
Date:   Sun Jan 26 09:17:03 2014 +0100

Rename nfsiostat command to nfsiostat-sysstat

nfsiostat was added to the sysstat package in 2010, but such a command
has already existed in the nfs-utils package since 2008.
So to avoid confusion, rename nfsiostat to nfsiostat-sysstat and
indicate it is now obsolete.
The nfsiostat command from the sysstat package will be removed in a
future version since we don't need two similar commands.

Signed-off-by: Sebastien GODARD syss...@users.noreply.github.com

Index: sysstat-10.2.1/Makefile.in
===
--- sysstat-10.2.1.orig/Makefile.in 2014-01-27 13:16:53.480367396 +0100
+++ sysstat-10.2.1/Makefile.in  2014-01-27 13:17:27.744767704 +0100
@@ -163,7 +163,7 @@ NLSPOT= $(NLSPO:.po=.pot)
 % : %.o
$(CC) -o $@ $(CFLAGS) $^ $(LFLAGS)
 
-all: sadc sar sadf iostat mpstat pidstat nfsiostat cifsiostat locales
+all: sadc sar sadf iostat mpstat pidstat nfsiostat-sysstat cifsiostat locales
 
 common.o: common.c version.h common.h ioconf.h sysconfig.h
 
@@ -247,9 +247,9 @@ mpstat.o: mpstat.c mpstat.h version.h co
 
 mpstat: mpstat.o librdstats_light.a libsyscom.a
 
-nfsiostat.o: nfsiostat.c nfsiostat.h count.h version.h common.h
+nfsiostat-sysstat.o: nfsiostat-sysstat.c nfsiostat-sysstat.h count.h version.h 
common.h
 
-nfsiostat: nfsiostat.o librdstats_light.a libsyscom.a
+nfsiostat-sysstat: nfsiostat-sysstat.o librdstats_light.a libsyscom.a
 
 cifsiostat.o: cifsiostat.c cifsiostat.h count.h version.h common.h
 
@@ -291,8 +291,8 @@ ifeq ($(INSTALL_DOC),y)
$(INSTALL_DATA) $(MANGRPARG) 

commit sensors for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2014-01-29 07:17:07

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


Package is sensors

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2013-12-13 
12:00:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2014-01-29 
07:17:08.0 +0100
@@ -1,0 +2,24 @@
+Tue Jan 28 09:08:45 CET 2014 - jdelv...@suse.de
+
+- Package COPYING and COPYING.LGPL.
+
+---
+Wed Jan 22 10:24:21 CET 2014 - jdelv...@suse.de
+
+- Package new file /usr/share/man/man8/sensors-conf-convert.8.gz.
+
+---
+Wed Jan 22 10:08:21 CET 2014 - jdelv...@suse.de
+
+- Update to lm_sensors 3.3.5
+  * library: Support up to 33 sensors of the same type per
+monitoring chip (needed for recent Intel processors, coretemp
+driver)
+  * sensors-detect: Detection of new devices
+  Added non-interactive (automatic) mode
+  * lm_sensors-r6181-fix-service-files.patch: Removed, upstream
+now.
+  * lm_sensors-3.0.0-sysconfig_metadata.patch,
+lm_sensors-3.0.3-hint-at-kernel-extra-package.patch: Refreshed.
+
+---

Old:

  lm_sensors-3.3.4.tar.bz2
  lm_sensors-r6181-fix-service-files.patch

New:

  lm_sensors-3.3.5.tar.bz2



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.HaowcB/_old  2014-01-29 07:17:09.0 +0100
+++ /var/tmp/diff_new_pack.HaowcB/_new  2014-01-29 07:17:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# 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
@@ -22,7 +22,7 @@
 BuildRequires:  rrdtool-devel
 BuildRequires:  systemd-rpm-macros
 Url:http://www.lm-sensors.org/
-Version:3.3.4
+Version:3.3.5
 Release:0
 Summary:Hardware health monitoring for Linux
 License:GPL-2.0+
@@ -34,7 +34,6 @@
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
-Patch5: lm_sensors-r6181-fix-service-files.patch
 
 ExcludeArch:s390 s390x
 %{?systemd_requires}
@@ -95,7 +94,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS
@@ -103,16 +101,13 @@
 
 %install
 make PROG_EXTRA:=sensord BUILD_STATIC_LIB:=0 PREFIX=%{_prefix} 
MANDIR=%{_mandir} LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT install
-cd doc/
-   mkdir -p$RPM_BUILD_ROOT/%{_docdir}/sensors
-   cp -a donations $RPM_BUILD_ROOT/%{_docdir}/sensors/
-   cp -a fan-divisors  $RPM_BUILD_ROOT/%{_docdir}/sensors/
-   cp -a fancontrol.txt$RPM_BUILD_ROOT/%{_docdir}/sensors/
-   cp -a temperature-sensors   $RPM_BUILD_ROOT/%{_docdir}/sensors/
-   cp -a vid   $RPM_BUILD_ROOT/%{_docdir}/sensors/
-   cp -a progs $RPM_BUILD_ROOT/%{_docdir}/sensors/
-   chmod -R u+rwX,g+rX,o+rX$RPM_BUILD_ROOT/%{_docdir}/sensors/
-cd ../
+mkdir -p   $RPM_BUILD_ROOT/%{_docdir}/sensors 
$RPM_BUILD_ROOT/%{_docdir}/sensord
+cp -a doc/donations doc/fan-divisors \
+ doc/fancontrol.txt doc/libsensors-API.txt \
+ doc/progs doc/temperature-sensors \
+ doc/vid COPYING COPYING.LGPL  $RPM_BUILD_ROOT/%{_docdir}/sensors/
+cp -a COPYING  $RPM_BUILD_ROOT/%{_docdir}/sensord/
+chmod -R u+rwX,g+rX,o+rX   $RPM_BUILD_ROOT/%{_docdir}/sensors/ 
$RPM_BUILD_ROOT/%{_docdir}/sensord/
 chmod 0755 $RPM_BUILD_ROOT/%{_libdir}/libsensors.so.*
 mkdir -p   $RPM_BUILD_ROOT/%{_unitdir}
 cp -a prog/init/*.service  $RPM_BUILD_ROOT/%{_unitdir}/
@@ -168,7 +163,14 @@
 %endif
 /usr/sbin/pwmconfig
 /usr/sbin/sensors-detect
-%doc %{_docdir}/sensors/
+%dir %{_docdir}/sensors
+%doc %{_docdir}/sensors/donations
+%doc %{_docdir}/sensors/fan-divisors
+%doc %{_docdir}/sensors/fancontrol.txt
+%doc %{_docdir}/sensors/progs
+%doc %{_docdir}/sensors/temperature-sensors
+%doc %{_docdir}/sensors/vid
+%doc %{_docdir}/sensors/COPYING
 %doc /usr/share/man/man1/*.1.gz
 %doc /usr/share/man/man8/fancontrol.8.gz
 %ifarch i386 i486 

commit yast2-installation for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2014-01-29 07:17:48

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


Package is yast2-installation

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2014-01-23 15:59:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2014-01-29 07:17:50.0 +0100
@@ -1,0 +2,42 @@
+Tue Jan 28 15:37:15 UTC 2014 - jreidin...@suse.com
+
+- Fix exporting configuration in first stage (FATE#308539)
+- 3.1.25
+
+---
+Mon Jan 27 09:56:26 UTC 2014 - mfi...@suse.com
+
+- fate#316768, bnc#854500
+  - enable network service according product feature
+- 3.1.24
+
+---
+Fri Jan 24 12:01:29 UTC 2014 - lsle...@suse.cz
+
+- removed inst_scc.rb client (moved to yast2-registration)
+- 3.1.23
+
+---
+Tue Jan 21 14:18:08 UTC 2014 - jreidin...@suse.com
+
+- Remove icons from system analysis according to Ken's comments
+  (fate#314695)
+- 3.1.22
+
+---
+Tue Jan 21 12:15:21 UTC 2014 - jreidin...@suse.com
+
+- Remove Change... button in non-textual installation
+- Add Export Configuration button in non-textual installation
+  (FATE#308539)
+- Add Export Configuration menu item in textual installation
+  (FATE#308539)
+- 3.1.21
+
+---
+Tue Jan 21 08:48:17 UTC 2014 - jsr...@suse.cz
+
+- adjusted UI according to Ken's comments (fate#314695)
+- 3.1.20
+
+---

Old:

  yast2-installation-3.1.19.tar.bz2

New:

  yast2-installation-3.1.25.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.Tpg2lv/_old  2014-01-29 07:17:50.0 +0100
+++ /var/tmp/diff_new_pack.Tpg2lv/_new  2014-01-29 07:17:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.19
+Version:3.1.25
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.1.19.tar.bz2 - yast2-installation-3.1.25.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.19/package/yast2-installation.changes 
new/yast2-installation-3.1.25/package/yast2-installation.changes
--- old/yast2-installation-3.1.19/package/yast2-installation.changes
2014-01-20 16:55:14.0 +0100
+++ new/yast2-installation-3.1.25/package/yast2-installation.changes
2014-01-28 17:04:55.0 +0100
@@ -1,4 +1,46 @@
 ---
+Tue Jan 28 15:37:15 UTC 2014 - jreidin...@suse.com
+
+- Fix exporting configuration in first stage (FATE#308539)
+- 3.1.25
+
+---
+Mon Jan 27 09:56:26 UTC 2014 - mfi...@suse.com
+
+- fate#316768, bnc#854500
+  - enable network service according product feature
+- 3.1.24
+
+---
+Fri Jan 24 12:01:29 UTC 2014 - lsle...@suse.cz
+
+- removed inst_scc.rb client (moved to yast2-registration)
+- 3.1.23
+
+---
+Tue Jan 21 14:18:08 UTC 2014 - jreidin...@suse.com
+
+- Remove icons from system analysis according to Ken's comments
+  (fate#314695)
+- 3.1.22
+
+---
+Tue Jan 21 12:15:21 UTC 2014 - jreidin...@suse.com
+
+- Remove Change... button in non-textual installation
+- Add Export Configuration button in non-textual installation
+  (FATE#308539)
+- Add Export Configuration menu item in textual installation
+  (FATE#308539)
+- 3.1.21
+
+---
+Tue Jan 21 08:48:17 UTC 2014 - jsr...@suse.cz
+
+- adjusted UI according to Ken's comments (fate#314695)
+- 3.1.20
+
+---
 Mon Jan 13 09:58:46 UTC 2014 - jreidin...@suse.com
 
 - add clone proposal and finish client (FATE#308539)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.19/package/yast2-installation.spec 
new/yast2-installation-3.1.25/package/yast2-installation.spec
--- 

commit xsane for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

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

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


Package is xsane

Changes:

--- /work/SRC/openSUSE:Factory/xsane/xsane.changes  2013-01-22 
22:25:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.xsane.new/xsane.changes 2014-01-29 
07:17:39.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 27 16:40:32 UTC 2014 - lnus...@suse.de
+
+- fix compiled in location of documentation (bnc#577803)
+
+---



Other differences:
--
++ xsane.spec ++
--- /var/tmp/diff_new_pack.U4PwL5/_old  2014-01-29 07:17:39.0 +0100
+++ /var/tmp/diff_new_pack.U4PwL5/_new  2014-01-29 07:17:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xsane
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -114,8 +114,7 @@
 #ACLOCAL=aclocal -I m4 autoreconf -f -i
 %configure\
--enable-gimp
-make %{?_smp_mflags}\
-   xsanedocdir=%{_docdir}/%{name}
+make %{?_smp_mflags}
 
 %install
 make install\

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



commit upx for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package upx for openSUSE:Factory checked in 
at 2014-01-29 07:17:35

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


Package is upx

Changes:

--- /work/SRC/openSUSE:Factory/upx/upx.changes  2013-11-25 16:04:23.0 
+0100
+++ /work/SRC/openSUSE:Factory/.upx.new/upx.changes 2014-01-29 
07:17:36.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 20 09:56:37 UTC 2014 - pgaj...@suse.com
+
+- fix build for factory
+
+---



Other differences:
--
++ upx.spec ++
--- /var/tmp/diff_new_pack.CyVmmV/_old  2014-01-29 07:17:36.0 +0100
+++ /var/tmp/diff_new_pack.CyVmmV/_new  2014-01-29 07:17:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package upx
 #
-# 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
@@ -56,7 +56,7 @@
 export UPX_LZMADIR=%_builddir/lzma-x
 export UPX_LZMA_VERSION=0x922
 export UPX_UCLDIR=%{_prefix}
-
+export CXX=g++
 make -C src CXXFLAGS=%{optflags}
 make -C doc
 

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



commit xtrans for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package xtrans for openSUSE:Factory checked 
in at 2014-01-29 07:17:43

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


Package is xtrans

Changes:

--- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes2013-12-11 
17:46:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtrans.new/xtrans.changes   2014-01-29 
07:17:44.0 +0100
@@ -1,0 +2,14 @@
+Mon Jan 27 14:32:27 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.3.3:
+  + xtrans.m4: replace obsolete AC_HELP_STRING
+  + xtrans.m4: replace deprecated AC_HAVE_LIBRARY with AC_CHECK_LIB
+  + xtrans.m4: remove AC_TYPE_SIGNAL and Imake SIGNALRETURNSINT
+  + Add TransIsListening()
+  + Remove unused static inlines
+  + Fix alignment issues in FD passing code
+  + Don't restrict FD passing to Linux  Solaris
+  + Define TRANS_RECEIVED flag for transports
+  + Enable systemd socket activation
+
+---

Old:

  xtrans-1.3.2.tar.bz2

New:

  xtrans-1.3.3.tar.bz2



Other differences:
--
++ xtrans.spec ++
--- /var/tmp/diff_new_pack.rEXzm4/_old  2014-01-29 07:17:45.0 +0100
+++ /var/tmp/diff_new_pack.rEXzm4/_new  2014-01-29 07:17:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtrans
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   xtrans
-Version:1.3.2
+Version:1.3.3
 Release:0
 Summary:Library to handle network protocol transport in X
 License:MIT

++ xtrans-1.3.2.tar.bz2 - xtrans-1.3.3.tar.bz2 ++
 9729 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/xtrans-1.3.2/ChangeLog new/xtrans-1.3.3/ChangeLog
--- old/xtrans-1.3.2/ChangeLog  2013-11-08 05:18:13.0 +0100
+++ new/xtrans-1.3.3/ChangeLog  2014-01-27 13:51:51.0 +0100
@@ -1,3 +1,141 @@
+commit 3f0de269abe59353acbd7a5587d68ce0da91db67
+Author: Hans de Goede hdego...@redhat.com
+Date:   Thu Jan 23 11:47:25 2014 +0100
+
+xtrans 1.3.3
+
+Signed-off-by: Hans de Goede hdego...@redhat.com
+
+commit 8f3bbed42c308f9c90293f23b7eaceff006aa232
+Author: Jon TURNEY jon.tur...@dronecode.org.uk
+Date:   Wed Jul 10 16:29:12 2013 +0100
+
+Add TransIsListening()
+
+libxtrans provides TransNoListen() to set the 'don't listen' flag for a
+particular transport, but there is no interface to query the state of that 
flag
+
+This is a bit of a problem for the XWin server, as it wants to start some 
helper
+clients (for clipboard integration and integrated window management), so 
needs
+to know what transports the server is listening on to construct appropriate
+display names for those clients.
+
+Add TransIsListening() to discover if TransNoListen() has been called for a
+particular protocol or not
+
+HdG:
+-Invert the final check so that TransIsListening returns True when
+ TRANS_NOLISTEN is not set, as one would expect of it.
+-Make the protocol argument a const char * as similar functions do
+-Fix warning: too many arguments for format warning
+
+Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk
+Signed-off-by: Hans de Goede hdego...@redhat.com
+
+commit e1e6121a1638d43d9929589b4723da2b38cb6b44
+Author: Łukasz Stelmach l.stelm...@samsung.com
+Date:   Mon Nov 25 11:11:54 2013 +0100
+
+Enable systemd socket activation
+
+Receive file descriptors of open sockets from systemd instead of
+creating them.
+
+Signed-off-by: Łukasz Stelmach l.stelm...@samsung.com
+Cc: Kyungmin Park kyungmin.p...@samsung.com
+Cc: MyungJoo Ham myungjoo@samsung.com
+Cc: Piort Bereza p.ber...@samsung.com
+Cc: Karol Lewandowski k.lewando...@samsung.com
+Cc: Lennart Poettering lenn...@poettering.net
+Cc: Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl
+Cc: Peter Hutterer peter.hutte...@who-t.net
+Cc: walter harms wha...@bfs.de
+Signed-off-by: Hans de Goede hdego...@redhat.com
+Acked-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit 

commit sysvinit for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package sysvinit for openSUSE:Factory 
checked in at 2014-01-29 07:17:27

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


Package is sysvinit

Changes:

--- /work/SRC/openSUSE:Factory/sysvinit/sysvinit.changes2014-01-23 
15:57:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.sysvinit.new/sysvinit.changes   2014-01-29 
07:17:27.0 +0100
@@ -4 +4,2 @@
-- killall5: handle strange names of executables 
+- Add patch sysvinit-2.88+dsf-sulogin.diff from upstream to handle
+  e.g. strange names of executables in killall5
@@ -10,0 +12,2 @@
+- Modify patch powerd-2.0.2.dif to remove sysvinit features
+- Adding the systemd unit file powerd.service



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



commit yast2-nfs-server for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-nfs-server for 
openSUSE:Factory checked in at 2014-01-29 07:17:52

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


Package is yast2-nfs-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-server/yast2-nfs-server.changes
2013-11-15 14:24:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-server.new/yast2-nfs-server.changes   
2014-01-29 07:17:53.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 27 08:12:41 UTC 2014 - mfi...@suse.com
+
+- fate#315589
+  - deprecated bind mount configuration with NFSv4 export
+- 3.1.2
+
+---

Old:

  yast2-nfs-server-3.1.1.tar.bz2

New:

  yast2-nfs-server-3.1.2.tar.bz2



Other differences:
--
++ yast2-nfs-server.spec ++
--- /var/tmp/diff_new_pack.nh9Jdq/_old  2014-01-29 07:17:53.0 +0100
+++ /var/tmp/diff_new_pack.nh9Jdq/_new  2014-01-29 07:17:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nfs-server
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-server
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,7 +27,7 @@
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 = 2.23.23
-BuildRequires:  yast2-devtools = 3.0.6
+BuildRequires:  yast2-devtools = 3.1.10
 BuildRequires:  yast2-testsuite
 # Service::Find
 # Wizard::SetDesktopTitleAndIcon

++ yast2-nfs-server-3.1.1.tar.bz2 - yast2-nfs-server-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-server-3.1.1/README 
new/yast2-nfs-server-3.1.2/README
--- old/yast2-nfs-server-3.1.1/README   2013-11-15 13:12:10.0 +0100
+++ new/yast2-nfs-server-3.1.2/README   1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-yast2-config-nfs_server is part of YaST2
-See the file COPYRIGHT.english for license terms
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-server-3.1.1/README.md 
new/yast2-nfs-server-3.1.2/README.md
--- old/yast2-nfs-server-3.1.1/README.md1970-01-01 01:00:00.0 
+0100
+++ new/yast2-nfs-server-3.1.2/README.md2014-01-27 11:09:43.0 
+0100
@@ -0,0 +1,90 @@
+YaST NFS Server Module
+==
+
+The YaST NFS Server module manages configuration of an
+[NFS](https://en.wikipedia.org/wiki/Network_File_System) server. It's a part of
+[YaST](https://en.opensuse.org/Portal:YaST) — installation and configuration
+tool for [openSUSE](https://www.opensuse.org/) and [SUSE Linux
+Enterprise](https://www.suse.com/products/server/) (SLE).
+
+p align=center
+  img src=doc/screenshot.png alt=YaST NFS Server Module screenshot
+/p
+
+Features
+
+
+  * NFSv3
+  * NFSv4
+
+Installation
+
+
+To install the latest stable version on openSUSE or SLE, use zypper:
+
+$ sudo zypper install yast2-nfs-server
+
+Running
+---
+
+To run the module, use the following command:
+
+$ sudo /usr/sbin/yast2 nfs-server
+
+This will run the module in text mode. For more options, including running in
+your desktop environment, see section on [running
+YaST](https://en.opensuse.org/SDB:Starting_YaST) in the YaST documentation.
+
+Documentation
+-
+
+User-level documentation for this module is available in the
+[openSUSE Reference documentation][user]. See also
+[general YaST documentation](https://en.opensuse.org/Portal:YaST).
+
+[user]: 
http://activedoc.opensuse.org/book/opensuse-reference/chapter-18-sharing-file-systems-with-nfs
+
+Developer documentation specific for this module is in the [doc](doc)
+directory.
+
+Development
+---
+
+This module is developed as part of YaST. See
+[YaST development documentation](
+  https://en.opensuse.org/openSUSE:YaST_development)
+for information about [YaST architecture](
+  https://en.opensuse.org/openSUSE:YaST:_Architecture_Overview),
+[development environment](
+https://en.opensuse.org/openSUSE:YaST:_Preparing_the_Development_Environment)
+and other development-related topics.
+
+To get the source code, clone the GitHub repository:
+
+$ git clone https://github.com/yast/yast-nfs-server.git
+
+Alternatively, you can fork the repository and clone your fork. This is most
+useful if you 

commit ncurses for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2014-01-29 07:19:16

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


Package is ncurses

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2014-01-24 
21:42:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2014-01-29 
07:19:18.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 28 18:18:22 UTC 2014 - wer...@suse.de
+
+- Add patch ncurses-5.9-ibm327x.dif to make ibm327x not a generic
+  terminal type but a more dumb one (bnc#859214) 
+
+---

New:

  ncurses-5.9-ibm327x.dif



Other differences:
--
++ ncurses.spec ++
--- /var/tmp/diff_new_pack.NbQwDv/_old  2014-01-29 07:19:19.0 +0100
+++ /var/tmp/diff_new_pack.NbQwDv/_new  2014-01-29 07:19:19.0 +0100
@@ -48,6 +48,7 @@
 Source6:edit.sed
 Source7:baselibs.conf
 Patch0: ncurses-%{version}.dif
+Patch1: ncurses-5.9-ibm327x.dif
 Patch3: ncurses-5.9-overwrite.dif
 Patch4: ncurses-5.7-tack.dif
 Patch5: ncurses-5.9-environment.dif
@@ -265,6 +266,7 @@
 tar Oxfj %{S:1} | patch -p1 -s
 tar  xfj %{S:5}
 mv tack-* tack
+%patch -P 1 -p0 -b .327x
 %patch -P 3 -p0 -b .ow
 %patch -P 4 -p0 -b .hs
 %patch -P 5 -p0 -b .lc

++ ncurses-5.9-ibm327x.dif ++
--- misc/terminfo.src
+++ misc/terminfo.src   2014-01-28 17:58:38.062235705 +
@@ -14838,8 +14838,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
 #
 
 ibm327x|line mode IBM 3270 style,
-   gn,
-   clear=^M^J, el=^M, home=^M,
+   cols#80,
+   clear=^M^J, cr=^M, cud1=^J, el=^M, home=^M, ind=^J,
 
 ibm3101|i3101|IBM 3101-10,
OTbs, am, xon,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org