commit libmlt for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package libmlt for openSUSE:Factory checked 
in at 2012-09-01 10:31:22

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


Package is libmlt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes2012-08-27 
16:15:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes   2012-09-01 
10:31:24.0 +0200
@@ -1,0 +2,22 @@
+Thu Aug 30 23:08:05 UTC 2012 - reddw...@opensuse.org
+
+- Update to 0.8.2
+  * Overhaul of A/V sync with libavformat-based inputs.
+  * Fix a major memory leak introduced in previous release.
+  * Fixes to problems revealed by Coverity Scan static analysis.
+  * Improved encoding presets.
+  * melt can now be built without SDL with define MELT_NOSDL, which is handy
+for running it as a child process on Windows and OS X.
+  * melt can now be signaled to quit, which also makes it more useful as a
+child process.
+- Rebase libmlt-0.8.2-vdpau.patch
+- Remove libmlt-0.8.0-fix_null_pointer_dereference.patch. Applied upstream.
+
+---
+Mon Aug 27 08:20:18 UTC 2012 - toddrme2...@gmail.com
+
+- Added libmlt-0.8.0-fix_null_pointer_dereference.patch, fixed
+  upstream.  See and BNC # 777416 and upstream comit 
+  17a64a9aa20aa27861b6169e38859358a323c5a8  
+
+---

Old:

  libmlt-0.8.0-vdpau.patch
  mlt-0.8.0.tar.gz

New:

  libmlt-0.8.2-vdpau.patch
  mlt-0.8.2.tar.gz



Other differences:
--
++ libmlt.spec ++
--- /var/tmp/diff_new_pack.E3AcCZ/_old  2012-09-01 10:31:25.0 +0200
+++ /var/tmp/diff_new_pack.E3AcCZ/_new  2012-09-01 10:31:25.0 +0200
@@ -27,7 +27,7 @@
 %define soname_pp 3
 
 Name:   %{libname}
-Version:0.8.0
+Version:0.8.2
 Release:0
 Summary:Multimedia framework designed and developed for television 
broadcasting
 License:GPL-3.0+
@@ -36,8 +36,8 @@
 Source0:
http://downloads.sourceforge.net/project/%{_name}/%{_name}/%{_name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM libmlt-0.8.0-optflags.patch sf#3554425 
reddw...@opensuse.org -- Build the python binding with %{optflags}
 Patch0: libmlt-0.8.0-optflags.patch
-# PATCH-FIX-UPSTREAM libmlt-0.8.0-vdpau.patch 
http://permalink.gmane.org/gmane.comp.video.mlt.devel/2392 
reddw...@opensuse.org -- Fix build with VDPAU support
-Patch1: libmlt-0.8.0-vdpau.patch
+# PATCH-FIX-OPENSUSE libmlt-0.8.2-vdpau.patch reddw...@opensuse.org -- Make 
VDPAU support work without the devel package
+Patch1: libmlt-0.8.2-vdpau.patch
 # PATCH-FIX-UPSTREAM libmlt-0.8.0-vdpau.patch sf#3555214 reddw...@opensuse.org 
-- Install modules and data in versioned directories
 Patch2: libmlt-0.8.0-versioned_dirs.patch
 BuildRequires:  gcc-c++

++ libmlt-0.8.0-vdpau.patch - libmlt-0.8.2-vdpau.patch ++
--- /work/SRC/openSUSE:Factory/libmlt/libmlt-0.8.0-vdpau.patch  2012-08-27 
16:15:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt-0.8.2-vdpau.patch 
2012-09-01 10:31:24.0 +0200
@@ -2,31 +2,23 @@
 ===
 --- src/modules/avformat/vdpau.c.orig
 +++ src/modules/avformat/vdpau.c
-@@ -70,11 +70,7 @@ static int vdpau_init( producer_avformat
+@@ -74,18 +74,7 @@ static int vdpau_init( producer_avformat
if ( !vdpau_init_done )
{
int flags = RTLD_NOW;
--  object = dlopen( /usr/lib64/libvdpau.so, flags );
+-  object = dlopen( /usr/lib/libvdpau.so, flags );
+-#ifdef ARCH_X86_64
 -  if ( !object )
--  object = dlopen( /usr/lib/libvdpau.so, flags );
+-  object = dlopen( /usr/lib64/libvdpau.so, flags );
+-  if ( !object )
+-  object = dlopen( 
/usr/lib/x86_64-linux-gnu/libvdpau.so.1, flags );
+-#elif ARCH_X86
+-  if ( !object )
+-  object = dlopen( 
/usr/lib/i386-linux-gnu/libvdpau.so.1, flags );
+-#endif
 -  if ( !object )
 -  object = dlopen( /usr/local/lib/libvdpau.so, flags );
 +  object = dlopen( __VDPAU_SONAME__, flags );
if ( object )
vdpau_device_create_x11 = dlsym( object, 
vdp_device_create_x11 );
else
-@@ -152,14 +148,12 @@ static int vdpau_get_buffer( AVCodecCont
-   frame-reordered_opaque = 
codec_context-reordered_opaque;
-   if ( frame-reference )
-   {
--  frame-age = 

commit libnfnetlink for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2012-09-01 10:31:34

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


Package is libnfnetlink, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes
2012-02-16 16:18:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2012-09-01 10:31:38.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 31 01:52:43 UTC 2012 - jeng...@inai.de
+
+- Update to new git snapshot 1.0.0+git35
+* Fix incomplete retrieval of the interface list,
+  which causes conntrackd to not operate as desired
+
+---

Old:

  libnfnetlink-1.0.0+git28.tar.xz

New:

  libnfnetlink-1.0.0+git35.tar.xz



Other differences:
--
++ libnfnetlink.spec ++
--- /var/tmp/diff_new_pack.pnmKYa/_old  2012-09-01 10:31:39.0 +0200
+++ /var/tmp/diff_new_pack.pnmKYa/_new  2012-09-01 10:31:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnfnetlink
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,10 @@
 #
 
 
-
 Name:   libnfnetlink
 %define libsoname  %{name}0
-Version:1.0.0+git28
-Release:2
-License:GPL-2.0
-Group:  Productivity/Networking/Security
+Version:1.0.0+git35
+Release:0
 Url:http://netfilter.org/projects/libnfnetlink/
 
 #Git-Clone:git://git.netfilter.org/libnfnetlink
@@ -31,8 +28,14 @@
 Source: %name-%version.tar.xz
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake = 1.6 libtool pkgconfig = 0.23 xz
+BuildRequires:  autoconf
+BuildRequires:  automake = 1.6
+BuildRequires:  libtool
+BuildRequires:  pkgconfig = 0.21
+BuildRequires:  xz
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
+License:GPL-2.0
+Group:  Productivity/Networking/Security
 
 %description
 libnfnetlink is the low-level library for netfilter related
@@ -46,8 +49,8 @@
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
 %package -n %libsoname
-Group:  System/Libraries
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
+Group:  System/Libraries
 
 %description -n %libsoname
 libnfnetlink is the low-level library for netfilter related
@@ -61,9 +64,9 @@
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
 %package -n %name-devel
-Group:  Development/Libraries/C and C++
 Requires:   %libsoname = %version
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
+Group:  Development/Libraries/C and C++
 
 %description -n %name-devel
 libnfnetlink is the low-level library for netfilter related
@@ -88,11 +91,11 @@
 if [ ! -e configure ]; then
autoreconf -fi;
 fi
-%configure --disable-static --includedir=%_includedir/%name-%version
+%configure --disable-static --includedir=%_includedir/%name-%version
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR=%buildroot
 rm -f %buildroot/%_libdir/*.la;
 
 %post -n %libsoname -p /sbin/ldconfig
@@ -102,11 +105,11 @@
 %files -n %libsoname
 %defattr(-,root,root)
 %doc COPYING README
-%_libdir/libnfnetlink.so.*
+%_libdir/libnfnetlink.so.0*
 
 %files -n %name-devel
 %defattr(-,root,root)
-%_includedir/libnfnetlink*
+%_includedir/%name-%version
 %_libdir/libnfnetlink.so
 %_libdir/pkgconfig/libnfnetlink.pc
 

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



commit libnl3 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package libnl3 for openSUSE:Factory checked 
in at 2012-09-01 10:31:44

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


Package is libnl3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libnl3/libnl3.changes2012-06-25 
14:21:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnl3.new/libnl3.changes   2012-09-01 
10:31:46.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 31 01:55:51 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 3.2.12
+* Add new API to retrieve versioning information at runtime
+  suitable for python ctype.
+
+---

Old:

  libdir.diff
  libnl-3.2.11.tar.bz2

New:

  libnl-3.2.12.tar.xz



Other differences:
--
++ libnl3.spec ++
--- /var/tmp/diff_new_pack.AXoxID/_old  2012-09-01 10:31:47.0 +0200
+++ /var/tmp/diff_new_pack.AXoxID/_new  2012-09-01 10:31:47.0 +0200
@@ -19,7 +19,7 @@
 Name:   libnl3
 %define lname  libnl3-200
 %define with_tools 1
-Version:3.2.11
+Version:3.2.12
 Release:0
 Summary:Convenience library for working with Netlink sockets
 License:LGPL-2.1 and GPL-2.0
@@ -28,19 +28,18 @@
 Url:http://people.suug.ch/~tgr/libnl/
 #Git-Clone:git://git.kernel.org/pub/scm/libs/netlink/libnl
 #Git-Clone:git://git.infradead.org/users/tgr/libnl
-Source: libnl-%version.tar.bz2
+Source: libnl-%version.tar.xz
 Source2:baselibs.conf
-Patch1: libdir.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
+#git#BuildRequires:autoconf, automake, libtool
 BuildRequires:  bison
-BuildRequires:  fdupes
-BuildRequires:  flex
-BuildRequires:  libtool
-BuildRequires:  pkgconfig = 0.23
-BuildRequires:  python-devel
+BuildRequires:  flex = 2.5.19
+BuildRequires:  pkgconfig = 0.21
+BuildRequires:  python-devel = 2.6
 BuildRequires:  xz
+%if 0%{?suse_version}
+BuildRequires:  fdupes
+%endif
 
 %description
 The libnl suite is a collection of libraries providing APIs to
@@ -99,33 +98,26 @@
 %endif
 
 %prep
-%if 0%{?__xz:1}
 %setup -qn libnl-%version
-%else
-tar -xf %{S:0} --use=xz;
-%setup -DTqn libnl-%version
-%endif
-%patch -P 1 -p1
 
 %build
-# we do have patches
-autoreconf -fi;
-
 if [ ! -e configure ]; then
autoreconf -fi;
 fi;
 %configure --disable-static
-make %{?_smp_mflags};
+make %{?_smp_mflags} pkglibdir=%_libdir/%lname;
 
 %install
 b=%buildroot;
-%makeinstall
+make install DESTDIR=%buildroot pkglibdir=%_libdir/%lname;
 find $b -iname *.la -delete;
 %if !%with_tools
 rm -Rf $b/%_sysconfdir/libnl;
 rm -Rf $b/%_sbindir $b/%_mandir/man8;
 %endif
+%if %{?fudes:1}
 %fdupes %buildroot
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 

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



commit libqdialogsolver1 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package libqdialogsolver1 for 
openSUSE:Factory checked in at 2012-09-01 10:31:52

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libqdialogsolver1/libqdialogsolver1.changes  
2011-10-18 14:45:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqdialogsolver1.new/libqdialogsolver1.changes 
2012-09-01 10:31:54.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 31 11:47:56 CEST 2012 - m...@suse.de
+
+- Adapt to libyui changes
+- version 1.3.1
+
+---

Old:

  libqdialogsolver1-1.3.0.tar.bz2

New:

  libqdialogsolver1-1.3.1.tar.bz2



Other differences:
--
++ libqdialogsolver1.spec ++
--- /var/tmp/diff_new_pack.mmqj9t/_old  2012-09-01 10:31:55.0 +0200
+++ /var/tmp/diff_new_pack.mmqj9t/_new  2012-09-01 10:31:55.0 +0200
@@ -18,15 +18,17 @@
 # norootforbuild
 
 Name:   libqdialogsolver1
-Version:1.3.0
+Version:1.3.1
 Release:0
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  System/Packages
 Summary:QDialog class for showing solver results
-Requires:   libzypp = %( echo `rpm -q --queryformat 
'%{VERSION}-%{RELEASE}' libzypp`) graphviz
-AutoreqProv:on
+%if 0%{?suse_version}
+%requires_gelibzypp
+%endif
+Requires:   graphviz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libqt4-devel gettext-devel cmake yast2-libyui-devel
+BuildRequires:  libqt4-devel gettext-devel cmake libyui-devel
 BuildRequires: gcc-c++ = 4.5
 
 # API Changes in zypp 2.1
@@ -37,7 +39,7 @@
 This package provides a QDialog class for showing solver results
 
 %package devel
-License:GPL v2 or later
+License:GPL-2.0+
 Requires:   libqdialogsolver1 == %{version}
 Summary:QDialog class for showing solver results
 Group:  Development/Libraries/Others

++ libqdialogsolver1-1.3.0.tar.bz2 - libqdialogsolver1-1.3.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libqdialogsolver1-1.3.0/VERSION.cmake 
new/libqdialogsolver1-1.3.1/VERSION.cmake
--- old/libqdialogsolver1-1.3.0/VERSION.cmake   2011-10-17 15:21:47.0 
+0200
+++ new/libqdialogsolver1-1.3.1/VERSION.cmake   2012-08-31 12:05:07.0 
+0200
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR 1)
 SET(VERSION_MINOR 3)
-SET(VERSION_PATCH 0)
+SET(VERSION_PATCH 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libqdialogsolver1-1.3.0/package/libqdialogsolver1.changes 
new/libqdialogsolver1-1.3.1/package/libqdialogsolver1.changes
--- old/libqdialogsolver1-1.3.0/package/libqdialogsolver1.changes   
2011-10-17 15:21:47.0 +0200
+++ new/libqdialogsolver1-1.3.1/package/libqdialogsolver1.changes   
2012-08-31 12:05:07.0 +0200
@@ -1,4 +1,10 @@
 ---
+Fri Aug 31 11:47:56 CEST 2012 - m...@suse.de
+
+- Adapt to libyui changes
+- version 1.3.1
+
+---
 Tue Oct 11 12:03:50 CEST 2011 - m...@suse.de
 
 - Use gcc-c++ = 4.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libqdialogsolver1-1.3.0/package/libqdialogsolver1.spec.in 
new/libqdialogsolver1-1.3.1/package/libqdialogsolver1.spec.in
--- old/libqdialogsolver1-1.3.0/package/libqdialogsolver1.spec.in   
2011-10-17 15:21:47.0 +0200
+++ new/libqdialogsolver1-1.3.1/package/libqdialogsolver1.spec.in   
2012-08-31 12:05:07.0 +0200
@@ -20,13 +20,15 @@
 Name:   @PACKAGE@
 Version:@VERSION@
 Release:0
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  System/Packages
 Summary:QDialog class for showing solver results
-Requires:   libzypp = %( echo `rpm -q --queryformat 
'%{VERSION}-%{RELEASE}' libzypp`) graphviz
-AutoreqProv:on
+%if 0%{?suse_version}
+%requires_gelibzypp
+%endif
+Requires:   graphviz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libqt4-devel gettext-devel cmake yast2-libyui-devel
+BuildRequires:  libqt4-devel gettext-devel cmake libyui-devel
 BuildRequires: gcc-c++ = 4.5
 
 # API Changes in zypp 2.1
@@ -37,7 +39,7 @@
 This package provides a QDialog class for showing solver results
 
 %package devel
-License:GPL v2 or later
+License:GPL-2.0+
 Requires:   libqdialogsolver1 == %{version}
 Summary:QDialog class for 

commit libvirt for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2012-09-01 10:32:01

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


Package is libvirt, Maintainer is jfeh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2012-08-22 
14:36:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2012-09-01 
10:32:02.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug 30 21:20:11 MDT 2012 - jfeh...@suse.com
+
+- Fix xen driver following changes to make it stateful
+  f781e276-xen-driver-fix.patch
+  bnc#778006
+
+---

New:

  f781e276-xen-driver-fix.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.AiShaF/_old  2012-09-01 10:32:05.0 +0200
+++ /var/tmp/diff_new_pack.AiShaF/_new  2012-09-01 10:32:05.0 +0200
@@ -415,6 +415,7 @@
 # Upstream patches
 Patch0: 4036aa91-systemd.patch
 Patch1: 6039a2cb-CVE-2012-3445.patch
+Patch2: f781e276-xen-driver-fix.patch
 # Need to go upstream
 Patch100:   xen-name-for-devid.patch
 Patch101:   clone.patch
@@ -552,6 +553,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %patch100 -p1
 %patch101
 %patch102 -p1

++ f781e276-xen-driver-fix.patch ++
commit f781e27653c7e50747c414a916c788cfc81760c4
Author: Jim Fehlig jfeh...@suse.com
Date:   Thu Aug 30 12:53:02 2012 -0600

Fix xen driver following changes to make it stateful

Recent work to improve support for loadable driver modules introduced
a regression in the xen driver.  The legacy xen driver is now a
stateful, libvirtd driver but was not being registered when building
without driver modules.

A slight behavior change was also noted in the xen drivers when
built as driver modules.  Previously, explicitly specifying a
connection URI was not necessary, but now

Compiled against library: libvirt 0.10.0
Using library: libvirt 0.10.0
Using API: QEMU 0.10.0
error: failed to get the hypervisor version
error: internal error Cannot find suitable emulator for x86_64

The xen drivers need to be registered before the qemu driver since
the qemu driver will return success with a null connection URI.
This ordering is safe since the xen drivers will decline when not
running the xen kernel.

Index: libvirt-0.9.13/daemon/Makefile.am
===
--- libvirt-0.9.13.orig/daemon/Makefile.am
+++ libvirt-0.9.13/daemon/Makefile.am
@@ -132,6 +132,10 @@ if WITH_LXC
 libvirtd_LDADD += ../src/libvirt_driver_lxc.la
 endif
 
+if WITH_XEN
+libvirtd_LDADD += ../src/libvirt_driver_xen.la
+endif
+
 if WITH_LIBXL
 libvirtd_LDADD += ../src/libvirt_driver_libxl.la
 endif
Index: libvirt-0.9.13/daemon/libvirtd.c
===
--- libvirt-0.9.13.orig/daemon/libvirtd.c
+++ libvirt-0.9.13/daemon/libvirtd.c
@@ -65,6 +65,9 @@
 # ifdef WITH_LXC
 #  include lxc/lxc_driver.h
 # endif
+# ifdef WITH_XEN
+#  include xen/xen_driver.h
+# endif
 # ifdef WITH_LIBXL
 #  include libxl/libxl_driver.h
 # endif
@@ -381,6 +384,12 @@ static void daemonInitialize(void)
 # ifdef WITH_INTERFACE
 virDriverLoadModule(interface);
 # endif
+# ifdef WITH_XEN
+virDriverLoadModule(xen);
+# endif
+# ifdef WITH_LIBXL
+virDriverLoadModule(libxl);
+# endif
 # ifdef WITH_QEMU
 virDriverLoadModule(qemu);
 # endif
@@ -390,12 +399,6 @@ static void daemonInitialize(void)
 # ifdef WITH_UML
 virDriverLoadModule(uml);
 # endif
-# ifdef WITH_XEN
-virDriverLoadModule(xen);
-# endif
-# ifdef WITH_LIBXL
-virDriverLoadModule(libxl);
-# endif
 #else
 # ifdef WITH_NETWORK
 networkRegister();
@@ -415,6 +418,9 @@ static void daemonInitialize(void)
 # ifdef WITH_NWFILTER
 nwfilterRegister();
 # endif
+# ifdef WITH_XEN
+xenRegister();
+# endif
 # ifdef WITH_LIBXL
 libxlRegister();
 # endif
++ use-init-script-redhat.patch ++
--- /var/tmp/diff_new_pack.AiShaF/_old  2012-09-01 10:32:05.0 +0200
+++ /var/tmp/diff_new_pack.AiShaF/_new  2012-09-01 10:32:05.0 +0200
@@ -256,7 +256,7 @@
 ===
 --- libvirt-0.9.13.orig/daemon/Makefile.am
 +++ libvirt-0.9.13/daemon/Makefile.am
-@@ -256,39 +256,23 @@ uninstall-logrotate:
+@@ -260,39 +260,23 @@ uninstall-logrotate:
rmdir $(DESTDIR)$(sysconfdir)/logrotate.d || :
  
  install-sysconfig:

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

commit libzypp for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2012-09-01 10:32:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2012-08-12 
15:27:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2012-09-01 
10:32:11.0 +0200
@@ -1,0 +2,20 @@
+Sun Aug 26 01:13:31 CEST 2012 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Aug 23 01:13:47 CEST 2012 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Sun Aug 19 01:14:11 CEST 2012 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Aug 16 01:13:43 CEST 2012 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---



Other differences:
--
++ libzypp-12.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-12.0.1/package/libzypp.changes 
new/libzypp-12.0.1/package/libzypp.changes
--- old/libzypp-12.0.1/package/libzypp.changes  2012-08-10 13:12:30.0 
+0200
+++ new/libzypp-12.0.1/package/libzypp.changes  2012-08-26 01:36:49.0 
+0200
@@ -1,4 +1,24 @@
 ---
+Sun Aug 26 01:13:31 CEST 2012 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Aug 23 01:13:47 CEST 2012 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Sun Aug 19 01:14:11 CEST 2012 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Aug 16 01:13:43 CEST 2012 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
 Fri Aug 10 12:53:47 CEST 2012 - m...@suse.de
 
 - Implement $ZYPP_LOCK_TIMEOUT: number of seconds to wait for a 
Files old/libzypp-12.0.1/po/zypp-po.tar.bz2 and 
new/libzypp-12.0.1/po/zypp-po.tar.bz2 differ

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



commit lilypond for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package lilypond for openSUSE:Factory 
checked in at 2012-09-01 10:32:18

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


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

Changes:

New Changes file:

--- /dev/null   2012-08-23 02:41:28.555381587 +0200
+++ /work/SRC/openSUSE:Factory/.lilypond.new/lilypond-doc.changes   
2012-09-01 10:32:24.0 +0200
@@ -0,0 +1,17 @@
+---
+Wed Aug 29 09:12:23 UTC 2012 - j.mairbo...@gmail.com
+
+- Remove dependency on ghostscript-fonts-rus (not available on = 12.2).
+
+---
+Wed Aug 29 09:04:02 UTC 2012 - j.mairbo...@gmail.com
+
+- Readd lilypond-doc for 2.16.0
+
+---
+Sat Mar 17 16:41:39 UTC 2012 - davejpla...@gmail.com
+
+- Split off lilypond-doc to a separate package.
+
+
+
--- /work/SRC/openSUSE:Factory/lilypond/lilypond.changes2012-08-07 
21:50:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.lilypond.new/lilypond.changes   2012-09-01 
10:32:24.0 +0200
@@ -1,0 +2,16 @@
+Tue Aug 28 19:45:18 UTC 2012 - j.mairbo...@gmail.com
+
+- Re-add lilypond-doc.spec again to build the offline documentation
+  again. It has been adjusted for 2.16.0 from the latest revision 
+  where it was still part of and a bit cleaned up. Info pages are
+  excluded because they are part of the main package now.
+
+---
+Sun Aug 26 14:24:20 UTC 2012 - davejpla...@gmail.com
+
+- Update to release 2.16.0
+- See :
+  http://lilypond.org/doc/v2.16/Documentation/changes/index.html
+  For upstream changes.
+
+---

Old:

  lilypond-2.15.42.tar.gz

New:

  lilypond-2.16.0.tar.gz
  lilypond-doc.changes
  lilypond-doc.spec



Other differences:
--
++ lilypond-doc.spec ++
#
# spec file for package lilypond-doc
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


#%%define info yes

Name:   lilypond-doc
Version:2.16.0
Release:0
BuildRequires:  autoconf
BuildRequires:  autotrace
BuildRequires:  bison
BuildRequires:  dblatex
BuildRequires:  dejavu
BuildRequires:  fdupes
BuildRequires:  flex
BuildRequires:  fontconfig-devel = 2.4.0
BuildRequires:  fontforge-devel
BuildRequires:  freetype2-devel = 2.1.10
BuildRequires:  gcc-c++
BuildRequires:  gentium
BuildRequires:  gettext-tools
BuildRequires:  ghostscript-fonts-other
#BuildRequires:  ghostscript-fonts-rus
BuildRequires:  ghostscript-fonts-std
BuildRequires:  ghostscript-library = 8.60
BuildRequires:  guile1 = 1.8.2
BuildRequires:  gzip
BuildRequires:  libgnutls-devel
BuildRequires:  libguile1-devel = 1.8.2
BuildRequires:  libicu
BuildRequires:  libtool
BuildRequires:  mftrace
BuildRequires:  pango-devel = 1.12
BuildRequires:  perl
BuildRequires:  python-devel = 2.4
BuildRequires:  t1utils
BuildRequires:  texlive-metapost
BuildRequires:  zip

BuildRequires:  ImageMagick-extra
BuildRequires:  netpbm
BuildRequires:  rsync
BuildRequires:  texinfo

BuildRequires:  fonts-arabic
BuildRequires:  ifntjapa
BuildRequires:  lilypond = %{version}
BuildRequires:  ttf-wqy-zenhei
BuildRequires:  xfntjp
BuildRequires:  xorg-x11-fonts
Requires:   lilypond = %{version}
Provides:   lilypond-documentation = %{version}
Obsoletes:  lilypond-documentation  %{version}
Summary:Documentation for the lilypond typesetter
License:GFDL-1.3
Group:  Documentation/HTML
BuildArch:  noarch
Url:http://lilypond.org/
Source0:
http://download.linuxaudio.org/lilypond/sources/v2.16/lilypond-%{version}.tar.gz
Patch0: lilypond-python26.patch
Patch1: lilypond-gcc44-relocate.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
PreReq: %install_info_prereq /usr/bin/touch /usr/bin/sed

%description 
LilyPond is a music typesetter, an automated engraving system.  

commit lua for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package lua for openSUSE:Factory checked in 
at 2012-09-01 10:32:28

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


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

Changes:

--- /work/SRC/openSUSE:Factory/lua/lua.changes  2012-04-12 09:39:30.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lua.new/lua.changes 2012-09-01 
10:32:31.0 +0200
@@ -1,0 +2,24 @@
+Thu Aug 16 00:34:57 UTC 2012 - crrodrig...@opensuse.org
+
+- Even after the previous update, third party modules/libraries
+  would not work because LUA_CDIR constant is wrong in x86_64 
+
+---
+Wed Aug 15 22:34:12 UTC 2012 - crrodrig...@opensuse.org
+
+- devel package must require libluaver = %{version} 
+
+---
+Wed Aug 15 22:24:01 UTC 2012 - crrodrig...@opensuse.org
+
+- Broken lua-suse patch breaks loading third party modules
+  or scripts 
+
+---
+Mon Jun 18 09:09:13 UTC 2012 - pgaj...@suse.com
+
+- updated to 5.2.1:
+  * main thread predefined in the registry
+  * bugfixes
+
+---

Old:

  lua-5.2.0.tar.bz2

New:

  lua-5.2.1.tar.bz2



Other differences:
--
++ lua.spec ++
--- /var/tmp/diff_new_pack.ZAm7PD/_old  2012-09-01 10:32:33.0 +0200
+++ /var/tmp/diff_new_pack.ZAm7PD/_new  2012-09-01 10:32:33.0 +0200
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:   lua
-Version:5.2.0
+Version:5.2.1
 Release:0
 Summary:Small Embeddable Language with Simple Procedural Syntax
 License:MIT
@@ -54,7 +53,7 @@
 Summary:Development files for lua
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   liblua%{libsuf}
+Requires:   liblua%{libsuf} = %{version}
 Conflicts:  lua50-devel
 Conflicts:  lua51-devel
 
@@ -110,6 +109,8 @@
 %patch0 -p1
 
 %build
+sed -i -e s@lib/lua/@%{_lib}/lua/@g src/luaconf.h
+grep LUA_CDIR src/luaconf.h 
 make %{?_smp_mflags} -C src CC=gcc MYCFLAGS=%{optflags} -fPIC 
-DLUA_USE_LINUX MYLIBS=-Wl,-E -ldl -lreadline -lhistory -lncurses 
V=%{major_version} all
 
 %install
@@ -130,7 +131,6 @@
 Name: Lua
 Description: An Extensible Extension Language
 Version: %{version}
-Requires:
 Libs: -llua -lm
 Cflags:
 EOF

++ lua-5.2.0.tar.bz2 - lua-5.2.1.tar.bz2 ++
 4455 lines of diff (skipped)

++ lua-suse.diff ++
--- /var/tmp/diff_new_pack.ZAm7PD/_old  2012-09-01 10:32:34.0 +0200
+++ /var/tmp/diff_new_pack.ZAm7PD/_new  2012-09-01 10:32:34.0 +0200
@@ -1,7 +1,7 @@
-Index: lua-5.2.0/Makefile
+Index: lua-5.2.1/Makefile
 ===
 lua-5.2.0.orig/Makefile
-+++ lua-5.2.0/Makefile
+--- lua-5.2.1.orig/Makefile
 lua-5.2.1/Makefile
 @@ -41,7 +41,7 @@ PLATS= aix ansi bsd freebsd generic linu
  # What to install.
  TO_BIN= lua luac
@@ -19,10 +19,10 @@
cd src  $(INSTALL_DATA) $(TO_LIB) $(INSTALL_LIB)
cd doc  $(INSTALL_DATA) $(TO_MAN) $(INSTALL_MAN)
  
-Index: lua-5.2.0/src/Makefile
+Index: lua-5.2.1/src/Makefile
 ===
 lua-5.2.0.orig/src/Makefile
-+++ lua-5.2.0/src/Makefile
+--- lua-5.2.1.orig/src/Makefile
 lua-5.2.1/src/Makefile
 @@ -29,6 +29,7 @@ MYOBJS=
  PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
  
@@ -50,7 +50,7 @@
 +  ln -fs $(LUA_SO).$(V) $(LUA_SO)
 +
  $(LUA_A): $(BASE_O)
-   $(AR) $@ $?
+   $(AR) $@ $(BASE_O)
$(RANLIB) $@
  
  $(LUA_T): $(LUA_O) $(LUA_A)
@@ -63,16 +63,16 @@
  
  clean:
$(RM) $(ALL_T) $(ALL_O)
-Index: lua-5.2.0/src/luaconf.h
+Index: lua-5.2.1/src/luaconf.h
 ===
 lua-5.2.0.orig/src/luaconf.h
-+++ lua-5.2.0/src/luaconf.h
+--- lua-5.2.1.orig/src/luaconf.h
 lua-5.2.1/src/luaconf.h
 @@ -100,7 +100,7 @@
  #else /* }{ */
  
  #define LUA_VDIR  LUA_VERSION_MAJOR . LUA_VERSION_MINOR /
 -#define LUA_ROOT  /usr/local/
-+#define LUA_ROOT  /usr
++#define LUA_ROOT  /usr/
  #define LUA_LDIR  LUA_ROOT share/lua/ LUA_VDIR
  #define LUA_CDIR  LUA_ROOT lib/lua/ LUA_VDIR
  #define LUA_PATH_DEFAULT  \

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



commit package-translations for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-09-01 10:32:55

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-08-28 20:50:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-09-01 10:32:56.0 +0200
@@ -2 +2 @@
-Mon Aug 27 16:13:51 CEST 2012 - co...@suse.com
+Fri Aug 31 16:14:17 CEST 2012 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2012-08-27
+- automated update on 2012-08-31



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

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



commit rubygem-childprocess for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-childprocess for 
openSUSE:Factory checked in at 2012-09-01 10:33:05

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


Package is rubygem-childprocess, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-childprocess/rubygem-childprocess.changes
2012-07-23 10:16:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-childprocess.new/rubygem-childprocess.changes
   2012-09-01 10:33:07.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  7 07:17:53 UTC 2012 - co...@suse.com
+
+- updated to version 0.3.5, no changelog
+
+---

Old:

  childprocess-0.3.4.gem

New:

  childprocess-0.3.5.gem



Other differences:
--
++ rubygem-childprocess.spec ++
--- /var/tmp/diff_new_pack.TbHRM9/_old  2012-09-01 10:33:08.0 +0200
+++ /var/tmp/diff_new_pack.TbHRM9/_new  2012-09-01 10:33:08.0 +0200
@@ -17,31 +17,22 @@
 
 
 Name:   rubygem-childprocess
-Version:0.3.4
+Version:0.3.5
 Release:0
 %define mod_name childprocess
 %define mod_full_name %{mod_name}-%{version}
-#
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-# ffi ~ 1.0
-BuildRequires:  rubygem-ffi-1 = 1.0
-Requires:   rubygem-ffi-1 = 1.0
-# ffi = 1.0.6
-BuildRequires:  rubygem-ffi = 1.0.6
-Requires:   rubygem-ffi = 1.0.6
-#
+BuildRequires:  ruby-macros = 1
 Url:http://github.com/jarib/childprocess
 Source: %{mod_full_name}.gem
-#
-Summary:This gem aims at being a simple and reliable solution for 
controlling external programs running in the background on any Ruby / OS 
combination
+Summary:This gem aims at being a simple and reliable solution for
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-This gem aims at being a simple and reliable solution for controlling external 
programs running in the background on any Ruby / OS combination.
+This gem aims at being a simple and reliable solution for controlling external
+programs running in the background on any Ruby / OS combination.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -61,9 +52,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{S:0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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



commit rubygem-ci_reporter for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ci_reporter for 
openSUSE:Factory checked in at 2012-09-01 10:33:15

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


Package is rubygem-ci_reporter, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ci_reporter/rubygem-ci_reporter.changes  
2012-03-16 13:24:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ci_reporter.new/rubygem-ci_reporter.changes 
2012-09-01 10:33:24.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug 27 19:47:34 UTC 2012 - co...@suse.com
+
+- updated to version 1.7.1
+  * #58: Use const_defined? for checking a constant is defined (Kouhei Sutou)
+  * #70: Initialize delegate IO for non-tee methods
+  * #55: Accommodate 1.8.7 which requires std streams to be subclasses of IO
+  * #52: Mark skipped tests as skipped instead of failure
+  * #51: Allow for constants to include Omission or :Omission (1.8 vs. 1.9).
+
+---

Old:

  ci_reporter-1.7.0.gem

New:

  ci_reporter-1.7.1.gem



Other differences:
--
++ rubygem-ci_reporter.spec ++
--- /var/tmp/diff_new_pack.jbfhfT/_old  2012-09-01 10:33:25.0 +0200
+++ /var/tmp/diff_new_pack.jbfhfT/_new  2012-09-01 10:33:25.0 +0200
@@ -17,24 +17,26 @@
 
 
 Name:   rubygem-ci_reporter
-Version:1.7.0
+Version:1.7.1
 Release:0
-Summary:CI::Reporter allows you to generate reams of XML for use with 
continuous integration systems
-License:MIT
-Group:  Development/Languages/Ruby
-Url:http://caldersphere.rubyforge.org/ci_reporter
 %define mod_name ci_reporter
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires:  rubygem-builder-3_0 = 2.1.2
-BuildRequires:  rubygem-rdoc
-BuildRequires:  rubygems_with_buildroot_patch
-Requires:   rubygem-builder-3_0 = 2.1.2
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
+Url:http://caldersphere.rubyforge.org/ci_reporter
+Source: %{mod_full_name}.gem
+Summary:CI::Reporter allows you to generate reams of XML for use with
+License:MIT
+Group:  Development/Languages/Ruby
 
 %description
-CI::Reporter is an add-on to Test::Unit, RSpec and Cucumber that allows you to 
generate XML reports of your test, spec and/or feature runs. The resulting 
files can be read by a continuous integration system that understands Ant's 
JUnit report XML format, thus allowing your CI system to track test/spec 
successes and failures.
+CI::Reporter is an add-on to Test::Unit, RSpec and Cucumber that allows you to
+generate XML reports of your test, spec and/or feature runs. The resulting
+files can be read by a continuous integration system that understands Ant's
+JUnit report XML format, thus allowing your CI system to track test/spec
+successes and failures.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -54,9 +56,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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



commit rubygem-daemons for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-daemons for openSUSE:Factory 
checked in at 2012-09-01 10:33:22

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-daemons/rubygem-daemons.changes  
2012-03-27 08:58:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-daemons.new/rubygem-daemons.changes 
2012-09-01 10:33:25.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 10 09:45:10 UTC 2012 - co...@suse.com
+
+- updated to version 1.1.9
+ * daemonize.rb: do srand in the forked child process both in daemonize and 
call_as_daemon 
+
+---

Old:

  daemons-1.1.2.gem

New:

  daemons-1.1.9.gem



Other differences:
--
++ rubygem-daemons.spec ++
--- /var/tmp/diff_new_pack.k8CGtg/_old  2012-09-01 10:33:26.0 +0200
+++ /var/tmp/diff_new_pack.k8CGtg/_new  2012-09-01 10:33:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-daemons
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,65 +15,57 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-daemons
-Version:1.1.2
+Version:1.1.9
 Release:0
 %define mod_name daemons
-#
-Group:  Development/Languages/Ruby
-License:Ruby
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
+BuildRequires:  ruby-macros = 1
 Url:http://daemons.rubyforge.org
-Source: %{mod_name}-%{version}.gem
-#
+Source: %{mod_full_name}.gem
 Summary:A toolkit to create and control daemons in different ways
-%description
-Daemons provides an easy way to wrap existing ruby scripts (for example
-a self-written server) to be run as a daemon and to be controlled by
-simple start/stop/restart commands.
-
-If you want, you can also use daemons to run blocks of ruby code in a
-daemon process and to control these processes from the main
-application.
-
-Besides this basic functionality, daemons offers many advanced features
-like exception backtracing and logging (in case your ruby script
-crashes) and monitoring and automatic restarting of your processes if
-they crash.
-
-Daemons includes the daemonize.rb script written by Travis Whitton to
-do the daemonization process.
+License:Ruby
+Group:  Development/Languages/Ruby
 
+%description
+Daemons provides an easy way to wrap existing ruby scripts (for example a
+self-written server)  to be run as a daemon and to be controlled by simple
+start/stop/restart commands.  You can also call blocks as daemons and control
+them from the parent or just daemonize the current process.  Besides this
+basic functionality, daemons offers many advanced features like exception 
+backtracing and logging (in case your ruby script crashes) and monitoring and
+automatic restarting of your processes if they crash.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
+%{_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
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
 
 %changelog

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



commit rubygem-devise for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-devise for openSUSE:Factory 
checked in at 2012-09-01 10:33:35

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-devise/rubygem-devise.changes
2012-07-16 09:44:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-devise.new/rubygem-devise.changes   
2012-09-01 10:33:37.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 31 12:51:22 UTC 2012 - co...@suse.com
+
+- update to 2.1.2, see CHANGELOG.md
+
+---

Old:

  devise-1.5.3.gem

New:

  devise-2.1.2.gem



Other differences:
--
++ rubygem-devise.spec ++
--- /var/tmp/diff_new_pack.Iaa1rW/_old  2012-09-01 10:33:38.0 +0200
+++ /var/tmp/diff_new_pack.Iaa1rW/_new  2012-09-01 10:33:38.0 +0200
@@ -15,33 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-devise
-Version:1.5.3
+Version:2.1.2
 Release:0
 %define mod_name devise
 %define mod_full_name %{mod_name}-%{version}
-#
-Group:  Development/Languages/Ruby
-License:   MIT
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-# warden ~ 1.1
-BuildRequires:  rubygem-warden = 1.1
-Requires:   rubygem-warden = 1.1
-# orm_adapter ~ 0.0.3
-BuildRequires:  rubygem-orm_adapter = 0.0.3
-Requires:   rubygem-orm_adapter = 0.0.3
-# bcrypt-ruby ~ 3.0
-BuildRequires:  rubygem-bcrypt-ruby-3 = 3.0
-Requires:   rubygem-bcrypt-ruby-3 = 3.0
-#
+BuildRequires:  ruby-macros = 1
 Url:http://github.com/plataformatec/devise
 Source: %{mod_full_name}.gem
-#
 Summary:Flexible authentication solution for Rails with Warden
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
 Flexible authentication solution for Rails with Warden
 
@@ -49,6 +37,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -57,16 +46,19 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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



commit rubygem-highline for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-highline for 
openSUSE:Factory checked in at 2012-09-01 10:33:51

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-highline/rubygem-highline.changes
2012-07-16 09:49:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-highline.new/rubygem-highline.changes   
2012-09-01 10:33:54.0 +0200
@@ -1,0 +2,8 @@
+Wed Aug 29 08:16:46 UTC 2012 - co...@suse.com
+
+- updated to version 1.6.14
+  * Added JRuby 1.7 support (by Mina Nagy).
+  * Take into account color escape sequences when wrapping text (by Mark J.
+Titorenko).
+
+---

Old:

  highline-1.6.13.gem

New:

  highline-1.6.14.gem



Other differences:
--
++ rubygem-highline.spec ++
--- /var/tmp/diff_new_pack.Z6Ko6w/_old  2012-09-01 10:33:55.0 +0200
+++ /var/tmp/diff_new_pack.Z6Ko6w/_new  2012-09-01 10:33:55.0 +0200
@@ -17,23 +17,25 @@
 
 
 Name:   rubygem-highline
-Version:1.6.13
+Version:1.6.14
 Release:0
-Summary:HighLine is a high-level command-line IO library
-License:GPL-2.0+
-Group:  Development/Languages/Ruby
-Url:http://highline.rubyforge.org
 %define mod_name highline
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-Provides:   rubygem-%{mod_name}-1_6 = %{version}
-BuildRequires:  rubygems_with_buildroot_patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
+Url:http://highline.rubyforge.org
+Source: %{mod_full_name}.gem
+Summary:HighLine is a high-level command-line IO library
+License:GPL-2.0+
+Group:  Development/Languages/Ruby
 
 %description
-A high-level IO library that provides validation, type conversion, and more for
-command-line interfaces. HighLine also includes a complete menu system that can
+A high-level IO library that provides validation, type conversion, and more
+for
+command-line interfaces. HighLine also includes a complete menu system that
+can
 crank out anything from simple list selection to complete shells with just
 minutes of work.
 
@@ -55,14 +57,15 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
 
 %install
-%gem_install %{SOURCE0}
-# Fix wrong shebang line:
-find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-type f -name *.rb -exec sed -i s|#!/usr/local/bin/ruby|#!/usr/bin/ruby| {} 
\;
-
+%gem_install -f
+# MANUAL
 find %{buildroot} -name .cvsignore -delete
 
 %files

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



commit rubygem-i18n for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-i18n for openSUSE:Factory 
checked in at 2012-09-01 10:34:07

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


Package is rubygem-i18n, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-i18n/rubygem-i18n.changes
2012-08-04 09:39:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-i18n.new/rubygem-i18n.changes   
2012-09-01 10:34:09.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 31 14:59:22 UTC 2012 - co...@suse.com
+
+- updated to version 0.6.1, no changelog
+
+---

Old:

  i18n-0.6.0.gem

New:

  i18n-0.6.1.gem



Other differences:
--
++ rubygem-i18n.spec ++
--- /var/tmp/diff_new_pack.Z34FgL/_old  2012-09-01 10:34:10.0 +0200
+++ /var/tmp/diff_new_pack.Z34FgL/_new  2012-09-01 10:34:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-i18n
-Version:0.6.0
+Version:0.6.1
 Release:0
 %define mod_name i18n
 %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-json for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-json for openSUSE:Factory 
checked in at 2012-09-01 10:34:15

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


Package is rubygem-json, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-json/rubygem-json.changes
2012-08-04 09:40:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-json.new/rubygem-json.changes   
2012-09-01 10:34:17.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 26 05:38:19 UTC 2012 - co...@suse.com
+
+- updated to version 1.7.5
+ * Fix compilation of extension on older rubies.
+
+---

Old:

  json-1.7.4.gem

New:

  json-1.7.5.gem



Other differences:
--
++ rubygem-json.spec ++
--- /var/tmp/diff_new_pack.kRpigP/_old  2012-09-01 10:34:18.0 +0200
+++ /var/tmp/diff_new_pack.kRpigP/_new  2012-09-01 10:34:18.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   rubygem-json
-Version:1.7.4
+Version:1.7.5
 Release:0
 %define mod_name json
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://flori.github.com/json
 Source: %{mod_full_name}.gem
 Summary:JSON Implementation for Ruby

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



commit rubygem-json_pure for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-json_pure for 
openSUSE:Factory checked in at 2012-09-01 10:34:23

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-json_pure/rubygem-json_pure.changes  
2012-08-04 09:41:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-json_pure.new/rubygem-json_pure.changes 
2012-09-01 10:34:25.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 26 05:38:52 UTC 2012 - co...@suse.com
+
+- updated to version 1.7.5
+ * Fix compilation of extension on older rubies.
+
+---

Old:

  json_pure-1.7.4.gem

New:

  json_pure-1.7.5.gem



Other differences:
--
++ rubygem-json_pure.spec ++
--- /var/tmp/diff_new_pack.e84gmi/_old  2012-09-01 10:34:26.0 +0200
+++ /var/tmp/diff_new_pack.e84gmi/_new  2012-09-01 10:34:26.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   rubygem-json_pure
-Version:1.7.4
+Version:1.7.5
 Release:0
 %define mod_name json_pure
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://flori.github.com/json
 Source: %{mod_full_name}.gem
 Summary:JSON Implementation for Ruby

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



commit rubygem-racc for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-racc for openSUSE:Factory 
checked in at 2012-09-01 10:34:33

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


Package is rubygem-racc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-racc/rubygem-racc.changes
2011-09-23 12:45:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-racc.new/rubygem-racc.changes   
2012-09-01 10:34:34.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 09:07:10 UTC 2012 - co...@suse.com
+
+- updated to version 1.4.9, changelog stopped at 1.4.6
+
+---

Old:

  racc-1.4.6.gem

New:

  racc-1.4.9.gem



Other differences:
--
++ rubygem-racc.spec ++
--- /var/tmp/diff_new_pack.t81ahK/_old  2012-09-01 10:34:35.0 +0200
+++ /var/tmp/diff_new_pack.t81ahK/_new  2012-09-01 10:34:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-racc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,33 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   rubygem-racc
-Version:1.4.6
-Release:1
+Version:1.4.9
+Release:0
 %define mod_name racc
-#
-Group:  Development/Languages/Ruby
-License:LGPL-2.1+
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-Provides:   ruby-racc = %{version}
-Obsoletes:  ruby-racc  %{version}
-#
-Url:http://racc.rubyforge.org/
-Source: %{mod_name}-%{version}.gem
-#
+BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
+Url:http://i.loveruby.net/en/projects/racc/
+Source: %{mod_full_name}.gem
 Summary:Racc is a LALR(1) parser generator
+License:LGPL-2.1+
+Group:  Development/Languages/Ruby
 
 %description
-Racc is a LALR(1) parser generator. It is written in Ruby itself, and 
generates Ruby program.
+Racc is a LALR(1) parser generator.
+It is written in Ruby itself, and generates Ruby program.
+NOTE: Ruby 1.8.x comes with Racc runtime module.  You
+can run your parsers generated by racc 1.4.x out of the
+box.
 
 %package doc
-
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
@@ -51,7 +48,6 @@
 Usually in RDoc and RI formats.
 
 %package testsuite
-
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
@@ -60,35 +56,32 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
 
 %install
-%gem_install %{S:0}
+%gem_install -f
 %gem_cleanup
-pushd %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-perl -pi -e 's|/usr/local/bin/ruby|/usr/bin/ruby|g' bin/*
-popd
-
-%clean
-%{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
 %{_bindir}/racc
 %{_bindir}/racc2y
 %{_bindir}/y2racc
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

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



commit rubygem-rails-3_2 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-3_2 for 
openSUSE:Factory checked in at 2012-09-01 10:34:39

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-3_2/rubygem-rails-3_2.changes  
2012-08-07 08:18:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rails-3_2.new/rubygem-rails-3_2.changes 
2012-09-01 10:34:42.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 10 06:35:46 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.8, version bump
+
+---

Old:

  rails-3.2.7.gem

New:

  rails-3.2.8.gem



Other differences:
--
++ rubygem-rails-3_2.spec ++
--- /var/tmp/diff_new_pack.wAWFSW/_old  2012-09-01 10:34:43.0 +0200
+++ /var/tmp/diff_new_pack.wAWFSW/_new  2012-09-01 10:34:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-rails-3_2
-Version:3.2.7
+Version:3.2.8
 Release:0
 %define mod_name rails
 %define mod_full_name %{mod_name}-%{version}
@@ -26,20 +26,20 @@
 BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.7
 BuildRequires:  ruby-devel = 1.8.7
-%if 0%{?suse_version}  1220
-BuildRequires:  rubygem-rdoc
-%endif
 Url:http://www.rubyonrails.org
 Source: %{mod_full_name}.gem
 Summary:Full-stack web application framework
 License:MIT
 Group:  Development/Languages/Ruby
-Recommends: rubygem-uglifier
-Recommends: rubygem-sass-rails-3_2 
-Recommends: rubygem-sqlite3
-Recommends: rubygem-jquery-rails
-Recommends: rubygem-coffee-rails 
-Recommends: rubygem-coffee-script-source
+# MANUAL BEGIN
+BuildRequires:  rubygem(rdoc)  3.10
+Recommends: rubygem(%{rb_ver}:uglifier)
+Recommends: rubygem(%{rb_ver}:sass-rails)
+Recommends: rubygem(%{rb_ver}:sqlite3)
+Recommends: rubygem(%{rb_ver}:jquery-rails)
+Recommends: rubygem(%{rb_ver}:coffee-rails)
+Recommends: rubygem(%{rv_ver}:coffee-script-source)
+# MANUAL END
 
 %description
 Ruby on Rails is a full-stack web framework optimized for programmer happiness
@@ -56,10 +56,11 @@
 Usually in RDoc and RI formats.
 
 %prep
-%gem_unpack
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
-%gem_build
 
 %install
 %gem_install -f

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



commit rubygem-railties-3_2 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-railties-3_2 for 
openSUSE:Factory checked in at 2012-09-01 10:34:50

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-railties-3_2/rubygem-railties-3_2.changes
2012-08-05 00:06:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-railties-3_2.new/rubygem-railties-3_2.changes
   2012-09-01 10:34:54.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 10 06:38:25 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.8
+ * ERB scaffold generator use the `:data = { :confirm = Text }` syntax 
instead of `:confirm`.
+
+---

Old:

  railties-3.2.7.gem

New:

  railties-3.2.8.gem



Other differences:
--
++ rubygem-railties-3_2.spec ++
--- /var/tmp/diff_new_pack.D6cCHH/_old  2012-09-01 10:34:55.0 +0200
+++ /var/tmp/diff_new_pack.D6cCHH/_new  2012-09-01 10:34:55.0 +0200
@@ -17,22 +17,29 @@
 
 
 Name:   rubygem-railties-3_2
-Version:3.2.7
+Version:3.2.8
 Release:0
+%define mod_name railties
+%define mod_full_name %{mod_name}-%{version}
+
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros = 1
+Requires:   ruby = 1.8.7
+BuildRequires:  ruby-devel = 1.8.7
+# rdoc ~ 3.4
+BuildRequires:  rubygem(rdoc)  4
+BuildRequires:  rubygem(rdoc) = 3.4
+BuildRequires:  rubygem(rdoc)  3.10
+Url:http://www.rubyonrails.org
+Source: %{mod_full_name}.gem
 Summary:Tools for creating, working with, and running Rails 
applications
 License:MIT
 Group:  Development/Languages/Ruby
-Url:http://www.rubyonrails.org
-%define mod_name railties
-%define mod_full_name %{mod_name}-%{version}
+# MANUAL BEGIN
 %define mod_branch -3_2
 %define mod_weight 32
-Source: %{mod_full_name}.gem
-BuildRequires:  ruby-devel = 1.8.7
-BuildRequires:  ruby-macros = 1.0
-Requires:   ruby = 1.8.7
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: update-alternatives
+# MANUAL END
 
 %description
 Rails internals: application bootup, plugins, generators, and rake tasks.
@@ -47,10 +54,15 @@
 Usually in RDoc and RI formats.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install -f %{SOURCE0}
 
+%install
+%gem_install -f
+# MANUAL BEGIN
 mv %{buildroot}%{_bindir}/rails{,%{mod_branch}}
 ln -s rails %{buildroot}%{_bindir}/rails
 # make sure it installs the right version when using rails-1.1
@@ -66,11 +78,13 @@
 if [ $1 = 0 ] ; then
 /usr/sbin/update-alternatives --remove rails %{_bindir}/rails%{mod_branch}
 fi
+# MANUAL END
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/rails
+# MANUAL
 %{_bindir}/rails%{mod_branch}
+%{_bindir}/rails
 %{_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-restility for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-restility for 
openSUSE:Factory checked in at 2012-09-01 10:34:56

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-restility/rubygem-restility.changes  
2012-01-26 14:08:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-restility.new/rubygem-restility.changes 
2012-09-01 10:34:58.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  1 05:07:21 UTC 2012 - co...@suse.com
+
+- updated to version 0.0.4, no upstream changelog
+
+---

Old:

  restility-0.0.1.gem

New:

  restility-0.0.4.gem



Other differences:
--
++ rubygem-restility.spec ++
--- /var/tmp/diff_new_pack.crjMMv/_old  2012-09-01 10:34:59.0 +0200
+++ /var/tmp/diff_new_pack.crjMMv/_new  2012-09-01 10:34:59.0 +0200
@@ -15,48 +15,66 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-restility
-Version:0.0.1
+Version:0.0.4
 Release:0
 %define mod_name restility
-#
+%define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
+BuildRequires:  ruby-macros = 1
+Url:https://github.com/openSUSE/restility
+Source: %{mod_full_name}.gem
+Summary:Set of tools for writing REST style web services
+License:GPL-2.0
+Group:  Development/Languages/Ruby
 
-BuildRequires:  rubygem-rake
-Requires:   rubygem-rake
+%description
+Generates REST documentation in Docbook and HTML format.
 
-# this actually doesn't work, but it is specified in the gem
-# so it is used also here...
-Url:http://restility.rubyforge.org
+%package doc
+Summary:RDoc documentation for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
 
-Source: %{mod_name}-%{version}.gem
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
 
-Summary:Utilities for writing REST web services
-License:GPL-2.0
+%package testsuite
+Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
 
-%description
-The package contains rest_doc utility for generating documentation
-for a REST API and rest_test utility for testing REST API.
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
-/usr/bin/rest_doc
-/usr/bin/rest_test
+%{_bindir}/rest_doc
+%{_bindir}/rest_test
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

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



commit rubygem-sass for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2012-09-01 10:35:04

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


Package is rubygem-sass, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2012-07-16 10:11:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2012-09-01 10:35:05.0 +0200
@@ -1,0 +2,12 @@
+Sun Aug 26 05:31:50 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.1
+  * Fix a buggy interaction with Pow and Capybara that caused EOFErrors.
+
+---
+Sat Aug 11 05:40:50 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.0
+  see http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html 
+
+---

Old:

  sass-3.1.20.gem

New:

  sass-3.2.1.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.UXDe1s/_old  2012-09-01 10:35:06.0 +0200
+++ /var/tmp/diff_new_pack.UXDe1s/_new  2012-09-01 10:35:06.0 +0200
@@ -17,33 +17,26 @@
 
 
 Name:   rubygem-sass
-Version:3.1.20
+Version:3.2.1
 Release:0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}
-#
-#
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-Provides:   rubygem-%{mod_name}-3   = %{version}
-Provides:   rubygem-%{mod_name}-3_1 = %{version}
-%rubygems_requires
 
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.7
 BuildRequires:  ruby-devel = 1.8.7
-#
 Url:http://sass-lang.com/
 Source: %{mod_full_name}.gem
-#
 Summary:A powerful but elegant CSS compiler that makes CSS fun again
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-  Sass makes CSS fun again. Sass is an extension of CSS3, adding
-  nested rules, variables, mixins, selector inheritance, and more.
-  It's translated to well-formatted, standard CSS using the
-  command line tool or a web-framework plugin.
+Sass makes CSS fun again. Sass is an extension of CSS3, adding
+nested rules, variables, mixins, selector inheritance, and more.
+It's translated to well-formatted, standard CSS using the
+command line tool or a web-framework plugin.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -63,14 +56,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
 
 %install
-%gem_install %{S:0}
-
-%clean
-%{__rm} -rf %{buildroot}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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



commit rubygem-test-unit for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-test-unit for 
openSUSE:Factory checked in at 2012-09-01 10:35:11

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


Package is rubygem-test-unit, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-test-unit/rubygem-test-unit.changes  
2012-07-16 10:11:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-test-unit.new/rubygem-test-unit.changes 
2012-09-01 10:35:12.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 29 08:11:23 UTC 2012 - co...@suse.com
+
+- updated to version 2.5.2, no changelog
+
+---

Old:

  test-unit-2.5.1.gem

New:

  test-unit-2.5.2.gem



Other differences:
--
++ rubygem-test-unit.spec ++
--- /var/tmp/diff_new_pack.T9tZLy/_old  2012-09-01 10:35:13.0 +0200
+++ /var/tmp/diff_new_pack.T9tZLy/_new  2012-09-01 10:35:13.0 +0200
@@ -17,39 +17,64 @@
 
 
 Name:   rubygem-test-unit
-Version:2.5.1
+Version:2.5.2
 Release:0
 %define mod_name test-unit
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
-Url:http://rubyforge.org/projects/test-unit/
-Source: %{mod_name}-%{version}.gem
-#
-Summary:Test::Unit 2.x - Improved version of Test::Unit bundled in 
Ruby 1.8.x
-License:Ruby
+BuildRequires:  ruby-macros = 1
+Url:http://test-unit.rubyforge.org/
+Source: %{mod_full_name}.gem
+Summary:test-unit - Improved version of Test::Unit bundled in Ruby 
1.8.x
+License:Ruby and Python-2.0
 Group:  Development/Languages/Ruby
 
 %description
-Test::Unit 2.x - Improved version of Test::Unit bundled in
-Ruby 1.8.x.
-
 Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit
 bundled in Ruby 1.8.x had not been improved but unbundled
-Test::Unit (Test::Unit 2.x) will be improved actively.
+Test::Unit (test-unit) is improved actively.
+
+%package doc
+Summary:RDoc documentation for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
+
+%package testsuite
+Summary:Test suite for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{S:0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

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



commit rubygem-thor for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-thor for openSUSE:Factory 
checked in at 2012-09-01 10:35:18

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-thor/rubygem-thor.changes
2012-08-04 13:26:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-thor.new/rubygem-thor.changes   
2012-09-01 10:35:21.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 26 05:32:09 UTC 2012 - co...@suse.com
+
+- updated to version 0.16.0
+  * Add enum to string arguments
+
+---

Old:

  thor-0.15.4.gem

New:

  thor-0.16.0.gem



Other differences:
--
++ rubygem-thor.spec ++
--- /var/tmp/diff_new_pack.kv1eKF/_old  2012-09-01 10:35:22.0 +0200
+++ /var/tmp/diff_new_pack.kv1eKF/_new  2012-09-01 10:35:22.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   rubygem-thor
-Version:0.15.4
+Version:0.16.0
 Release:0
 %define mod_name thor
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
-Url:http://github.com/wycats/thor
+BuildRequires:  rubygem(rdoc)  3.10
+Url:http://whatisthor.com/
 Source: %{mod_full_name}.gem
 Summary:A scripting framework that replaces rake, sake and rubigen
 License:MIT and Ruby

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



commit texlive-specs-f for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-f for openSUSE:Factory 
checked in at 2012-09-01 10:35:28

Comparing /work/SRC/openSUSE:Factory/texlive-specs-f (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-f.new (New)


Package is texlive-specs-f, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-f/texlive-specs-f.changes  
2012-07-20 10:13:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-f.new/texlive-specs-f.changes 
2012-09-01 10:35:32.0 +0200
@@ -1,0 +2,23 @@
+Wed Aug 29 11:00:26 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+ and LPPL-1.3c and GPL-3.0+ and MPL-1.1 and
+  LPPL-1.0 and OFL-1.1 and Apache-2.0 
+  Aggregate licenses for spec file without subpackages
+
+---
+Thu Aug  2 13:17:40 UTC 2012 - wer...@suse.de
+
+- Change font config semantic as the font directories below
+  /usr/share/fonts will be always found by freetype
+
+---
+Fri Jul 20 10:28:11 UTC 2012 - wer...@suse.de
+
+- Source validator does not like not applied patches 
+
+---
+Thu Jul 19 10:54:28 UTC 2012 - wer...@suse.de
+
+- Correct path in pgf patch 
+
+---



Other differences:
--
++ texlive-specs-f.spec ++
--- /var/tmp/diff_new_pack.VXSA4q/_old  2012-09-01 10:35:40.0 +0200
+++ /var/tmp/diff_new_pack.VXSA4q/_new  2012-09-01 10:35:40.0 +0200
@@ -31,7 +31,7 @@
 Version:2012
 Release:0
 Summary:One spec file for all TeX Live packages
-License:GPL-2.0
+License:GPL-2.0+ and LPPL-1.3c and GPL-3.0+ and MPL-1.1 and LPPL-1.0 
and OFL-1.1 and Apache-2.0 
 Group:  Development/Tools/Building
 Url:
http://build.opensuse.org/package/show?package=texlive-specs-fproject=Publishing:TeXLive
 Source0:texlive-specs.tar.xz






















































































































































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.VXSA4q/_old and /var/tmp/diff_new_pack.VXSA4q/_new 
differ

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



commit zypper for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2012-09-01 10:35:36

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


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

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2012-08-12 
15:30:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2012-09-01 
10:35:42.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 30 01:14:29 CEST 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---



Other differences:
--
++ zypper-1.8.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.8.0.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.8.0.tar.bz2 differ: char 11, 
line 1

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



commit package-translations for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-09-01 21:57:40

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-09-01 10:32:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-09-01 21:57:42.0 +0200
@@ -2 +2 @@
-Fri Aug 31 16:14:17 CEST 2012 - co...@suse.com
+Sat Sep  1 16:13:52 CEST 2012 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2012-08-31
+- automated update on 2012-09-01



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-cs.mo and new/mo/package-translations-cs.mo 
differ
Files old/mo/package-translations-de.mo and new/mo/package-translations-de.mo 
differ
Files old/mo/package-translations-es.mo and new/mo/package-translations-es.mo 
differ
Files old/mo/package-translations-fi.mo and new/mo/package-translations-fi.mo 
differ
Files old/mo/package-translations-fr.mo and new/mo/package-translations-fr.mo 
differ
Files old/mo/package-translations-hu.mo and new/mo/package-translations-hu.mo 
differ
Files old/mo/package-translations-it.mo and new/mo/package-translations-it.mo 
differ
Files old/mo/package-translations-ja.mo and new/mo/package-translations-ja.mo 
differ
Files old/mo/package-translations-nl.mo and new/mo/package-translations-nl.mo 
differ
Files old/mo/package-translations-pl.mo and new/mo/package-translations-pl.mo 
differ
Files old/mo/package-translations-pt.mo and new/mo/package-translations-pt.mo 
differ
Files old/mo/package-translations-pt_BR.mo and 
new/mo/package-translations-pt_BR.mo differ
Files old/mo/package-translations-zh_CN.mo and 
new/mo/package-translations-zh_CN.mo differ

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



commit proftpd for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package proftpd for openSUSE:Factory checked 
in at 2012-09-01 21:58:19

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


Package is proftpd, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes  2012-08-15 
11:20:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.proftpd.new/proftpd.changes 2012-09-01 
21:58:21.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 30 17:33:30 UTC 2012 - crrodrig...@opensuse.org
+
+- Disable ident lookups, this protocol is totally obsolete
+ and dangerous. (add --disable-ident)
+- Fix debug info generation ( add --disable-strip) 
+
+---
+Wed Aug 29 21:51:49 UTC 2012 - crrodrig...@opensuse.org
+
+- Add systemd unit 
+
+---

New:

  proftpd.service



Other differences:
--
++ proftpd.spec ++
--- /var/tmp/diff_new_pack.iwwArm/_old  2012-09-01 21:58:22.0 +0200
+++ /var/tmp/diff_new_pack.iwwArm/_new  2012-09-01 21:58:22.0 +0200
@@ -29,6 +29,7 @@
 Source1:
ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz.asc
 Source11:   %{name}.init
 Source12:   %{name}.passwd
+Source13:   %{name}.service
 #PATCH-FIX-openSUSE: pam, logrotate, xinet
 Patch100:   %{name}-1.3.4a-dist.patch
 #PATCH-FIX-openSUSE: provide a useful default config
@@ -60,6 +61,12 @@
 Recommends: %{name}-lang
 %endif
 
+%if 0%{?suse_version} = 1210
+BuildRequires:  systemd
+%{?systemd_requires}
+%define has_systemd 1
+%endif
+
 %description
 ProFTPD is a highly configurable FTP daemon for Unix and Unix-like
 operating systems.  See the README.ports file for more details about
@@ -134,9 +141,9 @@
 
 %build
 PROFTPD_SHARED_MODS=$(for spec_mod in $(find contrib -name mod_\*.c); do echo 
$(basename ${spec_mod%%.c}); done | tr '\n' ':' | sed -e 's|:$||')
-export CFLAGS=$RPM_OPT_FLAGS -DLDAP_DEPRECATED
+export CFLAGS=$RPM_OPT_FLAGS -D_GNU_SOURCE -DLDAP_DEPRECATED
 export CXXFLAGS=$CFLAGS
-%configure \
+%configure --disable-static --with-pic \
 --bindir=%{_sbindir} \
 --libexecdir=%{_libdir}/%{name} \
 --sysconfdir=%{_sysconfdir}/%{name} \
@@ -150,7 +157,9 @@
 --enable-openssl \
 --with-lastlog \
 --with-includes=%{_includedir}/mysql:%{_includedir}/pgsql \
---with-shared=${PROFTPD_SHARED_MODS}
+--with-shared=${PROFTPD_SHARED_MODS} \
+--disable-ident \
+--disable-strip 
 
 #--enable-memcache \
 %{__make} %{?_smp_mflags}
@@ -173,17 +182,28 @@
 %{__install} -m 0644 %{S:12} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/auth/passwd
 %{__install} -d -m 0750 $RPM_BUILD_ROOT/var/log/%{name}
 
+%if 0%{?has_systemd}
+%{__install} -D -m 0644 %{S:13} %{buildroot}%{_unitdir}/%{name}.service
+%endif
+
 %find_lang %{name}
 
 %pre
 # on `rpm -ivh` PARAM is 1
 # on `rpm -Uvh` PARAM is 2
 #if [ $1 = 1 ]; then
+%if 0%{?has_systemd}
+%service_add_pre %{name}.service
+%endif
 
 %preun
 # on `rpm -e` PARAM is 0
 %stop_on_removal proftpd
 
+%if 0%{?has_systemd}
+%service_del_preun %{name}.service
+%endif
+
 %post
 # on `rpm -ivh` PARAM is 1
 # on `rpm -Uvh` PARAM is 2
@@ -193,6 +213,10 @@
 #fi
 %{fillup_and_insserv -f proftpd}
 
+%if 0%{?has_systemd}
+%service_add_post %{name}.service
+%endif
+
 %postun
 # on `rpm -e` PARAM is 0
 if [ $1 = 0 ]; then
@@ -200,6 +224,10 @@
 fi
 %restart_on_update proftpd
 
+%if 0%{?has_systemd}
+%service_del_postun %{name}.service
+%endif
+
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -247,6 +275,9 @@
 %exclude %{_libdir}/%{name}/mod_sql_postgres.so
 %exclude %{_libdir}/%{name}/mod_radius.so
 %exclude %{_libdir}/%{name}/mod_sql_sqlite.so
+%if 0%{?has_systemd}
+%{_unitdir}/%{name}.service
+%endif
 
 %files devel
 %defattr(-,root,root,-)


++ proftpd.service ++
[Unit]
Description=ProFTPd FTP server
After=network.target remote-fs.target

[Service]
ExecStart=/usr/sbin/proftpd --nodaemon
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-actionmailer-3_2 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionmailer-3_2 for 
openSUSE:Factory checked in at 2012-09-01 21:58:28

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionmailer-3_2/rubygem-actionmailer-3_2.changes
2012-08-04 09:34:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionmailer-3_2.new/rubygem-actionmailer-3_2.changes
   2012-09-01 21:58:37.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 10 06:28:38 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.8, no changes
+
+---

Old:

  actionmailer-3.2.7.gem

New:

  actionmailer-3.2.8.gem



Other differences:
--
++ rubygem-actionmailer-3_2.spec ++
--- /var/tmp/diff_new_pack.U5HYk9/_old  2012-09-01 21:58:38.0 +0200
+++ /var/tmp/diff_new_pack.U5HYk9/_new  2012-09-01 21:58:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-actionmailer-3_2
-Version:3.2.7
+Version:3.2.8
 Release:0
 %define mod_name actionmailer
 %define mod_full_name %{mod_name}-%{version}
@@ -47,11 +47,14 @@
 Usually in RDoc and RI formats.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
 
 %install
-%gem_install -f %{S:0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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



commit rubygem-actionpack-3_2 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionpack-3_2 for 
openSUSE:Factory checked in at 2012-09-01 21:58:35

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionpack-3_2/rubygem-actionpack-3_2.changes
2012-08-04 09:34:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionpack-3_2.new/rubygem-actionpack-3_2.changes
   2012-09-01 21:58:38.0 +0200
@@ -1,0 +2,10 @@
+Fri Aug 10 06:29:13 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.8
+  * html_escape should escape single quotes.
+  * Reverted the deprecation of :confirm.
+  * Reverted the deprecation of :disable_with.
+  * Reverted the deprecation of :mouseover option to image_tag.
+  * Reverted the deprecation of button_to_function and link_to_function 
helpers.
+
+---

Old:

  actionpack-3.2.7.gem

New:

  actionpack-3.2.8.gem



Other differences:
--
++ rubygem-actionpack-3_2.spec ++
--- /var/tmp/diff_new_pack.ogisa8/_old  2012-09-01 21:58:39.0 +0200
+++ /var/tmp/diff_new_pack.ogisa8/_new  2012-09-01 21:58:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-actionpack-3_2
-Version:3.2.7
+Version:3.2.8
 Release:0
 %define mod_name actionpack
 %define mod_full_name %{mod_name}-%{version}
@@ -28,7 +28,7 @@
 BuildRequires:  ruby-devel = 1.8.7
 Url:http://www.rubyonrails.org
 Source: %{mod_full_name}.gem
-Summary:Web-flow and rendering framework putting the VC in MVC (part 
of Rails)
+Summary:Web-flow and rendering framework putting the VC in MVC (part of
 License:MIT
 Group:  Development/Languages/Ruby
 
@@ -46,10 +46,11 @@
 Usually in RDoc and RI formats.
 
 %prep
-%gem_unpack
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
-%gem_build
 
 %install
 %gem_install -f

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



commit rubygem-activemodel-3_2 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activemodel-3_2 for 
openSUSE:Factory checked in at 2012-09-01 21:58:41

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activemodel-3_2/rubygem-activemodel-3_2.changes
  2012-08-04 09:34:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activemodel-3_2.new/rubygem-activemodel-3_2.changes
 2012-09-01 21:58:43.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 10 06:31:37 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.8, no changes
+
+---

Old:

  activemodel-3.2.7.gem

New:

  activemodel-3.2.8.gem



Other differences:
--
++ rubygem-activemodel-3_2.spec ++
--- /var/tmp/diff_new_pack.hJRQPY/_old  2012-09-01 21:58:44.0 +0200
+++ /var/tmp/diff_new_pack.hJRQPY/_new  2012-09-01 21:58:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activemodel-3_2
-Version:3.2.7
+Version:3.2.8
 Release:0
 %define mod_name activemodel
 %define mod_full_name %{mod_name}-%{version}
@@ -47,10 +47,11 @@
 Usually in RDoc and RI formats.
 
 %prep
-%gem_unpack
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
-%gem_build
 
 %install
 %gem_install -f

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



commit rubygem-activerecord-3_2 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activerecord-3_2 for 
openSUSE:Factory checked in at 2012-09-01 21:58:50

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-3_2/rubygem-activerecord-3_2.changes
2012-08-04 09:35:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-3_2.new/rubygem-activerecord-3_2.changes
   2012-09-01 21:58:52.0 +0200
@@ -1,0 +2,18 @@
+Fri Aug 10 06:32:09 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.8
+*   Do not consider the numeric attribute as changed if the old value is zero 
and the new value
+is not a string.  Fixes #7237.
+*   Removes the deprecation of `update_attribute`. *fxn*
+*   Reverted the deprecation of `composed_of`.
+*   Reverted the deprecation of `*_sql` association options. They will
+be deprecated in 4.0 instead.
+*   Do not eager load AR session store. ActiveRecord::SessionStore depends on 
the abstract store
+in Action Pack. Eager loading this class would break client code that 
eager loads Active Record
+standalone.
+Fixes #7160
+*   Do not set RAILS_ENV to development when using `db:test:prepare` and 
related rake tasks.
+This was causing the truncation of the development database data when 
using RSpec.
+Fixes #7175.
+
+---

Old:

  activerecord-3.2.7.gem

New:

  activerecord-3.2.8.gem



Other differences:
--
++ rubygem-activerecord-3_2.spec ++
--- /var/tmp/diff_new_pack.xDMAbP/_old  2012-09-01 21:58:56.0 +0200
+++ /var/tmp/diff_new_pack.xDMAbP/_new  2012-09-01 21:58:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activerecord-3_2
-Version:3.2.7
+Version:3.2.8
 Release:0
 %define mod_name activerecord
 %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
 Url:http://www.rubyonrails.org
 Source: %{mod_full_name}.gem
 Summary:Object-relational mapper framework (part of Rails)
@@ -47,11 +48,14 @@
 Usually in RDoc and RI formats.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
 
 %install
-%gem_install -f %{S:0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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



commit rubygem-activeresource-3_2 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activeresource-3_2 for 
openSUSE:Factory checked in at 2012-09-01 21:58:58

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activeresource-3_2/rubygem-activeresource-3_2.changes
2012-08-04 09:35:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activeresource-3_2.new/rubygem-activeresource-3_2.changes
   2012-09-01 21:59:00.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 10 06:34:47 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.8, no changes
+
+---

Old:

  activeresource-3.2.7.gem

New:

  activeresource-3.2.8.gem



Other differences:
--
++ rubygem-activeresource-3_2.spec ++
--- /var/tmp/diff_new_pack.hvO6Fv/_old  2012-09-01 21:59:01.0 +0200
+++ /var/tmp/diff_new_pack.hvO6Fv/_new  2012-09-01 21:59:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activeresource-3_2
-Version:3.2.7
+Version:3.2.8
 Release:0
 %define mod_name activeresource
 %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
 Url:http://www.rubyonrails.org
 Source: %{mod_full_name}.gem
 Summary:REST modeling framework (part of Rails)
@@ -46,11 +47,14 @@
 Usually in RDoc and RI formats.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
 
 %install
-%gem_install -f %{S:0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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



commit rubygem-activesupport-3_2 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activesupport-3_2 for 
openSUSE:Factory checked in at 2012-09-01 21:59:06

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activesupport-3_2/rubygem-activesupport-3_2.changes
  2012-08-04 15:29:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activesupport-3_2.new/rubygem-activesupport-3_2.changes
 2012-09-01 21:59:11.0 +0200
@@ -1,0 +2,12 @@
+Fri Aug 10 06:26:40 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.8
+  * Fix ActiveSupport integration with Mocha  0.12.1. *Mike Gunderloy*
+  * Reverted the deprecation of ActiveSupport::JSON::Variable. *Rafael 
Mendonça França*
+
+---
+Mon Aug  6 10:53:23 UTC 2012 - co...@suse.com
+
+- regenerated spec to get buildrequire on rdoc
+
+---

Old:

  activesupport-3.2.7.gem

New:

  activesupport-3.2.8.gem



Other differences:
--
++ rubygem-activesupport-3_2.spec ++
--- /var/tmp/diff_new_pack.4z3Uzm/_old  2012-09-01 21:59:11.0 +0200
+++ /var/tmp/diff_new_pack.4z3Uzm/_new  2012-09-01 21:59:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activesupport-3_2
-Version:3.2.7
+Version:3.2.8
 Release:0
 %define mod_name activesupport
 %define mod_full_name %{mod_name}-%{version}
@@ -26,9 +26,10 @@
 BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.7
 BuildRequires:  ruby-devel = 1.8.7
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://www.rubyonrails.org
 Source: %{mod_full_name}.gem
-Summary:A toolkit of support libraries and Ruby core extensions 
extracted from the Rails framework
+Summary:A toolkit of support libraries and Ruby core extensions 
extracted
 License:MIT
 Group:  Development/Languages/Ruby
 
@@ -47,10 +48,11 @@
 Usually in RDoc and RI formats.
 
 %prep
-%gem_unpack
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
-%gem_build
 
 %install
 %gem_install -f

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



commit rubygem-builder-3_0 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-builder-3_0 for 
openSUSE:Factory checked in at 2012-09-01 21:59:12

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


Package is rubygem-builder-3_0, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-builder-3_0/rubygem-builder-3_0.changes  
2012-08-04 09:36:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-builder-3_0.new/rubygem-builder-3_0.changes 
2012-09-01 21:59:14.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 11:02:11 UTC 2012 - co...@suse.com
+
+- buildrequire rdoc
+
+---



Other differences:
--
++ rubygem-builder-3_0.spec ++
--- /var/tmp/diff_new_pack.cj0TpN/_old  2012-09-01 21:59:14.0 +0200
+++ /var/tmp/diff_new_pack.cj0TpN/_new  2012-09-01 21:59:14.0 +0200
@@ -24,9 +24,10 @@
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://onestepback.org
 Source: %{mod_full_name}.gem
-Summary:Builders for MarkUp.
+Summary:Builders for MarkUp
 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-gem2rpm for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory 
checked in at 2012-09-01 21:59:21

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


Package is rubygem-gem2rpm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes  
2012-08-04 09:39:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes 
2012-09-01 21:59:23.0 +0200
@@ -1,0 +2,11 @@
+Mon Aug  6 10:54:32 UTC 2012 - co...@suse.com
+
+- buildrequire rdoc if there are options (I just picked 3.10 as
+  minimum, which is one higher than what ruby 1.9.1 offers in itself)
+
+---
+Wed Aug  1 06:07:50 UTC 2012 - co...@suse.com
+
+- shorten the summary
+
+---



Other differences:
--

++ gem2rpm-fix-opensuse-template.diff ++
--- /var/tmp/diff_new_pack.BcrzNn/_old  2012-09-01 21:59:24.0 +0200
+++ /var/tmp/diff_new_pack.BcrzNn/_new  2012-09-01 21:59:24.0 +0200
@@ -12,7 +12,7 @@
  #
  # All modifications and additions to the file contributed by third parties
  # remain the property of their copyright owners, unless otherwise agreed
-@@ -15,58 +15,103 @@
+@@ -15,58 +15,106 @@
  # Please submit bugfixes or comments via http://bugs.opensuse.org/
  #
  
@@ -45,8 +45,8 @@
  % end -%
 -% for d in spec.dependencies -%
 +% end -%
-+% if false -%
 +% for d in spec.runtime_dependencies -%
++% if ['rdoc'].include? d.name.to_s -%
 +# %= d.name % %= d.__getobj__().requirement %
  % for req in d.requirement -%
 -BuildRequires:  rubygem-%= d.name % %= req %
@@ -56,6 +56,9 @@
  % end -%
 -#
 +% end -%
++% unless spec.rdoc_options.empty? -%
++BuildRequires:  rubygem(rdoc)  3.10
++% end -%
 +% unless spec.homepage.nil? || spec.homepage.empty? -%
  Url:%= spec.homepage %
 -Source: %{mod_name}-%{version}.gem
@@ -74,7 +77,7 @@
  %description
 -%= spec.description %
 +%= spec.description -%
- 
++
 +% if spec.has_rdoc -%
 +%package doc
 +Summary:RDoc documentation for %{mod_name}
@@ -84,7 +87,7 @@
 +%description doc
 +Documentation generated at gem installation time.
 +Usually in RDoc and RI formats.
-+
+ 
 +% end -%
 +% test_frameworks = %w(test spec).select { |framework| 
format.file_entries.any? { |entry, data| path = entry['path'] ; 
path.index(framework + /) == 0 } } -%
 +% unless test_frameworks.empty? -%
@@ -160,12 +163,30 @@
 -  Helpers::word_wrap(super.to_s.chomp, 78) + \n
 +  text=super
 +  if text.nil? or text.empty?
-+text=self.summary
++text=self.__getobj__().summary
 +  end
 +  Helpers::word_wrap(text.to_s.chomp, 78) + \n
  end
  
  # A list of Gem::Dependency objects this gem depends on (includes every
+@@ -15,6 +19,17 @@ module Gem2Rpm
+   super.map {|d| Gem2Rpm::Dependency.new d}
+ end
+ 
++# a short summary trimmed to 70 characters
++def summary
++  text = super
++  if text.length = 70
++ text = text[0,70].split(/\s/)
++ text = text[0, text.length-1].join( )
++  end
++  text = text[0, text.length-1] if text[-1] == '.'
++  text
++end
++
+ # List of dependencies that are used for development.
+ def development_dependencies
+   super.map {|d| Gem2Rpm::Dependency.new d}
 Index: gem2rpm-0.8.1/lib/gem2rpm.rb
 ===
 --- gem2rpm-0.8.1.orig/lib/gem2rpm.rb

-- 
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

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext_i18n_rails for 
openSUSE:Factory checked in at 2012-09-01 21:59:28

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 r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails/rubygem-gettext_i18n_rails.changes
2012-06-01 22:32:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new/rubygem-gettext_i18n_rails.changes
   2012-09-01 21:59:39.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  1 05:04:20 UTC 2012 - co...@suse.com
+
+- updated to version 0.6.6, no upstream changelog
+
+---

Old:

  gettext_i18n_rails-0.4.3.gem

New:

  gettext_i18n_rails-0.6.6.gem



Other differences:
--
++ rubygem-gettext_i18n_rails.spec ++
--- /var/tmp/diff_new_pack.JdJ3Ib/_old  2012-09-01 21:59:40.0 +0200
+++ /var/tmp/diff_new_pack.JdJ3Ib/_new  2012-09-01 21:59:40.0 +0200
@@ -15,27 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-gettext_i18n_rails
-Version:0.4.3
+Version:0.6.6
 Release:0
 %define mod_name gettext_i18n_rails
 %define mod_full_name %{mod_name}-%{version}
-#
-Group:  Development/Languages/Ruby
-License:   SUSE-Public-Domain
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-# fast_gettext = 0
-BuildRequires:  rubygem-fast_gettext
-Requires:   rubygem-fast_gettext
-#
+BuildRequires:  ruby-macros = 1
 Url:http://github.com/grosser/gettext_i18n_rails
 Source: %{mod_full_name}.gem
-#
 Summary:Simple FastGettext Rails integration
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
 Simple FastGettext Rails integration.
 
@@ -43,6 +37,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -51,16 +46,19 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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

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



commit rubygem-mocha for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mocha for openSUSE:Factory 
checked in at 2012-09-01 21:59:37

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


Package is rubygem-mocha, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mocha/rubygem-mocha.changes  
2012-08-04 13:24:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mocha.new/rubygem-mocha.changes 
2012-09-01 21:59:40.0 +0200
@@ -1,0 +2,12 @@
+Mon Aug  6 14:19:50 UTC 2012 - co...@suse.com
+
+- updated to version 0.12.3
+  * Revert rename of undocumented internal module since it turns out 
+Rails/ActiveSupport is relying on its existence.
+
+---
+Fri Aug  3 14:10:41 UTC 2012 - co...@suse.com
+
+- updated to version 0.12.2
+
+---

Old:

  mocha-0.12.1.gem

New:

  mocha-0.12.3.gem



Other differences:
--
++ rubygem-mocha.spec ++
--- /var/tmp/diff_new_pack.gUKiVt/_old  2012-09-01 21:59:41.0 +0200
+++ /var/tmp/diff_new_pack.gUKiVt/_new  2012-09-01 21:59:41.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   rubygem-mocha
-Version:0.12.1
+Version:0.12.3
 Release:0
 %define mod_name mocha
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://gofreerange.com/mocha/docs
 Source: %{mod_full_name}.gem
 Summary:Mocking and stubbing library

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



commit rubygem-net-ssh for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2012-09-01 21:59:44

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


Package is rubygem-net-ssh, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2012-03-09 21:27:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2012-09-01 21:59:45.0 +0200
@@ -1,0 +2,26 @@
+Wed Aug  1 05:05:48 UTC 2012 - co...@suse.com
+
+- updated to version 2.5.2
+ * Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini] 
+ * Added missing file to manifest [Marco Sandrini]
+ * Implement many algorithms [Ryosuke Yamazaki]
+   * Key Exchange
+  * diffie-hellman-group14-sha1
+  * ecdh-sha2-nistp{256,384,521}
+* Host Key
+  * ecdsa-sha2-nistp{256,384,521}
+* Authentication
+  * ecdsa-sha2-nistp{256,384,521}
+* HMAC
+  * hmac-ripemd160
+* Cipher:
+  * aes{128,192,256}-ctr
+  * camellia{128,192,256}-ctr
+  * blowfish-ctr
+  * cast128-ctr
+  * 3des-ctr
+  * arcfour (has problems with weak keys, and should be used with caution)
+  * camellia{128,192,256}-cbc
+ * Support for JRuby + Pageant + Windows [arturaz]
+
+---

Old:

  net-ssh-2.3.0.gem

New:

  net-ssh-2.5.2.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.Ek3qeO/_old  2012-09-01 21:59:47.0 +0200
+++ /var/tmp/diff_new_pack.Ek3qeO/_new  2012-09-01 21:59:47.0 +0200
@@ -11,26 +11,29 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-net-ssh
-Version:2.3.0
+Version:2.5.2
 Release:0
-License:MIT
-Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
-Url:http://github.com/net-ssh/net-ssh
-Group:  Development/Languages/Ruby
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires:  rubygems_with_buildroot_patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros = 1
+Url:http://github.com/net-ssh/net-ssh
+Source: %{mod_full_name}.gem
+Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
+License:MIT
+Group:  Development/Languages/Ruby
 
 %description
-Net::SSH: a pure-Ruby implementation of the SSH2 client protocol.
+Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows
+you to write programs that invoke and interact with processes on remote
+servers, via SSH2.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -50,9 +53,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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



commit rubygem-pry-doc for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry-doc for openSUSE:Factory 
checked in at 2012-09-01 21:59:49

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


Package is rubygem-pry-doc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry-doc/rubygem-pry-doc.changes  
2012-07-22 15:22:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry-doc.new/rubygem-pry-doc.changes 
2012-09-01 21:59:52.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 19:44:53 UTC 2012 - co...@suse.com
+
+- update to 0.4.4, no upstream changelog
+
+---

Old:

  pry-doc-0.4.1.gem

New:

  pry-doc-0.4.4.gem



Other differences:
--
++ rubygem-pry-doc.spec ++
--- /var/tmp/diff_new_pack.J4S9wg/_old  2012-09-01 21:59:53.0 +0200
+++ /var/tmp/diff_new_pack.J4S9wg/_new  2012-09-01 21:59:53.0 +0200
@@ -15,23 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-pry-doc
-Version:0.4.1
+Version:0.4.4
 Release:0
-License:MIT
-Summary:Provides YARD and extended documentation support for Pry
-Url:http://banisterfiend.wordpress.com
-Group:  Development/Languages/Ruby
 %define mod_name pry-doc
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires:  rubygem-pry = 0.9.0
-BuildRequires:  rubygem-yard-0_7 = 0.7.4
-BuildRequires:  rubygems_with_buildroot_patch
-Requires:   rubygem-pry = 0.9.0
-Requires:   rubygem-yard-0_7 = 0.7.4
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros = 1
+Url:http://banisterfiend.wordpress.com
+Source: %{mod_full_name}.gem
+Summary:Provides YARD and extended documentation support for Pry
+License:MIT
+Group:  Development/Languages/Ruby
 
 %description
 Provides YARD and extended documentation support for Pry
@@ -40,6 +37,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -48,28 +46,33 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+%gem_unpack
+
 %build
+%gem_build
+
 %install
-%gem_install %{SOURCE0}
-find %{buildroot} -type f | xargs chmod 644
+%gem_install -f
+rm 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/lib/pry-doc.rb.orig
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
 
 %files doc
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
 
 %files testsuite
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

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



commit rubygem-rack-1_2 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rack-1_2 for 
openSUSE:Factory checked in at 2012-09-01 21:59:57

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


Package is rubygem-rack-1_2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack-1_2/rubygem-rack-1_2.changes
2012-02-24 06:54:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rack-1_2.new/rubygem-rack-1_2.changes   
2012-09-01 22:00:02.0 +0200
@@ -1,0 +2,8 @@
+Thu Aug  2 04:41:17 UTC 2012 - co...@suse.com
+
+- updated to version 1.2.5
+  * Fix a bug with MRI regex engine to prevent XSS by malformed unicode
+  * Security fix. http://www.ocert.org/advisories/ocert-2011-003.html
+Further information here: http://jruby.org/2011/12/27/jruby-1-6-5-1
+
+---

Old:

  rack-1.2.3.gem

New:

  rack-1.2.5.gem



Other differences:
--
++ rubygem-rack-1_2.spec ++
--- /var/tmp/diff_new_pack.oynEbh/_old  2012-09-01 22:00:03.0 +0200
+++ /var/tmp/diff_new_pack.oynEbh/_new  2012-09-01 22:00:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rack-1_2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
 #
 
 
-# norootforbuild
 Name:   rubygem-rack-1_2
-Version:1.2.3
+Version:1.2.5
 Release:0
 #
 %define mod_name rack
@@ -26,20 +25,16 @@
 %define mod_branch -1_2
 %define mod_weight 12
 #
-Group:  Development/Languages/Ruby
-License:MIT
-#
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-Provides:   rubygem-%{mod_name}-1 = %{version}-%{release}
-Provides:   rubygem-%{mod_name} = %{version}-%{release}
 PreReq: update-alternatives
-#
 Url:http://rack.rubyforge.org
 Source: %{mod_full_name}.gem
-#
 Summary:A modular Ruby webserver interface
+License:MIT
+Group:  Development/Languages/Ruby
+# MANUAL
+BuildRequires:  ruby-macros = 1
+
 %description
 Rack provides minimal, modular and adaptable interface for developing
 web applications in Ruby.  By wrapping HTTP requests and responses in
@@ -53,6 +48,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -61,13 +57,14 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
 %prep
 %build
 %install
-%gem_install %{S:0}
+%gem_install -f %{S:0}
 mv %{buildroot}%{_bindir}/rackup{,%{mod_branch}}
 ln -s rackup %{buildroot}%{_bindir}/rackup
 # make sure it installs the right version when using rackup-*
@@ -75,9 +72,6 @@
 diff -urN %{buildroot}%{_bindir}/rackup%{mod_branch}{.bak,} || :
 rm %{buildroot}%{_bindir}/rackup%{mod_branch}.bak
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post
 /usr/sbin/update-alternatives --install \
 %{_bindir}/rackup rackup %{_bindir}/rackup%{mod_branch} %{mod_weight}

-- 
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

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt-1_1 for 
openSUSE:Factory checked in at 2012-09-01 22:00:11

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 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt-1_1/rubygem-tilt-1_1.changes
2012-04-12 09:51:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt-1_1.new/rubygem-tilt-1_1.changes   
2012-09-01 22:00:14.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 31 14:40:18 UTC 2012 - jreidin...@suse.com
+
+- use new gem2rpm to have new provisions 
+
+---



Other differences:
--
++ rubygem-tilt-1_1.spec ++
--- /var/tmp/diff_new_pack.84dfUE/_old  2012-09-01 22:00:17.0 +0200
+++ /var/tmp/diff_new_pack.84dfUE/_new  2012-09-01 22:00:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tilt-1_1
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-tilt-1_1
 Version:1.1
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}
-#
-Group:  Development/Languages/Ruby
-License:MIT 
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-Provides:   rubygem-%{mod_name}-1 = %{version}-%{release}
-Provides:   rubygem-%{mod_name}-1_1 = %{version}-%{release}
-#
+BuildRequires:  ruby-macros = 1
 Url:http://github.com/rtomayko/tilt/
 Source: %{mod_full_name}.gem
-#
 Summary:Generic interface to multiple Ruby template engines
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
 Generic interface to multiple Ruby template engines
 
@@ -42,6 +37,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -50,16 +46,19 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)


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



commit rubygem-rails-i18n for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-i18n for 
openSUSE:Factory checked in at 2012-09-01 22:00:03

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-i18n/rubygem-rails-i18n.changes
2012-06-01 07:23:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new/rubygem-rails-i18n.changes   
2012-09-01 22:00:05.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  1 05:06:46 UTC 2012 - co...@suse.com
+
+- updated to version 0.6.5
+ * tons of translations, see CHANGELOG.md
+
+---

Old:

  rails-i18n-0.3.0.gem

New:

  rails-i18n-0.6.5.gem



Other differences:
--
++ rubygem-rails-i18n.spec ++
--- /var/tmp/diff_new_pack.qsWHqx/_old  2012-09-01 22:00:07.0 +0200
+++ /var/tmp/diff_new_pack.qsWHqx/_new  2012-09-01 22:00:07.0 +0200
@@ -15,45 +15,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-rails-i18n
-Version:0.3.0
+Version:0.6.5
 Release:0
 %define mod_name rails-i18n
 %define mod_full_name %{mod_name}-%{version}
-#
-Group:  Development/Languages/Ruby
-License:   MIT
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-# i18n ~ 0.5
-BuildRequires:  rubygem-i18n-0_6
-Requires:   rubygem-i18n-0_6
-#
+BuildRequires:  ruby-macros = 1
 Url:http://github.com/svenfuchs/rails-i18n
 Source: %{mod_full_name}.gem
-#
 Summary:Common locale data and translations for Rails i18n
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
-A set of common locale data and translations to internationalize and/or 
localize your Rails applications.
+A set of common locale data and translations to internationalize and/or
+localize your Rails applications.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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



commit vim for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2012-09-01 22:00:19

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  2012-07-09 13:36:08.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2012-09-01 
22:00:54.0 +0200
@@ -1,0 +2,24 @@
+Sat Sep  1 17:51:41 UTC 2012 - idon...@suse.com
+
+- Update to patchlevel 646, fixes the following problems 
+  * Segfault with specific autocommands.
+  * Not all zero-width matches handled correctly for gn.
+  * Cannot select beyond 222 columns with the mouse in xterm.
+  * | does not behave correctly when 'virtualedit' is set.
+  * There is no way to make 'shiftwidth' follow 'tabstop'.
+  * gn does not handle zero-width matches correctly.
+  * Completion for a user command does not recognize backslash before
+a space.
+  * Auto formatting messes up text when 'fo' contains 2.
+  * Cannot operate on the text that a search pattern matches.
+  * File names in :checkpath! output are garbled.
+  * winrestview() does not always restore the view correctly.
+  * CTRL-P completion has a problem with multi-byte characters.
+  * inputdialog() doesn't use the cancel argument in the console.
+  * f-args is not expanded properly with DBCS encoding.
+  * Can only move to a tab by absolute number.
+  * Crash when $HOME is not set
+  * ygt tries to yank instead of giving an error.
+  * :vimgrep does not obey 'wildignore'.
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.ABrI4k/_old  2012-09-01 22:00:56.0 +0200
+++ /var/tmp/diff_new_pack.ABrI4k/_new  2012-09-01 22:00:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.3
-%define official_ptchlvl 566
+%define official_ptchlvl 646
 %define VIM_SUBDIR vim73
 %define site_runtimepath /usr/share/vim/site
 


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

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



commit pwdutils for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package pwdutils for openSUSE:Factory 
checked in at 2012-09-01 22:01:08

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


Package is pwdutils, Maintainer is ku...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pwdutils/pwdutils.changes2012-07-30 
20:39:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.pwdutils.new/pwdutils.changes   2012-09-01 
22:01:10.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 30 09:22:26 CDT 2012 - rgold...@suse.de
+
+- update-file-times-when-copying.patch:
+  Keep the access and modification times of files when moving a
+  user's home directory (FATE#313757)
+
+---
+Tue Aug 28 12:11:42 UTC 2012 - idon...@suse.com
+
+- Add pwdutils-selinux.patch to fix compilation with new selinux 
+
+---

New:

  pwdutils-selinux.patch
  update-file-times-when-copying.patch



Other differences:
--
++ pwdutils.spec ++
--- /var/tmp/diff_new_pack.aBD1Re/_old  2012-09-01 22:01:14.0 +0200
+++ /var/tmp/diff_new_pack.aBD1Re/_new  2012-09-01 22:01:14.0 +0200
@@ -29,7 +29,7 @@
 %if %{enable_selinux}
 BuildRequires:  libselinux-devel
 %endif
-Url:http://www.thkukuk.de/pam/pwdutils/
+# There is no upstream anymore, so no URL to supply
 Version:3.2.19
 Release:0
 Summary:Utilities to Manage User and Group Accounts
@@ -43,6 +43,8 @@
 Patch0: 0001-add-support-for-sha512.diff
 Patch1: pwdutils-no-add-needed.patch
 Patch2: pwdutils-glibc216.patch
+Patch3: pwdutils-selinux.patch
+Patch4: update-file-times-when-copying.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -81,6 +83,8 @@
 %patch0 -p1
 %patch1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 autoreconf -fiv

++ pwdutils-selinux.patch ++
--- pwdutils-3.2.19.orig/lib/public.h   2005-06-22 11:05:53.0 +0200
+++ pwdutils-3.2.19/lib/public.h2012-05-26 07:35:09.397451177 +0200
@@ -115,7 +115,7 @@
 
 
 #ifdef WITH_SELINUX
-extern int selinux_check_access (const char *__chuser,
+extern int pwdu_selinux_check_access (const char *__chuser,
 unsigned int __selaccess) 
__attribute_warn_unused_result__;
 extern int set_default_context (const char *filename,
char **prev_context) 
__attribute_warn_unused_result__;
--- pwdutils-3.2.19.orig/lib/selinux_utils.c2006-11-29 14:19:06.0 
+0100
+++ pwdutils-3.2.19/lib/selinux_utils.c 2012-05-26 07:35:09.397451177 +0200
@@ -33,7 +33,7 @@
 #include public.h
 
 int
-selinux_check_access (const char *chuser, unsigned int selaccess)
+pwdu_selinux_check_access (const char *chuser, unsigned int selaccess)
 {
   int status = -1;
   security_context_t user_context;
--- pwdutils-3.2.19.orig/src/chfn.c 2006-11-29 14:19:39.0 +0100
+++ pwdutils-3.2.19/src/chfn.c  2012-05-26 07:35:09.394117844 +0200
@@ -578,7 +578,7 @@
   if (is_selinux_enabled ()  0)
 {
   if ((uid == 0) 
-  (selinux_check_access (pw_data-pw.pw_name, PASSWD__CHFN) != 0))
+  (pwdu_selinux_check_access (pw_data-pw.pw_name, PASSWD__CHFN) != 0))
 {
   security_context_t user_context;
   if (getprevcon (user_context)  0)
--- pwdutils-3.2.19.orig/src/chsh.c 2006-11-29 14:19:43.0 +0100
+++ pwdutils-3.2.19/src/chsh.c  2012-05-26 07:35:09.397451177 +0200
@@ -443,7 +443,7 @@
   if (is_selinux_enabled ()  0)
 {
   if ((uid == 0) 
-  (selinux_check_access (pw_data-pw.pw_name, PASSWD__CHSH) != 0))
+  (pwdu_selinux_check_access (pw_data-pw.pw_name, PASSWD__CHSH) != 0))
 {
   security_context_t user_context;
   if (getprevcon (user_context)  0)
--- pwdutils-3.2.19.orig/src/passwd.c   2012-05-08 14:12:35.0 +0200
+++ pwdutils-3.2.19/src/passwd.c2012-05-26 07:35:09.390784511 +0200
@@ -704,7 +704,7 @@
   if (is_selinux_enabled ()  0)
 {
   if ((uid == 0) 
- (selinux_check_access (pw-pw_name, PASSWD__PASSWD) != 0))
+ (pwdu_selinux_check_access (pw-pw_name, PASSWD__PASSWD) != 0))
{
  security_context_t user_context;
  if (getprevcon (user_context)  0)
++ update-file-times-when-copying.patch ++
Index: pwdutils-3.2.19/lib/copy_dir_rec.c
===
--- pwdutils-3.2.19.orig/lib/copy_dir_rec.c 2010-10-11 10:30:50.0 
-0500
+++ pwdutils-3.2.19/lib/copy_dir_rec.c  2012-08-28 15:09:48.0 -0500
@@ -25,6 +25,7 @@
 #include 

commit opera for openSUSE:Factory:NonFree

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2012-09-01 22:39:12

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


Package is opera, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2012-08-04 
09:24:12.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2012-09-01 
22:39:15.0 +0200
@@ -1,0 +2,9 @@
+Thu Aug 30 14:39:31 UTC 2012 - lijewski.ste...@zabka.pl
+
+- update to 12.02
+  *Fixed an issue where truncated dialogs may be used to trick users
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1202/
+- fixes [bnc#778087]
+
+---

Old:

  opera-12.01-1532.i386.linux.tar.xz
  opera-12.01-1532.x86_64.linux.tar.xz

New:

  opera-12.02-1578.i386.linux.tar.xz
  opera-12.02-1578.x86_64.linux.tar.xz



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.TPLlBG/_old  2012-09-01 22:39:19.0 +0200
+++ /var/tmp/diff_new_pack.TPLlBG/_new  2012-09-01 22:39:19.0 +0200
@@ -18,10 +18,10 @@
 
 %define tag32b   i386.linux
 %define tag64b   x86_64.linux
-%define buildnum 1532
+%define buildnum 1578
 
 Name:   opera
-Version:12.01
+Version:12.02
 Release:0
 Summary:Opera Web Browser (%{version} build %{buildnum})
 License:SUSE-NonFree
@@ -87,6 +87,9 @@
 mkdir %{buildroot}/etc
 cp %{SOURCE2} %{buildroot}/etc
 cp %{SOURCE3} %{buildroot}/%{_datadir}/doc/%{name}
+%if 0%{?suse_version}  1130
+rm %{buildroot}/%{_prefix}/lib/opera/liboperagtk3.so
+%endif
 
 %suse_update_desktop_file opera-browser
 %fdupes %{buildroot}%{_datadir}
@@ -110,13 +113,17 @@
 %{_datadir}/icons/hicolor/*/mimetypes/*.png
 %{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
 %exclude %{_prefix}/lib/opera/liboperagtk2.so
+%if 0%{?suse_version}  1120
 %exclude %{_prefix}/lib/opera/liboperagtk3.so
+%endif
 %exclude %{_prefix}/lib/opera/liboperakde4.so
 
 %files gtk
 %defattr(-,root,root)
 %{_prefix}/lib/opera/liboperagtk2.so
+%if 0%{?suse_version}  1120
 %{_prefix}/lib/opera/liboperagtk3.so
+%endif
 
 %files kde4
 %defattr(-,root,root)

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



commit wireshark for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2012-09-01 22:39:20

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


Package is wireshark, Maintainer is bjzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2012-08-16 
14:09:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2012-09-01 
22:39:22.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 31 10:22:00 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+ and GPL-3.0+
+  According to the COPYING file the PIDL utility (standalone tool) is
+  GPL-3.0+ licensed
+
+---



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.be5y7f/_old  2012-09-01 22:39:25.0 +0200
+++ /var/tmp/diff_new_pack.be5y7f/_new  2012-09-01 22:39:25.0 +0200
@@ -23,7 +23,7 @@
 Version:1.8.2
 Release:0
 Summary:A Network Traffic Analyser
-License:GPL-2.0+
+License:GPL-2.0+ and GPL-3.0+
 Group:  Productivity/Networking/Diagnostic
 Url:http://www.wireshark.org/
 Source: 
http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2

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



commit xfce4-session for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package xfce4-session for openSUSE:Factory 
checked in at 2012-09-01 22:39:32

Comparing /work/SRC/openSUSE:Factory/xfce4-session (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-session.new (New)


Package is xfce4-session, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-session/xfce4-session.changes  
2012-06-10 21:52:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-session.new/xfce4-session.changes 
2012-09-01 22:39:34.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 31 22:44:55 UTC 2012 - g...@opensuse.org
+
+- add xfce4-session-handle-multiple-interactive-session-save.patch
+  in order to handle multiple interactive session save correctly,
+  this should fix a lot of cases where xfwm4 was not saved and
+  thus missing in the next session (bxo#5379)
+
+---
+Fri Aug 31 22:34:50 UTC 2012 - g...@opensuse.org
+
+- add build dependency on libICE and iceauth in order to fix the
+  build on Factory
+
+---

New:

  xfce4-session-handle-multiple-interactive-session-save.patch



Other differences:
--
++ xfce4-session.spec ++
--- /var/tmp/diff_new_pack.LOmbzv/_old  2012-09-01 22:39:35.0 +0200
+++ /var/tmp/diff_new_pack.LOmbzv/_new  2012-09-01 22:39:35.0 +0200
@@ -30,6 +30,11 @@
 Patch0: xfce4-session-simple-splash-remove-shadows.patch
 # PATCH-FIX-OPENSUSE xfce4-session-adapt-session-scripts.patch 
g...@opensuse.org -- Adapt upstream sessions script to openSUSE
 Patch1: xfce4-session-adapt-session-scripts.patch
+# PATCH-FIX-UPSTREAM 
xfce4-session-handle-multiple-interactive-session-save.patch bxo#5379 
g...@opensuse.org -- Handle multiple interactive session save correctly 
(backported from upstream git)
+Patch2: xfce4-session-handle-multiple-interactive-session-save.patch
+%if 0%{?suse_version}  1210
+BuildRequires:  iceauth
+%endif
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11
@@ -38,6 +43,7 @@
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
@@ -104,6 +110,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \

++ xfce4-session-handle-multiple-interactive-session-save.patch ++
From 9f3077be682355e1cd07e9a9463e76307292208c Mon Sep 17 00:00:00 2001
From: Dimitar Zhekov hams...@mbox.contact.bg
Date: Thu, 30 Aug 2012 20:52:14 +
Subject: Handle multiple interactive session save (bug #5379).

Additionnaly, we now use SmSaveGlobal on log out / shutdown without
session save which avoids data loss. Previously clients would not save
anything on log out without session save.

Based on original work by Chris Bainbridge (chris.bainbri...@gmail.com).
---
diff --git a/xfce4-session/xfsm-manager.c b/xfce4-session/xfsm-manager.c
index bf6a446..35811c5 100644
--- a/xfce4-session/xfsm-manager.c
+++ b/xfce4-session/xfsm-manager.c
@@ -98,6 +98,7 @@ struct _XfsmManager
 
   XfsmShutdownType  shutdown_type;
   XfsmShutdown *shutdown_helper;
+  gboolean  save_session;
 
   gboolean session_chooser;
   gchar   *session_name;
@@ -230,6 +231,7 @@ xfsm_manager_init (XfsmManager *manager)
   manager-failsafe_mode = TRUE;
   manager-shutdown_type = XFSM_SHUTDOWN_LOGOUT;
   manager-shutdown_helper = xfsm_shutdown_get ();
+  manager-save_session = TRUE;
 
   manager-pending_properties = g_queue_new ();
   manager-starting_properties = g_queue_new ();
@@ -989,7 +991,9 @@ xfsm_manager_interact (XfsmManager *manager,
   XfsmClient *cl = lp-data;
   if (xfsm_client_get_state (cl) == XFSM_CLIENT_INTERACTING)
 {
-  xfsm_client_set_state (cl, XFSM_CLIENT_WAITFORINTERACT);
+  /* a client is already interacting, so new client has to wait */
+  xfsm_client_set_state (client, XFSM_CLIENT_WAITFORINTERACT);
+  xfsm_manager_cancel_client_save_timeout(manager, client);
   return;
 }
 }
@@ -1138,44 +1142,47 @@ xfsm_manager_save_yourself_global (XfsmManager 
*manager,
 }
 }
 
-  if (!shutdown || shutdown_save)
+  /* don't save the session if shutting down without save */
+  manager-save_session = !shutdown || shutdown_save;
+
+  if (save_type == SmSaveBoth  !manager-save_session)
 {
-  xfsm_manager_set_state (manager,
-  shutdown
-

commit kiwi-instsource-plugins-openSUSE-12-1 for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package 
kiwi-instsource-plugins-openSUSE-12-1 for openSUSE:Factory checked in at 
2012-09-02 07:47:56

Comparing /work/SRC/openSUSE:Factory/kiwi-instsource-plugins-openSUSE-12-1 (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-instsource-plugins-openSUSE-12-1.new 
(New)


Package is kiwi-instsource-plugins-openSUSE-12-1, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-instsource-plugins-openSUSE-12-1/kiwi-instsource-plugins-openSUSE-12-1.changes
  2012-08-27 16:04:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-instsource-plugins-openSUSE-12-1.new/kiwi-instsource-plugins-openSUSE-12-1.changes
 2012-09-02 07:47:58.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 28 08:35:27 UTC 2012 - co...@suse.com
+
+- also support promo dvds that are biarch
+
+---



Other differences:
--
++ kiwi-instsource-plugins-openSUSE-12-1.diff ++
--- /var/tmp/diff_new_pack.hsmM0Q/_old  2012-09-02 07:48:00.0 +0200
+++ /var/tmp/diff_new_pack.hsmM0Q/_new  2012-09-02 07:48:00.0 +0200
@@ -101,7 +101,7 @@
 ===
 --- /dev/null
 +++ KIWIPromoDVDPlugin.pm
-@@ -0,0 +1,153 @@
+@@ -0,0 +1,149 @@
 +
 +# Copyright (c) 2012 SUSE
 +#
@@ -236,19 +236,15 @@
 +  }
 +
 +  my $medium = $this-collect()-productData()-getVar(MEDIUM_NAME);
-+  my $name = $this-{m_basesubdir}-{$cd} ) =~ s{.*/(.*)/*$}{$1};
-+  my $cd;
-+  find( sub { if (m/initrd.liv/) { $cd = $File::Find::name; }  }, 
$this-handler()-collect()-basedir());
-+  if (!$cd) {
-+  $this-logMsg(E, initrd.liv not found\n);
-+  exit(1);
-+  }
-+  $this-logMsg(I, $cd $medium $name);
-+  my $dname = dirname($cd);
-+  $this-logMsg(I, $dname);
-+  system(mkdir -p boot/grub; echo $medium  boot/grub/mbrid);
-+  system(echo boot/grub/mbrid | cpio --create --format=newc --quiet | gzip 
-9 -f  $cd);
-+  $this-logMsg(I, updated $cd);
++  find( sub { 
++ if (m/initrd.liv/) { 
++   my $cd = $File::Find::name; 
++   system(mkdir -p boot/grub; echo $medium  boot/grub/mbrid);
++   system(echo boot/grub/mbrid | cpio --create --format=newc --quiet | 
gzip -9 -f  $cd);
++   system(rm boot/grub/mbrid; rmdir boot/grub; rmdir boot);
++   $this-logMsg(I, updated $cd);
++  }  
++ }, $this-handler()-collect()-basedir());
 +
 +  return $retval;
 +}

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