commit armadillo for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2013-04-20 17:40:28

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


Package is armadillo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2013-03-26 
11:53:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2013-04-20 
17:40:31.0 +0200
@@ -1,0 +2,12 @@
+Fri Apr 19 13:43:45 UTC 2013 - badshah...@gmail.com
+
+- Update to version 3.810.0 (Newell Highway):
+  + Added fast Fourier transform: fft()
+  + Added handling of .imbue() and .transform() by submatrices and
+subcubes
+  + Added batch insertion constructors for sparse matrices
+  + Minor fix for multiplication of complex sparse matrices
+  + Better detection of recent Intel MKL versions during
+installation.
+
+---

Old:

  armadillo-3.800.2.tar.gz

New:

  armadillo-3.810.0.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.VMVLKj/_old  2013-04-20 17:40:34.0 +0200
+++ /var/tmp/diff_new_pack.VMVLKj/_new  2013-04-20 17:40:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   armadillo
-Version:3.800.2
+Version:3.810.0
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-3.800.2.tar.gz - armadillo-3.810.0.tar.gz ++
 2113 lines of diff (skipped)

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



commit balsa for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package balsa for openSUSE:Factory checked 
in at 2013-04-20 17:40:39

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


Package is balsa, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/balsa/balsa.changes  2013-02-28 
07:06:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.balsa.new/balsa.changes 2013-04-20 
17:40:40.0 +0200
@@ -1,0 +2,17 @@
+Sat Apr  6 19:24:25 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.5.0:
+  + Making gtk3 build the official one.
+- Rework BuildRequires for the large rewrite/port to GTK3:
+  + Removed: pkgconfig(gconf-2.0), pkgconfig(gmime-2.4),
+pkgconfig(gnome-keyring-1), pkgconfig(gtk+-2.0),
+pkgconfig(gtksourceview-2.0), pkgconfig(gtkspell-2.0),
+pkgconfig(libbonobo-2.0), pkgconfig(libcanberra-gtk),
+pkgconfig(libgnome-2.0), pkgconfig(libgnomeui-2.0),
+pkgconfig(webkit-1.0)
+  + Added: pkgconfig(gtk+-3.0), pkgconfig(gtksourceview-3.0),
+pkgconfig(gtkspell3-3.0), pkgconfig(libcanberra-gtk3),
+pkgconfig(libsecret-1), pkgconfig(webkitgtk-3.0).
+- Add balsa-gtksourceview.patch: Fix build with gtksourceview 3.8.
+
+---

Old:

  balsa-2.4.14.tar.bz2

New:

  balsa-2.5.0.tar.bz2
  balsa-gtksourceview.patch



Other differences:
--
++ balsa.spec ++
--- /var/tmp/diff_new_pack.IhXvfB/_old  2013-04-20 17:40:42.0 +0200
+++ /var/tmp/diff_new_pack.IhXvfB/_new  2013-04-20 17:40:42.0 +0200
@@ -19,13 +19,15 @@
 Name:   balsa
 %define TOUCHSCREEN_OPTIMIZATION %(echo %{name} | grep -qv touchscreen ; echo 
$?)
 %define base_name balsa
-Version:2.4.14
+Version:2.5.0
 Release:0
 Summary:The GNOME Mail Program
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Clients
 Url:http://pawsa.fedorapeople.org/balsa/
 Source: http://pawsa.fedorapeople.org/balsa/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM balsa-gtksourceview.patch bgo#697454 dims...@opensuse.org 
-- Fix includes of gtksourceview headers
+Patch0: balsa-gtksourceview.patch
 BuildRequires:  compface
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
@@ -38,27 +40,19 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(gconf-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
-%if 0%{?suse_version}  1210
+BuildRequires:  pkgconfig(glib-2.0) = 2.27.0
 BuildRequires:  pkgconfig(gmime-2.6)
-%else
-BuildRequires:  pkgconfig(gmime-2.4)
-%endif
-BuildRequires:  pkgconfig(gnome-keyring-1)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtksourceview-2.0)
-BuildRequires:  pkgconfig(gtkspell-2.0)
-BuildRequires:  pkgconfig(libbonobo-2.0)
-BuildRequires:  pkgconfig(libcanberra-gtk)
-BuildRequires:  pkgconfig(libgnome-2.0)
-BuildRequires:  pkgconfig(libgnomeui-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtksourceview-3.0)
+BuildRequires:  pkgconfig(gtkspell3-3.0)
+BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libnm-glib)
 BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(unique-1.0)
-BuildRequires:  pkgconfig(webkit-1.0)
+BuildRequires:  pkgconfig(webkitgtk-3.0)
 Recommends: %{base_name}-lang
 %if %{name} != %{base_name}
 Conflicts:  %{base_name}
@@ -80,6 +74,7 @@
 
 %prep
 %setup -q -n %{base_name}-%{version}
+%patch0 -p1
 translation-update-upstream
 
 %build
@@ -148,10 +143,11 @@
 %{_datadir}/applications/*.desktop
 %{_datadir}/balsa/
 %{_datadir}/icons/hicolor/48x48/mimetypes/*.png
-%{_datadir}/idl/Balsa.idl
 %{_datadir}/pixmaps/*.png
 %{_datadir}/sounds/balsa
 %doc %{_mandir}/man1/balsa.1*
+%dir %{_sysconfdir}/sound
+%dir %{_sysconfdir}/sound/events
 %config %{_sysconfdir}/sound/events/*.soundlist
 
 %if %BUILD_LANG

++ balsa-2.4.14.tar.bz2 - balsa-2.5.0.tar.bz2 ++
 194982 lines of diff (skipped)

++ balsa-gtksourceview.patch ++
Index: balsa-2.5.0/src/sendmsg-window.c
===
--- balsa-2.5.0.orig/src/sendmsg-window.c
+++ balsa-2.5.0/src/sendmsg-window.c
@@ -78,6 +78,7 @@
 #endif  /* HAVE_GTKSPELL */
 #if HAVE_GTKSOURCEVIEW
 #include gtksourceview/gtksourceview.h
+#include gtksourceview/gtksourcebuffer.h
 #endif  /* HAVE_GTKSOURCEVIEW */
 
 #define GNOME_MIME_BUG_WORKAROUND 1
-- 
To unsubscribe, e-mail: 

commit bash-completion for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package bash-completion for openSUSE:Factory 
checked in at 2013-04-20 17:40:51

Comparing /work/SRC/openSUSE:Factory/bash-completion (Old)
 and  /work/SRC/openSUSE:Factory/.bash-completion.new (New)


Package is bash-completion, Maintainer is mkoe...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/bash-completion/bash-completion.changes  
2012-07-21 12:27:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.bash-completion.new/bash-completion.changes 
2013-04-20 17:40:53.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 19 17:11:24 UTC 2013 - fcro...@suse.com
+
+- Do no ship udevadm completion file, it is now part of systemd
+  package.
+
+---



Other differences:
--
++ bash-completion.spec ++
--- /var/tmp/diff_new_pack.gS92iK/_old  2013-04-20 17:40:55.0 +0200
+++ /var/tmp/diff_new_pack.gS92iK/_new  2013-04-20 17:40:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bash-completion
 #
-# 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
@@ -44,6 +44,9 @@
 %install
 %make_install
 
+# shipping in latest systemd now
+rm -f $RPM_BUILD_ROOT/%{_datadir}/bash-completion/completions/udevadm
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README

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



commit cantor for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2013-04-20 17:41:03

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


Package is cantor, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cantor/cantor.changes2013-04-18 
10:13:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.cantor.new/cantor.changes   2013-04-20 
17:41:05.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 20 12:19:17 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added R-base BuildRequires for = 13.1
+
+---



Other differences:
--
++ cantor.spec ++
--- /var/tmp/diff_new_pack.wPp2LG/_old  2013-04-20 17:41:06.0 +0200
+++ /var/tmp/diff_new_pack.wPp2LG/_new  2013-04-20 17:41:06.0 +0200
@@ -28,6 +28,9 @@
 Source0:%{name}-%{version}.tar.xz
 Patch0: %{name}-bko296546.patch
 BuildRequires:  R-base-devel
+%if 0%{?suse_version}  1230
+BuildRequires:  R-base
+%endif
 BuildRequires:  analitza-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-fortran

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



commit drwright for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package drwright for openSUSE:Factory 
checked in at 2013-04-20 17:41:27

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


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

Changes:

--- /work/SRC/openSUSE:Factory/drwright/drwright.changes2012-10-18 
15:54:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.drwright.new/drwright.changes   2013-04-20 
17:41:28.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 19 22:29:42 UTC 2013 - dims...@opensuse.org
+
+- Add drwright-gsd38.patch: Fix build with gnome-settings-daemon.
+- Add pkgconfig(xscrnsaver): dependency bringing in the required
+  headers.
+
+---

New:

  drwright-gsd38.patch



Other differences:
--
++ drwright.spec ++
--- /var/tmp/diff_new_pack.T5zjb5/_old  2013-04-20 17:41:30.0 +0200
+++ /var/tmp/diff_new_pack.T5zjb5/_new  2013-04-20 17:41:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package drwright
 #
-# 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
@@ -26,6 +26,8 @@
 Source: 
http://download.gnome.org/sources/drwright/3.5/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM drwright-gnome36.patch dims...@opensuse.org -- Fix build 
with gnome-settings-daemon = 3.5.91.
 Patch0: drwright-gnome36.patch
+# PATCH-FIX-UPSTREAM drwright-gsd38.patch bgo#698413 dims...@opensuse.org -- 
Fix build with gnome-settings-daemon = 3.7.3
+Patch1: drwright-gsd38.patch
 # For directory ownership
 BuildRequires:  gnome-control-center
 BuildRequires:  intltool
@@ -37,11 +39,12 @@
 BuildRequires:  pkgconfig(gdk-x11-3.0)
 BuildRequires:  pkgconfig(gio-2.0) = 2.31.13
 BuildRequires:  pkgconfig(glib-2.0) = 2.31.13
-BuildRequires:  pkgconfig(gnome-settings-daemon) = 3.5.91
+BuildRequires:  pkgconfig(gnome-settings-daemon) = 3.7.3
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0.0
 BuildRequires:  pkgconfig(libcanberra-gtk3) = 0
 BuildRequires:  pkgconfig(libnotify) = 0.7
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xscrnsaver)
 # For the g-c-c panel
 Requires:   gnome-control-center
 # For the g-s-d plugin
@@ -58,6 +61,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-static
@@ -84,6 +88,8 @@
 %doc AUTHORS ChangeLog COPYING NEWS
 %dir %{_libexecdir}/drwright
 %{_libexecdir}/drwright/gnome-typing-monitor
+%dir %{_libdir}/control-center-1
+%dir %{_libdir}/control-center-1/panels
 %{_libdir}/control-center-1/panels/libdrwrightccp.so
 %{_libdir}/gnome-settings-daemon-3.0/libtyping-break.so
 %{_libdir}/gnome-settings-daemon-3.0/typing-break.gnome-settings-plugin

++ drwright-gsd38.patch ++
From 75d3053882dafbf1eb8ccc1df2085d32e453ac37 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger dims...@opensuse.org
Date: Sat, 20 Apr 2013 00:02:11 +0200
Subject: [PATCH] Adapt to and require gnome-settings-daemon 3.7.3

https://bugzilla.gnome.org/show_bug.cgi?id=698413
---
 configure.in  |  2 +-
 src/Makefile.am   |  1 -
 src/gsd-typing-break-plugin.c | 77 ++-
 src/gsd-typing-break-plugin.h | 59 -
 4 files changed, 3 insertions(+), 136 deletions(-)
 delete mode 100644 src/gsd-typing-break-plugin.h

diff --git a/configure.in b/configure.in
index 16f7cc4..6b6c5a7 100644
--- a/configure.in
+++ b/configure.in
@@ -48,7 +48,7 @@ GDK_PIXBUF_REQUIRED=2.25.3
 GTK_REQUIRED=3.0.0
 LIBCANBERRA_REQUIRED=0
 LIBNOTIFY_REQUIRED=0.7
-GSD_REQUIRED=3.5.91
+GSD_REQUIRED=3.7.3
 
 # 
 # Typing Break
diff --git a/src/Makefile.am b/src/Makefile.am
index 49ca76a..f8e09f2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -73,7 +73,6 @@ gsd_plugin_LTLIBRARIES = \
$(NULL)
 
 libtyping_break_la_SOURCES =   \
-   gsd-typing-break-plugin.h   \
gsd-typing-break-plugin.c   \
gsd-typing-break-manager.h  \
gsd-typing-break-manager.c  \
diff --git a/src/gsd-typing-break-plugin.c b/src/gsd-typing-break-plugin.c
index 8150331..2cee4f3 100644
--- a/src/gsd-typing-break-plugin.c
+++ b/src/gsd-typing-break-plugin.c
@@ -23,81 +23,8 @@
 #include glib/gi18n-lib.h
 #include gmodule.h
 
-#include gsd-typing-break-plugin.h
+#include gnome-settings-daemon/gnome-settings-plugin.h
 #include gsd-typing-break-manager.h
 
-struct GsdTypingBreakPluginPrivate {
-GsdTypingBreakManager *manager;
-};

commit gnome-screenshot for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package gnome-screenshot for 
openSUSE:Factory checked in at 2013-04-20 17:41:38

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


Package is gnome-screenshot, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-screenshot/gnome-screenshot.changes
2013-04-09 07:07:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-screenshot.new/gnome-screenshot.changes   
2013-04-20 17:41:42.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 15 22:03:11 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.1:
+  + Fix keyboard focus in interactive dialog.
+  + Updated translations.
+
+---

Old:

  gnome-screenshot-3.8.0.tar.xz

New:

  gnome-screenshot-3.8.1.tar.xz



Other differences:
--
++ gnome-screenshot.spec ++
--- /var/tmp/diff_new_pack.fnVWxc/_old  2013-04-20 17:41:43.0 +0200
+++ /var/tmp/diff_new_pack.fnVWxc/_new  2013-04-20 17:41:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-screenshot
-Version:3.8.0
+Version:3.8.1
 Release:0
 Summary:Utility to take pictures of your screen
 License:GPL-2.0+

++ gnome-screenshot-3.8.0.tar.xz - gnome-screenshot-3.8.1.tar.xz ++
 4068 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-screenshot-3.8.0/NEWS new/gnome-screenshot-3.8.1/NEWS
--- old/gnome-screenshot-3.8.0/NEWS 2013-03-25 16:06:16.0 +0100
+++ new/gnome-screenshot-3.8.1/NEWS 2013-04-15 23:19:03.0 +0200
@@ -1,3 +1,9 @@
+GNOME Screenshot 3.8.1 - 15th April 2013
+
+
+- Fix keyboard focus in interactive dialog (Robin Stocker)
+- Translation updates
+
 GNOME Screenshot 3.8.0 - 25th March 2013
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-screenshot-3.8.0/compile new/gnome-screenshot-3.8.1/compile
--- old/gnome-screenshot-3.8.0/compile  2013-01-23 16:29:19.0 +0100
+++ new/gnome-screenshot-3.8.1/compile  2013-04-15 23:20:00.0 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2012-03-05.13; # UTC
+scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2012 Free Software Foundation, Inc.
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
 # Written by Tom Tromey tro...@cygnus.com.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -112,6 +112,11 @@
   lib=$dir/$lib.lib
   break
 fi
+if test -f $dir/lib$lib.a; then
+  found=yes
+  lib=$dir/lib$lib.a
+  break
+fi
   done
   IFS=$save_IFS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-screenshot-3.8.0/configure.ac new/gnome-screenshot-3.8.1/configure.ac
--- old/gnome-screenshot-3.8.0/configure.ac 2013-03-25 16:06:16.0 
+0100
+++ new/gnome-screenshot-3.8.1/configure.ac 2013-04-15 23:19:09.0 
+0200
@@ -1,6 +1,6 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ(2.63)
-AC_INIT([gnome-screenshot],[3.8.0],[],[gnome-screenshot])
+AC_INIT([gnome-screenshot],[3.8.1],[],[gnome-screenshot])
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-screenshot-3.8.0/missing new/gnome-screenshot-3.8.1/missing
--- old/gnome-screenshot-3.8.0/missing  2013-01-23 16:29:19.0 +0100
+++ new/gnome-screenshot-3.8.1/missing  2013-04-15 23:20:00.0 +0200
@@ -1,10 +1,10 @@
 #! /bin/sh
-# Common stub for a few missing GNU programs while installing.

commit gparted for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package gparted for openSUSE:Factory checked 
in at 2013-04-20 17:42:05

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


Package is gparted, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gparted/gparted.changes  2013-03-24 
21:36:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.gparted.new/gparted.changes 2013-04-20 
17:42:06.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 16 18:30:06 UTC 2013 - dims...@opensuse.org
+
+- Drop obsolete BuildRequires: gconfmm-devel, glibmm2-devel and
+  libglademm-devel.
+
+---



Other differences:
--
++ gparted.spec ++
--- /var/tmp/diff_new_pack.xEpoSU/_old  2013-04-20 17:42:07.0 +0200
+++ /var/tmp/diff_new_pack.xEpoSU/_new  2013-04-20 17:42:07.0 +0200
@@ -28,12 +28,9 @@
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gconfmm-devel
-BuildRequires:  glibmm2-devel
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gtkmm2-devel = 2.22.0
 BuildRequires:  intltool
-BuildRequires:  libglademm-devel
 BuildRequires:  parted-devel
 BuildRequires:  perl-XML-Parser
 BuildRequires:  polkit


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



commit grub2 for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2013-04-20 17:42:26

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


Package is grub2, Maintainer is mch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2013-04-07 
14:22:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2013-04-20 
17:42:29.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 13 08:48:52 UTC 2013 - arvidj...@gmail.com
+
+- BuildRequires: help2man to generate man pages and package them too
+
+---



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.Tvs2IQ/_old  2013-04-20 17:42:32.0 +0200
+++ /var/tmp/diff_new_pack.Tvs2IQ/_new  2013-04-20 17:42:32.0 +0200
@@ -37,6 +37,7 @@
 %if 0%{?suse_version} = 1140
 BuildRequires:  gnu-unifont
 %endif
+BuildRequires:  help2man
 BuildRequires:  xz
 %if 0%{?suse_version} = 1210
 BuildRequires:  makeinfo
@@ -588,6 +589,28 @@
 %{_datadir}/%{name}/grub-mkconfig_lib
 %{_infodir}/grub-dev.info*
 %{_infodir}/%{name}.info*
+%{_mandir}/man1/%{name}-editenv.1.*
+%{_mandir}/man1/%{name}-fstest.1.*
+%{_mandir}/man1/%{name}-kbdcomp.1.*
+%{_mandir}/man1/%{name}-menulst2cfg.1.*
+%{_mandir}/man1/%{name}-mkfont.1.*
+%{_mandir}/man1/%{name}-mkimage.1.*
+%{_mandir}/man1/%{name}-mklayout.1.*
+%{_mandir}/man1/%{name}-mkpasswd-pbkdf2.1.*
+%{_mandir}/man1/%{name}-mkrelpath.1.*
+%{_mandir}/man1/%{name}-mkrescue.1.*
+%{_mandir}/man1/%{name}-mkstandalone.1.*
+%{_mandir}/man1/%{name}-mount.1.*
+%{_mandir}/man1/%{name}-script-check.1.*
+%{_mandir}/man8/%{name}-bios-setup.8.*
+%{_mandir}/man8/%{name}-install.8.*
+%{_mandir}/man8/%{name}-mkconfig.8.*
+%{_mandir}/man8/%{name}-mknetdir.8.*
+%{_mandir}/man8/%{name}-ofpathname.8.*
+%{_mandir}/man8/%{name}-probe.8.*
+%{_mandir}/man8/%{name}-reboot.8.*
+%{_mandir}/man8/%{name}-set-default.8.*
+%{_mandir}/man8/%{name}-sparc64-setup.8.*
 
 %if ! 0%{?only_efi:1}
 

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



commit ibus-gjs for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package ibus-gjs for openSUSE:Factory 
checked in at 2013-04-20 17:44:21

Comparing /work/SRC/openSUSE:Factory/ibus-gjs (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-gjs.new (New)


Package is ibus-gjs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ibus-gjs/ibus-gjs.changes2012-06-12 
21:58:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-gjs.new/ibus-gjs.changes   2013-04-20 
17:44:22.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 19 09:54:56 UTC 2013 - co...@suse.com
+
+- fix license
+
+---



Other differences:
--
++ ibus-gjs.spec ++
--- /var/tmp/diff_new_pack.2JF6rT/_old  2013-04-20 17:44:23.0 +0200
+++ /var/tmp/diff_new_pack.2JF6rT/_new  2013-04-20 17:44:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-gjs
 #
-# 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
@@ -20,13 +20,13 @@
 
 Name:   ibus-gjs
 Version:3.2.1.2028
-Release:1
+Release:0
 Summary:GNOME-Shell GJS Plugin for IBus
-License:LGPLv2+
+License:LGPL-2.1+
 Group:  System/I18n/Chinese
-URL:http://code.google.com/p/ibus/
+Url:http://code.google.com/p/ibus/
 Source0:%{name}-%{version}.tar.gz
-BuildRoot:  %{_topdir}/%{name}-%{version}-root
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gjs
 BuildRequires:  gnome-shell
 BuildRequires:  ibus-devel = %{ibus_version}

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



commit ilmbase for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package ilmbase for openSUSE:Factory checked 
in at 2013-04-20 17:44:30

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


Package is ilmbase, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ilmbase/ilmbase.changes  2013-04-02 
11:53:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ilmbase.new/ilmbase.changes 2013-04-20 
17:44:32.0 +0200
@@ -1,0 +2,17 @@
+Fri Apr 12 13:06:11 UTC 2013 - mvysko...@suse.com
+
+- update to 2.0.0
+  * Bumped version to track OpenEXR
+(Piotr Stanczyk)
+  * Numerous minor fixes, missing includes etc
+  * Minor fixes for newer gcc versions and OS X.
+(misc)
+  * Preparation for OpenEXR v2 release { remove message for final release }
+(Piotr Stanczyk)
+  * Updated the so verison to 10
+(Piotr Stanczyk)
+- obsoletes
+  * 0001-Correcting-for-incorrect-license-section.patch
+  * ilmbase-1.0.3-ucontext-i386.patch
+
+---

Old:

  0001-Correcting-for-incorrect-license-section.patch
  ilmbase-1.0.3-ucontext-i386.patch
  ilmbase-1.0.3.tar.gz

New:

  ilmbase-2.0.0.tar.gz



Other differences:
--
++ ilmbase.spec ++
--- /var/tmp/diff_new_pack.pgQURm/_old  2013-04-20 17:44:34.0 +0200
+++ /var/tmp/diff_new_pack.pgQURm/_new  2013-04-20 17:44:34.0 +0200
@@ -16,25 +16,22 @@
 #
 
 
+%global so_suffix -2_0-10
+
 Name:   ilmbase
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 Summary:Base library for ILM software (OpenEXR)
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:1.0.3
+Version:2.0.0
 Release:0
 Url:http://www.openexr.com
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
https://github.com/downloads/openexr/openexr/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
-#PATCH-FIX-UPSTREAM: bnc#774408, proprietary license
-#https://github.com/openexr/openexr/commit/301c13f7d9129e6e0d99e8f572de5fbc3d5bf8e3
-Patch0: 0001-Correcting-for-incorrect-license-section.patch
-#PATCH-FIX-OPENSUSE: allow 32bit build
-Patch1: ilmbase-1.0.3-ucontext-i386.patch
-Patch2: arm-build.diff
-Patch3: fix-i586.patch
+Patch0: arm-build.diff
+Patch1: fix-i586.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -60,11 +57,11 @@
 * Iex is an exception-handling library.
 
 %package devel
-Requires:   libHalf7
-Requires:   libIex7
-Requires:   libIexMath7
-Requires:   libIlmThread7
-Requires:   libImath7
+Requires:   libHalf10
+Requires:   libIex%{so_suffix}
+Requires:   libIexMath%{so_suffix}
+Requires:   libIlmThread%{so_suffix}
+Requires:   libImath%{so_suffix}
 Requires:   libstdc++-devel
 Summary:Base library for ILM software (OpenEXR)
 License:BSD-3-Clause and GPL-2.0+
@@ -90,92 +87,90 @@
 %_libdir/libIexMath.so
 %_libdir/pkgconfig/IlmBase.pc
 
-%package -n libHalf7
+%package -n libHalf10
 Summary:Base library for ILM software (OpenEXR)
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 
-%description -n libHalf7
+%description -n libHalf10
 %{summary}.
 
-%post -n libHalf7 -p /sbin/ldconfig
+%post -n libHalf10 -p /sbin/ldconfig
 
-%postun -n libHalf7 -p /sbin/ldconfig
+%postun -n libHalf10 -p /sbin/ldconfig
 
-%files -n libHalf7
+%files -n libHalf10
 %defattr(-,root,root,-)
 %{_libdir}/libHalf.so.*
 
-%package -n libIexMath7
+%package -n libIexMath%{so_suffix}
 Summary:Base library for ILM software (OpenEXR)
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 
-%description -n libIexMath7
+%description -n libIexMath%{so_suffix}
 %{summary}.
 
-%post -n libIexMath7 -p /sbin/ldconfig
+%post -n libIexMath%{so_suffix} -p /sbin/ldconfig
 
-%postun -n libIexMath7 -p /sbin/ldconfig
+%postun -n libIexMath%{so_suffix} -p /sbin/ldconfig
 
-%files -n libIexMath7
+%files -n libIexMath%{so_suffix}
 %defattr(-,root,root,-)
-%{_libdir}/libIexMath.so.*
+%{_libdir}/libIexMath*.so.*
 
-%package -n libIex7
+%package -n libIex%{so_suffix}
 Summary:Base library for ILM software (OpenEXR)
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 
-%description -n libIex7
+%description -n libIex%{so_suffix}
 %{summary}.
 
-%post -n libIex7 -p /sbin/ldconfig
+%post -n libIex%{so_suffix} -p /sbin/ldconfig
 
-%postun -n libIex7 -p /sbin/ldconfig
+%postun -n libIex%{so_suffix} -p /sbin/ldconfig
 
-%files -n libIex7
+%files -n libIex%{so_suffix}
 %defattr(-,root,root,-)
-%{_libdir}/libIex.so.*

commit libdrm for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2013-04-20 17:44:48

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


Package is libdrm, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2013-03-28 
13:17:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2013-04-20 
17:44:49.0 +0200
@@ -1,0 +2,22 @@
+Fri Apr 19 14:43:02 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.4.44:
+  New release for radeonsi tiling support
+  + drm: Fix error message in drmWaitVBlank
+  + intel-decode: Fix gen6 HIER_DEPTH_BUFFER decoding
+  + radeon: update radeon_drm.h to kernel last API additions v2
+  + radeon: add si tiling support v5
+  + intel: Fix Haswell CRW PCI IDs.
+  + kms: Make libkms.h usable in C++
+  + kms: Return a negative error code in kms_bo_create()
+  + Remove unused header xf86mm.h.
+  + makefiles: Add missing headers.
+  + freedreno: add shifted reloc
+  + modetest: Fix pitches, somewhat
+  + modetest: Add support for all 16/32 bpp RGB formats
+  + modetest: Print possible_crtcs for planes
+  + modetest: Reduce the length of the connector type string
+  + modetest: Pass format_info to fill_tiles functions
+  + modetest: Add YUV420 support and fix YVU420 Cb/Cr ordering
+
+---

Old:

  libdrm-2.4.43.tar.bz2

New:

  libdrm-2.4.44.tar.bz2



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.suUDqh/_old  2013-04-20 17:44:53.0 +0200
+++ /var/tmp/diff_new_pack.suUDqh/_new  2013-04-20 17:44:53.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libdrm
 Url:http://dri.freedesktop.org/
-Version:2.4.43
+Version:2.4.44
 Release:0
 Provides:   libdrm23 = %{version}
 Obsoletes:  libdrm23  %{version}

++ libdrm-2.4.43.tar.bz2 - libdrm-2.4.44.tar.bz2 ++
 13063 lines of diff (skipped)

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



commit libplist for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package libplist for openSUSE:Factory 
checked in at 2013-04-20 17:46:15

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


Package is libplist, Maintainer is sts...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libplist/libplist.changes2012-08-31 
09:37:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libplist.new/libplist.changes   2013-04-20 
17:46:16.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 12:54:38 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ libplist.spec ++
--- /var/tmp/diff_new_pack.O60966/_old  2013-04-20 17:46:17.0 +0200
+++ /var/tmp/diff_new_pack.O60966/_new  2013-04-20 17:46:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libplist
 #
-# 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
@@ -23,7 +23,7 @@
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://cgit.sukimashita.com/libplist.git
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://cgit.sukimashita.com/libplist.git/snapshot/%{name}-%{version}.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libxml2-devel

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



commit libSOIL for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package libSOIL for openSUSE:Factory checked 
in at 2013-04-20 17:46:55

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


Package is libSOIL, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libSOIL/libSOIL.changes  2013-04-05 
07:36:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libSOIL.new/libSOIL.changes 2013-04-20 
17:46:56.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 19 09:26:50 UTC 2013 - idon...@suse.com
+
+- Re-zip the source to remove spaces from the directory name 
+
+---



Other differences:
--
++ libSOIL.spec ++
--- /var/tmp/diff_new_pack.Sqm1Ge/_old  2013-04-20 17:46:58.0 +0200
+++ /var/tmp/diff_new_pack.Sqm1Ge/_new  2013-04-20 17:46:58.0 +0200
@@ -25,10 +25,10 @@
 License:SUSE-Public-Domain and MIT
 Group:  System/Libraries
 Url:http://lonesock.net/soil.html
-
-Source: http://www.lonesock.net/files/soil.zip
+#Source:http://www.lonesock.net/files/soil.zip
+Source: soil.zip
 Patch0: %{name}-makefile.patch
-BuildRoot: %_tmppath/%name-%version-build
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
 BuildRequires:  unzip
 
@@ -57,7 +57,7 @@
 Headers and libraries to program against %{name}
 
 %prep
-%setup -q -n Simple\ OpenGL\ Image\ Library
+%setup -q -n soil
 %patch0
 
 %build

++ soil.zip ++
Files /var/tmp/diff_new_pack.Sqm1Ge/_old and /var/tmp/diff_new_pack.Sqm1Ge/_new 
differ

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



commit libxml2 for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:Factory checked 
in at 2013-04-20 17:49:22

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


Package is libxml2, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libxml2/libxml2.changes  2013-03-22 
11:56:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.libxml2.new/libxml2.changes 2013-04-20 
17:49:24.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 18 14:07:49 UTC 2013 - vci...@suse.com
+
+- fix for CVE-2013-1969 (bnc#815665)
+  * libxml2-CVE-2013-1969.patch
+
+---

New:

  libxml2-CVE-2013-1969.patch



Other differences:
--
++ libxml2.spec ++
--- /var/tmp/diff_new_pack.8fzHuX/_old  2013-04-20 17:49:26.0 +0200
+++ /var/tmp/diff_new_pack.8fzHuX/_new  2013-04-20 17:49:26.0 +0200
@@ -32,6 +32,7 @@
 # PATCH-FIX-UPSTREAM CVE-2012-5134 (bnc#793334)
 Patch1: libxml2-2.9.0-CVE-2012-5134.patch
 Patch4: 
libxml2-CVE-2013-0338-Detect-excessive-entities-expansion-upon-replacement.patch
+Patch5: libxml2-CVE-2013-1969.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
@@ -128,6 +129,7 @@
 %patch0
 %patch1 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %configure --disable-static \

++ libxml2-CVE-2013-1969.patch ++
From de0cc20c29cb3f056062925395e0f68d2250a46f Mon Sep 17 00:00:00 2001
From: Daniel Veillard veill...@redhat.com
Date: Tue, 12 Feb 2013 08:55:34 +
Subject: Fix some buffer conversion issues

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

Buffer overflow errors originating from xmlBufGetInputBase in 2.9.0
The pointers from the context input were not properly reset after
that call which can do reallocations.
---
diff --git a/HTMLparser.c b/HTMLparser.c
index a533f37..6b83654 100644
--- a/HTMLparser.c
+++ b/HTMLparser.c
@@ -6054,6 +6054,8 @@ htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, 
int size,
if ((in-encoder != NULL)  (in-buffer != NULL) 
(in-raw != NULL)) {
int nbchars;
+   size_t base = xmlBufGetInputBase(in-buffer, ctxt-input);
+   size_t current = ctxt-input-cur - ctxt-input-base;
 
nbchars = xmlCharEncInput(in);
if (nbchars  0) {
@@ -6061,6 +6063,7 @@ htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, 
int size,
 encoder error\n, NULL, NULL);
return(XML_ERR_INVALID_ENCODING);
}
+   xmlBufSetInputBaseCur(in-buffer, ctxt-input, base, current);
}
}
 }
diff --git a/parser.c b/parser.c
index 31f90d6..1c99051 100644
--- a/parser.c
+++ b/parser.c
@@ -12126,7 +12126,7 @@ xmldecl_done:
 remain = 0;
 }
 }
-   res =xmlParserInputBufferPush(ctxt-input-buf, size, chunk);
+   res = xmlParserInputBufferPush(ctxt-input-buf, size, chunk);
if (res  0) {
ctxt-errNo = XML_PARSER_EOF;
ctxt-disableSAX = 1;
@@ -12143,6 +12143,8 @@ xmldecl_done:
if ((in-encoder != NULL)  (in-buffer != NULL) 
(in-raw != NULL)) {
int nbchars;
+   size_t base = xmlBufGetInputBase(in-buffer, ctxt-input);
+   size_t current = ctxt-input-cur - ctxt-input-base;
 
nbchars = xmlCharEncInput(in);
if (nbchars  0) {
@@ -12151,6 +12153,7 @@ xmldecl_done:
xmlParseChunk: encoder error\n);
return(XML_ERR_INVALID_ENCODING);
}
+   xmlBufSetInputBaseCur(in-buffer, ctxt-input, base, current);
}
}
 }
@@ -12190,7 +12193,14 @@ xmldecl_done:
 }
 if ((end_in_lf == 1)  (ctxt-input != NULL) 
 (ctxt-input-buf != NULL)) {
+   size_t base = xmlBufGetInputBase(ctxt-input-buf-buffer,
+ctxt-input);
+   size_t current = ctxt-input-cur - ctxt-input-base;
+
xmlParserInputBufferPush(ctxt-input-buf, 1, \r);
+
+   xmlBufSetInputBaseCur(ctxt-input-buf-buffer, ctxt-input,
+ base, current);
 }
 if (terminate) {
/*
--
cgit v0.9.1

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



commit msmtp for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2013-04-20 17:49:34

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


Package is msmtp, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2012-10-22 
22:07:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2013-04-20 
17:49:35.0 +0200
@@ -1,0 +2,12 @@
+Fri Apr 19 12:46:40 UTC 2013 - mrueck...@suse.de
+
+- we dont use the unversion path anymore for installing the
+  extension: use requires_eq for requiring vim.
+
+---
+Wed Apr 17 11:57:50 UTC 2013 - idon...@suse.com
+
+- /usr/share/vim/current is a symlink, resolve it before putting
+  any file under there.
+
+---
@@ -18 +30 @@
-Tue Jan 10 11:09:26 UTC 2012 - mrueck...@suse.com
+Tue Jan 10 11:09:26 UTC 2012 - mrueck...@suse.de



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.ZUf68a/_old  2013-04-20 17:49:37.0 +0200
+++ /var/tmp/diff_new_pack.ZUf68a/_new  2013-04-20 17:49:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# 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
@@ -33,16 +33,16 @@
 # for the directory
 %if 0%{?centos_version}
 BuildRequires:  vim-common
-Requires:   vim-common
+%requires_eqvim-common
 %else
 %if 0%{?suse_version}  1030
 # old openSUSE and SLES and Fedora and RHEL:
 BuildRequires:  vim
-Requires:   vim
+%requires_eqvim
 %else
 # recent openSUSE:
 BuildRequires:  vim-base
-Requires:   vim-base
+%requires_eqvim-base
 %endif #suse_version
 %endif #centos_version
 %if 0%{?suse_version}
@@ -122,9 +122,9 @@
 scripts/set_sendmail/*.sh \
 scripts/find_alias/*.sh \
 %{buildroot}%{_bindir}
-install -D -m 0644 \
-  scripts/vim/msmtp.vim \
-  %{buildroot}%{_datadir}/vim/current/syntax/msmtp.vim
+
+vimver=`readlink %{_datadir}/vim/current`
+install -D -m 0644 scripts/vim/msmtp.vim 
%{buildroot}/%{_datadir}/vim/$vimver/syntax/msmtp.vim
 
 # main package doc files
 for f in \
@@ -186,7 +186,7 @@
 %{_bindir}/msmtp-gnome-tool.py
 %{_mandir}/man1/msmtp.1%{ext_man}
 %{_infodir}/msmtp.info%{ext_info}
-%{_datadir}/vim/current/syntax/msmtp.vim
+%{_datadir}/vim/*/syntax/msmtp.vim
 
 %files doc -f docfiles.lst
 %defattr (-, root, root)

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



commit nbd for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package nbd for openSUSE:Factory checked in 
at 2013-04-20 17:50:42

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


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

Changes:

--- /work/SRC/openSUSE:Factory/nbd/nbd.changes  2012-07-12 10:49:08.0 
+0200
+++ /work/SRC/openSUSE:Factory/.nbd.new/nbd.changes 2013-04-20 
17:50:44.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 18 19:38:29 UTC 2013 - dmuel...@suse.com
+
+- update to 3.3:
+  * and various bugfixes, upgrading is strongly recommended
+  * Fix various nbd-server misbehave bugs
+
+---

Old:

  nbd-3.1.tar.bz2

New:

  nbd-3.3.tar.bz2



Other differences:
--
++ nbd.spec ++
--- /var/tmp/diff_new_pack.3gSpel/_old  2013-04-20 17:50:45.0 +0200
+++ /var/tmp/diff_new_pack.3gSpel/_new  2013-04-20 17:50:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nbd
 #
-# 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
@@ -20,9 +20,9 @@
 BuildRequires:  doxygen
 BuildRequires:  glib2-devel = 2.26.0
 PreReq: %insserv_prereq coreutils
-Version:3.1
+Version:3.3
 Release:0
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source2:init.nbd-server
 Patch2: nbd-2.9.25-close.diff
 Patch3: nbd-2.9.25-doxyfile.diff

++ nbd-3.1.tar.bz2 - nbd-3.3.tar.bz2 ++
 3309 lines of diff (skipped)

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



commit postfix for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2013-04-20 17:50:54

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


Package is postfix, Maintainer is vark...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2013-02-25 
21:41:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2013-04-20 
17:50:56.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr 20 05:46:00 UTC 2013 - crrodrig...@opensuse.org
+
+-  postfix-SuSE/postfix.service do not Require or 
+   order after syslog.target as it no longer exists
+   postfix will fail to start in the next systemd version.
+
+---



Other differences:
--
++ postfix-SuSE.tar.gz ++
 3180 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-opengl for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package python-opengl for openSUSE:Factory 
checked in at 2013-04-20 17:51:08

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


Package is python-opengl, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-opengl/python-opengl.changes  
2011-09-23 12:43:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-opengl.new/python-opengl.changes 
2013-04-20 17:51:09.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 19 12:50:33 UTC 2013 - toddrme2...@gmail.com
+
+- Update to 3.0.2
+  * no changelog
+- Add python 3 version
+
+---
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.python-opengl.new/python3-opengl.changes
2013-04-20 17:51:09.0 +0200
@@ -0,0 +1,7 @@
+---
+Fri Apr 19 12:50:33 UTC 2013 - toddrme2...@gmail.com
+
+- Update to 3.0.2
+  * no changelog
+- Add python 3 version
+

Old:

  PyOpenGL-3.0.1.tar.bz2

New:

  PyOpenGL-3.0.2.tar.gz
  python3-opengl.changes
  python3-opengl.spec



Other differences:
--
++ python-opengl.spec ++
--- /var/tmp/diff_new_pack.f2o6OE/_old  2013-04-20 17:51:10.0 +0200
+++ /var/tmp/diff_new_pack.f2o6OE/_new  2013-04-20 17:51:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-opengl (Version 3.0.1)
+# spec file for package python-opengl
 #
-# 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,56 +15,61 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   python-opengl
-BuildRequires:  freeglut-devel libdrm-devel python-devel python-imaging swig 
tk-devel xorg-x11
-%if %suse_version  1110
-BuildRequires:  libgle-devel python-numpy
-%else
-BuildRequires:  gle python-numeric
-%endif
 %define tarname PyOpenGL
+Version:3.0.2
+Release:0
 Summary:OpenGL bindings for Python
-Version:3.0.1
-Release:1
-Source0:%{tarname}-%{version}.tar.bz2
 License:BSD-3-Clause
 Group:  Development/Libraries/Python
+Url:http://pyopengl.sourceforge.net
+Source0:
https://pypi.python.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  freeglut-devel
+BuildRequires:  libdrm-devel
+BuildRequires:  python-devel
+BuildRequires:  python-imaging
+BuildRequires:  python-numpy
+BuildRequires:  swig
+BuildRequires:  tk-devel
+BuildRequires:  xorg-x11
+Requires:   python-numpy
+Requires:   tk = 8.1
+Recommends: python-opengl-accelerate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Prefix: %{_prefix}
 %{py_requires}
-Requires:   tk = 8.1
-Url:http://pyopengl.sourceforge.net
 # this is only noarch as long as the accelerator module is missing
-%if %{?suse_version: %{suse_version}  1110} %{!?suse_version:1}
+%if %{?suse_version: 0%{?suse_version}  1110} %{!?suse_version:1}
+BuildRequires:  libgle-devel
 BuildArch:  noarch
+%else
+BuildRequires:  gle
 %endif
 
 %description
 OpenGL bindings for Python including support for GL extensions, GLU,
 WGL, GLUT, GLE, and Tk.
 
-
-
 %prep
 %setup -q -n %{tarname}-%{version}
-#sed -i '/^library_dirs/ s@/lib@/%{_lib}@g' config/linux.cfg
-find . -name .cvsignore -type f -print0 | xargs -0 rm -f
-find . -name CVS -type d -print0 | xargs -0 rm -rf
 
 %build
-CFLAGS=$RPM_OPT_FLAGS -DGLX_GLXEXT_LEGACY python setup.py build
+CFLAGS=%{optflags} -DGLX_GLXEXT_LEGACY python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+chmod a+x %{buildroot}%{python_sitelib}/OpenGL/arrays/_buffers.py
+chmod a+x %{buildroot}%{python_sitelib}/OpenGL/arrays/buffers.py
+%fdupes %{buildroot}%{python_sitelib}/OpenGL/
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
-%doc ChangeLog.txt license.txt
+%doc license.txt
+%{python_sitelib}/OpenGL/
+%{python_sitelib}/PyOpenGL-%{version}-py*.egg-info
 
 %changelog

++ python3-opengl.spec ++
#
# spec file for package python3-opengl
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed 

commit rubygem-bundler for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2013-04-20 17:51:19

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2013-03-21 22:13:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2013-04-20 17:51:21.0 +0200
@@ -1,0 +2,15 @@
+Fri Apr 12 07:49:18 UTC 2013 - co...@suse.com
+
+- updated to version 1.3.5
+ Features:
+ 
+   - progress indicator while resolver is running (@chief)
+ 
+ Bugfixes:
+ 
+   - update local overrides with orphaned revisions (@jamesferguson)
+   - revert to working quoting of RUBYOPT on Windows (@ogra)
+   - use basic auth even when SSL is not available (@jayniz)
+   - installing git gems without dependencies in deployment now works
+
+---

Old:

  bundler-1.3.4.gem

New:

  bundler-1.3.5.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.ujFIFh/_old  2013-04-20 17:51:23.0 +0200
+++ /var/tmp/diff_new_pack.ujFIFh/_new  2013-04-20 17:51:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bundler
-Version:1.3.4
+Version:1.3.5
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
@@ -27,10 +27,13 @@
 Requires:   ruby = 1.8.7
 BuildRequires:  ruby-devel = 1.8.7
 Url:http://gembundler.com
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:The best way to manage your application's dependencies
 License:MIT
 Group:  Development/Languages/Ruby
+%define mod_branch -1.3.5
+%define mod_weight 1
+PreReq: update-alternatives
 
 %description
 Bundler manages an application's dependencies through its entire life, across
@@ -62,10 +65,22 @@
 
 %install
 %gem_install -f
+mv %{buildroot}%{_bindir}/bundle{,%{mod_branch}}
+ln -s bundle%{mod_branch} %{buildroot}%{_bindir}/bundle
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/bundle bundle %{_bindir}/bundle%{mod_branch} %{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove bundle 
%{_bindir}/bundle%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/bundle
+%{_bindir}/bundle%{mod_branch}
+%ghost %{_bindir}/bundle
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit rubygem-daemon_controller for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-daemon_controller for 
openSUSE:Factory checked in at 2013-04-20 17:51:33

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


Package is rubygem-daemon_controller, Maintainer is jsr...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-daemon_controller/rubygem-daemon_controller.changes
  2012-11-06 16:23:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-daemon_controller.new/rubygem-daemon_controller.changes
 2013-04-20 17:51:33.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 12 07:51:14 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.2
+
+---

Old:

  daemon_controller-1.1.0.gem

New:

  daemon_controller-1.1.2.gem



Other differences:
--
++ rubygem-daemon_controller.spec ++
--- /var/tmp/diff_new_pack.QAdabf/_old  2013-04-20 17:51:35.0 +0200
+++ /var/tmp/diff_new_pack.QAdabf/_new  2013-04-20 17:51:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-daemon_controller
 #
-# 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:   rubygem-daemon_controller
-Version:1.1.0
+Version:1.1.2
 Release:0
 %define mod_name daemon_controller
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:https://github.com/FooBarWidget/daemon_controller
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A library for implementing daemon management capabilities
 License:MIT
 Group:  Development/Languages/Ruby

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



commit rubygem-delayed_job_active_record for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job_active_record 
for openSUSE:Factory checked in at 2013-04-20 17:51:56

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


Package is rubygem-delayed_job_active_record, Maintainer is 
ruby-de...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-delayed_job_active_record/rubygem-delayed_job_active_record.changes
  2013-03-11 07:43:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job_active_record.new/rubygem-delayed_job_active_record.changes
 2013-04-20 17:51:57.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 12 07:51:40 UTC 2013 - co...@suse.com
+
+- updated to version 0.4.4
+
+---

Old:

  delayed_job_active_record-0.4.3.gem

New:

  delayed_job_active_record-0.4.4.gem



Other differences:
--
++ rubygem-delayed_job_active_record.spec ++
--- /var/tmp/diff_new_pack.t2sWvm/_old  2013-04-20 17:51:58.0 +0200
+++ /var/tmp/diff_new_pack.t2sWvm/_new  2013-04-20 17:51:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-delayed_job_active_record
-Version:0.4.3
+Version:0.4.4
 Release:0
 %define mod_name delayed_job_active_record
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://github.com/collectiveidea/delayed_job_active_record
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:ActiveRecord backend for DelayedJob
 License:MIT
 Group:  Development/Languages/Ruby

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



commit rubygem-ffi for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ffi for openSUSE:Factory 
checked in at 2013-04-20 17:52:05

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


Package is rubygem-ffi, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ffi/rubygem-ffi.changes  2013-04-02 
20:43:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-ffi.new/rubygem-ffi.changes 
2013-04-20 17:52:07.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 12 07:53:41 UTC 2013 - co...@suse.com
+
+- updated to version 1.7.0
+
+---

Old:

  ffi-1.5.0.gem

New:

  ffi-1.7.0.gem



Other differences:
--
++ rubygem-ffi.spec ++
--- /var/tmp/diff_new_pack.VN25gH/_old  2013-04-20 17:52:08.0 +0200
+++ /var/tmp/diff_new_pack.VN25gH/_new  2013-04-20 17:52:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-ffi
-Version:1.5.0
+Version:1.7.0
 Release:0
 %define mod_name ffi
 %define mod_full_name %{mod_name}-%{version}
@@ -26,6 +26,7 @@
 BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.7
 BuildRequires:  ruby-devel = 1.8.7
+BuildRequires:  rubygem(rdoc)  3.10
 # MANUAL
 BuildRequires:  libffi-devel
 Url:http://wiki.github.com/ffi/ffi

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



commit rubygem-gettext for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2013-04-20 17:52:13

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


Package is rubygem-gettext, Maintainer is ruby-de...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gettext/rubygem-gettext.changes  
2013-03-08 11:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-gettext.new/rubygem-gettext.changes 
2013-04-20 17:52:14.0 +0200
@@ -1,0 +2,15 @@
+Fri Apr 12 09:18:21 UTC 2013 - co...@suse.com
+
+- updated to version 2.3.8
+   * Added licence information to the gemspec.
+ [GitHub #13] [Patch by jordimassaguerpla]
+   * Supported Ruby 2.0.0.
+ [GitHub #14] [Reported by mtasaka]
+ 
+ ### Fixes
+ 
+   * [rxgettext] Fixed a bug that the comment for the previous message
+ also exists in the current message.
+ [Debian #684184] [Reported by Francesco Poli] [Patch by Jérémy Bobbio]
+
+---

Old:

  gettext-2.3.7.gem

New:

  gettext-2.3.8.gem



Other differences:
--
++ rubygem-gettext.spec ++
--- /var/tmp/diff_new_pack.Q769pQ/_old  2013-04-20 17:52:15.0 +0200
+++ /var/tmp/diff_new_pack.Q769pQ/_new  2013-04-20 17:52:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-gettext
-Version:2.3.7
+Version:2.3.8
 Release:0
 %define mod_name gettext
 %define mod_full_name %{mod_name}-%{version}
@@ -25,10 +25,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://ruby-gettext.github.com/
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Gettext is a pure Ruby libary and tools to localize messages
-License:GPL-2.0+ or Ruby
+License:Ruby or LGPL-3.0+
 Group:  Development/Languages/Ruby
+%define mod_branch -2.3.8
+%define mod_weight 2
+PreReq: update-alternatives
 
 %description
 Gettext is a GNU gettext-like program for Ruby.
@@ -61,13 +64,49 @@
 
 %install
 %gem_install -f
+mv %{buildroot}%{_bindir}/rmsgfmt{,%{mod_branch}}
+ln -s rmsgfmt%{mod_branch} %{buildroot}%{_bindir}/rmsgfmt
+mv %{buildroot}%{_bindir}/rmsgmerge{,%{mod_branch}}
+ln -s rmsgmerge%{mod_branch} %{buildroot}%{_bindir}/rmsgmerge
+mv %{buildroot}%{_bindir}/rmsginit{,%{mod_branch}}
+ln -s rmsginit%{mod_branch} %{buildroot}%{_bindir}/rmsginit
+mv %{buildroot}%{_bindir}/rxgettext{,%{mod_branch}}
+ln -s rxgettext%{mod_branch} %{buildroot}%{_bindir}/rxgettext
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/rmsgfmt rmsgfmt %{_bindir}/rmsgfmt%{mod_branch} %{mod_weight}
+/usr/sbin/update-alternatives --install \
+%{_bindir}/rmsgmerge rmsgmerge %{_bindir}/rmsgmerge%{mod_branch} 
%{mod_weight}
+/usr/sbin/update-alternatives --install \
+%{_bindir}/rmsginit rmsginit %{_bindir}/rmsginit%{mod_branch} %{mod_weight}
+/usr/sbin/update-alternatives --install \
+%{_bindir}/rxgettext rxgettext %{_bindir}/rxgettext%{mod_branch} 
%{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove rmsgfmt 
%{_bindir}/rmsgfmt%{mod_branch}
+fi
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove rmsgmerge 
%{_bindir}/rmsgmerge%{mod_branch}
+fi
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove rmsginit 
%{_bindir}/rmsginit%{mod_branch}
+fi
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove rxgettext 
%{_bindir}/rxgettext%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/rmsginit
-%{_bindir}/rxgettext
-%{_bindir}/rmsgfmt
-%{_bindir}/rmsgmerge
+%{_bindir}/rmsgfmt%{mod_branch}
+%ghost %{_bindir}/rmsgfmt
+%{_bindir}/rmsgmerge%{mod_branch}
+%ghost %{_bindir}/rmsgmerge
+%{_bindir}/rmsginit%{mod_branch}
+%ghost %{_bindir}/rmsginit
+%{_bindir}/rxgettext%{mod_branch}
+%ghost %{_bindir}/rxgettext
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

++ gettext-2.3.7.gem - gettext-2.3.8.gem ++
Files /work/SRC/openSUSE:Factory/rubygem-gettext/gettext-2.3.7.gem and 
/work/SRC/openSUSE:Factory/.rubygem-gettext.new/gettext-2.3.8.gem differ

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



commit rubygem-gettext_i18n_rails for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext_i18n_rails for 
openSUSE:Factory checked in at 2013-04-20 17:52:39

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


Package is rubygem-gettext_i18n_rails, Maintainer is ruby-de...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails/rubygem-gettext_i18n_rails.changes
2013-04-02 12:55:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new/rubygem-gettext_i18n_rails.changes
   2013-04-20 17:52:40.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 12 09:19:09 UTC 2013 - co...@suse.com
+
+- updated to version 0.9.4
+
+---

Old:

  gettext_i18n_rails-0.9.3.gem

New:

  gettext_i18n_rails-0.9.4.gem



Other differences:
--
++ rubygem-gettext_i18n_rails.spec ++
--- /var/tmp/diff_new_pack.4S2uIm/_old  2013-04-20 17:52:43.0 +0200
+++ /var/tmp/diff_new_pack.4S2uIm/_new  2013-04-20 17:52:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-gettext_i18n_rails
-Version:0.9.3
+Version:0.9.4
 Release:0
 %define mod_name gettext_i18n_rails
 %define mod_full_name %{mod_name}-%{version}

++ gettext_i18n_rails-0.9.3.gem - gettext_i18n_rails-0.9.4.gem ++
Files 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails/gettext_i18n_rails-0.9.3.gem
 and 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new/gettext_i18n_rails-0.9.4.gem
 differ

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



commit rubygem-haml for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2013-04-20 17:52:49

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


Package is rubygem-haml, Maintainer is fcaste...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2013-04-02 12:55:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2013-04-20 17:52:51.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 12 07:55:36 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.2
+ * Explicitly require Erubis to work around bug in older versions of Tilt.
+ * Fix :erb filter printing duplicate content in Rails views.
+ (thanks [Jori Hardman](https://github.com/jorihardman))
+ * Replace range with slice to reduce objects created by `capture_haml`.
+ (thanks [Tieg Zaharia](https://github.com/tiegz))
+ * Correct/improve some documentation.
+
+---

Old:

  haml-4.0.1.gem

New:

  haml-4.0.2.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.QH4yKq/_old  2013-04-20 17:52:52.0 +0200
+++ /var/tmp/diff_new_pack.QH4yKq/_new  2013-04-20 17:52:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-haml
-Version:4.0.1
+Version:4.0.2
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
@@ -29,7 +29,7 @@
 Summary:An elegant, structured (X)HTML/XML templating engine
 License:MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
 Group:  Development/Languages/Ruby
-%define mod_branch -4.0.1
+%define mod_branch -4.0.2
 %define mod_weight 4
 PreReq: update-alternatives
 

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



commit rubygem-hike for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hike for openSUSE:Factory 
checked in at 2013-04-20 17:53:17

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


Package is rubygem-hike, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hike/rubygem-hike.changes
2012-08-04 09:39:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hike.new/rubygem-hike.changes   
2013-04-20 17:53:18.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 13 06:01:21 UTC 2013 - co...@suse.com
+
+- updated to version 1.2.2
+
+---

Old:

  hike-1.2.1.gem

New:

  hike-1.2.2.gem



Other differences:
--
++ rubygem-hike.spec ++
--- /var/tmp/diff_new_pack.1Uu7D2/_old  2013-04-20 17:53:19.0 +0200
+++ /var/tmp/diff_new_pack.1Uu7D2/_new  2013-04-20 17:53:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hike
 #
-# 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:   rubygem-hike
-Version:1.2.1
+Version:1.2.2
 Release:0
 %define mod_name hike
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://github.com/sstephenson/hike
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Find files in a set of paths
 License:MIT
 Group:  Development/Languages/Ruby

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



commit rubygem-hoe for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hoe for openSUSE:Factory 
checked in at 2013-04-20 17:55:50

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


Package is rubygem-hoe, Maintainer is dmacvi...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hoe/rubygem-hoe.changes  2013-03-21 
22:15:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new/rubygem-hoe.changes 
2013-04-20 17:55:51.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 12 09:19:32 UTC 2013 - co...@suse.com
+
+- updated to version 3.5.3
+ * 1 minor enhancement:
+   * Updated publish plugin to depend on rdoc 4.x.
+
+---

Old:

  hoe-3.5.2.gem

New:

  hoe-3.5.3.gem



Other differences:
--
++ rubygem-hoe.spec ++
--- /var/tmp/diff_new_pack.XzmkOP/_old  2013-04-20 17:55:53.0 +0200
+++ /var/tmp/diff_new_pack.XzmkOP/_new  2013-04-20 17:55:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-hoe
-Version:3.5.2
+Version:3.5.3
 Release:0
 %define mod_name hoe
 %define mod_full_name %{mod_name}-%{version}
@@ -30,7 +30,7 @@
 Summary:Hoe is a rake/rubygems helper for project Rakefiles
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -3.5.2
+%define mod_branch -3.5.3
 %define mod_weight 3
 PreReq: update-alternatives
 
@@ -85,7 +85,7 @@
 %files
 %defattr(-,root,root,-)
 %{_bindir}/sow%{mod_branch}
-%{_bindir}/sow
+%ghost %{_bindir}/sow
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit rubygem-libwebsocket for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-libwebsocket for 
openSUSE:Factory checked in at 2013-04-20 17:57:34

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


Package is rubygem-libwebsocket, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-libwebsocket/rubygem-libwebsocket.changes
2012-12-09 14:12:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-libwebsocket.new/rubygem-libwebsocket.changes
   2013-04-20 17:57:36.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 13 05:29:42 UTC 2013 - co...@suse.com
+
+- updated to version 0.1.8
+ - Bugfixes for Ruby 2.0.0
+
+---

Old:

  libwebsocket-0.1.7.1.gem

New:

  libwebsocket-0.1.8.gem



Other differences:
--
++ rubygem-libwebsocket.spec ++
--- /var/tmp/diff_new_pack.AjL5MW/_old  2013-04-20 17:57:37.0 +0200
+++ /var/tmp/diff_new_pack.AjL5MW/_new  2013-04-20 17:57:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-libwebsocket
 #
-# 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:   rubygem-libwebsocket
-Version:0.1.7.1
+Version:0.1.8
 Release:0
 %define mod_name libwebsocket
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://github.com/imanel/libwebsocket
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Universal Ruby library to handle WebSocket protocol
 License:MIT
 Group:  Development/Languages/Ruby

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



commit rubygem-mime-types for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mime-types for 
openSUSE:Factory checked in at 2013-04-20 17:59:02

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


Package is rubygem-mime-types, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mime-types/rubygem-mime-types.changes
2012-08-04 09:43:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mime-types.new/rubygem-mime-types.changes   
2013-04-20 17:59:06.0 +0200
@@ -1,0 +2,29 @@
+Fri Apr 12 11:50:57 UTC 2013 - co...@suse.com
+
+- updated to version 1.22
+ * New MIME Types:
+   * Added support for 3FR (Hasselblad raw images) files. MIME-Type was 
obtained
+ by looking at exif data with exiftool. Thanks to cgat for these changes.
+ https://github.com/halostatue/mime-types/pull/27
+ * Updated MIME Types:
+ * Pulled the latest updates from the IANA MIME-Type registry.
+ * Added support for Ruby 2.0 with Travis CI.
+
+---
+Tue Feb 12 16:52:26 UTC 2013 - co...@suse.com
+
+- updated to version 1.21
+  * New MIME Types:
+* Various new or updated MIME types by Garret Alfert:
+  application/vnd.ms-fontobject, .eot; application/x-chrome-extension, 
.crx;
+  application/x-web-app-manifest\+json, .webapp; application/x-xpinstall,
+  .xpi; image/svg\+xml, .svg, .svgz; image/webp, .webp; 
text/cache-manifest,
+  .appcache, .manifest. https://github.com/halostatue/mime-types/pull/24
+  * Fixed some Manifest.txt related madness on Travis.
+
+---
+Tue Feb  5 15:56:40 UTC 2013 - co...@suse.com
+
+- updated to version 1.20.1
+
+---

Old:

  mime-types-1.19.gem

New:

  mime-types-1.22.gem



Other differences:
--
++ rubygem-mime-types.spec ++
--- /var/tmp/diff_new_pack.Dbvgda/_old  2013-04-20 17:59:10.0 +0200
+++ /var/tmp/diff_new_pack.Dbvgda/_new  2013-04-20 17:59:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mime-types
 #
-# 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,28 +17,42 @@
 
 
 Name:   rubygem-mime-types
-Version:1.19
+Version:1.22
 Release:0
 %define mod_name mime-types
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://mime-types.rubyforge.org/
-Source: %{mod_full_name}.gem
-Summary:This library allows for the identification of a file's likely 
MIME content type
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:This library allows for the identification of a file's likely 
MIME
 License:GPL-2.0+ or Artistic-1.0 or Ruby
 Group:  Development/Languages/Ruby
 
 %description
 This library allows for the identification of a file's likely MIME content
-type. This is release 1.19 with new MIME types. The identification of MIME
+type. This is release 1.22 with new MIME types. The identification of MIME
 content type is based on a file's filename extensions.
+MIME types are used in MIME-compliant communications, as in e-mail or
+HTTP traffic, to indicate the type of content which is transmitted.
+MIME::Types provides the ability for detailed information about MIME
+entities (provided as a set of MIME::Type objects) to be determined and
+used programmatically. There are many types defined by RFCs and vendors,
+so the list is long but not complete; don't hesitate to ask to add
+additional information. This library follows the IANA collection of MIME
+types (see below for reference).
 MIME::Types for Ruby was originally based on and synchronized with MIME::Types
 for Perl by Mark Overmeer, copyright 2001 - 2009. As of version 1.15, the data
 format for the MIME::Type list has changed and the synchronization will no
 longer happen.
-:include: Licence.rdoc
+MIME::Types is built to conform to the MIME types of RFCs 2045 and 2231. It
+follows the official {IANA
+registry}[http://www.iana.org/assignments/media-types/]
+({ftp}[ftp://ftp.iana.org/assignments/media-types]) with some unofficial types
+added from the the {LTSW
+collection}[http://www.ltsw.se/knbase/internet/mime.htp].
 
 %package doc
 Summary:RDoc 

commit rubygem-mixlib-cli for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mixlib-cli for 
openSUSE:Factory checked in at 2013-04-20 18:00:36

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


Package is rubygem-mixlib-cli, Maintainer is radma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mixlib-cli/rubygem-mixlib-cli.changes
2013-04-08 14:55:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mixlib-cli.new/rubygem-mixlib-cli.changes   
2013-04-20 18:00:37.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 13 06:22:28 UTC 2013 - co...@suse.com
+
+- updated to version 1.3.0, no changelog
+
+---

Old:

  mixlib-cli-1.2.2.gem

New:

  mixlib-cli-1.3.0.gem



Other differences:
--
++ rubygem-mixlib-cli.spec ++
--- /var/tmp/diff_new_pack.tYHx3c/_old  2013-04-20 18:00:39.0 +0200
+++ /var/tmp/diff_new_pack.tYHx3c/_new  2013-04-20 18:00:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mixlib-cli
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,15 @@
 
 
 Name:   rubygem-mixlib-cli
-Version:1.2.2
+Version:1.3.0
 Release:0
 %define mod_name mixlib-cli
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby = 1.9
-Requires:   ruby = 1.9
 BuildRequires:  ruby-macros = 1
 Url:http://www.opscode.com
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A simple mixin for CLI interfaces, including option parsing
 License:Apache-2.0
 Group:  Development/Languages/Ruby

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



commit rubygem-selenium-webdriver for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-selenium-webdriver for 
openSUSE:Factory checked in at 2013-04-20 18:01:17

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


Package is rubygem-selenium-webdriver, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-selenium-webdriver/rubygem-selenium-webdriver.changes
2013-03-11 07:43:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-selenium-webdriver.new/rubygem-selenium-webdriver.changes
   2013-04-20 18:01:18.0 +0200
@@ -1,0 +2,17 @@
+Fri Apr 12 07:57:06 UTC 2013 - co...@suse.com
+
+- updated to version 2.32.1
+ Safari:
+   * Fix typo when encoding the Safari server redirect URL (#5472)
+   * The Safari extension is now packaged with the gem and automatically 
installed (#5322)
+   * Improved detection of the binary location on 64-bit windows (5273)
+ Opera:
+   * Allow passing :desired_capabailities (#5279)
+ Firefox:
+   * This release supports versions 10esr, 17esr, 19, 20.
+   * Improved SVG support
+ Other:
+   * Allow #click_and_hold without target (#5410).
+   * Remove assumptions about returned capabilities (for ios-driver)
+
+---

Old:

  selenium-webdriver-2.31.0.gem

New:

  selenium-webdriver-2.32.1.gem



Other differences:
--
++ rubygem-selenium-webdriver.spec ++
--- /var/tmp/diff_new_pack.cJkCsR/_old  2013-04-20 18:01:21.0 +0200
+++ /var/tmp/diff_new_pack.cJkCsR/_new  2013-04-20 18:01:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-selenium-webdriver
-Version:2.31.0
+Version:2.32.1
 Release:0
 %define mod_name selenium-webdriver
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-sexp_processor for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sexp_processor for 
openSUSE:Factory checked in at 2013-04-20 18:01:31

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


Package is rubygem-sexp_processor, Maintainer is ruby-de...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sexp_processor/rubygem-sexp_processor.changes
2013-03-28 13:29:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sexp_processor.new/rubygem-sexp_processor.changes
   2013-04-20 18:01:32.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr 13 06:06:27 UTC 2013 - co...@suse.com
+
+- updated to version 4.2.1
+ * 1 bug fix:
+  * Removed structure_unused_literal_wwtt because I just don't care anymore
+
+---

Old:

  sexp_processor-4.2.0.gem

New:

  sexp_processor-4.2.1.gem



Other differences:
--
++ rubygem-sexp_processor.spec ++
--- /var/tmp/diff_new_pack.JKtlpU/_old  2013-04-20 18:01:37.0 +0200
+++ /var/tmp/diff_new_pack.JKtlpU/_new  2013-04-20 18:01:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sexp_processor
-Version:4.2.0
+Version:4.2.1
 Release:0
 %define mod_name sexp_processor
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-sprockets for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets for 
openSUSE:Factory checked in at 2013-04-20 18:01:48

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


Package is rubygem-sprockets, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sprockets/rubygem-sprockets.changes  
2013-03-11 07:44:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sprockets.new/rubygem-sprockets.changes 
2013-04-20 18:01:49.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr 12 11:50:13 UTC 2013 - co...@suse.com
+
+- updated to version 2.9.2
+ * Improve file freshness check performance
+ * Directive processor encoding fixes
+ * Support for Uglifier 2.x
+
+---

Old:

  sprockets-2.9.0.gem

New:

  sprockets-2.9.2.gem



Other differences:
--
++ rubygem-sprockets.spec ++
--- /var/tmp/diff_new_pack.WaVexT/_old  2013-04-20 18:01:51.0 +0200
+++ /var/tmp/diff_new_pack.WaVexT/_new  2013-04-20 18:01:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sprockets
-Version:2.9.0
+Version:2.9.2
 Release:0
 %define mod_name sprockets
 %define mod_full_name %{mod_name}-%{version}
@@ -25,10 +25,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://getsprockets.org/
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Rack-based asset packaging system
 License:MIT
 Group:  Development/Languages/Ruby
+%define mod_branch -2.9.2
+%define mod_weight 2
+PreReq: update-alternatives
 
 %description
 Sprockets is a Rack-based asset packaging system that concatenates and serves
@@ -52,10 +55,22 @@
 
 %install
 %gem_install -f
+mv %{buildroot}%{_bindir}/sprockets{,%{mod_branch}}
+ln -s sprockets%{mod_branch} %{buildroot}%{_bindir}/sprockets
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/sprockets sprockets %{_bindir}/sprockets%{mod_branch} 
%{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove sprockets 
%{_bindir}/sprockets%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/sprockets
+%{_bindir}/sprockets%{mod_branch}
+%ghost %{_bindir}/sprockets
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

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



commit rubygem-sprockets-2_2 for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-2_2 for 
openSUSE:Factory checked in at 2013-04-20 18:01:59

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


Package is rubygem-sprockets-2_2, Maintainer is ruby-de...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-2_2/rubygem-sprockets-2_2.changes  
2013-01-01 12:04:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-2_2.new/rubygem-sprockets-2_2.changes
 2013-04-20 18:02:01.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 19 13:10:40 UTC 2013 - co...@suse.com
+
+- use update-alternatives
+
+---



Other differences:
--
++ rubygem-sprockets-2_2.spec ++
--- /var/tmp/diff_new_pack.BxQVGd/_old  2013-04-20 18:02:05.0 +0200
+++ /var/tmp/diff_new_pack.BxQVGd/_new  2013-04-20 18:02:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sprockets-2_2
 #
-# 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
@@ -25,10 +25,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://getsprockets.org/
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Rack-based asset packaging system
 License:MIT
 Group:  Development/Languages/Ruby
+%define mod_branch -2.2.2
+%define mod_weight 2
+PreReq: update-alternatives
 
 %description
 Sprockets is a Rack-based asset packaging system that concatenates and serves
@@ -52,10 +55,22 @@
 
 %install
 %gem_install -f
+mv %{buildroot}%{_bindir}/sprockets{,%{mod_branch}}
+ln -s sprockets%{mod_branch} %{buildroot}%{_bindir}/sprockets
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/sprockets sprockets %{_bindir}/sprockets%{mod_branch} 
%{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove sprockets 
%{_bindir}/sprockets%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/sprockets
+%{_bindir}/sprockets%{mod_branch}
+%ghost %{_bindir}/sprockets
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec


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



commit rubygem-tilt for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2013-04-20 18:02:13

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


Package is rubygem-tilt, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2013-03-26 07:02:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2013-04-20 18:02:14.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 12 09:21:14 UTC 2013 - co...@suse.com
+
+- updated to version 1.3.7
+ * Erubis: Check for the correct constant (#183, mattwildig)
+ * Don't fail when BasicObject is defined in 1.8 (#182, technobrat, judofyr)
+
+---

Old:

  tilt-1.3.6.gem

New:

  tilt-1.3.7.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.eBAveG/_old  2013-04-20 18:02:15.0 +0200
+++ /var/tmp/diff_new_pack.eBAveG/_new  2013-04-20 18:02:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tilt
-Version:1.3.6
+Version:1.3.7
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}
@@ -26,10 +26,13 @@
 BuildRequires:  ruby-macros = 1
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/rtomayko/tilt/
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Generic interface to multiple Ruby template engines
 License:MIT
 Group:  Development/Languages/Ruby
+%define mod_branch -1.3.7
+%define mod_weight 1
+PreReq: update-alternatives
 
 %description
 Generic interface to multiple Ruby template engines
@@ -60,10 +63,22 @@
 
 %install
 %gem_install -f
+mv %{buildroot}%{_bindir}/tilt{,%{mod_branch}}
+ln -s tilt%{mod_branch} %{buildroot}%{_bindir}/tilt
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/tilt tilt %{_bindir}/tilt%{mod_branch} %{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove tilt %{_bindir}/tilt%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/tilt
+%{_bindir}/tilt%{mod_branch}
+%ghost %{_bindir}/tilt
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit rubygem-tilt-1_1 for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt-1_1 for 
openSUSE:Factory checked in at 2013-04-20 18:02:26

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


Package is rubygem-tilt-1_1, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt-1_1/rubygem-tilt-1_1.changes
2012-09-01 22:00:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt-1_1.new/rubygem-tilt-1_1.changes   
2013-04-20 18:02:29.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 19 13:18:32 UTC 2013 - co...@suse.com
+
+- use update-alternatives
+
+---



Other differences:
--
++ rubygem-tilt-1_1.spec ++
--- /var/tmp/diff_new_pack.bEnHL9/_old  2013-04-20 18:02:32.0 +0200
+++ /var/tmp/diff_new_pack.bEnHL9/_new  2013-04-20 18:02:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tilt-1_1
 #
-# 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,11 +24,15 @@
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/rtomayko/tilt/
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Generic interface to multiple Ruby template engines
 License:MIT
 Group:  Development/Languages/Ruby
+%define mod_branch -1.1
+%define mod_weight 1
+PreReq: update-alternatives
 
 %description
 Generic interface to multiple Ruby template engines
@@ -59,10 +63,22 @@
 
 %install
 %gem_install -f
+mv %{buildroot}%{_bindir}/tilt{,%{mod_branch}}
+ln -s tilt%{mod_branch} %{buildroot}%{_bindir}/tilt
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/tilt tilt %{_bindir}/tilt%{mod_branch} %{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove tilt %{_bindir}/tilt%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/tilt
+%{_bindir}/tilt%{mod_branch}
+%ghost %{_bindir}/tilt
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test


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



commit rubygem-uglifier for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-uglifier for 
openSUSE:Factory checked in at 2013-04-20 18:02:39

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


Package is rubygem-uglifier, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-uglifier/rubygem-uglifier.changes
2012-09-14 12:37:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-uglifier.new/rubygem-uglifier.changes   
2013-04-20 18:02:40.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 12 07:33:23 UTC 2013 - co...@suse.com
+
+- updated to version 2.0.1, new javascript version
+
+---

Old:

  uglifier-1.3.0.gem

New:

  uglifier-2.0.1.gem



Other differences:
--
++ rubygem-uglifier.spec ++
--- /var/tmp/diff_new_pack.22UAEh/_old  2013-04-20 18:02:41.0 +0200
+++ /var/tmp/diff_new_pack.22UAEh/_new  2013-04-20 18:02:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-uglifier
 #
-# 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:   rubygem-uglifier
-Version:1.3.0
+Version:2.0.1
 Release:0
 %define mod_name uglifier
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://github.com/lautis/uglifier
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Ruby wrapper for UglifyJS JavaScript compressor
 License:MIT and BSD-3-Clause
 Group:  Development/Languages/Ruby

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



commit tomcat for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2013-04-20 18:02:48

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


Package is tomcat, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes2013-02-22 
19:35:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat.changes   2013-04-20 
18:02:50.0 +0200
@@ -1,0 +2,11 @@
+Thu Apr 18 12:23:13 UTC 2013 - mvysko...@suse.com
+
+- update to 7.0.39 (bugfix release)
+- install only systemd unit files on openSUSE 12.1+
+  * and call proper code when init script still exists
+- add a proper scripplets for -jsvc subpackage
+- don't use catalina.out, systemd redirects stderr/stdout to syslog
+- don't use and recommends logrotate
+- package /etc/ant.d properly, mark only catalina-ant as a config file
+
+---

Old:

  apache-tomcat-7.0.35-src.tar.gz
  apache-tomcat-7.0.35-src.tar.gz.asc

New:

  apache-tomcat-7.0.39-src.tar.gz
  apache-tomcat-7.0.39-src.tar.gz.asc



Other differences:
--
++ tomcat.spec ++
--- /var/tmp/diff_new_pack.YQlauy/_old  2013-04-20 18:02:56.0 +0200
+++ /var/tmp/diff_new_pack.YQlauy/_new  2013-04-20 18:02:56.0 +0200
@@ -18,13 +18,15 @@
 #
 
 
+%global with_systemd 0%{?suse_version}  1210
+
 %define jspspec 2.2
 %define servletspec 3.0
 %define elspec 2.2
 
 %define major_version 7
 %define minor_version 0
-%define micro_version 35
+%define micro_version 39
 
 %define packdname apache-tomcat-%{version}-src
 %define tcuid 91
@@ -39,7 +41,6 @@
 %define tempdir %{cachedir}/temp
 %define workdir %{cachedir}/work
 %define _initrddir %{_sysconfdir}/init.d
-%define _systemddir /lib/systemd/system
 
 Name:   tomcat
 Version:%{major_version}.%{minor_version}.%{micro_version}
@@ -108,12 +109,15 @@
 BuildRequires:  geronimo-saaj-1_1-api
 BuildRequires:  log4j
 BuildRequires:  wsdl4j
-%if 0%{?suse_version}  1140
+%if %{with_systemd}
 BuildRequires:  systemd
+%{systemd_requires}
 %endif
 
 Recommends: libtcnative-1-0 = 1.1.24
+%if ! %{with_systemd}
 Recommends: logrotate
+%endif
 
 Requires(pre): %{_sbindir}/groupadd
 Requires(pre): %{_sbindir}/useradd
@@ -123,7 +127,6 @@
 Requires:   jakarta-commons-logging
 Requires:   jakarta-commons-pool
 Requires:   log4j
-%{?systemd_requires}
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 
@@ -193,7 +196,7 @@
 %description jsp-2_2-api
 Apache Tomcat JSP API implementation classes
 
-%if 0%{?suse_version}  1140
+%if %{with_systemd}
 %package jsvc
 Summary:Apache jsvc wrapper for Apache Tomcat as separate service
 Group:  Productivity/Networking/Web/Servers
@@ -339,79 +342,87 @@
 
 %install
 # build initial path structure
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_bindir}
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_sbindir}
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_javadocdir}/%{name}
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_initrddir}
-%if 0%{?suse_version}  1140
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_systemddir}
+%{__install} -d -m 0755 %{buildroot}%{_bindir}
+%{__install} -d -m 0755 %{buildroot}%{_sbindir}
+%{__install} -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
+
+%if %{with_systemd}
+%{__install} -d -m 0755 %{buildroot}%{_unitdir}
+%else
+%{__install} -d -m 0755 %{buildroot}%{_initrddir}
+%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d
 %endif
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_localstatedir}/log/%{name}
+
+%{__install} -d -m 0755 %{buildroot}%{_localstatedir}/log/%{name}
 # sysconfig removal
-# % {__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{appdir}
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{bindir}
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{confdir}
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{libdir}
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{logdir}
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{homedir}
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{tempdir}
-%{__install} -d -m 0775 ${RPM_BUILD_ROOT}%{workdir}
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{cachedir}/Catalina/localhost
-%if 0%{?suse_version}  1140
-%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_unitdir}
-%endif
+# % {__install} -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig
+%{__install} -d -m 0755 %{buildroot}%{appdir}
+%{__install} -d -m 0755 %{buildroot}%{bindir}
+%{__install} -d -m 0755 %{buildroot}%{confdir}
+%{__install} -d -m 0755 %{buildroot}%{libdir}
+%{__install} -d -m 0755 %{buildroot}%{logdir}
+%{__install} 

commit udev-browse for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package udev-browse for openSUSE:Factory 
checked in at 2013-04-20 18:03:47

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


Package is udev-browse, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/udev-browse/udev-browse.changes  2012-10-22 
22:12:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.udev-browse.new/udev-browse.changes 
2013-04-20 18:03:48.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 19 14:50:52 UTC 2013 - fcro...@suse.com
+
+- Add fix-gee.patch: fix build with latest vala / libgee.
+
+---

New:

  fix-gee.patch



Other differences:
--
++ udev-browse.spec ++
--- /var/tmp/diff_new_pack.ixs3GU/_old  2013-04-20 18:03:49.0 +0200
+++ /var/tmp/diff_new_pack.ixs3GU/_new  2013-04-20 18:03:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package udev-browse
 #
-# 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:  System/GUI/GNOME
 Url:http://0pointer.de/blog/projects/udev-browse.html
 Source: http://0pointer.de/public/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM fix-gee.patch fcro...@suse.com -- fix build with latest 
vala/libgee
+Patch0: fix-gee.patch
 BuildRequires:  gtk3-devel
 BuildRequires:  libgee-devel
 BuildRequires:  libgudev-1_0-devel
@@ -38,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 make udev-browse

++ fix-gee.patch ++
Index: udev-browse-0.3/Makefile
===
--- udev-browse-0.3.orig/Makefile
+++ udev-browse-0.3/Makefile
@@ -18,7 +18,7 @@
 # USA.
 
 udev-browse: udev-browse.vala
-   valac --save-temps --pkg gee-1.0 --pkg gtk+-3.0 --pkg gudev-1.0 --pkg 
gnu --vapidir=. $(addprefix --Xcc=,$(CFLAGS)) --Xcc=-D_GNU_SOURCE 
udev-browse.vala
+   valac --save-temps --pkg gee-0.8 --pkg gtk+-3.0 --pkg gudev-1.0 --pkg 
gnu --vapidir=. $(addprefix --Xcc=,$(CFLAGS)) --Xcc=-D_GNU_SOURCE 
udev-browse.vala
 
 clean:
rm -f udev-browse udev-browse.c
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit virtualbox for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2013-04-20 18:04:10

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


Package is virtualbox, Maintainer is mkudlv...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2013-04-09 
07:45:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2013-04-20 18:04:12.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 19 14:56:41 UTC 2013 - co...@suse.com
+
+- it fails without alsa-devel installed, so buildrequire it (somehow
+  no longer dropped in)
+
+---



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.i7COyN/_old  2013-04-20 18:04:17.0 +0200
+++ /var/tmp/diff_new_pack.i7COyN/_new  2013-04-20 18:04:17.0 +0200
@@ -43,6 +43,7 @@
 #
 BuildRequires:  LibVNCServer-devel
 BuildRequires:  SDL-devel
+BuildRequires:  alsa-devel
 BuildRequires:  bin86
 BuildRequires:  boost-devel
 BuildRequires:  dev86



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



commit vim for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2013-04-20 19:50:02

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


Package is vim, Maintainer is idon...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2013-03-28 13:29:43.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2013-04-20 
19:55:09.0 +0200
@@ -1,0 +2,50 @@
+Tue Apr 16 11:50:52 UTC 2013 - idon...@suse.com
+
+- Updated to revision 905, fixes the following problems
+  * Can't build with Ruby 2.0 on a 64 bit system.
+  * Test 79 fails on Windows. (Michael Soyka)
+  * Merging viminfo history doesn't work well.
+  * Still merging problems for viminfo history.
+  * Crash when using b:, w: or t: after closing the buffer, window or
+tabpage.
+  * Using wrong RUBY_VER causing Ruby build to break.
+  * Valgrind error in test 91. (Issue 128)
+  * Memory leaks in Lua interface.
+  * Configure doesn't always find the shared library.
+  * Memory leak reported by valgrind in test 91.
+  * #if indents are off.
+  * Not obvious that some mouse features are mutual-exclusive.
+  * Outdated comment, ugly condition.
+  * When deleting last buffer in other tab the tabline is not updated.
+  * Crash on exit writing viminfo. (Ron Aaron)
+  * Using memory freed by the garbage collector.
+  * Crash when writing viminfo. (Ron Aaron) 
+
+---
+Sat Apr 13 07:44:52 UTC 2013 - idon...@suse.com
+
+- Updated to revision 888, fixes the following problems
+  * Double free for list and dict in Lua. (Shougo Matsu)
+  * Can't build with multi-byte on Solaris 10.
+  * No tests for Visual mode operators, what 7.3.879 fixes.
+  * Filename completion with 'fileignorecase' does not work for
+multi-byte characters.
+
+---
+Tue Apr  9 08:58:31 UTC 2013 - idon...@suse.com
+
+- Updated to revision 884, fixes the following problems
+  * Build problem with some combination of features.
+  * #if indents are off.
+  * Forward searching with search() is broken.
+  * 'fileignorecase' is missing in options window and quickref.
+  * When using an ex command in operator pending mode, using Esc to
+abort the command still executes the operator. (David Bürgin)
+  * When writing viminfo, old history lines may replace lines written
+more recently by another Vim instance.
+  * Python list does not work correctly.
+  * CursorHold may trigger after receiving the termresponse.
+  * Can't build with some combination of features.
+  * Compiler warning for variable shadowing another. (John Little) 
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.4FdoOA/_old  2013-04-20 19:57:18.0 +0200
+++ /var/tmp/diff_new_pack.4FdoOA/_new  2013-04-20 19:57:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.3
-%define official_ptchlvl 874
+%define official_ptchlvl 905
 %define VIM_SUBDIR vim73
 %define site_runtimepath /usr/share/vim/site
 


++ vim-7.3-patches.tar.bz2 ++
 4351 lines of diff (skipped)

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



commit yast2-nis-client for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-nis-client for 
openSUSE:Factory checked in at 2013-04-20 19:50:43

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


Package is yast2-nis-client, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes
2013-01-08 16:47:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-nis-client.new/yast2-nis-client.changes   
2013-04-20 19:57:20.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 19 16:16:57 CEST 2013 - jsuch...@suse.cz
+
+- testsuite adapted to last changes in Service and SuSEfirewall2
+- 2.24.0
+
+---

Old:

  yast2-nis-client-2.23.1.tar.bz2

New:

  yast2-nis-client-2.24.0.tar.bz2



Other differences:
--
++ yast2-nis-client.spec ++
--- /var/tmp/diff_new_pack.Bo8usX/_old  2013-04-20 20:01:34.0 +0200
+++ /var/tmp/diff_new_pack.Bo8usX/_new  2013-04-20 20:01:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nis-client
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,40 +17,31 @@
 
 
 Name:   yast2-nis-client
-Version:2.23.1
+Version:2.24.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-nis-client-%{version}.tar.bz2
 
+
+Group:  System/YaST
+License:GPL-2.0
 # SuSEfirewall2_* services merged into one service yast2-2.23.17
-BuildRequires:  doxygen
-BuildRequires:  gcc-c++
-BuildRequires:  libtool
-BuildRequires:  perl-XML-Writer
-BuildRequires:  update-desktop-files
 BuildRequires:  yast2 = 2.23.17
-BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools
-BuildRequires:  yast2-pam
-BuildRequires:  yast2-testsuite
+BuildRequires: gcc-c++ perl-XML-Writer doxygen yast2-devtools yast2-core-devel 
yast2-testsuite yast2-pam update-desktop-files libtool
 # Wizard::SetDesktopTitleAndIcon
 Requires:   yast2 = 2.21.22
 Requires:   yast2-pam
 # .net.hostnames.rpc
 Conflicts:  yast2-core  2.8.0
 
-Provides:   yast2-config-nis
-Provides:   yast2-config-nis-devel
-Obsoletes:  yast2-config-nis
-Obsoletes:  yast2-config-nis-devel
+Provides:  yast2-config-nis yast2-config-nis-devel
+Obsoletes: yast2-config-nis yast2-config-nis-devel
 Provides:   yast2-trans-nis
 Obsoletes:  yast2-trans-nis
 Provides:   yast2-config-network:/usr/lib/YaST2/clients/lan_ypclient.ycp
 
 Summary:YaST2 - Network Information Services (NIS, YP) Configuration
-License:GPL-2.0
-Group:  System/YaST
 
 %description
 The YaST2 component for NIS configuration. NIS is a service similar to
@@ -80,6 +71,7 @@
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -101,5 +93,3 @@
 /usr/share/YaST2/scrconf/ypserv.scr
 /usr/share/YaST2/schema/autoyast/rnc/nis.rnc
 %doc %{_prefix}/share/doc/packages/yast2-nis-client
-
-%changelog

++ yast2-nis-client-2.23.1.tar.bz2 - yast2-nis-client-2.24.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-2.23.1/Makefile.in 
new/yast2-nis-client-2.24.0/Makefile.in
--- old/yast2-nis-client-2.23.1/Makefile.in 2013-01-07 10:58:01.0 
+0100
+++ new/yast2-nis-client-2.24.0/Makefile.in 2013-04-19 12:41:52.0 
+0200
@@ -63,8 +63,8 @@
 subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
-   $(top_srcdir)/configure config.guess config.sub depcomp \
-   install-sh ltmain.sh missing
+   $(top_srcdir)/configure config.guess config.sub install-sh \
+   ltmain.sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
$(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-2.23.1/VERSION 
new/yast2-nis-client-2.24.0/VERSION
--- old/yast2-nis-client-2.23.1/VERSION 2013-01-03 16:55:16.0 +0100
+++ new/yast2-nis-client-2.24.0/VERSION 2013-04-19 12:43:38.0 +0200
@@ -1 +1 @@
-2.23.1
+2.24.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-client-2.23.1/testsuite/tests/readwrite.out 

commit yodl for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package yodl for openSUSE:Factory checked in 
at 2013-04-20 19:55:50

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


Package is yodl, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yodl/yodl.changes2013-04-08 
15:05:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.yodl.new/yodl.changes   2013-04-20 
20:01:45.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 18 10:53:08 UTC 2013 - wer...@suse.de
+
+- Make it build with openSUSE = 12.2 
+
+---



Other differences:
--
++ yodl.spec ++
--- /var/tmp/diff_new_pack.8Rk18Q/_old  2013-04-20 20:02:49.0 +0200
+++ /var/tmp/diff_new_pack.8Rk18Q/_new  2013-04-20 20:02:49.0 +0200
@@ -24,9 +24,12 @@
 BuildRequires:  sed
 BuildRequires:  texlive-latex
 %if 0%{?suse_version}  1220
-BuildRequires:  texlive-bin
+BuildRequires:  texlive-collection-binextra
+BuildRequires:  texlive-collection-latex
 BuildRequires:  tex(a4.sty)
 BuildRequires:  tex(epsf.sty)
+%else
+BuildRequires:  texlive-bin
 %endif
 Version:3.00.0
 Release:0

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



commit openexr for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package openexr for openSUSE:Factory checked 
in at 2013-04-20 22:07:36

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


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

Changes:

--- /work/SRC/openSUSE:Factory/openexr/openexr.changes  2012-10-03 
09:20:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.openexr.new/openexr.changes 2013-04-20 
22:07:38.0 +0200
@@ -1,0 +2,25 @@
+Fri Apr 12 13:43:33 UTC 2013 - mvysko...@suse.com
+
+- update to 2.0.0
+ * Deep Data support - Pixels can now store a variable-length list of samples.
+   The main rationale behind deep images is to enable the storage of multiple
+   values at different depths for each pixel. OpenEXR 2.0 supports both

  
+   hard-surface and volumetric representations for Deep Compositing workflows. 

  
+ * Multi-part Image Files - With OpenEXR 2.0, files can now contain a number
+   of separate, but related, data parts in one file. Access to any part is
+   independent of the others, pixels from parts that are not required in the
+   current operation don't need to be accessed, resulting in quicker read
+   times when accessing only a subset of channels. The multipart interface 

+   also incorporates support for Stereo images where views are stored in   

  
+   separate parts. This makes stereo OpenEXR 2.0 files significantly faster to
+   work with than the previous multiview support in OpenEXR.
+ * Optimized pixel reading - decoding RGB(A) scanline images has been
+   accelerated on SSE processors providing a significant speedup when reading
+   both old and new format images, including multipart and multiview files.
+ * Namespacing - The library introduces versioned namespaces to avoid
+   conflicts between packages compiled with different versions of the library.
+- obsoleted 
+openexr-suse-docdir.patch (moved in install phase)
+openexr-disable-tests.patch
+
+---

Old:

  openexr-1.7.1.tar.gz
  openexr-disable-tests.patch
  openexr-suse-docdir.patch

New:

  openexr-2.0.0.tar.gz



Other differences:
--
++ openexr.spec ++
--- /var/tmp/diff_new_pack.mL2cGO/_old  2013-04-20 22:07:41.0 +0200
+++ /var/tmp/diff_new_pack.mL2cGO/_new  2013-04-20 22:07:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openexr
 #
-# 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
@@ -16,30 +16,27 @@
 #
 
 
+%global so_suffix -Imf_2_0-20
+
 Name:   openexr
-Version:1.7.1
+Version:2.0.0
 Release:0
 Summary:Utilities for work with HDR images in OpenEXR format
 License:BSD-3-Clause
 Group:  Productivity/Graphics/Other
 Url:http://www.openexr.com/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
 BuildRequires:  fltk-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
-BuildRequires:  ilmbase-devel
-# bug437293
-%ifarch ppc64
-Obsoletes:  OpenEXR-64bit
-%endif
-#
+BuildRequires:  ilmbase-devel = 2.0.0
+BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
 Obsoletes:  OpenEXR = 1.6.1
 Provides:   OpenEXR = %{version}
-Source0:%{name}-%version.tar.gz
+Source0:
http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
-Patch0: openexr-suse-docdir.patch
-# disable broken tests
-Patch1: openexr-disable-tests.patch
 
 %description
 OpenEXR is a high dynamic-range (HDR) image file format developed by
@@ -54,26 +51,24 @@
 * exr2aces, converter to ACES format
 * exrmultiview, combine two or more images into one multi-view
 
-%package -n libIlmImf7
+%package -n libIlmImf%{so_suffix}
 Summary:Library to Handle EXR Pictures in 16-Bit Floating-Point Format
 Group:  Development/Libraries/C and C++
-# provide also the most expected symbol
-Provides:   libopenexr7 = %{version}
 
-%description -n libIlmImf7
+%description -n libIlmImf%{so_suffix}
 OpenEXR is a high dynamic-range (HDR) image file format developed by
 Industrial Light  Magic for use in computer imaging applications.
 

commit openexr for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package openexr for openSUSE:Factory checked 
in at 2013-04-20 22:29:45

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


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

Changes:

--- /work/SRC/openSUSE:Factory/openexr/openexr.changes  2013-04-20 
22:07:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.openexr.new/openexr.changes 2013-04-20 
22:29:50.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 20 20:29:35 UTC 2013 - co...@suse.com
+
+- fix library deps
+
+---



Other differences:
--
++ openexr.spec ++
--- /var/tmp/diff_new_pack.YuHUJA/_old  2013-04-20 22:29:55.0 +0200
+++ /var/tmp/diff_new_pack.YuHUJA/_new  2013-04-20 22:29:55.0 +0200
@@ -77,8 +77,8 @@
 Provides:   OpenEXR-devel = %{version}
 Obsoletes:  libopenexr-devel = 1.7.0
 Provides:   libopenexr-devel = %{version}
+Requires:   libIlmImf%{so_suffix} = %{version}
 Requires:   libilmbase-devel
-Requires:   libopenexr7 = %{version}
 Requires:   pkg-config
 Requires:   zlib-devel
 

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.YuHUJA/_old  2013-04-20 22:29:56.0 +0200
+++ /var/tmp/diff_new_pack.YuHUJA/_new  2013-04-20 22:29:56.0 +0200
@@ -1 +1 @@
-libIlmImf7
+libIlmImf-Imf_2_0-20

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