commit syslogd for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package syslogd for openSUSE:Factory
checked in at Fri Aug 19 15:28:25 CEST 2011.




--- syslogd/syslogd.changes 2011-06-28 10:51:34.0 +0200
+++ syslogd/syslogd.changes 2011-08-19 14:34:28.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 19 12:32:29 UTC 2011 - wer...@suse.de
+
+- Make klogd.service and syslog.service static files and let
+  systemd include syslog.core within syslog.service, only the
+  syslog.core will be generated depending on /etc/sysconfig/syslog
+- Do not touch the files as long as syslog.service or klogd.service
+  are active 
+
+---
+Wed Aug 17 15:45:58 UTC 2011 - wer...@suse.de
+
+- Add generator script for better support with systemd 
+
+---

calling whatdependson for head-i586


New:

  klogd.service
  syslog-service-generator
  syslog.service



Other differences:
--
++ syslogd.spec ++
--- /var/tmp/diff_new_pack.cqwcRn/_old  2011-08-19 15:25:27.0 +0200
+++ /var/tmp/diff_new_pack.cqwcRn/_new  2011-08-19 15:25:27.0 +0200
@@ -23,11 +23,12 @@
 %define omc_svcdir %{omc_prefix}/svcinfo.d
 License:GPLv2+
 Group:  System/Daemons
+BuildRequires:  pkg-config systemd-devel
 PreReq: coreutils %fillup_prereq klogd sed
 Provides:   syslog
 AutoReqProv:on
 Version:1.4.1
-Release:739
+Release:741
 Summary:The Syslog daemon
 Source: sysklogd-1.4.1.tar.bz2
 Source1:logrotate.syslog
@@ -36,6 +37,9 @@
 Source4:rc.earlysyslog
 Source5:syslog.xml
 Source6:syslog.8
+Source7:syslog-service-generator
+Source8:klogd.service
+Source9:syslog.service
 Patch0: sysklogd-1.4.1.dif
 Patch1: sysklogd-1.4.1-dgram.patch
 Patch2: sysklogd-1.4.1-sparc.patch
@@ -63,6 +67,8 @@
 Patch24:sysklogd-1.4.1-systemd.dif
 Patch25:sysklogd-1.4.1-systemd-multi.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{expand: %%global sysdsysunitdir %(pkg-config systemd 
--variable=systemdsystemunitdir)}
+%{expand: %%global sysdsysconfdir %(pkg-config systemd 
--variable=systemdsystemconfdir)}
 
 %description
 The syslogd daemon is the general system logging daemon, which is
@@ -147,7 +153,10 @@
 mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man{5,8}
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
+mkdir -p $RPM_BUILD_ROOT%{sysdsysunitdir}-generators
+mkdir -p $RPM_BUILD_ROOT%{sysdsysunitdir}
 mkdir -p -m 0755 $RPM_BUILD_ROOT/var/run/rsyslog
+mkdir -p -m 0755 $RPM_BUILD_ROOT/var/run/syslog-ng
 make install MANDIR=%{_mandir} DESTDIR=$RPM_BUILD_ROOT
 ln -sf ../etc/init.d/syslog $RPM_BUILD_ROOT/sbin/rcsyslog
 install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/logrotate.d/syslog
@@ -157,6 +166,9 @@
 install -d $RPM_BUILD_ROOT/%{omc_svcdir}/
 install -m 600 %{SOURCE5} $RPM_BUILD_ROOT/%{omc_svcdir}/
 install -m 644 %{SOURCE6} $RPM_BUILD_ROOT/%{_mandir}/man8/syslog.8
+install -m 755 %{SOURCE7} $RPM_BUILD_ROOT%{sysdsysunitdir}-generators/
+install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{sysdsysunitdir}/
+install -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{sysdsysunitdir}/
 %ifarch s390 s390x
 sed 's/^KERNEL_LOGLEVEL=1/KERNEL_LOGLEVEL=7/' %{SOURCE2} \
> $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.syslog
@@ -203,6 +215,7 @@
 touch var/log/news/news.notice; chmod 640 var/log/news/news.notice
 chown news:news var/log/news/news.notice
 mkdir -p -m 0755 /var/run/rsyslog
+mkdir -p -m 0755 /var/run/syslog-ng
 
 %preun
 %stop_on_removal syslog
@@ -239,12 +252,16 @@
 %config(noreplace) /etc/logrotate.d/syslog
 %config /etc/init.d/syslog
 %config /etc/init.d/earlysyslog
+%config %{sysdsysunitdir}/klogd.service
+%config %{sysdsysunitdir}/syslog.service
 %doc %{_mandir}/man8/klogd.8.gz
 %doc %{_mandir}/man8/sysklogd.8.gz
 %doc %{_mandir}/man8/syslog.8.gz
-/sbin/rcsyslog
 /sbin/klogd
+/sbin/rcsyslog
+%attr(0744,root,root) %{sysdsysunitdir}-generators/syslog-service-generator
 %attr(0755,root,root) %dir %ghost /var/run/rsyslog/
+%attr(0755,root,root) %dir %ghost /var/run/syslog-ng/
 %{omc_svcdir}/syslog.xml
 
 %changelog

++ klogd.service ++
# /lib/systemd/system/klogd.service
#
# This file is part of package klogd.
#
# Copyright (c) 2011 SuSE LINUX Products GmbH, Germany.
# Author: Werner Fink
# Please send feedback to http://www.suse.de/feedback
#
# Description:
#
#  Used to start klogd, the System Kernel Logging Service
#  if and only if the System Logger does not provide this
#  its self.  If the System Logger can do Kernel Logging
#  Service this file should be masked by a symbolic link
#  from /etc/systemd/system/klogd.service to /dev/null.
#
#  If klogd.service is

commit python-sip for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory
checked in at Fri Aug 19 15:23:32 CEST 2011.




--- python-sip/python-sip.changes   2011-05-30 15:27:18.0 +0200
+++ python-sip/python-sip.changes   2011-08-16 02:25:39.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 00:07:23 UTC 2011 - ter...@gmail.com
+
+- Update to 4.12.4
+  - A bug fix release.
+
+---
New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python-sip/python3-sip.changes  2011-08-16 02:25:40.0 +0200
@@ -0,0 +1,8 @@
+---
+Tue Aug 16 00:07:23 UTC 2011 - ter...@gmail.com
+
+- Update to 4.12.4
+  - A bug fix release.
+- Adapted python-sip.spec for python3
+
+

calling whatdependson for head-i586


Old:

  fix-linking.diff
  fix-linking25.diff
  fix-linking26.diff
  sip-4.12.3.tar.bz2

New:

  python3-sip.changes
  python3-sip.spec
  sip-4.12.4.tar.bz2



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.3IHep5/_old  2011-08-19 15:22:36.0 +0200
+++ /var/tmp/diff_new_pack.3IHep5/_new  2011-08-19 15:22:36.0 +0200
@@ -20,20 +20,17 @@
 
 Name:   python-sip
 BuildRequires:  c++_compiler python python-devel
-License:GPLv2+
+License:GPL-2.0 or GPL-3.0 or SIP
 Group:  Development/Libraries/Python
 Summary:SIP tool to use python sip bindings
-Version:4.12.3
+Version:4.12.4
 Release:1
 %define rversion %version
 Url:http://www.riverbankcomputing.com/software/sip/intro
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:sip-%{rversion}.tar.bz2
 Patch0: disable-rpaths.diff
-Patch2: fix-linking.diff
-Patch3: fix-linking25.diff
-Patch4: build-compare.diff
-Patch5: fix-linking26.diff
+Patch1: build-compare.diff
 %py_requires
 
 %description
@@ -43,7 +40,7 @@
 for any C or C++ library.
 
 %package devel
-License:GPLv2+
+License:GPL-2.0 or GPL-3.0 or SIP
 Group:  Development/Libraries/Python
 Summary:SIP tool to create python bindings
 Provides:   python-sip:/usr/bin/sip
@@ -62,16 +59,7 @@
 %prep
 %setup -q -n sip-%{rversion}
 %patch0
-%if %suse_version >1100
-%if %suse_version <1140
-%patch5
-%else
-%patch2
-%endif
-%else
-%patch3
-%endif
-%patch4
+%patch1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++ python3-sip.spec ++
#
# spec file for package python3-sip
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#

# norootforbuild


Name:   python3-sip
License:GPL-2.0 or GPL-3.0 or SIP
Group:  Development/Libraries/Python
Summary:SIP tool to use python sip bindings
Version:4.12.4
Release:1
%define rversion %version
Url:http://www.riverbankcomputing.com/software/sip/intro
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Source0:sip-%{rversion}.tar.bz2
Patch0: disable-rpaths.diff
Patch1: build-compare.diff
BuildRequires:  c++_compiler
BuildRequires:  python3 python3-devel
Requires:   python3 python3-base
PreReq: python3 python3-base

%global py3_incdir  %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_inc())" 2>/dev/null || echo 
PYTHON-NOT-FOUND)

%description
SIP is a tool that makes it very easy to create Python bindings for C
and C++ libraries. It was originally developed to create PyQt, the
Python bindings for the Qt toolkit, but can be used to create bindings
for any C or C++ library.

%package devel
License:GPL-2.0 or GPL-3.0 or SIP
Group:  Development/Libraries/Python
Summary:SIP tool to create python bindings
Provides:   python3-sip:/usr/bin/sip
Requires:   %name = %version
Requires:   c++_compiler python3-devel

%description devel
SIP is a tool that makes it very easy to create Python bindings for C
and C++ libraries. It was originally developed to create PyQt, the
Python bindings for the Qt toolkit, but can be used to create bindings
for any C or C++ library.

This package contains all the developer tools you need to cr

commit python-gobject for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory
checked in at Fri Aug 19 15:22:05 CEST 2011.




--- GNOME/python-gobject/python-gobject.changes 2011-06-17 12:00:35.0 
+0200
+++ python-gobject/python-gobject.changes   2011-08-18 23:16:46.0 
+0200
@@ -1,0 +2,39 @@
+Thu Aug 18 23:07:58 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.90.2:
+  + remove tests that were removed from gi
+  + don't calculate item_size using is_pointer
+  + Updated signal example to use GObject introspection
+  + Updated properties example to use GObject introspection
+  + Add override for GLib.Variant.split_signature()
+  + [pygi-convert.sh] Handle the import of pygtk and require
+Gtk 3.0
+  + Install pygobject.h again.
+- Do not provide python-gobject2-devel anymore. It's a package of
+  its own.
+
+---
+Mon Aug 15 09:01:29 UTC 2011 - dims...@opensuse.org
+
+- Update to  2.90.1 (3.0 pre-release):
+  + New rewritten invoker is twice as fast and easier to extend and
+debug
+  + Complete break from static bindings so we may improve the core
+without breaking legacy APIs
+  + Better type handling
+  + Parallel installable with PyGObject 2.28 for legacy binding
+support (2.28 must be compiled with –disable-introspection)
+  + Fixed object array handling
+  + Added more overrides for PyGTK API emulation
+  + Support for function calling using keyword arguments
+  + GObject and GLib symbols can now have overrides
+  + All static bit removed or made private
+  + GVariants now work from callback returns
+- Add xz BuildRequires to be able to decompress the tar.xz source.
+- Drop python-gobject-python3.patch: fixed upstream.
+- Split out shared library libpygobject-gi-2.0-python.
+- No longer obsolete and provide: python-gobject2. We are no longer
+  compatible to what python-gobject2 used to provide. For
+  compatibility, a python-gobject2 package is being re-instated.
+
+---
python3-gobject.changes: same change

calling whatdependson for head-i586


Old:

  pygobject-2.28.6.tar.bz2
  python-gobject-python3.patch

New:

  pygobject-2.90.2.tar.bz2



Other differences:
--
++ python-gobject.spec ++
--- /var/tmp/diff_new_pack.scH2Rw/_old  2011-08-19 15:20:00.0 +0200
+++ /var/tmp/diff_new_pack.scH2Rw/_new  2011-08-19 15:20:00.0 +0200
@@ -30,26 +30,24 @@
 Name:   python-gobject
 %define _name   pygobject
 Summary:Python bindings for GObject
-Version:2.28.6
-Release:2
+Version:2.90.2
+Release:1
 License:LGPLv2.1+
 Group:  Development/Libraries/Python
 Url:http://ftp.gnome.org/pub/GNOME/sources/pygobject/
-Source: 
http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/%{_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM python-gobject-python3.patch vu...@opensuse.org -- Taken 
from git, various fixes for python3
-Patch0: python-gobject-python3.patch
+Source: 
http://download.gnome.org/sources/pygobject/2.90/%{_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
-BuildRequires:  gobject-introspection-devel
+BuildRequires:  gobject-introspection-devel >= 0.10.2
 BuildRequires:  libffi-devel
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 %if %{build_for_python3}
 BuildRequires:  python3-cairo-devel
 BuildRequires:  python3-devel
 %else
 BuildRequires:  python-cairo-devel
 BuildRequires:  python-devel
-Provides:   python-gobject2 = %{version}
-Obsoletes:  python-gobject2 < %{version}
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{local_py_requires}
@@ -63,10 +61,6 @@
 Summary:Python bindings for GObject -- Cairo bindings
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
-%if ! %{build_for_python3}
-Provides:   python-gobject2-cairo = %{version}
-Obsoletes:  python-gobject2-cairo < %{version}
-%endif
 %define cairo_real_package %(rpm -q --qf '%%{NAME}' --whatprovides cairo)
 Supplements:packageand(%{name}:%{cairo_real_package})
 
@@ -76,19 +70,26 @@
 
 This package contains the Python Cairo bindings for GObject.
 
+%package -n libpyglib-gi-2_0-python0
+
+Summary:Python Gobject Introspeciton binding
+Group:  System/Libraries
+
+%description -n libpyglib-gi-2_0-python0
+Pygobjects is an extension module for python that gives you access to
+GLib's GObjects.
+
+The bindings are handled by gobject-introspection libraries.
+
 %package devel
 License:LGPLv2.1+
 Summary:Python bindings for GObject
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
+Requires:   libpyglib-g

commit libproxy for openSUSE:11.4

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package libproxy for openSUSE:11.4
checked in at Fri Aug 19 15:20:09 CEST 2011.




--- old-versions/11.4/all/libproxy/libproxy-plugins.changes 2011-02-18 
14:43:33.0 +0100
+++ 11.4/libproxy/libproxy-plugins.changes  2011-08-08 17:41:48.0 
+0200
@@ -1,0 +2,26 @@
+Mon Aug  8 15:29:41 UTC 2011 - dims...@opensuse.org
+
+- Add libproxy-trim-ignores.patch: Trim strings in ignore list.
+  Fix bnc#679322.
+
+---
+Wed Jun 22 19:08:18 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.4.7 (for bnc#701059):
+  + Support/require xulrunner 2.0+
+  + Support linking againgst libwebkit-gtk3 (-DWITH_WEBKIT3=ON)
+  + Port to gsettings for gnome3. (-DWITH_GNOME3=ON[default])
+  + Issues closed:
+- #149: always test for the right python noarch module path
+- #155: Cannot compile with Firefox 4
+- #156: libproxy should build against webkitgtk-3.0
+- #158: Won't compile w/ xulrunner 2.0 final
+- #159: libproxy fails with autoconfiguration
+"http://proxy.domain.com";
+- #131: GSettings-based GNOME plugin
+- #150: SUSE sysconfig/proxy config support
+- Build gnome2 module and webkitgtk linked against gtk2.
+  -DWITH_GNOME3=OFF
+  -DWITH_WEBKIGTK3=OFF
+
+---
libproxy.changes: same change

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/libproxy
Destination is old-versions/11.4/UPDATES/all/libproxy
calling whatdependson for 11.4-i586


Old:

  libproxy-0.4.6.tar.bz2
  libproxy-backports.patch
  libproxy-sysconfig-support.patch
  libproxy-xul2.patch

New:

  libproxy-0.4.7.tar.gz
  libproxy-trim-ignores.patch



Other differences:
--
++ libproxy-plugins.spec ++
--- /var/tmp/diff_new_pack.t4S5ks/_old  2011-08-19 15:19:19.0 +0200
+++ /var/tmp/diff_new_pack.t4S5ks/_new  2011-08-19 15:19:19.0 +0200
@@ -42,23 +42,19 @@
 Name:   libproxy-plugins
 Group:  System/Libraries
 Summary:Libproxy provides consistent proxy configuration to 
applications
-Version:0.4.6
+Version:0.4.7
 Release:3.
 %if 0%{?build_snapshot}
 %define _sourcename %{_name}
 %else
 %define _sourcename %{_name}-%{version}
 %endif
-Source: http://libproxy.googlecode.com/files/%{_sourcename}.tar.bz2
+Source: http://libproxy.googlecode.com/files/%{_sourcename}.tar.gz
 # Script used for automatic snapshot updates
 Source98:   update-from-svn.sh
 Source99:   baselibs.conf
-# PATCH-FEATURE-UPSTREAM libproxy-sysconfig-support.patch bnc#655483 
dmacvi...@novell.com  -- Add /etc/sysconfig support. Also tracked at 
http://code.google.com/p/libproxy/issues/detail?id=150
-Patch0: libproxy-sysconfig-support.patch
-# PATCH-FEATURE-UPSTREAM libproxy-xul2.patch dims...@opensuse.org -- Add 
compatibility to build against xulrunner 2.0
-Patch1: libproxy-xul2.patch
-# PATCH-FIX-UPSTREAM libproxy-backports.patch dims...@opensuse.org -- Backport 
from upstream source: svn revs: 769,771,776,777,778,780,781,782
-Patch2: libproxy-backports.patch
+# PATCH-FIX-UPSTREAM libproxy-trim-ignores.patch bnc#679322 
dims...@opensuse.org -- Trim strings in ignore list.
+Patch0: libproxy-trim-ignores.patch
 License:GPLv2+ ; LGPLv2.1+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
@@ -109,6 +105,7 @@
 %if %build_core_not_modules
 
 %package tools
+
 License:GPLv2+ ; LGPLv2.1+
 Summary:A simple application using libproxy
 Group:  System/Libraries
@@ -121,6 +118,7 @@
 
 
 %package devel
+
 License:GPLv2+ ; LGPLv2.1+
 Summary:Libproxy provides consistent proxy configuration to 
applications - Development Files
 Group:  Development/Libraries/C and C++
@@ -138,6 +136,7 @@
 
 
 %package -n libproxy1
+
 License:GPLv2+ ; LGPLv2.1+
 Summary:Libproxy provides consistent proxy configuration to 
applications
 Group:  System/Libraries
@@ -153,6 +152,7 @@
 * a standard way of dealing with proxy settings across all scenarios
 
 %package -n python-libproxy
+
 License:GPLv2+ ; LGPLv2.1+
 Summary:Python bindings for libproxy
 Group:  System/Libraries
@@ -174,6 +174,7 @@
 
 
 %package -n perl-Net-Libproxy
+
 License:GPLv2+ ; LGPLv2.1+
 Summary:Perl bindings for libproxy
 Group:  Development/Libraries/Perl
@@ -194,6 +195,7 @@
 %if 0%{?have_mono}
 
 %package -n libproxy-sharp
+
 License:GPLv2+ ; LGPLv2.1+
 Summary:.Net bindings for libproxy
 Group:  Development/Languages/Mono
@@ -213,6 +215,7 @@
 %else
 
 %package -n libproxy1-config-gnome
+
 License:GPLv2+ ; LGPLv2.1+
 Summary:Libproxy module for GNOME configuration
 Group:   

commit mozilla-nspr for openSUSE:11.4

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package mozilla-nspr for openSUSE:11.4
checked in at Fri Aug 19 15:18:44 CEST 2011.




--- old-versions/11.4/all/mozilla-nspr/mozilla-nspr.changes 2011-01-09 
23:57:42.0 +0100
+++ 11.4/mozilla-nspr/mozilla-nspr.changes  2011-08-12 22:28:25.0 
+0200
@@ -1,0 +2,24 @@
+Fri Aug 12 20:26:21 UTC 2011 - w...@rosenauer.org
+
+- update to 4.8.9 RTM
+  * no release notes available from upstream
+
+---
+Thu May 19 05:27:00 UTC 2011 - w...@rosenauer.org
+
+- update to 4.8.8 RTM
+  * minor cleanup changes
+  * minor changes not affecting the Linux platform
+
+---
+Thu Apr 28 05:45:30 UTC 2011 - w...@rosenauer.org
+
+- update to 4.8.8beta3
+  * support IPv6 on Android (bmo#626866)
+  * use AI_ADDRCONFIG for loopback hostnames (bmo#614526)
+  * support SDP sockets (bmo#518078)
+  * support m32r architecture (bmo#635667)
+  * use atomic functions on ARM (bmo#626309)
+  * some other fixes not affecting the Linux platform
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/mozilla-nspr
Destination is old-versions/11.4/UPDATES/all/mozilla-nspr
calling whatdependson for 11.4-i586


Old:

  nspr-4.8.7.tar.bz2

New:

  nspr-4.8.9.tar.bz2



Other differences:
--
++ mozilla-nspr.spec ++
--- /var/tmp/diff_new_pack.w34qxm/_old  2011-08-19 15:18:31.0 +0200
+++ /var/tmp/diff_new_pack.w34qxm/_new  2011-08-19 15:18:31.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package mozilla-nspr (Version 4.8.7)
+# spec file for package mozilla-nspr
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #   2006-2011 Wolfgang Rosenauer
@@ -21,9 +21,9 @@
 
 Name:   mozilla-nspr
 BuildRequires:  gcc-c++ pkg-config
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:4.8.7
-Release:2
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
+Version:4.8.9
+Release:1.
 Summary:Netscape Portable Runtime
 Url:http://www.mozilla.org/projects/nspr/
 # bug437293
@@ -45,7 +45,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Netscape Portable Runtime development files
 Group:  Development/Libraries/Other
 Requires:   mozilla-nspr = %{version}

++ nspr-4.8.7.tar.bz2 -> nspr-4.8.9.tar.bz2 ++
 3683 lines of diff (skipped)






Remember to have fun...

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



commit mozilla-nss for openSUSE:11.4

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:11.4
checked in at Fri Aug 19 15:18:17 CEST 2011.




--- old-versions/11.4/all/mozilla-nss/mozilla-nss.changes   2011-01-10 
00:11:31.0 +0100
+++ 11.4/mozilla-nss/mozilla-nss.changes2011-08-12 22:57:46.0 
+0200
@@ -1,0 +2,32 @@
+Fri Aug 12 20:55:38 UTC 2011 - w...@rosenauer.org
+
+- update to 3.12.11 RTM
+  * no upstream release notes available
+
+---
+Wed Jul 13 16:45:23 CEST 2011 - meiss...@suse.de
+
+- Linux3.0 is the new Linux2.6 (make it build)
+
+---
+Mon May 23 17:37:34 UTC 2011 - crrodrig...@opensuse.org
+
+- Do not include build dates in binaries, messes up
+  build compare
+
+---
+Thu May 19 05:37:02 UTC 2011 - w...@rosenauer.org
+
+- update to 3.12.10 RTM
+  * no changes except internal release information
+
+---
+Thu Apr 28 06:34:50 UTC 2011 - w...@rosenauer.org
+
+- update to 3.12.10beta1
+  * root CA changes
+  * filter certain bogus certs (bmo#642815)
+  * fix minor memory leaks
+  * other bugfixes
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/mozilla-nss
Destination is old-versions/11.4/UPDATES/all/mozilla-nss
calling whatdependson for 11.4-i586


Old:

  PayPalEE.cert
  nss-3.12.9.tar.bz2

New:

  nss-3.12.11.tar.bz2



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.E0ffIu/_old  2011-08-19 15:17:46.0 +0200
+++ /var/tmp/diff_new_pack.E0ffIu/_new  2011-08-19 15:17:46.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package mozilla-nss (Version 3.12.9)
+# spec file for package mozilla-nss
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2006-2011 Wolfgang Rosenauer
@@ -28,9 +28,9 @@
 %if %suse_version > 1030
 BuildRequires:  sqlite3-devel
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPL
-Version:3.12.9
-Release:2
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
+Version:3.12.11
+Release:1.
 # bug437293
 %ifarch ppc64
 Obsoletes:  mozilla-nss-64bit
@@ -49,7 +49,7 @@
 Source7:cert9.db
 Source8:key4.db
 Source9:pkcs11.txt
-Source10:   PayPalEE.cert
+#Source10:   PayPalEE.cert
 Patch1: nss-opt.patch
 Patch3: system-nspr.patch
 Patch4: char.patch
@@ -76,7 +76,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Network (Netscape) Security Services development files
 Group:  Development/Libraries/Other
 Requires:   mozilla-nspr-devel
@@ -97,7 +97,7 @@
 
 
 %package tools
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Tools for developing, debugging, and managing applications 
that use NSS
 Group:  System/Management
 PreReq: mozilla-nss >= %{version}
@@ -108,7 +108,7 @@
 
 
 %package sysinit
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:System NSS Initialization
 Group:  System/Management
 Requires:   mozilla-nss >= %{version}
@@ -122,7 +122,7 @@
 
 
 %package -n libfreebl3
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Freebl library for the Network Security Services
 Group:  System/Libraries
 
@@ -137,7 +137,7 @@
 
 
 %package -n libsoftokn3
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Network Security Services Soktoken Module
 Group:  System/Libraries
 Requires:   libfreebl3 = %{version}-%{release}
@@ -153,7 +153,7 @@
 
 
 %package certs
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:CA certificates for NSS
 Group:  Productivity/Networking/Security
 
@@ -179,8 +179,13 @@
 #make generate
 
 %build
+modified="$(sed -n '/^/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
+DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
+TIME="\"$(date -d "${modified}" "+%%R")\""
+find . -name '*.[ch]' -print -exec sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
+
 cd mozilla/security/nss
-cp %SOURCE10 tests/libpkix/certs/PayPalEE.cert
+#cp %SOURCE10 tests/libpkix/certs/PayPalEE.cert
 export FREEBL_NO_DEPEND=1
 export NSPR_INCLUDE_DIR=`nspr-config --includedir`
 export NSPR_LIB_DIR=`nspr-config --libdir`



++ nss-3.12.9.tar.bz2 -> nss-3.12.11.tar.bz2 ++
 44486 lines of diff (skipped)

++ nss.pc.in

commit mozilla-nspr for openSUSE:11.3

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package mozilla-nspr for openSUSE:11.3
checked in at Fri Aug 19 15:17:02 CEST 2011.




--- old-versions/11.3/UPDATES/all/mozilla-nspr/mozilla-nspr.changes 
2010-09-29 12:28:04.0 +0200
+++ 11.3/mozilla-nspr/mozilla-nspr.changes  2011-08-12 22:28:25.0 
+0200
@@ -1,0 +2,38 @@
+Fri Aug 12 20:26:21 UTC 2011 - w...@rosenauer.org
+
+- update to 4.8.9 RTM
+  * no release notes available from upstream
+
+---
+Thu May 19 05:27:00 UTC 2011 - w...@rosenauer.org
+
+- update to 4.8.8 RTM
+  * minor cleanup changes
+  * minor changes not affecting the Linux platform
+
+---
+Thu Apr 28 05:45:30 UTC 2011 - w...@rosenauer.org
+
+- update to 4.8.8beta3
+  * support IPv6 on Android (bmo#626866)
+  * use AI_ADDRCONFIG for loopback hostnames (bmo#614526)
+  * support SDP sockets (bmo#518078)
+  * support m32r architecture (bmo#635667)
+  * use atomic functions on ARM (bmo#626309)
+  * some other fixes not affecting the Linux platform
+
+---
+Sun Jan  9 22:26:15 UTC 2011 - w...@rosenauer.org
+
+- update to 4.8.7 RTM
+  * no code changes to beta2
+  * only updated internal version information
+
+---
+Thu Dec  9 14:35:25 UTC 2010 - w...@rosenauer.org
+
+- update to 4.8.7beta2
+  * minimal requirement for NSS 3.12.9
+  * bugfixes
+
+---

calling whatdependson for 11.3-i586


Old:

  nspr-4.8.6.tar.bz2

New:

  nspr-4.8.9.tar.bz2



Other differences:
--
++ mozilla-nspr.spec ++
--- /var/tmp/diff_new_pack.zrYzJb/_old  2011-08-19 15:15:58.0 +0200
+++ /var/tmp/diff_new_pack.zrYzJb/_new  2011-08-19 15:15:58.0 +0200
@@ -1,8 +1,8 @@
 #
-# spec file for package mozilla-nspr (Version 4.8.6)
+# spec file for package mozilla-nspr
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#   2006-2010 Wolfgang Rosenauer
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#   2006-2011 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,9 @@
 
 Name:   mozilla-nspr
 BuildRequires:  gcc-c++ pkg-config
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:4.8.6
-Release:1.
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
+Version:4.8.9
+Release:1.
 Summary:Netscape Portable Runtime
 Url:http://www.mozilla.org/projects/nspr/
 # bug437293
@@ -45,7 +45,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Netscape Portable Runtime development files
 Group:  Development/Libraries/Other
 Requires:   mozilla-nspr = %{version}

++ nspr-4.8.6.tar.bz2 -> nspr-4.8.9.tar.bz2 ++
 6036 lines of diff (skipped)






Remember to have fun...

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



commit mozilla-nss for openSUSE:11.3

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:11.3
checked in at Fri Aug 19 15:15:50 CEST 2011.




--- old-versions/11.3/UPDATES/all/mozilla-nss/mozilla-nss.changes   
2010-09-29 15:57:34.0 +0200
+++ 11.3/mozilla-nss/mozilla-nss.changes2011-08-12 22:57:46.0 
+0200
@@ -1,0 +2,52 @@
+Fri Aug 12 20:55:38 UTC 2011 - w...@rosenauer.org
+
+- update to 3.12.11 RTM
+  * no upstream release notes available
+
+---
+Wed Jul 13 16:45:23 CEST 2011 - meiss...@suse.de
+
+- Linux3.0 is the new Linux2.6 (make it build)
+
+---
+Mon May 23 17:37:34 UTC 2011 - crrodrig...@opensuse.org
+
+- Do not include build dates in binaries, messes up
+  build compare
+
+---
+Thu May 19 05:37:02 UTC 2011 - w...@rosenauer.org
+
+- update to 3.12.10 RTM
+  * no changes except internal release information
+
+---
+Thu Apr 28 06:34:50 UTC 2011 - w...@rosenauer.org
+
+- update to 3.12.10beta1
+  * root CA changes
+  * filter certain bogus certs (bmo#642815)
+  * fix minor memory leaks
+  * other bugfixes
+
+---
+Sun Jan  9 23:05:11 UTC 2011 - w...@rosenauer.org
+
+- update to 3.12.9rc0
+  * fix minor memory leaks (bmo#619268)
+  * fix crash in nss_cms_decoder_work_data (bmo#607058)
+  * fix crash in certutil (bmo#620908)
+  * handle invalid argument in JPAKE (bmo#609068)
+
+---
+Thu Dec  9 15:03:00 UTC 2010 - w...@rosenauer.org
+
+- update to 3.12.9beta2
+  * J-PAKE support (API requirement for Firefox >= 4.0b8)
+
+---
+Tue Nov  9 08:51:51 UTC 2010 - w...@rosenauer.org
+
+- replaced expired PayPal test certificate (fixing testsuite)
+
+---

calling whatdependson for 11.3-i586


Old:

  nss-3.12.8.tar.bz2

New:

  nss-3.12.11.tar.bz2



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.pATT9w/_old  2011-08-19 15:14:35.0 +0200
+++ /var/tmp/diff_new_pack.pATT9w/_new  2011-08-19 15:14:35.0 +0200
@@ -1,8 +1,8 @@
 #
-# spec file for package mozilla-nss (Version 3.12.8)
+# spec file for package mozilla-nss
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2006-2010 Wolfgang Rosenauer
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006-2011 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,9 +28,9 @@
 %if %suse_version > 1030
 BuildRequires:  sqlite3-devel
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPL
-Version:3.12.8
-Release:1.
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
+Version:3.12.11
+Release:1.
 # bug437293
 %ifarch ppc64
 Obsoletes:  mozilla-nss-64bit
@@ -49,6 +49,7 @@
 Source7:cert9.db
 Source8:key4.db
 Source9:pkcs11.txt
+#Source10:   PayPalEE.cert
 Patch1: nss-opt.patch
 Patch3: system-nspr.patch
 Patch4: char.patch
@@ -75,7 +76,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Network (Netscape) Security Services development files
 Group:  Development/Libraries/Other
 Requires:   mozilla-nspr-devel 
@@ -96,7 +97,7 @@
 
 
 %package tools
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Tools for developing, debugging, and managing applications 
that use NSS
 Group:  System/Management
 PreReq: mozilla-nss >= %{version}
@@ -107,7 +108,7 @@
 
 
 %package sysinit
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:System NSS Initialization
 Group:  System/Management
 Requires:   mozilla-nss >= %{version}
@@ -121,7 +122,7 @@
 
 
 %package -n libfreebl3
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Freebl library for the Network Security Services
 Group:  System/Libraries
 
@@ -136,7 +137,7 @@
 
 
 %package -n libsoftokn3
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Network Security Services Soktoken Module 
 Group:  System/Libraries
 Requires:   libfreebl3 = %{version}-%{release}
@@ -152,7 +153,7 @@
 
 
 %package certs
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+Li

commit lynis for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package lynis for openSUSE:Factory
checked in at Fri Aug 19 12:48:36 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/lynis/lynis.changes2011-04-07 
17:59:04.0 +0200
@@ -0,0 +1,134 @@
+---
+Thu Apr  7 15:57:31 UTC 2011 - tho...@novell.com
+
+- added patch for apache2 and oracle detection 
+
+---
+Fri Apr  1 22:00:13 UTC 2011 - saigk...@opensuse.org
+
+- removed rpmlintrc and fixed non-executable-script 
+
+---
+Sun Dec 26 19:55:21 UTC 2010 - saigk...@opensuse.org
+
+- prettyfied spec file
+- NOTE: Please submit submitrequests to home:saigkill. This Package links to 
this Repository. 
+
+---
+Fri Sep  3 05:41:52 UTC 2010 - tho...@novell.com
+
+- fixed %files section to include /etc/lynis 
+
+---
+Fri Sep  3 05:12:43 UTC 2010 - tho...@novell.com
+
+- fixed %files section to reflect new default.prf location 
+
+---
+Fri Sep  3 05:09:47 UTC 2010 - tho...@novell.com
+
+- added permdir /root/.gnupg to default.prf 
+
+---
+Fri Sep  3 05:04:03 UTC 2010 - tho...@novell.com
+
+- copy default.prf to /etc/lynis/ instead of /etc/, otherwise
+  lynis will not find it and hang 
+
+---
+Thu Sep  2 11:32:50 UTC 2010 - tho...@novell.com
+
+- added %{_datadir}/%{name}/prepare_for_suse.sh
+
+---
+Thu Sep  2 10:56:55 UTC 2010 - tho...@novell.com
+
+- adjusted patch and spec file to make it build 
+
+---
+Wed Sep  1 12:30:43 UTC 2010 - tho...@novell.com
+
+- put code from Matthias Weckbecker sec_check into lynis
+- adjusted lynis for opensuse
+- details:
+  + tests_tmp_symlinks
+  + tests_network_allowed_ports
+  + tests_system_proc
+  + tests_file_permissions_ww
+  + tests_binary_rpath
+  + tests_users_wo_password
+  + tests_file_permissionsDB
+  + tests_system_dbus
+
+---
+Wed Dec 16 05:19:37 UTC 2009 - saigk...@opensuse.org
+
+- updated to version 1.2.9
+- added default.prf 
+
+---
+Wed Dec  9 16:21:53 UTC 2009 - saigk...@opensuse.org
+
+- update to 1.2.8 
+
+---
+Mon Nov  2 18:16:38 UTC 2009 - saigk...@opensuse.org
+
+- update to 1.2.7
+- This release adds AIX Support and several new tests related to SSH, logging, 
databases and SMTP. Many minor issues are solved or improved. 
+
+-
+Mon Apr  6 09:04:05 CEST 2009 - saigk...@opensuse.org
+
+- update to 1.2.6
+- This release has several new tests and test improvements, like a sudoers
+  file permissions check, a core dumps configuration check for Linux, PHP
+  tests, and an /etc/issue banner test.
+
+-
+Sat Mar 28 10:27:12 CET 2009 - saigk...@opensuse.org
+
+- update to 1.2.5
+- This release adds 40+ new tests for services like Dovecot, 
+  BIND, PowerDNS, SSH, Exim, and nginx
+
+-
+Tue Mar 17 2009 20:32 CET - mrd...@opensuse.org
+
+- added 1.2.4 release
+- This release adds more than 30 new tests, 
+including NTP, auditd, PAM, NFS and ClamAV. 
+
+--
+Mon Mar 02 22:32 CET 2009 - mrd...@opensuse.org
+
+- 1.2.3 release see CHANGELOG for changes
+
+---
+Thu Feb 26 14:16:35 CET 2009 - pgaj...@suse.cz
+
+- removed patches:
+  - passwd-args.patch
+  - suppress-dpkg-error.patch
+- source repacked gz -> bz2
+
+---
+Sun Feb 17 2009 - mrd...@opensuse.org
+
+- 1.2.2 release - see CHANGELOG for changes
+
+--
+Mon Feb 16 03:15:44 CET 2009 - saigk...@opensuse.org 
+
+- updated to Version 1.2.2
+
+--
+Wed Jan 07 12:00:00 CET 2009 - saigk...@opensuse.org
+
+- fixed Rpmlint Errors
+- branched for Contrib
+
+--
+Wed Nov 10 12:00:00 CET 2008 - saigk...@opensuse.org
+
+- initial version using the buildservice

calling whatdependson for head-i586


New:

  default.prf
  l

commit systemd for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Fri Aug 19 12:27:12 CEST 2011.




--- systemd/systemd.changes 2011-08-18 09:33:18.0 +0200
+++ /mounts/work_src_done/STABLE/systemd/systemd.changes2011-08-19 
10:39:33.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 19 08:15:15 UTC 2011 - fcro...@suse.com
+
+- enable pam_systemd module, using pam-config.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ systemd.spec ++
--- /var/tmp/diff_new_pack.NGaXJx/_old  2011-08-19 12:26:58.0 +0200
+++ /var/tmp/diff_new_pack.NGaXJx/_new  2011-08-19 12:26:58.0 +0200
@@ -22,7 +22,7 @@
 Name:   systemd
 Url:http://www.freedesktop.org/wiki/Software/systemd
 Version:33
-Release:11
+Release:13
 License:GPLv2+
 Group:  System/Base
 Summary:A System and Session Manager
@@ -43,6 +43,7 @@
 Requires:   dbus-1 >= 1.4.0
 Requires:   kbd
 Requires:   util-linux >= 2.19
+Requires:   pam-config
 Conflicts:  filesystem < 11.5
 Conflicts:  mkinitrd < 2.7.0
 Source0:
http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.bz2
@@ -183,6 +184,7 @@
 %endif
 
 %post
+/usr/sbin/pam-config -a --systemd || :
 /bin/systemd-machine-id-setup >/dev/null 2>&1 || :
 /bin/systemctl daemon-reexec >/dev/null 2>&1 || :
 /sbin/ldconfig
@@ -205,9 +207,12 @@
 
 %postun
 /sbin/ldconfig
-if [ $1 -ge 1 ] ; then
+if [ $1 -ge 1 ]; then
 /bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
 fi
+if [ $1 -eq 0 ]; then
+  /usr/sbin/pam-config -d --systemd || :
+fi
 
 %preun
 if [ $1 -eq 0 ]; then






Remember to have fun...

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



commit vim for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package vim for openSUSE:Factory
checked in at Fri Aug 19 10:26:34 CEST 2011.




--- vim/vim.changes 2011-08-04 14:01:29.0 +0200
+++ /mounts/work_src_done/STABLE/vim/vim.changes2011-08-19 
01:33:18.0 +0200
@@ -1,0 +2,9 @@
+Thu Aug 18 23:30:06 UTC 2011 - opens...@cboltz.de
+
+- apparmor.vim update
+  - allow pux and PUx rules
+  - add some new capabilities
+  - fix pattern for variable names (allow numbers, except for first char)
+  - apparmor.vim generated from AppArmor trunk aka 2.7 beta
+
+---

calling whatdependson for head-i586




Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.vxrIlY/_old  2011-08-19 10:24:53.0 +0200
+++ /var/tmp/diff_new_pack.vxrIlY/_new  2011-08-19 10:24:53.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   vim
 Version:7.3
-Release:12
+Release:14
 License:Vim
 Group:  Productivity/Editors/Vi
 BuildRequires:  db-devel


++ apparmor.vim ++
--- /var/tmp/diff_new_pack.vxrIlY/_old  2011-08-19 10:24:53.0 +0200
+++ /var/tmp/diff_new_pack.vxrIlY/_new  2011-08-19 10:24:53.0 +0200
@@ -1,4 +1,4 @@
-" $Id: apparmor.vim,v 1.11 2011/01/31 22:48:07 cb Exp $
+" $Id: apparmor.vim.in,v 1.11 2011/03/28 11:23:13 cb Exp $
 "
 " --
 "Copyright (c) 2005 Novell, Inc. All Rights Reserved.
@@ -113,7 +113,7 @@
 " This allows incorrect lines also and should be checked better.
 " This also (accidently ;-) includes variable definitions (@{FOO}=/bar)
 " TODO: make a separate pattern for variable definitions, then mark sdGlob as 
contained
-syn match sdGlob /\v\?|\*|\{.*,.*\}|[[^\]]\+\]|\@\{[a-zA-Z_]*\}/
+syn match sdGlob /\v\?|\*|\{.*,.*\}|[[^\]]\+\]|\@\{[a-zA-Z][a-zA-Z0-9_]*\}/
 
 syn match sdAlias 
/\v^alias\s+(\/|\@\{\S*\})\S*\s+-\>\s+(\/|\@\{\S*\})\S*\s*,(\s*$|(\s*#.*$)\@=)/ 
contains=sdGlob
 
@@ -128,15 +128,15 @@
 " Capability line
 
 " normal capabilities - really keep this list? syn match sdCap should be 
enough... (difference: sdCapKey words would loose underlining)
-syn keyword  sdCapKey  chown dac_override dac_read_search fowner 
fsetid kill setgid setuid setpcap linux_immutable net_bind_service 
net_broadcast net_admin net_raw ipc_lock ipc_owner sys_module sys_rawio 
sys_chroot sys_ptrace sys_pacct sys_boot sys_nice sys_resource sys_time 
sys_tty_config mknod lease
+syn keyword  sdCapKey  chown dac_override dac_read_search fowner 
fsetid kill setgid setuid setpcap linux_immutable net_bind_service 
net_broadcast net_admin net_raw ipc_lock ipc_owner sys_chroot sys_ptrace 
sys_pacct sys_boot sys_nice sys_resource sys_time sys_tty_config syslog mknod 
lease
 
 " dangerous capabilities - highlighted separately
-syn keyword sdCapDanger   sys_admin audit_control audit_write 
set_fcap mac_override mac_admin
+syn keyword sdCapDanger   audit_control audit_write mac_override 
mac_admin set_fcap sys_admin sys_module sys_rawio
 
 " full line. Keywords are from sdCapKey + sdCapDanger
-syn match  sdCap 
/\v^\s*(audit\s+)?(deny\s+)?capability\s+(chown|dac_override|dac_read_search|fowner|fsetid|kill|setgid|setuid|setpcap|linux_immutable|net_bind_service|net_broadcast|net_admin|net_raw|ipc_lock|ipc_owner|sys_module|sys_rawio|sys_chroot|sys_ptrace|sys_pacct|sys_boot|sys_nice|sys_resource|sys_time|sys_tty_config|mknod|lease|sys_admin|audit_control|audit_write|set_fcap|mac_override|mac_admin)\s*,(\s*$|(\s*#.*$)\@=)/
 contains=sdCapKey,sdCapDanger,sdComment 
nextgroup=@sdEntry,sdComment,sdError,sdInclude
+syn match  sdCap 
/\v^\s*(audit\s+)?(deny\s+)?capability\s+(chown|dac_override|dac_read_search|fowner|fsetid|kill|setgid|setuid|setpcap|linux_immutable|net_bind_service|net_broadcast|net_admin|net_raw|ipc_lock|ipc_owner|sys_chroot|sys_ptrace|sys_pacct|sys_boot|sys_nice|sys_resource|sys_time|sys_tty_config|syslog|mknod|lease|audit_control|audit_write|mac_override|mac_admin|set_fcap|sys_admin|sys_module|sys_rawio)\s*,(\s*$|(\s*#.*$)\@=)/
 contains=sdCapKey,sdCapDanger,sdComment 
nextgroup=@sdEntry,sdComment,sdError,sdInclude
 " set capability was removed - TODO: remove everywhere in apparmor.vim
-" syn match  sdSetCap 
/\v^\s*set\s+capability\s+(chown|dac_override|dac_read_search|fowner|fsetid|kill|setgid|setuid|setpcap|linux_immutable|net_bind_service|net_broadcast|net_admin|net_raw|ipc_lock|ipc_owner|sys_module|sys_rawio|sys_chroot|sys_ptrace|sys_pacct|sys_boot|sys_nice|sys_resource|sys_time|sys_tty_config|mknod|lease|sys_admin|audit_control|audit_write|set_fcap|mac_override|mac_admin)\s*,(\s*$|(\s*#.*$)\@=)/
 contains=sdCapKey,sdCapDanger,sdComment 
nextgroup=@sdEntry,sdComment,sdError,sdInclude
+" syn match  sdSetCap 
/\v^\s*set\s+capability\s+(chown|dac_override|dac_read_s

commit cntlm for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package cntlm for openSUSE:Factory
checked in at Fri Aug 19 10:05:34 CEST 2011.




--- cntlm/cntlm.changes 2011-08-17 19:10:54.0 +0200
+++ /mounts/work_src_done/STABLE/cntlm/cntlm.changes2011-08-18 
15:02:18.0 +0200
@@ -1,0 +2,8 @@
+Thu Aug 18 06:22:40 UTC 2011 - cfarr...@novell.com
+
+- license update: GPLv2+
+  The package is GPL 2 "or later". See
+  http://svn.awk.cz/cntlm/trunk/COPYRIGHT.
+  No GPL-2.0 "only" files in the package
+
+---

calling whatdependson for head-i586




Other differences:
--
++ cntlm.spec ++
--- /var/tmp/diff_new_pack.atT2IU/_old  2011-08-19 09:58:08.0 +0200
+++ /var/tmp/diff_new_pack.atT2IU/_new  2011-08-19 09:58:08.0 +0200
@@ -21,8 +21,8 @@
 Name:   cntlm
 Summary:Fast NTLM authentication proxy with tunneling
 Version:0.35.1
-Release:13
-License:GPLv2
+Release:15
+License:GPLv2+
 Group:  Productivity/Networking/Web/Proxy
 Url:http://cntlm.sourceforge.net/
 Source0:%{name}-%{version}.tar.bz2






Remember to have fun...

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



commit pdf2djvu for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package pdf2djvu for openSUSE:Factory
checked in at Fri Aug 19 09:57:59 CEST 2011.




--- pdf2djvu/pdf2djvu.changes   2011-07-25 13:21:32.0 +0200
+++ /mounts/work_src_done/STABLE/pdf2djvu/pdf2djvu.changes  2011-08-18 
22:09:34.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 18 20:07:45 UTC 2011 - lazy.k...@opensuse.org
+
+- Update to 0.7.9
+  + Add Russian translation.
+
+---

calling whatdependson for head-i586


Old:

  pdf2djvu_0.7.8.tar.gz

New:

  pdf2djvu_0.7.9.tar.gz



Other differences:
--
++ pdf2djvu.spec ++
--- /var/tmp/diff_new_pack.9mA5OE/_old  2011-08-19 09:55:58.0 +0200
+++ /var/tmp/diff_new_pack.9mA5OE/_new  2011-08-19 09:55:58.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   pdf2djvu
-Version:0.7.8
+Version:0.7.9
 Release:1
 License:GPL-2.0
 Summary:PDF to DjVu Converter

++ pdf2djvu_0.7.8.tar.gz -> pdf2djvu_0.7.9.tar.gz ++
 3517 lines of diff (skipped)






Remember to have fun...

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



commit quota for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package quota for openSUSE:Factory
checked in at Fri Aug 19 09:55:50 CEST 2011.




--- quota/quota.changes 2011-02-18 11:48:31.0 +0100
+++ /mounts/work_src_done/STABLE/quota/quota.changes2011-08-18 
16:13:37.0 +0200
@@ -1,0 +2,21 @@
+Thu Aug 18 14:08:07 UTC 2011 - vci...@novell.com
+
+- update to 4.00-pre1
+- dropped nfs-mntpoint patch (merged upstream)
+- Changes in quota-tools from 3.17 to 4.00-pre1:
+  * don't try to set inode flags when getting them failed (Michalski Wojciech)
+  * added liblber to the list of libraries needed for LDAP support (Michael 
Meskes)
+  * Rewritten configuration script to create config.h (Jan Kara)
+  * Use /proc/mounts for mountpoint scanning (Jan Kara)
+  * Removed use of reserved identifiers (Jan Kara)
+  * Improved manpage of quota_nld (Eddie Eyles)
+  * Fixed long option handling of quota_nld (Jan Kara)
+  * Fixed error reporting when rpc format specified on command line (Jan Kara)
+  * Convert quota limits using rq_bsize from RPC request (Jan Kara)
+  * Added noreturn attribute to die to avoid false warnings (Jan Kara)
+  * 64-bit quota support, rewritten some code to allow clean integration (Jan 
Kara)
+  * Improved header of quota an repquota output when -s option is used (Jan 
Kara)
+  * Fixed mountpoint scanning when NFS mountpoint is specified on command line 
(Jan Kara)
+  * Updated manpage of quotactl(2) (Jan Kara)
+
+---

calling whatdependson for head-i586


Old:

  quota-3.17-nfs-mntpoint.patch
  quota-3.17.tar.bz2

New:

  quota-4.00-pre1.tar.gz



Other differences:
--
++ quota.spec ++
--- /var/tmp/diff_new_pack.j0rZFX/_old  2011-08-19 09:41:31.0 +0200
+++ /var/tmp/diff_new_pack.j0rZFX/_new  2011-08-19 09:41:31.0 +0200
@@ -20,22 +20,20 @@
 
 Name:   quota
 BuildRequires:  dbus-1-devel e2fsprogs-devel libnl-devel pkg-config tcpd-devel
-Version:3.17
-Release:14
+Version:4.00
+Release:1
 PreReq: %insserv_prereq %fillup_prereq
 AutoReqProv:on
 Group:  System/Filesystems
 License:GPLv2
 Url:http://sourceforge.net/projects/linuxquota/
 Summary:Disk Quota System
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}-pre1.tar.gz
 Source1:%{name}-SUSE.tar.bz2
-Patch1: %{name}-%{version}-makefile.patch
-Patch2: %{name}-%{version}-man.patch
-Patch3: %{name}-%{version}-warnquota.patch
-Patch7: %{name}-%{version}-install_nld.patch
-# PATCH-FIX-UPSTREAM fixed mountpoint scanning when NFS mountpoint is 
specified on command line
-Patch8: %{name}-%{version}-nfs-mntpoint.patch
+Patch1: %{name}-3.17-makefile.patch
+Patch2: %{name}-3.17-man.patch
+Patch3: %{name}-3.17-warnquota.patch
+Patch7: %{name}-3.17-install_nld.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -82,7 +80,6 @@
 %patch2
 %patch3
 %patch7
-%patch8
 find -type d -name CVS -exec rm -rf {} \; -prune
 find -type d | xargs chmod 755
 

++ quota-3.17-makefile.patch ++
--- /var/tmp/diff_new_pack.j0rZFX/_old  2011-08-19 09:41:31.0 +0200
+++ /var/tmp/diff_new_pack.j0rZFX/_new  2011-08-19 09:41:31.0 +0200
@@ -1,11 +1,13 @@
 Makefile.in
+Index: Makefile.in
+===
+--- Makefile.in.orig
 +++ Makefile.in
-@@ -16,16 +16,16 @@
- CFLAGS   += @HOSTS_ACCESS@
+@@ -10,16 +10,16 @@ LDFLAGS   = @LDFLAGS@
+ LDAPLIBS  = @LDAPLIBS@
  
  INSTALL   = @INSTALL@
 -STRIP = -s
-+STRIP = 
++STRIP =
  LN= ln -sf
  ROOTDIR   =
  SUPER_OWNER   = root






Remember to have fun...

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



commit rfc for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package rfc for openSUSE:Factory
checked in at Fri Aug 19 09:41:17 CEST 2011.




--- AUTO/all/rfc/rfc.changes2011-08-12 04:43:10.0 +0200
+++ /mounts/work_src_done/STABLE/rfc/rfc.changes2011-08-19 
05:42:47.0 +0200
@@ -2 +2 @@
-Fri Aug 12 04:43:09 CEST 2011 - autobu...@suse.de
+Fri Aug 19 05:42:47 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-08-12
+- automated update on 2011-08-19

calling whatdependson for head-i586




Other differences:
--
++ rfc.spec ++
--- /var/tmp/diff_new_pack.VT2Hls/_old  2011-08-19 09:39:46.0 +0200
+++ /var/tmp/diff_new_pack.VT2Hls/_new  2011-08-19 09:39:46.0 +0200
@@ -25,7 +25,7 @@
 Summary:The RFCs (Request For Comments)
 Source: rfc.tgz
 BuildArch:  noarch
-Version:2011.8.12
+Version:2011.8.19
 Release:1
 Url:ftp://ftp.isi.edu/in-notes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build


++ rfc.tgz ++
AUTO/all/rfc/rfc.tgz /mounts/work_src_done/STABLE/rfc/rfc.tgz differ: char 5, 
line 1






Remember to have fun...

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



commit siproxd for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package siproxd for openSUSE:Factory
checked in at Fri Aug 19 09:39:37 CEST 2011.




--- siproxd/siproxd.changes 2011-07-01 12:16:54.0 +0200
+++ /mounts/work_src_done/STABLE/siproxd/siproxd.changes2011-08-18 
16:02:24.0 +0200
@@ -1,0 +2,15 @@
+Thu Aug 18 15:22:07 CEST 2011 - r...@suse.de
+
+- update to 0.8.1
+  - new Plugins: plugin_prefix: add a prefix on outgoing calls
+plugin_regex: regular expression rewriting (To header)
+for outgoing calls
+  - adjustable pthrad stack size (smaller memory footprint on small
+embedded systems like OpenWRT routers)
+  - plus various bugfixes
+  - Upgrade Notes 0.8.0 to 0.8.1:
+merge your configuration file siproxd.conf (new config options) 
+- drop "Should-Start: SuSEfirewall2_setup" from init script
+  (SuSEfirewall2_setup is configured as _last_ script to be started)
+
+---

calling whatdependson for head-i586


Old:

  duplicate-line-siproxd.c.patch
  gcc-flags-fix.patch
  siproxd-0.8.0.tar.bz2
  siproxd-Makefile.am.patch
  siproxd-configure.in.patch
  siproxd-dejitter.c.patch
  siproxd-md5.patch
  siproxd-plugin_shortdial.c.patch
  siproxd-siproxd.c.patch
  siproxd-sock.c.patch

New:

  siproxd-0.8.1.tar.bz2



Other differences:
--
++ siproxd.spec ++
--- /var/tmp/diff_new_pack.9GhkYI/_old  2011-08-19 09:39:09.0 +0200
+++ /var/tmp/diff_new_pack.9GhkYI/_new  2011-08-19 09:39:09.0 +0200
@@ -22,8 +22,8 @@
 %define siproxduser nobody
 
 Name:   siproxd
-Version:0.8.0
-Release:3
+Version:0.8.1
+Release:1
 License:GPLv2+
 Summary:A SIP masquerading proxy with RTP support
 Url:http://siproxd.sourceforge.net/
@@ -43,27 +43,7 @@
 Patch0: siproxd-libs.patch
 #PATCH-FIX-FROM-DEBIAN use logger not user
 Patch1: siproxd-log.c.patch
-# PATCH-FIX-FOR-UPSTREAM fixes warning comparison is always false due to 
limited range of data type
-#http://sourceforge.net/tracker/?func=detail&aid=3086351&group_id=60374&atid=493974
-Patch2: siproxd-plugin_shortdial.c.patch   
-# PATCH-FIX-FOR-UPSTREAM 
http://sourceforge.net/tracker/?func=detail&aid=3086593&group_id=60374&atid=493974
-#The fixes the warning by using a more portable method of printing size_t 
values
-Patch3: siproxd-siproxd.c.patch
-# PATCH-FIX-FOR-UPSTREAM Fixes compile warning
-#http://sourceforge.net/tracker/?func=detail&aid=3086371&group_id=60374&atid=493974
-Patch4: siproxd-sock.c.patch
-#backported from 0.81.dev
-Patch5: siproxd-Makefile.am.patch
-Patch6: siproxd-configure.in.patch
-#fixed in upstream
-Patch7: siproxd-md5.patch 
-# PATCH-FIXED-IN-UPSTREAM simplify linked-list addressing
-#http://sourceforge.net/tracker/?func=detail&aid=3086381&group_id=60374&atid=493974
-Patch8: siproxd-dejitter.c.patch
 Patch9: siproxd.plugin_fix_bogus_via.c.patch
-#PATCH backported from 0.8.1.dev
-Patch10:duplicate-line-siproxd.c.patch
-Patch11:gcc-flags-fix.patch 
 BuildRequires:  docbook-utils libltdl libosip2 libosip2-devel libtool
 Requires:   logrotate
 Suggests:   SuSEfirewall2
@@ -90,16 +70,7 @@
 
 %patch0 -p1 
 %patch1  
-%patch2 
-%patch3
-%patch4
-%patch5
-%patch6 -p1
-#%%patch7
-#%%patch8
 %patch9 -p1
-%patch10
-%patch11
 
 cp %{S:5} .
 
@@ -130,6 +101,8 @@
 %{__install} -d %buildroot/%{_sysconfdir}/init.d 
 %{__install} %{S:2} %buildroot/%{_sysconfdir}/init.d/%{name}  
 %{__sed} -i "s#@%{name}_PIDDIR@#%{_localstatedir}/run/%{name}#" 
%buildroot/%{_sysconfdir}/init.d/%{name}
+%{__install} -d %buildroot/%{_sbindir}
+%{__ln_s} /%{_sysconfdir}/init.d/%{name} %buildroot/%{_sbindir}/rc%{name}
 
 %{__mkdir} -p %buildroot%_mandir/man8
 %__install -m 0644 %{S:4} %{buildroot}%{_mandir}/man8/%name.8.gz
@@ -148,7 +121,10 @@
 
 %post -p  /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
+%restart_on_update %{name}
+%insserv_cleanup
 
 %preun
 %stop_on_removal %{name}
@@ -158,6 +134,7 @@
 %doc COPYING README AUTHORS INSTALL ChangeLog syslog-ng.conf.addon 
 %doc doc/siproxd.conf.example doc/siproxd_passwd.cfg doc/FAQ doc/KNOWN_BUGS 
doc/sample_* 
 %attr(0755,root,root) %{_libdir}/%{name}/
+%{_sbindir}/rc%name
 %{_sbindir}/%name
 %attr(0755,root,root) %{_sysconfdir}/init.d/%name
 %config %{_sysconfdir}/logrotate.d/%{name}

++ siproxd-0.8.0.tar.bz2 -> siproxd-0.8.1.tar.bz2 ++
 3523 lines of diff (skipped)

++ siproxd-libs.patch ++
--- /var/tmp/diff_new_pack.9GhkYI/_old  2011-08-19 09:39:09.0 +0200
+++ /var/tmp/diff_new_pack.9GhkYI/_new  2011-08-19 09:39:09.0 +0200
@@ -1,16 +1,16 @@
 siproxd-0.8.0/configure.in.orig
-+++ siproxd-0.8.0/configure.in
-@@ -133,6 +133,9 @@ dnl *

commit perl-Image-Size for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package perl-Image-Size for openSUSE:Factory
checked in at Fri Aug 19 09:38:58 CEST 2011.




--- perl-Image-Size/perl-Image-Size.changes 2010-12-01 14:47:02.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-Image-Size/perl-Image-Size.changes
2011-08-18 21:46:16.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 19:49:13 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typo in description of perl-Image-Size.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-Image-Size.spec ++
--- /var/tmp/diff_new_pack.GVDgtg/_old  2011-08-19 09:20:49.0 +0200
+++ /var/tmp/diff_new_pack.GVDgtg/_new  2011-08-19 09:20:49.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Image-Size (Version 3.230)
+# spec file for package perl-Image-Size
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   perl-Image-Size
 Summary:A Perl Module to deal with Dimensions of an Image in Several 
Popular Formats
 Version:3.230
-Release:2
+Release:7
 License:LGPL 2.1 or Artistic License
 Url:http://search.cpan.org/perldoc?Image::Size
 Group:  Development/Libraries/Perl
@@ -38,7 +38,7 @@
 %description
 The Image::Size library is based upon the "wwwis" script written by
 Alex Knowles *(a...@ed.ac.uk)*, a tool to examine HTML and add 'width'
-and height' parameters to image tags. The sizes are cached internally
+and 'height' parameters to image tags. The sizes are cached internally
 based on the file name, so multiple calls on the same file name (images
 used in bulleted lists, for example) do not result in repeated
 computations.






Remember to have fun...

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



commit libchamplain for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory
checked in at Fri Aug 19 09:20:41 CEST 2011.




--- GNOME/libchamplain/libchamplain.changes 2011-04-21 17:40:44.0 
+0200
+++ /mounts/work_src_done/STABLE/libchamplain/libchamplain.changes  
2011-08-18 21:16:47.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 19:06:54 UTC 2011 - dims...@opensuse.org
+
+- Add libchamplain-build.patch: Fix build.
+
+---

calling whatdependson for head-i586


New:

  libchamplain-build.patch



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.5LUoGL/_old  2011-08-19 09:20:14.0 +0200
+++ /var/tmp/diff_new_pack.5LUoGL/_new  2011-08-19 09:20:14.0 +0200
@@ -19,12 +19,14 @@
 
 Name:   libchamplain
 Version:0.10.0
-Release:1
+Release:2
 License:LGPLv2.1+
 Summary:Library to display maps
 Url:http://projects.gnome.org/libchamplain/
 Group:  Development/Libraries/GNOME
 Source0:%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM libchamplain-build.patch bgo#656845 dims...@opensuse.org 
-- Add pangocairo to the vala binding generation call.
+Patch0: libchamplain-build.patch
 BuildRequires:  clutter-devel
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
@@ -75,6 +77,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh

++ libchamplain-build.patch ++
diff -ur libchamplain-0.10.0/champlain/Makefile.am 
libchamplain-0.10.0.patched/champlain/Makefile.am
--- libchamplain-0.10.0/champlain/Makefile.am   2011-04-01 02:00:25.0 
+0200
+++ libchamplain-0.10.0.patched/champlain/Makefile.am   2011-08-18 
20:51:32.470823709 +0200
@@ -206,7 +206,7 @@
 CLEANFILES += $(dist_vapi_DATA)
 
 champlain-@CHAMPLAIN_API_VERSION@.vapi:
Champlain-@CHAMPLAIN_API_VERSION@.gir
-   $(AM_V_GEN) ( $(VAPIGEN) --library champlain-@CHAMPLAIN_API_VERSION@ 
--pkg clutter-1.0 --pkg atk $(builddir)/Champlain-@CHAMPLAIN_API_VERSION@.gir )
+   $(AM_V_GEN) ( $(VAPIGEN) --library champlain-@CHAMPLAIN_API_VERSION@ 
--pkg clutter-1.0 --pkg atk --pkg pangoclutter 
$(builddir)/Champlain-@CHAMPLAIN_API_VERSION@.gir )
 
 endif
 
diff -ur libchamplain-0.10.0/champlain/Makefile.in 
libchamplain-0.10.0.patched/champlain/Makefile.in
--- libchamplain-0.10.0/champlain/Makefile.in   2011-04-03 22:37:07.0 
+0200
+++ libchamplain-0.10.0.patched/champlain/Makefile.in   2011-08-18 
20:52:30.635851484 +0200
@@ -1399,7 +1399,7 @@
 @HAVE_INTROSPECTION_TRUE@Champlain-@CHAMPLAIN_API_VERSION@.gir: 
libchamplain-@CHAMPLAIN_API_VERSION@.la
 
 @ENABLE_VALA_TRUE@champlain-@CHAMPLAIN_API_VERSION@.vapi:  
Champlain-@CHAMPLAIN_API_VERSION@.gir
-@ENABLE_VALA_TRUE@ $(AM_V_GEN) ( $(VAPIGEN) --library 
champlain-@CHAMPLAIN_API_VERSION@ --pkg clutter-1.0 --pkg atk 
$(builddir)/Champlain-@CHAMPLAIN_API_VERSION@.gir )
+@ENABLE_VALA_TRUE@ $(AM_V_GEN) ( $(VAPIGEN) --library 
champlain-@CHAMPLAIN_API_VERSION@ --pkg clutter-1.0 --pkg atk --pkg pangocairo 
$(builddir)/Champlain-@CHAMPLAIN_API_VERSION@.gir )
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.





Remember to have fun...

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



commit perl-IO-String for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package perl-IO-String for openSUSE:Factory
checked in at Fri Aug 19 09:20:03 CEST 2011.




--- perl-IO-String/perl-IO-String.changes   2011-02-02 14:51:01.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-IO-String/perl-IO-String.changes  
2011-08-18 21:33:10.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 19:35:41 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typos in description of perl-IO-String.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-IO-String.spec ++
--- /var/tmp/diff_new_pack.nspNvT/_old  2011-08-19 09:18:25.0 +0200
+++ /var/tmp/diff_new_pack.nspNvT/_new  2011-08-19 09:18:25.0 +0200
@@ -26,7 +26,7 @@
 AutoReqProv:on
 Summary:Perl IO/String interface
 Version:1.08
-Release:145
+Release:152
 Source: %{cpan_name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -34,8 +34,8 @@
 BuildRequires:  perl-macros
 
 %description
-IO::String is an IO::File (and IO::Handle) compatible class that read
-or write data from in-core strings.
+IO::String is an IO::File (and IO::Handle) compatible class that reads
+or writes data from in-core strings.
 
 
 






Remember to have fun...

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



commit glew for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package glew for openSUSE:Factory
checked in at Fri Aug 19 09:17:44 CEST 2011.




--- glew/glew.changes   2011-08-13 17:28:27.0 +0200
+++ /mounts/work_src_done/STABLE/glew/glew.changes  2011-08-18 
19:52:42.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 17:52:07 UTC 2011 - crrodrig...@opensuse.org
+
+- Do not obsolete old library 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ glew.spec ++
--- /var/tmp/diff_new_pack.M77tvI/_old  2011-08-19 09:13:29.0 +0200
+++ /var/tmp/diff_new_pack.M77tvI/_new  2011-08-19 09:13:29.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   glew
 Version:1.6.0
-Release:1
+Release:3
 License:BSD3c and GPLv2 and MIT
 Summary:OpenGL Extension Wrangler Library
 Url:http://glew.sourceforge.net/
@@ -42,9 +42,9 @@
 
 %package -n libGLEW1_6
 
+
 Summary:OpenGL Extension Wrangler Library
 Group:  System/Libraries
-Obsoletes:  libGLEW1_5
 
 %description -n libGLEW1_6
 The OpenGL Extension Wrangler Library (GLEW) is a cross-platform
@@ -55,6 +55,7 @@
 
 %package devel
 
+
 Summary:Development files for glew
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}






Remember to have fun...

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



commit gpg2 for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory
checked in at Fri Aug 19 09:13:19 CEST 2011.




--- gpg2/gpg2.changes   2011-08-06 22:24:40.0 +0200
+++ /mounts/work_src_done/STABLE/gpg2/gpg2.changes  2011-08-19 
03:14:11.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 19 01:11:42 UTC 2011 - crrodrig...@opensuse.org
+
+- libcurl.m4 tests were broken, resulting in the usage
+  of a "fake" internal libcurl.
+
+---

calling whatdependson for head-i586


New:

  gnupg-broken-curl-test.patch



Other differences:
--
++ gpg2.spec ++
--- /var/tmp/diff_new_pack.LjA62q/_old  2011-08-19 09:09:31.0 +0200
+++ /var/tmp/diff_new_pack.LjA62q/_new  2011-08-19 09:09:31.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   gpg2
 Version:2.0.18
-Release:1
+Release:2
 BuildRequires:  expect
 BuildRequires:  fdupes
 BuildRequires:  libgpg-error-devel >= 1.7
@@ -57,6 +57,7 @@
 Patch4: gnupg-2.0.9-langinfo.patch
 Patch5: gnupg-2.0.18-files-are-digests.patch
 Patch6: gnupg-dont-fail-with-seahorse-agent.patch
+Patch7: gnupg-broken-curl-test.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,6 +73,7 @@
 %patch4
 %patch5 -p1
 %patch6 -p1
+%patch7
 
 %build
 autoreconf -fi
@@ -82,12 +84,7 @@
 %else
 CFLAGS="%{optflags} -fpie" LDFLAGS=-pie \
 %endif
-./configure \
---prefix=%{_prefix} \
---sysconfdir=/etc \
---libdir=%{_libdir} \
---infodir=%{_infodir} \
---mandir=%{_mandir} \
+%configure \
 --libexecdir=%{_libdir} \
 --docdir=%{_docdir}/%{name} \
 --with-agent-pgm=%{_prefix}/bin/gpg-agent \
@@ -98,6 +95,7 @@
 --enable-gpgsm=yes \
 --enable-gpg \
 --with-gnu-ld
+
 make %{?_smp_mflags}
 
 %install

++ gnupg-broken-curl-test.patch ++
--- m4/libcurl.m4.orig
+++ m4/libcurl.m4
@@ -68,13 +68,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
 
  _libcurl_try_link=yes
 
- if test -d "$_libcurl_with" ; then
-LIBCURL_CPPFLAGS="-I$withval/include"
-_libcurl_ldflags="-L$withval/lib"
-AC_PATH_PROG([_libcurl_config],["$withval/bin/curl-config"])
- else
AC_PATH_PROG([_libcurl_config],[curl-config])
- fi
 
  if test x$_libcurl_config != "x" ; then
 AC_CACHE_CHECK([for the version of libcurl],
@@ -141,7 +135,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
_libcurl_save_libs=$LIBS
LIBS="$LIBCURL $LIBS"
 
-   AC_LINK_IFELSE([AC_LANG_PROGRAM([[include ]],[[
+   AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]],[[
 /* Try and use a few common options to force a failure if we are
missing symbols or cannot link. */
 int x;





Remember to have fun...

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



commit sendmail for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory
checked in at Fri Aug 19 09:09:17 CEST 2011.




--- sendmail/sendmail.changes   2011-08-12 16:49:26.0 +0200
+++ /mounts/work_src_done/STABLE/sendmail/sendmail.changes  2011-08-18 
15:34:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 13:32:41 UTC 2011 - wer...@suse.de
+
+- Expand systemd configuration at build time 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ sendmail.spec ++
--- /var/tmp/diff_new_pack.wyZHAY/_old  2011-08-19 09:07:36.0 +0200
+++ /var/tmp/diff_new_pack.wyZHAY/_new  2011-08-19 09:07:36.0 +0200
@@ -20,6 +20,9 @@
 
 Name:   sendmail
 BuildRequires:  db-devel mailx openldap2-devel procmail tcpd-devel vacation
+%if 0%{?suse_version} > 1140
+BuildRequires:  pkg-config systemd-devel
+%endif
 Url:http://www.sendmail.org/
 %define SUBDIRS libsmutil libsmdb sendmail mail.local mailstats 
makemap praliases rmail smrsh libmilter libsm editmap
 License:PERMISSIVE-OSI-COMPLIANT
@@ -36,7 +39,7 @@
 Obsoletes:  sendmail-tls
 AutoReqProv:on
 Version:8.14.5
-Release:2
+Release:3
 Summary:BSD Sendmail
 Source0:ftp://ftp.sendmail.org/pub/sendmail/sendmail-%{version}.tar.bz2
 Source1:FAQ.sendmail-8.14.bz2
@@ -52,6 +55,10 @@
 %global _sysconfdir%{_sysconfdir}
 %global _mailcnfdir%{_sysconfdir}/mail
 %global _localstatedir  %{_localstatedir}
+%if 0%{?suse_version} > 1140
+%{expand: %%global sysdsysunitdir %(pkg-config systemd 
--variable=systemdsystemunitdir)}
+%{expand: %%global sysdsysconfdir %(pkg-config systemd 
--variable=systemdsystemconfdir)}
+%endif
 
 %description
 The "Unix System Administration Handbook" calls sendmail "The most
@@ -90,7 +97,7 @@
 
 %package -n rmail
 Version:8.14.3
-Release:62
+Release:63
 Summary:Rmail of the BSD Sendmail
 License:PERMISSIVE-OSI-COMPLIANT
 Group:  Productivity/Networking/Email/Servers
@@ -184,7 +191,7 @@
 mkdir -p %{buildroot}%{_mandir}/man8
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
 %if 0%{?suse_version} > 1140
-mkdir -p %{buildroot}/lib/systemd/system
+mkdir -p %{buildroot}%{sysdsysunitdir}
 mkdir -p %{buildroot}/%{_mailcnfdir}/system
 %endif
 make \
@@ -313,9 +320,9 @@
 %if 0%{?suse_version} > 1140
 #
 # systemd unit conf files
-install -m 0644 %{S:3} %{buildroot}/lib/systemd/system/
-install -m 0644 %{S:4} %{buildroot}/lib/systemd/system/
-install -m 0644 %{S:5} %{buildroot}/lib/systemd/system/
+install -m 0644 %{S:3} %{buildroot}%{sysdsysunitdir}/
+install -m 0644 %{S:4} %{buildroot}%{sysdsysunitdir}/
+install -m 0644 %{S:5} %{buildroot}%{sysdsysunitdir}/
 install -m 0644 %{S:6} %{buildroot}/%{_mailcnfdir}/system/sm.pre
 install -m 0644 %{S:7} %{buildroot}/%{_mailcnfdir}/system/sm-client.pre
 chmod 0755 %{buildroot}/%{_mailcnfdir}/system/sm.pre
@@ -470,9 +477,9 @@
 %config %attr(0744,root,root) %{_sysconfdir}/init.d/sendmail
 %config %attr(0755,root,root) /sbin/conf.d/SuSEconfig.sendmail
 %if 0%{?suse_version} > 1140
-%config %attr(0644,root,root) /lib/systemd/system/sendmail-client.path
-%config %attr(0644,root,root) /lib/systemd/system/sendmail.service
-%config %attr(0644,root,root) /lib/systemd/system/sendmail-client.service
+%config %attr(0644,root,root) %{sysdsysunitdir}/sendmail-client.path
+%config %attr(0644,root,root) %{sysdsysunitdir}/sendmail.service
+%config %attr(0644,root,root) %{sysdsysunitdir}/sendmail-client.service
 %config %attr(0755,root,root) %{_mailcnfdir}/system/sm.pre
 %config %attr(0755,root,root) %{_mailcnfdir}/system/sm-client.pre
 %endif

++ uucp.spec ++
--- /var/tmp/diff_new_pack.wyZHAY/_old  2011-08-19 09:07:36.0 +0200
+++ /var/tmp/diff_new_pack.wyZHAY/_new  2011-08-19 09:07:36.0 +0200
@@ -26,7 +26,7 @@
 Recommends: stunnel
 AutoReqProv:on
 Version:1.07
-Release:433
+Release:434
 Summary:Taylor UUCP
 Source0:uucp-1.07.tar.bz2
 Source1:uucpcfg.tar.bz2







Remember to have fun...

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