commit alsa-utils for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2013-04-19 09:43:01

Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-utils.new (New)


Package is alsa-utils, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2013-04-17 
18:22:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2013-04-19 09:43:04.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 18 18:39:38 CEST 2013 - ti...@suse.de
+
+- Upstream fix: arecord: add a missing break to the capture loop
+  0003-arecord-add-a-missing-break-to-the-capture-loop.patch
+
+---

New:

  0003-arecord-add-a-missing-break-to-the-capture-loop.patch



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.FBfvYa/_old  2013-04-19 09:43:05.0 +0200
+++ /var/tmp/diff_new_pack.FBfvYa/_new  2013-04-19 09:43:05.0 +0200
@@ -60,6 +60,7 @@
 # upstream fix patches
 Patch1: 0001-alsactl-Fix-a-typo-in-systemd-alsa-restore.service.patch
 Patch2: 
0002-alsactl-Fix-the-string-size-for-the-lock-file-contents.patch
+Patch3: 0003-arecord-add-a-missing-break-to-the-capture-loop.patch
 #
 Patch99:alsa-utils-gettext-version-removal.diff
 Url:http://www.alsa-project.org/
@@ -77,6 +78,7 @@
 # patch -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 #
 %if %suse_version  1020
 %patch99 -p1

++ 0003-arecord-add-a-missing-break-to-the-capture-loop.patch ++
From b4f34ac26037c10ac51c4bb29203500165848977 Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela pe...@perex.cz
Date: Wed, 17 Apr 2013 08:34:34 +0200
Subject: [PATCH] arecord: add a missing break to the capture loop

Signed-off-by: Jaroslav Kysela pe...@perex.cz
---
 aplay/aplay.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/aplay/aplay.c b/aplay/aplay.c
index 5bdc39c..000d25b 100644
--- a/aplay/aplay.c
+++ b/aplay/aplay.c
@@ -3021,6 +3021,9 @@ static void capture(char *orig_name)
fd = -1;
}
 
+   if (in_aborting)
+   break;
+
/* repeat the loop when format is raw without timelimit or
 * requested counts of data are recorded
 */
-- 
1.8.2.1

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



commit cmpi-bindings for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package cmpi-bindings for openSUSE:Factory 
checked in at 2013-04-19 09:43:33

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


Package is cmpi-bindings, Maintainer is kkae...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cmpi-bindings/cmpi-bindings.changes  
2013-03-20 11:35:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmpi-bindings.new/cmpi-bindings.changes 
2013-04-19 09:43:35.0 +0200
@@ -1,0 +2,33 @@
+Thu Apr 11 13:52:08 UTC 2013 - kkae...@suse.com
+
+- Update to 0.9.5
+  Fix CMPISelectExp also in cmpi_provider.c (indication filters) 
+
+---
+Thu Apr 11 08:31:39 UTC 2013 - kkae...@suse.com
+
+- Update to 0.9.4
+  - Fix nasty bugs in CMPIObjectPath constructor if reference
+already contained string properties.
+
+---
+Wed Apr 10 08:54:57 UTC 2013 - kkae...@suse.com
+
+- Update to 0.9.3
+  - Raise exception on nil assignment to numeric properties
+
+---
+Tue Apr  9 12:37:36 UTC 2013 - kkae...@suse.com
+
+- Update to 0.9.2
+  Add projections to CMPISelectExp (to support filtering by
+  property in execQuery)
+
+---
+Tue Apr  9 08:43:43 UTC 2013 - kkae...@suse.com
+
+- Update to 0.9.1
+  CMPISelectExp constructor and match (to support execQuery in
+  providers)
+
+---
@@ -12,0 +46,8 @@
+Thu Feb 14 14:35:32 UTC 2013 - kkae...@suse.com
+
+- Update to 0.9.0
+  - Added full testsuite
+  - Improved CMPI_DateTime handling in Ruby
+  - bug fixes
+
+---
@@ -22,0 +64,6 @@
+Fri Jul  6 08:53:56 UTC 2012 - kkae...@suse.com
+
+- Adapt trace level according to CMPI_BINDINGS_TRACE_LEVEL
+  environment variable (bnc#767533)
+
+---
@@ -32 +79 @@
-  - Implement CMPI_DateTime - Ruby converions
+  - Implement CMPI_DateTime - Ruby conversions
@@ -151,0 +199,5 @@
+
+---
+Wed Nov  4 10:15:50 MST 2009 - bwhite...@suse.de
+
+- Fixed References up-calls in python bindings (bnc#552571)

Old:

  cmpi-bindings-0.5.4.tar.bz2

New:

  cmpi-bindings-0.9.5.tar.bz2



Other differences:
--
++ cmpi-bindings.spec ++
--- /var/tmp/diff_new_pack.lebRnw/_old  2013-04-19 09:43:36.0 +0200
+++ /var/tmp/diff_new_pack.lebRnw/_new  2013-04-19 09:43:36.0 +0200
@@ -20,7 +20,7 @@
 Url:http://github.com/kkaempf/cmpi-bindings
 
 Name:   cmpi-bindings
-Version:0.5.4
+Version:0.9.5
 Release:0
 Summary:Adapter to write and run CMPI-type CIM providers
 License:BSD-3-Clause and CPL-1.0

++ cmpi-bindings-0.5.4.tar.bz2 - cmpi-bindings-0.9.5.tar.bz2 ++
 11501 lines of diff (skipped)

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



commit fluid-soundfont for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package fluid-soundfont for openSUSE:Factory 
checked in at 2013-04-19 09:43:49

Comparing /work/SRC/openSUSE:Factory/fluid-soundfont (Old)
 and  /work/SRC/openSUSE:Factory/.fluid-soundfont.new (New)


Package is fluid-soundfont, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.fluid-soundfont.new/fluid-soundfont.changes 
2013-04-19 09:43:50.0 +0200
@@ -0,0 +1,38 @@
+---
+Thu Apr 18 12:39:20 CEST 2013 - p...@suse.de
+
+- Add a copyright.
+
+---
+Mon Jul  9 18:41:34 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Avoid requiring timidity for packaging
+
+---
+Fri Aug 12 15:27:20 CEST 2011 - ti...@suse.de
+
+- fix fluidr3_gm.cfg: converted to unix text format and fix the
+  SF2 file name
+
+---
+Tue Jan 25 17:15:56 CET 2011 - p...@suse.de
+
+- Make package an additional owner of /usr/share/sounds/sf2.
+
+---
+Wed Jan 19 19:40:59 CET 2011 - p...@suse.de
+
+- Convert fluidr3_gs.cfg to unix text format.
+
+---
+Fri Jan 14 16:56:59 CET 2011 - p...@suse.de
+
+- Initial openSUSE package based on Tims work
+
+---
+Fri Feb 08 00:08:09 UTC 2008 - tsmi...@ubuntu.com
+
+- Initial Debian upload
+- Provides soundfont for various applications (Closes: #466612)
+

New:

  fluid-soundfont.changes
  fluid-soundfont.spec
  fluid-soundfont_3.1.orig.tar.bz2
  fluidr3_gm.cfg
  fluidr3_gs.cfg



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

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


Name:   fluid-soundfont
Version:3.1
Release:0
Summary:Fluid (R3) SoundFonts (GM and GS)
License:MIT
Group:  Productivity/Multimedia/Sound/Midi
Source: %{name}_%{version}.orig.tar.bz2
Source1:fluidr3_gm.cfg
Source2:fluidr3_gs.cfg
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
This is a GM SoundFont, for use with any modern MIDI synthesiser: hardware
(like the emu10k1 sound card), or software (like FluidSynth).

This package provides the larger GM sound set, without the Roland Sound
Canvas extensions.


%package-n fluid-soundfont-gm
Summary:Fluid (R3) General MIDI SoundFont (GM)
Group:  Productivity/Multimedia/Sound/Midi

%description -n fluid-soundfont-gm
This is a GM SoundFont, for use with any modern MIDI synthesiser: hardware
(like the emu10k1 sound card), or software (like FluidSynth).

This package provides the larger GM sound set, without the Roland Sound
Canvas extensions.

%package-n fluid-soundfont-gs
Summary:Fluid (R3) General MIDI SoundFont (GS)
Group:  Productivity/Multimedia/Sound/Midi
Requires:   fluid-soundfont-gm

%description -n fluid-soundfont-gs
This is a GS SoundFont, for use with any modern MIDI synthesiser: hardware
(like the emu10k1 sound card), or software (like FluidSynth).

This package provides the smaller GS sound set of Roland Sound Canvas
extensions.

%prep
%setup -q

%build

%install
install -d %{buildroot}%{_datadir}/sounds/sf2
install -d %{buildroot}%{_datadir}/timidity
install -d %{buildroot}%{_defaultdocdir}/%{name}

install -m 644 %{S:1} %{S:2} %{buildroot}%{_datadir}/timidity
install -m 644 FluidR3_G{M,S}.sf2 %{buildroot}%{_datadir}/sounds/sf2
install -m 644 COPYING README %{buildroot}%{_defaultdocdir}/%{name}

%files -n fluid-soundfont-gm
%defattr(-,root,root)
%doc %{_defaultdocdir}/fluid-soundfont
%dir %{_datadir}/sounds/sf2
%{_datadir}/sounds/sf2/FluidR3_GM.sf2
%dir %_datadir/timidity
%config %{_datadir}/timidity/fluidr3_gm.cfg

%files -n 

commit giggle for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package giggle for openSUSE:Factory checked 
in at 2013-04-19 09:43:57

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


Package is giggle, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/giggle/giggle.changes2012-11-08 
21:49:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.giggle.new/giggle.changes   2013-04-19 
09:44:05.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr 17 15:31:47 UTC 2013 - dims...@opensuse.org
+
+- Fix giggle-gtksourceview38.patch: gtksource 3.8 change the main
+  header from gtksourceview.h to gtksource.h.
+
+---
+Wed Apr  3 20:29:38 UTC 2013 - dims...@opensuse.org
+
+- Add giggle-gtksourceview38.patch: Fix build against new
+  gtksourceview 3.8.
+
+---

New:

  giggle-gtksourceview38.patch



Other differences:
--
++ giggle.spec ++
--- /var/tmp/diff_new_pack.7aaaCj/_old  2013-04-19 09:44:06.0 +0200
+++ /var/tmp/diff_new_pack.7aaaCj/_new  2013-04-19 09:44:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package giggle
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:  Development/Tools/Version Control
 Url:http://live.gnome.org/giggle
 Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/giggle/0.7/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM giggle-gtksourceview38.patch bgo#697220 
dims...@opensuse.org -- Fix build against gtksourceview 3.8
+Patch0: giggle-gtksourceview38.patch
 BuildRequires:  gettext = 0.18.1
 BuildRequires:  git-core = 1.5
 BuildRequires:  intltool
@@ -62,6 +64,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream po giggle
 
 %build

++ giggle-gtksourceview38.patch ++
From 93caca22e5edcb463c6ab554aea03bf421a4e910 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger dims...@opensuse.org
Date: Wed, 3 Apr 2013 22:26:17 +0200
Subject: [PATCH] Directly include gtksourcebuffer.h

Until gtksourceview 3.7, it was included indirectly by gtksourceview.h.

https://bugzilla.gnome.org/show_bug.cgi?id=697220
---
 src/giggle-diff-view.c | 2 ++
 src/giggle-view-file.c | 1 +
 2 files changed, 3 insertions(+)

Index: giggle-0.7/src/giggle-view-file.c
===
--- giggle-0.7.orig/src/giggle-view-file.c
+++ giggle-0.7/src/giggle-view-file.c
@@ -38,8 +38,7 @@
 #include gio/gio.h
 #include glib/gi18n.h
 
-#include gtksourceview/gtksourcelanguagemanager.h
-#include gtksourceview/gtksourceview.h
+#include gtksourceview/gtksource.h
 
 #define GIGGLE_TYPE_VIEW_FILE_SNAPSHOT
(giggle_view_file_snapshot_get_type ())
 #define GIGGLE_VIEW_FILE_SNAPSHOT(obj)(G_TYPE_CHECK_INSTANCE_CAST 
((obj), GIGGLE_TYPE_VIEW_FILE_SNAPSHOT, GiggleViewFileSnapshot))
Index: giggle-0.7/src/giggle-diff-view.h
===
--- giggle-0.7.orig/src/giggle-diff-view.h
+++ giggle-0.7/src/giggle-diff-view.h
@@ -21,8 +21,7 @@
 
 #include glib-object.h
 #include gtk/gtk.h
-#include gtksourceview/gtksourceview.h
-#include gtksourceview/gtksourcelanguagemanager.h
+#include gtksourceview/gtksource.h
 
 #include libgiggle/giggle-revision.h
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gypsy for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package gypsy for openSUSE:Factory checked 
in at 2013-04-19 09:44:12

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


Package is gypsy, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gypsy/gypsy.changes  2012-10-23 
19:36:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.gypsy.new/gypsy.changes 2013-04-19 
09:44:13.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 18 09:31:24 UTC 2013 - dims...@opensuse.org
+
+- Add gypsy-g_type_init.patch: fix build with recent glib versions:
+  g_type_init is deprecated and implicit.
+
+---

New:

  gypsy-g_type_init.patch



Other differences:
--
++ gypsy.spec ++
--- /var/tmp/diff_new_pack.M9IbiJ/_old  2013-04-19 09:44:14.0 +0200
+++ /var/tmp/diff_new_pack.M9IbiJ/_new  2013-04-19 09:44:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gypsy
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:  Hardware/Other
 Url:http://gypsy.freedesktop.org/
 Source0:
http://gypsy.freedesktop.org/releases/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gypsy-g_type_init.patch dims...@opensuse.org -- Fix build 
with glib 2.36; g_type_init is deprecated and implicit.
+Patch0: gypsy-g_type_init.patch
 BuildRequires:  bluez-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  glib2-devel
@@ -70,6 +72,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++ gypsy-g_type_init.patch ++
Index: gypsy-0.9/examples/list-known-gps-devices.c
===
--- gypsy-0.9.orig/examples/list-known-gps-devices.c
+++ gypsy-0.9/examples/list-known-gps-devices.c
@@ -21,8 +21,6 @@ main (int argc,
 GPtrArray *known_devices;
 int i;
 
-g_type_init ();
-
 discovery = gypsy_discovery_new ();
 known_devices = gypsy_discovery_list_devices (discovery, error);
 
Index: gypsy-0.9/examples/simple-gps-dbus.c
===
--- gypsy-0.9.orig/examples/simple-gps-dbus.c
+++ gypsy-0.9/examples/simple-gps-dbus.c
@@ -122,7 +122,6 @@ main (intargc,
DBusError error;
GMainLoop *mainloop;
 
-   g_type_init ();
conn = get_connection ();
 
dbus_error_init (error);
Index: gypsy-0.9/examples/simple-gps-gypsy.c
===
--- gypsy-0.9.orig/examples/simple-gps-gypsy.c
+++ gypsy-0.9/examples/simple-gps-gypsy.c
@@ -68,8 +68,6 @@ main (intargc,
return 0;
}
 
-   g_type_init ();
-
control = gypsy_control_get_default ();
path = gypsy_control_create (control, argv[1], error);
if (path == NULL) {
Index: gypsy-0.9/examples/simple-gps-satellites.c
===
--- gypsy-0.9.orig/examples/simple-gps-satellites.c
+++ gypsy-0.9/examples/simple-gps-satellites.c
@@ -43,8 +43,6 @@ main (intargc,
return 0;
}
 
-   g_type_init ();
-
control = gypsy_control_get_default ();
path = gypsy_control_create (control, argv[1], error);
if (path == NULL) {
Index: gypsy-0.9/src/main.c
===
--- gypsy-0.9.orig/src/main.c
+++ gypsy-0.9/src/main.c
@@ -188,8 +188,6 @@ main (intargc,
 
umask (022);
 
-   g_type_init ();
-
mainloop = g_main_loop_new (NULL, FALSE);
 
conn = dbus_g_bus_get (DBUS_BUS_SYSTEM, error);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit i2c-tools for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package i2c-tools for openSUSE:Factory 
checked in at 2013-04-19 09:46:23

Comparing /work/SRC/openSUSE:Factory/i2c-tools (Old)
 and  /work/SRC/openSUSE:Factory/.i2c-tools.new (New)


Package is i2c-tools, Maintainer is jdelv...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/i2c-tools/i2c-tools.changes  2013-04-02 
11:51:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.i2c-tools.new/i2c-tools.changes 2013-04-19 
09:46:25.0 +0200
@@ -1,0 +2,23 @@
+Thu Apr 18 10:01:03 CEST 2013 - jdelv...@suse.de
+
+- i2c-tools-hackweek-9-dependencies.diff: Backport 2 helper
+  functions needed by the following patch.
+- i2c-tools-hackweek-9-improve-DDR3-support.diff: Improve DDR3
+  support. This was my hackweek 9 project.
+
+---
+Wed Apr 17 22:10:55 CEST 2013 - jdelv...@suse.de
+
+Backport fixes from upstream 3.1 branch:
+- i2c-tools-r6151-space-before-MHz.diff: Print a space before MHz
+  to improve readability.
+- i2c-tools-r6152-fix-DDR3-tRAS-decoding.diff: Fix DDR3 tRAS
+  decoding.
+- i2c-tools-r6153-fix-DDR3-timings-rounding.diff: Fix DDR3 core
+  timings rounding.
+- i2c-tools-r6154-round-down-PC3-numbers.diff: Round down PC3
+  numbers to comply with Jedec.
+- i2c-tools-r6157-vendors-JEP106AK.diff: Update vendor list based
+   on Jedec document JEP106AK.
+
+---

New:

  i2c-tools-hackweek-9-dependencies.diff
  i2c-tools-hackweek-9-improve-DDR3-support.diff
  i2c-tools-r6151-space-before-MHz.diff
  i2c-tools-r6152-fix-DDR3-tRAS-decoding.diff
  i2c-tools-r6153-fix-DDR3-timings-rounding.diff
  i2c-tools-r6154-round-down-PC3-numbers.diff
  i2c-tools-r6157-vendors-JEP106AK.diff



Other differences:
--
++ i2c-tools.spec ++
--- /var/tmp/diff_new_pack.XWz5WC/_old  2013-04-19 09:46:34.0 +0200
+++ /var/tmp/diff_new_pack.XWz5WC/_new  2013-04-19 09:46:34.0 +0200
@@ -35,6 +35,13 @@
 Patch6: i2c-tools-r6110-i2cdetect-clarify-probing.diff
 Patch7: i2c-tools-r6121-typo-sprint.diff
 Patch8: i2c-tools-r6122-more-DDR3-module-types.diff
+Patch9: i2c-tools-r6151-space-before-MHz.diff
+Patch10:i2c-tools-r6152-fix-DDR3-tRAS-decoding.diff
+Patch11:i2c-tools-r6153-fix-DDR3-timings-rounding.diff
+Patch12:i2c-tools-r6154-round-down-PC3-numbers.diff
+Patch13:i2c-tools-r6157-vendors-JEP106AK.diff
+Patch90:i2c-tools-hackweek-9-dependencies.diff
+Patch91:i2c-tools-hackweek-9-improve-DDR3-support.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
 
@@ -62,6 +69,13 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch90 -p1
+%patch91 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS=$RPM_OPT_FLAGS CC=%{__cc}


++ i2c-tools-hackweek-9-dependencies.diff ++
Subject: decode-dimms: Backport two functions
Upstream: yes, r6079 (partial), r6093 (partial), r6095 (partial)

Backport functions as_ddr() and ddr_core_timings() which are needed
by the hackweek 9 code.
---
 eeprom/decode-dimms |   16 
 1 file changed, 16 insertions(+)

--- a/eeprom/decode-dimms
+++ b/eeprom/decode-dimms
@@ -826,6 +826,22 @@ sub decode_sdr_sdram($)
(($bytes-[35]  7) ? -$temp : $temp) .  ns);
 }
 
+sub as_ddr($$)
+{
+   my ($gen, $ctime) = @_;
+
+   return  as DDR . ($gen == 1 ?  : $gen) . - .
+  int(2000 / $ctime);
+}
+
+sub ddr_core_timings($)
+{
+   my ($cas, $ctime, $trcd, $trp, $tras) = @_;
+
+   return $cas . - . ceil($trcd/$ctime) . - . ceil($trp/$ctime) .
+   - . ceil($tras/$ctime);
+}
+
 # Parameter: EEPROM bytes 0-127 (using 3-62)
 sub decode_ddr_sdram($)
 {
++ i2c-tools-hackweek-9-improve-DDR3-support.diff ++
Subject: decode-dimms: Improve DDR3 support
Upstream: yes, r6132 to r6149

This is my hackweek 9 project:
https://github.com/SUSE/hackweek/wiki/DDR3-SPD-Information-Decoding
---
 eeprom/decode-dimms |  271 +---
 1 file changed, 195 insertions(+), 76 deletions(-)

--- a/eeprom/decode-dimms
+++ b/eeprom/decode-dimms
@@ -5,7 +5,7 @@
 # Copyright 1998, 1999 Philip Edelbrock p...@netroedge.com
 # modified by Christian Zuckschwerdt z...@triq.net
 # modified by Burkart Lingner burk...@bollchen.de
-# Copyright (C) 2005-2011  Jean Delvare kh...@linux-fr.org
+# Copyright (C) 2005-2013  Jean Delvare kh...@linux-fr.org
 #
 #This program is free software; you can redistribute it and/or modify
 #it under the terms of the GNU General Public License as published by
@@ -1176,36 +1176,137 @@ sub 

commit icedtea-web for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory 
checked in at 2013-04-19 09:46:59

Comparing /work/SRC/openSUSE:Factory/icedtea-web (Old)
 and  /work/SRC/openSUSE:Factory/.icedtea-web.new (New)


Package is icedtea-web, Maintainer is bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/icedtea-web/icedtea-web.changes  2013-01-22 
15:36:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.icedtea-web.new/icedtea-web.changes 
2013-04-19 09:47:01.0 +0200
@@ -1,0 +2,17 @@
+Wed Apr 17 14:11:32 UTC 2013 - mvysko...@suse.com
+
+- update to 1.3.2 (bnc#815596) 
+- Security Updates
+  * CVE-2013-1927, RH884705: fixed gifar vulnerability
+  * CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets with 
same relative-path.
+- Common
+  * Added new option in itw-settings which allows users to set JVM arguments
+when plugin is initialized.
+- NetX
+  * PR580: http://www.horaoficial.cl/ loads improperly
+- Plugin
+  * PR1260: IcedTea-Web should not rely on GTK
+   obsoletes icedtea-web-remove-gtk-dep.patch
+  * PR1157: Applets can hang browser after fatal exception
+
+---

Old:

  icedtea-web-1.3.1.tar.gz
  icedtea-web-remove-gtk-dep.patch

New:

  icedtea-web-1.3.2.tar.gz



Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.B94HIU/_old  2013-04-19 09:47:02.0 +0200
+++ /var/tmp/diff_new_pack.B94HIU/_new  2013-04-19 09:47:02.0 +0200
@@ -59,7 +59,7 @@
 %define pluginname  IcedTeaPlugin.so
 
 Name:   icedtea-web
-Version:1.3.1
+Version:1.3.2
 Release:0
 Summary:Java Web Start and plugin implementation
 License:GPL-2.0-with-classpath-exception
@@ -71,11 +71,8 @@
 # https://bugzilla.mozilla.org/show_bug.cgi?id=582130
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=622
 Patch1: icedtea-web-1.1-moonlight-symbol-clash.patch
-# PATCH-FIX-UPSTREAM icedtea-web-remove-gtk-dep.patch rhbz#889644, rhbz#895197 
zai...@opensuse.org -- Removes GTK dependency. Now we don't need to build 
icedtea-web against gtk3 in order to have it working in epiphany. Patch taken 
from fedora. git commit 7f32037ef35cbfcb3472efd92e32420e073f7c11
-Patch2: icedtea-web-remove-gtk-dep.patch
 Patch1000:  icedtea-web-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
 BuildRequires:  java-1_7_0-%{origin}-devel
 BuildRequires:  libX11-devel
 BuildRequires:  libtool
@@ -137,11 +134,8 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %patch1000 -p1
-## Needed for patch2
-autoreconf -fiv
 
 %build
 %{configure} \

++ icedtea-web-1.1-moonlight-symbol-clash.patch ++
--- /var/tmp/diff_new_pack.B94HIU/_old  2013-04-19 09:47:02.0 +0200
+++ /var/tmp/diff_new_pack.B94HIU/_new  2013-04-19 09:47:02.0 +0200
@@ -1,8 +1,15 @@
-Index: icedtea-web-1.1/plugin/icedteanp/IcedTeaNPPlugin.cc
+---
+ plugin/icedteanp/IcedTeaNPPlugin.cc|8 
+ plugin/icedteanp/IcedTeaNPPlugin.h |2 +-
+ plugin/icedteanp/IcedTeaPluginUtils.cc |   12 ++--
+ plugin/icedteanp/IcedTeaPluginUtils.h  |2 +-
+ 4 files changed, 12 insertions(+), 12 deletions(-)
+
+Index: icedtea-web-1.3.2/plugin/icedteanp/IcedTeaNPPlugin.cc
 ===
 icedtea-web-1.1.orig/plugin/icedteanp/IcedTeaNPPlugin.cc   2011-06-08 
21:42:40.350749654 +0200
-+++ icedtea-web-1.1/plugin/icedteanp/IcedTeaNPPlugin.cc2011-06-30 
13:32:38.175450759 +0200
-@@ -243,8 +243,8 @@
+--- icedtea-web-1.3.2.orig/plugin/icedteanp/IcedTeaNPPlugin.cc
 icedtea-web-1.3.2/plugin/icedteanp/IcedTeaNPPlugin.cc
+@@ -257,8 +257,8 @@ static gint instance_counter = 1;
  static GPid appletviewer_pid = -1;
  static guint appletviewer_watch_id = -1;
  
@@ -13,29 +20,28 @@
  (strcmp(getenv(ICEDTEAPLUGIN_DEBUG), suspend) == 0);
  
  pthread_cond_t cond_message_available = PTHREAD_COND_INITIALIZER;
-@@ -1529,7 +1529,7 @@
-   gchar** environment;
+@@ -1612,14 +1612,14 @@ plugin_start_appletviewer (ITNPPluginDat
+   command_line.push_back(-classpath);
+   command_line.push_back(ICEDTEA_WEB_JRE /lib/rt.jar);
  
-   int cmd_num = 0;
 -  if (plugin_debug)
 +  if (icedtea_plugin_debug)
{
-   command_line = (gchar**) malloc(sizeof(gchar*)*11);
-   command_line[cmd_num++] = g_strdup(appletviewer_executable);
-@@ -1539,7 +1539,7 @@
-   command_line[cmd_num++] = g_strdup_printf(%s/lib/rt.jar, 
ICEDTEA_WEB_JRE);
-   command_line[cmd_num++] = g_strdup(-Xdebug);
-   command_line[cmd_num++] = g_strdup(-Xnoagent);
--  if 

commit kvm for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package kvm for openSUSE:Factory checked in 
at 2013-04-19 09:47:10

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


Package is kvm, Maintainer is brog...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kvm/kvm.changes  2013-02-18 13:49:45.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kvm.new/kvm.changes 2013-04-19 
09:47:12.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 11 20:56:45 UTC 2013 - crrodrig...@opensuse.org
+
+- Place udev rules in the proper directory. 
+
+---



Other differences:
--
++ kvm.spec ++
--- /var/tmp/diff_new_pack.2pR1z7/_old  2013-04-19 09:47:16.0 +0200
+++ /var/tmp/diff_new_pack.2pR1z7/_new  2013-04-19 09:47:16.0 +0200
@@ -51,6 +51,8 @@
 BuildRequires:  glib2-devel
 %if 0%{?suse_version}  1210
 BuildRequires:  libgnutls-devel
+BuildRequires:  pkgconfig(udev)
+%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 %else
 BuildRequires:  gnutls-devel
 %endif
@@ -165,7 +167,7 @@
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(pre):  /usr/sbin/groupadd
-
+%{!?_udevrulesdir: %global _udevrulesdir /lib/udev/rules.d}
 %description
 KVM (Kernel-based Virtual Machine) is virtualization software for
 Linux. It is based on the hardware virtualization extensions provided
@@ -389,7 +391,7 @@
 mv .%_bindir/{qemu-system*,qemu-kvm}
 mv .%_mandir/man1/{qemu.1,qemu-kvm.1}
 chmod 644 .%_mandir/man1/*
-install -D -m 644 %{SOURCE1} %{buildroot}/etc/udev/rules.d/60-kvm.rules
+install -D -m 644 %{SOURCE1} %{buildroot}%{_udevrulesdir}/60-kvm.rules
 install -D -m 755 %{SOURCE2} %{buildroot}/usr/share/qemu-kvm/qemu-ifup
 install -D -m 644 %{SOURCE4} 
%{buildroot}/usr/share/qemu-kvm/win-virtio-drivers.iso
 
@@ -418,7 +420,7 @@
 %else
 %config %attr(644,root,kvm) %{_sysconfdir}/qemu-kvm/target-x86_64.conf
 %endif
-%config %{_sysconfdir}/udev/rules.d/60-kvm.rules
+%{_udevrulesdir}/60-kvm.rules
 %_mandir/man1/qemu-kvm.1.gz
 
 %changelog


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



commit laeqed for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package laeqed for openSUSE:Factory checked 
in at 2013-04-19 09:47:48

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


Package is laeqed, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/laeqed/laeqed.changes2011-12-12 
17:02:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.laeqed.new/laeqed.changes   2013-04-19 
09:47:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 18 10:49:42 UTC 2013 - wer...@suse.de
+
+- Make it build with openSUSE = 12.2 
+
+---



Other differences:
--
++ laeqed.spec ++
--- /var/tmp/diff_new_pack.oyAVNr/_old  2013-04-19 09:47:49.0 +0200
+++ /var/tmp/diff_new_pack.oyAVNr/_new  2013-04-19 09:47:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package laeqed
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define jarname Laeqed
 
 Name:   laeqed
 Version:1.2
-Release:1
-License:MIT
+Release:0
 Summary:Latex equation editor that stores equations as png images
-Url:http://www.thrysoee.dk/laeqed/
+License:MIT
 Group:  Productivity/Publishing/TeX/Frontends
+Url:http://www.thrysoee.dk/laeqed/
 Source: %{name}.tar.gz
 %if 0%{?suse_version}  1210
-BuildRequires:  ant-apache-regexp ant-nodeps
+BuildRequires:  ant-apache-regexp
+BuildRequires:  ant-nodeps
 %endif
 BuildRequires:  ant
 BuildRequires:  java-devel-openjdk = 1.5.0
 BuildRequires:  swing-layout
 Requires:   java = 1.5.0
+%if 0%{?suse_version}  1210
 Requires:   texlive-bin
 Requires:   texlive-latex
+%else
+Requires:   texlive-collection-binextra
+Requires:   texlive-collection-latex
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -64,7 +71,6 @@
 EOF
 chmod 0755 %{buildroot}%{_bindir}/%{name}
 
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog COPYING

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



commit libbfio for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libbfio for openSUSE:Factory checked 
in at 2013-04-19 09:48:29

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


Package is libbfio, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libbfio.new/libbfio.changes 2013-04-19 
09:48:30.0 +0200
@@ -0,0 +1,4 @@
+---
+Wed Apr  3 23:17:35 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0~20121225) for build.opensuse.org

New:

  libbfio-alpha-20120425.tar.xz
  libbfio.changes
  libbfio.spec



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

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


Name:   libbfio
%define lname   libbfio1
%define timestamp 20120425
Version:0~%timestamp
Release:0
License:LGPL-3.0+
Summary:Library to provide basic file input/output abstraction
Group:  Development/Libraries/C and C++
Url:http://code.google.com/p/libbfio/

#DL-URL:
http://libbfio.googlecode.com/files/libbfio-alpha-20120425.tar.gz
Source: %name-alpha-%timestamp.tar.xz
BuildRequires:  pkg-config
BuildRequires:  xz
#BuildRequires:  pkgconfig(libcerror) = 20120425
BuildRequires:  pkgconfig(libcfile) = 20120425
BuildRequires:  pkgconfig(libclocale) = 20120425
BuildRequires:  pkgconfig(libcpath) = 20120425
#BuildRequires:  pkgconfig(libcstring) = 20120425
BuildRequires:  pkgconfig(libuna) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
libbfio is used in multiple other libraries like libewf, libmsiecf,
libnk2, libolecf and libpff. It is used to chain I/O to support
file-in-file access.

%package -n %lname
Summary:Library to provide basic file input/output abstraction
Group:  System/Libraries

%description -n %lname
libbfio is used in multiple other libraries like libewf, libmsiecf,
libnk2, libolecf and libpff. It is used to chain I/O to support
file-in-file access.

%package devel
Summary:Development files for libbfio, a basic file input/output 
abstraction library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
libbfio is used in multiple other libraries like libewf, libmsiecf,
libnk2, libolecf and libpff. It is used to chain I/O to support
file-in-file access.

This subpackage contains libraries and header files for developing
applications that want to make use of libbfio.

%prep
%setup -qn libbfio-%timestamp

%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}

%install
make install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libbfio.so.1*

%files devel
%defattr(-,root,root)
%_includedir/libbfio*
%_libdir/libbfio.so
%_libdir/pkgconfig/libbfio.pc
%_mandir/man3/libbfio.3*

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



commit libcdata for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libcdata for openSUSE:Factory 
checked in at 2013-04-19 09:48:52

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


Package is libcdata, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libcdata.new/libcdata.changes   2013-04-19 
09:48:53.0 +0200
@@ -0,0 +1,4 @@
+---
+Wed Apr  3 23:33:00 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0~20121224) for build.opensuse.org

New:

  libcdata-alpha-20121224.tar.xz
  libcdata.changes
  libcdata.spec



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

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


Name:   libcdata
%define lname   libcdata1
%define timestamp 20121224
Version:0~%timestamp
Release:0
License:LGPL-3.0+
Summary:Library for cross-platform C generic data functions
Group:  Development/Libraries/C and C++
Url:http://code.google.com/p/libcdata/

#Git-Clone: http://code.google.com/p/libcdata
#DL-URL:
http://libcdata.googlecode.com/files/libcdata-alpha-20121224.tar.gz
Source: %name-alpha-%timestamp.tar.xz
BuildRequires:  pkg-config
BuildRequires:  xz
BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcstring) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A library for cross-platform C generic data functions.

%package -n %lname
Summary:Library for cross-platform C generic data functions
Group:  System/Libraries

%description -n %lname
A library for cross-platform C generic data functions.

%package devel
Summary:Development files for libcdata, a cross-platform C generic data 
library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
A library for cross-platform C generic data functions.

This subpackage contains libraries and header files for developing
applications that want to make use of libcdata.

%prep
%setup -qn libcdata-%timestamp

%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}

%install
make install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libcdata.so.1*

%files devel
%defattr(-,root,root)
%_includedir/libcdata*
%_libdir/libcdata.so
%_libdir/pkgconfig/libcdata.pc
%_mandir/man3/libcdata.3*

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



commit libcerror for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libcerror for openSUSE:Factory 
checked in at 2013-04-19 09:49:13

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


Package is libcerror, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libcerror.new/libcerror.changes 2013-04-19 
09:49:13.0 +0200
@@ -0,0 +1,4 @@
+---
+Wed Apr  3 22:16:05 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0~20121222) for build.opensuse.org

New:

  libcerror-alpha-20121222.tar.xz
  libcerror.changes
  libcerror.spec



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

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


Name:   libcerror
%define lname   libcerror1
%define timestamp 20121222
Version:0~%timestamp
Release:0
License:LGPL-3.0+
Summary:Library for cross-platform C error functions
Group:  Development/Libraries/C and C++
Url:http://code.google.com/p/libcerror/

#Git-Clone: http://code.google.com/p/libcerror
#DL-URL:
http://libcerror.googlecode.com/files/libcerror-alpha-20121222.tar.gz
Source: %name-alpha-%timestamp.tar.xz
BuildRequires:  pkg-config
BuildRequires:  xz
#BuildRequires:  pkgconfig(libcstring) = 20121224
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A library for cross-platform C error functions.

%package -n %lname
Summary:Library for cross-platform C error functions
Group:  System/Libraries

%description -n %lname
A library for cross-platform C error functions.

%package devel
Summary:Development files for libcerror, a cross-platform C error 
library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
A library for cross-platform C error functions.

This subpackage contains libraries and header files for developing
applications that want to make use of libcerror.

%prep
%setup -qn libcerror-%timestamp

%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}

%install
make install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libcerror.so.1*

%files devel
%defattr(-,root,root)
%_includedir/libcerror*
%_libdir/libcerror.so
%_libdir/pkgconfig/libcerror.pc
%_mandir/man3/libcerror.3*

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



commit libclocale for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libclocale for openSUSE:Factory 
checked in at 2013-04-19 09:49:56

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


Package is libclocale, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libclocale.new/libclocale.changes   
2013-04-19 09:49:58.0 +0200
@@ -0,0 +1,4 @@
+---
+Wed Apr  3 22:31:54 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0~20121224) for build.opensuse.org

New:

  libclocale-alpha-20121224.tar.xz
  libclocale.changes
  libclocale.spec



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

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


Name:   libclocale
%define lname   libclocale1
%define timestamp 20121224
Version:0~%timestamp
Release:0
License:LGPL-3.0+
Summary:Library for cross-platform C locale functions
Group:  Development/Libraries/C and C++
Url:http://code.google.com/p/libclocale/

#Git-Clone: http://code.google.com/p/libcerror
#DL-URL:
http://libclocale.googlecode.com/files/libclocale-alpha-20121224.tar.gz
Source: %name-alpha-%timestamp.tar.xz
BuildRequires:  pkg-config
BuildRequires:  xz
BuildRequires:  pkgconfig(libcerror) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A library for cross-platform C locale functions.

%package -n %lname
Summary:Library for cross-platform C locale functions
Group:  System/Libraries

%description -n %lname
A library for cross-platform C locale functions.

%package devel
Summary:Development files for libclocale, a cross-platform C locale 
library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
A library for cross-platform C locale functions.

This subpackage contains libraries and header files for developing
applications that want to make use of libclocale.

%prep
%setup -qn libclocale-%timestamp

%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}

%install
make install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libclocale.so.1*

%files devel
%defattr(-,root,root)
%_includedir/libclocale*
%_libdir/libclocale.so
%_libdir/pkgconfig/libclocale.pc
%_mandir/man3/libclocale.3*

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



commit libcnotify for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libcnotify for openSUSE:Factory 
checked in at 2013-04-19 09:50:25

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


Package is libcnotify, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libcnotify.new/libcnotify.changes   
2013-04-19 09:50:26.0 +0200
@@ -0,0 +1,4 @@
+---
+Wed Apr  3 22:32:00 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0~20121224) for build.opensuse.org

New:

  libcnotify-alpha-20121224.tar.xz
  libcnotify.changes
  libcnotify.spec



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

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


Name:   libcnotify
%define lname   libcnotify1
%define timestamp 20121224
Version:0~%timestamp
Release:0
License:LGPL-3.0+
Summary:Library for cross-platform C notify functions
Group:  Development/Libraries/C and C++
Url:http://code.google.com/p/libcnotify/

#Git-Clone: http://code.google.com/p/libcnotify
#DL-URL:
http://libcnotify.googlecode.com/files/libcnotify-alpha-20121224.tar.gz
Source: %name-alpha-%timestamp.tar.xz
BuildRequires:  pkg-config
BuildRequires:  xz
BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcstring) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A library for cross-platform C notify functions.

%package -n %lname
Summary:Library for cross-platform C notify functions
Group:  System/Libraries

%description -n %lname
A library for cross-platform C notify functions.

%package devel
Summary:Development files for libcnotify, a cross-platform C notify 
library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
A library for cross-platform C notify functions.

This subpackage contains libraries and header files for developing
applications that want to make use of libcnotify.

%prep
%setup -qn libcnotify-%timestamp

%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}

%install
make install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libcnotify.so.1*

%files devel
%defattr(-,root,root)
%_includedir/libcnotify*
%_libdir/libcnotify.so
%_libdir/pkgconfig/libcnotify.pc
%_mandir/man3/libcnotify.3*

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



commit libcpath for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libcpath for openSUSE:Factory 
checked in at 2013-04-19 09:51:30

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


Package is libcpath, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libcpath.new/libcpath.changes   2013-04-19 
09:51:32.0 +0200
@@ -0,0 +1,4 @@
+---
+Wed Apr  3 23:17:35 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0~20121225) for build.opensuse.org

New:

  libcpath-alpha-20121225.tar.xz
  libcpath.changes
  libcpath.spec



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

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


Name:   libcpath
%define lname   libcpath1
%define timestamp 20121225
Version:0~%timestamp
Release:0
License:LGPL-3.0+
Summary:Library for cross-platform C path functions
Group:  Development/Libraries/C and C++
Url:http://code.google.com/p/libcpath/

#Git-Clone: http://code.google.com/p/libcpath
#DL-URL:
http://libcpath.googlecode.com/files/libcpath-alpha-20121225.tar.gz
Source: %name-alpha-%timestamp.tar.xz
BuildRequires:  pkg-config
BuildRequires:  xz
BuildRequires:  pkgconfig(libcerror) = 20120425
BuildRequires:  pkgconfig(libclocale) = 20120425
BuildRequires:  pkgconfig(libcsplit) = 20120701
#BuildRequires:  pkgconfig(libcstring) = 20120425
#BuildRequires:  pkgconfig(libuna) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A library for cross-platform C path functions.

%package -n %lname
Summary:Library for cross-platform C path functions
Group:  System/Libraries

%description -n %lname
A library for cross-platform C path functions.

%package devel
Summary:Development files for libcpath, a cross-platform C path library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
A library for cross-platform C path functions.

This subpackage contains libraries and header files for developing
applications that want to make use of libcpath.

%prep
%setup -qn libcpath-%timestamp

%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}

%install
make install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libcpath.so.1*

%files devel
%defattr(-,root,root)
%_includedir/libcpath*
%_libdir/libcpath.so
%_libdir/pkgconfig/libcpath.pc
%_mandir/man3/libcpath.3*

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



commit libcsplit for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libcsplit for openSUSE:Factory 
checked in at 2013-04-19 09:53:46

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


Package is libcsplit, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libcsplit.new/libcsplit.changes 2013-04-19 
09:53:48.0 +0200
@@ -0,0 +1,4 @@
+---
+Wed Apr  3 23:12:57 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0~20121224) for build.opensuse.org

New:

  libcsplit-alpha-20121224.tar.xz
  libcsplit-pkgconfig.diff
  libcsplit.changes
  libcsplit.spec



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

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


Name:   libcsplit
%define lname   libcsplit1
%define timestamp 20121224
Version:0~%timestamp
Release:0
License:LGPL-3.0+
Summary:Library for cross-platform C split string functions
Group:  Development/Libraries/C and C++
Url:http://code.google.com/p/libcsplit/

#DL-URL:
http://libcsplit.googlecode.com/files/libcsplit-alpha-20121224.tar.gz
#Git-Clone: http://code.google.com/p/libcsplit
Source: %name-alpha-%timestamp.tar.xz
Patch1: libcsplit-pkgconfig.diff
BuildRequires:  pkg-config
BuildRequires:  xz
BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcstring) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A library for cross-platform C split string functions.

%package -n %lname
Summary:Library for cross-platform C split string functions
Group:  System/Libraries

%description -n %lname
A library for cross-platform C split string functions.

%package devel
Summary:Development files for libcsplit, a cross-platform C split 
string library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
A library for cross-platform C split string functions.

This subpackage contains libraries and header files for developing
applications that want to make use of libcsplit.

%prep
%setup -qn libcsplit-%timestamp
%patch -P 1 -p1

%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}

%install
make install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libcsplit.so.1*

%files devel
%defattr(-,root,root)
%_includedir/libcsplit*
%_libdir/libcsplit.so
%_libdir/pkgconfig/libcsplit.pc
%_mandir/man3/libcsplit.3*

%changelog
++ libcsplit-pkgconfig.diff ++
---
 libcsplit.pc.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: libcsplit-20121224/libcsplit.pc.in
===
--- libcsplit-20121224.orig/libcsplit.pc.in
+++ libcsplit-20121224/libcsplit.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
 Name: libuna
 Description: Library to support cross-platform C split string functions
 Version: @VERSION@
-Libs: -L${libdir} -lcpath
+Libs: -L${libdir} -lcsplit
 Libs.private: @ax_libcerror_libs_private@ @ax_libcstring_libs_private@
 Cflags: -I${includedir}
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libevt for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libevt for openSUSE:Factory checked 
in at 2013-04-19 09:54:58

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


Package is libevt, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libevt.new/libevt.changes   2013-04-19 
09:55:00.0 +0200
@@ -0,0 +1,14 @@
+---
+Wed Apr  3 19:02:51 UTC 2013 - jeng...@inai.de
+
+- Cleanups: Set RPM group, license, summary and description
+  metadata; remove unused %py_requires; do not bloat shlib package
+  with documentation
+- Use system libraries instead of bundled ones where possible
+- Name the tools package according to upstream's recommendation
+- Drop unnecessary -fno-strict-aliasing
+
+---
+Wed Mar 27 02:15:31 UTC 2013 - greg.freem...@gmail.com
+
+- initial package (version 0~20130319) for build.opensuse.org

New:

  Windows_Event_Log_(EVT).pdf
  libevt-alpha-20130319.tar.xz
  libevt.changes
  libevt.spec



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

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


Name:   libevt
%define lname   libevt1
%define timestamp   20130319
Version:0~%timestamp
Release:0
Summary:Library and tools to access the Windows Event Log (EVT) format
License:LGPL-3.0+ and GFDL-1.3+
Group:  Productivity/File utilities
Url:http://code.google.com/p/libevt/

#DL-URL:http://libevt.googlecode.com/files/libevt-alpha-20130319.tar.gz
Source: %name-alpha-%timestamp.tar.xz
Source2:Windows_Event_Log_(EVT).pdf
BuildRequires:  pkg-config
BuildRequires:  python-devel
BuildRequires:  xz
#BuildRequires:  pkgconfig(libbfio) = 20120426
#BuildRequires:  pkgconfig(libcdata) = 20120425
#BuildRequires:  pkgconfig(libcdirectory) = 20120423
#BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcfile) = 20120526
#BuildRequires:  pkgconfig(libclocale) = 20120425
BuildRequires:  pkgconfig(libcnotify) = 20120425
#BuildRequires:  pkgconfig(libcpath) = 20120701
BuildRequires:  pkgconfig(libcsplit) = 20120701
#BuildRequires:  pkgconfig(libcstring) = 20120425
#BuildRequires:  pkgconfig(libcsystem) = 20120425
#BuildRequires:  pkgconfig(libexe) = 20120405
#BuildRequires:  pkgconfig(libfcache) = 20120405
#BuildRequires:  pkgconfig(libfdata) = 20120405
BuildRequires:  pkgconfig(libfdatetime) = 20120522
BuildRequires:  pkgconfig(libfguid) = 20120426
#BuildRequires:  pkgconfig(libfvalue) = 20120428
#BuildRequires:  pkgconfig(libfwevt) = 20120426
#BuildRequires:  pkgconfig(libfwnt) = 20120426
BuildRequires:  pkgconfig(libregf) = 20120405
#BuildRequires:  pkgconfig(libuna) = 20120425
BuildRequires:  pkgconfig(libwrc) = 20120405
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
libevt is a library and tools to access the Windows Event Log
(EVT) format.
For the Windows XML Event Log (EVTX) format, see libevtx.

%package -n %lname
Summary:Library to access the Windows Event Log (EVT) format
License:LGPL-3.0+
Group:  System/Libraries

%description -n %lname
libevt is a library and tools to access the Windows Event Log
(EVT) format.
For the Windows XML Event Log (EVTX) format, see libevtx.

%package tools
Summary:Utilities to export events from Windows Event Log files
License:LGPL-3.0+
Group:  Productivity/File utilities

%description tools
Tools for reading Windows Event Log (EVT) files. These include
evtinfo and evtexport. See evtxtools for Windows XML Event Log (EVTX)
programs.
 
%package devel
Summary:Development files for libevt, a Windows event file parser
License:LGPL-3.0+ and GFDL-1.3+
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
libevt is a library to access the Windows Event Log (EVT) format.  


commit libevtx for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libevtx for openSUSE:Factory checked 
in at 2013-04-19 09:55:21

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


Package is libevtx, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libevtx.new/libevtx.changes 2013-04-19 
09:55:22.0 +0200
@@ -0,0 +1,19 @@
+---
+Mon Apr  8 23:32:44 UTC 2013 - greg.freem...@gmail.com
+
+- update to 0~20130329
+
+---
+Thu Apr  4 21:53:08 UTC 2013 - jeng...@inai.de
+
+- Cleanups: Set RPM group, license, summary and description
+  metadata; remove unused %py_requires; do not bloat shlib package
+  with documentation
+- Use system libraries instead of bundled ones where possible
+- Name the tools package according to upstream's recommendation
+- Drop unnecessary -fno-strict-aliasing
+
+---
+Wed Mar 27 16:29:05 UTC 2013 - greg.freem...@gmail.com
+
+- initial package (version 0~20130319) for build.opensuse.org

New:

  Windows_XML_Event_Log_(EVTX).pdf
  libevtx-alpha-20130329.tar.xz
  libevtx.changes
  libevtx.spec



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

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


Name:   libevtx
%define lname   libevtx1
%define timestamp   20130329
Version:0~%timestamp
Release:0
Summary:Library and tools to access the Windows XML Event Log (EVTX) 
format
License:LGPL-3.0+ and GFDL-1.3
Group:  Productivity/File utilities
Url:http://code.google.com/p/libevtx/

#DL-URL:
http://libevtx.googlecode.com/files/libevtx-alpha-20130329.tar.gz
Source: %name-alpha-%timestamp.tar.xz
Source2:Windows_XML_Event_Log_(EVTX).pdf
BuildRequires:  pkg-config
BuildRequires:  python-devel
BuildRequires:  xz
#BuildRequires:  pkgconfig(libbfio) = 20120426
#BuildRequires:  pkgconfig(libcdata) = 20120425
#BuildRequires:  pkgconfig(libcdirectory) = 20120425
#BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcfile) = 20120526
#BuildRequires:  pkgconfig(libclocale) = 20120425
BuildRequires:  pkgconfig(libcnotify) = 20120425
#BuildRequires:  pkgconfig(libcpath) = 20120701
BuildRequires:  pkgconfig(libcsplit) = 20120701
#BuildRequires:  pkgconfig(libcstring) = 20120425
#BuildRequires:  pkgconfig(libcsystem) = 20120425
#BuildRequires:  pkgconfig(libexe) = 20120405
#BuildRequires:  pkgconfig(libfcache) = 20120405
#BuildRequires:  pkgconfig(libfdata) = 20120405
BuildRequires:  pkgconfig(libfdatetime) = 20120522
BuildRequires:  pkgconfig(libfguid) = 20120426
#BuildRequires:  pkgconfig(libfvalue) = 20120428
#BuildRequires:  pkgconfig(libfwevt) = 20120426
#BuildRequires:  pkgconfig(libfwnt) = 20120426
BuildRequires:  pkgconfig(libregf) = 20120405
BuildRequires:  pkgconfig(libuna) = 20120425
BuildRequires:  pkgconfig(libwrc) = 20120405
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Library and tools to access the Windows XML Event Log (EVTX) format.
For the Windows pre-XML Event Log (EVT) format, see libevt.

%package -n %lname
Summary:Library to access the Windows XML Event Log (EVTX) format
License:LGPL-3.0+
Group:  System/Libraries

%description -n %lname
Library to access the Windows Event Log (EVT) format.
For the Windows pre-XML Event Log (EVT) format, see libevt.

%package tools
Summary:Utilities to export events from Windows XML event files (EVTX)
License:LGPL-3.0+
Group:  Productivity/File utilities

%description tools
Tools for parsing EVTX files. These include evtxinfo and evtxexport.

%package devel
Summary:Development files for libevtx, a Windows XML Event file parser
License:LGPL-3.0+ and GFDL-1.3
Group:  Development/Libraries/C and C++
Requires:   %lname = 

commit libfdatetime for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libfdatetime for openSUSE:Factory 
checked in at 2013-04-19 09:55:33

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


Package is libfdatetime, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libfdatetime.new/libfdatetime.changes   
2013-04-19 09:55:34.0 +0200
@@ -0,0 +1,4 @@
+---
+Thu Apr  4 19:27:35 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0~20130317) for build.opensuse.org

New:

  libfdatetime-alpha-20130317.tar.xz
  libfdatetime.changes
  libfdatetime.spec



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

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


Name:   libfdatetime
%define lname   libfdatetime1
%define timestamp 20130317
Version:0~%timestamp
Release:0
License:LGPL-3.0+
Summary:A library for date and time data types
Group:  Development/Libraries/C and C++
Url:http://code.google.com/p/libfdatetime/

#Git-Clone: http://code.google.com/p/libfdatetime
#DL-URL:
http://libfdatetime.googlecode.com/files/libfdatetime-alpha-20130317.tar.gz
Source: %name-alpha-%timestamp.tar.xz
BuildRequires:  pkg-config
BuildRequires:  xz
BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcstring) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A library for date and time data types.

%package -n %lname
Summary:A library for date and time data types
Group:  System/Libraries

%description -n %lname
A library for date and time data types.

%package devel
Summary:Development files for libfdatetime, a date and time data type 
library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
A library for date and time data types.

This subpackage contains libraries and header files for developing
applications that want to make use of libfdatetime.

%prep
%setup -qn libfdatetime-%timestamp

%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}

%install
make install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libfdatetime.so.1*

%files devel
%defattr(-,root,root)
%_includedir/libfdatetime*
%_libdir/libfdatetime.so
%_libdir/pkgconfig/libfdatetime.pc
%_mandir/man3/libfdatetime.3*

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



commit libfguid for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libfguid for openSUSE:Factory 
checked in at 2013-04-19 09:56:02

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


Package is libfguid, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libfguid.new/libfguid.changes   2013-04-19 
09:56:03.0 +0200
@@ -0,0 +1,4 @@
+---
+Thu Apr  4 19:23:46 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0~20130317) for build.opensuse.org

New:

  libfguid-alpha-20130317.tar.xz
  libfguid.changes
  libfguid.spec



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

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


Name:   libfguid
%define lname   libfguid1
%define timestamp 20130317
Version:0~%timestamp
Release:0
License:LGPL-3.0+
Summary:A library for GUID/UUID data types
Group:  Development/Libraries/C and C++
Url:http://code.google.com/p/libfguid/

#Git-Clone: http://code.google.com/p/libfguid
#DL-URL:
http://libfguid.googlecode.com/files/libfguid-alpha-20130317.tar.gz
Source: %name-alpha-%timestamp.tar.xz
BuildRequires:  pkg-config
BuildRequires:  xz
BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcstring) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A library for GUID/UUID data types.

%package -n %lname
Summary:A library for GUID/UUID data types
Group:  System/Libraries

%description -n %lname
A library for GUID/UUID data types.

%package devel
Summary:Development files for libfguid, a GUID/UUID data type library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
A library for GUID/UUID data types.

This subpackage contains libraries and header files for developing
applications that want to make use of libfguid.

%prep
%setup -qn libfguid-%timestamp

%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}

%install
make install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libfguid.so.1*

%files devel
%defattr(-,root,root)
%_includedir/libfguid*
%_libdir/libfguid.so
%_libdir/pkgconfig/libfguid.pc
%_mandir/man3/libfguid.3*

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



commit libgcrypt for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libgcrypt for openSUSE:Factory 
checked in at 2013-04-19 09:56:34

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


Package is libgcrypt, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libgcrypt/libgcrypt.changes  2013-03-25 
20:32:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgcrypt.new/libgcrypt.changes 2013-04-19 
09:56:44.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 18 18:23:36 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.5.2
+ * The upstream sources now contain the IDEA algorithm, dropping:
+   idea.c.gz
+   libgcrypt-1.5.0-idea.patch
+   libgcrypt-1.5.0-idea_codecleanup.patch
+ * Made the Padlock code work again (regression since 1.5.0).
+ * Fixed alignment problems for Serpent.
+ * Fixed two bugs in ECC computations.
+
+---

Old:

  idea.c.gz
  libgcrypt-1.5.0-idea.patch
  libgcrypt-1.5.0-idea_codecleanup.patch
  libgcrypt-1.5.1.tar.bz2
  libgcrypt-1.5.1.tar.bz2.sig

New:

  libgcrypt-1.5.2.tar.bz2
  libgcrypt-1.5.2.tar.bz2.sig



Other differences:
--
++ libgcrypt.spec ++
--- /var/tmp/diff_new_pack.YQj4St/_old  2013-04-19 09:56:47.0 +0200
+++ /var/tmp/diff_new_pack.YQj4St/_new  2013-04-19 09:56:47.0 +0200
@@ -19,7 +19,7 @@
 Name:   libgcrypt
 %define libsoname %{name}11
 Url:http://directory.fsf.org/wiki/Libgcrypt
-Version:1.5.1
+Version:1.5.2
 Release:0
 Summary:The GNU Crypto Library
 License:GPL-2.0+ and LGPL-2.1+ and GPL-3.0+
@@ -27,15 +27,12 @@
 Source: ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{name}-%{version}.tar.bz2
 Source1:
ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{name}-%{version}.tar.bz2.sig
 Source2:baselibs.conf
-Source3:idea.c.gz
 # http://www.gnupg.org/signature_key.en.html
 Source4:%{name}.keyring
 Patch0: %{name}-ppc64.patch
 Patch1: %{name}-strict-aliasing.patch
 Patch3: %{name}-1.4.1-rijndael_no_strict_aliasing.patch
 Patch4: %{name}-sparcv9.diff
-Patch5: %{name}-1.5.0-idea.patch
-Patch6: %{name}-1.5.0-idea_codecleanup.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake = 1.11
 BuildRequires:  libgpg-error-devel = 1.8
@@ -93,13 +90,10 @@
 %prep
 %{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q -n %{name}-%{version}
-gzip -dc  %{S:3}  cipher/idea.c
 %patch0 -p1
 %patch1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
 # define ciphers to build

++ libgcrypt-1.5.1.tar.bz2 - libgcrypt-1.5.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgcrypt-1.5.1/AUTHORS new/libgcrypt-1.5.2/AUTHORS
--- old/libgcrypt-1.5.1/AUTHORS 2013-03-18 16:00:35.0 +0100
+++ new/libgcrypt-1.5.2/AUTHORS 2013-04-18 16:48:42.0 +0200
@@ -98,6 +98,11 @@
 open...@brainhub.org
 (cipher/ecc.c and related files)
 
+LIBGCRYPT   Vladimir Serbinenko  2012-04-26
+Assigns Past and Future Changes
+phco...@gmail.com
+(cipher/serpent.c)
+
 
 Authors with a DCO
 ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgcrypt-1.5.1/ChangeLog 
new/libgcrypt-1.5.2/ChangeLog
--- old/libgcrypt-1.5.1/ChangeLog   2013-03-18 16:32:24.0 +0100
+++ new/libgcrypt-1.5.2/ChangeLog   2013-04-18 17:07:43.0 +0200
@@ -1,5 +1,96 @@
+2013-04-18  Werner Koch  w...@gnupg.org
+
+   Release 1.5.2.
+
+   Update LT version for the next release.
+   * configure.ac: Set LT version to C19/A8/R1.
+
+   mpi: Yet another fix to get option flag munging right.
+   * cipher/Makefile.am (o_flag_munging): Yet another fix.
+
+   cipher: Fix regression in Padlock support.
+   * cipher/rijndael.c (do_setkey): Remove dummy padlock key generation 
case
+   and use the standard one.
+
+   Fix alignment problem in idea.c.
+   * cipher/idea.c (cipher): Rework parameter use to fix alignment
+   problems.
+
+   * cipher/idea.c (FNCCAST_SETKEY, FNCCAST_CRYPT): Remove unused macros.
+
+2013-04-18  Vladimir Serbinenko  phco...@gmail.com
+
+   Add some const attributes.
+   * cipher/md4.c (transform): Add const attribute.
+   * cipher/md5.c (transform): Ditto.
+   * cipher/rmd160.c (transform): Ditto.
+
+   Fix alignment problem in serpent.c.
+   * cipher/serpent.c (serpent_key_prepare): Fix misaligned access.
+   (serpent_setkey): Likewise.
+   (serpent_encrypt_internal): Likewise.
+   (serpent_decrypt_internal): Likewise.
+   

commit liblnk for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package liblnk for openSUSE:Factory checked 
in at 2013-04-19 09:57:26

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


Package is liblnk, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.liblnk.new/liblnk.changes   2013-04-19 
09:57:28.0 +0200
@@ -0,0 +1,15 @@
+---
+Fri Apr  5 01:24:57 UTC 2013 - jeng...@inai.de
+
+- Cleanups: Set RPM group, license, summary and description
+  metadata; remove unused %py_requires; do not bloat shlib package
+  with documentation
+- Use system libraries instead of bundled ones where possible
+- Name the tools package according to upstream's recommendation
+- Drop unnecessary -fno-strict-aliasing
+- Drop Windows_Shell_Item pdf, this belongs to a different package
+
+---
+Wed Mar 27 16:57:05 UTC 2013 - greg.freem...@gmail.com
+
+- initial package (version 0~20130304) for build.opensuse.org

New:

  Windows_Shortcut_File_(LNK)_format.pdf
  liblnk-alpha-20130304.tar.xz
  liblnk.changes
  liblnk.spec



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

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


Name:   liblnk
%define lname   liblnk1
%define timestamp   20130304
Version:0~%timestamp
Release:0
Summary:Library and tools to access the Windows Shortcut File (LNK) 
format
License:LGPL-3.0+ and GFDL-1.3+
Group:  Productivity/File utilities
Url:http://code.google.com/p/liblnk/

#DL-URL:http://liblnk.googlecode.com/files/liblnk-alpha-20130304.tar.gz
Source: %name-alpha-%timestamp.tar.xz
Source2:Windows_Shortcut_File_(LNK)_format.pdf
BuildRequires:  pkg-config
BuildRequires:  python-devel
BuildRequires:  xz
#BuildRequires:  pkgconfig(libbfio) = 20120426
#BuildRequires:  pkgconfig(libcdata) = 20120425
#BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcfile) = 20120526
#BuildRequires:  pkgconfig(libclocale) = 20120425
BuildRequires:  pkgconfig(libcnotify) = 20120425
#BuildRequires:  pkgconfig(libcpath) = 20120701
BuildRequires:  pkgconfig(libcsplit) = 20120701
#BuildRequires:  pkgconfig(libcstring) = 20120425
#BuildRequires:  pkgconfig(libcsystem) = 20120425
BuildRequires:  pkgconfig(libfdatetime) = 20120522
BuildRequires:  pkgconfig(libfguid) = 20120426
#BuildRequires:  pkgconfig(libfwsi) = 20120426
#BuildRequires:  pkgconfig(libuna) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
liblnk is a library to access Windows Shortcut File (LNK) files.

%package -n %lname
Summary:Library to access the Windows Shortcut File (LNK) format
License:LGPL-3.0+
Group:  System/Libraries

%description -n %lname
liblnk is a library to access Windows Shortcut File (LNK) files.

%package tools
Summary:Tools to access the Windows Shortcut File (LNK) format
License:LGPL-3.0+
Group:  Productivity/File utilities

%description tools
liblnk is a library to access Windows Shortcut File (LNK) files.
 
%package devel
Summary:Development files for liblnk, a library to access Windows 
Shortcut Links
License:LGPL-3.0+ and GFDL-1.3+
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
liblnk is a library to access Windows Shortcut File (LNK) files.

This subpackage contains libraries and header files for developing
applications that want to make use of %name.

%package -n python-%name
Summary:Python bindings for liblnk, a Windows Shortcut Link parser
License:LGPL-3.0+
Group:  Development/Libraries/Python
Requires:   python

%description -n python-%name
Python binding for liblnk, which can read Windows Shortcut Link files.

%prep
%setup -qn liblnk-%timestamp
cp %SOURCE2 .

%build
%configure 

commit gobby for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package gobby for openSUSE:Factory checked 
in at 2013-04-19 09:58:17

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gobby/gobby.changes  2013-03-11 
09:49:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.gobby.new/gobby.changes 2013-04-19 
09:58:19.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr  9 09:14:59 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  No indication of GPL-2.0 only code and certainly no indication of
+  aggregation
+
+---



Other differences:
--
++ gobby.spec ++
--- /var/tmp/diff_new_pack.UfiXAj/_old  2013-04-19 09:58:19.0 +0200
+++ /var/tmp/diff_new_pack.UfiXAj/_new  2013-04-19 09:58:19.0 +0200
@@ -40,7 +40,7 @@
 Version:0.4.94
 Release:0
 Summary:Gobby collaborative editor (Infinote protocol)
-License:GPL-2.0 and GPL-2.0+
+License:GPL-2.0+
 Group:  Productivity/Editors/Other
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gobby-glibmm-2_31.patch 
http://gobby.0x539.de/trac/attachment/ticket/585/ dims...@opensuse.org -- Fix 
build with glibmm 2.31.

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



commit libmemcached for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libmemcached for openSUSE:Factory 
checked in at 2013-04-19 09:58:28

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


Package is libmemcached, Maintainer is sch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libmemcached/libmemcached.changes
2013-02-05 11:16:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmemcached.new/libmemcached.changes   
2013-04-19 09:58:29.0 +0200
@@ -1,0 +2,16 @@
+Thu Apr 18 20:55:07 UTC 2013 - dims...@opensuse.org
+
+- Add libmemcached-pthread.patch: fix linking agains pthread:
+  when built with SASL support, libmemcached.so needs to be linked
+  against libpthread, or we have undefined symbols in the library.
+- Add libtool BuildRequires and call autorecon, as above patch
+  requires to boostrap.
+
+---
+Sat Apr 13 21:53:59 UTC 2013 - dims...@opensuse.org
+
+- Add cyrus-sasl-devel Requires: memcached.h includes (from its own
+  headers) struct/sasl.h, which in turn includes sasl/sasl.h. This
+  header comes from cyrus-sasl-devel.
+
+---

New:

  libmemcached-pthread.patch



Other differences:
--
++ libmemcached.spec ++
--- /var/tmp/diff_new_pack.TXme7t/_old  2013-04-19 09:58:30.0 +0200
+++ /var/tmp/diff_new_pack.TXme7t/_new  2013-04-19 09:58:30.0 +0200
@@ -27,6 +27,8 @@
 Source0:
https://launchpad.net/libmemcached/1.0/%{version}/+download/libmemcached-%{version}.tar.gz
 
 Source1:
https://launchpad.net/libmemcached/1.0/%{version}/+download/libmemcached-%{version}.tar.gz.asc
 Source2:%{name}.keyring
+# PATCH-FIX-UPSTREAM libmemcached-pthread.patch lp#133614 dims...@opensuse.org 
-- Fix pthread detection
+Patch0: libmemcached-pthread.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # List of additional build dependencies
 BuildRequires:  bison
@@ -34,6 +36,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gpg-offline
 BuildRequires:  libevent-devel
+BuildRequires:  libtool
 BuildRequires:  memcached
 BuildRequires:  pkgconfig
 # needed for man pages
@@ -78,6 +81,8 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{libsoname} = %{version}
 Requires:   %{name} = %{version}
+# memcached.h includes memcached-1.0/struct/sasl.h, which in turn includes 
sasl/sasl.h
+Requires:   cyrus-sasl-devel
 Requires:   glibc-devel
 Requires:   libmemcachedutil2 = %{version}
 
@@ -90,15 +95,15 @@
 %prep
 %gpg_verify %{S:1}
 %setup -q
+%patch0
 
 %build
-#autoreconf -fiv
+autoreconf -fiv
 %configure \
   --disable-static \
   --enable-libmemcachedprotocol \
   --with-memcached=%{_sbindir}/memcached
 make %{?_smp_mflags}
-#make
 
 %install
 %makeinstall


++ libmemcached-pthread.patch ++
=== modified file 'm4/ax_pthread.m4'
--- m4/ax_pthread.m42012-07-27 04:00:47 +
+++ m4/ax_pthread.m42012-11-09 03:56:45 +
@@ -123,7 +123,7 @@
 # which indicates that we try without any flags at all, and pthread-config
 # which is a program returning the flags for the Pth emulation library.
 
-ax_pthread_flags=pthreads none -Kthread -kthread lthread -pthread -pthreads 
-mthreads pthread --thread-safe -mt pthread-config
+ax_pthread_flags=pthreads none -Kthread -kthread lthread -lpthread -lpthreads 
-mthreads pthread --thread-safe -mt pthread-config
 
 # The ordering *is* (sometimes) important.  Some notes on the
 # individual items follow:


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



commit libmsiecf for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libmsiecf for openSUSE:Factory 
checked in at 2013-04-19 09:59:39

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


Package is libmsiecf, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new/libmsiecf.changes 2013-04-19 
09:59:40.0 +0200
@@ -0,0 +1,19 @@
+---
+Thu Apr 18 11:44:43 UTC 2013 - jeng...@inai.de
+
+- fixed: python-libmsiecf required unprovidable libmsiecf%soname
+
+---
+Fri Apr  5 02:00:59 UTC 2013 - jeng...@inai.de
+
+- Cleanups: Set RPM group, license, summary and description
+  metadata; remove unused %py_requires; do not bloat shlib package
+  with documentation
+- Use system libraries instead of bundled ones where possible
+- Name the tools package according to upstream's recommendation
+- Drop unnecessary -fno-strict-aliasing
+
+---
+Wed Mar 27 17:06:20 UTC 2013 - greg.freem...@gmail.com
+
+- initial package (version 0~20130317) for build.opensuse.org

New:

  MSIE_Cache_File_(index.dat)_format.pdf
  libmsiecf-alpha-20130317.tar.xz
  libmsiecf.changes
  libmsiecf.spec



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

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


Name:   libmsiecf
%define lname   libmsiecf1
%define timestamp   20130317
Version:0~%timestamp
Release:0
Summary:Library to parse MS Internet Explorer Cache Files
License:LGPL-3.0+ and GFDL-1.3+
Group:  Productivity/File utilities
Url:http://code.google.com/p/libmsiecf/

#DL-URL:
http://libmsiecf.googlecode.com/files/libmsiecf-alpha-20130317.tar.gz
Source: %name-alpha-%timestamp.tar.xz
Source2:MSIE_Cache_File_(index.dat)_format.pdf
BuildRequires:  pkg-config
BuildRequires:  python-devel
BuildRequires:  xz
#BuildRequires:  pkgconfig(libbfio) = 20120426
#BuildRequires:  pkgconfig(libcdata) = 20120425
#BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcfile) = 20120526
#BuildRequires:  pkgconfig(libclocale) = 20120425
BuildRequires:  pkgconfig(libcnotify) = 20120425
#BuildRequires:  pkgconfig(libcpath) = 20120701
BuildRequires:  pkgconfig(libcsplit) = 20120701
#BuildRequires:  pkgconfig(libcstring) = 20120425
#BuildRequires:  pkgconfig(libcsystem) = 20120425
#BuildRequires:  pkgconfig(libfdatetime) = 20120522
BuildRequires:  pkgconfig(libfguid) = 20120426
#BuildRequires:  pkgconfig(libfole) = 20120426
#BuildRequires:  pkgconfig(libfvalue) = 20120428
#BuildRequires:  pkgconfig(libuna) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
libmsiecf is a library to parse MS Internet Explorer Cache Files.

%package -n %lname
Summary:Library to parse MS Internet Explorer Cache Files
License:LGPL-3.0+
Group:  System/Libraries

%description -n %lname
libmsiecf is a library to parse MS Internet Explorer Cache Files.

%package tools
Summary:Utilities to inspect MS Internet Explorer Cache Files
License:LGPL-3.0+
Group:  System/Filesystems

%description tools
Several tools for reading MS Internet Explorer Cache files.
 
%package devel
Summary:Development files for %name
License:LGPL-3.0+ and GFDL-1.3+
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
libmsiecf is a library to parse MS Internet Explorer Cache Files.

This subpackage contains libraries and header files for developing
applications that want to make use of %name.

%package -n python-%name
Summary:Python bindings for libmsiecf
License:LGPL-3.0+
Group:  Development/Libraries/Python
Requires:   %lname = %version
Requires:   python

%description -n python-%name
Python bindings for 

commit libQtWebKit4 for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libQtWebKit4 for openSUSE:Factory 
checked in at 2013-04-19 10:00:06

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libQtWebKit4/libQtWebKit4.changes
2013-04-14 10:33:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libQtWebKit4.new/libQtWebKit4.changes   
2013-04-19 10:00:09.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 18 16:08:42 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 2.3.1
+  * Bugfix release
+- Dropped libQtWebKit4-gcc48.patch, included upstream
+
+---

Old:

  libQtWebKit4-gcc48.patch
  qtwebkit-2.3.0.tar.gz

New:

  qtwebkit-2.3.1.tar.gz



Other differences:
--
++ libQtWebKit4.spec ++
--- /var/tmp/diff_new_pack.coaLob/_old  2013-04-19 10:00:19.0 +0200
+++ /var/tmp/diff_new_pack.coaLob/_new  2013-04-19 10:00:19.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libQtWebKit4
-%define tar_version 2.3.0
+%define tar_version 2.3.1
 %define qt_version 4.8.4
 Version:%{qt_version}+%{tar_version}
 Release:0
@@ -48,8 +48,6 @@
 Patch10:
MediaPlayerPrivateGStreamer-should-take-ownership-of-the-playbin.patch
 # PATCH-FIX-UPSTREAM buffer-ranges.patch hrvoje.sen...@gmail.com -- Use 
different method for buffering with gstreamer 1.0
 Patch11:buffer-ranges.patch
-# PATCH-FIX-UPSTREAM hrvoje.sen...@gmail.com -- Fix build with GCC 4.8
-Patch12:libQtWebKit4-gcc48.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -122,7 +120,6 @@
 %patch10 -p1
 %patch11 -p1
 %endif
-%patch12 -p1
 
 %build
 export QTDIR=%{_prefix}

++ qtwebkit-2.3.0.tar.gz - qtwebkit-2.3.1.tar.gz ++
/work/SRC/openSUSE:Factory/libQtWebKit4/qtwebkit-2.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.libQtWebKit4.new/qtwebkit-2.3.1.tar.gz differ: char 
15, line 1

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



commit libregf for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libregf for openSUSE:Factory checked 
in at 2013-04-19 10:00:55

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


Package is libregf, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libregf.new/libregf.changes 2013-04-19 
10:00:56.0 +0200
@@ -0,0 +1,15 @@
+---
+Wed Apr  3 21:37:14 UTC 2013 - jeng...@inai.de
+
+- Cleanups: Set RPM group, license, summary and description
+  metadata; less greedy fileslists; remove unused %py_requires;
+  do not bloat shlib package with documentation
+- Enable FUSE support
+- Use system libraries instead of bundled ones where possible
+- Name the tools package according to upstream's recommendation
+- Drop unnecessary -fno-strict-aliasing
+
+---
+Wed Mar 27 17:14:42 UTC 2013 - greg.freem...@gmail.com
+
+- initial package (version 0~20130319) for build.opensuse.org

New:

  Windows_NT_Registry_File_(REGF)_format.pdf
  libregf-alpha-20130319.tar.xz
  libregf.changes
  libregf.spec



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

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


Name:   libregf
%define lname   libregf1
%define timestamp   20130319
Version:0~%timestamp
Release:0
Summary:Library to access Windows REGF-type Registry files
License:LGPL-3.0+ and GFDL-1.3+
Group:  Productivity/File utilities
Url:http://code.google.com/p/libregf/

#DL-URL:
http://libregf.googlecode.com/files/libregf-alpha-20130319.tar.gz
Source: %name-alpha-%timestamp.tar.xz
Source2:Windows_NT_Registry_File_(REGF)_format.pdf
BuildRequires:  pkg-config
BuildRequires:  python-devel
BuildRequires:  xz
#BuildRequires:  pkgconfig(libbfio) = 20120426
#BuildRequires:  pkgconfig(libcdata) = 20120425
#BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcfile) = 20120526
#BuildRequires:  pkgconfig(libclocale) = 20120425
BuildRequires:  pkgconfig(libcnotify) = 20120425
#BuildRequires:  pkgconfig(libcpath) = 20120701
BuildRequires:  pkgconfig(libcsplit) = 20120701
#BuildRequires:  pkgconfig(libcstring) = 20120425
#BuildRequires:  pkgconfig(libcsystem) = 20120425
#BuildRequires:  pkgconfig(libfcache) = 20120425
#BuildRequires:  pkgconfig(libfdata) = 20120425
BuildRequires:  pkgconfig(libfdatetime) = 20120522
#BuildRequires:  pkgconfig(libfguid) = 20120426
#BuildRequires:  pkgconfig(libfwnt) = 20120426
#BuildRequires:  pkgconfig(libfwsi) = 20120426
#BuildRequires:  pkgconfig(libuna) = 20120425
BuildRequires:  pkgconfig(fuse) = 2.6
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
libregf is a library to access Windows Registry files of the REGF
type (a non-text representation).

%package -n %lname
Summary:Library to access Windows REGF-type Registry files
License:LGPL-3.0+
Group:  System/Libraries

%description -n %lname
libregf is a library to access Windows Registry files of the REGF
type (a non-text representation).

%package tools
Summary:Utilities to inspect Windows REGF-type Registry files
License:LGPL-3.0+
Group:  Productivity/File utilities

%description tools
Several tools for inspecting Windows REGF-type Registry files.
Typically used for computer forensics.
 
%package devel
Summary:Development files for libregf, a Windows REGF-type Registry 
file parser
License:LGPL-3.0+ and GFDL-1.3+
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
libregf is a library to access Windows Registry files of the REGF
type (a non-text representation).

This subpackage contains libraries and header files for developing
applications that want to make use of %name.

%package -n python-%name
Summary:Python bindings for libregf, a 

commit libwrc for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libwrc for openSUSE:Factory checked 
in at 2013-04-19 10:01:44

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


Package is libwrc, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libwrc.new/libwrc.changes   2013-04-19 
10:01:45.0 +0200
@@ -0,0 +1,4 @@
+---
+Wed Apr  3 23:17:35 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0~20121225) for build.opensuse.org

New:

  libwrc-experimental-20130319.tar.xz
  libwrc.changes
  libwrc.spec



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

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


Name:   libwrc
%define lname   libwrc1
%define timestamp 20130319
Version:0~%timestamp
Release:0
License:LGPL-3.0+
Summary:Library to support the Windows Resource Compiler format
Group:  Productivity/File utilities
Url:http://code.google.com/p/libexe/

#DL-URL:
http://libexe.googlecode.com/files/libwrc-experimental-20130319.tar.gz
Source: %name-experimental-%timestamp.tar.xz
BuildRequires:  pkg-config
BuildRequires:  xz
#BuildRequires:  pkgconfig(libbfio) = 20120426
#BuildRequires:  pkgconfig(libcdata) = 20120425
#BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcfile) = 20120526
#BuildRequires:  pkgconfig(libclocale) = 20120425
#BuildRequires:  pkgconfig(libcnotify) = 20120425
#BuildRequires:  pkgconfig(libcpath) = 20120701
BuildRequires:  pkgconfig(libcsplit) = 20120701
#BuildRequires:  pkgconfig(libcstring) = 20120425
#BuildRequires:  pkgconfig(libexe) = 20120405
#BuildRequires:  pkgconfig(libfcache) = 20120405
#BuildRequires:  pkgconfig(libfdata) = 20120405
BuildRequires:  pkgconfig(libfdatetime) = 20120522
BuildRequires:  pkgconfig(libfguid) = 20120426
#BuildRequires:  pkgconfig(libfvalue) = 20120428
#BuildRequires:  pkgconfig(libfwevt) = 20120426
#BuildRequires:  pkgconfig(libfwnt) = 20120426
#BuildRequires:  pkgconfig(libuna) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
libwrc is a library to support the Windows Resource Compiler format.

%package -n %lname
Summary:Library to support the Windows Resource Compiler format
Group:  System/Libraries

%description -n %lname
libwrc is a library to support the Windows Resource Compiler format.

%package devel
Summary:Development files for libwrc, a Windows Resouce Compiler format 
support library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
libwrc is a library to support the Windows Resource Compiler format.

This subpackage contains libraries and header files for developing
applications that want to make use of libwrc.

%package tools
Summary:Utilities to inspect Windows Resource Compiler files
Group:  Productivity/File utilities

%description tools
This subpackage provides the utilities from libwrc, which allows for
reading Windows Resource Compiler files.

%prep
%setup -qn libwrc-%timestamp

%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}

%install
make install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libwrc.so.1*

%files devel
%defattr(-,root,root)
%_includedir/libwrc*
%_libdir/libwrc.so
%_libdir/pkgconfig/libwrc.pc
%_mandir/man3/libwrc.3*

%files tools
%defattr(-,root,root)
%_bindir/wrcinfo
%_mandir/man1/wrcinfo.1*

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



commit python-gobject for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory 
checked in at 2013-04-19 10:01:58

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


Package is python-gobject, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes
2013-04-05 07:36:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-gobject.new/python-gobject.changes   
2013-04-19 10:02:00.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr 15 19:14:29 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.1:
+  + pygi-convert.sh: Add GStreamer rules (bgo#697951).
+  + pygi-convert: Add rule for TreeModelFlags.
+  + Fix enum and flags marshaling type assumptions.
+  + Use g_strdup() consistently (bgo#696650).
+  + Fix stack corruption due to incorrect format for argument
+parser (bgo#696892).
+
+---
python3-gobject.changes: same change

Old:

  pygobject-3.8.0.tar.xz

New:

  pygobject-3.8.1.tar.xz



Other differences:
--
++ python-gobject.spec ++
--- /var/tmp/diff_new_pack.GWlwe6/_old  2013-04-19 10:02:01.0 +0200
+++ /var/tmp/diff_new_pack.GWlwe6/_new  2013-04-19 10:02:01.0 +0200
@@ -37,7 +37,7 @@
 Summary:Python bindings for GObject
 License:LGPL-2.1+
 Group:  Development/Libraries/Python
-Version:3.8.0
+Version:3.8.1
 Release:0
 Url:http://ftp.gnome.org/pub/GNOME/sources/pygobject/
 Source: 
http://download.gnome.org/sources/pygobject/3.8/%{_name}-%{version}.tar.xz

python3-gobject.spec: same change
++ pygobject-3.8.0.tar.xz - pygobject-3.8.1.tar.xz ++
 17766 lines of diff (skipped)

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



commit python-tornado for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2013-04-19 10:03:43

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


Package is python-tornado, Maintainer is radma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes
2013-04-07 14:26:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes   
2013-04-19 10:03:44.0 +0200
@@ -1,0 +2,21 @@
+Thu Apr 11 16:47:30 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 3.0.1:
+  - The interface of tornado.auth.FacebookGraphMixin is now
+consistent with its documentation and the rest of the module.
+The get_authenticated_user and facebook_request methods return
+a Future and the callback argument is optional.
+  - The tornado.testing.gen_test decorator will no longer be
+recognized as a (broken) test by nose.
+  - Work around a bug in Ubuntu 13.04 betas involving an
+incomplete backport of the ssl.match_hostname function.
+  - tornado.websocket.websocket_connect now fails cleanly when it
+attempts to connect to a non-websocket url.
+  - tornado.testing.LogTrapTestCase once again works with byte
+strings on Python 2.
+  - The request attribute of tornado.httpclient.HTTPResponse is
+now always an HTTPRequest, never a _RequestProxy.
+  - Exceptions raised by the tornado.gen module now have better
+messages when tuples are used as callback keys.
+
+---
python3-tornado.changes: same change

Old:

  tornado-3.0.tar.bz2

New:

  tornado-3.0.1.tar.bz2



Other differences:
--
++ python-tornado.spec ++
--- /var/tmp/diff_new_pack.bYgooh/_old  2013-04-19 10:03:45.0 +0200
+++ /var/tmp/diff_new_pack.bYgooh/_new  2013-04-19 10:03:45.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   python-tornado
-Version:3.0
+Version:3.0.1
 Release:0
 Url:http://www.tornadoweb.org
 Summary:Open source version of scalable, non-blocking web server that 
power FriendFeed

python3-tornado.spec: same change
++ tornado-3.0.tar.bz2 - tornado-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tornado-3.0/MANIFEST.in new/tornado-3.0.1/MANIFEST.in
--- old/tornado-3.0/MANIFEST.in 2013-03-29 02:38:33.0 +0100
+++ new/tornado-3.0.1/MANIFEST.in   2013-03-31 23:45:15.0 +0200
@@ -9,5 +9,6 @@
 include tornado/test/templates/utf8.html
 include tornado/test/test.crt
 include tornado/test/test.key
+include README.rst
 include runtests.sh
 global-exclude _auto2to3*
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tornado-3.0/PKG-INFO new/tornado-3.0.1/PKG-INFO
--- old/tornado-3.0/PKG-INFO2013-03-29 14:09:10.0 +0100
+++ new/tornado-3.0.1/PKG-INFO  2013-04-09 05:28:27.0 +0200
@@ -1,12 +1,128 @@
 Metadata-Version: 1.1
 Name: tornado
-Version: 3.0
+Version: 3.0.1
 Summary: Tornado is a Python web framework and asynchronous networking 
library, originally developed at FriendFeed.
 Home-page: http://www.tornadoweb.org/
 Author: Facebook
 Author-email: python-torn...@googlegroups.com
 License: http://www.apache.org/licenses/LICENSE-2.0
-Description: UNKNOWN
+Description: Tornado Web Server
+==
+
+`Tornado http://www.tornadoweb.org`_ is a Python web framework and
+asynchronous networking library, originally developed at `FriendFeed
+http://friendfeed.com`_.  By using non-blocking network I/O, Tornado
+can scale to tens of thousands of open connections, making it ideal for
+`long polling 
http://en.wikipedia.org/wiki/Push_technology#Long_polling`_,
+`WebSockets http://en.wikipedia.org/wiki/WebSocket`_, and other
+applications that require a long-lived connection to each user.
+
+
+Quick links
+---
+
+* `Documentation http://www.tornadoweb.org/en/stable/`_
+* `Source (github) https://github.com/facebook/tornado`_
+* `Mailing list http://groups.google.com/group/python-tornado`_
+* `Wiki https://github.com/facebook/tornado/wiki/Links`_
+
+Hello, world
+
+
+Here is a simple Hello, world example web app for Tornado::
+
+import tornado.ioloop
+import tornado.web
+
+class MainHandler(tornado.web.RequestHandler):
+def get(self):
+   

commit v8 for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:Factory checked in 
at 2013-04-19 10:03:51

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


Package is v8, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/v8/v8.changes2013-04-15 11:18:01.0 
+0200
+++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes   2013-04-19 
10:03:52.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 18 12:51:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.18.0:
+  l Enabled pretenuring of fast literals in high promotion mode.
+  + Removed preparser library; link preparser executable against
+full V8.
+  + Fixed set-up of intrinsic's 'constructor' properties.
+   (Chromium issue 229445)
+  + ES6 symbols: extended V8 API to support symbols (issue 2158).
+  + Removed ARM support for VFP2.
+
+---

Old:

  v8.3.17.16.0.tar.lzma

New:

  v8-3.18.0.tar.lzma



Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.Ct20p0/_old  2013-04-19 10:03:54.0 +0200
+++ /var/tmp/diff_new_pack.Ct20p0/_new  2013-04-19 10:03:54.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   v8
-Version:3.17.16.0
+Version:3.18.0
 Release:0
 Summary:JavaScript Engine
 License:BSD-3-Clause
 Group:  System/Libraries
 Url:http://code.google.com/p/v8
-Source0:%{name}.%{version}.tar.lzma
+Source0:%{name}-%{version}.tar.lzma
 BuildRequires:  gcc-c++
 BuildRequires:  lzma
 BuildRequires:  python-devel

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



commit wodim for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2013-04-19 10:04:12

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


Package is wodim, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2011-09-23 
12:50:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2013-04-19 
10:04:14.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 18 10:49:03 UTC 2013 - co...@suse.com
+
+- switch _service to localonly
+
+---
+Tue Apr  2 18:55:55 UTC 2013 - jeng...@inai.de
+
+- Dissolve Obsoletes cycle between cdrkit (source package wodim)
+  and cdrtools. Add proper Conflicts instead.
+- Use more robust make install call; kill redundant %clean section
+
+---

Old:

  _service:download_url:cdrkit-1.1.11.tar.gz

New:

  cdrkit-1.1.11.tar.gz



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.XSfGx4/_old  2013-04-19 10:04:15.0 +0200
+++ /var/tmp/diff_new_pack.XSfGx4/_new  2013-04-19 10:04:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wodim
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   wodim
 Version:1.1.11
-Release:2
+Release:0
 Summary:Tool for Writing CDRs
-
 License:GPL-2.0
-Url:http://cdrkit.org/
 Group:  Productivity/Multimedia/CD/Record
+
+Url:http://cdrkit.org/
 Source0:http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
 Source1:scan_scsi.linux
 Source2:cdinfo.c
@@ -50,8 +49,6 @@
 BuildRequires:  perl
 BuildRequires:  zlib-devel
 Requires:   permissions
-Provides:   cdrecord = %{version}
-Obsoletes:  cdrecord  %{version}
 Requires(post): permissions
 Requires(post): /bin/cp
 
@@ -60,26 +57,21 @@
 DVD media on a DVD-Recorder.
 
 %package -n cdrkit-devel-static
-License:GPL-2.0
 Summary:Tool for Writing CDRs - Files Mandatory for Development
 Group:  Development/Libraries/Other
-Provides:   cdrecord-devel = %{version}
-Provides:   cdrtools-devel = %{version}
 Provides:   wodim-devel = %{version}
-Obsoletes:  cdrecord-devel  %{version}
-Obsoletes:  cdrtools-devel  %{version}
 Obsoletes:  wodim-devel  %{version}
 
 %description -n cdrkit-devel-static
 This package contains cdrkit libraries mandatory for development.
 
 %package -n genisoimage
-License:GPL-2.0
 Summary:A Program for Creating CDs in Linux
 Group:  Productivity/Multimedia/CD/Record
 Recommends: zisofs-tools
-Provides:   mkisofs = %{version}
-Obsoletes:  mkisofs  %{version}
+# A handful of cdrtools programs, such as isovfy(1),
+# exist in genisoimage as well.
+Conflicts:  mkisofs
 
 %description -n genisoimage
 Genisoimage is a pre-mastering program that generates an iso9660
@@ -88,35 +80,35 @@
 that can be written to a block device.
 
 %package -n icedax
-License:GPL-2.0
 Summary:A CD-Audio Grabbing tool
 Group:  Productivity/Multimedia/CD/Grabbers
 Requires:   vorbis-tools
-Provides:   cdda2wav = %{version}
-Obsoletes:  cdda2wav  %{version}
+# A handful of cdrtools programs, such as cdda2ogg(1),
+# exist in icedax as well.
+Conflicts:  cdda2wav
 
 %description -n icedax
 The common CD-audio grabbing tool for Linux. The sources are now
 contained in the wodim source archive.
 
 %package -n cdrkit-cdrtools-compat
-License:GPL-2.0
 Summary:Tool for Writing CDRs - cdrtools Compatibility Package
 Group:  Productivity/Multimedia/CD/Record
 Requires:   genisoimage = %{version}-%{release}
 Requires:   icedax = %{version}-%{release}
 Requires:   wodim = %{version}-%{release}
+Conflicts:  cdda2wav
+Conflicts:  cdrecord
+Conflicts:  mkisofs
 
-%description -n 'cdrkit-cdrtools-compat'
-This package contains these compatibility symlinks:
+%description -n cdrkit-cdrtools-compat
+This package contains these symlinks:
 cdrecord - wodim
 mkisofs - genisoimage
 cdda2wav - icedax
-Install this package if you can't use the cdrkit programs directly.
+Install this package if you want to use the cdrkit programs
+using cdrtools program names.
 
-#Requires:   genisoimage = %%{version-%%{release}
-#Requires:   icedax = 

commit bijiben for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package bijiben for openSUSE:Factory checked 
in at 2013-04-19 10:47:51

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


Package is bijiben, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/bijiben/bijiben.changes  2013-04-07 
14:20:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.bijiben.new/bijiben.changes 2013-04-19 
10:47:52.0 +0200
@@ -1,0 +2,11 @@
+Sat Mar 30 15:22:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Updated translations.
+- Changes from version 3.7.92:
+  + Fixes on email sharing.
+  + Fix various regressions.
+  + Use consistently GPLv3+.
+  + Updated translations.
+
+---

Old:

  bijiben-3.7.91.tar.xz

New:

  bijiben-3.8.0.tar.xz



Other differences:
--
++ bijiben.spec ++
--- /var/tmp/diff_new_pack.Xg30EB/_old  2013-04-19 10:47:53.0 +0200
+++ /var/tmp/diff_new_pack.Xg30EB/_new  2013-04-19 10:47:53.0 +0200
@@ -16,13 +16,13 @@
 #
 
 Name:   bijiben
-Version:3.7.91
+Version:3.8.0
 Release:0
 License:GPL-3.0+
 Summary:Note editor for GNOME
 Url:https://live.gnome.org/Bijiben
 Group:  Productivity/Text/Editors
-Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/bijiben/3.7/bijiben-3.7.91.tar.xz
+Source: 
http://download.gnome.org/sources/bijiben/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
@@ -87,7 +87,6 @@
 %{_datadir}/%{name}/
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
-%{_libdir}/%{name}/
 
 %files lang -f %{name}.lang
 

++ bijiben-3.7.91.tar.xz - bijiben-3.8.0.tar.xz ++
 2494 lines of diff (skipped)

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



commit gnome-documents for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package gnome-documents for openSUSE:Factory 
checked in at 2013-04-19 10:48:04

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


Package is gnome-documents, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-documents/gnome-documents.changes  
2013-04-05 17:27:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-documents.new/gnome-documents.changes 
2013-04-19 10:48:07.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 13 21:27:19 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-documents-WebKit-3.0.patch: Specify that we need
+  WebKit 3.0 (for typelib dependencies).
+
+---

New:

  gnome-documents-WebKit-3.0.patch



Other differences:
--
++ gnome-documents.spec ++
--- /var/tmp/diff_new_pack.f01DsJ/_old  2013-04-19 10:48:08.0 +0200
+++ /var/tmp/diff_new_pack.f01DsJ/_new  2013-04-19 10:48:08.0 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Office/Other
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-documents/3.8/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-documents-WebKit-3.0.patch bgo#697967 
dims...@opensuse.org -- Specify that we need WebKit 3.0 (for typelib 
dependencies)
+Patch0: gnome-documents-WebKit-3.0.patch
 # For directory ownership
 BuildRequires:  gnome-shell
 BuildRequires:  intltool
@@ -71,6 +73,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ gnome-documents-WebKit-3.0.patch ++
From 3f28c2cb31e9801c6436bdae979910e2e4eb929f Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger dims...@opensuse.org
Date: Sat, 13 Apr 2013 23:25:08 +0200
Subject: [PATCH] main: specify import of WebKit 3.0

Knowing that this is a GTK+ 3.0 application, we are sure that we also
require WebKit 3.0;

Distributions with automatic dependency generation will profit from more
reliable deps.
---
 src/application.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/application.js b/src/application.js
index 83a984e..b9f6b82 100644
--- a/src/application.js
+++ b/src/application.js
@@ -32,6 +32,7 @@ imports.gi.versions.Tracker = '0.16';
 imports.gi.versions.TrackerMiner = '0.16';
 imports.gi.versions.EvinceDocument = '3.0';
 imports.gi.versions.Goa = '1.0';
+imports.gi.versions.WebKit = '3.0';
 
 const EvDoc = imports.gi.EvinceDocument;
 const GdPrivate = imports.gi.GdPrivate;
-- 
1.8.2.1

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



commit gnome-tweak-tool for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package gnome-tweak-tool for 
openSUSE:Factory checked in at 2013-04-19 10:53:46

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


Package is gnome-tweak-tool, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweak-tool/gnome-tweak-tool.changes
2013-04-02 20:27:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tweak-tool.new/gnome-tweak-tool.changes   
2013-04-19 10:53:47.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr  8 18:46:31 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Fix manual extension installation.
+  + Add tweak for window raise-on-click (bgo#696890)
+  + Don't crash if gnome-shell is not running/installed
+(bgo#696683)
+  + List extensions alphabetically (bgo#695170).
+  + Allow uninstalling / deleting extensions (bgo#695983).
+  + Show all XKB options except the ones in control center
+(bgo#691381)
+  + Fix g-t-t running in classic mode (bgo#694808).
+  + Updated translations.
+
+---

Old:

  gnome-tweak-tool-3.7.4.tar.xz

New:

  gnome-tweak-tool-3.8.0.tar.xz



Other differences:
--
++ gnome-tweak-tool.spec ++
--- /var/tmp/diff_new_pack.prFLTW/_old  2013-04-19 10:53:48.0 +0200
+++ /var/tmp/diff_new_pack.prFLTW/_new  2013-04-19 10:53:48.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-tweak-tool
-Version:3.7.4
+Version:3.8.0
 Release:0
 Summary:A tool to customize advanced GNOME 3 options
 License:GPL-3.0+
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/GnomeTweakTool
-Source0:
http://download.gnome.org/sources/gnome-tweak-tool/3.7/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gnome-tweak-tool/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 # Needed to have typelib() Requires
 BuildRequires:  gobject-introspection

++ gnome-tweak-tool-3.7.4.tar.xz - gnome-tweak-tool-3.8.0.tar.xz ++
 4585 lines of diff (skipped)

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



commit pilot-link for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package pilot-link for openSUSE:Factory 
checked in at 2013-04-19 10:55:02

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


Package is pilot-link, Maintainer is mhruse...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pilot-link/pilot-link.changes2011-11-22 
17:49:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.pilot-link.new/pilot-link.changes   
2013-04-19 10:55:04.0 +0200
@@ -1,0 +2,18 @@
+Thu Apr 18 09:27:29 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0 and GPL-2.0+ and LGPL-2.1+
+  There are GPL-2.0 (only) licenses in the packages. Assuming aggregation
+  as Fedora also use an aggregation license. Please double check.
+
+---
+Tue Apr 16 13:56:58 UTC 2013 - mhruse...@suse.com
+
+- patch to fix udev rules by Jean Delvare
+  pilot-link-0.12.5-udev-rules.patch
+
+---
+Fri Mar  1 10:31:10 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---

New:

  pilot-link-0.12.5-udev-rules.patch



Other differences:
--
++ pilot-link.spec ++
--- /var/tmp/diff_new_pack.0uCq7e/_old  2013-04-19 10:55:05.0 +0200
+++ /var/tmp/diff_new_pack.0uCq7e/_new  2013-04-19 10:55:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pilot-link
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   pilot-link
-BuildRequires:  bluez-devel gcc-c++ libpng-devel libtool libusb-devel 
pkg-config popt-devel python-devel readline-devel
+BuildRequires:  bluez-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libpng-devel
+BuildRequires:  libtool
+BuildRequires:  libusb-devel
+BuildRequires:  pkg-config
+BuildRequires:  popt-devel
+BuildRequires:  python-devel
+BuildRequires:  readline-devel
 Url:http://www.pilot-link.org/
-License:GPL-2.0+ ; LGPL-2.1+
-Group:  Hardware/Palm
 Version:0.12.5
-Release:10
+Release:0
 Obsoletes:  plink  %{version}
 Provides:   plink = %{version}
-AutoReqProv:on
 Summary:Pilot-Link Based Synchronization Development Header Files
+License:GPL-2.0 and GPL-2.0+ and LGPL-2.1+
+Group:  Hardware/Palm
 Source: http://downloads.pilot-link.org/%{name}-%{version}.tar.bz2
 Source1:10-usb-raw-pda.fdi
 Patch0: %{name}-gcc.patch
@@ -44,6 +49,7 @@
 Patch10:pilot-link-0.12.5-libpng-include.patch
 # PATCH-FIX-UPSTREAM pilot-link-0.12.5-perl514.patch idoen...@suse.de -- Fix 
compilation with Perl 5.14
 Patch11:pilot-link-0.12.5-perl514.patch
+Patch12:pilot-link-0.12.5-udev-rules.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,7 +71,6 @@
 Kenneth Albanowski kja...@kjahds.com
 
 %package -n libpisock9
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:Pilot-Link Library for Palm devices
 Group:  Hardware/Palm
 
@@ -80,7 +85,6 @@
 Kenneth Albanowski kja...@kjahds.com
 
 %package -n libpisock-devel
-License:GPL-2.0+ ; LGPL-2.1+
 Requires:   libpisock9 = %{version}
 Provides:   pilot-link-devel = %{version}
 Obsoletes:  pilot-link-devel  %{version}
@@ -95,7 +99,6 @@
 Kenneth Albanowski kja...@kjahds.com
 
 %package -n libpisync1
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:Pilot-Link based Synchronization Library for Palm devices
 Group:  Hardware/Palm
 
@@ -110,7 +113,6 @@
 Kenneth Albanowski kja...@kjahds.com
 
 %package -n libpisync-devel
-License:GPL-2.0+ ; LGPL-2.1+
 Requires:   libpisync1 = %{version}
 Summary:Pilot-Link based Synchronization Library for Palm devices
 Group:  Hardware/Palm
@@ -126,7 +128,6 @@
 Kenneth Albanowski kja...@kjahds.com
 
 %package -n python-pisock
-License:GPL-2.0+ ; LGPL-2.1+
 Requires:   python
 Summary:Pilot-Link Library for Palm devices - Python bindings
 Group:  Development/Libraries/Python
@@ -141,7 +142,6 @@
 Kenneth Albanowski kja...@kjahds.com
 
 %package -n perl-PDA-Pilot
-License:GPL-2.0+ ; LGPL-2.1+
 Requires:   perl = %{perl_version}
 Summary:Pilot-Link Library for Palm devices - Perl bindings
 

commit almanah for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package almanah for openSUSE:Factory checked 
in at 2013-04-19 15:23:05

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


Package is almanah, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/almanah/almanah.changes  2013-03-21 
10:36:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.almanah.new/almanah.changes 2013-04-19 
15:23:09.0 +0200
@@ -1,0 +2,22 @@
+Thu Apr 18 06:57:07 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.10.8:
+  + Main window redesign.
+  + Tagging support.
+  + Port to GMenu.
+  + Dropped the libedataserverui dependency and embed the
+ECellRendererColor and ESourceSelector widgets.
+  + Hide the title bar in maximized windows.
+  + Updated GtkSpell 3 support.
+  + Updated EDS dependency to 3.5.91.
+  + Bugs fixed: bgo#677209, bgo#680845.
+  + Updated translations.
+- Replace pkgconfig(gtkspell-3.0) BuildRequires with
+  pkgconfig(gtkspell3-3.0), following upstream.
+- Drop pkgconfig(libedataserverui-3.0) BuildRequires: no longer
+  needed.
+- Add -UE_CAL_DISABLE_DEPRECATED to CFLAGS, in order to allow
+  deprecated E_CAL functions.
+- Add almanah-includes.patch: include interface.h to fix build.
+
+---

Old:

  almanah-0.10.1.tar.xz

New:

  almanah-0.10.8.tar.xz
  almanah-includes.patch



Other differences:
--
++ almanah.spec ++
--- /var/tmp/diff_new_pack.yD70vO/_old  2013-04-19 15:23:21.0 +0200
+++ /var/tmp/diff_new_pack.yD70vO/_new  2013-04-19 15:23:21.0 +0200
@@ -17,13 +17,16 @@
 
 
 Name:   almanah
-Version:0.10.1
+Version:0.10.8
 Release:0
+# FIXME: Remove -UE_CAL_DISABLE_DEPRECATED from CFLAGS (bgo#698259)
 Summary:GTK+ application to allow you to keep a diary of your life
 License:GPL-3.0+
 Group:  Productivity/Office/Other
 Url:https://live.gnome.org/Almanah_Diary
 Source: 
http://download.gnome.org/sources/almanah/0.10/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM almanah-includes.patch bgo#698259 dims...@opensuse.org -- 
Add missing includes
+Patch0: almanah-includes.patch
 BuildRequires:  gpgme-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
@@ -32,11 +35,10 @@
 BuildRequires:  pkgconfig(atk)
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(cryptui-0.0)
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.3.20
-BuildRequires:  pkgconfig(gtkspell-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.5.6
+BuildRequires:  pkgconfig(gtkspell3-3.0)
 BuildRequires:  pkgconfig(libecal-1.2) = 3.5.91
 BuildRequires:  pkgconfig(libedataserver-1.2)
-BuildRequires:  pkgconfig(libedataserverui-3.0)
 Requires:   evolution-data-server
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,8 +55,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+export CFLAGS=%{optflags} -UE_CAL_DISABLE_DEPRECATED
 %configure --enable-encryption
 make %{?_smp_mflags}
 

++ almanah-0.10.1.tar.xz - almanah-0.10.8.tar.xz ++
 22822 lines of diff (skipped)

++ almanah-includes.patch ++
From ffbdf526c6966de07e83a6b3896d9c89562c7393 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger dims...@opensuse.org
Date: Thu, 18 Apr 2013 09:08:31 +0200
Subject: [PATCH] main: include interface.h

We make use of prototypes in this header (almanah_get_css_path).
---
 src/application.c |1 +
 1 file changed, 1 insertion(+)

diff --git a/src/application.c b/src/application.c
index 45aa2bc..0d1f02e 100644
--- a/src/application.c
+++ b/src/application.c
@@ -31,6 +31,7 @@
 #include printing.h
 #include search-dialog.h
 #include storage-manager.h
+#include interface.h
 
 static void constructed (GObject *object);
 static void dispose (GObject *object);
-- 
1.7.10.4

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



commit banshee for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2013-04-19 15:23:28

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2013-03-01 
07:12:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2013-04-19 
15:23:30.0 +0200
@@ -1,0 +2,14 @@
+Wed Apr 17 08:49:31 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.6.1:
+  + Dap.MassStorage: add product id for (WebOS) Palm Pre 2
+(bgo#697683).
+  + DatabaseImportManager: Add .amr to import whitelist.
+  + Bugs fixed: bgo#689123, bgo#696700, bgo#696877, bgo#692374,
+bgo#696111, bgo#658142, bgo#684089, bgo#689016, bgo#691694,
+bgo#661902, bgo#688540, bgo#639947, bgo#685920, bgo#685131,
+bgo#679769.
+  + Updated translations.
+- Drop banshee-avoid-dbus-race.patch: fixed upstream.
+
+---

Old:

  banshee-2.6.0.tar.xz
  banshee-avoid-dbus-race.patch

New:

  banshee-2.6.1.tar.xz



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.F06DJl/_old  2013-04-19 15:23:37.0 +0200
+++ /var/tmp/diff_new_pack.F06DJl/_new  2013-04-19 15:23:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   banshee
-Version:2.6.0
+Version:2.6.1
 Release:0
 Summary:A media playback and management application
 License:MIT
@@ -28,8 +28,6 @@
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM banshee-dmcs-before-gmcs.patch bnc#798267 
dims...@opensuse.org -- Favor dmcs over gmcs... Fixes issues with mono 3.0. 
Taken from git
 Patch0: banshee-dmcs-before-gmcs.patch
-# PATCH-FIX-UPSTREAM banshee-avoid-dbus-race.patch bnc#800230 bgo#692374 
h...@opensuse.org -- Fixes random crashes with new D-Bus.
-Patch1: banshee-avoid-dbus-race.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
@@ -267,7 +265,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 translation-update-upstream po banshee
 
 %build

++ banshee-2.6.0.tar.xz - banshee-2.6.1.tar.xz ++
 22722 lines of diff (skipped)

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



commit cherrytree for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package cherrytree for openSUSE:Factory 
checked in at 2013-04-19 15:27:59

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


Package is cherrytree, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cherrytree/cherrytree.changes2012-12-14 
06:35:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.cherrytree.new/cherrytree.changes   
2013-04-19 15:28:06.0 +0200
@@ -1,0 +2,44 @@
+Tue Apr 16 17:19:55 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.29.4:
+  + The color chooser palette keeps now memory of the latest 20
+colors used.
+  + In the export to plain text of the rich text nodes, codeboxes
+and tables are also included.
+  + Fixed a couple of minor bugs.
+- Changes from version 0.29.3:
+  + Bugfix: problem of file paths with non ascii characters.
+  + Bugfix: unwanted expanding of nodes when adding child node.
+  + Bugfix: window position not restored in xfce window manager
+after hide() and show().
+  + Bugfixes in print to pdf.
+  + Bugfixes in pasting tables from web pages to rich text nodes.
+  + Several icons were changed adding a border to make them visible
+in dark themes.
+  + The latest palette for foreground and background is restored in
+new sessions.
+- Changes from version 0.29.2:
+  + Bugfix: scrollbar position not restored when going back to an
+already visited node.
+  + Bugfix: on windows os error when using filenames including non
+latin characters.
+  + Added back support for pygtk versions  2.22 (broken in 0.29
+and 0.29.1).
+- Changes from version 0.29.1:
+  + Updated Chinese, Spanish and German languages.
+  + Added limit of recent documents to 10.
+  + Added back support for python versions  2.7 (broken in 0.29).
+- Changes from version 0.29:
+  + Several bugs fixed.
+  + When running cherrytree from command line it is possible to
+indicate a node name to focus as argument (cherrytree filepath
+-n nodename).
+  + Added shortcut to toggle focus between tree and text (Ctrl+J).
+  + Updated several icons related to text formatting to have an
+unique style/theme for all of them.
+  + Added the preferences option to collapse all nodes when loading
+the tree (now there are the options to expand all, collapse all
+or restore from latest session).
+  + Added import from zim.
+
+---

Old:

  cherrytree-0.28.5.tar.xz

New:

  cherrytree-0.29.4.tar.xz



Other differences:
--
++ cherrytree.spec ++
--- /var/tmp/diff_new_pack.UGiVUY/_old  2013-04-19 15:28:17.0 +0200
+++ /var/tmp/diff_new_pack.UGiVUY/_new  2013-04-19 15:28:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cherrytree
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   cherrytree
-Version:0.28.5
+Version:0.29.4
 Release:0
 Summary:A hierarchical note taking application
 License:GPL-2.0+
@@ -89,7 +89,7 @@
 
 %files
 %defattr(-,root,root)
-%doc changelog license
+%doc changelog.txt license.txt
 %{_bindir}/cherrytree
 %{_datadir}/applications/cherrytree.desktop
 %{_datadir}/cherrytree/

++ cherrytree-0.28.5.tar.xz - cherrytree-0.29.4.tar.xz ++
 70929 lines of diff (skipped)

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



commit cim-schema for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package cim-schema for openSUSE:Factory 
checked in at 2013-04-19 15:30:16

Comparing /work/SRC/openSUSE:Factory/cim-schema (Old)
 and  /work/SRC/openSUSE:Factory/.cim-schema.new (New)


Package is cim-schema, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cim-schema/cim-schema.changes2013-02-20 
17:39:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.cim-schema.new/cim-schema.changes   
2013-04-19 15:30:20.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 12 07:52:41 UTC 2013 - kkae...@suse.com
+
+- Upgraded to version 2.36.0
+  http://dmtf.org/sites/default/files/cim/cim_schema_v2360/releasenotes.html
+  http://dmtf.org/sites/default/files/cim/cim_schema_v2351/releasenotes.html
+
+---

Old:

  cim_schema_2.35.0Final-MOFs.zip

New:

  cim_schema_2.36.0Final-MOFs.zip



Other differences:
--
++ cim-schema.spec ++
--- /var/tmp/diff_new_pack.9O7A9s/_old  2013-04-19 15:30:57.0 +0200
+++ /var/tmp/diff_new_pack.9O7A9s/_new  2013-04-19 15:30:57.0 +0200
@@ -23,7 +23,7 @@
 Summary:Common Information Model (CIM) Schema
 License:SUSE-DMTF
 Group:  System/Management
-Version:2.35.0
+Version:2.36.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://www.dmtf.org/sites/default/files/cim/cim_schema_v2350/cim_schema_%{version}Final-MOFs.zip

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



commit collectl for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package collectl for openSUSE:Factory 
checked in at 2013-04-19 15:30:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/collectl/collectl.changes2011-09-23 
01:53:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.collectl.new/collectl.changes   2013-04-19 
15:30:57.0 +0200
@@ -1,0 +2,10 @@
+Tue Mar  5 05:55:17 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---
+Wed Dec  5 21:46:00 UTC 2012 - tabra...@suse.com
+
+- bug-793027.patch: fix for collectl init script (bnc #793027)
+
+---

New:

  bug-793027.patch



Other differences:
--
++ collectl.spec ++
--- /var/tmp/diff_new_pack.773dAp/_old  2013-04-19 15:31:38.0 +0200
+++ /var/tmp/diff_new_pack.773dAp/_new  2013-04-19 15:31:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package collectl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
 #
 
 
-
 Name:   collectl
 Summary:Collects data that describes the current system status
-License:Artistic-1.0 ; GPL-2.0+
-Url:http://collectl.sourceforge.net
+License:Artistic-1.0 and GPL-2.0+
 Group:  System/Monitoring
+Url:http://collectl.sourceforge.net
 Version:3.4.3
-Release:1
+Release:0
 Source: %name-%version.src.tar.bz2
+Patch1: bug-793027.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -35,6 +35,7 @@
 
 %prep
 %setup -q 
+%patch1 -p1
 
 %build
 

++ bug-793027.patch ++
--- collectl-3.4.3.orig/initd/collectl-suse 2010-09-08 08:43:00.0 
-0400
+++ collectl-3.4.3/initd/collectl-suse  2012-12-05 14:19:27.863130943 -0500
@@ -21,7 +21,10 @@
 #to read format.
 ### END INIT INFO
 
-COLLECTL=/usr/bin/collectl
+[ -r /etc/rc.status ]  . /etc/rc.status
+rc_reset
+
+COLLECTL=/usr/sbin/collectl
 if [ ! -f $COLLECTL ]; then
 echo -n Cannot find $COLLECTL
 rc_status -s
@@ -56,9 +59,6 @@
 PROCNAME=$PNAME
 PIDFILE=/var/run/$PNAME.pid
 
-[ -r /etc/rc.status ]  . /etc/rc.status
-rc_reset
-
 # If a pidfile, make sure it's not stale and if it is, collectl not running
 if [ -f $PIDFILE ]; then
 pid=`cat $PIDFILE`
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gbrainy for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package gbrainy for openSUSE:Factory checked 
in at 2013-04-19 15:30:46

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gbrainy/gbrainy.changes  2013-01-14 
09:40:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.gbrainy.new/gbrainy.changes 2013-04-19 
15:31:39.0 +0200
@@ -1,0 +2,13 @@
+Wed Apr 17 11:26:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.2.0:
+  + New games: 3 new logic games, 2 calculation games and 17 new
+verbal analogies.
+  + Improved the graphics of 10 puzzles.
+  + More mouse support in some old puzzles.
+  + Sound support.
+  + 3 bug fixes.
+- Add pkgconfig(libcanberra-gtk) BuildRequires: dependency for the
+  new sound support.
+
+---

Old:

  gbrainy-2.1.5.tar.gz

New:

  gbrainy-2.2.0.tar.gz



Other differences:
--
++ gbrainy.spec ++
--- /var/tmp/diff_new_pack.ABNdRc/_old  2013-04-19 15:31:42.0 +0200
+++ /var/tmp/diff_new_pack.ABNdRc/_new  2013-04-19 15:31:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gbrainy
-Version:2.1.5
+Version:2.2.0
 Release:0
 Summary:A brain teaser game and trainer
 License:GPL-2.0+
@@ -36,6 +36,7 @@
 BuildRequires:  mono-addins
 BuildRequires:  mono-devel
 BuildRequires:  translation-update-upstream
+BuildRequires:  pkgconfig(libcanberra-gtk) = 0.26
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %if 0%{?suse_version}

++ gbrainy-2.1.5.tar.gz - gbrainy-2.2.0.tar.gz ++
 69086 lines of diff (skipped)

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



commit gobby for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package gobby for openSUSE:Factory checked 
in at 2013-04-19 15:34:21

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gobby/gobby.changes  2013-04-19 
09:58:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.gobby.new/gobby.changes 2013-04-19 
15:34:23.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 19 08:28:51 UTC 2013 - dims...@opensuse.org
+
+- Add gobby-gtksourceview38.patch: Fix build with gtksourceview 3.8
+  that changed to single header includes.
+
+---

New:

  gobby-gtksourceview38.patch



Other differences:
--
++ gobby.spec ++
--- /var/tmp/diff_new_pack.J0ZFgw/_old  2013-04-19 15:35:42.0 +0200
+++ /var/tmp/diff_new_pack.J0ZFgw/_new  2013-04-19 15:35:42.0 +0200
@@ -45,6 +45,8 @@
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gobby-glibmm-2_31.patch 
http://gobby.0x539.de/trac/attachment/ticket/585/ dims...@opensuse.org -- Fix 
build with glibmm 2.31.
 Patch0: gobby-glibmm-2_31.patch
+# PATCH-FIX-UPSTREAM gobby-gtksourceview38.patch dims...@opensuse.org -- Fix 
build with gtksourceview 3.8
+Patch1: gobby-gtksourceview38.patch
 Url:http://gobby.0x539.de/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): update-alternatives
@@ -69,6 +71,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure \

++ gobby-gtksourceview38.patch ++
Index: gobby-0.4.94/code/core/folder.hpp
===
--- gobby-0.4.94.orig/code/core/folder.hpp
+++ gobby-0.4.94/code/core/folder.hpp
@@ -28,7 +28,7 @@
 #include gtkmm.h
 #include sigc++/signal.h
 
-#include gtksourceview/gtksourcelanguagemanager.h
+#include gtksourceview/gtksource.h
 
 namespace Gobby
 {
Index: gobby-0.4.94/code/core/header.hpp
===
--- gobby-0.4.94.orig/code/core/header.hpp
+++ gobby-0.4.94/code/core/header.hpp
@@ -28,7 +28,7 @@
 #include gtkmm/menubar.h
 #include gtkmm/toolbar.h
 
-#include gtksourceview/gtksourcelanguagemanager.h
+#include gtksourceview/gtksource.h
 
 #include preferences.hpp
 
Index: gobby-0.4.94/code/core/noteplugin.cpp
===
--- gobby-0.4.94.orig/code/core/noteplugin.cpp
+++ gobby-0.4.94/code/core/noteplugin.cpp
@@ -25,7 +25,7 @@
 #include libinfinity/common/inf-session.h
 #include libinfinity/common/inf-io.h
 
-#include gtksourceview/gtksourcebuffer.h
+#include gtksourceview/gtksource.h
 
 namespace
 {
Index: gobby-0.4.94/code/core/preferences.hpp
===
--- gobby-0.4.94.orig/code/core/preferences.hpp
+++ gobby-0.4.94/code/core/preferences.hpp
@@ -23,8 +23,7 @@
 
 #include features.hpp
 
-#include gtksourceview/gtksourceview.h
-#include gtksourceview/gtksourcestyleschememanager.h
+#include gtksourceview/gtksource.h
 
 #include gtkmm.h
 
Index: gobby-0.4.94/code/core/textsessionview.hpp
===
--- gobby-0.4.94.orig/code/core/textsessionview.hpp
+++ gobby-0.4.94/code/core/textsessionview.hpp
@@ -25,9 +25,7 @@
 
 #include gtkmm/tooltip.h
 
-#include gtksourceview/gtksourceview.h
-#include gtksourceview/gtksourcelanguagemanager.h
-#include gtksourceview/gtksourcelanguage.h
+#include gtksourceview/gtksource.h
 
 #include libinftextgtk/inf-text-gtk-view.h
 #include libinftextgtk/inf-text-gtk-viewport.h
Index: gobby-0.4.94/code/dialogs/preferences-dialog.cpp
===
--- gobby-0.4.94.orig/code/dialogs/preferences-dialog.cpp
+++ gobby-0.4.94/code/dialogs/preferences-dialog.cpp
@@ -26,7 +26,7 @@
 #include gtkmm/stock.h
 #include stdexcept
 
-#include gtksourceview/gtksourcestyleschememanager.h
+#include gtksourceview/gtksource.h
 
 namespace
 {
Index: gobby-0.4.94/code/operations/operation-open.cpp
===
--- gobby-0.4.94.orig/code/operations/operation-open.cpp
+++ gobby-0.4.94/code/operations/operation-open.cpp
@@ -22,7 +22,7 @@
 #include util/i18n.hpp
 
 #include libinftextgtk/inf-text-gtk-buffer.h
-#include gtksourceview/gtksourcebuffer.h
+#include gtksourceview/gtksource.h
 
 #include cerrno
 #include cstring // memmove. Is there some C++ replacement for this?
Index: gobby-0.4.94/code/util/gtk-compat.hpp
===
--- 

commit gthumb for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory checked 
in at 2013-04-19 15:40:28

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes2013-03-30 
14:57:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes   2013-04-19 
15:40:32.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 16 17:13:38 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.2.1:
+  + Facebook: fixed authentication.
+  + Slideshow: fixed audio playback.
+  + Filter-bar: fixed the spin button width for the file size
+control.
+  + Bookmarks: fixed ability to modify the bookmarks.
+  + Image viewer: allow to use button 2 to drag the image.
+  + Fixed unrecognized configure option --disable-libjson-glib
+(bgo#696783).
+
+---

Old:

  gthumb-3.2.0.tar.xz

New:

  gthumb-3.2.1.tar.xz



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.YneMG8/_old  2013-04-19 15:40:50.0 +0200
+++ /var/tmp/diff_new_pack.YneMG8/_new  2013-04-19 15:40:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gthumb
-Version:3.2.0
+Version:3.2.1
 Release:0
 # FIXME: Add libchamplain BuildRequires once the map feature is considered 
stable.
 Summary:An Image Viewer and Browser for GNOME

++ gthumb-3.2.0.tar.xz - gthumb-3.2.1.tar.xz ++
 2109 lines of diff (skipped)

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



commit libwpd for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libwpd for openSUSE:Factory checked 
in at 2013-04-19 15:41:55

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


Package is libwpd, Maintainer is pmla...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libwpd/libwpd.changes2012-10-03 
08:04:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwpd.new/libwpd.changes   2013-04-19 
15:41:58.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr 19 08:57:55 CEST 2013 - fridrich.st...@suse.com
+
+- upgrade to version 0.9.7:
+  - Added MPL 2.0+ as license
+  - Improvement of OLE stream classes
+- remove integrated patch
+
+---

Old:

  libwpd-0.9.6-zipstream.patch
  libwpd-0.9.6.tar.bz2

New:

  libwpd-0.9.7.tar.xz



Other differences:
--
++ libwpd.spec ++
--- /var/tmp/diff_new_pack.F19GuI/_old  2013-04-19 15:42:01.0 +0200
+++ /var/tmp/diff_new_pack.F19GuI/_new  2013-04-19 15:42:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libwpd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,14 +21,14 @@
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
+BuildRequires:  xz
 BuildRequires:  zlib-devel
-Version:0.9.6
+Version:0.9.7
 Release:0
 Summary:Library for Importing WordPerfect (tm) Documents
-License:LGPL-2.1+
+License:LGPL-2.1+ and MPL-2.0+
 Group:  Productivity/Publishing/Word
-Source: libwpd-%{version}.tar.bz2
-Patch0: libwpd-0.9.6-zipstream.patch
+Source: libwpd-%{version}.tar.xz
 Url:http://libwpd.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -82,7 +82,6 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .zipstream
 
 %build
 export CXXFLAGS=%optflags -fvisibility-inlines-hidden
@@ -118,7 +117,8 @@
 %{_bindir}/*
 %doc %dir %{_docdir}/%{name}
 %doc ChangeLog
-%doc COPYING
+%doc COPYING.LGPL
+%doc COPYING.MPL
 %doc CREDITS
 %doc NEWS
 %doc TODO

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



commit libwpg for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libwpg for openSUSE:Factory checked 
in at 2013-04-19 15:44:32

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


Package is libwpg, Maintainer is mhruse...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libwpg/libwpg.changes2013-04-17 
23:05:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwpg.new/libwpg.changes   2013-04-19 
15:44:35.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr 19 07:07:14 UTC 2013 - fridrich.st...@suse.com
+
+- Upgrade to upstream 0.2.1
+  - Add MPL 2.0+ as license under which libwpg is distributed
+  - Numerous coverity fixes
+- Remove integrated patch
+
+---

Old:

  libwpg-0.2.1.tar.bz2
  libwpg-nodatetime.patch

New:

  libwpg-0.2.2.tar.xz



Other differences:
--
++ libwpg.spec ++
--- /var/tmp/diff_new_pack.5AAyMa/_old  2013-04-19 15:44:48.0 +0200
+++ /var/tmp/diff_new_pack.5AAyMa/_new  2013-04-19 15:44:48.0 +0200
@@ -27,15 +27,15 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libwpd-devel = 0.9.0
 BuildRequires:  pkgconfig
+BuildRequires:  xz
 Summary:Library to read and parse graphics in WordPerfect Graphics 
format
-License:LGPL-2.1+
+License:LGPL-2.1+ and MPL-2.0+
 Group:  Productivity/Publishing/Word
-Version:0.2.1
+Version:0.2.2
 Release:0
 Url:http://libwpg.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch0: libwpg-nodatetime.patch
 
 %description
 libwpg is a C++ library to read and parse graphics in WPG (WordPerfect
@@ -88,7 +88,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 export CXXFLAGS=%optflags -fvisibility-inlines-hidden
@@ -100,7 +99,7 @@
 rm $RPM_BUILD_ROOT%_libdir/*.la
 # documentation
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
-cp -p AUTHORS COPYING ChangeLog $RPM_BUILD_ROOT%{_docdir}/%{name}
+cp -p AUTHORS COPYING.LGPL COPYING.MPL ChangeLog 
$RPM_BUILD_ROOT%{_docdir}/%{name}
 
 %post -n %libname -p /sbin/ldconfig
 

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



commit libwps for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libwps for openSUSE:Factory checked 
in at 2013-04-19 15:45:19

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


Package is libwps, Maintainer is mhruse...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libwps/libwps.changes2012-09-14 
12:29:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwps.new/libwps.changes   2013-04-19 
15:45:22.0 +0200
@@ -1,0 +2,16 @@
+Fri Apr 19 10:14:42 UTC 2013 - fridrich.st...@suse.com
+
+- update to 0.2.8
+  - Add MPL 2.0+ as license
+  - Miscellaneous coverity fixes
+  - Add support of text frames and pictures
+  - Improvements in table code
+  - Read the page orientation
+
+---
+Tue Nov  6 12:00:35 UTC 2012 - tchva...@suse.com
+
+- update to 0.2.7
+  - Disable werror explicitely
+
+---

Old:

  libwps-0.2.6.tar.xz

New:

  libwps-0.2.8.tar.xz



Other differences:
--
++ libwps.spec ++
--- /var/tmp/diff_new_pack.GZbIf2/_old  2013-04-19 15:45:26.0 +0200
+++ /var/tmp/diff_new_pack.GZbIf2/_new  2013-04-19 15:45:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libwps
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,9 +24,9 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 Summary:Library for importing the Microsoft Works word processor file 
format
-License:LGPL-2.1+
+License:LGPL-2.1+ and MPL-2.0+
 Group:  Productivity/Publishing/Word
-Version:0.2.6
+Version:0.2.8
 Release:0
 Url:http://libwps.sourceforge.net/
 Source: libwps-%{version}.tar.xz
@@ -72,7 +72,10 @@
 %setup -q
 
 %build
-%configure --disable-static --docdir=%_docdir/%name
+%configure \
+   --disable-werror \
+   --disable-static \
+   --docdir=%_docdir/%name
 make %{?_smp_mflags}
 
 %install
@@ -98,6 +101,6 @@
 %defattr(-,root,root)
 %{_bindir}/*
 %doc %dir %{_docdir}/%{name}
-%doc ChangeLog COPYING CREDITS NEWS
+%doc ChangeLog COPYING.LGPL COPYING.MPL CREDITS NEWS
 
 %changelog

++ libwps-0.2.6.tar.xz - libwps-0.2.8.tar.xz ++
 60807 lines of diff (skipped)

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



commit obs-service-format_spec_file for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2013-04-19 15:45:30

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


Package is obs-service-format_spec_file, Maintainer is adr...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
2013-03-08 11:20:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2013-04-19 15:45:37.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 19 07:50:56 UTC 2013 - co...@suse.com
+
+- adding SUSE-Beerware
+
+---



Other differences:
--
++ licenses_changes.txt ++
--- /var/tmp/diff_new_pack.DYTWBV/_old  2013-04-19 15:45:50.0 +0200
+++ /var/tmp/diff_new_pack.DYTWBV/_new  2013-04-19 15:45:50.0 +0200
@@ -13,6 +13,8 @@
 AFL-2.1AFL-2.1
 AFL-3.0+   AFL-3.0+
 AFL-3.0AFL-3.0
+AGPL-1.0+  AGPL-1.0+
+AGPL-1.0   AGPL-1.0
 AGPL-3.0   Affero GPL
 AGPL-3.0+  AGPL-3.0+
 AGPL-3.0   AGPL-3.0
@@ -34,6 +36,7 @@
 Apache-2.0 Apache-2.0
 Apache-2.0 Apache License
 Apache-2.0 Apache License 2.0
+Apache-2.0 Apache License Version 2.0
 Apache-2.0 Apache License, Version 2.0
 Apache-2.0 Apache Software License
 Apache-2.0 Apache Software License ..
@@ -200,8 +203,12 @@
 CPL-1.0CPL 1.0 ...
 CPL-1.0CPL-1.0
 CPL-1.0CPL (Common Public License) v1
+CPOL-1.02+ CPOL-1.02+
+CPOL-1.02  CPOL-1.02
 CUA-OPL-1.0+   CUA-OPL-1.0+
 CUA-OPL-1.0CUA-OPL-1.0
+D-FSL-1.0+ D-FSL-1.0+
+D-FSL-1.0  D-FSL-1.0
 ECL-1.0+   ECL-1.0+
 ECL-1.0ECL-1.0
 ECL-2.0+   ECL-2.0+
@@ -542,6 +549,8 @@
 QPL-1.0QPL-1.0
 RHeCos-1.1+RHeCos-1.1+
 RHeCos-1.1 RHeCos-1.1
+RPL-1.1+   RPL-1.1+
+RPL-1.1RPL-1.1
 RPL-1.5+   RPL-1.5+
 RPL-1.5RPL-1.5
 RPSL-1.0+  RPSL-1.0+
@@ -574,6 +583,8 @@
 SugarCRM-1.1.3 SugarCRM-1.1.3
 SUSE-Arphichttp://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE
 SUSE-Arphic+   SUSE-Arphic+
+SUSE-Beerware  Beerware License like 
http://en.wikipedia.org/wiki/Beerware#License
+SUSE-Beerware+ SUSE-Beerware+
 SUSE-Bitstream-Verahttp://www.xfree86.org/current/LICENSE13.html
 SUSE-Bitstream-Vera+   SUSE-Bitstream-Vera+
 SUSE-BSD-3-Clause-with-non-nuclear-additionBSD-3-Clause with addition 
which clarifies the software is not licensed for use in design, build or 
operation of nuclear facility

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



commit rsyslog for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2013-04-19 15:46:42

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


Package is rsyslog, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2013-04-02 
20:43:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2013-04-19 
15:46:45.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr 16 08:49:49 UTC 2013 - m...@suse.de
+
+- Fixed service file to pass $RSYSLOGD_PARAMS to rsyslogd again.
+
+---
+Sun Apr 14 06:35:09 UTC 2013 - crrodrig...@opensuse.org
+
+- Fix systemd units to do exactly what is documented as 
+ required -- http://www.freedesktop.org/wiki/Software/systemd/syslog
+ In particular, it must not mess with the ordering of syslog.target
+ this is done by removing the custom unit and adapting the upstream
+ one with openSUSE additions (rsyslog-unit.patch)
+
+---

Old:

  rsyslog.service.in.in

New:

  rsyslog-unit.patch



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.q6cncn/_old  2013-04-19 15:46:57.0 +0200
+++ /var/tmp/diff_new_pack.q6cncn/_new  2013-04-19 15:46:57.0 +0200
@@ -153,7 +153,8 @@
 Source2:rsyslog.conf.in
 Source4:rsyslog.d.remote.conf.in
 Source5:rsyslog-service-prepare.in
-Source6:rsyslog.service.in.in
+# PATCH-FIX-OPENSUSE rsyslog-unit.patch crrodrig...@opensuse.org Customize 
upstream systemd unit for openSUSE needs.
+Patch0: rsyslog-unit.patch
 
 %description
 Rsyslog is an enhanced multi-threaded syslogd supporting, among others,
@@ -407,9 +408,10 @@
 
 %prep
 %setup -q -n %{name}-%{upstream_version}
+%patch0 -p1
 #
 %if %{with systemd}
-for file in rsyslog-service-prepare rsyslog.service.in ; do
+for file in rsyslog-service-prepare; do
sed \
-e 's;RUN_DIR;%{rsyslog_rundir};g' \
-e 's;ADDITIONAL_SOCKETS;%{rsyslog_sockets_cfg};g' \

++ rsyslog-unit.patch ++
--- rsyslog-7.2.5/rsyslog.service.in
+++ rsyslog-7.2.5/rsyslog.service.in2013/04/16 08:48:30
@@ -1,9 +1,16 @@
 [Unit]
 Description=System Logging Service
+Requires=var-run.mount
+Requires=syslog.socket
+After=var-run.mount
+Conflicts=syslog-ng.service syslogd.service
 
 [Service]
-ExecStart=@sbindir@/rsyslogd -n
-Sockets=syslog.socket
+Environment=RSYSLOGD_PARAMS=
+ExecStartPre=@sbindir@/rsyslog-service-prepare
+EnvironmentFile=-/etc/sysconfig/syslog
+ExecStart=@sbindir@/rsyslogd -n $RSYSLOGD_PARAMS
+ExecReload=/bin/kill -HUP $MAINPID
 StandardOutput=null
 
 [Install]
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit spice-gtk for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package spice-gtk for openSUSE:Factory 
checked in at 2013-04-19 15:50:35

Comparing /work/SRC/openSUSE:Factory/spice-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.spice-gtk.new (New)


Package is spice-gtk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/spice-gtk/spice-gtk.changes  2013-03-24 
21:51:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.spice-gtk.new/spice-gtk.changes 2013-04-19 
15:50:39.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 12 08:28:36 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.19:
+  + snappy has been renamed to spicy-screenshot.
+  + Several file-xfer fixes and improvements.
+  + Many win32 and USB redirection related fixes.
+  + Compile and work again with RHEL6 and older glib releases.
+  + misc fixes and improvements.
+
+---

Old:

  spice-gtk-0.18.tar.bz2

New:

  spice-gtk-0.19.tar.bz2



Other differences:
--
++ spice-gtk.spec ++
--- /var/tmp/diff_new_pack.MXlfJc/_old  2013-04-19 15:50:47.0 +0200
+++ /var/tmp/diff_new_pack.MXlfJc/_new  2013-04-19 15:50:47.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   spice-gtk
-Version:0.18
+Version:0.19
 Release:0
 # FIXME: /usr/bin/spice-client-glib-usb-acl-helper should be installed u+s, 
see bnc#744251.
 Summary:Gtk client and libraries for SPICE remote desktop servers
@@ -209,8 +209,8 @@
 %files
 %defattr(-,root,root)
 %doc README COPYING
-%{_bindir}/snappy
 %{_bindir}/spicy
+%{_bindir}/spicy-screenshot
 %{_bindir}/spicy-stats
 # Remove the attr(755) once bnc#744251 has been fixed.
 %attr(755,root,root) %{_bindir}/spice-client-glib-usb-acl-helper

++ spice-gtk-0.18.tar.bz2 - spice-gtk-0.19.tar.bz2 ++
 12825 lines of diff (skipped)

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



commit wodim for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2013-04-19 17:25:19

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


Package is wodim, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2013-04-19 
10:04:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2013-04-19 
17:25:25.0 +0200
@@ -2,12 +1,0 @@
-Thu Apr 18 10:49:03 UTC 2013 - co...@suse.com
-
-- switch _service to localonly
-

-Tue Apr  2 18:55:55 UTC 2013 - jeng...@inai.de
-
-- Dissolve Obsoletes cycle between cdrkit (source package wodim)
-  and cdrtools. Add proper Conflicts instead.
-- Use more robust make install call; kill redundant %clean section
-


Old:

  cdrkit-1.1.11.tar.gz

New:

  _service:download_url:cdrkit-1.1.11.tar.gz



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.RFM1Hq/_old  2013-04-19 17:25:27.0 +0200
+++ /var/tmp/diff_new_pack.RFM1Hq/_new  2013-04-19 17:25:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wodim
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,14 +16,15 @@
 #
 
 
+
 Name:   wodim
 Version:1.1.11
-Release:0
+Release:2
 Summary:Tool for Writing CDRs
-License:GPL-2.0
-Group:  Productivity/Multimedia/CD/Record
 
+License:GPL-2.0
 Url:http://cdrkit.org/
+Group:  Productivity/Multimedia/CD/Record
 Source0:http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
 Source1:scan_scsi.linux
 Source2:cdinfo.c
@@ -49,6 +50,8 @@
 BuildRequires:  perl
 BuildRequires:  zlib-devel
 Requires:   permissions
+Provides:   cdrecord = %{version}
+Obsoletes:  cdrecord  %{version}
 Requires(post): permissions
 Requires(post): /bin/cp
 
@@ -57,21 +60,26 @@
 DVD media on a DVD-Recorder.
 
 %package -n cdrkit-devel-static
+License:GPL-2.0
 Summary:Tool for Writing CDRs - Files Mandatory for Development
 Group:  Development/Libraries/Other
+Provides:   cdrecord-devel = %{version}
+Provides:   cdrtools-devel = %{version}
 Provides:   wodim-devel = %{version}
+Obsoletes:  cdrecord-devel  %{version}
+Obsoletes:  cdrtools-devel  %{version}
 Obsoletes:  wodim-devel  %{version}
 
 %description -n cdrkit-devel-static
 This package contains cdrkit libraries mandatory for development.
 
 %package -n genisoimage
+License:GPL-2.0
 Summary:A Program for Creating CDs in Linux
 Group:  Productivity/Multimedia/CD/Record
 Recommends: zisofs-tools
-# A handful of cdrtools programs, such as isovfy(1),
-# exist in genisoimage as well.
-Conflicts:  mkisofs
+Provides:   mkisofs = %{version}
+Obsoletes:  mkisofs  %{version}
 
 %description -n genisoimage
 Genisoimage is a pre-mastering program that generates an iso9660
@@ -80,35 +88,35 @@
 that can be written to a block device.
 
 %package -n icedax
+License:GPL-2.0
 Summary:A CD-Audio Grabbing tool
 Group:  Productivity/Multimedia/CD/Grabbers
 Requires:   vorbis-tools
-# A handful of cdrtools programs, such as cdda2ogg(1),
-# exist in icedax as well.
-Conflicts:  cdda2wav
+Provides:   cdda2wav = %{version}
+Obsoletes:  cdda2wav  %{version}
 
 %description -n icedax
 The common CD-audio grabbing tool for Linux. The sources are now
 contained in the wodim source archive.
 
 %package -n cdrkit-cdrtools-compat
+License:GPL-2.0
 Summary:Tool for Writing CDRs - cdrtools Compatibility Package
 Group:  Productivity/Multimedia/CD/Record
 Requires:   genisoimage = %{version}-%{release}
 Requires:   icedax = %{version}-%{release}
 Requires:   wodim = %{version}-%{release}
-Conflicts:  cdda2wav
-Conflicts:  cdrecord
-Conflicts:  mkisofs
 
-%description -n cdrkit-cdrtools-compat
-This package contains these symlinks:
+%description -n 'cdrkit-cdrtools-compat'
+This package contains these compatibility symlinks:
 cdrecord - wodim
 mkisofs - genisoimage
 cdda2wav - icedax
-Install this package if you want to use the cdrkit programs
-using cdrtools program names.
+Install this package if you can't use the cdrkit programs directly.
 
+#Requires:   genisoimage =