commit akonadi-runtime for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package akonadi-runtime for openSUSE:Factory 
checked in at 2012-08-07 08:01:24

Comparing /work/SRC/openSUSE:Factory/akonadi-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-runtime.new (New)


Package is akonadi-runtime, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-runtime/akonadi-runtime.changes  
2012-04-20 15:10:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-runtime.new/akonadi-runtime.changes 
2012-08-07 08:01:27.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 15:07:13 UTC 2012 - dmuel...@suse.com
+
+- fix build failure with gcc41
+
+---

New:

  gcc41.diff



Other differences:
--
++ akonadi-runtime.spec ++
--- /var/tmp/diff_new_pack.qQM3Cg/_old  2012-08-07 08:01:38.0 +0200
+++ /var/tmp/diff_new_pack.qQM3Cg/_new  2012-08-07 08:01:38.0 +0200
@@ -25,6 +25,7 @@
 Group:  System/GUI/KDE
 Url:http://akonadi-project.org
 Source: 
ftp://ftp.kde.org/pub/kde/stable/akonadi/src/akonadi-%{rversion}.tar.bz2
+Patch0: gcc41.diff
 BuildRequires:  automoc4
 BuildRequires:  boost-devel
 BuildRequires:  cmake
@@ -78,6 +79,7 @@
 
 %prep
 %setup -q -n akonadi-%{rversion}
+%patch0
 
 %build
   %cmake_kde4 -d build -- -DCONFIG_INSTALL_DIR=/etc

++ gcc41.diff ++
--- server/src/nepomuk/queryserviceclient.h
+++ server/src/nepomuk/queryserviceclient.h
@@ -25,6 +25,8 @@
 class QUrl;
 
 namespace Nepomuk {
+typedef QHashQString, QString QStringHashMap;
+
 namespace Query {
 
 class Result;
@@ -78,7 +80,7 @@
  *
  * \sa QueryParser
  */
-bool query( const QString query, const QHashQString, QString 
encodedRps = QHashQString, QString() );
+bool query( const QString query, const QStringHashMap encodedRps 
= QStringHashMap() );
 
 /**
  * Start a query using the Nepomuk user query language.
@@ -96,7 +98,7 @@
  * 
  * \sa query(const QString), close()
  */
-bool blockingQuery( const QString query, const QHashQString, 
QString encodedRps = QHashQString, QString() );
+bool blockingQuery( const QString query, const QStringHashMap 
encodedRps = QStringHashMap() );
 
 /**
  * Close the client, thus stop to monitor the query
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit claws-mail for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2012-08-07 08:03:16

Comparing /work/SRC/openSUSE:Factory/claws-mail (Old)
 and  /work/SRC/openSUSE:Factory/.claws-mail.new (New)


Package is claws-mail, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes2012-07-23 
10:15:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2012-08-07 08:03:18.0 +0200
@@ -1,0 +2,56 @@
+Sun Aug  5 01:47:20 UTC 2012 - malcolmle...@opensuse.org
+
+- Updated to version 3.8.1:
+  + Replied and Forwarded message status flags are now non-
+exclusive. Introduced a new message state (and relevant icon
+in message list) where both the Replied and Forwarded flags
+are set.
+  + 'Send to...' has been added to the context menu of a message's
+parts. This causes a new Compose window to open with the
+selected mime part attached.
+  + 'Hide' and 'View Log' buttons have been added to the Send and
+Receive dialogues. The former will hide the dialogue, the
+latter will open the Network Log dialogue.
+  + A short symbol has been added the QuickSearch Extended mode:
+'ha', an abbreviated form of 'has_attachment'.
+  + Basic session statistics are now available, from the
+Statistics tab in About dialog and the command-line.
+  + The display of attached patches, (text/x-patch or text/x-diff)
+is now colourised. The colours are controlled by 3 new hidden
+preferences: diff_added_color, diff_deleted_color, and
+diff_hunk_color.
+  + Updated translations.
+  + Bug fixes:
+- Bug 1090, 'Standard-folders appear again after rescanning
+  tree'.
+- Bug 1924, 'Messages marked move to Trash appear identical to
+  messages marked move to $FOLDER'.
+- Bug 2598, 'Actions can move locked messages'.
+- Bug 2501, 'opened message blanks when moved to other
+  folder'.
+- Bug 2574, 'Statement might be overflowing a buffer in
+  strncat'.
+- Bug 2577, 'Focus rectangle on folder list and message list
+  headings doesn't get properly cleared when switching heading
+  and horizontally scrolling list (underlines and vertical
+  lines remain on screen)'.
+- Bug 2582, 'Expanded mimeview drag n drop no longer works'.
+- Bug 2595, 'Change expand behavior for message list / message
+  view'.
+- Bug 2620, 'shift+tab from subject field not working'.
+- Bug 2624, 'dialog Action Configuration cannot be closed'.
+- Bug 2646, 'Compile fails with gnutls-3.0.18'.
+- Bug 2659, 'E-mail attachments are handled inconsistently'.
+- Bug 2662, 'ag quicksearch adds 1 to value'.
+- Fix bug in search criteria when doing a complete directory
+  search using '*'.
+- Fix sensitivity of toolbar's get_btn (retrieve mail from
+  current account) and of mainwindows's relevant entry when
+  current account is not able to retrieve (SMTP-only).
+- Don't do TLS if not requested by user. fixes connecting to
+  servers which, for example, want SSL 3 only.
+- Drop claws-mail-fix-bufferoverflowstrncat.patch as this has been
+  upstreamed.
+- Drop claws-mail-gnutls318.patch as this has been upstreamed.
+
+---

Old:

  claws-mail-3.8.0.tar.bz2
  claws-mail-fix-bufferoverflowstrncat.patch
  claws-mail-gnutls318.patch

New:

  claws-mail-3.8.1.tar.bz2



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.xg2PqJ/_old  2012-08-07 08:03:20.0 +0200
+++ /var/tmp/diff_new_pack.xg2PqJ/_new  2012-08-07 08:03:20.0 +0200
@@ -22,22 +22,18 @@
 %endif
 
 Name:   claws-mail
-Version:3.8.0
+Version:3.8.1
 Release:0
 Url:http://www.claws-mail.org/
 Summary:A lightweight and highly configurable email client
 License:GPL-3.0+
 Group:  Productivity/Networking/Email/Clients
-Source0:
http://downloads.sourceforge.net/project/sylpheed-claws/Claws%20Mail/3.8.0/%{name}-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/project/sylpheed-claws/Claws%20Mail/3.8.1/%{name}-%{version}.tar.bz2
 Patch0: claws-mail-python.diff
-# PATCH-FIX-UPSTREAM claws-mail-fix-bufferoverflowstrncat.patch 
malcolmle...@opensuse.org -- Fix statement might be overflowing a buffer in 
strncat, http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2574
-Patch1: claws-mail-fix-bufferoverflowstrncat.patch
-# PATCH-FIX-UPSTREAM claws-mail-gnutls318.patch dims...@opensuse.org -- Fix 
build with gnutls 3.18. Taken from cvs rev 41.
-Patch2: 

commit claws-mail-extra-plugins for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package claws-mail-extra-plugins for 
openSUSE:Factory checked in at 2012-08-07 08:03:25

Comparing /work/SRC/openSUSE:Factory/claws-mail-extra-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.claws-mail-extra-plugins.new (New)


Package is claws-mail-extra-plugins, Maintainer is nadvor...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/claws-mail-extra-plugins/claws-mail-extra-plugins.changes
2012-01-19 16:54:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.claws-mail-extra-plugins.new/claws-mail-extra-plugins.changes
   2012-08-07 08:03:27.0 +0200
@@ -1,0 +2,61 @@
+Sun Aug  5 02:28:26 UTC 2012 - malcolmle...@opensuse.org
+
+- Update to version 3.8.1:
+  + acpi Notifier 1.0.27:
+- Updated translations.
+  + Address Keeper 1.0.6
+- Updated translations.
+- Add translation: Lithuanian.
+  + Archiver 0.6.12
+- Updated translations.
+  + attachwarner 0.2.24
+- Updated translations.
+  + att_remover 1.0.14
+- Fix crash when removing attachments from forwarded messages.
+- Fix non-root compilations.
+  + bsfilter 1.0.8
+- Updated translations.
+  + clamd 3.5.3
+- Updated translations.
+- Add translation: Lithuanian.
+  + Fancy 0.9.16
+- Set the user-agent.
+- Disable open link with external browser when 'block external
+  content' is checked.
+- Updated translations.
+- Add translation: Lithuanian.
+  + GData 0.4
+- Add support for libgdata 0.9.1.
+- When libgdata 0.9.1 is available, only fetch contacts in the
+  My Contacts system group.
+- Fix compilation with --disable-nls.
+- Updated translations.
+- Added translation: Lithuanian.
+  + GeoLocation 0.0.8
+- Updated translations.
+  + gtkhtml2_viewer 0.33
+- Updated translations.
+  + notification 0.30
+- Updated translations.
+  + PDF Viewer 0.9.2
+- New plugin.
+  + Python 0.10
+- Added replyinfo to compose object.
+- Updated translations.
+  + RSSyl 0.33
+- Fixed OPML export.
+- Updated translations.
+- Added translation: Lithuanian.
+  + SpamReport 0.3.16
+- Updated translations.
+  + TNEF Parser 0.3.13
+- Updated translations.
+  + vCalendar 2.0.13
+- Updated translations.
+- Add libpoppler-glib-devel BuildRequires: dependency for the new
+  plugin pdf_viewer-0.9.2.
+- Remove libchamplain 0.8.0 fix in spec file as geolocation plugin
+  updated.
+- Remove obsolete 11.3 fix for geolocation plugin.
+
+---

Old:

  claws-mail-extra-plugins-3.8.0.tar.bz2

New:

  claws-mail-extra-plugins-3.8.1.tar.bz2



Other differences:
--
++ claws-mail-extra-plugins.spec ++
--- /var/tmp/diff_new_pack.N5QlQi/_old  2012-08-07 08:03:29.0 +0200
+++ /var/tmp/diff_new_pack.N5QlQi/_new  2012-08-07 08:03:29.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version} = 1140
 %define build_geolocation 1
 %else
@@ -30,14 +31,14 @@
 %endif
 
 Name:   claws-mail-extra-plugins
-Version:3.8.0
+Version:3.8.1
 Release:0
 # NOTE: Try to enable gdata and geolocation plugins again. Last checked for 
3.7.10 on 12.1.
 Summary:Plugins for Claws Mail
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Clients
 Url:http://claws-mail.org
-Source0:
http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/3.8.0/%{name}-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/3.8.1/%{name}-%{version}.tar.bz2
 Patch0: claws-mail-extra-plugins-libytnef_shlib.patch
 # PATCH-FIX-OPENSUSE claws-mail-extra-plugins-fancy-build.patch -- Fix build 
of fancy plugin on 11.4
 Patch1: claws-mail-extra-plugins-fancy-build.patch
@@ -52,6 +53,7 @@
 BuildRequires:  libarchive-devel
 BuildRequires:  libchamplain-devel
 BuildRequires:  libcurl-devel
+BuildRequires:  libpoppler-glib-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  libtool
 BuildRequires:  libwebkit-devel
@@ -63,9 +65,9 @@
 BuildRequires:  pkgconfig(libgdata) = 0.6.4
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   perl = %{perl_version}
 Requires:   %{name}-lang = %{version}
 Requires:   claws-mail
+Requires:   perl = %{perl_version}
 Provides:   sylpheed-claws-extra-plugins = %{version}
 Obsoletes:  sylpheed-claws-extra-plugins  %{version}
 
@@ -93,8 +95,8 @@
 Summary:TNEF Stream Parser Library - Development Files
 License:GPL-3.0
 Group:  Development/Libraries/Other
-Requires:   libytnef0 = %{version}
 

commit darktable for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2012-08-07 08:04:21

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


Package is darktable, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/darktable/darktable.changes  2012-07-24 
17:21:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2012-08-07 
08:04:23.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug  5 16:44:24 UTC 2012 - fcro...@suse.com
+
+- Add update-curves.patch: add additional basecurves for Olympus
+  E-M5 and EOS 5D Mark II/III and Nikon D (from git)
+
+---

New:

  update-curves.patch



Other differences:
--
++ darktable.spec ++
--- /var/tmp/diff_new_pack.0uCwwD/_old  2012-08-07 08:04:24.0 +0200
+++ /var/tmp/diff_new_pack.0uCwwD/_new  2012-08-07 08:04:24.0 +0200
@@ -21,6 +21,7 @@
 Release:0
 Url:http://darktable.sourceforge.net
 Source0:
https://downloads.sourceforge.net/project/darktable/darktable/1.0/darktable-%{version}.tar.gz
+Patch0: update-curves.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenEXR-devel
@@ -58,6 +59,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 [ ! -d build ]  mkdir  build
@@ -66,7 +68,6 @@
 export CXXFLAGS=%{optflags} -fno-strict-aliasing   
 export CFLAGS=$CXXFLAGS
 
-
 cmake \
 -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL=%{_lib} \
 -DCMAKE_BUILD_TYPE=Release \

++ update-curves.patch ++
From 9d264c6c74c85a86943fd29babecb682d0d589e8 Mon Sep 17 00:00:00 2001
From: Pascal de Bruijn pmjdebru...@pcode.nl
Date: Sat, 28 Jul 2012 15:02:33 +0200
Subject: [PATCH 1/6] alternate Canon EOS 5D Mark II/III/IV? basecurve

---
 src/iop/basecurve.c |3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/iop/basecurve.c b/src/iop/basecurve.c
index 4bf832f..bf8dd76 100644
--- a/src/iop/basecurve.c
+++ b/src/iop/basecurve.c
@@ -50,6 +50,7 @@ dt_iop_basecurve_params_t;
 
 static const char dark_contrast[] = N_(dark contrast);
 static const char canon_eos[] = N_(canon eos like);
+static const char canon_eos_alt[] = N_(canon eos like alternate);
 static const char nikon[] = N_(nikon like);
 static const char sony_alpha[] = N_(sony alpha like);
 static const char pentax[] = N_(pentax like);
@@ -79,6 +80,8 @@ static const basecurve_preset_t basecurve_presets[] =
   {dark_contrast, , , 0, 51200, {{0.00, 0.072581, 0.157258, 0.491935, 
0.758065, 1.00}, {0.00, 0.04, 0.138710, 0.491935, 0.758065, 
1.00}, 0}, 0},
   // pascals canon eos curve (well tested):
   {canon_eos, Canon, , 0, 51200, {{0.00, 0.028226, 0.120968, 0.459677, 
0.858871, 1.00}, {0.00, 0.029677, 0.232258, 0.747581, 0.967742, 
1.00}, 0}, 1},
+  // pascals alternate canon eos curve for 5D Mark II and III and potentially 
a future IV
+  {canon_eos_alt, Canon, 5D Mark , 0, 51200, {{0.00, 0.032258, 
0.108871, 0.350806, 0.669355, 1.00}, {0.00, 0.029677, 0.232258, 
0.747581, 0.967742, 1.00}, 0}, 1},
   // pascals nikon curve (new curve, needs testing):
   {nikon, NIKON, , 0, 51200, {{0.00, 0.036290, 0.120968, 0.459677, 
0.858871, 1.00}, {0.00, 0.036532, 0.228226, 0.759678, 0.983468, 
1.00}, 0}, 1},
   // pascals sony alpha curve (needs testing):
-- 
1.7.10.4


From d1640b05ee23e0d461aaabed7783619cc37456c6 Mon Sep 17 00:00:00 2001
From: Pascal de Bruijn pmjdebru...@pcode.nl
Date: Sat, 28 Jul 2012 15:21:29 +0200
Subject: [PATCH 2/6] alternate Olypus E-M5 basecurve

---
 src/iop/basecurve.c |3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/iop/basecurve.c b/src/iop/basecurve.c
index bf8dd76..5cdd345 100644
--- a/src/iop/basecurve.c
+++ b/src/iop/basecurve.c
@@ -55,6 +55,7 @@ static const char nikon[] = N_(nikon like);
 static const char sony_alpha[] = N_(sony alpha like);
 static const char pentax[] = N_(pentax like);
 static const char olympus[] = N_(olympus like);
+static const char olympus_alt[] = N_(olympus like alternate);
 static const char panasonic[] = N_(panasonic like);
 static const char leica[] = N_(leica like);
 static const char kodak_easyshare[] = N_(kodak easyshare like);
@@ -90,6 +91,8 @@ static const basecurve_preset_t basecurve_presets[] =
   {pentax, PENTAX, , 0, 51200, {{0.00, 0.032258, 0.120968, 0.205645, 
0.604839, 1.00}, {0.00, 0.024596, 0.166419, 0.328527, 0.790171, 
1.00}, 0}, 1},
   // pascals olympus curve (needs testing):
   {olympus, OLYMPUS, , 0, 51200, {{0.00, 0.012097, 0.116935, 0.556452, 
0.899194, 1.00}, {0.00, 0.010322, 0.167742, 

commit darktable for openSUSE:12.2

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package darktable for openSUSE:12.2 checked 
in at 2012-08-07 08:04:26

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


Package is darktable, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/darktable/darktable.changes 2012-07-31 
14:03:53.0 +0200
+++ /work/SRC/openSUSE:12.2/.darktable.new/darktable.changes2012-08-07 
08:04:27.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug  5 16:44:24 UTC 2012 - fcro...@suse.com
+
+- Add update-curves.patch: add additional basecurves for Olympus
+  E-M5 and EOS 5D Mark II/III and Nikon D (from git)
+
+---

New:

  update-curves.patch



Other differences:
--
++ darktable.spec ++
--- /var/tmp/diff_new_pack.oRc1ZB/_old  2012-08-07 08:04:27.0 +0200
+++ /var/tmp/diff_new_pack.oRc1ZB/_new  2012-08-07 08:04:27.0 +0200
@@ -21,6 +21,7 @@
 Release:0
 Url:http://darktable.sourceforge.net
 Source0:
https://downloads.sourceforge.net/project/darktable/darktable/1.0/darktable-%{version}.tar.gz
+Patch0: update-curves.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenEXR-devel
@@ -58,6 +59,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 [ ! -d build ]  mkdir  build
@@ -66,7 +68,6 @@
 export CXXFLAGS=%{optflags} -fno-strict-aliasing   
 export CFLAGS=$CXXFLAGS
 
-
 cmake \
 -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL=%{_lib} \
 -DCMAKE_BUILD_TYPE=Release \

++ update-curves.patch ++
From 9d264c6c74c85a86943fd29babecb682d0d589e8 Mon Sep 17 00:00:00 2001
From: Pascal de Bruijn pmjdebru...@pcode.nl
Date: Sat, 28 Jul 2012 15:02:33 +0200
Subject: [PATCH 1/6] alternate Canon EOS 5D Mark II/III/IV? basecurve

---
 src/iop/basecurve.c |3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/iop/basecurve.c b/src/iop/basecurve.c
index 4bf832f..bf8dd76 100644
--- a/src/iop/basecurve.c
+++ b/src/iop/basecurve.c
@@ -50,6 +50,7 @@ dt_iop_basecurve_params_t;
 
 static const char dark_contrast[] = N_(dark contrast);
 static const char canon_eos[] = N_(canon eos like);
+static const char canon_eos_alt[] = N_(canon eos like alternate);
 static const char nikon[] = N_(nikon like);
 static const char sony_alpha[] = N_(sony alpha like);
 static const char pentax[] = N_(pentax like);
@@ -79,6 +80,8 @@ static const basecurve_preset_t basecurve_presets[] =
   {dark_contrast, , , 0, 51200, {{0.00, 0.072581, 0.157258, 0.491935, 
0.758065, 1.00}, {0.00, 0.04, 0.138710, 0.491935, 0.758065, 
1.00}, 0}, 0},
   // pascals canon eos curve (well tested):
   {canon_eos, Canon, , 0, 51200, {{0.00, 0.028226, 0.120968, 0.459677, 
0.858871, 1.00}, {0.00, 0.029677, 0.232258, 0.747581, 0.967742, 
1.00}, 0}, 1},
+  // pascals alternate canon eos curve for 5D Mark II and III and potentially 
a future IV
+  {canon_eos_alt, Canon, 5D Mark , 0, 51200, {{0.00, 0.032258, 
0.108871, 0.350806, 0.669355, 1.00}, {0.00, 0.029677, 0.232258, 
0.747581, 0.967742, 1.00}, 0}, 1},
   // pascals nikon curve (new curve, needs testing):
   {nikon, NIKON, , 0, 51200, {{0.00, 0.036290, 0.120968, 0.459677, 
0.858871, 1.00}, {0.00, 0.036532, 0.228226, 0.759678, 0.983468, 
1.00}, 0}, 1},
   // pascals sony alpha curve (needs testing):
-- 
1.7.10.4


From d1640b05ee23e0d461aaabed7783619cc37456c6 Mon Sep 17 00:00:00 2001
From: Pascal de Bruijn pmjdebru...@pcode.nl
Date: Sat, 28 Jul 2012 15:21:29 +0200
Subject: [PATCH 2/6] alternate Olypus E-M5 basecurve

---
 src/iop/basecurve.c |3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/iop/basecurve.c b/src/iop/basecurve.c
index bf8dd76..5cdd345 100644
--- a/src/iop/basecurve.c
+++ b/src/iop/basecurve.c
@@ -55,6 +55,7 @@ static const char nikon[] = N_(nikon like);
 static const char sony_alpha[] = N_(sony alpha like);
 static const char pentax[] = N_(pentax like);
 static const char olympus[] = N_(olympus like);
+static const char olympus_alt[] = N_(olympus like alternate);
 static const char panasonic[] = N_(panasonic like);
 static const char leica[] = N_(leica like);
 static const char kodak_easyshare[] = N_(kodak easyshare like);
@@ -90,6 +91,8 @@ static const basecurve_preset_t basecurve_presets[] =
   {pentax, PENTAX, , 0, 51200, {{0.00, 0.032258, 0.120968, 0.205645, 
0.604839, 1.00}, {0.00, 0.024596, 0.166419, 0.328527, 0.790171, 
1.00}, 0}, 1},
   // pascals olympus curve (needs testing):
   {olympus, OLYMPUS, , 0, 51200, {{0.00, 0.012097, 0.116935, 0.556452, 
0.899194, 1.00}, {0.00, 0.010322, 0.167742, 0.711291, 

commit dovecot21 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package dovecot21 for openSUSE:Factory 
checked in at 2012-08-07 08:05:00

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


Package is dovecot21, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/dovecot21/dovecot21.changes  2012-06-01 
07:19:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot21.new/dovecot21.changes 2012-08-07 
08:05:02.0 +0200
@@ -1,0 +2,48 @@
+Wed Aug  1 21:53:05 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.1.9:
+  * mail-log plugin: Log mailbox names with UTF-8 everywhere
+(instead of mUTF-7 in some places and UTF-8 in other places)
+  * director: Changed director_username_hash setting's default from %u
+to %Lu (= lowercase usernames). This doesn't break any existing
+installations, but might fix some of them.
+  + doveadm: Added auth cache flush [username] command.
+  + Implemented dict passdb/userdb
+  + Implemented Redis and memcached dict backends, which can be used as
+auth backends. Redis can also be used as dict-quota backend.
+  + Added plugin { quota_ignore_save_errors=yes } setting to allow saving
+a mail when quota lookup fails with temporary failure.
+  - Full text search indexing might have failed for some messages,
+always causing indexer-worker process to run out of memory.
+  - fts-lucene: Fixed handling SEARCH HEADER FROM/TO/SUBJECT/CC/BCC when
+the header wasn't lowercased.
+  - fts-squat: Fixed crash when searching a virtual mailbox.
+  - pop3: Fixed assert crash when doing UIDL on empty mailbox on some
+setups.
+  - auth: GSSAPI RFC compliancy and error handling fixes.
+  - Various fixes related to handling shared namespaces
+
+---
+Tue Jul 10 15:56:15 UTC 2012 - w...@rosenauer.org
+
+- Update to 2.1.8:
+  * pop3c: Added pop3c_master_user setting.
+  * imap: Mailbox names were accidentally sent as UTF-8 instead of
+  mUTF-7 in previous v2.1.x releases for STATUS, MYRIGHTS
+  and GETQUOTAROOT commands.
+  * lmtp proxy: Don't timeout connections too early when mail has a
+lot of RCPT TOs.
+  * director: Don't crash if the director is working alone.
+  * shared mailboxes: Avoid doing @domain userdb lookups.
+  * doveadm: Fixed crash with proxying some commands.
+  * fts-squat: Fixed handling multiple SEARCH parameters.
+  * imapc: Fixed a crash when message had more than 8 keywords.
+  * imapc: Don't crash on APPEND/COPY if server doesn't support UIDPLUS. 
+- enable fts-lucene again starting from 12.2
+
+---
+Sun Jun 24 21:05:09 UTC 2012 - w...@rosenauer.org
+
+- conflict with Dovecot 2.0 packages
+
+---

Old:

  dovecot-2.1.7.tar.bz2

New:

  dovecot-2.1.9.tar.bz2



Other differences:
--
++ dovecot21.spec ++
--- /var/tmp/diff_new_pack.JCK4kH/_old  2012-08-07 08:05:05.0 +0200
+++ /var/tmp/diff_new_pack.JCK4kH/_new  2012-08-07 08:05:05.0 +0200
@@ -11,28 +11,21 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   dovecot21
-Version:2.1.7
+Version:2.1.9
 Release:0
 %define pkg_name dovecot
 %define sieve_version 2.1
-%define dovecot_version 2.1.7
+%define dovecot_version 2.1.9
 %define dovecot_pigeonhole_docdir   
%{_docdir}/%{pkg_name}/dovecot-pigeonhole
-%if 0%{?suse_version} = 1000
 %define with_solr 1
-%endif
-%if 0%{?suse_version}  1020
-%define with_clucene 0
-%endif
-%if 0%{?sles_version} == 9
-%define with_sqlite 0
-%else
+%define with_clucene 1
 %define with_sqlite 1
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  flex
@@ -70,7 +63,7 @@
 %define has_systemd 1
 %endif
 PreReq: pwdutils %insserv_prereq %fillup_prereq
-Conflicts:  dovecot10 dovecot11 dovecot12 dovecot-snapshot 
dovecot11-snapshot dovecot12-snapshot
+Conflicts:  dovecot10 dovecot11 dovecot12 dovecot-snapshot 
dovecot11-snapshot dovecot12-snapshot dovecot20
 Provides:   dovecot = %{version}-%{release}
 Obsoletes:  dovecot  %{version}
 %if 0%{?suse_version} = 1010
@@ -104,10 +97,10 @@
 
 %package backend-mysql
 Requires:   %{name} = %{version}
-Provides:   dovecot_sql_backend = %{version}-%{release}
 Provides:   dovecot-backend-mysql = %{version}-%{release}
+Provides:   dovecot_sql_backend 

commit ethtool for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2012-08-07 08:05:37

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


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2012-06-25 
12:25:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2012-08-07 
08:05:39.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug  6 07:46:35 UTC 2012 - pu...@suse.com
+
+- Update to new upstream release 3.5 
+  * Display support for 1000BASE-KX and 10GBASE-KX4 link modes
+  * Energy-Efficient Ethernet (EEE) configuration
+(--show-eee and --set-eee options)
+  * Display support for 40G link modes
+  * Fix: Don't trust drivers to null-terminate strings
+
+---

Old:

  ethtool-3.4.1.tar.sign
  ethtool-3.4.1.tar.xz

New:

  ethtool-3.5.tar.sign
  ethtool-3.5.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.jk3F8i/_old  2012-08-07 08:05:41.0 +0200
+++ /var/tmp/diff_new_pack.jk3F8i/_new  2012-08-07 08:05:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:3.4.1
+Version:3.5
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

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



commit fcitx-libpinyin for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package fcitx-libpinyin for openSUSE:Factory 
checked in at 2012-08-07 08:06:27

Comparing /work/SRC/openSUSE:Factory/fcitx-libpinyin (Old)
 and  /work/SRC/openSUSE:Factory/.fcitx-libpinyin.new (New)


Package is fcitx-libpinyin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-libpinyin/fcitx-libpinyin.changes  
2012-06-26 15:32:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-libpinyin.new/fcitx-libpinyin.changes 
2012-08-07 08:06:29.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug  2 20:39:47 UTC 2012 - i...@marguerite.su
+
+- update version 0.2.0
+  * fix builds with libpinyin 0.7.x
+
+---

Old:

  fcitx-libpinyin-0.1.1.tar.xz

New:

  fcitx-libpinyin-0.2.0.tar.bz2



Other differences:
--
++ fcitx-libpinyin.spec ++
--- /var/tmp/diff_new_pack.4w0JgR/_old  2012-08-07 08:06:32.0 +0200
+++ /var/tmp/diff_new_pack.4w0JgR/_new  2012-08-07 08:06:32.0 +0200
@@ -17,16 +17,15 @@
 
 
 Name:   fcitx-libpinyin
-Version:   0.1.1   
-Release:   1
+Version:   0.2.0
+Release:   0
 License:   GPL-2.0+
 Summary:   Libpinyin Wrapper for Fcitx
 Url:   https://github.com/fcitx/fcitx-libpinyin
 Group: System/I18n/Chinese
-Source:
http://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
+Source:%{name}-%{version}.tar.bz2
 Source1:   model.text.tar.gz
 BuildRequires: cmake
-BuildRequires: xz
 BuildRequires: gcc-c++
 BuildRequires: intltool
 BuildRequires: gettext

++ fcitx-libpinyin-0.1.1.tar.xz - fcitx-libpinyin-0.2.0.tar.bz2 ++
 3363 lines of diff (skipped)

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



commit gns3 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package gns3 for openSUSE:Factory checked in 
at 2012-08-07 08:06:44

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


Package is gns3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gns3/gns3.changes2012-04-23 
09:14:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gns3.new/gns3.changes   2012-08-07 
08:06:46.0 +0200
@@ -1,0 +2,23 @@
+Sun Aug  5 18:09:27 UTC 2012 - and...@opensuse.org
+
+- added gns3-0.8.3-defaults.diff to fix wrong default VBOX paths
+
+---
+Sun Aug  5 11:27:04 UTC 2012 - and...@opensuse.org
+
+- New upstream version 0.8.3
+  * New base configuration (startup-config) for devices with
+NM-16ESW (named baseconfig_sw.txt). =
+  * Support for drag  drop of topology files inside GNS3.
+  * Global TCP port tracker to allocate ports and avoid conflicts
+(console + AUX ports for IOS routers and console ports for
+Qemu-like/VirtualBox devices are tracked).
+  * Option to freely use the first VBox interface inside VMs
+(i.e. eth0 on Linux).
+  * Backup nvram export when Dynamips has crashed.
+  * Complete IPv6 support (with correct functions).
+  * Support for binding on specific addresses when loading a topology.
+  * Option to track opened node consoles in order to close them when the
+node gets deleted.  
+
+---

Old:

  GNS3-0.8.2-src.tar.bz2

New:

  GNS3-0.8.3-src.tar.bz2
  gns3-0.8.3-defaults.diff



Other differences:
--
++ gns3.spec ++
--- /var/tmp/diff_new_pack.4O0ZPf/_old  2012-08-07 08:06:48.0 +0200
+++ /var/tmp/diff_new_pack.4O0ZPf/_new  2012-08-07 08:06:48.0 +0200
@@ -20,7 +20,7 @@
 Summary:GNS3 is a graphical network simulator
 License:GPL-2.0
 Group:  Productivity/Networking/Other
-Version:0.8.2
+Version:0.8.3
 Release:0
 Url:http://www.gns3.net/
 Source0:GNS3-%{version}-src.tar.bz2
@@ -29,6 +29,7 @@
 Source3:%{name}.xml
 Source4:%{name}.desktop
 Source5:application-x-%{name}.png
+Patch0: %{name}-0.8.3-defaults.diff
 BuildRequires:  desktop-file-utils
 BuildRequires:  dos2unix
 BuildRequires:  hicolor-icon-theme
@@ -44,7 +45,8 @@
 Recommends: wireshark
 Recommends: qemu
 Recommends: vde2
-Suggests:   vpcs
+Recommends: xdotool
+Recommends: vpcs
 Provides:   GNS3 = %version
 Obsoletes:  GNS3  %version
 %{py_requires}
@@ -63,6 +65,7 @@
 
 %prep
 %setup -q -n GNS3-%{version}-src
+%patch0 -p1
 
 %build
 %__cp %SOURCE2 .
@@ -72,6 +75,7 @@
 %{__python} setup.py install --root $RPM_BUILD_ROOT --prefix /usr
 %__mkdir_p %buildroot/%_datadir/%{name}
 %__mkdir_p %buildroot/%_datadir/%{name}/examples
+%__rm qemuwrapper/*.bat
 %__cp -R qemuwrapper %buildroot/%_datadir/%{name}/
 %__mkdir_p %buildroot/%_datadir/icons/hicolor/48x48/mimetypes/
 %__mkdir_p %buildroot/%_datadir/mime/packages/
@@ -79,10 +83,11 @@
 %__mkdir_p %buildroot/%_datadir/pixmaps
 %__mkdir_p %buildroot/%_mandir/man1/
 %__mkdir_p %buildroot/%_libexecdir/%name
-%__mv %buildroot/usr/local/libexec/gns3/qemuwrapper.py 
%buildroot/%_libexecdir/%{name}/qemuwrapper.py
-%__mv %buildroot/usr/local/libexec/gns3/vboxcontroller_4_1.py 
%buildroot/%_libexecdir/%{name}/vboxcontroller_4_1.py
-%__mv %buildroot/usr/local/libexec/gns3/vboxwrapper.py 
%buildroot/%_libexecdir/%{name}/vboxwrapper.py
+%__mv qemuwrapper/qemuwrapper.py %buildroot/%_libexecdir/%{name}/qemuwrapper.py
+%__mv vboxwrapper/vboxcontroller_4_1.py 
%buildroot/%_libexecdir/%{name}/vboxcontroller_4_1.py
+%__mv vboxwrapper/vboxwrapper.py %buildroot/%_libexecdir/%{name}/vboxwrapper.py
 %__mv %buildroot/usr/local/share/examples/gns3/baseconfig.txt 
%buildroot/%_datadir/%{name}/examples/
+%__mv %buildroot/usr/local/share/examples/gns3/baseconfig_sw.txt 
%buildroot/%_datadir/%{name}/examples/
 %__cp %SOURCE1 %buildroot/%_datadir/pixmaps
 %__cp %SOURCE3 %buildroot/%_datadir/mime/packages/%{name}.xml
 %__cp %SOURCE4 %buildroot/%_datadir/applications/
@@ -91,6 +96,7 @@
 %suse_update_desktop_file %{name}
 chmod -x CHANGELOG README TODO LICENSE AUTHORS
 chmod -x %buildroot/%{_mandir}/man1/*
+chmod -x %buildroot/%_datadir/%{name}/examples/*
 dos2unix README
 
 %clean

++ GNS3-0.8.2-src.tar.bz2 - GNS3-0.8.3-src.tar.bz2 ++
 96712 lines of diff (skipped)


++ gns3-0.8.3-defaults.diff ++
diff -uNr old-GNS3-0.8.3-src/src/GNS3/Config/Defaults.py 
GNS3-0.8.3-src/src/GNS3/Config/Defaults.py
--- old-GNS3-0.8.3-src/src/GNS3/Config/Defaults.py  2012-07-13 
05:23:30.0 +0200
+++ 

commit gnucash for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package gnucash for openSUSE:Factory checked 
in at 2012-08-07 08:07:27

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


Package is gnucash, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes  2012-07-22 
15:14:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnucash.new/gnucash.changes 2012-08-07 
08:07:29.0 +0200
@@ -1,0 +2,19 @@
+Sun Aug  5 16:13:50 UTC 2012 - dims...@opensuse.org
+
+- For openSUSE 12.2, guile1 is sufficient (bnc#772490).
+
+---
+Fri Aug  3 19:45:15 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.4.11:
+  + Rewrite the tip-of-the-day parsing logic
+  + Scheduled monthly transactions lose except on weekends
+setting when using MySQL (bgo#671323)
+  + String fixes
+  + Bugs fixed: bgo#611853, bgo#631611, bgo#632931, bgo#668196,
+bgo#669494, bgo#670727, bgo#674283, bgo#674494, bgo#674862,
+bgo#677570, bgo#677570, bgo#678214, bgo#678848.
+- Drop gnucash-fix-python-install.patch: upstream fixed.
+- Drop gnucash-tip-of-the-day.patch: upstream fixed.
+
+---

Old:

  gnucash-2.4.10.tar.bz2
  gnucash-fix-python-install.patch
  gnucash-tip-of-the-day.patch

New:

  gnucash-2.4.11.tar.bz2



Other differences:
--
++ gnucash.spec ++
--- /var/tmp/diff_new_pack.fuuGWX/_old  2012-08-07 08:07:32.0 +0200
+++ /var/tmp/diff_new_pack.fuuGWX/_new  2012-08-07 08:07:32.0 +0200
@@ -17,20 +17,16 @@
 
 
 Name:   gnucash
-Version:2.4.10
+Version:2.4.11
 Release:0
 Summary:Personal Finance Manager
 License:SUSE-GPL-2.0-with-openssl-exception or 
SUSE-GPL-3.0-with-openssl-exception
 Group:  Productivity/Office/Finance
 Url:http://www.gnucash.org/
-Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash%20%28stable%29/2.4.10/%{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash%20%28stable%29/2.4.11/%{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM gnucash-fix-python-install.patch bgo#668196 
vu...@opensuse.org -- Fix installation of python bindings
-Patch0: gnucash-fix-python-install.patch
-# PATCH-FIX-UPSTREAM gnucash-tip-of-the-day.patch bnc#771603 
dims...@opensuse.org -- Fix tip-of-the-day with gcc-4.7, svn commit r22246
-Patch1: gnucash-tip-of-the-day.patch
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
-Patch3: gnucash-cpan-warning.patch
+Patch0: gnucash-cpan-warning.patch
 BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -62,14 +58,21 @@
 BuildRequires:  pkgconfig(webkit-1.0)
 #BuildRequires: callgrind
 # tested but unused BuildRequires: readline-devel qt3-devel termcap
-%if %{?suse_version} = 1210
-# FIXME: guile1 should be enough, but:
+
+# In openSUSE 12.2, guile1 packaging was fixed to have the .so files in the 
main package
+%if 0%{?suse_version}  1210
+Requires:   guile1
+%else
+%if 0%{?suse_version} == 1210
+# on 12.1, guile1 was 'broken' and we require libguile1-devel
 # ERROR: In procedure dynamic-link:
 # ERROR: file: libguile-srfi-srfi-1-v-3, message: file not found
 Requires:   libguile1-devel
 %else
+# Before openSUSE 12.1, guile 2 was not existing, so guile == guile1
 Requires:   guile
 %endif
+%endif
 # Required to make quotes working. Gnucash can run without quotes support:
 Requires:   perl-Crypt-SSLeay
 Requires:   perl-Date-Manip
@@ -130,10 +133,8 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-%patch1
 # This patch must be applied:
-%patch3
+%patch0
 
 %build
 %if %{?suse_version} = 1210

++ gnucash-2.4.10.tar.bz2 - gnucash-2.4.11.tar.bz2 ++
/work/SRC/openSUSE:Factory/gnucash/gnucash-2.4.10.tar.bz2 
/work/SRC/openSUSE:Factory/.gnucash.new/gnucash-2.4.11.tar.bz2 differ: char 11, 
line 1

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



commit gvfs for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2012-08-07 08:07:53

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


Package is gvfs, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes2012-05-26 
12:28:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2012-08-07 
08:07:54.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 18:40:31 CEST 2012 - sbra...@suse.cz
+
+- Move autoreconf to %build, where it belongs.
+
+---



Other differences:
--
++ gvfs.spec ++
--- /var/tmp/diff_new_pack.p6A1mK/_old  2012-08-07 08:07:56.0 +0200
+++ /var/tmp/diff_new_pack.p6A1mK/_new  2012-08-07 08:07:56.0 +0200
@@ -129,10 +129,10 @@
 translation-update-upstream
 %patch5 -p1
 %patch6 -p1
-autoreconf -f
-libtoolize -c -f
 
 %build
+autoreconf -f
+libtoolize -c -f
 %configure \
 --libexecdir=%{_libexecdir}/%{name} \
 %if %{with_udisks2}


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



commit hwinfo for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2012-08-07 08:09:14

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


Package is hwinfo, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes2012-02-15 
16:16:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes   2012-08-07 
08:09:37.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  6 11:55:17 CEST 2012 - snw...@suse.de
+
+- increase major version to 20 to avoid ABI change problems (maybe bnc #739349)
+- change multi-interface detection to work with old sysfs layout (bnc #739368, 
bnc #693090)
+
+---

Old:

  hwinfo-19.1.tar.bz2

New:

  hwinfo-20.0.tar.bz2



Other differences:
--
++ hwinfo.spec ++
--- /var/tmp/diff_new_pack.L7PB2d/_old  2012-08-07 08:09:41.0 +0200
+++ /var/tmp/diff_new_pack.L7PB2d/_new  2012-08-07 08:09:41.0 +0200
@@ -15,27 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   hwinfo
-BuildRequires:  doxygen flex perl-XML-Parser udev
+BuildRequires:  doxygen
+BuildRequires:  flex
+BuildRequires:  perl-XML-Parser
+BuildRequires:  udev
 %if 0%{?rhel_version} == 0
 BuildRequires:  perl-XML-Writer
 %endif
 %ifarch %ix86 x86_64
 BuildRequires:  libx86emu-devel
 %endif
-License:GPL-2.0+
-Group:  Hardware/Other
 Provides:   libhd
 Obsoletes:  libhd
 PreReq: /sbin/ldconfig
-AutoReqProv:on
 Summary:Hardware Library
-Version:19.1
-Release:1
-Source: hwinfo-19.1.tar.bz2
+License:GPL-2.0+
+Group:  Hardware/Other
+Version:20.0
+Release:0
+Source: hwinfo-20.0.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,7 +45,6 @@
 
 
 %package  devel
-License:GPL-2.0+
 Summary:Hardware Detection Library
 Group:  Development/Libraries/C and C++
 Provides:   libhddev

++ hwinfo-19.1.tar.bz2 - hwinfo-20.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-19.1/VERSION new/hwinfo-20.0/VERSION
--- old/hwinfo-19.1/VERSION 2012-02-10 09:49:41.0 +0100
+++ new/hwinfo-20.0/VERSION 2012-08-06 11:55:14.0 +0200
@@ -1 +1 @@
-19.1
+20.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-19.1/changelog new/hwinfo-20.0/changelog
--- old/hwinfo-19.1/changelog   2012-02-10 09:49:42.0 +0100
+++ new/hwinfo-20.0/changelog   2012-08-06 11:55:16.0 +0200
@@ -1,4 +1,7 @@
-2012-02-09:HEAD
+2012-05-22:20.0
+   - change multi-interface detection to work with old sysfs layout (bnc 
#739368, bnc #693090)
+
+2012-02-09:19.1
- basic arm support
- updated git related scripts
- Use new and correct sysfs driver names:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-19.1/src/hd/pci.c new/hwinfo-20.0/src/hd/pci.c
--- old/hwinfo-19.1/src/hd/pci.c2012-02-09 11:37:10.0 +0100
+++ new/hwinfo-20.0/src/hd/pci.c2012-08-06 11:52:28.0 +0200
@@ -310,7 +310,7 @@
   pci_t *pci, *pnext;
   unsigned u;
   char *s, *t;
-  str_list_t *net_ifs;
+  str_list_t *net_ifs, *net_ifs2;
 
   PROGRESS(4, 0, build list);
 
@@ -340,22 +340,40 @@
  * function, just replicate entries.
  */
 
+/* old kernels: subdir 'net/interface' */
 s = NULL;
 str_printf(s, 0, /sys%s/net, hd-sysfs_id);
 net_ifs = read_dir(s, 'D');
 s = free_mem(s);
 
+if(!net_ifs) {
+  /* old kernels: links 'net:interface' */
+  str_list_t *tmp, *sl;
+
+  str_printf(s, 0, /sys%s, hd-sysfs_id);
+  tmp = read_dir(s, 'l');
+  s = free_mem(s);
+
+  for(sl = tmp; sl; sl = sl-next) {
+if(!strncmp(sl-str, net:, sizeof net: - 1)) {
+  add_str_list(net_ifs, sl-str + sizeof net: - 1);
+}
+  }
+
+  free_str_list(tmp);
+}
+
 if(net_ifs) {
   hd-unix_dev_name = new_str(net_ifs-str);
-  net_ifs = net_ifs-next;
+  net_ifs2 = net_ifs-next;
 
-  for(; net_ifs; net_ifs = net_ifs-next) {
+  for(; net_ifs2; net_ifs2 = net_ifs2-next) {
 hd2 = add_hd_entry(hd_data, __LINE__, 0);
 hd2-sysfs_id = new_str(hd-sysfs_id);
 if(hd-drivers) {
   add_str_list(hd2-drivers, hd-drivers-str);
 }
-hd2-unix_dev_name = new_str(net_ifs-str);
+hd2-unix_dev_name = new_str(net_ifs2-str);
 hd2-detail = 

commit installation-images for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2012-08-07 08:09:35

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


Package is installation-images, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2012-08-05 15:14:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2012-08-07 08:09:41.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 10:43:33 CEST 2012 - snw...@suse.de
+
+- add udev compat link (bnc #774143, bnc #774599)
+
+---

Old:

  installation-images-13.52.tar.bz2

New:

  installation-images-13.53.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.6VCNXV/_old  2012-08-07 08:09:43.0 +0200
+++ /var/tmp/diff_new_pack.6VCNXV/_new  2012-08-07 08:09:43.0 +0200
@@ -366,9 +366,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:13.52
+Version:13.53
 Release:0
-Source: installation-images-13.52.tar.bz2
+Source: installation-images-13.53.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.52.tar.bz2 - installation-images-13.53.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.52/VERSION 
new/installation-images-13.53/VERSION
--- old/installation-images-13.52/VERSION   2012-07-30 12:16:00.0 
+0200
+++ new/installation-images-13.53/VERSION   2012-08-06 10:43:27.0 
+0200
@@ -1 +1 @@
-13.52
+13.53
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.52/changelog 
new/installation-images-13.53/changelog
--- old/installation-images-13.52/changelog 2012-07-30 12:16:04.0 
+0200
+++ new/installation-images-13.53/changelog 2012-08-06 10:43:31.0 
+0200
@@ -1,4 +1,7 @@
-2012-07-30:HEAD
+2012-08-06:HEAD
+   - add udev compat link (bnc #774143, bnc #774599)
+
+2012-07-30:13.52
- add /etc/adjtime (bnc #764690)
 
 2012-07-13:13.51
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-13.52/data/initrd/initrd.file_list 
new/installation-images-13.53/data/initrd/initrd.file_list
--- old/installation-images-13.52/data/initrd/initrd.file_list  2012-07-30 
11:05:57.0 +0200
+++ new/installation-images-13.53/data/initrd/initrd.file_list  2012-08-06 
10:42:48.0 +0200
@@ -703,5 +703,8 @@
 # initial /etc/adjtime (bnc #764690)
 x etc/adjtime etc
 
+# add udev compat link (bnc #774143, bnc #774599)
+s /lib/firmware /usr/lib
+
 e ldconfig -r .
 

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



commit installation-images for openSUSE:12.2

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:12.2 checked in at 2012-08-07 08:09:39

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


Package is installation-images, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/installation-images/installation-images.changes 
2012-08-05 15:14:09.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.installation-images.new/installation-images.changes
2012-08-07 08:09:43.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 10:43:33 CEST 2012 - snw...@suse.de
+
+- add udev compat link (bnc #774143, bnc #774599)
+
+---

Old:

  installation-images-13.52.tar.bz2

New:

  installation-images-13.53.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.Qlz3Ch/_old  2012-08-07 08:09:43.0 +0200
+++ /var/tmp/diff_new_pack.Qlz3Ch/_new  2012-08-07 08:09:43.0 +0200
@@ -366,9 +366,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:13.52
+Version:13.53
 Release:0
-Source: installation-images-13.52.tar.bz2
+Source: installation-images-13.53.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.52.tar.bz2 - installation-images-13.53.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.52/VERSION 
new/installation-images-13.53/VERSION
--- old/installation-images-13.52/VERSION   2012-07-30 12:16:00.0 
+0200
+++ new/installation-images-13.53/VERSION   2012-08-06 10:43:27.0 
+0200
@@ -1 +1 @@
-13.52
+13.53
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.52/changelog 
new/installation-images-13.53/changelog
--- old/installation-images-13.52/changelog 2012-07-30 12:16:04.0 
+0200
+++ new/installation-images-13.53/changelog 2012-08-06 10:43:31.0 
+0200
@@ -1,4 +1,7 @@
-2012-07-30:HEAD
+2012-08-06:HEAD
+   - add udev compat link (bnc #774143, bnc #774599)
+
+2012-07-30:13.52
- add /etc/adjtime (bnc #764690)
 
 2012-07-13:13.51
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-13.52/data/initrd/initrd.file_list 
new/installation-images-13.53/data/initrd/initrd.file_list
--- old/installation-images-13.52/data/initrd/initrd.file_list  2012-07-30 
11:05:57.0 +0200
+++ new/installation-images-13.53/data/initrd/initrd.file_list  2012-08-06 
10:42:48.0 +0200
@@ -703,5 +703,8 @@
 # initial /etc/adjtime (bnc #764690)
 x etc/adjtime etc
 
+# add udev compat link (bnc #774143, bnc #774599)
+s /lib/firmware /usr/lib
+
 e ldconfig -r .
 

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



commit java-1_7_0-openjdk for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2012-08-07 08:10:24

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


Package is java-1_7_0-openjdk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk.changes
2012-06-28 15:29:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk.changes   
2012-08-07 08:10:26.0 +0200
@@ -1,0 +2,14 @@
+Thu Jul 12 07:16:58 UTC 2012 - mvysko...@suse.cz
+
+- icedtea 2.2.1 does not support zerovm, limit the build to i586 and x86_64
+
+---
+Mon Jul  2 11:08:54 UTC 2012 - mvysko...@suse.cz
+
+- fix bnc#769543: triplicate menu entries
+  * store jconsole and policytool in jvmdir and maintain symlink via
+update-alternatives only
+- use Settings;DesktopSettings;Security; for policytool
+- remove uneeded code generates fielists in install section
+
+---



Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.fEWFaG/_old  2012-08-07 08:10:29.0 +0200
+++ /var/tmp/diff_new_pack.fEWFaG/_new  2012-08-07 08:10:29.0 +0200
@@ -123,6 +123,10 @@
 Group:  Development/Languages/Java
 Url:http://icedtea.classpath.org
 
+#XXX: Icedtea 2.2.1 does not build with zero - as a temporary workaround we 
build older version
+# from package java-1_7_0-openjdk.zero for arm and power pc
+ExclusiveArch:  %{jit_arches}
+
 # hg clone http://icedtea.classpath.org/hg/release/icedtea7-forest/ openjdk -r 
%{hg_tag}
 # hg clone http://icedtea.classpath.org/hg/release/icedtea7-forest/corba/ 
openjdk/corba -r %{hg_tag}
 # hg clone http://icedtea.classpath.org/hg/release/icedtea7-forest/hotspot/ 
openjdk/hotspot -r %{hg_tag}
@@ -825,45 +829,13 @@
 done
 
 # Install desktop files.
-install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/{applications,pixmaps}
+install -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/pixmaps
+install -d -m 0755 $RPM_BUILD_ROOT/%{_jvmdir}/%{sdkdir}/jre/lib/desktop/
 for d in jconsole policytool; do
-cp $d.desktop $d-%{sdklnk}.desktop
-install -m 0644 $d-%{sdklnk}.desktop 
$RPM_BUILD_ROOT/%{_datadir}/applications/
-%suse_update_desktop_file $d-%{sdklnk}
+install -m 0644 $d.desktop 
$RPM_BUILD_ROOT/%{_jvmdir}/%{sdkdir}/jre/lib/desktop/
+%suse_update_desktop_file 
$RPM_BUILD_ROOT/%{_jvmdir}/%{sdkdir}/jre/lib/desktop/$d.desktop
 done
 
-# Find JRE directories.
-find $RPM_BUILD_ROOT%{_jvmdir}/%{jredir} -type d \
-  | grep -v jre/lib/security \
-  | grep -v jconsole-%{sdklnk}.desktop \
-  | sed 's|'$RPM_BUILD_ROOT'|%dir |' \
-   %{name}.files
-# Find JRE files.
-find $RPM_BUILD_ROOT%{_jvmdir}/%{jredir} -type f -o -type l \
-  | grep -v jre/lib/security \
-  | sed 's|'$RPM_BUILD_ROOT'||' \
-   %{name}.files
-# Find demo directories.
-find $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/demo \
-  $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/sample -type d \
-  | sed 's|'$RPM_BUILD_ROOT'|%dir |' \
-   %{name}-demo.files
-# Find non-documentation demo files.
-find $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/demo \
-  $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/sample \
-  -type f -o -type l | sort \
-  | grep -v README \
-  | sed 's|'$RPM_BUILD_ROOT'||' \
-   %{name}-demo.files
-# Find documentation demo files.
-find $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/demo \
-  $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/sample \
-  -type f -o -type l | sort \
-  | grep README \
-  | sed 's|'$RPM_BUILD_ROOT'||' \
-  | sed 's|^|%doc |' \
-   %{name}-demo.files
-
 # fdupes links the files from JDK to JRE, so it breaks a JRE
 # use it carefully :))
 %fdupes -s $RPM_BUILD_ROOT/%{_jvmdir}/%{jredir}/
@@ -914,8 +886,8 @@
   %{_mandir}/man1/servertool-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/tnameserv.1$ext tnameserv.1$ext \
   %{_mandir}/man1/tnameserv-%{sdklnk}.1$ext  \
-  --slave %{_datadir}/applications/policytool.desktop policytool.desktop\
-  %{_datadir}/applications/policytool-%{sdklnk}.desktop
+  --slave %{_datadir}/applications/policytool.desktop policytool.desktop \
+  %{_jvmdir}/%{sdkdir}/jre/lib/desktop/policytool.desktop
 
 update-alternatives \
   --install %{_jvmdir}/jre-%{origin} \
@@ -1052,8 +1024,8 @@
   %{_mandir}/man1/wsimport-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/xjc.1$ext xjc.1$ext \
   %{_mandir}/man1/xjc-%{sdklnk}.1$ext \
-  --slave %{_datadir}/applications/jconsole.desktop jconsole.desktop\
-  %{_datadir}/applications/jconsole-%{sdklnk}.desktop
+  --slave %{_datadir}/applications/jconsole.desktop jconsole.desktop \
+  

commit java-1_7_0-openjdk for openSUSE:12.2

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for openSUSE:12.2 
checked in at 2012-08-07 08:10:29

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


Package is java-1_7_0-openjdk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/java-1_7_0-openjdk/java-1_7_0-openjdk.changes   
2012-06-28 15:29:59.0 +0200
+++ /work/SRC/openSUSE:12.2/.java-1_7_0-openjdk.new/java-1_7_0-openjdk.changes  
2012-08-07 08:10:30.0 +0200
@@ -1,0 +2,14 @@
+Thu Jul 12 07:16:58 UTC 2012 - mvysko...@suse.cz
+
+- icedtea 2.2.1 does not support zerovm, limit the build to i586 and x86_64
+
+---
+Mon Jul  2 11:08:54 UTC 2012 - mvysko...@suse.cz
+
+- fix bnc#769543: triplicate menu entries
+  * store jconsole and policytool in jvmdir and maintain symlink via
+update-alternatives only
+- use Settings;DesktopSettings;Security; for policytool
+- remove uneeded code generates fielists in install section
+
+---



Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.5QhY9r/_old  2012-08-07 08:10:32.0 +0200
+++ /var/tmp/diff_new_pack.5QhY9r/_new  2012-08-07 08:10:32.0 +0200
@@ -123,6 +123,10 @@
 Group:  Development/Languages/Java
 Url:http://icedtea.classpath.org
 
+#XXX: Icedtea 2.2.1 does not build with zero - as a temporary workaround we 
build older version
+# from package java-1_7_0-openjdk.zero for arm and power pc
+ExclusiveArch:  %{jit_arches}
+
 # hg clone http://icedtea.classpath.org/hg/release/icedtea7-forest/ openjdk -r 
%{hg_tag}
 # hg clone http://icedtea.classpath.org/hg/release/icedtea7-forest/corba/ 
openjdk/corba -r %{hg_tag}
 # hg clone http://icedtea.classpath.org/hg/release/icedtea7-forest/hotspot/ 
openjdk/hotspot -r %{hg_tag}
@@ -825,45 +829,13 @@
 done
 
 # Install desktop files.
-install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/{applications,pixmaps}
+install -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/pixmaps
+install -d -m 0755 $RPM_BUILD_ROOT/%{_jvmdir}/%{sdkdir}/jre/lib/desktop/
 for d in jconsole policytool; do
-cp $d.desktop $d-%{sdklnk}.desktop
-install -m 0644 $d-%{sdklnk}.desktop 
$RPM_BUILD_ROOT/%{_datadir}/applications/
-%suse_update_desktop_file $d-%{sdklnk}
+install -m 0644 $d.desktop 
$RPM_BUILD_ROOT/%{_jvmdir}/%{sdkdir}/jre/lib/desktop/
+%suse_update_desktop_file 
$RPM_BUILD_ROOT/%{_jvmdir}/%{sdkdir}/jre/lib/desktop/$d.desktop
 done
 
-# Find JRE directories.
-find $RPM_BUILD_ROOT%{_jvmdir}/%{jredir} -type d \
-  | grep -v jre/lib/security \
-  | grep -v jconsole-%{sdklnk}.desktop \
-  | sed 's|'$RPM_BUILD_ROOT'|%dir |' \
-   %{name}.files
-# Find JRE files.
-find $RPM_BUILD_ROOT%{_jvmdir}/%{jredir} -type f -o -type l \
-  | grep -v jre/lib/security \
-  | sed 's|'$RPM_BUILD_ROOT'||' \
-   %{name}.files
-# Find demo directories.
-find $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/demo \
-  $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/sample -type d \
-  | sed 's|'$RPM_BUILD_ROOT'|%dir |' \
-   %{name}-demo.files
-# Find non-documentation demo files.
-find $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/demo \
-  $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/sample \
-  -type f -o -type l | sort \
-  | grep -v README \
-  | sed 's|'$RPM_BUILD_ROOT'||' \
-   %{name}-demo.files
-# Find documentation demo files.
-find $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/demo \
-  $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/sample \
-  -type f -o -type l | sort \
-  | grep README \
-  | sed 's|'$RPM_BUILD_ROOT'||' \
-  | sed 's|^|%doc |' \
-   %{name}-demo.files
-
 # fdupes links the files from JDK to JRE, so it breaks a JRE
 # use it carefully :))
 %fdupes -s $RPM_BUILD_ROOT/%{_jvmdir}/%{jredir}/
@@ -914,8 +886,8 @@
   %{_mandir}/man1/servertool-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/tnameserv.1$ext tnameserv.1$ext \
   %{_mandir}/man1/tnameserv-%{sdklnk}.1$ext  \
-  --slave %{_datadir}/applications/policytool.desktop policytool.desktop\
-  %{_datadir}/applications/policytool-%{sdklnk}.desktop
+  --slave %{_datadir}/applications/policytool.desktop policytool.desktop \
+  %{_jvmdir}/%{sdkdir}/jre/lib/desktop/policytool.desktop
 
 update-alternatives \
   --install %{_jvmdir}/jre-%{origin} \
@@ -1052,8 +1024,8 @@
   %{_mandir}/man1/wsimport-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/xjc.1$ext xjc.1$ext \
   %{_mandir}/man1/xjc-%{sdklnk}.1$ext \
-  --slave %{_datadir}/applications/jconsole.desktop jconsole.desktop\
-  %{_datadir}/applications/jconsole-%{sdklnk}.desktop
+  --slave %{_datadir}/applications/jconsole.desktop jconsole.desktop \
+  

commit kstars for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2012-08-07 08:10:51

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


Package is kstars, Maintainer is kstars

Changes:

--- /work/SRC/openSUSE:Factory/kstars/kstars.changes2012-06-12 
21:44:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2012-08-07 
08:11:07.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 30 08:02:48 UTC 2012 - a...@suse.de
+
+- Fix build with glibc 2.16 (TIME_UTC is a macro).
+
+---

New:

  kstars-utc.patch



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.8E33uR/_old  2012-08-07 08:11:08.0 +0200
+++ /var/tmp/diff_new_pack.8E33uR/_new  2012-08-07 08:11:08.0 +0200
@@ -24,6 +24,7 @@
 Group:  Productivity/Scientific/Astronomy
 Url:http://edu.kde.org/kstars/
 Source0:%{name}-%{version}.tar.xz
+Patch1: kstars-utc.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  fdupes
 BuildRequires:  libcfitsio-devel
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %ifarch ppc ppc64


++ kstars-utc.patch ++
From upstream git:
ID: a3dfa72dada14952d3477712c758ad6d884173e5
Added by Kevin Kofler about 1 month ago

#undef TIME_UTC to fix conflict with glibc

TIME_UTC is now defined as a macro, so it needs to be undefined before being
used in an enum.

This is a safer fix for the build failure.

Index: kstars-4.8.4/kstars/indi/indielement.h
===
--- kstars-4.8.4/kstars/indi/indielement.h
+++ kstars-4.8.4/kstars/indi/indielement.h
@@ -51,6 +51,9 @@ typedef enum {PG_NONE = 0, PG_TEXT, PG_N
   PG_RADIO, PG_MENU, PG_LIGHTS, PG_BLOB} PGui;
 
 /* INDI std properties */
+/* new versions of glibc define TIME_UTC as a macro */
+#undef TIME_UTC
+
 /* N.B. Need to modify corresponding entry in indidevice.cpp when changed */
 enum stdProperties { CONNECTION, DEVICE_PORT, TIME_UTC, TIME_LST, 
TIME_UTC_OFFSET, GEOGRAPHIC_COORD,   /* General */
  EQUATORIAL_COORD, EQUATORIAL_EOD_COORD, 
EQUATORIAL_EOD_COORD_REQUEST, HORIZONTAL_COORD,  /* Telescope */
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsamplerate for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package libsamplerate for openSUSE:Factory 
checked in at 2012-08-07 08:11:06

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


Package is libsamplerate, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libsamplerate/libsamplerate.changes  
2012-05-08 12:28:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsamplerate.new/libsamplerate.changes 
2012-08-07 08:11:08.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  1 06:54:11 UTC 2012 - adr...@suse.de
+
+- disable profiling on arm
+
+---



Other differences:
--
++ libsamplerate.spec ++
--- /var/tmp/diff_new_pack.go8tpl/_old  2012-08-07 08:11:10.0 +0200
+++ /var/tmp/diff_new_pack.go8tpl/_new  2012-08-07 08:11:10.0 +0200
@@ -76,6 +76,8 @@
 %prep
 %setup -q
 %build
+%ifnarch %arm
+# ARM has no working profile support in gcc atm
 profiledir=`mktemp -d`
 export CFLAGS=%optflags %cflags_profile_generate=$profiledir
 %configure --disable-silent-rules --disable-static
@@ -85,6 +87,9 @@
 popd
 make clean
 export CFLAGS=%optflags %cflags_profile_feedback=$profiledir
+%else
+export CFLAGS=%optflags
+%endif
 %configure --disable-silent-rules --disable-static
 make %{?_smp_mflags}
 

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



commit mplus-fonts for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package mplus-fonts for openSUSE:Factory 
checked in at 2012-08-07 08:11:40

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


Package is mplus-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/mplus-fonts/mplus-fonts.changes  2012-06-10 
21:51:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.mplus-fonts.new/mplus-fonts.changes 
2012-08-07 08:11:59.0 +0200
@@ -1,0 +2,24 @@
+Mon Aug  6 12:29:49 UTC 2012 - t...@opensuse.org
+
+- Updated to testflight 051; following changelog is translated
+  through Google Translate (slightly shortend and corrected):
+  * Amount of characters are now 4200 Chinese glyphs
+  * If there is a synthesis of (IPA Extensions)  
+is not functioning international phonetic symbols.
+  * You have to disable the character uniFB04 Ligature of fixed-width
+font characters, from uniFB00.
+  * Fixed a bug is in Kana characters nasal sound, left glyph can
+not be displayed.
+  * When using vertical, screws, and gemination punctuation, symbol
+class has gone and is no longer displayed in the correct position.
+  * Trouble seems to have occurred to send single-byte characters
+of a fixed-width font under some circumstances. 
+If you are, please let us know about the cause or idea, similar cases.
+
+---
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+---

Old:

  mplus-TESTFLIGHT-049.tar.bz2

New:

  mplus-TESTFLIGHT-051.tar.bz2



Other differences:
--
++ mplus-fonts.spec ++
--- /var/tmp/diff_new_pack.9fAk5e/_old  2012-08-07 08:12:03.0 +0200
+++ /var/tmp/diff_new_pack.9fAk5e/_new  2012-08-07 08:12:03.0 +0200
@@ -15,21 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%define mplusname mplus-TESTFLIGHT-049
+%define mplusname mplus-TESTFLIGHT-051
 
 Name:   mplus-fonts
-Version:1.0.49
+Version:1.0.51
 Release:0
-%definefontdir /usr/share/fonts/truetype
-Summary:Free fonts set incorporates all Kanji until level 2 and Latin 
glyphs
+Summary:Free Fonts Set Incorporates All Kanji Until Level 2 and Latin 
Glyphs
 License:SUSE-mplus
 Group:  System/X11/Fonts
 Url:
http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html
 Source0:%{mplusname}.tar.bz2
+BuildRequires:  fontpackages-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 
 %description
 The M+ outline fonts are distributed with proportional Latin (4 variations),
@@ -43,20 +42,15 @@
 %build
 
 %install
-[ -e %{buildroot} ] || mkdir %{buildroot}
-mkdir -p  %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p  %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc LICENSE_?  README_?
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*
 
 %changelog

++ mplus-TESTFLIGHT-049.tar.bz2 - mplus-TESTFLIGHT-051.tar.bz2 ++
/work/SRC/openSUSE:Factory/mplus-fonts/mplus-TESTFLIGHT-049.tar.bz2 
/work/SRC/openSUSE:Factory/.mplus-fonts.new/mplus-TESTFLIGHT-051.tar.bz2 
differ: char 11, line 1

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



commit package-translations for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-08-07 08:11:52

Comparing /work/SRC/openSUSE:Factory/package-translations (Old)
 and  /work/SRC/openSUSE:Factory/.package-translations.new (New)


Package is package-translations, Maintainer is co...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-08-04 09:25:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-08-07 08:12:06.0 +0200
@@ -2 +2 @@
-Thu Aug  2 16:14:00 CEST 2012 - co...@suse.com
+Sun Aug  5 16:13:51 CEST 2012 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2012-08-02
+- automated update on 2012-08-05



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-zh_CN.mo and 
new/mo/package-translations-zh_CN.mo differ

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



commit package-translations for openSUSE:12.2

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:12.2 checked in at 2012-08-07 08:11:56

Comparing /work/SRC/openSUSE:12.2/package-translations (Old)
 and  /work/SRC/openSUSE:12.2/.package-translations.new (New)


Package is package-translations, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/package-translations/package-translations.changes   
2012-08-04 09:26:05.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.package-translations.new/package-translations.changes  
2012-08-07 08:12:11.0 +0200
@@ -2 +2 @@
-Thu Aug  2 16:14:00 CEST 2012 - co...@suse.com
+Sun Aug  5 16:13:51 CEST 2012 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2012-08-02
+- automated update on 2012-08-05



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-zh_CN.mo and 
new/mo/package-translations-zh_CN.mo differ

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



commit plotutils for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package plotutils for openSUSE:Factory 
checked in at 2012-08-07 08:12:08

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


Package is plotutils, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/plotutils/plotutils.changes  2011-11-21 
12:51:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.plotutils.new/plotutils.changes 2012-08-07 
08:12:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 13:20:52 UTC 2012 - pgaj...@suse.com
+
+- prepare spec file for dropping SuSEconfig.fonts (openFATE#313536)
+
+---



Other differences:
--
++ plotutils.spec ++
--- /var/tmp/diff_new_pack.j1urIR/_old  2012-08-07 08:12:16.0 +0200
+++ /var/tmp/diff_new_pack.j1urIR/_new  2012-08-07 08:12:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package plotutils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,28 @@
 #
 
 
-
 Name:   plotutils
-BuildRequires:  bison flex gcc-c++ libpng-devel libtool xorg-x11-devel 
zlib-devel
-License:GPL-2.0+ ; GPL-3.0+
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  fontpackages-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libpng-devel
+BuildRequires:  libtool
+BuildRequires:  xorg-x11-devel
+BuildRequires:  zlib-devel
 Url:http://www.gnu.org/software/plotutils/plotutils.html
-Group:  Productivity/Graphics/Visualization/Graph
 PreReq: %install_info_prereq %suseconfig_fonts_prereq
 Version:2.6
-Release:1
+Release:0
 Summary:GNU Plotting Utilities
+License:GPL-2.0+ ; GPL-3.0+
+Group:  Productivity/Graphics/Visualization/Graph
 Source: %{name}-%{version}.tar.bz2
 Patch:  plotutils-man.patch
 Patch1: plotutils-uninitialized.patch
 Patch2: plotutils-dasharray-format.patch
 Patch3: plotutils-autoreconf.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define fontdir %{_datadir}/fonts/misc
 
 %description
 The GNU plotting utilities consist of seven command line programs: the
@@ -54,11 +59,14 @@
 James J. Clark j...@jclark.com
 
 %package devel
-License:GPL-2.0+ ; GPL-3.0+
 Summary:GNU Plotting Utilities
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version} libstdc++-devel xorg-x11-libX11-devel
-Requires:   libplot2 = %{version} libplotter2 = %{version} libxmi0 = 
%{version}
+Requires:   %{name} = %{version}
+Requires:   libplot2 = %{version}
+Requires:   libplotter2 = %{version}
+Requires:   libstdc++-devel
+Requires:   libxmi0 = %{version}
+Requires:   xorg-x11-libX11-devel
 
 %description devel
 The GNU plotting utilities consist of seven command line programs: the
@@ -80,7 +88,6 @@
 James J. Clark j...@jclark.com
 
 %package -n libplot2
-License:GPL-2.0+ ; GPL-3.0+
 Summary:GNU Plotting Utilities
 Group:  System/Libraries
 
@@ -104,7 +111,6 @@
 James J. Clark j...@jclark.com
 
 %package -n libplotter2
-License:GPL-2.0+ ; GPL-3.0+
 Summary:GNU Plotting Utilities
 Group:  System/Libraries
 
@@ -128,7 +134,6 @@
 James J. Clark j...@jclark.com
 
 %package -n libxmi0
-License:GPL-2.0+ ; GPL-3.0+
 Summary:GNU Plotting Utilities
 Group:  System/Libraries
 
@@ -183,9 +188,9 @@
AUTHORS COMPAT COPYING INSTALL.fonts KNOWN_BUGS PROBLEMS README THANKS\
TODO $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
 #
-install -d $RPM_BUILD_ROOT%{fontdir}
-install -m 0644 fonts/pcf/*.pcf $RPM_BUILD_ROOT%{fontdir}
-gzip -9 ${RPM_BUILD_ROOT}%{fontdir}/*.pcf
+install -d $RPM_BUILD_ROOT%{_miscfontsdir}
+install -m 0644 fonts/pcf/*.pcf $RPM_BUILD_ROOT%{_miscfontsdir}
+gzip -9 ${RPM_BUILD_ROOT}%{_miscfontsdir}/*.pcf
 #
 install -m 0644 manpage.1 $RPM_BUILD_ROOT%{_mandir}/man1/plotutils.1
 ln -s plotutils.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/double.1.gz
@@ -195,11 +200,14 @@
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/plotutils.info.gz
-%run_suseconfig_fonts
+%reconfigure_fonts_post
 
 %postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/plotutils.info.gz
-%run_suseconfig_fonts
+%reconfigure_fonts_postun
+
+%posttrans
+%reconfigure_fonts_posttrans
 
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/libxmi.info.gz
@@ -228,7 +236,7 @@
 %{_bindir}/*
 %doc 

commit ristretto for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package ristretto for openSUSE:Factory 
checked in at 2012-08-07 08:16:02

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


Package is ristretto, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/ristretto/ristretto.changes  2012-07-31 
13:59:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.ristretto.new/ristretto.changes 2012-08-07 
08:16:05.0 +0200
@@ -1,0 +2,9 @@
+Mon Aug  6 12:04:21 UTC 2012 - g...@opensuse.org
+
+- update to version 0.6.3
+  - use thumbnail as appicon
+  - update the first image in the image-list when receiving a
+ready-signal which is required to show the thumbnail once it's
+generated
+
+---

Old:

  ristretto-0.6.2.tar.bz2

New:

  ristretto-0.6.3.tar.bz2



Other differences:
--
++ ristretto.spec ++
--- /var/tmp/diff_new_pack.IEyvwg/_old  2012-08-07 08:16:07.0 +0200
+++ /var/tmp/diff_new_pack.IEyvwg/_new  2012-08-07 08:16:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ristretto
-Version:0.6.2
+Version:0.6.3
 Release:0
 Summary:Fast and Lightweight Image-viewer for the Xfce Desktop 
Environment
 License:GPL-2.0+

++ ristretto-0.6.2.tar.bz2 - ristretto-0.6.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ristretto-0.6.2/ChangeLog 
new/ristretto-0.6.3/ChangeLog
--- old/ristretto-0.6.2/ChangeLog   2012-07-29 22:44:32.0 +0200
+++ new/ristretto-0.6.3/ChangeLog   2012-08-05 22:43:30.0 +0200
@@ -1,3 +1,64 @@
+commit 5f302be6b58eee5e98dac9e326c5766f2cb7d9c1
+Author: Stephan Arts step...@xfce.org
+Date:   Sun Aug 5 22:42:36 2012 +0200
+
+Bump version number and update NEWS
+
+commit 0b662dd382894f34027a0615f58de914ee623b46
+Author: Stephan Arts step...@xfce.org
+Date:   Sat Aug 4 23:11:59 2012 +0200
+
+Show filename before apptitle
+
+By showing the filename before the application title, it is
+easier to distinguish between different instances of ristretto
+in a taskbar that shows only a part of the title.
+
+commit 616ad0f8807b5f9abaf5cba9478333f4564aa58a
+Author: Stephan Arts step...@xfce.org
+Date:   Sat Aug 4 22:58:52 2012 +0200
+
+Update NEWS
+
+commit e1b3ab7877ab0e25d12d94a021760db43763aef2
+Author: Stephan Arts step...@xfce.org
+Date:   Sat Aug 4 22:55:57 2012 +0200
+
+Update the thumbnail of the first image too.
+
+_index == 0 for the first image in the image-list, it should also
+receive an update when the thumbnail is ready.
+
+commit eed11f083cf41bd016146a600cdb89555949c2bd
+Author: Stephan Arts step...@xfce.org
+Date:   Sat Aug 4 22:39:00 2012 +0200
+
+Render a slightly bigger icon, for higher quality
+
+commit 70cd9f0e11c9f67d8a9b29e5a4890f4c70a7b6e5
+Author: Stephan Arts step...@xfce.org
+Date:   Sat Aug 4 22:26:46 2012 +0200
+
+Update NEWS
+
+commit 0289e8b8dfd993a75f6bff589e27ccb889912aa4
+Author: Stephan Arts step...@xfce.org
+Date:   Sat Aug 4 22:09:23 2012 +0200
+
+Clean up the thumbnailer on shutdown
+
+commit 6b221241e563aa891cbbfd87f4eb01d92354dc4c
+Author: Stephan Arts step...@xfce.org
+Date:   Sat Aug 4 22:06:55 2012 +0200
+
+Show current image as icon in taskbar (Bug #8837)
+
+commit c4aac7df6346d322350c11bce41de0ce12bba749
+Author: Stephan Arts step...@xfce.org
+Date:   Sun Jul 29 22:46:04 2012 +0200
+
+update NEWS and version number
+
 commit cdf0ea88007f439f4b8122da2cdb3e05dbc50a3b
 Author: Stephan Arts step...@xfce.org
 Date:   Sun Jul 29 22:40:47 2012 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ristretto-0.6.2/NEWS new/ristretto-0.6.3/NEWS
--- old/ristretto-0.6.2/NEWS2012-07-29 22:42:30.0 +0200
+++ new/ristretto-0.6.3/NEWS2012-08-05 22:33:06.0 +0200
@@ -1,3 +1,8 @@
+0.6.3
+=
+- Fix bug #8837 (Use thumbnail as appicon)
+- Update the first image in the image-list when receiving a ready-signal.
+
 0.6.2
 =
 - Fix backport of translations, (I should build before tagging)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ristretto-0.6.2/configure 
new/ristretto-0.6.3/configure
--- old/ristretto-0.6.2/configure   2012-07-29 22:42:56.0 +0200
+++ new/ristretto-0.6.3/configure   2012-08-05 22:42:49.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for ristretto 0.6.2.
+# Generated by GNU Autoconf 2.68 for ristretto 0.6.3.
 #
 # Copyright 

commit rpmlint for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2012-08-07 08:17:52

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


Package is rpmlint, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2012-06-28 
16:54:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2012-08-07 
08:17:53.0 +0200
@@ -1,0 +2,10 @@
+Fri Aug  3 17:22:43 UTC 2012 - thard...@suse.com
+
+- added icinga users and groups 
+
+---
+Thu Jul  5 12:21:08 UTC 2012 - dmuel...@suse.com
+
+- remove python naming check (bnc#768247)
+
+---

New:

  suse-python3-naming-policy.diff



Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.r9lwYq/_old  2012-08-07 08:17:57.0 +0200
+++ /var/tmp/diff_new_pack.r9lwYq/_new  2012-08-07 08:17:57.0 +0200
@@ -74,8 +74,7 @@
 Patch2: suse-version.diff
 Patch3: suse-url-check.diff
 Patch4: invalid-filerequires.diff
-# disable
-#Patch5: suse-bzip-bigger-than-100k.diff
+Patch5: suse-python3-naming-policy.diff
 Patch6: suse-filesystem.diff
 Patch7: suse-pkg-config-check.diff
 Patch8: suse-binarieschecks.diff
@@ -155,7 +154,7 @@
 %patch2
 %patch3
 %patch4
-#patch5
+%patch5
 %patch6
 %patch7
 %patch8

++ config ++
--- /var/tmp/diff_new_pack.r9lwYq/_old  2012-08-07 08:17:58.0 +0200
+++ /var/tmp/diff_new_pack.r9lwYq/_new  2012-08-07 08:17:58.0 +0200
@@ -100,6 +100,8 @@
 'hsqldb',
 'icecast',
 'icecream',
+'icinga',
+'icingacmd',
 'ifdrwww',
 'intermezzo',
 'jboss',
@@ -231,6 +233,7 @@
 'hsqldb',
 'icecast',
 'icecream',
+'icinga',
 'intermezzo',
 'irc',
 'jabber',


++ suse-python3-naming-policy.diff ++
--- NamingPolicyCheck.py
+++ NamingPolicyCheck.py
@@ -91,7 +91,7 @@
 
 
 check.add_check('xmms', '^xmms(-|$)', '^/usr/lib(64)?/xmms/')
-check.add_check('python', '^python(-|$)', 
'^/usr/lib(64)?/python[1-9](-[1-9])?')
+#check.add_check('python', '^python(2|3)?(-|$)', 
'^/usr/lib(64)?/python[1-9](-[1-9])?')
 check.add_check('perl5', '^perl(-|$)', '^/usr/lib(64)?/perl5/vendor_perl')
 check.add_check('apache2', '^apache2-mod_', '^/usr/lib(64)?/apache2-')
 check.add_check('fortune', '^fortune(-|$)', '^/usr/share/games/fortunes/')
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-gettext_activerecord for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext_activerecord for 
openSUSE:Factory checked in at 2012-08-07 08:18:07

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


Package is rubygem-gettext_activerecord, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_activerecord/rubygem-gettext_activerecord.changes
2012-02-16 10:09:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_activerecord.new/rubygem-gettext_activerecord.changes
   2012-08-07 08:18:09.0 +0200
@@ -1,0 +2,11 @@
+Mon Aug  6 10:35:33 UTC 2012 - cfarr...@suse.com
+
+- license update: Ruby or LGPL-3.0
+  See data/README.rdoc from line 94
+
+---
+Sat Aug  4 18:50:13 UTC 2012 - co...@suse.com
+
+- use latest gem2rpm
+
+---



Other differences:
--
++ rubygem-gettext_activerecord.spec ++
--- /var/tmp/diff_new_pack.ZOfnbZ/_old  2012-08-07 08:18:09.0 +0200
+++ /var/tmp/diff_new_pack.ZOfnbZ/_new  2012-08-07 08:18:09.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-gettext_activerecord (Version 2.1.0)
+# spec file for package rubygem-gettext_activerecord
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,44 +15,64 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-gettext_activerecord
 Version:2.1.0
 Release:0
 %define mod_name gettext_activerecord
-#
-Group:  Development/Languages/Ruby
-License:GPL-2.0+ or Ruby
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-BuildRequires:  rubygem-gettext = 2.1.0
-Requires:   rubygem-gettext = 2.1.0
-BuildRequires:  rubygem-activerecord = 2.3.2
-Requires:   rubygem-activerecord = 2.3.2
-Provides:   
ruby-gettext:%{_libdir}/ruby/vendor_ruby/1.8/gettext/active_record.rb
-#
+BuildRequires:  ruby-macros = 1
 Url:http://gettext.rubyforge.org/
-Source: %{mod_name}-%{version}.gem
-#
+Source: %{mod_full_name}.gem
 Summary:Localization support for ActiveRecord by Ruby-GetText-Package
+License:Ruby or LGPL-3.0
+Group:  Development/Languages/Ruby
+
 %description
 Localization support for ActiveRecord by Ruby-GetText-Package.
 
+%package doc
+Summary:RDoc documentation for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
+
+%package testsuite
+Summary:Test suite for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
+
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

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



commit rubygem-gettext_rails for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext_rails for 
openSUSE:Factory checked in at 2012-08-07 08:18:16

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


Package is rubygem-gettext_rails, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_rails/rubygem-gettext_rails.changes  
2011-09-23 12:44:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_rails.new/rubygem-gettext_rails.changes
 2012-08-07 08:18:18.0 +0200
@@ -1,0 +2,11 @@
+Mon Aug  6 09:31:49 UTC 2012 - cfarr...@suse.com
+
+- license update: Ruby or LGPL-3.0
+  See data/README.rdoc from line 94
+
+---
+Sat Aug  4 19:07:24 UTC 2012 - co...@suse.com
+
+- use new gem2rpm to get provides
+
+---



Other differences:
--
++ rubygem-gettext_rails.spec ++
--- /var/tmp/diff_new_pack.BXKAcz/_old  2012-08-07 08:18:19.0 +0200
+++ /var/tmp/diff_new_pack.BXKAcz/_new  2012-08-07 08:18:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-gettext_rails (Version 2.1.0)
+# spec file for package rubygem-gettext_rails
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,51 +15,61 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   rubygem-gettext_rails
 Version:2.1.0
-Release:1
+Release:0
 %define mod_name gettext_rails
-#
-Group:  Development/Languages/Ruby
-License:GPL-2.0+ or Ruby
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-BuildRequires:  rubygem-gettext_activerecord = 2.1.0
-Requires:   rubygem-gettext_activerecord = 2.1.0
-BuildRequires:  rubygem-locale_rails = 2.0.5
-Requires:   rubygem-locale_rails = 2.0.5
-BuildRequires:  rubygem-rails = 2.3.2
-Requires:   rubygem-rails = 2.3.2
-Provides:   
ruby-gettext:%{_libdir}/ruby/vendor_ruby/1.8/gettext/active_record.rb
-#
+BuildRequires:  ruby-macros = 1
 Url:http://gettext.rubyforge.org/
-Source: %{mod_name}-%{version}.gem
-#
+Source: %{mod_full_name}.gem
 Summary:Localization support for Ruby on Rails(=2.3) by 
Ruby-GetText-Package
+License:Ruby or LGPL-3.0
+Group:  Development/Languages/Ruby
 
 %description
 Localization support for Ruby on Rails(=2.3.2) by Ruby-GetText-Package.
 
+%package doc
+Summary:RDoc documentation for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
+
+%package testsuite
+Summary:Test suite for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
+
 %prep
 
 %build
 
 %install
-%gem_install %{S:0}
-
-%clean
-%{__rm} -rf %{buildroot}
+%gem_install -f %{S:0}
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

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



commit rubygem-pkg-config for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pkg-config for 
openSUSE:Factory checked in at 2012-08-07 08:18:36

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


Package is rubygem-pkg-config, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pkg-config/rubygem-pkg-config.changes
2012-07-02 12:53:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-pkg-config.new/rubygem-pkg-config.changes   
2012-08-07 08:18:41.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug  3 18:24:55 UTC 2012 - co...@suse.com
+
+- updated to version 1.1.4
+  * Supported mswin64 as MSVC environment.
+
+---

Old:

  pkg-config-1.1.3.gem

New:

  pkg-config-1.1.4.gem



Other differences:
--
++ rubygem-pkg-config.spec ++
--- /var/tmp/diff_new_pack.H8PrMI/_old  2012-08-07 08:18:42.0 +0200
+++ /var/tmp/diff_new_pack.H8PrMI/_new  2012-08-07 08:18:42.0 +0200
@@ -16,34 +16,28 @@
 #
 
 
+Name:   rubygem-pkg-config
+Version:1.1.4
+Release:0
 %define mod_name pkg-config
 %define mod_full_name %{mod_name}-%{version}
 
-Name:   rubygem-pkg-config
-Version:1.1.3
-Release:0
-Summary:A pkg-config Implementation for Ruby
-License:LGPL-2.1
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros = 1
+Url:https://github.com/rcairo/pkg-config
+Source: %{mod_full_name}.gem
+Summary:A pkg-config implementation for Ruby
+License:LGPL-2.1+
 Group:  Development/Languages/Ruby
-Url:http://github.com/rcairo/pkg-config
-Source0:%{mod_full_name}.gem
-BuildRequires:  fdupes
-BuildRequires:  rubygems_with_buildroot_patch
+# MANUAL
 Requires:   pkg-config
-%if 0%{?suse_version}  0%{?suse_version}  1130
-Requires:   rubygems
-%else
-%rubygems_requires
-%endif
-Provides:   ruby(pkg-config)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-pkg-config can be used in your extconf.rb to properly detect need
-libraries for compiling Ruby native extensions
+pkg-config can be used in your extconf.rb to properly detect need libraries
+for compiling Ruby native extensions
 
 %package doc
-Summary:RDoc Documentation for %{mod_name}
+Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
 
@@ -52,7 +46,7 @@
 Usually in RDoc and RI formats.
 
 %package testsuite
-Summary:Test Suite for %{mod_name}
+Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
 
@@ -60,12 +54,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
 
 %install
-%gem_install %{SOURCE0}
-%fdupes -s %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/doc
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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



commit rubygem-rails-3_2 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-3_2 for 
openSUSE:Factory checked in at 2012-08-07 08:18:48

Comparing /work/SRC/openSUSE:Factory/rubygem-rails-3_2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rails-3_2.new (New)


Package is rubygem-rails-3_2, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-3_2/rubygem-rails-3_2.changes  
2012-08-04 13:25:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rails-3_2.new/rubygem-rails-3_2.changes 
2012-08-07 08:18:49.0 +0200
@@ -1,0 +2,5 @@
+Sun Aug  5 11:38:35 UTC 2012 - jweberho...@weberhofer.at
+
+- Explicitly add BuildRequires:  rubygem-rdoc for opensuse  1220
+
+---



Other differences:
--
++ rubygem-rails-3_2.spec ++
--- /var/tmp/diff_new_pack.qIyI0o/_old  2012-08-07 08:18:50.0 +0200
+++ /var/tmp/diff_new_pack.qIyI0o/_new  2012-08-07 08:18:50.0 +0200
@@ -26,6 +26,9 @@
 BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.7
 BuildRequires:  ruby-devel = 1.8.7
+%if 0%{?suse_version}  1220
+BuildRequires:  rubygem-rdoc
+%endif
 Url:http://www.rubyonrails.org
 Source: %{mod_full_name}.gem
 Summary:Full-stack web application framework
@@ -53,11 +56,13 @@
 Usually in RDoc and RI formats.
 
 %prep
+%gem_unpack
 
 %build
+%gem_build
 
 %install
-%gem_install -f %{S:0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)


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



commit sblim-cmpi-rpm for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package sblim-cmpi-rpm for openSUSE:Factory 
checked in at 2012-08-07 08:19:18

Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-rpm (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cmpi-rpm.new (New)


Package is sblim-cmpi-rpm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-rpm/sblim-cmpi-rpm.changes
2012-05-31 17:10:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-rpm.new/sblim-cmpi-rpm.changes   
2012-08-07 08:19:20.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 25 16:53:35 UTC 2012 - dval...@suse.com
+
+- set PAGE_SIZE if it is not exported. Fixes ppc build 
+
+---

New:

  page_size.patch



Other differences:
--
++ sblim-cmpi-rpm.spec ++
--- /var/tmp/diff_new_pack.nfcE9x/_old  2012-08-07 08:19:21.0 +0200
+++ /var/tmp/diff_new_pack.nfcE9x/_new  2012-08-07 08:19:21.0 +0200
@@ -40,6 +40,7 @@
 Requires:   sblim-cmpi-base = 1.2.3, cim-server
 Source0:
http://prdownloads.sourceforge.net/sblim/sblim-cmpi-rpm-%{version}.tar.bz2
 Patch0: link-with-libdl.patch
+Patch1: page_size.patch
 PreReq: sblim-sfcb
 #!BuildIgnore:  tog-pegasus
 
@@ -51,6 +52,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 autoreconf -f -i
 
 %build

++ page_size.patch ++
Index: sblim-cmpi-rpm-1.0.1/cimrpmv4.c
===
--- sblim-cmpi-rpm-1.0.1.orig/cimrpmv4.c
+++ sblim-cmpi-rpm-1.0.1/cimrpmv4.c
@@ -25,6 +25,10 @@
 #include unistd.h
 #include sys/user.h
 
+#ifndef PAGE_SIZE
+#define PAGE_SIZE (sysconf(_SC_PAGESIZE))
+#endif
+
 /* Enumeration Helper Structure and eye catcher (MAGIC) */
 
 #define EH_MAGIC 0x17711881
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit susedoc for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package susedoc for openSUSE:Factory checked 
in at 2012-08-07 08:22:12

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


Package is susedoc, Maintainer is thomas.schrai...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/susedoc/susedoc.changes  2012-02-16 
10:10:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.susedoc.new/susedoc.changes 2012-08-07 
08:22:14.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 12:13:14 UTC 2012 - pgaj...@suse.com
+
+- prepare spec file for dropping SuSEconfig.fonts (openFATE#313536)
+
+---



Other differences:
--
++ susedoc.spec ++
--- /var/tmp/diff_new_pack.P55BZh/_old  2012-08-07 08:22:16.0 +0200
+++ /var/tmp/diff_new_pack.P55BZh/_new  2012-08-07 08:22:16.0 +0200
@@ -14,12 +14,12 @@
 %define dtdnamenovdoc
 %define docbuilddir/usr/share/susedoc
 %define regcat /usr/bin/sgml-register-catalog
-%define fontdir/usr/share/fonts/truetype
 
 Name:   susedoc 
 Version:4.3.33
 Release:0
 Summary:XML Build Mechanics for Novell, SUSE, and openSUSE 
Documentation
+BuildRequires:  fontpackages-devel
 BuildRequires:  sgml-skel
 BuildRequires:  trang
 Requires:   libxslt inkscape transfig ImageMagick java xml-commons-resolver
@@ -166,13 +166,13 @@
 %{__mkdir} %buildroot
 
 %{__mkdir_p} $RPM_BUILD_ROOT/usr/share/%{name} \
- $RPM_BUILD_ROOT/%{fontdir} \
+ $RPM_BUILD_ROOT/%{_ttfontsdir} \
  $RPM_BUILD_ROOT/%{_bindir} \
  $RPM_BUILD_ROOT/%{xml_dir}/%{dtdname}/schema/{dtd,rng}/%{dtdversion}
 
 # Copy the NimbusMono fonts (the TrueType version!)
 %{__rm} etc/fonts/Dingbats.ttf
-%{__mv} etc/fonts/*.ttf $RPM_BUILD_ROOT/%{fontdir}
+%{__mv} etc/fonts/*.ttf $RPM_BUILD_ROOT/%{_ttfontsdir}
 # Remove any remaining fonts:
 %{__rm} -rf etc/fonts/
 
@@ -207,10 +207,10 @@
 # Install any fonts
 if [ -e fontforge ]; then
 %{__mv} $RPM_BUILD_ROOT/usr/share/%{name}/fontforge/*.ttf \
-  $RPM_BUILD_ROOT/%{fontdir}
+  $RPM_BUILD_ROOT/%{_ttfontsdir}
 %{__rm} -rf $RPM_BUILD_ROOT/usr/share/%{name}/fontforge/
 else
-rm -rf $RPM_BUILD_ROOT/%{fontdir}
+rm -rf $RPM_BUILD_ROOT/%{_ttfontsdir}
 fi
 
 # Catalog
@@ -254,7 +254,7 @@
   --add /etc/xml/%{FOR_XSLT_CAT}
 
 
-%run_suseconfig_fonts
+%reconfigure_fonts_post
 exit 0
 
 #--
@@ -270,9 +270,12 @@
   --del %{dtdname}xslt-%{version}
 fi
 
-%run_suseconfig_fonts
+%reconfigure_fonts_postun
 exit 0
 
+#--
+%posttrans
+%reconfigure_fonts_posttrans
 
 #--
 %clean
@@ -291,8 +294,8 @@
 %{xml_dir}/%{dtdname}/
 %{docbuilddir}
 # %%{py_libdir}/optcomplete.*
-%dir %{fontdir}
-%{fontdir}/*
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*
 
 
 %changelog

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



commit telepathy-glib for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package telepathy-glib for openSUSE:Factory 
checked in at 2012-08-07 08:22:25

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


Package is telepathy-glib, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-glib/telepathy-glib.changes
2012-05-03 11:00:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-glib.new/telepathy-glib.changes   
2012-08-07 08:22:27.0 +0200
@@ -1,0 +2,17 @@
+Wed Aug  1 11:25:17 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.18.2:
+  + Enhancements:
+- Add clean-for-new-branch Makefile target which is more
+  thorough than clean, but less thorough than distclean
+  + Fixes:
+- Retry preparation of features that depended on a missing
+  connection interface after the connection connects
+  (fdo#42981)
+- Fix warning when preparing blocked contacts before
+  TP_CONNECTION_FEATURE_CONNECTED is officially prepared
+  (fdo#52441)
+- Fix Vala bindings build when srcdir is different from
+  builddir (fdo#49802).
+
+---

Old:

  telepathy-glib-0.18.1.tar.gz

New:

  telepathy-glib-0.18.2.tar.gz



Other differences:
--
++ telepathy-glib.spec ++
--- /var/tmp/diff_new_pack.8ItCYx/_old  2012-08-07 08:22:30.0 +0200
+++ /var/tmp/diff_new_pack.8ItCYx/_new  2012-08-07 08:22:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   telepathy-glib
-Version:0.18.1
+Version:0.18.2
 Release:0
 Summary:GObject-based library for the Telepathy D-Bus API
 License:LGPL-2.1+

++ telepathy-glib-0.18.1.tar.gz - telepathy-glib-0.18.2.tar.gz ++
 30228 lines of diff (skipped)

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



commit u-boot for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2012-08-07 08:24:10

Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and  /work/SRC/openSUSE:Factory/.u-boot.new (New)


Package is u-boot, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-08-03 19:43:57.387656292 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-highbank.changes  
2012-08-07 08:24:12.0 +0200
@@ -0,0 +1,183 @@
+---
+Mon Aug  6 09:39:54 UTC 2012 - dmuel...@suse.com
+
+- remove Marvell sources as they are non-free licensed (bnc#773824)
+
+---
+Thu Jul 26 18:21:44 UTC 2012 - ag...@suse.com
+
+- fix ext2 support for origen
+- add origen-spl.bin for origen
+
+---
+Thu Jul 26 09:47:31 UTC 2012 - dmuel...@suse.com
+
+- merge u-boot-tools
+
+---
+Wed Jul 25 21:05:08 UTC 2012 - ag...@suse.com
+
+- add ext2 support by default in mx53loco
+
+---
+Tue Jul 24 21:28:59 UTC 2012 - ag...@suse.com
+
+- add support for mx53loco
+
+---
+Tue Jul 24 11:25:42 UTC 2012 - dmuel...@suse.com
+
+- remove u-boot-omap3beagle 
+
+---
+Mon Jul 23 22:34:04 UTC 2012 - ag...@suse.com
+
+- bump to 2012.04.01
+  - fixes bug in cmdline parsing
+
+---
+Mon Jul 23 22:26:47 UTC 2012 - ag...@suse.com
+
+- add calxeda highbank support
+
+---
+Thu Jul 12 12:51:56 UTC 2012 - ag...@suse.com
+
+- autoload boot.scr on beagle, so we can boot again
+
+---
+Thu Jul 12 08:12:15 UTC 2012 - ag...@suse.com
+
+- update to upstream u-boot 2012.04
+  - gets rid of linaro fork, only mainline now
+  - gets us omap3 MLO support, no more need for x-loader
+  - potentially fixes voltage issues on omap4
+
+---
+Thu Jun 14 09:04:53 UTC 2012 - adr...@suse.de
+
+- add SUSE style conflicts to avoid installation of multiple
+  boot loaders
+
+---
+Tue Apr 17 11:59:55 UTC 2012 - joop.boo...@opensuse.org
+
+- Included u-boot.spec.in and gen_spec.sh in the spec file
+
+---
+Mon Feb  6 13:25:09 UTC 2012 - ag...@suse.com
+
+- use ext2 on panda
+
+---
+Tue Dec 20 02:36:05 UTC 2011 - ag...@suse.com
+
+- use ttyO2 as default console= on OMAP boards
+
+---
+Mon Dec 19 20:21:21 UTC 2011 - ag...@suse.com
+
+- add u8500_href and origen configs
+
+---
+Fri Dec 16 16:03:01 UTC 2011 - ag...@suse.com
+
+- fix lint failures
+
+---
+Fri Dec 16 14:46:53 CET 2011 - ag...@suse.com
+
+- don't install map
+
+---
+Fri Dec 16 02:16:19 UTC 2011 - ag...@suse.com
+
+- generalize spec file to be able to build for more boards
+- add beagle board spec file
+- remove boot.scr
+
+---
+Fri Dec 16 01:15:47 UTC 2011 - ag...@suse.com
+
+- rename to u-boot-omap4panda
+
+---
+Tue Dec 13 17:24:45 UTC 2011 - dkuka...@suse.de
+
+- new package based on u-boot-omap4panda but use linaro u-boot git 
+  repo (http://git.linaro.org/git/boot/u-boot-linaro-stable.git)
+  instead of mainline u-boot. This package also contains the MLO 
+  (this package obsoletes the x-loader package)
+
+---
+Tue Nov 29 22:53:44 UTC 2011 - joop.boo...@opensuse.org
+
+- COPYING CREDITS README are now in the standard package 
+
+---
+Thu Nov 24 21:08:58 UTC 2011 - joop.boo...@opensuse.org
+
+- Corrected the links 
+
+---
+Tue Nov 22 17:47:17 UTC 2011 - joop.boo...@opensuse.org
+
+- Build without u-boot tools as we have a u-boot-tools packages
+
+---
+Sun Nov 20 17:00:43 UTC 2011 - joop.boo...@opensuse.org
+
+- Cleaned the spec 

commit udev for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package udev for openSUSE:Factory checked in 
at 2012-08-07 08:24:30

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


Package is udev, Maintainer is rmila...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/udev/udev.changes2012-08-05 
08:03:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.udev.new/udev.changes   2012-08-07 
08:24:31.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  6 13:35:34 UTC 2012 - rmila...@suse.com
+
+- udevd race for netlink events (bnc#774646)
+add: 0026-udev-netlink-null-rules.patch 
+
+---

New:

  0026-udev-netlink-null-rules.patch



Other differences:
--
++ udev.spec ++
--- /var/tmp/diff_new_pack.EC5KBB/_old  2012-08-07 08:24:33.0 +0200
+++ /var/tmp/diff_new_pack.EC5KBB/_new  2012-08-07 08:24:33.0 +0200
@@ -102,6 +102,8 @@
 Patch24:0024-libudev-queue.c-simplified-open_queue_file.patch
 # PATCH-FIX-UPSTREAM 
0025-keyboard-force-release-Apply-to-all-Fujitso-AMILO-mo.patch
 Patch25:0025-keyboard-force-release-Apply-to-all-Fujitso-AMILO-mo.patch
+# PATCH-FIX-OPENSUSE 0026-udev-netlink-null-rules.patch
+Patch26:0026-udev-netlink-null-rules.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -196,6 +198,7 @@
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
+%patch26 -p1
 
 %build
 autoreconf -vfi

++ 0026-udev-netlink-null-rules.patch ++
--- udev-182.orig/src/udevd.c.orig  2012-08-03 17:27:23.0 +
+++ udev-182/src/udevd.c2012-08-03 17:29:05.0 +
@@ -1683,6 +1683,8 @@ int main(int argc, char *argv[])
 dev = udev_monitor_receive_device(monitor);
 if (dev != NULL) {
 udev_device_set_usec_initialized(dev, 
now_usec());
+if (rules == NULL)
+rules = udev_rules_new(udev, 
resolve_names);
 if (event_queue_insert(dev)  0)
 udev_device_unref(dev);
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit udev for openSUSE:12.2

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package udev for openSUSE:12.2 checked in at 
2012-08-07 08:24:35

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


Package is udev, Maintainer is rmila...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/udev/udev.changes   2012-08-05 08:03:45.0 
+0200
+++ /work/SRC/openSUSE:12.2/.udev.new/udev.changes  2012-08-07 
08:24:36.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  6 13:35:34 UTC 2012 - rmila...@suse.com
+
+- udevd race for netlink events (bnc#774646)
+add: 0026-udev-netlink-null-rules.patch 
+
+---

New:

  0026-udev-netlink-null-rules.patch



Other differences:
--
++ udev.spec ++
--- /var/tmp/diff_new_pack.EfCvX5/_old  2012-08-07 08:24:36.0 +0200
+++ /var/tmp/diff_new_pack.EfCvX5/_new  2012-08-07 08:24:36.0 +0200
@@ -102,6 +102,8 @@
 Patch24:0024-libudev-queue.c-simplified-open_queue_file.patch
 # PATCH-FIX-UPSTREAM 
0025-keyboard-force-release-Apply-to-all-Fujitso-AMILO-mo.patch
 Patch25:0025-keyboard-force-release-Apply-to-all-Fujitso-AMILO-mo.patch
+# PATCH-FIX-OPENSUSE 0026-udev-netlink-null-rules.patch
+Patch26:0026-udev-netlink-null-rules.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -196,6 +198,7 @@
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
+%patch26 -p1
 
 %build
 autoreconf -vfi

++ 0026-udev-netlink-null-rules.patch ++
--- udev-182.orig/src/udevd.c.orig  2012-08-03 17:27:23.0 +
+++ udev-182/src/udevd.c2012-08-03 17:29:05.0 +
@@ -1683,6 +1683,8 @@ int main(int argc, char *argv[])
 dev = udev_monitor_receive_device(monitor);
 if (dev != NULL) {
 udev_device_set_usec_initialized(dev, 
now_usec());
+if (rules == NULL)
+rules = udev_rules_new(udev, 
resolve_names);
 if (event_queue_insert(dev)  0)
 udev_device_unref(dev);
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit virtuoso for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package virtuoso for openSUSE:Factory 
checked in at 2012-08-07 08:25:13

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


Package is virtuoso, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/virtuoso/virtuoso.changes2012-04-18 
15:29:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.virtuoso.new/virtuoso.changes   2012-08-07 
08:25:20.0 +0200
@@ -1,0 +2,27 @@
+Thu Aug  2 20:18:27 UTC 2012 - wstephen...@suse.com
+
+- update to 6.1.6
+  * Fixes over 6.1.5. See the Changelog file for full changelog.
+
+---
+Mon Jul 30 18:18:13 UTC 2012 - dmuel...@suse.com
+
+- update to 6.1.6rc3, which is needed for KDE 4.8.5/4.9.0:
+  * Fixed resource name encoding problem
+  * Merged DET_S3.sql
+  * Merged cutter tool
+  * Updated version numbers
+  * Fixed typos
+  * Merged Briefcase VAD
+  * Fixed role binding can be one to many
+  * Fixed IN operator
+  Optimization by ssg_print_builtin_expre so that it does not complete
+  RDF boxes (for IRIs only at right side).
+
+  * Fixed disabled accounts can still be used in set_user_id
+
+  * Fixed small issues for VOS release
+
+  * Added initial support for rdb2rdf VAD
+
+---

Old:

  isql-buffer-overflow.patch
  rpmlint-fixes.diff
  sequence-point-warning.diff
  virtuoso-opensource-6.1.5.tar.gz
  virtuoso-wrong-memset.patch

New:

  virtuoso-opensource-6.1.6.tar.gz



Other differences:
--
++ virtuoso.spec ++
--- /var/tmp/diff_new_pack.qe7edn/_old  2012-08-07 08:25:24.0 +0200
+++ /var/tmp/diff_new_pack.qe7edn/_new  2012-08-07 08:25:24.0 +0200
@@ -17,26 +17,19 @@
 
 
 Name:   virtuoso
-Version:6.1.5
+Version:6.1.6
 Release:0
 Summary:Relational database server with RDF
 License:GPL-2.0
 Group:  Productivity/Databases/Servers
 Url:http://virtuoso.openlinksw.com/
-Source0:
http://prdownloads.sourceforge.net/virtuoso/%{name}-opensource-%{version}.tar.gz
+Source0:
http://prdownloads.sourceforge.net/virtuoso/%{name}-opensource-6.1.6.tar.gz
 # PATCH-FIX-OPENSUSE build-sanely.diff -- Build only things needed by KDE
 Patch0: build-sanely.diff
-# PATCH-FIX-OPENSUSE rpmlint-fixes.diff -- Fix bufferoverflowstrncat 
post-build-check error
-Patch1: rpmlint-fixes.diff
 # PATCH-FIX-OPENSUSE virtuoso-opensource-6.1.0-external_iodbc.patch 
asterios.dra...@gmail.com -- Build with external iodbc
 Patch2: virtuoso-opensource-6.1.0-external_iodbc.patch
-# PATCH-FIX-UPSTREAM isql-buffer-overflow.patch idoen...@suse.de -- Fix buffer 
overflow in isql.c
-Patch3: isql-buffer-overflow.patch
-# PATCH-FIX-UPSTREAM patches/virtuoso-wrong-memset.patch idoen...@suse.de -- 
Fix wrong size parameter in memset call
-Patch5: virtuoso-wrong-memset.patch
 # PATCH-FIX-OPENSUSE Do not include build date and hostname in binaries
 Patch6: virtuoso-no-build-dates.patch
-Patch7: sequence-point-warning.diff
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  gperf
@@ -94,14 +87,10 @@
 It is used by the Virtuoso backend for Soprano in KDE.
 
 %prep
-%setup -q -n virtuoso-opensource-%{version}
-%patch0 -p1
-%patch1 -p1
+%setup -q -n virtuoso-opensource-6.1.6
+%patch0
 %patch2 -p1
-%patch3 -p1
-%patch5 -p1
 %patch6 -p1
-%patch7
 
 %build
 # autogen.sh because of patching Makefile.am

++ build-sanely.diff ++
--- /var/tmp/diff_new_pack.qe7edn/_old  2012-08-07 08:25:24.0 +0200
+++ /var/tmp/diff_new_pack.qe7edn/_new  2012-08-07 08:25:24.0 +0200
@@ -1,40 +1,17 @@
-diff --git a/Makefile.am b/Makefile.am
-index 15f4826..bab829f 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -23,13 +23,12 @@ AUTOMAKE_OPTIONS   = gnu
- ACLOCAL_AMFLAGS   = -I binsrc/config
- 
- 
--SUBDIRS = . docsrc libsrc binsrc appsrc
-+SUBDIRS = . docsrc libsrc binsrc
- 
- dist_doc_DATA = \
-   AUTHORS \
-   COPYING \
-   CREDITS \
--  INSTALL \
-   LICENSE \
-   NEWS \
-   README*
-diff --git a/binsrc/Makefile.am b/binsrc/Makefile.am
-index f8225fc..0a79b44 100644
 a/binsrc/Makefile.am
-+++ b/binsrc/Makefile.am
+--- binsrc/Makefile.am
 binsrc/Makefile.am
 @@ -19,7 +19,7 @@
  #  
  #  
  
--SUBDIRS = dav mono virtuoso tests rdf_mappers driver maildrop sqldoc hosting 
bpel b3s tutorial yacutia samples vsp ws sync vspx vad cached_resources 
virtodbc virtoledb virtuoso_sink xddl VirtuosoClient.Net oat isparql jena 
sesame sesame2 sesame3 redland hibernate dbpedia
+-SUBDIRS = dav mono virtuoso tests 

commit x3270 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2012-08-07 08:25:22

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


Package is x3270, Maintainer is jjo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2011-12-25 
17:42:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2012-08-07 
08:25:24.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 11:30:49 UTC 2012 - pgaj...@suse.com
+
+- prepare spec file for dropping SuSEconfig.fonts (openFATE#313536)
+
+---



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.w8XhXp/_old  2012-08-07 08:25:26.0 +0200
+++ /var/tmp/diff_new_pack.w8XhXp/_new  2012-08-07 08:25:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package x3270
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -18,10 +18,10 @@
 
 Name:   x3270
 BuildRequires:  autoconf
+BuildRequires:  fontpackages-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
-%definefontdir /usr/share/fonts/misc
 %defineappdefdir   /usr/share/X11
 %define xbindir /usr/bin
 %define xmandir /usr/share/man
@@ -126,7 +126,7 @@
--x-libraries=%{xlibraries} \
--mandir=%{xmandir} \
--with-all-xinstall \
-   --with-fontdir=%{fontdir} \
+   --with-fontdir=%{_miscfontsdir} \
--enable-ssl
 xmkmf -a
 make depend
@@ -184,7 +184,7 @@
 make DESTDIR=$RPM_BUILD_ROOT LIBX3270DIR=${LIBX3270DIR} install.man
 # make install does a mkfontdir, that creates a fonts.dir we don't
 # want in the package.  remove that:
-rm $RPM_BUILD_ROOT%{fontdir}/fonts.dir
+rm $RPM_BUILD_ROOT%{_miscfontsdir}/fonts.dir
 install -d -m 755 \
$RPM_BUILD_ROOT%{appdefdir}/app-defaults
 install -m 644 X3270.xad \
@@ -227,11 +227,7 @@
 # set permissions correct
 chmod ugo-x $RPM_BUILD_ROOT/usr/share/man/man{1,5}/*
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %clean
 #${RPM_BUILD_ROOT:+rm -rf $RPM_BUILD_ROOT}
@@ -248,8 +244,8 @@
 # x3270
 %{xbindir}/x3270
 %{appdefdir}/app-defaults/X3270
-%dir %{fontdir}
-%{fontdir}/*
+%dir %{_miscfontsdir}
+%{_miscfontsdir}/*
 %doc %{xmandir}/man1/x3270.1x.gz
 %doc --parents x3270-3.3/Examples
 %doc --parents x3270-3.3/html

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



commit xf86-input-evdev for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-evdev for 
openSUSE:Factory checked in at 2012-08-07 08:25:34

Comparing /work/SRC/openSUSE:Factory/xf86-input-evdev (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-evdev.new (New)


Package is xf86-input-evdev, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-evdev/xf86-input-evdev.changes
2012-07-31 13:59:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-input-evdev.new/xf86-input-evdev.changes   
2012-08-07 08:25:36.0 +0200
@@ -1,0 +2,6 @@
+Sat Aug  4 12:56:27 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.7.2:
+  + This update fixes a few compiler warnings and a memory leak.
+
+---

Old:

  xf86-input-evdev-2.7.1.tar.bz2

New:

  xf86-input-evdev-2.7.2.tar.bz2



Other differences:
--
++ xf86-input-evdev.spec ++
--- /var/tmp/diff_new_pack.PxFtGg/_old  2012-08-07 08:25:37.0 +0200
+++ /var/tmp/diff_new_pack.PxFtGg/_new  2012-08-07 08:25:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-input-evdev
-Version:2.7.1
+Version:2.7.2
 Release:0
 Summary:Generic Linux input driver for the Xorg X server
 License:MIT

++ xf86-input-evdev-2.7.1.tar.bz2 - xf86-input-evdev-2.7.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-input-evdev-2.7.1/configure.ac 
new/xf86-input-evdev-2.7.2/configure.ac
--- old/xf86-input-evdev-2.7.1/configure.ac 2012-07-24 06:05:09.0 
+0200
+++ new/xf86-input-evdev-2.7.2/configure.ac 2012-08-03 08:00:31.0 
+0200
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-input-evdev],
-[2.7.1],
+[2.7.2],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 [xf86-input-evdev])
 AC_CONFIG_SRCDIR([Makefile.am])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-input-evdev-2.7.1/src/emuWheel.c 
new/xf86-input-evdev-2.7.2/src/emuWheel.c
--- old/xf86-input-evdev-2.7.1/src/emuWheel.c   2012-07-24 06:05:09.0 
+0200
+++ new/xf86-input-evdev-2.7.2/src/emuWheel.c   2012-08-03 08:00:31.0 
+0200
@@ -51,7 +51,6 @@
 static Atom prop_wheel_button   = 0;
 
 /* Local Funciton Prototypes */
-static BOOL EvdevWheelEmuHandleButtonMap(InputInfoPtr pInfo, WheelAxisPtr 
pAxis, char *axis_name);
 static int EvdevWheelEmuInertia(InputInfoPtr pInfo, WheelAxisPtr axis, int 
value);
 
 /* Filter mouse button events */
@@ -197,7 +196,8 @@
 /* Handle button mapping here to avoid code duplication,
 returns true if a button mapping was found. */
 static BOOL
-EvdevWheelEmuHandleButtonMap(InputInfoPtr pInfo, WheelAxisPtr pAxis, char* 
axis_name)
+EvdevWheelEmuHandleButtonMap(InputInfoPtr pInfo, WheelAxisPtr pAxis,
+ const char *axis_name)
 {
 EvdevPtr pEvdev = (EvdevPtr)pInfo-private;
 char *option_string;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-input-evdev-2.7.1/src/evdev.c 
new/xf86-input-evdev-2.7.2/src/evdev.c
--- old/xf86-input-evdev-2.7.1/src/evdev.c  2012-07-24 06:05:09.0 
+0200
+++ new/xf86-input-evdev-2.7.2/src/evdev.c  2012-08-03 08:00:31.0 
+0200
@@ -93,7 +93,7 @@
 #define ABS_MT_TRACKING_ID 0x39
 #endif
 
-static char *evdevDefaults[] = {
+static const char *evdevDefaults[] = {
 XkbRules, evdev,
 XkbModel, evdev,
 XkbLayout,us,
@@ -278,7 +278,7 @@
 
 
 static void
-SetXkbOption(InputInfoPtr pInfo, char *name, char **option)
+SetXkbOption(InputInfoPtr pInfo, const char *name, char **option)
 {
 char *s;
 
@@ -1062,7 +1062,9 @@
 static void
 EvdevFreeMasks(EvdevPtr pEvdev)
 {
+#ifdef MULTITOUCH
 int i;
+#endif
 
 valuator_mask_free(pEvdev-vals);
 valuator_mask_free(pEvdev-old_vals);
@@ -1345,7 +1347,9 @@
 
 i = 0;
 for (axis = ABS_X; i  MAX_VALUATORS  axis = ABS_MAX; axis++) {
+#ifdef MULTITOUCH
 int j;
+#endif
 int mapping;
 pEvdev-axis_map[axis] = -1;
 if (!EvdevBitIsSet(pEvdev-abs_bitmask, axis) ||
@@ -1660,7 +1664,7 @@
 /* Check for user-defined button mapping */
 if ((mapping = xf86CheckStrOption(pInfo-options, ButtonMapping, NULL)))
 {
-char*map, *s =  ;
+char*map, *s = NULL;
 int btn = 0;
 
 xf86IDrvMsg(pInfo, X_CONFIG, ButtonMapping '%s'\n, mapping);
@@ -2350,14 +2354,16 @@
 }
 
 #ifdef MULTITOUCH
-pEvdev-mtdev = mtdev_new_open(pInfo-fd);
+if (!pEvdev-mtdev) { /* after PreInit mtdev is still valid */
+

commit xf86-video-intel for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2012-08-07 08:25:46

Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)


Package is xf86-video-intel, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2012-08-04 13:40:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2012-08-07 08:25:47.0 +0200
@@ -1,0 +2,26 @@
+Sat Aug  4 13:11:14 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.20.3:
+  Just a minor bugfix for gen4 chipsets (965gm, gm45 and friends) that
+  crept into 2.20.2. As an added bonus, the pessimistic workaround for a
+  GPU hang on gen4 has been relaxed and the shaders have been overhauled
+  which should pave the way to eliminating the last of the uncommon CPU
+  operations, along with immediately realising a small performance
+  improvement.
+- Bugs fixed since 2.20.2:
+  + Update DPMS bookkeeping after modeset
+https://bugs.freedesktop.org/show_bug.cgi?id=52142
+  + Avoid overlapping gpu/cpu damage after ignoring cpu damage in the
+consideration of placement for the operation.
+  + Enable acceleration by default on 830gm/845g. The GMCH on this pair
+of chipsets is notoriously incoherent, so the GPU is almost certainly
+going to hang at some point, though unlikely to hang the system and
+should automatically disable acceleration (and thence behave
+identically as if the acceleration was disabled from the start).
+Option NoAccel can be used to disable all 2D acceleration and
+Option DRI can be used to disable all 3D acceleration.
+https://bugs.freedesktop.org/show_bug.cgi?id=52624
+  + Fix vertex bookkeeping for gen4 that was causing corruption in the
+command stream.
+
+---

Old:

  xf86-video-intel-2.20.2.tar.bz2

New:

  xf86-video-intel-2.20.3.tar.bz2



Other differences:
--
++ xf86-video-intel.spec ++
--- /var/tmp/diff_new_pack.PnSRAE/_old  2012-08-07 08:25:49.0 +0200
+++ /var/tmp/diff_new_pack.PnSRAE/_new  2012-08-07 08:25:49.0 +0200
@@ -19,7 +19,7 @@
 %define glamor 1
 
 Name:   xf86-video-intel
-Version:2.20.2
+Version:2.20.3
 Release:0
 Summary:Intel video driver for the Xorg X server
 License:MIT

++ xf86-video-intel-2.20.2.tar.bz2 - xf86-video-intel-2.20.3.tar.bz2 ++
 11950 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-slide-show for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-slide-show for 
openSUSE:Factory checked in at 2012-08-07 08:26:01

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


Package is yast2-slide-show, Maintainer is k...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slide-show/yast2-slide-show.changes
2012-08-04 13:43:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes   
2012-08-07 08:26:04.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  6 15:16:14 UTC 2012 - k...@suse.de
+
+- 2.22.0:
+- Update version number; bnc#671697.
+
+---

Old:

  yast2-slide-show-2.21.1.tar.bz2

New:

  yast2-slide-show-2.22.0.tar.bz2



Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.Q88vRw/_old  2012-08-07 08:26:05.0 +0200
+++ /var/tmp/diff_new_pack.Q88vRw/_new  2012-08-07 08:26:05.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   yast2-slide-show
-Version:2.21.1
+Version:2.22.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-slide-show-2.21.1.tar.bz2
+Source0:yast2-slide-show-2.22.0.tar.bz2
 
 Prefix: /usr
 
@@ -68,7 +68,7 @@
 The slide show displayed during package installation with YaST2.
 
 %prep
-%setup -n yast2-slide-show-2.21.1
+%setup -n yast2-slide-show-2.22.0
 pushd SuSELinux
 tar xf %{S:10}
 langs=$(tar tf %{S:10}|sed 's=.*po/==;s=\.po$==;/^$/d'|sort -u|fmt -w1000)

++ yast2-slide-show-2.21.1.tar.bz2 - yast2-slide-show-2.22.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-2.21.1/Makefile.am 
new/yast2-slide-show-2.22.0/Makefile.am
--- old/yast2-slide-show-2.21.1/Makefile.am 2011-09-19 11:37:42.0 
+0200
+++ new/yast2-slide-show-2.22.0/Makefile.am 2012-08-06 16:42:05.0 
+0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR   = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES   = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR   = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl= README COPYING
@@ -155,7 +154,7 @@
$(Y2TOOL) create-spec  $$i  $$here/package/$${newname} ; \
done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
@echo Not running parseycp.
 
-check-all-packages:
-   @if [ ! -e $(ALL_PACKAGES) ]; then\
-   echo ERROR: Can't find $(ALL_PACKAGES); false;\
-   fi
-   @if ! grep -q ^$(RPMNAME)[[:space:]] $(ALL_PACKAGES); then
\
-   echo ERROR: $(RPMNAME) not in $(ALL_PACKAGES); false; \
-   fi
-   @if grep -q ^$(RPMNAME)[[:space:]]\+.*? $(ALL_PACKAGES); then \
-   echo ERROR: $(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:; \
-   echo;   \
-   grep ^$(RPMNAME)[[:space:]]\+.*? $(ALL_PACKAGES); \
-   echo;   \
-   false;  \
-   fi
-
 check-textdomain:
$(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-2.21.1/Makefile.in 
new/yast2-slide-show-2.22.0/Makefile.in
--- old/yast2-slide-show-2.21.1/Makefile.in 2011-09-19 11:37:47.0 
+0200
+++ new/yast2-slide-show-2.22.0/Makefile.in 2012-08-06 16:42:10.0 
+0200
@@ -262,7 +262,6 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 COPYRIGHT_files_gpl = README COPYING
 COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \
@@ -903,7 +902,7 @@
$(Y2TOOL) create-spec  $$i  $$here/package/$${newname} ; \
done
 
-package: check-up-to-date 

commit yast2-slide-show for openSUSE:12.2

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-slide-show for openSUSE:12.2 
checked in at 2012-08-07 08:26:06

Comparing /work/SRC/openSUSE:12.2/yast2-slide-show (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-slide-show.new (New)


Package is yast2-slide-show, Maintainer is k...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2-slide-show/yast2-slide-show.changes   
2012-08-04 13:43:30.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-slide-show.new/yast2-slide-show.changes  
2012-08-07 08:26:08.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  6 15:16:14 UTC 2012 - k...@suse.de
+
+- 2.22.0:
+- Update version number; bnc#671697.
+
+---

Old:

  yast2-slide-show-2.21.1.tar.bz2

New:

  yast2-slide-show-2.22.0.tar.bz2



Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.pnZo2R/_old  2012-08-07 08:26:08.0 +0200
+++ /var/tmp/diff_new_pack.pnZo2R/_new  2012-08-07 08:26:08.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   yast2-slide-show
-Version:2.21.1
+Version:2.22.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-slide-show-2.21.1.tar.bz2
+Source0:yast2-slide-show-2.22.0.tar.bz2
 
 Prefix: /usr
 
@@ -68,7 +68,7 @@
 The slide show displayed during package installation with YaST2.
 
 %prep
-%setup -n yast2-slide-show-2.21.1
+%setup -n yast2-slide-show-2.22.0
 pushd SuSELinux
 tar xf %{S:10}
 langs=$(tar tf %{S:10}|sed 's=.*po/==;s=\.po$==;/^$/d'|sort -u|fmt -w1000)

++ yast2-slide-show-2.21.1.tar.bz2 - yast2-slide-show-2.22.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-2.21.1/Makefile.am 
new/yast2-slide-show-2.22.0/Makefile.am
--- old/yast2-slide-show-2.21.1/Makefile.am 2011-09-19 11:37:42.0 
+0200
+++ new/yast2-slide-show-2.22.0/Makefile.am 2012-08-06 16:42:05.0 
+0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR   = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES   = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR   = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl= README COPYING
@@ -155,7 +154,7 @@
$(Y2TOOL) create-spec  $$i  $$here/package/$${newname} ; \
done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
@echo Not running parseycp.
 
-check-all-packages:
-   @if [ ! -e $(ALL_PACKAGES) ]; then\
-   echo ERROR: Can't find $(ALL_PACKAGES); false;\
-   fi
-   @if ! grep -q ^$(RPMNAME)[[:space:]] $(ALL_PACKAGES); then
\
-   echo ERROR: $(RPMNAME) not in $(ALL_PACKAGES); false; \
-   fi
-   @if grep -q ^$(RPMNAME)[[:space:]]\+.*? $(ALL_PACKAGES); then \
-   echo ERROR: $(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:; \
-   echo;   \
-   grep ^$(RPMNAME)[[:space:]]\+.*? $(ALL_PACKAGES); \
-   echo;   \
-   false;  \
-   fi
-
 check-textdomain:
$(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-2.21.1/Makefile.in 
new/yast2-slide-show-2.22.0/Makefile.in
--- old/yast2-slide-show-2.21.1/Makefile.in 2011-09-19 11:37:47.0 
+0200
+++ new/yast2-slide-show-2.22.0/Makefile.in 2012-08-06 16:42:10.0 
+0200
@@ -262,7 +262,6 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 COPYRIGHT_files_gpl = README COPYING
 COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \
@@ -903,7 +902,7 @@
$(Y2TOOL) create-spec  $$i  $$here/package/$${newname} ; \
done
 
-package: check-up-to-date check-tagversion 

commit apparmor for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2012-08-07 08:26:21

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


Package is apparmor, Maintainer is mszer...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2012-07-30 
17:12:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2012-08-07 
08:26:22.0 +0200
@@ -1,0 +2,5 @@
+Sun Aug  5 16:05:44 UTC 2012 - opens...@cboltz.de
+
+- abstractions/bash: update /bin/ls to also match /usr/bin/ls (usrMove)
+
+---

New:

  apparmor-profiles-usrmove-abstractions-bash.diff



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.qj7ztX/_old  2012-08-07 08:26:23.0 +0200
+++ /var/tmp/diff_new_pack.qj7ztX/_new  2012-08-07 08:26:23.0 +0200
@@ -65,6 +65,9 @@
 # usrMove /bin/ping - /usr/bin/ping (sent upstream 2012-07-07)
 Patch3: apparmor-profiles-usrmove-bin-ping.diff
 
+# usrMove /bin/ls - /usr/bin/ls in abstractions/bash (sent upstream 
2012-08-05)
+Patch4: apparmor-profiles-usrmove-abstractions-bash.diff
+
 # split a long string in AppArmor.pm. Not accepted upstream because they want 
a solution without hardcoded width.
 Patch5: apparmor-utils-string-split
 
@@ -406,6 +409,7 @@
 %patch1 -p1
 %patch2 -p0
 %patch3 -p0
+%patch4 -p0
 %patch5 -p1
 %patch12 -p1
 


++ apparmor-profiles-usrmove-abstractions-bash.diff ++
=== modified file 'profiles/apparmor.d/abstractions/bash'
--- profiles/apparmor.d/abstractions/bash   2010-12-20 20:29:10 +
+++ profiles/apparmor.d/abstractions/bash   2012-08-05 15:46:47 +
@@ -40,5 +40,5 @@
 
   # run out of /etc/bash.bashrc
   /etc/DIR_COLORS  r,
-  /bin/ls  mix,
+  /{usr/,}bin/ls   mix,
   /usr/bin/dircolors   mix,

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



commit apparmor for openSUSE:12.2

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:12.2 checked 
in at 2012-08-07 08:26:26

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


Package is apparmor, Maintainer is mszer...@novell.com

Changes:

--- /work/SRC/openSUSE:12.2/apparmor/apparmor.changes   2012-07-09 
07:52:37.0 +0200
+++ /work/SRC/openSUSE:12.2/.apparmor.new/apparmor.changes  2012-08-07 
08:26:28.0 +0200
@@ -1,0 +2,10 @@
+Sun Aug  5 16:05:44 UTC 2012 - opens...@cboltz.de
+
+- abstractions/bash: update /bin/ls to also match /usr/bin/ls (usrMove)
+
+---
+Mon Jul 30 08:17:01 UTC 2012 - wer...@suse.de
+
+- Add required fonts for new TeXLive 2012
+
+---

New:

  apparmor-profiles-usrmove-abstractions-bash.diff



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.D3ms0B/_old  2012-08-07 08:26:28.0 +0200
+++ /var/tmp/diff_new_pack.D3ms0B/_new  2012-08-07 08:26:28.0 +0200
@@ -65,6 +65,9 @@
 # usrMove /bin/ping - /usr/bin/ping (sent upstream 2012-07-07)
 Patch3: apparmor-profiles-usrmove-bin-ping.diff
 
+# usrMove /bin/ls - /usr/bin/ls in abstractions/bash (sent upstream 
2012-08-05)
+Patch4: apparmor-profiles-usrmove-abstractions-bash.diff
+
 # split a long string in AppArmor.pm. Not accepted upstream because they want 
a solution without hardcoded width.
 Patch5: apparmor-utils-string-split
 
@@ -90,6 +93,10 @@
 BuildRequires:  pcre-devel
 BuildRequires:  pkg-config
 BuildRequires:  python
+%if 0%{?suse_version}  1220
+BuildRequires:  texlive-amsfonts
+BuildRequires:  texlive-cm-super
+%endif
 BuildRequires:  texlive-latex
 BuildRequires:  w3m
 
@@ -402,6 +409,7 @@
 %patch1 -p1
 %patch2 -p0
 %patch3 -p0
+%patch4 -p0
 %patch5 -p1
 %patch12 -p1
 


++ apparmor-profiles-usrmove-abstractions-bash.diff ++
=== modified file 'profiles/apparmor.d/abstractions/bash'
--- profiles/apparmor.d/abstractions/bash   2010-12-20 20:29:10 +
+++ profiles/apparmor.d/abstractions/bash   2012-08-05 15:46:47 +
@@ -40,5 +40,5 @@
 
   # run out of /etc/bash.bashrc
   /etc/DIR_COLORS  r,
-  /bin/ls  mix,
+  /{usr/,}bin/ls   mix,
   /usr/bin/dircolors   mix,

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



commit imapfilter for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package imapfilter for openSUSE:Factory 
checked in at 2012-08-07 08:26:33

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


Package is imapfilter, Maintainer is hvo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/imapfilter/imapfilter.changes2012-04-23 
16:11:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.imapfilter.new/imapfilter.changes   
2012-08-07 08:26:36.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul 25 18:26:05 UTC 2012 - a...@nubati.net
+
+- updated to version 2.5.3
+- New implementation for international mailbox names.
+- Bug fix; wrong variable name in one of the examples on extending.
+- Bug fix; an OpenSSL compilation warning.
+
+---

Old:

  imapfilter-2.5.2.tar.gz

New:

  imapfilter-2.5.3.tar.gz



Other differences:
--
++ imapfilter.spec ++
--- /var/tmp/diff_new_pack.ftxJ4a/_old  2012-08-07 08:26:37.0 +0200
+++ /var/tmp/diff_new_pack.ftxJ4a/_new  2012-08-07 08:26:37.0 +0200
@@ -21,7 +21,7 @@
 License:MIT
 Group:  Productivity/Networking/Email/Utilities
 Url:https://github.com/lefcha/imapfilter
-Version:2.5.2
+Version:2.5.3
 Release:0
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ imapfilter-2.5.2.tar.gz - imapfilter-2.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.5.2/NEWS new/imapfilter-2.5.3/NEWS
--- old/imapfilter-2.5.2/NEWS   2012-02-29 21:20:34.0 +0100
+++ new/imapfilter-2.5.3/NEWS   2012-07-22 15:29:45.0 +0200
@@ -1,3 +1,8 @@
+IMAPFilter 2.5.3 - 22 Jul 2012
+  - New implementation for international mailbox names.
+  - Bug fix; wrong variable name in one of the examples on extending.
+  - Bug fix; an OpenSSL compilation warning.
+
 IMAPFilter 2.5.2 - 29 Feb 2012
   - Persistent errors or connection failures are now ignored when running in
 daemon mode, and a reconnection is attempted during the next loop 
iteration.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.5.2/doc/imapfilter_config.5 
new/imapfilter-2.5.3/doc/imapfilter_config.5
--- old/imapfilter-2.5.2/doc/imapfilter_config.52012-02-29 
21:20:34.0 +0100
+++ new/imapfilter-2.5.3/doc/imapfilter_config.52012-07-22 
15:29:45.0 +0200
@@ -1,4 +1,4 @@
-.Dd February 27, 2012
+.Dd April 25, 2012
 .Dt IMAPFILTER_CONFIG 5
 .Os
 .Sh NAME
@@ -159,7 +159,7 @@
 With this option it is possible to control the recovery functionality, which
 restores a session (the connection to the server and the IMAP state at the
 time), after some unexpected event takes place.  Currently there are two types
-of events that can close abnormally a session, and finally cause the program to
+of events that can end abnormally a session, and finally cause the program to
 terminate: network errors, and the IMAP BYE response which a server can send
 anytime.  When this option is set to
 .Dq all
@@ -1258,7 +1258,7 @@
 type.  Note that due to Lua using backslash
 .Sq \e
 as an escape character for its strings, one has to double backslashes in order
-to insert a single backslash inside a regular expression pattern:
+to insert a single backslash inside a regular expression pattern.
 .El
 .Pp
 Examples:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.5.2/samples/extend.lua 
new/imapfilter-2.5.3/samples/extend.lua
--- old/imapfilter-2.5.2/samples/extend.lua 2012-02-29 21:20:34.0 
+0100
+++ new/imapfilter-2.5.3/samples/extend.lua 2012-07-22 15:29:45.0 
+0200
@@ -77,7 +77,7 @@
 all = myaccount.mymailbox:select_all()
 
 for _, mesg in ipairs(all) do
-mbox, uid = table.unpack(all)
+mbox, uid = table.unpack(mesg)
 header = mbox[uid]:fetch_header()
 body = mbox[uid]:fetch_body()
 message = header:gsub('[\r\n]+$', '\r\n') ..
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.5.2/src/namespace.c 
new/imapfilter-2.5.3/src/namespace.c
--- old/imapfilter-2.5.2/src/namespace.c2012-02-29 21:20:34.0 
+0100
+++ new/imapfilter-2.5.3/src/namespace.c2012-07-22 15:29:45.0 
+0200
@@ -1,6 +1,5 @@
 #include stdio.h
 #include string.h
-#include iconv.h
 #include errno.h
 
 #include imapfilter.h
@@ -11,6 +10,10 @@
 buffer cbuf;   /* Conversion buffer. */
 
 
+static const char base64[] = 
+   

commit apache2 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2012-08-07 11:03:36

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


Package is apache2, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2012-08-05 
15:13:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2012-08-07 
11:03:43.0 +0200
@@ -2,25 +1,0 @@
-Wed Aug  1 04:10:13 UTC 2012 - crrodrig...@opensuse.org
-
-- Fix factory-auto (aka r2dbag) complains about URL.
-- Provide a symlink for apxs2 new location otherwise 
-  all buggy spec files of external modules will break.
-

-Wed Aug  1 02:21:34 UTC 2012 - crrodrig...@opensuse.org
-
-- BuildRequire xz explicitly, fix build in !Factory 
-- Drop more old, unused patches
-

-Wed Aug  1 01:14:35 UTC 2012 - crrodrig...@opensuse.org
-
-- Upgrade to apache 2.4.2
-** ATTENTION, before installing this update YOU MUST
-READ http://httpd.apache.org/docs/2.4/upgrading.html
-CAREFULLY otherwise your server will most likely
-fail to start due to backward incompatible changes.
-
-* You can read the huge complete list of changes
-  at http://httpd.apache.org/docs/2.4/new_features_2_4.html 
-


Old:

  apache2.4-mpm-itk-2.4.2-01.patch
  httpd-2.4.2.tar.xz

New:

  apache2.2-mpm-itk-20090414-00.patch
  httpd-2.2.22.tar.bz2
  httpd-2.2.22.tar.bz2.asc
  httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff
  httpd-keepalivetimeout-millisecs.patch
  httpd-mod_deflate_head.patch
  httpd-new_pcre.patch
  ssl-mode-release-buffers.patch



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.QBj9gP/_old  2012-08-07 11:03:45.0 +0200
+++ /var/tmp/diff_new_pack.QBj9gP/_new  2012-08-07 11:03:45.0 +0200
@@ -25,7 +25,6 @@
 BuildRequires:  openldap2-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pcre-devel
-BuildRequires:  xz
 BuildRequires:  zlib-devel
 %if %{?suse_version:1}0  0%{?sles_version} == 9
 BuildRequires:  libcap
@@ -48,7 +47,7 @@
 %define pname  apache2
 %define vers   2
 %define httpd  httpd2
-%define apache_mmn %(test -s %{S:0}  { echo -n apache_mmn_; xzcat %{S:0} 
| awk '/^#define MODULE_MAGIC_NUMBER_MAJOR/ {printf %d, $3}'; })
+%define apache_mmn %(test -s %{S:0}  { echo -n apache_mmn_; bzcat %{S:0} 
| awk '/^#define MODULE_MAGIC_NUMBER_MAJOR/ {printf %d, $3}'; })
 %definedefault_mpm prefork
 %{!?prefork:%define prefork 1}
 %{!?worker:%define worker 1}
@@ -75,13 +74,14 @@
 # Server: header
 %define VENDOR SUSE
 %define platform_stringLinux/%VENDOR
-%define realver 2.4.2
-Version:2.4.2
+%define realver 2.2.22
+Version:2.2.22
 Release:0
 #Source0:  http://www.apache.org/dist/httpd-%{version}.tar.bz2
-Source0:httpd-%{realver}.tar.xz
+Source0:http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
 # Add file to take mtime from it in prep section
 Source1:apache2.changes
+Source5:http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2.asc
 Source6:60C5442D.key
 Source10:   SUSE-NOTICE
 Source11:   rc.%{pname}
@@ -139,8 +139,14 @@
 Patch67:httpd-2.2.0-apxs-a2enmod.dif
 Patch68:httpd-2.x.x-logresolve.patch
 Patch69:httpd-2.2.x-bnc690734.patch
-Patch100:   apache2.4-mpm-itk-2.4.2-01.patch
+Patch100:   apache2.2-mpm-itk-20090414-00.patch
 Patch101:   httpd-2.2.19-linux3.patch
+Patch102:   httpd-keepalivetimeout-millisecs.patch
+Patch104:   httpd-mod_deflate_head.patch
+Patch105:   ssl-mode-release-buffers.patch
+Patch106:   httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff
+# PATCH-FIX-UPSTREAM https://issues.apache.org/bugzilla/show_bug.cgi?id=52623
+Patch107:   httpd-new_pcre.patch
 # PATCH-FEATURE-UPSTREAM apache2-mod_ssl_npn.patch dims...@opensuse.org -- Add 
npn support to mod_ssl (needed for spdy)
 Patch108:   apache2-mod_ssl_npn.patch
 Provides:   apache2(mod_ssl+npn)
@@ -356,15 +362,22 @@
 #  
 %setup -q -n httpd-%{realver}
 %patch2 -p1
-%patch23
+%patch23 -p1
 %patch65 -p1
-%patch66
+%patch66 -p1
 %patch67 -p1
 %patch68 -p1
 %patch69
-%patch100 -p1
+%patch100
 %patch101
-%patch108 -p1
+%patch102
+%patch104
+%patch105
+%patch106
+%if 0%{?suse_version} = 1220
+%patch107
+%endif
+%patch108
 #
 cat $RPM_SOURCE_DIR/SUSE-NOTICE  NOTICE
 
@@ -467,8 +480,7 @@
--with-suexec-userdir=%{userdir} \
--with-suexec-uidmin=96 

commit analitza for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package analitza for openSUSE:Factory 
checked in at 2012-08-07 21:27:27

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


Package is analitza, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/analitza/analitza.changes2012-06-12 
21:40:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.analitza.new/analitza.changes   2012-08-07 
21:27:29.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:47:59 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  analitza-4.8.4.tar.xz

New:

  analitza-4.8.5.tar.xz



Other differences:
--
++ analitza.spec ++
--- /var/tmp/diff_new_pack.XSkmeU/_old  2012-08-07 21:27:31.0 +0200
+++ /var/tmp/diff_new_pack.XSkmeU/_new  2012-08-07 21:27:31.0 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  readline-devel
 Url:https://projects.kde.org/projects/kde/kdeedu/analitza
-Version:4.8.4
+Version:4.8.5
 Release:0
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit blinken for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package blinken for openSUSE:Factory checked 
in at 2012-08-07 21:27:31

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


Package is blinken, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/blinken/blinken.changes  2012-06-12 
21:40:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.blinken.new/blinken.changes 2012-08-07 
21:27:33.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:48:19 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  blinken-4.8.4.tar.xz

New:

  blinken-4.8.5.tar.xz



Other differences:
--
++ blinken.spec ++
--- /var/tmp/diff_new_pack.C8hwDm/_old  2012-08-07 21:27:34.0 +0200
+++ /var/tmp/diff_new_pack.C8hwDm/_new  2012-08-07 21:27:34.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Simon Says Game
 License:GPL-2.0+

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



commit calligra for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package calligra for openSUSE:Factory 
checked in at 2012-08-07 21:27:36

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


Package is calligra, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/calligra/calligra-doc.changes2012-08-04 
09:07:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.calligra.new/calligra-doc.changes   
2012-08-07 21:27:38.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug  4 12:49:48 UTC 2012 - wstephen...@suse.com
+
+- Fix buffer overflow in MS Word ODF filter (bnc#774534)
+
+---
calligra.changes: same change

New:

  bnc733534-calligra-msword-overflow-fix.diff



Other differences:
--
++ calligra-doc.spec ++
--- /var/tmp/diff_new_pack.DNbclx/_old  2012-08-07 21:27:42.0 +0200
+++ /var/tmp/diff_new_pack.DNbclx/_new  2012-08-07 21:27:42.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   calligra-doc
 Version:2.4.3
 Release:0

++ calligra.spec ++
--- /var/tmp/diff_new_pack.DNbclx/_old  2012-08-07 21:27:42.0 +0200
+++ /var/tmp/diff_new_pack.DNbclx/_new  2012-08-07 21:27:42.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   calligra
 Version:2.4.3
 Release:0
@@ -31,6 +32,7 @@
 Source5:hisc-app-kexi.svgz
 # PATCH-FIX-OPENSUSE remove_python_shebangs.patch asterios.dra...@gmail.com -- 
Remove python shebangs from various scripts (fixes rpmlint warning 
non-executable-script)
 Patch0: remove_python_shebangs.patch
+Patch1: bnc733534-calligra-msword-overflow-fix.diff
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenEXR-devel
 %if 0%{?suse_version}  1210
@@ -316,6 +318,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 %cmake_kde4 -d build -- -DBUILD_mobile=false -DBUILD_active=false 
-DIHAVEPATCHEDQT=TRUE

++ bnc733534-calligra-msword-overflow-fix.diff ++
commit 8652ab672eaaa145dfb3782f5011de58aa4cc046
Author: Thorsten Zachmann t.zachm...@zagge.de
Date:   Sat Aug 4 06:42:14 2012 +0200

Make sure not to write behind the allocated memory

Validate the input data to not write behind the allocated memory. This 
fixes a
buffer overflow found by Charlie Miller.

diff --git a/filters/words/msword-odf/wv2/src/styles.cpp 
b/filters/words/msword-odf/wv2/src/styles.cpp
index 02a82a0..78ac31d 100644
--- a/filters/words/msword-odf/wv2/src/styles.cpp
+++ b/filters/words/msword-odf/wv2/src/styles.cpp
@@ -248,6 +248,11 @@ throw(InvalidFormatException)
 #ifdef WV2_DEBUG_STYLESHEET
 wvlog  cbUPX:   cbUPX  endl;
 #endif
+// do not overflow the allocated buffer grupx
+if (offset + cbUPX  grupxLen) {
+wvlog   Error: grupx would overflow!  endl;
+return false;
+}
 for ( U16 j = 0; j  cbUPX; ++j ) {
 grupx[ offset + j ] = stream-readU8();  // read the whole UPX
 #ifdef WV2_DEBUG_STYLESHEET





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



commit calligra-l10n for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package calligra-l10n for openSUSE:Factory 
checked in at 2012-08-07 21:27:41

Comparing /work/SRC/openSUSE:Factory/calligra-l10n (Old)
 and  /work/SRC/openSUSE:Factory/.calligra-l10n.new (New)


Package is calligra-l10n, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/calligra-l10n/calligra-l10n.changes  
2012-06-12 07:07:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.calligra-l10n.new/calligra-l10n.changes 
2012-08-07 21:27:44.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 09:31:05 UTC 2012 - wstephen...@suse.com
+
+- Update to 2.4.3
+
+---

Old:

  calligra-l10n-ca-2.4.2.tar.bz2
  calligra-l10n...@valencia-2.4.2.tar.bz2
  calligra-l10n-cs-2.4.2.tar.bz2
  calligra-l10n-da-2.4.2.tar.bz2
  calligra-l10n-de-2.4.2.tar.bz2
  calligra-l10n-el-2.4.2.tar.bz2
  calligra-l10n-en_GB-2.4.2.tar.bz2
  calligra-l10n-es-2.4.2.tar.bz2
  calligra-l10n-et-2.4.2.tar.bz2
  calligra-l10n-fi-2.4.2.tar.bz2
  calligra-l10n-fr-2.4.2.tar.bz2
  calligra-l10n-hu-2.4.2.tar.bz2
  calligra-l10n-it-2.4.2.tar.bz2
  calligra-l10n-kk-2.4.2.tar.bz2
  calligra-l10n-nb-2.4.2.tar.bz2
  calligra-l10n-nds-2.4.2.tar.bz2
  calligra-l10n-nl-2.4.2.tar.bz2
  calligra-l10n-pl-2.4.2.tar.bz2
  calligra-l10n-pt-2.4.2.tar.bz2
  calligra-l10n-pt_BR-2.4.2.tar.bz2
  calligra-l10n-ru-2.4.2.tar.bz2
  calligra-l10n-sk-2.4.2.tar.bz2
  calligra-l10n-sv-2.4.2.tar.bz2
  calligra-l10n-uk-2.4.2.tar.bz2
  calligra-l10n-zh_CN-2.4.2.tar.bz2
  calligra-l10n-zh_TW-2.4.2.tar.bz2

New:

  calligra-l10n-ca-2.4.3.tar.bz2
  calligra-l10n...@valencia-2.4.3.tar.bz2
  calligra-l10n-cs-2.4.3.tar.bz2
  calligra-l10n-da-2.4.3.tar.bz2
  calligra-l10n-de-2.4.3.tar.bz2
  calligra-l10n-el-2.4.3.tar.bz2
  calligra-l10n-en_GB-2.4.3.tar.bz2
  calligra-l10n-es-2.4.3.tar.bz2
  calligra-l10n-et-2.4.3.tar.bz2
  calligra-l10n-fi-2.4.3.tar.bz2
  calligra-l10n-fr-2.4.3.tar.bz2
  calligra-l10n-hu-2.4.3.tar.bz2
  calligra-l10n-it-2.4.3.tar.bz2
  calligra-l10n-ja-2.4.3.tar.bz2
  calligra-l10n-kk-2.4.3.tar.bz2
  calligra-l10n-nb-2.4.3.tar.bz2
  calligra-l10n-nds-2.4.3.tar.bz2
  calligra-l10n-nl-2.4.3.tar.bz2
  calligra-l10n-pl-2.4.3.tar.bz2
  calligra-l10n-pt-2.4.3.tar.bz2
  calligra-l10n-pt_BR-2.4.3.tar.bz2
  calligra-l10n-ru-2.4.3.tar.bz2
  calligra-l10n-sk-2.4.3.tar.bz2
  calligra-l10n-sv-2.4.3.tar.bz2
  calligra-l10n-uk-2.4.3.tar.bz2
  calligra-l10n-zh_CN-2.4.3.tar.bz2
  calligra-l10n-zh_TW-2.4.3.tar.bz2



Other differences:
--
++ calligra-l10n.spec ++
--- /var/tmp/diff_new_pack.4hi19X/_old  2012-08-07 21:27:50.0 +0200
+++ /var/tmp/diff_new_pack.4hi19X/_new  2012-08-07 21:27:50.0 +0200
@@ -17,11 +17,11 @@
 # icecream 0
 
 
-%define build_languages ca ca@valencia cs da de el en_GB es et fi fr hu it kk 
nb nds nl pl pt pt_BR ru sk sv uk zh_CN zh_TW
+%define build_languages ca ca@valencia cs da de el en_GB es et fi fr hu it ja 
kk nb nds nl pl pt pt_BR ru sk sv uk zh_CN zh_TW
 %define autocorrect_languages it_IT ru_RU uk_UA
 
 Name:   calligra-l10n
-Version:2.4.2
+Version:2.4.3
 Release:0
 Summary:Translations for Calligra Suite
 License:GPL-2.0+
@@ -40,19 +40,20 @@
 Source10:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-fr-%{version}.tar.bz2
 Source11:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-hu-%{version}.tar.bz2
 Source12:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-it-%{version}.tar.bz2
-Source13:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-kk-%{version}.tar.bz2
-Source14:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-nb-%{version}.tar.bz2
-Source15:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-nds-%{version}.tar.bz2
-Source16:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-nl-%{version}.tar.bz2
-Source17:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-pl-%{version}.tar.bz2
-Source18:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-pt-%{version}.tar.bz2
-Source19:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-pt_BR-%{version}.tar.bz2
-Source20:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-ru-%{version}.tar.bz2
-Source21:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-sk-%{version}.tar.bz2
-Source22:   
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-sv-%{version}.tar.bz2
-Source23:  

commit cantor for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2012-08-07 21:27:46

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


Package is cantor, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cantor/cantor.changes2012-06-12 
21:40:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.cantor.new/cantor.changes   2012-08-07 
21:27:59.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:48:24 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  cantor-4.8.4.tar.xz

New:

  cantor-4.8.5.tar.xz



Other differences:
--
++ cantor.spec ++
--- /var/tmp/diff_new_pack.Ap7gvQ/_old  2012-08-07 21:28:00.0 +0200
+++ /var/tmp/diff_new_pack.Ap7gvQ/_new  2012-08-07 21:28:00.0 +0200
@@ -35,7 +35,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Worksheet GUI for mathematical software
 License:GPL-2.0+

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



commit filelight for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2012-08-07 21:27:51

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


Package is filelight, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/filelight/filelight.changes  2012-06-12 
21:40:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2012-08-07 
21:28:00.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:48:28 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  filelight-4.8.4.tar.xz

New:

  filelight-4.8.5.tar.xz



Other differences:
--
++ filelight.spec ++
--- /var/tmp/diff_new_pack.PsFpLn/_old  2012-08-07 21:28:02.0 +0200
+++ /var/tmp/diff_new_pack.PsFpLn/_new  2012-08-07 21:28:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filelight
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Graphical disk usage viewer
 License:GPL-2.0 or GPL-3.0

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



commit gwenview for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package gwenview for openSUSE:Factory 
checked in at 2012-08-07 21:27:55

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


Package is gwenview, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gwenview/gwenview.changes2012-06-12 
21:40:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.gwenview.new/gwenview.changes   2012-08-07 
21:28:02.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:48:33 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  gwenview-4.8.4.tar.xz

New:

  gwenview-4.8.5.tar.xz



Other differences:
--
++ gwenview.spec ++
--- /var/tmp/diff_new_pack.DmBm9D/_old  2012-08-07 21:28:03.0 +0200
+++ /var/tmp/diff_new_pack.DmBm9D/_new  2012-08-07 21:28:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gwenview
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Simple Image Viewer for KDE
 License:GPL-2.0+

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



commit jovie for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package jovie for openSUSE:Factory checked 
in at 2012-08-07 21:28:00

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


Package is jovie, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/jovie/jovie.changes  2012-06-12 
21:40:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.jovie.new/jovie.changes 2012-08-07 
21:28:03.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:48:40 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  jovie-4.8.4.tar.xz

New:

  jovie-4.8.5.tar.xz



Other differences:
--
++ jovie.spec ++
--- /var/tmp/diff_new_pack.4Uoigj/_old  2012-08-07 21:28:05.0 +0200
+++ /var/tmp/diff_new_pack.4Uoigj/_new  2012-08-07 21:28:05.0 +0200
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.8.4
+Version:4.8.5
 Release:0
 Source0:jovie-%{version}.tar.xz
 Patch:  4_7_BRANCH.diff

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



commit kaccessible for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kaccessible for openSUSE:Factory 
checked in at 2012-08-07 21:28:04

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


Package is kaccessible, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kaccessible/kaccessible.changes  2012-06-12 
21:40:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kaccessible.new/kaccessible.changes 
2012-08-07 21:28:06.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:48:46 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kaccessible-4.8.4.tar.xz

New:

  kaccessible-4.8.5.tar.xz



Other differences:
--
++ kaccessible.spec ++
--- /var/tmp/diff_new_pack.C855gw/_old  2012-08-07 21:28:07.0 +0200
+++ /var/tmp/diff_new_pack.C855gw/_new  2012-08-07 21:28:07.0 +0200
@@ -27,7 +27,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.8.4
+Version:4.8.5
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch:  4_7_BRANCH.diff

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



commit kactivities4 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kactivities4 for openSUSE:Factory 
checked in at 2012-08-07 21:28:08

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


Package is kactivities4, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kactivities4/kactivities4.changes
2012-06-12 21:40:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities4.new/kactivities4.changes   
2012-08-07 21:28:11.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:48:51 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kactivities-4.8.4.tar.xz

New:

  kactivities-4.8.5.tar.xz



Other differences:
--
++ kactivities4.spec ++
--- /var/tmp/diff_new_pack.DOrLmq/_old  2012-08-07 21:28:12.0 +0200
+++ /var/tmp/diff_new_pack.DOrLmq/_new  2012-08-07 21:28:12.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kactivities4
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+ ; LGPL-2.1+

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



commit kalgebra for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kalgebra for openSUSE:Factory 
checked in at 2012-08-07 21:28:13

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


Package is kalgebra, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes2012-06-12 
21:40:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalgebra.new/kalgebra.changes   2012-08-07 
21:28:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:49:00 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kalgebra-4.8.4.tar.xz

New:

  kalgebra-4.8.5.tar.xz



Other differences:
--
++ kalgebra.spec ++
--- /var/tmp/diff_new_pack.hKsSXv/_old  2012-08-07 21:28:25.0 +0200
+++ /var/tmp/diff_new_pack.hKsSXv/_new  2012-08-07 21:28:25.0 +0200
@@ -34,7 +34,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://edu.kde.org
-Version:4.8.4
+Version:4.8.5
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch0: 4_6_BRANCH.diff

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



commit kalzium for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kalzium for openSUSE:Factory checked 
in at 2012-08-07 21:28:17

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


Package is kalzium, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kalzium/kalzium.changes  2012-06-12 
21:40:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalzium.new/kalzium.changes 2012-08-07 
21:28:25.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:49:13 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kalzium-4.8.4.tar.xz

New:

  kalzium-4.8.5.tar.xz



Other differences:
--
++ kalzium.spec ++
--- /var/tmp/diff_new_pack.U0d33c/_old  2012-08-07 21:28:26.0 +0200
+++ /var/tmp/diff_new_pack.U0d33c/_new  2012-08-07 21:28:26.0 +0200
@@ -40,7 +40,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Periodic Table of Elements
 License:GPL-2.0+

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



commit kamera for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kamera for openSUSE:Factory checked 
in at 2012-08-07 21:28:21

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


Package is kamera, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kamera/kamera.changes2012-06-12 
21:40:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes   2012-08-07 
21:28:26.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:49:19 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kamera-4.8.4.tar.xz

New:

  kamera-4.8.5.tar.xz



Other differences:
--
++ kamera.spec ++
--- /var/tmp/diff_new_pack.HH94AA/_old  2012-08-07 21:28:27.0 +0200
+++ /var/tmp/diff_new_pack.HH94AA/_new  2012-08-07 21:28:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kamera
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Base package for kdegraphics apps
 License:LGPL-2.1+

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



commit kanagram for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kanagram for openSUSE:Factory 
checked in at 2012-08-07 21:28:25

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


Package is kanagram, Maintainer is kanagram

Changes:

--- /work/SRC/openSUSE:Factory/kanagram/kanagram.changes2012-06-12 
21:40:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.kanagram.new/kanagram.changes   2012-08-07 
21:28:28.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:49:26 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kanagram-4.8.4.tar.xz

New:

  kanagram-4.8.5.tar.xz



Other differences:
--
++ kanagram.spec ++
--- /var/tmp/diff_new_pack.Abba8Q/_old  2012-08-07 21:28:29.0 +0200
+++ /var/tmp/diff_new_pack.Abba8Q/_new  2012-08-07 21:28:29.0 +0200
@@ -35,7 +35,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Anagram Game
 License:GPL-2.0+

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



commit kate for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kate for openSUSE:Factory checked in 
at 2012-08-07 21:28:29

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


Package is kate, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kate/kate.changes2012-06-12 
21:40:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kate.new/kate.changes   2012-08-07 
21:28:31.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:49:32 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kate-4.8.4.tar.xz

New:

  kate-4.8.5.tar.xz



Other differences:
--
++ kate.spec ++
--- /var/tmp/diff_new_pack.sMCFMD/_old  2012-08-07 21:28:33.0 +0200
+++ /var/tmp/diff_new_pack.sMCFMD/_new  2012-08-07 21:28:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kate
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Advanced Text Editor
 License:GPL-2.0+

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



commit kbruch for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kbruch for openSUSE:Factory checked 
in at 2012-08-07 21:28:34

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


Package is kbruch, Maintainer is kbruch

Changes:

--- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes2012-06-12 
21:41:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbruch.new/kbruch.changes   2012-08-07 
21:28:35.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:49:40 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kbruch-4.8.4.tar.xz

New:

  kbruch-4.8.5.tar.xz



Other differences:
--
++ kbruch.spec ++
--- /var/tmp/diff_new_pack.IdW6lA/_old  2012-08-07 21:28:36.0 +0200
+++ /var/tmp/diff_new_pack.IdW6lA/_new  2012-08-07 21:28:36.0 +0200
@@ -47,7 +47,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Excercise Fractions
 License:GPL-2.0+

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



commit kcalc for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2012-08-07 21:28:39

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


Package is kcalc, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes  2012-06-12 
21:41:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcalc.new/kcalc.changes 2012-08-07 
21:28:45.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:49:46 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kcalc-4.8.4.tar.xz

New:

  kcalc-4.8.5.tar.xz



Other differences:
--
++ kcalc.spec ++
--- /var/tmp/diff_new_pack.ee9MY0/_old  2012-08-07 21:28:46.0 +0200
+++ /var/tmp/diff_new_pack.ee9MY0/_new  2012-08-07 21:28:46.0 +0200
@@ -35,7 +35,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://www.kde.org
-Version:4.8.4
+Version:4.8.5
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch:  4_7_BRANCH.diff

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



commit kcharselect for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kcharselect for openSUSE:Factory 
checked in at 2012-08-07 21:28:43

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


Package is kcharselect, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2012-06-12 
21:41:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcharselect.new/kcharselect.changes 
2012-08-07 21:28:46.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:49:51 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kcharselect-4.8.4.tar.xz

New:

  kcharselect-4.8.5.tar.xz



Other differences:
--
++ kcharselect.spec ++
--- /var/tmp/diff_new_pack.N7u1qq/_old  2012-08-07 21:28:47.0 +0200
+++ /var/tmp/diff_new_pack.N7u1qq/_new  2012-08-07 21:28:47.0 +0200
@@ -35,7 +35,7 @@
 Summary:KDE Character Selector
 License:GPL-2.0+
 Group:  Productivity/Other
-Version:4.8.4
+Version:4.8.5
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch:  4_7_BRANCH.diff

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



commit kde4-filesystem for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kde4-filesystem for openSUSE:Factory 
checked in at 2012-08-07 21:28:52

Comparing /work/SRC/openSUSE:Factory/kde4-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.kde4-filesystem.new (New)


Package is kde4-filesystem, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kde4-filesystem/kde4-filesystem.changes  
2012-06-12 21:41:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde4-filesystem.new/kde4-filesystem.changes 
2012-08-07 21:28:54.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 10:47:59 UTC 2012 - dmuel...@suse.com
+
+- bump version requirements to 4.8.5
+
+---



Other differences:
--
++ kde4-filesystem.spec ++
--- /var/tmp/diff_new_pack.ZdmFnS/_old  2012-08-07 21:28:55.0 +0200
+++ /var/tmp/diff_new_pack.ZdmFnS/_new  2012-08-07 21:28:55.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kde4-filesystem
 Url:http://www.kde.org
-Version:4.8.4
+Version:4.8.5
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KDE4 Directory Layout

++ macros.kde4 ++
--- /var/tmp/diff_new_pack.ZdmFnS/_old  2012-08-07 21:28:55.0 +0200
+++ /var/tmp/diff_new_pack.ZdmFnS/_new  2012-08-07 21:28:55.0 +0200
@@ -33,8 +33,8 @@
 %_kde4_modules  %{_kde4_modulesdir}
 %_kde4_servicetypes %{_kde4_servicetypesdir}
 
-%_kde_platform_version 4.8.4
-%_kde_pimlibs_version  4.8.4
+%_kde_platform_version 4.8.5
+%_kde_pimlibs_version  4.8.5
 %_kde_akonadi_version  1.7.2
 
 %kde4_runtime_requires Requires: kdebase4-runtime = %_kde_platform_version 
libqt4-x11 = 4.8.1

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



commit kde4-printer-applet for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kde4-printer-applet for 
openSUSE:Factory checked in at 2012-08-07 21:29:00

Comparing /work/SRC/openSUSE:Factory/kde4-printer-applet (Old)
 and  /work/SRC/openSUSE:Factory/.kde4-printer-applet.new (New)


Package is kde4-printer-applet, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kde4-printer-applet/kde4-printer-applet.changes  
2012-06-12 21:42:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kde4-printer-applet.new/kde4-printer-applet.changes 
2012-08-07 21:29:27.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 17:01:09 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  printer-applet-4.8.4.tar.xz

New:

  printer-applet-4.8.5.tar.xz



Other differences:
--
++ kde4-printer-applet.spec ++
--- /var/tmp/diff_new_pack.rqqvXH/_old  2012-08-07 21:29:28.0 +0200
+++ /var/tmp/diff_new_pack.rqqvXH/_new  2012-08-07 21:29:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kde4-printer-applet
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:System tray utility to show current print jobs
 License:GPL-2.0+

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



commit kde4-l10n for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kde4-l10n for openSUSE:Factory 
checked in at 2012-08-07 21:28:56

Comparing /work/SRC/openSUSE:Factory/kde4-l10n (Old)
 and  /work/SRC/openSUSE:Factory/.kde4-l10n.new (New)


Package is kde4-l10n, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kde4-l10n/kde4-l10n.changes  2012-06-12 
21:41:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde4-l10n.new/kde4-l10n.changes 2012-08-07 
21:29:15.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:51:37 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kde-l10n-ar-4.8.4.tar.xz
  kde-l10n-bg-4.8.4.tar.xz
  kde-l10n-bs-4.8.4.tar.xz
  kde-l10n-ca-4.8.4.tar.xz
  kde-l10n...@valencia-4.8.4.tar.xz
  kde-l10n-cs-4.8.4.tar.xz
  kde-l10n-da-4.8.4.tar.xz
  kde-l10n-de-4.8.4.tar.xz
  kde-l10n-el-4.8.4.tar.xz
  kde-l10n-en_GB-4.8.4.tar.xz
  kde-l10n-es-4.8.4.tar.xz
  kde-l10n-et-4.8.4.tar.xz
  kde-l10n-eu-4.8.4.tar.xz
  kde-l10n-fa-4.8.4.tar.xz
  kde-l10n-fi-4.8.4.tar.xz
  kde-l10n-fr-4.8.4.tar.xz
  kde-l10n-ga-4.8.4.tar.xz
  kde-l10n-gl-4.8.4.tar.xz
  kde-l10n-he-4.8.4.tar.xz
  kde-l10n-hr-4.8.4.tar.xz
  kde-l10n-hu-4.8.4.tar.xz
  kde-l10n-ia-4.8.4.tar.xz
  kde-l10n-id-4.8.4.tar.xz
  kde-l10n-is-4.8.4.tar.xz
  kde-l10n-it-4.8.4.tar.xz
  kde-l10n-ja-4.8.4.tar.xz
  kde-l10n-kk-4.8.4.tar.xz
  kde-l10n-km-4.8.4.tar.xz
  kde-l10n-ko-4.8.4.tar.xz
  kde-l10n-lt-4.8.4.tar.xz
  kde-l10n-lv-4.8.4.tar.xz
  kde-l10n-nb-4.8.4.tar.xz
  kde-l10n-nds-4.8.4.tar.xz
  kde-l10n-nl-4.8.4.tar.xz
  kde-l10n-nn-4.8.4.tar.xz
  kde-l10n-pa-4.8.4.tar.xz
  kde-l10n-pl-4.8.4.tar.xz
  kde-l10n-pt-4.8.4.tar.xz
  kde-l10n-pt_BR-4.8.4.tar.xz
  kde-l10n-ro-4.8.4.tar.xz
  kde-l10n-ru-4.8.4.tar.xz
  kde-l10n-si-4.8.4.tar.xz
  kde-l10n-sk-4.8.4.tar.xz
  kde-l10n-sl-4.8.4.tar.xz
  kde-l10n-sr-4.8.4.tar.xz
  kde-l10n-sv-4.8.4.tar.xz
  kde-l10n-tg-4.8.4.tar.xz
  kde-l10n-th-4.8.4.tar.xz
  kde-l10n-tr-4.8.4.tar.xz
  kde-l10n-ug-4.8.4.tar.xz
  kde-l10n-uk-4.8.4.tar.xz
  kde-l10n-vi-4.8.4.tar.xz
  kde-l10n-wa-4.8.4.tar.xz
  kde-l10n-zh_CN-4.8.4.tar.xz
  kde-l10n-zh_TW-4.8.4.tar.xz

New:

  kde-l10n-ar-4.8.5.tar.xz
  kde-l10n-bg-4.8.5.tar.xz
  kde-l10n-bs-4.8.5.tar.xz
  kde-l10n-ca-4.8.5.tar.xz
  kde-l10n...@valencia-4.8.5.tar.xz
  kde-l10n-cs-4.8.5.tar.xz
  kde-l10n-da-4.8.5.tar.xz
  kde-l10n-de-4.8.5.tar.xz
  kde-l10n-el-4.8.5.tar.xz
  kde-l10n-en_GB-4.8.5.tar.xz
  kde-l10n-es-4.8.5.tar.xz
  kde-l10n-et-4.8.5.tar.xz
  kde-l10n-eu-4.8.5.tar.xz
  kde-l10n-fa-4.8.5.tar.xz
  kde-l10n-fi-4.8.5.tar.xz
  kde-l10n-fr-4.8.5.tar.xz
  kde-l10n-ga-4.8.5.tar.xz
  kde-l10n-gl-4.8.5.tar.xz
  kde-l10n-he-4.8.5.tar.xz
  kde-l10n-hr-4.8.5.tar.xz
  kde-l10n-hu-4.8.5.tar.xz
  kde-l10n-ia-4.8.5.tar.xz
  kde-l10n-id-4.8.5.tar.xz
  kde-l10n-is-4.8.5.tar.xz
  kde-l10n-it-4.8.5.tar.xz
  kde-l10n-ja-4.8.5.tar.xz
  kde-l10n-kk-4.8.5.tar.xz
  kde-l10n-km-4.8.5.tar.xz
  kde-l10n-ko-4.8.5.tar.xz
  kde-l10n-lt-4.8.5.tar.xz
  kde-l10n-lv-4.8.5.tar.xz
  kde-l10n-nb-4.8.5.tar.xz
  kde-l10n-nds-4.8.5.tar.xz
  kde-l10n-nl-4.8.5.tar.xz
  kde-l10n-nn-4.8.5.tar.xz
  kde-l10n-pa-4.8.5.tar.xz
  kde-l10n-pl-4.8.5.tar.xz
  kde-l10n-pt-4.8.5.tar.xz
  kde-l10n-pt_BR-4.8.5.tar.xz
  kde-l10n-ro-4.8.5.tar.xz
  kde-l10n-ru-4.8.5.tar.xz
  kde-l10n-si-4.8.5.tar.xz
  kde-l10n-sk-4.8.5.tar.xz
  kde-l10n-sl-4.8.5.tar.xz
  kde-l10n-sr-4.8.5.tar.xz
  kde-l10n-sv-4.8.5.tar.xz
  kde-l10n-tg-4.8.5.tar.xz
  kde-l10n-th-4.8.5.tar.xz
  kde-l10n-tr-4.8.5.tar.xz
  kde-l10n-ug-4.8.5.tar.xz
  kde-l10n-uk-4.8.5.tar.xz
  kde-l10n-vi-4.8.5.tar.xz
  kde-l10n-wa-4.8.5.tar.xz
  kde-l10n-zh_CN-4.8.5.tar.xz
  kde-l10n-zh_TW-4.8.5.tar.xz



Other differences:
--
++ kde4-l10n.spec ++
--- /var/tmp/diff_new_pack.fVd2JQ/_old  2012-08-07 21:29:26.0 +0200
+++ /var/tmp/diff_new_pack.fVd2JQ/_new  2012-08-07 21:29:26.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kde4-l10n
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:KDE translations base package
 License:GPL-2.0+

++ kde4-l10n.spec.in ++
--- /var/tmp/diff_new_pack.fVd2JQ/_old  2012-08-07 21:29:27.0 +0200
+++ /var/tmp/diff_new_pack.fVd2JQ/_new  2012-08-07 21:29:27.0 +0200
@@ -18,7 +18,7 @@
 # icecream 0
 
 Name:   kde4-l10n
-Version:4.8.4
+Version:4.8.5
 Release:0
 License:GPL-2.0+
 Summary:English translations for KDE

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



commit kdeadmin4 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdeadmin4 for openSUSE:Factory 
checked in at 2012-08-07 21:29:05

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


Package is kdeadmin4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeadmin4/kdeadmin4.changes  2012-06-12 
21:42:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeadmin4.new/kdeadmin4.changes 2012-08-07 
21:29:28.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:50:05 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdeadmin-4.8.4.tar.xz

New:

  kdeadmin-4.8.5.tar.xz



Other differences:
--
++ kdeadmin4.spec ++
--- /var/tmp/diff_new_pack.21ej6d/_old  2012-08-07 21:29:29.0 +0200
+++ /var/tmp/diff_new_pack.21ej6d/_new  2012-08-07 21:29:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdeadmin4
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:KDEadmin base package
 License:GPL-2.0+

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



commit kdebase4-wallpapers for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-wallpapers for 
openSUSE:Factory checked in at 2012-08-07 21:29:20

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


Package is kdebase4-wallpapers, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-wallpapers/kdebase4-wallpapers.changes  
2012-06-12 21:42:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-wallpapers.new/kdebase4-wallpapers.changes 
2012-08-07 21:29:43.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:53:42 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kde-wallpapers-4.8.4.tar.xz

New:

  kde-wallpapers-4.8.5.tar.xz



Other differences:
--
++ kdebase4-wallpapers.spec ++
--- /var/tmp/diff_new_pack.YmjXM6/_old  2012-08-07 21:29:46.0 +0200
+++ /var/tmp/diff_new_pack.YmjXM6/_new  2012-08-07 21:29:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4-wallpapers
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:KDE 4 Wallpapers
 License:LGPL-3.0+

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



commit kdeartwork4 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork4 for openSUSE:Factory 
checked in at 2012-08-07 21:29:09

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


Package is kdeartwork4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeartwork4/kdeartwork4.changes  2012-06-12 
21:42:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeartwork4.new/kdeartwork4.changes 
2012-08-07 21:29:33.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:50:10 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdeartwork-4.8.4.tar.xz

New:

  kdeartwork-4.8.5.tar.xz



Other differences:
--
++ kdeartwork4.spec ++
--- /var/tmp/diff_new_pack.wuhwOm/_old  2012-08-07 21:29:38.0 +0200
+++ /var/tmp/diff_new_pack.wuhwOm/_new  2012-08-07 21:29:38.0 +0200
@@ -28,7 +28,7 @@
 License:No license agreement found in package
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.8.4
+Version:4.8.5
 Release:0
 Source0:kdeartwork-%{version}.tar.xz
 Source1:baselibs.conf

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



commit kdebase4 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory 
checked in at 2012-08-07 21:29:13

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


Package is kdebase4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4/kdebase4.changes2012-06-12 
21:42:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4.new/kdebase4.changes   2012-08-07 
21:29:40.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:50:29 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kde-baseapps-4.8.4.tar.xz

New:

  kde-baseapps-4.8.5.tar.xz



Other differences:
--
++ kdebase4.spec ++
--- /var/tmp/diff_new_pack.YdJroO/_old  2012-08-07 21:29:41.0 +0200
+++ /var/tmp/diff_new_pack.YdJroO/_new  2012-08-07 21:29:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:The Base KDE Apps
 License:GPL-2.0+

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



commit kdebindings-smokegen for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-08-07 21:29:33

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-06-12 21:42:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-08-07 21:29:54.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 17:01:40 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  smokegen-4.8.4.tar.xz

New:

  smokegen-4.8.5.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.jNggS9/_old  2012-08-07 21:29:59.0 +0200
+++ /var/tmp/diff_new_pack.jNggS9/_new  2012-08-07 21:29:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

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



commit kdebindings-smokeqt for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokeqt for 
openSUSE:Factory checked in at 2012-08-07 21:29:42

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokeqt (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokeqt.new (New)


Package is kdebindings-smokeqt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kdebindings-smokeqt/kdebindings-smokeqt.changes  
2012-06-12 21:42:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokeqt.new/kdebindings-smokeqt.changes 
2012-08-07 21:30:00.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 17:01:51 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  smokeqt-4.8.4.tar.xz

New:

  smokeqt-4.8.5.tar.xz



Other differences:
--
++ kdebindings-smokeqt.spec ++
--- /var/tmp/diff_new_pack.uTfegc/_old  2012-08-07 21:30:01.0 +0200
+++ /var/tmp/diff_new_pack.uTfegc/_new  2012-08-07 21:30:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokeqt
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:SMOKE-Qt library for kdebindings
 License:LGPL-2.1+

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



commit kdebindings-smokekde for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokekde for 
openSUSE:Factory checked in at 2012-08-07 21:29:38

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokekde (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokekde.new (New)


Package is kdebindings-smokekde, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokekde/kdebindings-smokekde.changes
2012-06-12 21:42:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokekde.new/kdebindings-smokekde.changes
   2012-08-07 21:29:59.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 17:01:44 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  smokekde-4.8.4.tar.xz

New:

  smokekde-4.8.5.tar.xz



Other differences:
--
++ kdebindings-smokekde.spec ++
--- /var/tmp/diff_new_pack.KEfUyK/_old  2012-08-07 21:30:00.0 +0200
+++ /var/tmp/diff_new_pack.KEfUyK/_new  2012-08-07 21:30:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokekde
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Kdebindings Smoke-kde library
 License:LGPL-2.1+

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



commit kdegames4 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdegames4 for openSUSE:Factory 
checked in at 2012-08-07 21:29:46

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


Package is kdegames4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdegames4/kdegames4.changes  2012-06-12 
21:42:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdegames4.new/kdegames4.changes 2012-08-07 
21:30:05.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:50:37 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdegames-4.8.4.tar.xz

New:

  kdegames-4.8.5.tar.xz



Other differences:
--
++ kdegames4.spec ++
--- /var/tmp/diff_new_pack.e0PPPi/_old  2012-08-07 21:30:09.0 +0200
+++ /var/tmp/diff_new_pack.e0PPPi/_new  2012-08-07 21:30:09.0 +0200
@@ -35,7 +35,7 @@
 BuildRequires:  python-Twisted
 %endif
 %endif
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:General Data for KDE Games
 License:LGPL-2.1+

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



commit kdegraphics-thumbnailers for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-thumbnailers for 
openSUSE:Factory checked in at 2012-08-07 21:29:54

Comparing /work/SRC/openSUSE:Factory/kdegraphics-thumbnailers (Old)
 and  /work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new (New)


Package is kdegraphics-thumbnailers, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-thumbnailers/kdegraphics-thumbnailers.changes
2012-06-12 21:43:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new/kdegraphics-thumbnailers.changes
   2012-08-07 21:30:10.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:51:29 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdegraphics-thumbnailers-4.8.4.tar.xz

New:

  kdegraphics-thumbnailers-4.8.5.tar.xz



Other differences:
--
++ kdegraphics-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.i9Rosu/_old  2012-08-07 21:30:11.0 +0200
+++ /var/tmp/diff_new_pack.i9Rosu/_new  2012-08-07 21:30:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdegraphics-thumbnailers
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Graphics file thumbnail generators
 License:LGPL-2.1+

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



commit kdegraphics-strigi-analyzer for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-strigi-analyzer for 
openSUSE:Factory checked in at 2012-08-07 21:29:50

Comparing /work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer (Old)
 and  /work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new (New)


Package is kdegraphics-strigi-analyzer, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer.changes
  2012-06-12 21:43:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new/kdegraphics-strigi-analyzer.changes
 2012-08-07 21:30:09.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:51:05 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdegraphics-strigi-analyzer-4.8.4.tar.xz

New:

  kdegraphics-strigi-analyzer-4.8.5.tar.xz



Other differences:
--
++ kdegraphics-strigi-analyzer.spec ++
--- /var/tmp/diff_new_pack.B3V1up/_old  2012-08-07 21:30:10.0 +0200
+++ /var/tmp/diff_new_pack.B3V1up/_new  2012-08-07 21:30:10.0 +0200
@@ -25,7 +25,7 @@
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:4.8.4
+Version:4.8.5
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit kdemultimedia4 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdemultimedia4 for openSUSE:Factory 
checked in at 2012-08-07 21:30:00

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


Package is kdemultimedia4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdemultimedia4/kdemultimedia4.changes
2012-06-26 16:05:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdemultimedia4.new/kdemultimedia4.changes   
2012-08-07 21:30:11.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug  5 19:59:05 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdemultimedia-4.8.4.tar.xz

New:

  kdemultimedia-4.8.5.tar.xz



Other differences:
--
++ kdemultimedia4.spec ++
--- /var/tmp/diff_new_pack.8skneF/_old  2012-08-07 21:30:13.0 +0200
+++ /var/tmp/diff_new_pack.8skneF/_new  2012-08-07 21:30:13.0 +0200
@@ -55,7 +55,7 @@
 BuildRequires:  libtunepimp-devel
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libxine)
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Base package for KDE multimedia applications
 License:GPL-2.0+

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



commit kdenetwork4 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork4 for openSUSE:Factory 
checked in at 2012-08-07 21:30:04

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


Package is kdenetwork4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdenetwork4/kdenetwork4.changes  2012-06-12 
21:43:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdenetwork4.new/kdenetwork4.changes 
2012-08-07 21:30:13.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:51:52 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdenetwork-4.8.4.tar.xz

New:

  kdenetwork-4.8.5.tar.xz



Other differences:
--
++ kdenetwork4.spec ++
--- /var/tmp/diff_new_pack.icET5w/_old  2012-08-07 21:30:18.0 +0200
+++ /var/tmp/diff_new_pack.icET5w/_new  2012-08-07 21:30:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdenetwork4
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:KDE Network Base Package
 License:GPL-2.0+

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



commit kdepim4 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdepim4 for openSUSE:Factory checked 
in at 2012-08-07 21:30:09

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


Package is kdepim4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4/kdepim4.changes  2012-07-16 
12:53:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4.new/kdepim4.changes 2012-08-07 
21:30:19.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 30 16:52:00 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+- remove upstreamed patch
+
+---

Old:

  fix_mail_filter.diff
  kdepim-4.8.4.tar.xz

New:

  kdepim-4.8.5.tar.xz



Other differences:
--
++ kdepim4.spec ++
--- /var/tmp/diff_new_pack.UbPP4y/_old  2012-08-07 21:30:21.0 +0200
+++ /var/tmp/diff_new_pack.UbPP4y/_new  2012-08-07 21:30:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0+ ; LGPL-2.1+
@@ -28,7 +28,6 @@
 Patch1: akregator-useragent.diff
 Patch2: desktop-files.diff
 Patch3: knode-kontact-default.diff
-Patch4: fix_mail_filter.diff
 BuildRequires:  fdupes
 BuildRequires:  gpgme-devel
 BuildRequires:  grantlee-devel
@@ -64,7 +63,6 @@
 %patch1
 %patch2
 %patch3
-%patch4 -p1
 
 %build
 %ifarch ppc64

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



commit kdepim4-runtime for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-08-07 21:30:14

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-06-12 21:43:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-08-07 21:30:21.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:52:17 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdepim-runtime-4.8.4.tar.xz

New:

  kdepim-runtime-4.8.5.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.4Tcfh8/_old  2012-08-07 21:30:23.0 +0200
+++ /var/tmp/diff_new_pack.4Tcfh8/_new  2012-08-07 21:30:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


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



commit kdepimlibs4 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:Factory 
checked in at 2012-08-07 21:30:20

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


Package is kdepimlibs4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdepimlibs4/kdepimlibs4.changes  2012-06-06 
16:07:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepimlibs4.new/kdepimlibs4.changes 
2012-08-07 21:30:23.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:52:09 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdepimlibs-4.8.4.tar.xz

New:

  kdepimlibs-4.8.5.tar.xz



Other differences:
--
++ kdepimlibs4.spec ++
--- /var/tmp/diff_new_pack.0nIwLr/_old  2012-08-07 21:30:25.0 +0200
+++ /var/tmp/diff_new_pack.0nIwLr/_new  2012-08-07 21:30:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepimlibs4
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:KDE PIM Libraries
 License:LGPL-2.1+

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



commit kdesdk4 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdesdk4 for openSUSE:Factory checked 
in at 2012-08-07 21:30:25

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


Package is kdesdk4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk4/kdesdk4.changes  2012-06-12 
21:43:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk4.new/kdesdk4.changes 2012-08-07 
21:30:27.0 +0200
@@ -1,0 +2,12 @@
+Sat Aug  4 15:09:04 UTC 2012 - ctri...@opensuse.org
+
+- fix lokalize issue with startup with project file (bnc#774072,
+  kde#300810)
+
+---
+Mon Jul 30 16:53:17 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdesdk-4.8.4.tar.xz

New:

  fix_kde300810.diff
  kdesdk-4.8.5.tar.xz



Other differences:
--
++ kdesdk4.spec ++
--- /var/tmp/diff_new_pack.XYqTIT/_old  2012-08-07 21:30:28.0 +0200
+++ /var/tmp/diff_new_pack.XYqTIT/_new  2012-08-07 21:30:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdesdk4
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:KDE SDK Package
 License:GPL-2.0+
@@ -26,6 +26,7 @@
 Source0:kdesdk-%{version}.tar.xz
 Source100:  kdesdk4-rpmlintrc
 Patch0: desktop-files.diff
+Patch1: fix_kde300810.diff
 BuildRequires:  antlr
 BuildRequires:  antlr-devel
 # for libiberty (used by kmtrace for cp_demangle)
@@ -55,6 +56,7 @@
 %prep
 %setup -q -n kdesdk-%{version}
 %patch0
+%patch1 -p1
 
 %build
 %ifarch ppc64

++ fix_kde300810.diff ++
--- kdesdk/lokalize/src/project/projecttab.cpp  2012/06/04 18:09:27 1298339
+++ kdesdk/lokalize/src/project/projecttab.cpp  2012/06/04 18:18:56 1298340
@@ -107,6 +107,8 @@
 m_stackedLayout-addWidget(welcomeWidget);
 m_stackedLayout-addWidget(w);
 connect(Project::instance(), SIGNAL(loaded()), this, 
SLOT(showRealProjectOverview()));
+if (Project::instance()-isLoaded()) //for --project cmd option
+showRealProjectOverview();
 
 QVBoxLayout* l=new QVBoxLayout(w);
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdetoys4 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdetoys4 for openSUSE:Factory 
checked in at 2012-08-07 21:30:29

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


Package is kdetoys4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdetoys4/kdetoys4.changes2012-06-12 
21:43:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdetoys4.new/kdetoys4.changes   2012-08-07 
21:30:32.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:53:34 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdetoys-4.8.4.tar.xz

New:

  kdetoys-4.8.5.tar.xz



Other differences:
--
++ kdetoys4.spec ++
--- /var/tmp/diff_new_pack.Z6cFNC/_old  2012-08-07 21:30:34.0 +0200
+++ /var/tmp/diff_new_pack.Z6cFNC/_new  2012-08-07 21:30:34.0 +0200
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.8.4
+Version:4.8.5
 Release:0
 Source0:kdetoys-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit kdewebdev4 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdewebdev4 for openSUSE:Factory 
checked in at 2012-08-07 21:30:34

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


Package is kdewebdev4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdewebdev4/kdewebdev4.changes2012-06-12 
21:43:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdewebdev4.new/kdewebdev4.changes   
2012-08-07 21:30:36.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:54:05 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdewebdev-4.8.4.tar.xz

New:

  kdewebdev-4.8.5.tar.xz



Other differences:
--
++ kdewebdev4.spec ++
--- /var/tmp/diff_new_pack.8m4HL2/_old  2012-08-07 21:30:38.0 +0200
+++ /var/tmp/diff_new_pack.8m4HL2/_new  2012-08-07 21:30:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdewebdev4
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Base package for kdewebdev
 License:GPL-2.0+

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



commit kdf for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdf for openSUSE:Factory checked in 
at 2012-08-07 21:30:39

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


Package is kdf, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdf/kdf.changes  2012-06-12 21:43:26.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kdf.new/kdf.changes 2012-08-07 
21:30:43.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:54:50 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdf-4.8.4.tar.xz

New:

  kdf-4.8.5.tar.xz



Other differences:
--
++ kdf.spec ++
--- /var/tmp/diff_new_pack.F7mQA9/_old  2012-08-07 21:30:44.0 +0200
+++ /var/tmp/diff_new_pack.F7mQA9/_new  2012-08-07 21:30:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdf
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Disk Usage Viewer
 License:GPL-2.0+

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



commit kfloppy for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kfloppy for openSUSE:Factory checked 
in at 2012-08-07 21:30:43

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


Package is kfloppy, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kfloppy/kfloppy.changes  2012-06-12 
21:43:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfloppy.new/kfloppy.changes 2012-08-07 
21:30:45.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:54:55 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kfloppy-4.8.4.tar.xz

New:

  kfloppy-4.8.5.tar.xz



Other differences:
--
++ kfloppy.spec ++
--- /var/tmp/diff_new_pack.StxrvW/_old  2012-08-07 21:30:46.0 +0200
+++ /var/tmp/diff_new_pack.StxrvW/_new  2012-08-07 21:30:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kfloppy
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Floppy Formatter
 License:GPL-2.0+

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



commit kgamma for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kgamma for openSUSE:Factory checked 
in at 2012-08-07 21:30:48

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


Package is kgamma, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kgamma/kgamma.changes2012-06-12 
21:43:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma.new/kgamma.changes   2012-08-07 
21:30:50.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:55:02 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kgamma-4.8.4.tar.xz

New:

  kgamma-4.8.5.tar.xz



Other differences:
--
++ kgamma.spec ++
--- /var/tmp/diff_new_pack.VZv3qX/_old  2012-08-07 21:30:51.0 +0200
+++ /var/tmp/diff_new_pack.VZv3qX/_new  2012-08-07 21:30:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kgamma
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Display gamma configuration
 License:GPL-2.0+

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



commit kgeography for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kgeography for openSUSE:Factory 
checked in at 2012-08-07 21:30:52

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


Package is kgeography, Maintainer is kgeography

Changes:

--- /work/SRC/openSUSE:Factory/kgeography/kgeography.changes2012-06-12 
21:43:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgeography.new/kgeography.changes   
2012-08-07 21:30:55.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:55:07 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kgeography-4.8.4.tar.xz

New:

  kgeography-4.8.5.tar.xz



Other differences:
--
++ kgeography.spec ++
--- /var/tmp/diff_new_pack.8qbpH0/_old  2012-08-07 21:30:56.0 +0200
+++ /var/tmp/diff_new_pack.8qbpH0/_new  2012-08-07 21:30:56.0 +0200
@@ -36,7 +36,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Geography Trainer
 License:GPL-2.0+

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



commit kgpg for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kgpg for openSUSE:Factory checked in 
at 2012-08-07 21:30:57

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


Package is kgpg, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kgpg/kgpg.changes2012-06-12 
21:43:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes   2012-08-07 
21:31:06.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:55:46 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kgpg-4.8.4.tar.xz

New:

  kgpg-4.8.5.tar.xz



Other differences:
--
++ kgpg.spec ++
--- /var/tmp/diff_new_pack.axEARx/_old  2012-08-07 21:31:07.0 +0200
+++ /var/tmp/diff_new_pack.axEARx/_new  2012-08-07 21:31:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kgpg
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Encryption Tool
 License:GPL-2.0+

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



commit khangman for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2012-08-07 21:31:01

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


Package is khangman, Maintainer is khangman

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2012-06-12 
21:43:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2012-08-07 
21:31:07.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:56:08 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  khangman-4.8.4.tar.xz

New:

  khangman-4.8.5.tar.xz



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.aSWOAh/_old  2012-08-07 21:31:08.0 +0200
+++ /var/tmp/diff_new_pack.aSWOAh/_new  2012-08-07 21:31:08.0 +0200
@@ -28,7 +28,7 @@
 BuildRequires:  libspectre-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Hangman Game
 License:GPL-2.0+

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



commit kig for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2012-08-07 21:31:07

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


Package is kig, Maintainer is kig

Changes:

--- /work/SRC/openSUSE:Factory/kig/kig.changes  2012-06-12 21:43:36.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2012-08-07 
21:31:08.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:56:13 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kig-4.8.4.tar.xz

New:

  kig-4.8.5.tar.xz



Other differences:
--
++ kig.spec ++
--- /var/tmp/diff_new_pack.SaN91u/_old  2012-08-07 21:31:09.0 +0200
+++ /var/tmp/diff_new_pack.SaN91u/_new  2012-08-07 21:31:09.0 +0200
@@ -44,7 +44,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Interactive Geometry
 License:GPL-2.0+

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



commit kiten for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kiten for openSUSE:Factory checked 
in at 2012-08-07 21:31:11

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


Package is kiten, Maintainer is mfab...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/kiten/kiten.changes  2012-06-12 
21:43:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiten.new/kiten.changes 2012-08-07 
21:31:14.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:56:22 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kiten-4.8.4.tar.xz

New:

  kiten-4.8.5.tar.xz



Other differences:
--
++ kiten.spec ++
--- /var/tmp/diff_new_pack.Sd2g1x/_old  2012-08-07 21:31:15.0 +0200
+++ /var/tmp/diff_new_pack.Sd2g1x/_new  2012-08-07 21:31:15.0 +0200
@@ -36,7 +36,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Japanese Reference/Study Tool
 License:GPL-2.0+

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



commit klettres for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2012-08-07 21:31:15

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


Package is klettres, Maintainer is klettres

Changes:

--- /work/SRC/openSUSE:Factory/klettres/klettres.changes2012-06-12 
21:43:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2012-08-07 
21:31:18.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:56:36 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  klettres-4.8.4.tar.xz

New:

  klettres-4.8.5.tar.xz



Other differences:
--
++ klettres.spec ++
--- /var/tmp/diff_new_pack.qNnCLq/_old  2012-08-07 21:31:20.0 +0200
+++ /var/tmp/diff_new_pack.qNnCLq/_new  2012-08-07 21:31:20.0 +0200
@@ -36,7 +36,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Alphabet Learning Game
 License:GPL-2.0+

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



commit kmousetool for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kmousetool for openSUSE:Factory 
checked in at 2012-08-07 21:31:25

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


Package is kmousetool, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kmousetool/kmousetool.changes2012-06-12 
21:43:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmousetool.new/kmousetool.changes   
2012-08-07 21:31:26.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:56:48 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kmousetool-4.8.4.tar.xz

New:

  kmousetool-4.8.5.tar.xz



Other differences:
--
++ kmousetool.spec ++
--- /var/tmp/diff_new_pack.KtwlHp/_old  2012-08-07 21:31:27.0 +0200
+++ /var/tmp/diff_new_pack.KtwlHp/_new  2012-08-07 21:31:27.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.8.4
+Version:4.8.5
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch:  4_7_BRANCH.diff

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



commit kmouth for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kmouth for openSUSE:Factory checked 
in at 2012-08-07 21:31:30

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


Package is kmouth, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kmouth/kmouth.changes2012-06-12 
21:43:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmouth.new/kmouth.changes   2012-08-07 
21:31:32.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:56:53 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kmouth-4.8.4.tar.xz

New:

  kmouth-4.8.5.tar.xz



Other differences:
--
++ kmouth.spec ++
--- /var/tmp/diff_new_pack.Niq07x/_old  2012-08-07 21:31:32.0 +0200
+++ /var/tmp/diff_new_pack.Niq07x/_new  2012-08-07 21:31:32.0 +0200
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.8.4
+Version:4.8.5
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch:  4_7_BRANCH.diff

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



commit kmplot for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2012-08-07 21:31:34

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


Package is kmplot, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2012-06-12 
21:43:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2012-08-07 
21:31:42.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:57:00 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kmplot-4.8.4.tar.xz

New:

  kmplot-4.8.5.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.ZcYEvV/_old  2012-08-07 21:31:43.0 +0200
+++ /var/tmp/diff_new_pack.ZcYEvV/_new  2012-08-07 21:31:43.0 +0200
@@ -36,7 +36,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

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



commit kolourpaint for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2012-08-07 21:31:39

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


Package is kolourpaint, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2012-06-12 
21:44:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new/kolourpaint.changes 
2012-08-07 21:31:43.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:57:08 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kolourpaint-4.8.4.tar.xz

New:

  kolourpaint-4.8.5.tar.xz



Other differences:
--
++ kolourpaint.spec ++
--- /var/tmp/diff_new_pack.zWK0LT/_old  2012-08-07 21:31:44.0 +0200
+++ /var/tmp/diff_new_pack.zWK0LT/_new  2012-08-07 21:31:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kolourpaint
-Version:4.8.4
+Version:4.8.5
 Release:0
 # See bnc#717722 for license details
 Summary:Paint Program

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



commit konsole for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2012-08-07 21:31:46

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


Package is konsole, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2012-06-12 
21:44:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2012-08-07 
21:31:48.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:57:14 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  konsole-4.8.4.tar.xz

New:

  konsole-4.8.5.tar.xz



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.QXMycR/_old  2012-08-07 21:31:51.0 +0200
+++ /var/tmp/diff_new_pack.QXMycR/_new  2012-08-07 21:31:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   konsole
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:KDE Terminal
 License:GPL-2.0+







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



commit kremotecontrol for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kremotecontrol for openSUSE:Factory 
checked in at 2012-08-07 21:31:50

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


Package is kremotecontrol, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kremotecontrol/kremotecontrol.changes
2012-06-12 21:44:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.kremotecontrol.new/kremotecontrol.changes   
2012-08-07 21:31:53.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:57:28 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kremotecontrol-4.8.4.tar.xz

New:

  kremotecontrol-4.8.5.tar.xz



Other differences:
--
++ kremotecontrol.spec ++
--- /var/tmp/diff_new_pack.5SihDS/_old  2012-08-07 21:31:55.0 +0200
+++ /var/tmp/diff_new_pack.5SihDS/_new  2012-08-07 21:31:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kremotecontrol
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:KDE Frontend for the Linux Infrared Remote Control system
 License:GPL-2.0+

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



commit kross-interpreters for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kross-interpreters for 
openSUSE:Factory checked in at 2012-08-07 21:31:57

Comparing /work/SRC/openSUSE:Factory/kross-interpreters (Old)
 and  /work/SRC/openSUSE:Factory/.kross-interpreters.new (New)


Package is kross-interpreters, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kross-interpreters/kross-interpreters.changes
2012-07-02 11:00:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kross-interpreters.new/kross-interpreters.changes   
2012-08-07 21:31:59.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:57:34 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kross-interpreters-4.8.4.tar.xz

New:

  kross-interpreters-4.8.5.tar.xz



Other differences:
--
++ kross-interpreters.spec ++
--- /var/tmp/diff_new_pack.QfmYww/_old  2012-08-07 21:32:01.0 +0200
+++ /var/tmp/diff_new_pack.QfmYww/_new  2012-08-07 21:32:01.0 +0200
@@ -26,7 +26,7 @@
 Summary:Diverse bindings for KROSS
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Version:4.8.4
+Version:4.8.5
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch0: kross-interpreters-ruby19.patch

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



commit kruler for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kruler for openSUSE:Factory checked 
in at 2012-08-07 21:32:02

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


Package is kruler, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kruler/kruler.changes2012-06-12 
21:44:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kruler.new/kruler.changes   2012-08-07 
21:32:05.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:57:41 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kruler-4.8.4.tar.xz

New:

  kruler-4.8.5.tar.xz



Other differences:
--
++ kruler.spec ++
--- /var/tmp/diff_new_pack.mfH6FC/_old  2012-08-07 21:32:07.0 +0200
+++ /var/tmp/diff_new_pack.mfH6FC/_new  2012-08-07 21:32:07.0 +0200
@@ -26,7 +26,7 @@
 Provides:   kde4-kruler = 4.3.0
 Obsoletes:  kde4-kruler  4.3.0
 Url:http://www.kde.org
-Version:4.8.4
+Version:4.8.5
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



  1   2   >