commit gtk2 for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2012-11-11 08:16:04

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


Package is "gtk2", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes2012-09-26 
09:37:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2012-11-11 
08:16:05.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 24 19:18:57 UTC 2012 - jeng...@inai.de
+
+- Make gtk2-devel-32bit available on all arches
+- Remove redundant tags/sections from specfile
+
+---



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.PxObwA/_old  2012-11-11 08:16:07.0 +0100
+++ /var/tmp/diff_new_pack.PxObwA/_new  2012-11-11 08:16:07.0 +0100
@@ -371,9 +371,6 @@
 %fdupes %{buildroot}%{_datadir}
 %fdupes %{buildroot}%{_libdir}
 
-%clean
-rm -rf %{buildroot}
-
 ###
 # Note: when updating scriptlets, don't forget to also update baselibs.conf
 ###

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.PxObwA/_old  2012-11-11 08:16:07.0 +0100
+++ /var/tmp/diff_new_pack.PxObwA/_new  2012-11-11 08:16:07.0 +0100
@@ -1,3 +1,7 @@
+gtk2-devel
+  requires -gtk2-
+  requires "libgtk-2_0-0- = "
+  requires "typelib-1_0-Gtk-2_0- = "
 gtk2-tools
   +/usr/bin/gtk-query-immodules-2.0(-64)?
   post "%if "%_lib" == "lib64""
@@ -16,7 +20,6 @@
   post "%else"
   post "if test -f %{_bindir}/gtk-query-immodules-2.0; then 
%{_bindir}/gtk-query-immodules-2.0 > 
%{_sysconfdir}/gtk-2.0/gtk.immodules; fi"
   post "%endif"
-arch ppc package gtk2-devel
 gtk2-immodule-amharic
   requires "gtk2-"
   post "%if "%_lib" == "lib64""
@@ -101,3 +104,5 @@
   postun "%else"
   postun "%{_bindir}/gtk-query-immodules-2.0 > 
%{_sysconfdir}/gtk-2.0/gtk.immodules"
   postun "%endif"
+typelib-1_0-Gtk-2_0
+  +/usr/lib(64)?/girepository-1.0


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



commit freerdp for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package freerdp for openSUSE:Factory checked 
in at 2012-11-11 08:15:17

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


Package is "freerdp", Maintainer is "lzw...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/freerdp/freerdp.changes  2012-10-25 
12:09:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.freerdp.new/freerdp.changes 2012-11-11 
08:15:18.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  1 13:07:27 UTC 2012 - g...@opensuse.org
+
+- added freerdp-fix-pulse-no-device-name.patch in order to fix a
+  segfault in case device name is not provided (bnc#785437)
+
+---

New:

  freerdp-handle-null-device-name.patch



Other differences:
--
++ freerdp.spec ++
--- /var/tmp/diff_new_pack.w2RluH/_old  2012-11-11 08:15:19.0 +0100
+++ /var/tmp/diff_new_pack.w2RluH/_new  2012-11-11 08:15:19.0 +0100
@@ -34,6 +34,8 @@
 Patch2: freerdp-fix-incorrect-numlock-state.patch
 # PATCH-FIX-UPSTREAM freerdp-fix-linking-with-libpulse.patch 
https://github.com/FreeRDP/FreeRDP/issues/418 g...@opensuse.org -- Link the 
pulseaudio plugins with libpulse
 Patch3: freerdp-fix-linking-with-libpulse.patch
+# PATCH-FIX-UPSTREAM freerdp-fix-pulse-no-device-name.patch bnc#785437 
g...@opensuse.org -- Fix a segfault in case device name is not provided
+Patch4: freerdp-handle-null-device-name.patch
 BuildRequires:  cmake
 BuildRequires:  cups-devel
 BuildRequires:  ed
@@ -85,6 +87,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 # use a versioned subdirectory for plugins in order to comply with the shared
 # library policy
 ed -s CMakeLists.txt 2>/dev/null <<'EOF'

++ freerdp-handle-null-device-name.patch ++
>From 473ba080e77e6715797f8497cb8f62aed3de56fe Mon Sep 17 00:00:00 2001
From: Vic Lee 
Date: Wed, 9 May 2012 19:18:47 +0800
Subject: rdpsnd/pulse: fix a segfault in case device name is not provided.

---
 channels/rdpsnd/pulse/rdpsnd_pulse.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/channels/rdpsnd/pulse/rdpsnd_pulse.c 
b/channels/rdpsnd/pulse/rdpsnd_pulse.c
index 1a331f0..86e0793 100644
--- a/channels/rdpsnd/pulse/rdpsnd_pulse.c
+++ b/channels/rdpsnd/pulse/rdpsnd_pulse.c
@@ -474,7 +474,7 @@ int 
FreeRDPRdpsndDeviceEntry(PFREERDP_RDPSND_DEVICE_ENTRY_POINTS pEntryPoints)
data = pEntryPoints->plugin_data;
if (data && strcmp((char*)data->data[0], "pulse") == 0)
{
-   if(strlen((char*)data->data[1]) > 0) 
+   if(data->data[1] && strlen((char*)data->data[1]) > 0) 
pulse->device_name = xstrdup((char*)data->data[1]);
else
pulse->device_name = NULL;
-- 
1.7.10.4

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



commit ccache for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2012-11-11 08:14:49

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


Package is "ccache", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2012-08-12 
15:24:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2012-11-11 
08:14:50.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  9 13:37:23 UTC 2012 - idon...@suse.com
+
+- Implement %check
+- Don't install INSTALL.* files
+
+---



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.3cn35r/_old  2012-11-11 08:14:51.0 +0100
+++ /var/tmp/diff_new_pack.3cn35r/_new  2012-11-11 08:14:51.0 +0100
@@ -45,9 +45,12 @@
 %install
 make install DESTDIR=%{buildroot}
 
+%check
+make check
+
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS.* GPL-3.0.txt INSTALL.* LICENSE.* MANUAL.* NEWS.* README.*
+%doc AUTHORS.* GPL-3.0.txt LICENSE.* MANUAL.* NEWS.* README.*
 %doc %{_mandir}/man1/ccache.1%{ext_man}
 %{_bindir}/ccache
 

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



commit cachefilesd for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

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

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


Package is "cachefilesd", Maintainer is "sjayara...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/cachefilesd/cachefilesd.changes  2012-10-23 
19:35:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.cachefilesd.new/cachefilesd.changes 
2012-11-11 08:14:33.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov  1 16:42:48 UTC 2012 - crrodrig...@opensuse.org
+
+- IF the user starts the daemon he/she expects it to work
+  with no fiddling, load the cachefiles kernel module
+  directly from the daemon using libkmod so it just works. 
+
+---

New:

  cachefilesd-loadmod.patch



Other differences:
--
++ cachefilesd.spec ++
--- /var/tmp/diff_new_pack.f1PBbO/_old  2012-11-11 08:14:34.0 +0100
+++ /var/tmp/diff_new_pack.f1PBbO/_new  2012-11-11 08:14:34.0 +0100
@@ -27,9 +27,11 @@
 Source1:cachefilesd.init
 Patch0: cachefilesd-autotools.patch
 Patch1: cachefilesd-config.patch
+Patch2: cachefilesd-loadmod.patch
 Url:http://people.redhat.com/~dhowells/fscache/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
+BuildRequires:  libkmod-devel
 BuildRequires:  pkgconfig
 BuildRequires:  systemd
 %{?systemd_requires}
@@ -42,7 +44,7 @@
 %setup -q
 %patch0
 %patch1
-
+%patch2
 %build
 autoreconf -fiv
 %configure --with-systemdsystemunitdir=%{_unitdir}
@@ -53,8 +55,6 @@
 mkdir -p $RPM_BUILD_ROOT/var/cache/fscache
 install -D -c -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/etc/init.d/cachefilesd
 ln -s ../../etc/init.d/cachefilesd $RPM_BUILD_ROOT/usr/sbin/rccachefilesd
-mkdir -p %{buildroot}/usr/lib/modules-load.d
-echo "cachefiles" > %{buildroot}/usr/lib/modules-load.d/cachefiles.conf
 
 %pre
 %service_add_pre %{name}.service
@@ -82,6 +82,5 @@
 %config(noreplace) /etc/cachefilesd.conf
 %dir /var/cache/fscache
 %{_unitdir}/%{name}.service
-/usr/lib/modules-load.d/cachefiles.conf
 
 %changelog


++ cachefilesd-autotools.patch ++
--- /var/tmp/diff_new_pack.f1PBbO/_old  2012-11-11 08:14:34.0 +0100
+++ /var/tmp/diff_new_pack.f1PBbO/_new  2012-11-11 08:14:34.0 +0100
@@ -84,7 +84,7 @@
 -Type=simple
 -ExecStartPre=-/sbin/modprobe -qab cachefiles
 -ExecStart=/sbin/cachefilesd -n -f /etc/cachefilesd.conf
-+ExecStart=/usr/sbin/cachefilesd -n -f /etc/cachefilesd.conf
++ExecStart=/usr/sbin/cachefilesd -s -n
  
  [Install]
  WantedBy=multi-user.target

++ cachefilesd-loadmod.patch ++
--- cachefilesd.c.orig
+++ cachefilesd.c
@@ -50,6 +50,7 @@
 #include 
 #include 
 #include 
+#include 
 
 typedef enum objtype {
OBJTYPE_INDEX,
@@ -278,6 +279,9 @@ int main(int argc, char *argv[])
char *line, *cp;
long page_size;
int _cachefd, nullfd, opt, loop, open_max, nodaemon = 0;
+   struct kmod_ctx *ctx;
+   struct kmod_module *mod;
+   int kmod_status;
 
/* handle help request */
if (argc == 2 && strcmp(argv[1], "--help") == 0)
@@ -344,6 +348,29 @@ int main(int argc, char *argv[])
/* just in case... */
sync();
 
+   if (!(ctx = kmod_new(NULL, NULL))) {
+   oserror("Failed to allocate memory for kmod.");
+}
+
+   kmod_load_resources(ctx);
+
+   kmod_status = kmod_module_new_from_name(ctx, "cachefiles", &mod);
+
+   if(kmod_status < 0)  oserror("Cannot load cachefiles module");
+
+   kmod_status = kmod_module_probe_insert_module(mod, 
KMOD_PROBE_APPLY_BLACKLIST,NULL, NULL, NULL, NULL);
+
+   if (kmod_status == 0)
+   info("Inserted module '%s'", kmod_module_get_name(mod));
+   else if (kmod_status == KMOD_PROBE_APPLY_BLACKLIST)
+   oserror("Module '%s' is blacklisted", 
kmod_module_get_name(mod));
+   else {
+   oserror("Failed to insert '%s'", kmod_module_get_name(mod));
+   }
+
+   kmod_module_unref(mod);
+   kmod_unref(ctx);
+
/* open the devfile or the procfile on fd 3 */
_cachefd = open(devfile, O_RDWR);
if (_cachefd < 0) {
--- configure.ac.orig
+++ configure.ac
@@ -29,6 +29,8 @@ AC_SUBST([systemdsystemunitdir], [$with_
 fi
 AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a 
"x$with_systemdsystemunitdir" != xno ])
 
+PKG_CHECK_MODULES([KMOD], [libkmod])
+
 # Checks for typedefs, structures, and compiler characteristics.
 AC_TYPE_SIZE_T
 AC_TYPE_SSIZE_T
--- Makefile.am.orig
+++ Makefile.am
@@ -8,7 +8,8 @@ endif
 
 sysconf_DATA = cachefilesd.conf
 
-cachefilesd_CFLAGS =

commit awesome-vicious for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package awesome-vicious for openSUSE:Factory 
checked in at 2012-11-11 08:13:53

Comparing /work/SRC/openSUSE:Factory/awesome-vicious (Old)
 and  /work/SRC/openSUSE:Factory/.awesome-vicious.new (New)


Package is "awesome-vicious", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.awesome-vicious.new/awesome-vicious.changes 
2012-11-11 08:13:57.0 +0100
@@ -0,0 +1,35 @@
+---
+Thu Nov  8 11:30:08 UTC 2012 - tog...@opensuse.org
+
+- Change license to GPL-2.0+
+
+---
+Wed Oct 31 18:48:20 UTC 2012 - tog...@opensuse.org
+
+- Update to official version 2.1.0
+  Cleanup spec to meet guidelines
+
+
+---
+Sat Feb 11 15:21:51 UTC 2012 - tog...@opensuse.org
+
+- Update to git201202051838
+ * hddtemp: fix curl hang in version 7.24.0 
+
+---
+Wed Jan 25 14:40:03 UTC 2012 - tog...@opensuse.org
+
+- Update to git201201201335 
+  * Created AUTHORS and removed the names from spec
+
+---
+Wed Dec 21 19:12:43 UTC 2011 - tog...@opensuse.org
+
+- fixed spec
+- removed service file
+
+---
+Tue Dec 20 14:42:47 UTC 2011 - tog...@opensuse.org
+
+- Switch to git version via service files
+

New:

  AUTHORS
  awesome-vicious.changes
  awesome-vicious.spec
  vicious-2.1.0.tar.xz



Other differences:
--
++ awesome-vicious.spec ++
#
# spec file for package awesome-vicious
#
# 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 packname   vicious

Name:   awesome-vicious
Version:2.1.0
Release:0
Summary:Vicious plugins for awesome
License:GPL-2.0+
Group:  System/GUI/Other
Source0:%packname-%{version}.tar.xz
Source1:AUTHORS
Url:http://git.sysphere.org/vicious/
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Requires:   awesome >= 3.4.4
Recommends: awesome-freedesktop
Recommends: awesome-shifty
BuildArch:  noarch

%description
Vicious is a modular widget library for the "awesome" window manager,
derived from the "Wicked" widget library. It has some of the old
Wicked widget types, a few of them rewritten, and a good number of new
ones:

   http://git.sysphere.org/vicious/about/

Vicious widget types are a framework for creating your own awesome
widgets. Vicious contains modules that gather data about your system,
and a few helper functions that make it easier to register timers,
suspend widgets and so on.

For now Vicious doesn't depend on any third party Lua libraries, to
make it easier to install and use. That means some system utilities
are used instead, where available:

  - hddtempfor the HDD Temperature widget type
  - alsa-utils for the Volume widget type
  - wireless_tools for the Wireless widget type
  - curl   for widget types accessing network resources


%prep
%setup -q -n %packname-%version
cp %{S:1} .

%build

%install
%{__install} -d %{buildroot}/%{_datadir}/awesome/lib/vicious/contrib
%{__install} -d %{buildroot}/%{_datadir}/awesome/lib/vicious/widgets
%{__install} -m 644 -D contrib/* 
%{buildroot}/%{_datadir}/awesome/lib/vicious/contrib
%{__install} -m 644 -D widgets/* 
%{buildroot}/%{_datadir}/awesome/lib/vicious/widgets
%{__install} -m 644 -D init.lua  %{buildroot}/%{_datadir}/awesome/lib/vicious
%{__install} -m 644 -D helpers.lua  %{buildroot}/%{_datadir}/awesome/lib/vicious

%files
%defattr(-,root,root,-)
%doc LICENSE README CHANGES AUTHORS TODO
%{_datadir}/awesome/lib/vicious
%dir %{_datadir}/awesome
%dir %{_datadir}/awesome/lib

%changelog
++ AUTHORS ++
Authors
---
Wicked written by:
  - Lucas de Vries   

Vicious written by:
  - Adrian C. (anrxc)

Vicious contributors:

commit awesome-shifty for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package awesome-shifty for openSUSE:Factory 
checked in at 2012-11-11 08:12:39

Comparing /work/SRC/openSUSE:Factory/awesome-shifty (Old)
 and  /work/SRC/openSUSE:Factory/.awesome-shifty.new (New)


Package is "awesome-shifty", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.awesome-shifty.new/awesome-shifty.changes   
2012-11-11 08:12:41.0 +0100
@@ -0,0 +1,17 @@
+---
+Thu Nov  8 11:41:38 UTC 2012 - tog...@opensuse.org
+
+- Change license to GPL-2.0+
+
+---
+Wed Oct 31 19:11:40 UTC 2012 - tog...@opensuse.org
+
+- Update to git version of 20121009
+  Cleanup spec to meet guidelines 
+
+---
+Sat Feb 11 15:05:12 UTC 2012 - tog...@opensuse.org
+
+- change to git version 201201172042 from
+  https://github.com/bioe007/awesome-shifty.git
+

New:

  awesome-shifty-git20121009.tar.xz
  awesome-shifty.changes
  awesome-shifty.spec



Other differences:
--
++ awesome-shifty.spec ++
#
# spec file for package awesome-shifty
#
# 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 gitversion git20121009

Name:   awesome-shifty
Version:%{gitversion}
Release:0
Summary:Dynamic tagging library for awesome
License:GPL-2.0+
Group:  System/GUI/Other
Url:https://github.com/bioe007/awesome-shifty.git
Source0:%name-%{version}.tar.xz
Requires:   awesome >= 3.4.11
BuildArch:  noarch

%description
Shifty is an Awesome 3 extension that implements dynamic tagging. It also
implements fine client matching configuration allowing YOU to be the master
of YOUR desktop only by setting two simple config variables and some
keybindings! Here are a few ways of how shifty makes awesome awesomer:

- on-the-fly tag creation and disposal
- advanced client matching
- easy moving of clients between tags
- tag add/rename prompt in taglist (with completion, now configurable NEW )
- reordering tags and configurable positioning
- tag name guessing, automagic no-config client grouping
- customizable keybindings per client and tag -- NEW
- simple yet powerful configuration

%prep
%setup -q -n %name

%build
%install

install -d %{buildroot}%{_datadir}/awesome/lib/shifty
install -D -m644 init.lua %{buildroot}%{_datadir}/awesome/lib/shifty

%files
%defattr(-,root,root,-)
%doc example.rc.lua README.md
%{_datadir}/awesome/lib/shifty/init.lua
%dir %{_datadir}/awesome
%dir %{_datadir}/awesome/lib
%dir %{_datadir}/awesome/lib/shifty

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



commit bayonne2 for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package bayonne2 for openSUSE:Factory 
checked in at 2012-11-10 16:57:22

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


Package is "bayonne2", Maintainer is "kk...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/bayonne2/bayonne2.changes2012-09-11 
09:04:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.bayonne2.new/bayonne2.changes   2012-11-10 
16:57:27.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov  2 10:50:45 UTC 2012 - kkae...@suse.com
+
+- added bayonne2-libtool.patch
+  this fixes module linking - this pretends to ues libtool, but
+  doesn't actually build libtool modules, so the COMMON_MODOPTS
+  needs to contain the correct linker options
+
+---

New:

  bayonne2-libtool.patch



Other differences:
--
++ bayonne2.spec ++
--- /var/tmp/diff_new_pack.NAmCR0/_old  2012-11-10 16:57:29.0 +0100
+++ /var/tmp/diff_new_pack.NAmCR0/_new  2012-11-10 16:57:29.0 +0100
@@ -30,6 +30,7 @@
 Patch0: %{name}-opensuse.patch
 Patch1: bayonne2-const_char.patch
 Patch2: bayonne2-rlimit.patch
+Patch3: bayonne2-libtool.patch
 BuildRequires:  SDL-devel
 BuildRequires:  ccaudio2-devel
 BuildRequires:  ccrtp-devel
@@ -108,6 +109,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p0
+%patch3 -p1
 
 %build
 autoreconf --force --install

++ bayonne2-libtool.patch ++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in 
../orig-bayonne2-2.3.2/configure.ac ./configure.ac
--- ../orig-bayonne2-2.3.2/configure.ac 2007-01-18 14:02:52.0 +0100
+++ ./configure.ac  2012-11-02 11:47:11.106364211 +0100
@@ -327,6 +327,7 @@
 COMMON_LIBPATH=`pkg-config --variable=libdir libccgnu2`
 COMMON_LIBFLAGS="-L$COMMON_LIBPATH $COMMON_LIBS"
 COMMON_MODFLAGS=`pkg-config --variable=modflags libccgnu2`
+COMMON_MODFLAGS="$COMMON_MODFLAGS -XCClinker -shared"
 EXTRAS_LIBFLAGS="-L$COMMON_LIBPATH $EXTRAS_LIBS"
 CXXFLAGS="$CXXFLAGS $COMMON_CFLAGS"
 AC_SUBST(COMMON_MODFLAGS)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libQtWebKit4 for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package libQtWebKit4 for openSUSE:Factory 
checked in at 2012-11-10 16:55:51

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libQtWebKit4/libQtWebKit4.changes
2012-10-03 08:03:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libQtWebKit4.new/libQtWebKit4.changes   
2012-11-10 16:55:53.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov  5 18:30:36 UTC 2012 - dmuel...@suse.com
+
+- fix build against bison 2.6 
+
+---

New:

  bison-26.diff



Other differences:
--
++ libQtWebKit4.spec ++
--- /var/tmp/diff_new_pack.pUidAw/_old  2012-11-10 16:56:04.0 +0100
+++ /var/tmp/diff_new_pack.pUidAw/_new  2012-11-10 16:56:04.0 +0100
@@ -23,7 +23,7 @@
 Version:%qt_version+%tar_version
 Release:0
 Summary:Open source Web Browser engine based on Qt4
-License:LGPL-2.1+ ; BSD-3-Clause
+License:LGPL-2.1+ and BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://trac.webkit.org/wiki/QtWebKit
 Source0:QtWebKit-%{tar_version}.tar.bz2
@@ -52,6 +52,7 @@
 Patch14:qwebview-buildfixes.diff
 # PATCH-FIX-OPENSUSE libQtWebKit4-gcc47.patch dims...@opensuse.org -- Do not 
use -WError... Patch taken from Fedora
 Patch15:libQtWebKit4-gcc47.patch
+Patch16:bison-26.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  bison
@@ -111,6 +112,7 @@
 %patch13
 %patch14
 %patch15 -p1
+%patch16
 
 %build
 export QTDIR=%{_prefix}

++ bison-26.diff ++
--- Source/WebCore/css/CSSGrammar.y
+++ Source/WebCore/css/CSSGrammar.y
@@ -52,14 +52,13 @@
 #define YYMAXDEPTH 1
 #define YYDEBUG 0
 
-// FIXME: Replace with %parse-param { CSSParser* parser } once we can depend 
on bison 2.x
-#define YYPARSE_PARAM parser
-#define YYLEX_PARAM parser
-
 %}
 
 %pure_parser
 
+%parse-param { CSSParser* parser }
+%lex-param { CSSParser* parser }
+
 %union {
 bool boolean;
 char character;
@@ -87,7 +86,7 @@
 
 %{
 
-static inline int cssyyerror(const char*)
+static inline int cssyyerror(void*, const char*)
 {
 return 1;
 }
--- Source/WebCore/css/CSSParser.cpp
+++ Source/WebCore/css/CSSParser.cpp
@@ -87,7 +87,7 @@
 extern int cssyydebug;
 #endif
 
-extern int cssyyparse(void* parser);
+extern int cssyyparse(WebCore::CSSParser*);
 
 using namespace std;
 using namespace WTF;
--- Source/WebCore/xml/XPathGrammar.y
+++ Source/WebCore/xml/XPathGrammar.y
@@ -36,6 +36,7 @@
 #include "XPathParser.h"
 #include "XPathPath.h"
 #include "XPathPredicate.h"
+#include "XPathStep.h"
 #include "XPathVariableReference.h"
 #include 
 
@@ -46,8 +47,6 @@
 #define YYLTYPE_IS_TRIVIAL 1
 #define YYDEBUG 0
 #define YYMAXDEPTH 1
-#define YYPARSE_PARAM parserParameter
-#define PARSER static_cast(parserParameter)
 
 using namespace WebCore;
 using namespace XPath;
@@ -55,6 +54,7 @@
 %}
 
 %pure_parser
+%parse-param { WebCore::XPath::Parser* parser } 
 
 %union
 {
@@ -73,7 +73,7 @@
 %{
 
 static int xpathyylex(YYSTYPE* yylval) { return 
Parser::current()->lex(yylval); }
-static void xpathyyerror(const char*) { }
+static void xpathyyerror(void*, const char*) { }
 
 %}
 
@@ -120,7 +120,7 @@
 Expr:
 OrExpr
 {
-PARSER->m_topExpr = $1;
+parser->m_topExpr = $1;
 }
 ;
 
@@ -140,7 +140,7 @@
 '/'
 {
 $$ = new LocationPath;
-PARSER->registerParseNode($$);
+parser->registerParseNode($$);
 }
 |
 '/' RelativeLocationPath
@@ -152,7 +152,7 @@
 {
 $$ = $2;
 $$->insertFirstStep($1);
-PARSER->unregisterParseNode($1);
+parser->unregisterParseNode($1);
 }
 ;
 
@@ -161,22 +161,22 @@
 {
 $$ = new LocationPath;
 $$->appendStep($1);
-PARSER->unregisterParseNode($1);
-PARSER->registerParseNode($$);
+parser->unregisterParseNode($1);
+parser->registerParseNode($$);
 }
 |
 RelativeLocationPath '/' Step
 {
 $$->appendStep($3);
-PARSER->unregisterParseNode($3);
+parser->unregisterParseNode($3);
 }
 |
 RelativeLocationPath DescendantOrSelf Step
 {
 $$->appendStep($2);
 $$->appendStep($3);
-PARSER->unregisterParseNode($2);
-PARSER->unregisterParseNode($3);
+parser->unregisterParseNode($2);
+parser->unregisterParseNode($3);
 }
 ;
 
@@ -185,58 +185,58 @@
 {
 if ($2) {
 $$ = new Step(Step::ChildAxis, *$1, *$2);
-PARSER-

commit cmake for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2012-11-10 16:55:45

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


Package is "cmake", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2012-08-24 
13:54:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2012-11-10 
16:55:47.0 +0100
@@ -1,0 +2,21 @@
+Wed Nov  7 21:24:45 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 2.8.10.1 This is a bugfix release
+  * Fix kitware#0013651: FindSDL.cmake is broken
+  * Fix kitware#0013638: ./configure reports Copyright 2000-2011
+  Complete changelog: 
http://public.kitware.com/Bug/changelog_page.php?version_id=105
+
+---
+Fri Nov  2 13:28:27 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 2.8.10
+  * file(DOWNLOAD now handles "https" URLs -- the pre-built binaries available 
from Kitware link to OpenSSL
+  * Automoc: fix kitware#13572: issue with symbolic links
+  * Uniform compiler "id" and version number variables available for nearly 
all known compilers and platforms
+  * New way to arrange exported targets that depend on other targets into 
"export sets"
+  * New generator expressions
+  * Generator expressions available in more contexts, namely in the 
INCLUDE_DIRECTORIES and COMPILE_DEFINITIONS target properties
+  See /usr/share/doc/packages/cmake/Changelog for the complete changelog
+- Minor spec cleanup
+
+---
cmake.changes: same change

Old:

  cmake-2.8.9.tar.gz

New:

  cmake-2.8.10.1.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.zLqwly/_old  2012-11-10 16:55:48.0 +0100
+++ /var/tmp/diff_new_pack.zLqwly/_new  2012-11-10 16:55:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cmake-gui
-Version:2.8.9
+Version:2.8.10.1
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
@@ -27,10 +27,11 @@
 Group:  Development/Tools/Building
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
-BuildRequires:  libexpat-devel
-%if 0%{?suse_version} > 1110
 BuildRequires:  fdupes
+%if 0%{?sles_version} != 10
+BuildRequires:  libarchive-devel
 %endif
+BuildRequires:  libexpat-devel
 %else
 BuildRequires:  expat-devel
 %endif
@@ -40,9 +41,7 @@
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
-%if 0%{?suse_version} > 1130
-BuildRequires:  libarchive-devel
-%endif
+
 Requires:   cmake
 
 %description
@@ -62,7 +61,7 @@
 --datadir=/share/cmake \
 --docdir=/share/doc/packages/cmake \
 --mandir=/share/man \
-%if 0%{?suse_version} > 1130
+%if 0%{?suse_version} && !0%{?sles_version}
 --system-libs \
 %else
 --system-curl \

++ cmake.spec ++
--- /var/tmp/diff_new_pack.zLqwly/_old  2012-11-10 16:55:48.0 +0100
+++ /var/tmp/diff_new_pack.zLqwly/_new  2012-11-10 16:55:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cmake
-Version:2.8.9
+Version:2.8.10.1
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
@@ -28,10 +28,11 @@
 Group:  Development/Tools/Building
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
-BuildRequires:  libexpat-devel
-%if 0%{?suse_version} > 1110
 BuildRequires:  fdupes
+%if 0%{?sles_version} != 10
+BuildRequires:  libarchive-devel
 %endif
+BuildRequires:  libexpat-devel
 %else
 BuildRequires:  expat-devel
 %endif
@@ -40,9 +41,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
-%if 0%{?suse_version} > 1130
-BuildRequires:  libarchive-devel
-%endif
+
 Requires:   make
 
 %description
@@ -51,7 +50,7 @@
 %prep
 %setup -q
 %patch1
-%patch2 -p1
+%patch2
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"
@@ -61,7 +60,7 @@
 --datadir=/share/%{name} \
 --docdir=/share/doc/packages/%{name} \
 --mandir=/share/man \
-%if 0%{?suse_version} > 1130
+%if 0%{?suse_version} && !0%{?sles_version}
 --system-libs \
 %else
 --system-curl \
@@ -79,7 +78,8 @@
 mkdir -p %{buildroot}%{_libdir}/cmake
 find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644
 cp ChangeLog.manual %{buildroot}/usr/share/doc/packages/%{name}/Changelog
-%if 0%{?suse_version} >  1110
+
+%if 0%{?suse_version}
 %fdupes %buildroot/usr/share/cmake
 %endif
 

++ cmake-2.8.9.tar.gz -> cmake-2.8.10.1.tar.gz ++
 116191 l

commit curl for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2012-11-10 16:55:38

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


Package is "curl", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/curl/curl.changes2012-07-30 
20:15:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2012-11-10 
16:55:42.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  4 19:57:33 UTC 2012 - g...@opensuse.org
+
+- added curl-ftp-prevent-the-multi-interface-from-blocking.patch in
+  order to prevent the multi interface from blocking when using ftp
+  and the remote end responds very slowly (sf#3579064)
+
+---

New:

  curl-ftp-prevent-the-multi-interface-from-blocking.patch



Other differences:
--
++ curl.spec ++
--- /var/tmp/diff_new_pack.hbbjQm/_old  2012-11-10 16:55:43.0 +0100
+++ /var/tmp/diff_new_pack.hbbjQm/_new  2012-11-10 16:55:43.0 +0100
@@ -24,7 +24,7 @@
 Version:7.27.0
 Release:0
 Summary:A Tool for Transferring Data from URLs
-License:BSD-3-Clause ; MIT
+License:BSD-3-Clause and MIT
 Group:  Productivity/Networking/Web/Utilities
 Url:http://curl.haxx.se/
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -32,6 +32,8 @@
 Source3:baselibs.conf
 Patch:  libcurl-ocloexec.patch
 Patch1: dont-mess-with-rpmoptflags.diff
+# PATCH-FIX-UPSTREAM curl-ftp-prevent-the-multi-interface-from-blocking.patch 
sf#3579064 g...@opensuse.org -- Prevent the multi interface from blocking when 
using ftp and the remote end responds very slowly (backported from upstream git)
+Patch2: curl-ftp-prevent-the-multi-interface-from-blocking.patch
 BuildRequires:  libidn-devel
 BuildRequires:  libtool
 BuildRequires:  lzma
@@ -91,6 +93,7 @@
 %setup -q
 %patch
 %patch1
+%patch2 -p1
 
 %build
 autoreconf -fi



++ curl-ftp-prevent-the-multi-interface-from-blocking.patch ++
>From b2954e66e87be7414a4508f8167ca531e653bea8 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg 
Date: Sun, 4 Nov 2012 18:22:48 +0100
Subject: [PATCH] FTP: prevent the multi interface from blocking

As pointed out in Bug report #3579064, curl_multi_perform() would
wrongly use a blocking mechanism internally for some commands which
could lead to for example a very long block if the LIST response never
showed.

The solution was to make sure to properly continue to use the multi
interface non-blocking state machine.

The new test 1501 verifies the fix.

Bug: http://curl.haxx.se/bug/view.cgi?id=3579064
Reported by: Guido Berhoerster

Index: curl-7.27.0/lib/ftp.c
===
--- curl-7.27.0.orig/lib/ftp.c
+++ curl-7.27.0/lib/ftp.c
@@ -650,11 +650,18 @@ static CURLcode ftp_readresp(curl_socket
   if(ftpcode)
 *ftpcode = code;
 
-  if(421 == code)
+  if(421 == code) {
 /* 421 means "Service not available, closing control connection." and FTP
  * servers use it to signal that idle session timeout has been exceeded.
- * If we ignored the response, it could end up hanging in some cases. */
+ * If we ignored the response, it could end up hanging in some cases.
+ *
+ * This response code can come at any point so having it treated
+ * generically is a good idea.
+ */
+infof(data, "We got a 421 - timeout!\n");
+state(conn, FTP_STOP);
 return CURLE_OPERATION_TIMEDOUT;
+  }
 
   return result;
 }
@@ -2378,6 +2385,7 @@ static CURLcode ftp_state_stor_resp(stru
 
   if(ftpcode>=400) {
 failf(data, "Failed FTP upload: %0d", ftpcode);
+state(conn, FTP_STOP);
 /* oops, we never close the sockets! */
 return CURLE_UPLOAD_FAILED;
   }
@@ -2395,9 +2403,6 @@ static CURLcode ftp_state_stor_resp(stru
 if(!connected) {
   struct ftp_conn *ftpc = &conn->proto.ftpc;
   infof(data, "Data conn was not available immediately\n");
-  /* as there's not necessarily an immediate action on the control
- connection now, we halt the state machine */
-  state(conn, FTP_STOP);
   ftpc->wait_data_conn = TRUE;
 }
 
@@ -3647,6 +3652,8 @@ static CURLcode ftp_do_more(struct conne
   /* the ftp struct is inited in ftp_connect() */
   struct FTP *ftp = data->state.proto.ftp;
 
+  *complete = FALSE;
+
   /* if the second connection isn't done yet, wait for it */
   if(!conn->bits.tcpconnect[SECONDARYSOCKET]) {
 result = Curl_is_connected(conn, SECONDARYSOCKET, &connected);
@@ -3659,6 +3666,18 @@ static CURLcode ftp_do_more(struct conne
   return result;
   }
 
+  if((data->state.

commit perl-Module-Build for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Build for 
openSUSE:Factory checked in at 2012-11-10 16:55:40

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


Package is "perl-Module-Build", Maintainer is "c...@suse.com"

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Module-Build.new/perl-Module-Build.changes 
2012-11-10 16:55:41.0 +0100
@@ -0,0 +1,72 @@
+---
+Thu Oct 25 17:13:01 UTC 2012 - opens...@dstoecker.de
+
+- fix requirements for building on older suse versions
+
+---
+Wed Sep 19 21:44:29 UTC 2012 - opens...@dstoecker.de
+
+- update to 0.4003
+
+---
+Wed Aug 17 17:42:00 UTC 2011 - ch...@computersalat.de
+
+- fix deps for RHEL, CentOS
+
+---
+Fri Dec  3 07:46:55 UTC 2010 - se...@opensuse.org
+
+- change version to 0.36.07 to prevent rpm version compare problems
+
+---
+Thu Dec  2 15:35:10 UTC 2010 - se...@opensuse.org
+
+- fix conflict of config_data with the perl-supplied one by
+  renaming it to config_data-${version}
+
+---
+Thu Dec  2 15:03:31 UTC 2010 - se...@opensuse.org
+
+- update to 0.3607. Fixes:
+  - The 'dist' action now always ensures a clean dist directory
+before creating the tarball
+  - Added missing newline to "Changing sharpbang" messages under
+verbose output (RT#54474)
+  - Support anonymous array of directories for c_source
+  - Small POD formatting fix
+  - Module::Build::Compat would croak on distibutions that set
+requires 'perl' to a dotted decimal like '5.6.2'.
+  - When the currently running Module::Build is not the same as the
+one that created the Build file, there is now a warning rather
+than a fatal error.
+
+---
+Wed Dec  1 13:33:42 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Tue Sep 14 20:59:25 UTC 2010 - ch...@computersalat.de
+
+- update to 0.36
+  o just for SLE_10 :)
+- noarch pkg
+
+---
+Thu Mar  4 15:42:00 UTC 2010 - ch...@computersalat.de
+
+- add again obviously removed package
+  o BuildReq by e.g. Test::Pod for SLE_10 
+
+---
+Sat Jul 25 19:40:56 CEST 2009 - ch...@computersalat.de
+
+- spec mods
+  * removed ^--
+  * removed ^#-
+
+---
+Tue Jun 23 01:10:42 CEST 2009 - ch...@computersalat.de
+
+- initial package 0.31
+

New:

  Module-Build-0.4003.tar.gz
  perl-Module-Build.changes
  perl-Module-Build.spec



Other differences:
--
++ perl-Module-Build.spec ++
#
# spec file for package perl-Module-Build
#
# 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/
#


Name:   perl-Module-Build
%define cpan_name Module-Build
Summary:Build and install Perl modules
License:GPL-1.0+ or Artistic-1.0
Group:  Development/Libraries/Perl
Version:0.4003
Release:0
Url:http://search.cpan.org/dist/Module-Build/
Source: 
http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
# for rename
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  util-linux
BuildRequires:  perl(File::Temp) >= 0.15
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Harness) >= 3.16
BuildRequires:  perl(Test::More) >= 0.49
#
BuildRequires:  perl(Cwd)
BuildRequires:  perl(Data::Dumper)
Build

commit ruby-common for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package ruby-common for openSUSE:Factory 
checked in at 2012-11-10 16:55:29

Comparing /work/SRC/openSUSE:Factory/ruby-common (Old)
 and  /work/SRC/openSUSE:Factory/.ruby-common.new (New)


Package is "ruby-common", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes  2012-11-06 
16:32:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes 
2012-11-10 16:55:31.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov  7 14:46:27 UTC 2012 - sasc...@suse.de
+
+- Fix gemspec filtering on SLE_11_SP2:
+  + Only gemspec files resulting of the built gem matter, not other
+gemspec found in-tree
+  + Newer RPM uses rubygem.attr, which filters correctly
+
+---



Other differences:
--
++ rubygemsdeps.rb ++
--- /var/tmp/diff_new_pack.x0cxVN/_old  2012-11-10 16:55:32.0 +0100
+++ /var/tmp/diff_new_pack.x0cxVN/_new  2012-11-10 16:55:32.0 +0100
@@ -44,7 +44,7 @@
 gemspecs=Array.new
 
 $stdin.each_line do |line|
-  m = line.match(%r{.*/specifications/.*\.gemspec$})
+  m = line.match(%r{.*/gems/[^/]*/specifications/.*\.gemspec$})
   gemspecs << [m[0], Gem::Specification.load(m[0])] if m
 end
 

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



commit timezone for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2012-11-10 16:55:15

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


Package is "timezone", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2012-10-29 
20:15:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone-java.changes  
2012-11-10 16:55:16.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  5 12:06:12 UTC 2012 - dmuel...@suse.com
+
+- update to 2012i:
+  * Cuba switches DST on November 4th
+- tzcode-ksh.diff: Obsolete, upstream uses bash now by default
+
+---
timezone.changes: same change

Old:

  tzcode-ksh.diff
  tzcode2012h.tar.gz
  tzdata2012h.tar.gz

New:

  tzcode2012i.tar.gz
  tzdata2012i.tar.gz



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.jw9yad/_old  2012-11-10 16:55:18.0 +0100
+++ /var/tmp/diff_new_pack.jw9yad/_new  2012-11-10 16:55:18.0 +0100
@@ -25,13 +25,12 @@
 Group:  System/Base
 # COMMON-BEGIN
 # COMMON-BEGIN
-Version:2012h
+Version:2012i
 Release:0
 Source: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
 Source1:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff
-Patch2: tzcode-ksh.diff
 Patch3: iso3166-uk.diff
 Patch4: tzcode-link.diff
 Patch5: tzcode-symlink.patch
@@ -55,7 +54,6 @@
 # COMMON-PREP-BEGIN
 %patch0
 %patch1
-%patch2
 %patch3
 %if 0%{?suse_version} < 1220
 %patch4

++ timezone.spec ++
--- /var/tmp/diff_new_pack.jw9yad/_old  2012-11-10 16:55:18.0 +0100
+++ /var/tmp/diff_new_pack.jw9yad/_new  2012-11-10 16:55:18.0 +0100
@@ -23,13 +23,12 @@
 Url:http://www.iana.org/time-zones
 PreReq: filesystem, coreutils
 # COMMON-BEGIN
-Version:2012h
+Version:2012i
 Release:0
 Source: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
 Source1:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff
-Patch2: tzcode-ksh.diff
 Patch3: iso3166-uk.diff
 Patch4: tzcode-link.diff
 Patch5: tzcode-symlink.patch
@@ -49,7 +48,6 @@
 # COMMON-PREP-BEGIN
 %patch0
 %patch1
-%patch2
 %patch3
 %if 0%{?suse_version} < 1220
 %patch4

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



commit pcre for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package pcre for openSUSE:Factory checked in 
at 2012-11-10 16:55:07

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


Package is "pcre", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pcre/pcre.changes2012-08-22 
12:16:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcre.new/pcre.changes   2012-11-10 
16:55:09.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  7 13:35:35 UTC 2012 - cgiboude...@gmx.com
+
+- Use the --enable-pcre16 configure flag.
+  This switch enables 16 bit character support that will be required by Qt5
+
+---



Other differences:
--
++ pcre.spec ++
--- /var/tmp/diff_new_pack.N4wmE2/_old  2012-11-10 16:55:10.0 +0100
+++ /var/tmp/diff_new_pack.N4wmE2/_new  2012-11-10 16:55:10.0 +0100
@@ -46,6 +46,7 @@
 Summary:A library for Perl-compatible regular expressions
 Group:  System/Libraries
 Requires:   libpcre1 = %{version}
+Requires:   libpcre16-0 = %{version}
 Requires:   libpcrecpp0 = %{version}
 Requires:   libpcreposix0 = %{version}
 Requires:   libstdc++-devel
@@ -82,6 +83,15 @@
 expression pattern matching using the same syntax and semantics
 as Perl 5.
 
+%package -n libpcre16-0
+Summary:A library for Perl-compatible regular expressions
+Group:  System/Libraries
+
+%description -n libpcre16-0
+The PCRE library is a set of functions that implement regular
+expression pattern matching using the same syntax and semantics
+as Perl 5.
+
 %package -n libpcreposix0
 Summary:A library for Perl-compatible regular expressions
 Group:  System/Libraries
@@ -137,6 +147,7 @@
--with-link-size=2 \
--with-match-limit=1000 \
--enable-newline-is-lf \
+   --enable-pcre16 \
--enable-utf8 \
 --enable-unicode-properties
 %{__make} %{?_smp_mflags}
@@ -172,6 +183,10 @@
 
 %postun -n libpcre1 -p /sbin/ldconfig
 
+%post -n libpcre16-0 -p /sbin/ldconfig
+
+%postun -n libpcre16-0 -p /sbin/ldconfig
+
 %post -n libpcrecpp0 -p /sbin/ldconfig
 
 %postun -n libpcrecpp0 -p /sbin/ldconfig
@@ -185,6 +200,10 @@
 %doc AUTHORS COPYING ChangeLog LICENCE NEWS README
 %{_libdir}/libpcre.so.*
 
+%files -n libpcre16-0
+%defattr(-,root,root)
+%{_libdir}/libpcre16.so.*
+
 %files -n libpcrecpp0
 %defattr(-,root,root)
 %{_libdir}/libpcrecpp.so.*
@@ -210,6 +229,7 @@
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libpcre.pc
+%{_libdir}/pkgconfig/libpcre16.pc
 %{_libdir}/pkgconfig/libpcrecpp.pc
 %{_libdir}/pkgconfig/libpcreposix.pc
 %{_mandir}/man1/pcre-config.*

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.N4wmE2/_old  2012-11-10 16:55:10.0 +0100
+++ /var/tmp/diff_new_pack.N4wmE2/_new  2012-11-10 16:55:10.0 +0100
@@ -1,4 +1,5 @@
 libpcre1
+libpcre16-0
 libpcreposix0
 libpcrecpp0
provides "pcre- = "

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



commit ncurses for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2012-11-10 16:55:00

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


Package is "ncurses", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2012-10-18 
21:57:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2012-11-10 
16:55:02.0 +0100
@@ -1,0 +2,21 @@
+Mon Nov  5 14:02:30 UTC 2012 - wer...@suse.de
+
+- Add ncurses patch 5.9.20121026
+  + improve malloc/realloc checking (prompted by discussion in Redhat
+#866989).
+  + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
+  + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
+first corrects pattern used for Mac OS X's customization of gcc.
+- Add ncurses patch 5.9.20121102
+  + realign manual pages and fix a long-ago error in curs_addstr.3x
+which said that a -1 length parameter would only write as much
+as fit onto one line (report by Reuben Thomas).
+  + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
+  + remove obsolete fallback _nc_strdup() for strdup().
+  + cancel any debug-rpm in package/ncurses.spec
+  + reviewed vte-2012, reverted most of the change since it was incorrect
+based on testing with tack -TD
+  + un-cancel the initc in vte-256color, since this was implemented
+starting with version 0.20 in 2009 -TD
+
+---



Other differences:
--
++ ncurses-5.9-patches.tar.bz2 ++
 17736 lines of diff (skipped)

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



commit lvm2 for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2012-11-10 16:54:55

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


Package is "lvm2", Maintainer is "dmzh...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lvm2/lvm2.changes2012-10-25 
12:10:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.lvm2.new/lvm2.changes   2012-11-10 
16:54:56.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov  5 12:08:26 UTC 2012 - hrvoje.sen...@gmail.com
+
+- Adapt mkinitrd scripts to new udev locataion
+
+---
+Sun Nov  4 02:31:00 UTC 2012 - crrodrig...@opensuse.org
+
+- Fix booting ... place udev rules in the proper location..
+
+---



Other differences:
--
++ lvm2.spec ++
--- /var/tmp/diff_new_pack.zCnGwk/_old  2012-11-10 16:54:57.0 +0100
+++ /var/tmp/diff_new_pack.zCnGwk/_new  2012-11-10 16:54:57.0 +0100
@@ -73,6 +73,7 @@
 Obsoletes:  evms-devel <= 2.5.5
 Obsoletes:  evms-gui <= 2.5.5
 Obsoletes:  evms-ha <= 2.5.5
+%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 %description
 Programs and man pages for configuring and using the LVM2 Logical
@@ -81,7 +82,7 @@
 
 
 %prep
-%setup -n LVM2.%{version}
+%setup -q -n LVM2.%{version}
 %patch -p1
 %patch2
 %patch3
@@ -102,7 +103,7 @@
 %configure --prefix=/ \
--bindir=/bin --libdir=/%_lib --with-usrlibdir=%_libdir \
--sbindir=/sbin --enable-dmeventd \
-   --with-udevdir=/lib/udev/rules.d \
+   --with-udevdir=%{_udevrulesdir} \
--with-dmeventd_path=/sbin/dmeventd \
--with-device-uid=0 --with-device-gid=6 --with-device-mode=0640 \
--enable-udev_sync --enable-udev_rules \
@@ -185,10 +186,7 @@
 %config /etc/init.d/boot.lvm
 %dir /lib/mkinitrd
 %dir /lib/mkinitrd/scripts
-%dir /lib/udev
-%dir /lib/udev/rules.d
-#/lib/udev/rules.d/64-lvm2.rules
-/lib/udev/rules.d/11-dm-lvm.rules
+%{_udevrulesdir}/11-dm-lvm.rules
 /lib/udev/collect_lvm
 /lib/mkinitrd/scripts/setup-lvm2.sh
 /lib/mkinitrd/scripts/boot-lvm2.sh
@@ -337,12 +335,10 @@
 %config /etc/init.d/boot.device-mapper
 /%_lib/libdevmapper.so.1.02
 /%_lib/libdevmapper-event.so.1.02
-%dir /lib/udev/rules.d
-%dir /lib/udev
-/lib/udev/rules.d/10-dm.rules
+%{_udevrulesdir}/10-dm.rules
 #/lib/udev/rules.d/12-dm-permissions.rules
-/lib/udev/rules.d/13-dm-disk.rules
-/lib/udev/rules.d/95-dm-notify.rules
+%{_udevrulesdir}/13-dm-disk.rules
+%{_udevrulesdir}/95-dm-notify.rules
 /sbin/dmsetup
 /sbin/dmeventd
 %{_mandir}/man8/dmsetup.8.gz

++ mkinitrd-devmapper-setup.sh ++
--- /var/tmp/diff_new_pack.zCnGwk/_old  2012-11-10 16:54:57.0 +0100
+++ /var/tmp/diff_new_pack.zCnGwk/_new  2012-11-10 16:54:57.0 +0100
@@ -31,10 +31,10 @@
 # include dm block var from sysconfig
 mkdir -p etc/sysconfig
 grep DM_BLOCK /etc/sysconfig/kernel > etc/sysconfig/kernel
-   mkdir -p lib/udev/rules.d
-   cp /lib/udev/rules.d/10-dm.rules lib/udev/rules.d
-   cp /lib/udev/rules.d/13-dm-disk.rules lib/udev/rules.d
-   cp /lib/udev/rules.d/95-dm-notify.rules lib/udev/rules.d
+   mkdir -p usr/lib/udev/rules.d
+   cp usr/lib/udev/rules.d/10-dm.rules usr/lib/udev/rules.d
+   cp usr/lib/udev/rules.d/13-dm-disk.rules usrlib/udev/rules.d
+   cp usr/lib/udev/rules.d/95-dm-notify.rules usr/lib/udev/rules.d
 save_var root_dm
 save_var dm_modules
 fi

++ mkinitrd-lvm2-setup.sh ++
--- /var/tmp/diff_new_pack.zCnGwk/_old  2012-11-10 16:54:57.0 +0100
+++ /var/tmp/diff_new_pack.zCnGwk/_new  2012-11-10 16:54:57.0 +0100
@@ -40,10 +40,10 @@
 cp -a /etc/lvm/lvm.conf $tmp_mnt/etc/lvm/
cp -a /etc/sysconfig/lvm $tmp_mnt/etc/sysconfig/
 # udev rule for lvm2
-   mkdir -p $tmp_mnt/lib/udev/rules.d
-   cp /lib/udev/rules.d/11-dm-lvm.rules $tmp_mnt/lib/udev/rules.d/
-   if [ -e /lib/udev/rules.d/64-lvm2.rules ]; then
-   cp /lib/udev/rules.d/64-lvm2.rules $tmp_mnt/lib/udev/rules.d/
+   mkdir -p $tmp_mnt/usr/lib/udev/rules.d
+   cp /usr/lib/udev/rules.d/11-dm-lvm.rules $tmp_mnt/usr/lib/udev/rules.d/
+   if [ -e /usr/lib/udev/rules.d/64-lvm2.rules ]; then
+   cp /usr/lib/udev/rules.d/64-lvm2.rules 
$tmp_mnt/usr/lib/udev/rules.d/
fi
 fi
 

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



commit less for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package less for openSUSE:Factory checked in 
at 2012-11-10 16:54:31

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


Package is "less", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/less/less.changes2011-12-06 
13:52:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.less.new/less.changes   2012-11-10 
16:54:33.0 +0100
@@ -1,0 +2,47 @@
+Tue Nov  6 11:24:25 UTC 2012 - pu...@suse.com
+
+- Update to version 455 
+  * Bugfixes in buildsystem and option parser
+
+---
+Sun Nov  4 21:06:26 UTC 2012 - pu...@suse.com
+
+- Update to version 453
+  * Allow backslash escaping of metacharacters in LESS environment
+variable.
+  * Don't quit if syntax errors are found in command line options.
+  * Increase sizes of some internal buffers.
+  * Fix configure bug with --with-regex=none.
+  * Fix crash with "stty rows 0".
+
+---
+Tue Sep 25 07:48:44 UTC 2012 - vdziewie...@suse.com
+
+- Update to version 451
+* Add ESC-F command to keep reading data until a pattern is
+* found.
+
+* Use exit code of LESSOPEN script if LESSOPEN starts with
+* "||".
+
+* When up/down arrow is used on the command line immediately
+* after typing text, the next command starting with that text is
+  found.
+
+* Add support for GNU regex.
+
+* Add configure option --with-regex=none and fix compile
+* errors when compiling with no regex library.
+
+* Fix possible crashes caused by malformed LESSOPEN or 
+  LESSCLOSE variables.
+
+* Fix bug highlighting text which is discontiguous in the
+* file due to backspace processing.
+
+* Fix bug in displaying status column when scrolling
+* backwards with -J and -S in effect.
+- Remove speed patch.
+- Remove less-429-lessecho-man.patch
+
+---

Old:

  less-429-lessecho-man.patch
  less-443-speed.patch
  less-444.tar.gz

New:

  less-455.tar.gz



Other differences:
--
++ less.spec ++
--- /var/tmp/diff_new_pack.MoDl8P/_old  2012-11-10 16:54:35.0 +0100
+++ /var/tmp/diff_new_pack.MoDl8P/_new  2012-11-10 16:54:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package less
 #
-# 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,25 +16,24 @@
 #
 
 
-
 Name:   less
-BuildRequires:  automake ncurses-devel
-License:GPL-3.0+ or BSD-2-Clause
-Group:  Productivity/Text/Utilities
+BuildRequires:  automake
+BuildRequires:  ncurses-devel
 Obsoletes:  jless
-Provides:   normal-less jless
+Provides:   jless
+Provides:   normal-less
 Requires:   file
-Version:444
+Version:455
 Release:0
 Summary:Text File Browser and Pager Similar to more
+License:GPL-3.0+ or BSD-2-Clause
+Group:  Productivity/Text/Utilities
 Url:http://www.greenwoodsoftware.com/less/
 Source: %{name}-%{version}.tar.gz
 Source1:README.SuSE
 Source2:lessopen.sh
 Source3:lessclose.sh
 Source4:lesskey.src
-Patch2: %{name}-429-lessecho-man.patch
-Patch3: %{name}-443-speed.patch
 Patch22:%{name}-429-strict_aliasing.patch
 Patch24:%{name}-429-terminate.patch
 Patch25:%{name}-429-widechars.patch
@@ -51,8 +50,6 @@
 
 %prep
 %setup -q
-%patch2
-%patch3
 %patch22
 %patch24
 %patch25

++ less-444.tar.gz -> less-455.tar.gz ++
 5302 lines of diff (skipped)

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



commit glibc for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2012-11-10 16:54:21

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


Package is "glibc", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc.changes  2012-10-27 
13:23:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2012-11-10 
16:54:24.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov  7 14:59:06 UTC 2012 - sch...@suse.de
+
+- Avoid shell comment leaking into %post.
+
+---



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.6U1f43/_old  2012-11-10 16:54:25.0 +0100
+++ /var/tmp/diff_new_pack.6U1f43/_new  2012-11-10 16:54:25.0 +0100
@@ -996,11 +996,13 @@
 
 %post -p %{_sbindir}/glibc_post_upgrade
 
+%if 0
 # Enabling the following lines will generate a 
 # requires on /bin/sh but glibc should not require any other binary
 # packages. Therefore we do the change with the built-in lua:
 # %%verifyscript
 # %%verify_permissions -e %%{_libexecdir}/pt_chown
+%endif
 
 %verifyscript -p 
 os.execute("/usr/bin/chkstat -n --warn --system -e %{_libexecdir}/pt_chown")




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



commit bluez for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2012-11-10 16:54:15

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


Package is "bluez", Maintainer is "a...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/bluez/bluez.changes  2012-10-26 
07:42:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2012-11-10 
16:54:16.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 31 14:50:01 UTC 2012 - crrodrig...@opensuse.org
+
+- bluez-coldplug init script is forced but it s not needed
+  when using systemd with dbus activation.
+
+---



Other differences:
--
++ bluez.spec ++
--- /var/tmp/diff_new_pack.fly6b1/_old  2012-11-10 16:54:17.0 +0100
+++ /var/tmp/diff_new_pack.fly6b1/_new  2012-11-10 16:54:17.0 +0100
@@ -147,7 +147,7 @@
 
 %package test
 Summary:Tools for testing of various Bluetooth-functions
-License:GPL-2.0+ ; MIT
+License:GPL-2.0+ and MIT
 Group:  Development/Tools/Debuggers
 Requires:   dbus-1-python
 Requires:   libbluetooth3 = %{version}
@@ -295,7 +295,9 @@
 rm -v $RPM_BUILD_ROOT/%{_libdir}/*.la
 rm -rvf $RPM_BUILD_ROOT/%{_libdir}/gstreamer-*
 rm -v $RPM_BUILD_ROOT/%{_libdir}/alsa-lib/*.la
+%if ! 0%{?has_systemd}
 install --mode=0755 -D %{S:2} 
$RPM_BUILD_ROOT/%{_sysconfdir}/init.d/bluez-coldplug
+%endif
 install --mode=0644 -D %{S:3} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.bluetooth
 install --mode=0644 -D %{S:7} 
$RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/50-bluetooth.conf
 # In openSUSE 11.3 there is upstream compliant CUPS 1.4
@@ -323,21 +325,25 @@
 
 %post
 %{fillup_only -n bluetooth}
-%{insserv_force_if_yast bluez-coldplug}
 %if 0%{?has_systemd}
 %service_add_post bluetooth.service
+%else
+%{insserv_force_if_yast bluez-coldplug}
 %endif
 
 %preun
-%stop_on_removal bluez-coldplug
 %if 0%{?has_systemd}
 %service_del_preun bluetooth.service
+%else
+%stop_on_removal bluez-coldplug
 %endif
 
 %postun
 %{insserv_cleanup}
 %if 0%{?has_systemd}
 %service_del_postun bluetooth.service
+%else
+%{insserv_cleanup}
 %endif
 
 %post -n libsbc0 -p /sbin/ldconfig
@@ -374,7 +380,6 @@
 %dir %{_sysconfdir}/udev/rules.d
 %config %{_sysconfdir}/udev/rules.d/*
 %endif
-%{_sysconfdir}/init.d/bluez-coldplug
 %doc %{_mandir}/man8/hciattach.8.gz
 %doc %{_mandir}/man8/hciconfig.8.gz
 %doc %{_mandir}/man8/bluetoothd.8.gz
@@ -398,6 +403,8 @@
 %config(noreplace) %{_sysconfdir}/modprobe.d/50-bluetooth.conf
 %if 0%{?has_systemd}
 %{_unitdir}/bluetooth.service
+%else
+%{_sysconfdir}/init.d/bluez-coldplug
 %endif
 %{_datadir}/dbus-1/system-services/org.bluez.service
 

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



commit bash for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2012-11-10 16:54:08

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


Package is "bash", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/bash/bash.changes2012-10-18 
15:40:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2012-11-10 
16:54:11.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov  5 12:41:57 UTC 2012 - wer...@suse.de
+
+- Update bash 4.2 to patch level 39
+  * Official fix for the last crash fix
+  * Avoid variable expansion in arithmetic expressions when
+evaluation is being suppressed
+
+---



Other differences:
--
++ bash.spec ++
--- /var/tmp/diff_new_pack.KY10N4/_old  2012-11-10 16:54:13.0 +0100
+++ /var/tmp/diff_new_pack.KY10N4/_new  2012-11-10 16:54:13.0 +0100
@@ -23,7 +23,9 @@
 %if %suse_version > 1020
 BuildRequires:  fdupes
 %endif
+%if %suse_version > 1220
 BuildRequires:  makeinfo
+%endif
 BuildRequires:  ncurses-devel
 %define bash_vers 4.2
 %define rl_vers   6.2

++ bash-4.2-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash-4.2-read-escape-segfault.patch 
new/bash-4.2-patches/bash-4.2-read-escape-segfault.patch
--- old/bash-4.2-patches/bash-4.2-read-escape-segfault.patch2012-08-24 
16:00:03.0 +0200
+++ new/bash-4.2-patches/bash-4.2-read-escape-segfault.patch1970-01-01 
01:00:00.0 +0100
@@ -1,15 +0,0 @@
-*** ../bash-4.2-patched/builtins/read.def  2012-03-11 17:52:44.0 
-0400
 builtins/read.def  2012-08-22 11:53:09.0 -0400
-***
-*** 792,796 
-  #endif
-  
-!   if (saw_escape)
-  {
-t = dequote_string (input_string);
 847,851 
-  #endif
-  
-!   if (saw_escape && input_string && *input_string)
-  {
-t = dequote_string (input_string);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash42-038 
new/bash-4.2-patches/bash42-038
--- old/bash-4.2-patches/bash42-038 1970-01-01 01:00:00.0 +0100
+++ new/bash-4.2-patches/bash42-038 2012-11-02 15:09:12.0 +0100
@@ -0,0 +1,47 @@
+BASH PATCH REPORT
+=
+
+Bash-Release:  4.2
+Patch-ID:  bash42-038
+
+Bug-Reported-by:   arman...@gmail.com
+Bug-Reference-ID:  <20120822112810.8d14920...@windmill.latviatours.lv>
+Bug-Reference-URL: 
http://lists.gnu.org/archive/html/bug-bash/2012-08/msg00049.html
+
+Bug-Description:
+
+If a backslash-newline (which is removed) with no other input is given as
+input to `read', the shell tries to dereference a null pointer and seg faults.
+
+Patch (apply with `patch -p0'):
+
+*** ../bash-4.2-patched/builtins/read.def  2012-03-11 17:52:44.0 
-0400
+--- builtins/read.def  2012-08-22 11:53:09.0 -0400
+***
+*** 792,796 
+  #endif
+  
+!   if (saw_escape)
+  {
+t = dequote_string (input_string);
+--- 847,851 
+  #endif
+  
+!   if (saw_escape && input_string && *input_string)
+  {
+t = dequote_string (input_string);
+*** ../bash-4.2-patched/patchlevel.h   Sat Jun 12 20:14:48 2010
+--- patchlevel.h   Thu Feb 24 21:41:34 2011
+***
+*** 26,30 
+ looks for to find the patch level (for the sccs version string). */
+  
+! #define PATCHLEVEL 37
+  
+  #endif /* _PATCHLEVEL_H_ */
+--- 26,30 
+ looks for to find the patch level (for the sccs version string). */
+  
+! #define PATCHLEVEL 38
+  
+  #endif /* _PATCHLEVEL_H_ */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash42-039 
new/bash-4.2-patches/bash42-039
--- old/bash-4.2-patches/bash42-039 1970-01-01 01:00:00.0 +0100
+++ new/bash-4.2-patches/bash42-039 2012-11-02 15:09:26.0 +0100
@@ -0,0 +1,58 @@
+BASH PATCH REPORT
+=
+
+Bash-Release:  4.2
+Patch-ID:  bash42-039
+
+Bug-Reported-by:   Dan Douglas 
+Bug-Reference-ID:  <1498458.MpVlmOXDB7@smorgbox>
+Bug-Reference-URL: 
http://lists.gnu.org/archive/html/bug-bash/2012-09/msg8.html
+
+Bug-Description:
+
+Under certain circumstances, bash attempts to expand variables in arithmetic
+expressions even when evaluation is being suppressed.
+
+Patch (apply with `patch -p0'):
+
+*** ../bash-4.2-patched/expr.c 2011-11-21 18:03:35.0 -0500
+--- expr.c 2012-09-0