commit ldns for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package ldns for openSUSE:Factory
checked in at Tue Jun 7 16:43:03 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/ldns/ldns.changes  2011-05-25 
15:40:32.0 +0200
@@ -0,0 +1,28 @@
+---
+Wed May 25 13:38:43 UTC 2011 - lnus...@suse.de
+
+- new version 1.6.9
+- enable python bindings, used by sshfp's dane tool
+- merge with Factory version
+
+---
+Mon Apr 27 15:34:10 CEST 2009 - crrodrig...@suse.de
+
+- initial version, required by unbound 
+
+---
+Wed May 21 17:59:04 CEST 2008 - mrueck...@suse.de
+
+- fix the rpmlint warnings
+
+---
+Wed May 21 05:53:12 CEST 2008 - mrueck...@suse.de
+
+- update to 1.3.0.pre20080229 (taken from unbound-1.0.0 tarball)
+  required version update to make it work with unbound
+
+---
+Wed May 21 04:43:07 CEST 2008 - mrueck...@suse.de
+
+- initial package
+

calling whatdependson for head-i586


New:

  ldns-1.6.9.tar.gz
  ldns.changes
  ldns.spec



Other differences:
--
++ ldns.spec ++
#
# spec file for package ldns
#
# 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:   ldns
Version:1.6.9
Release:1
#
Group:  Development/Libraries/C and C++
License:BSD
#
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  libpcap-devel openssl-devel
BuildRequires:  python-devel swig
BuildRequires:  doxygen
BuildRequires:  fdupes
#
Url:http://www.nlnetlabs.nl/projects/ldns/
Source: http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz
#
Summary:A dns library

%description
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
the DNSSEC documents, and allows developers to easily create software
conforming to current RFCs, and experimental software for current Internet
Drafts. A secondary benefit of using ldns is speed; ldns is written in C it
should be a lot faster than Perl.

This package holds the tools/examples from ldns.

%package -n libldns1


Group:  Productivity/Networking/DNS/Servers
#
Summary:Tools from ldns

%description -n libldns1
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
the DNSSEC documents, and allows developers to easily create software
conforming to current RFCs, and experimental software for current Internet
Drafts. A secondary benefit of using ldns is speed; ldns is written in C it
should be a lot faster than Perl.


%package devel


Group:  Development/Libraries/C and C++
Requires:   libldns1 = %{version}
#
Summary:Development files for ldns

%description devel
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
the DNSSEC documents, and allows developers to easily create software
conforming to current RFCs, and experimental software for current Internet
Drafts. A secondary benefit of using ldns is speed; ldns is written in C it
should be a lot faster than Perl.


This package holds the development files.

%package -n python-ldns


Summary:Python bindings for ldns
Group:  Productivity/Networking/DNS/Servers
# doesn't use symbol versioning
Requires:   libldns1 >= %version

%description -n python-ldns
Python bindings for ldns library

%prep
%setup -q

%build
%configure --disable-rpath --disable-static --with-pyldns
%{__make} %{?_smp_mflags}
pushd drill
%configure --disable-rpath --disable-static
%{__make} %{?_smp_mflags}
popd
pushd examples
%configure --disable-rpath --disable-static
%{__make} %{?_smp_mflags}
popd

%install
%makeinstall
%makeinstall -C examples
%makeinstall -C drill
%{__rm} -v %{buildroot}%{_libdir}/libldns.*a
%{__rm} -rv doc/doxyparse.pl doc/man/
#
%fdupes %buildroot%_mandir

%clean
%{__rm} -rf %{buildroot}

%post -n libldns1 -p /sbin/ldconfig

%postun -n libldns1 -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%{_bindir}/d

commit evolution-tray for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package evolution-tray for openSUSE:Factory
checked in at Tue Jun 7 16:40:54 CEST 2011.




--- GNOME/evolution-tray/evolution-tray.changes 2011-01-07 18:10:54.0 
+0100
+++ /mounts/work_src_done/STABLE/evolution-tray/evolution-tray.changes  
2011-06-07 12:19:15.0 +0200
@@ -1,0 +2,16 @@
+Tue Jun  7 12:13:46 CEST 2011 - vu...@opensuse.org
+
+- Add evolution-tray-gnome3.patch: taken from git, beginning of a
+  port to GNOME 3.
+- Add evolution-tray-gnome3-bis.patch: finish the port to GNOME 3.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh,
+  required by the patches.
+- Drop unneeded pkgconfig() BuildRequires: libglade-2.0,
+  libgnome-2.0, libgnomeui-2.0.
+- Use %favor_gtk2 to decide if we build against GNOME 3 or not.
+  This controls whether the patches are applied, and switches
+  between those two sets of pkgconfig() BuildRequires:
+  + GNOME 2: evolution-plugin, evolution-shell, gtk+-2.0.
+  + GNOME 3: evolution-plugin-3.0, evolution-shell-3.0, gtk+-3.0.
+
+---

calling whatdependson for head-i586


New:

  evolution-tray-gnome3-bis.patch
  evolution-tray-gnome3.patch



Other differences:
--
++ evolution-tray.spec ++
--- /var/tmp/diff_new_pack.3PL1aG/_old  2011-06-07 16:40:19.0 +0200
+++ /var/tmp/diff_new_pack.3PL1aG/_new  2011-06-07 16:40:19.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package evolution-tray (Version 0.0.7)
+# spec file for package evolution-tray
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -19,18 +19,28 @@
 
 Name:   evolution-tray
 Version:0.0.7
-Release:1
+Release:6
 License:GPLv2+
 Summary:Evolution plugin to minimize in tray
 Url:http://gnome.eu.org/evo/index.php/Evolution_Tray
 Group:  Productivity/Office/Other
 Source0:%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM evolution-tray-gnome3.patch vu...@opensuse.org -- Taken 
from git, port to GNOME 3
+Patch0: evolution-tray-gnome3.patch
+# PATCH-FIX-UPSTREAM evolution-tray-gnome3-bis.patch vu...@opensuse.org -- 
Finish port to GNOME 3, sent upstream by mail
+Patch1: evolution-tray-gnome3-bis.patch
+# Needed by patch0 and patch1
+BuildRequires:  gnome-common
 BuildRequires:  intltool
+%if 0%{?favor_gtk2}
 BuildRequires:  pkgconfig(evolution-plugin)
+BuildRequires:  pkgconfig(evolution-shell)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libglade-2.0)
-BuildRequires:  pkgconfig(libgnome-2.0)
-BuildRequires:  pkgconfig(libgnomeui-2.0)
+%else
+BuildRequires:  pkgconfig(evolution-plugin-3.0)
+BuildRequires:  pkgconfig(evolution-shell-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+%endif
 BuildRequires:  pkgconfig(libnotify)
 Requires:   evolution
 Enhances:   evolution
@@ -44,8 +54,15 @@
 
 %prep
 %setup -q
+%if ! (0%{?favor_gtk2})
+%patch0 -p1
+%patch1 -p1
+%endif
 
 %build
+%if ! (0%{?favor_gtk2})
+NOCONFIGURE=1 gnome-autogen.sh
+%endif
 %configure
 %__make %{?_smp_mflags} V=1
 

++ evolution-tray-gnome3-bis.patch ++
Index: evolution-tray-0.0.7/configure.ac
===
--- evolution-tray-0.0.7.orig/configure.ac
+++ evolution-tray-0.0.7/configure.ac
@@ -40,7 +40,7 @@ AC_SUBST(LIBGCONFBRIDGE_CFLAGS)
 AC_SUBST(LIBGCONFBRIDGE_LIBS)
 
 PKG_CHECK_MODULES(TRAY_EPLUGIN,
-  [gtk+-2.0 >= $LIBGTK_REQUIRED dnl
+  [gtk+-3.0 >= $LIBGTK_REQUIRED dnl
evolution-plugin$EVOLUTION_BASE_VERSION_S >= $EVOLUTION_REQUIRED dnl
 ])
 
Index: evolution-tray-0.0.7/src/tray.c
===
--- evolution-tray-0.0.7.orig/src/tray.c
+++ evolution-tray-0.0.7/src/tray.c
@@ -887,20 +887,44 @@ new_notify_status (EMEventTargetFolder *
 {
gchar *msg;
gboolean new_icon = !tray_icon;
+#if EVOLUTION_VERSION >= 30102
+   gchar *uri;
+
+   uri = e_mail_folder_uri_build (t->store, t->folder_name);
+#endif
 
g_object_set_data_full (
G_OBJECT (tray_icon), "uri",
-   g_strdup (t->uri), (GDestroyNotify) g_free);
+#if EVOLUTION_VERSION >= 30102
+   uri,
+#else
+   g_strdup (t->uri),
+#endif
+   (GDestroyNotify) g_free);
 
if (!status_count) {
EAccount *account;
+#if EVOLUTION_VERSION >= 30102
+   const gchar *uid;
+   gchar *name = t->display_name;
+#else
gchar *name = t->name;
+#endif
 
+#if EVOLUTION_VERSION >= 30102
+   uid = camel_service_get_uid (CAMEL_SERVICE (t->store));
+   account = e_get_account_by_uid (uid);
+#else
+#if EVOLUTION_VERSION == 30101
+   account = t->account;
+#else
 #if EVOLUTION_VERSION < 29102
account = mail_config_

drop thinclient-settings from openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

FYI: Package thinclient-settings was dropped from openSUSE:Factory at Tue Jun  
7 16:37:19 CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=thinclient-settings

Remember to have fun...

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



drop thinclient-greeter from openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

FYI: Package thinclient-greeter was dropped from openSUSE:Factory at Tue Jun  7 
16:36:50 CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=thinclient-greeter

Remember to have fun...

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



drop thinclient-users from openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

FYI: Package thinclient-users was dropped from openSUSE:Factory at Tue Jun  7 
16:36:09 CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=thinclient-users

Remember to have fun...

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



drop dmlangsel from openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

FYI: Package dmlangsel was dropped from openSUSE:Factory at Tue Jun  7 16:34:22 
CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=dmlangsel

Remember to have fun...

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



drop heartbeat from openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

FYI: Package heartbeat was dropped from openSUSE:Factory at Tue Jun  7 14:28:42 
CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=heartbeat

Remember to have fun...

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



drop file-shrimp from openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

FYI: Package file-shrimp was dropped from openSUSE:Factory at Tue Jun  7 
14:28:09 CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=file-shrimp

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-FileHandle-Unget for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package perl-FileHandle-Unget for 
openSUSE:Factory
checked in at Tue Jun 7 14:27:03 CEST 2011.




--- perl-FileHandle-Unget/perl-FileHandle-Unget.changes 2010-11-29 
19:54:59.0 +0100
+++ 
/mounts/work_src_done/STABLE/perl-FileHandle-Unget/perl-FileHandle-Unget.changes
2011-06-07 09:43:05.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun  7 07:42:14 UTC 2011 - co...@novell.com
+
+- regenerate with cpanspec
+
+---
+Tue Jun  7 06:54:04 UTC 2011 - a...@suse.de
+
+- Add perl_requires so that it requires the right perl version.
+
+---

calling whatdependson for head-i586


Old:

  FileHandle-Unget-0.1623.tar.bz2

New:

  FileHandle-Unget-0.1623.tar.gz



Other differences:
--
++ perl-FileHandle-Unget.spec ++
--- /var/tmp/diff_new_pack.hAGG8q/_old  2011-06-07 14:23:30.0 +0200
+++ /var/tmp/diff_new_pack.hAGG8q/_new  2011-06-07 14:23:30.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-FileHandle-Unget (Version 0.1623)
+# spec file for package perl-FileHandle-Unget
 #
-# 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
@@ -15,54 +15,58 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-FileHandle-Unget
-BuildRequires:  perl perl-Weakref perl-macros
 Version:0.1623
-Release:7
-Summary:Perl module for creating a FileHandle which supports ungetting 
of multiple bytes
+Release:12
 License:GPLv2+
-Url:http://sourceforge.net/projects/fh-unget/
+%define cpan_name FileHandle-Unget
+Summary:FileHandle which supports multi-byte unget
+Url:http://search.cpan.org/dist/FileHandle-Unget/
 Group:  Development/Libraries/Perl
-Requires:   perl-Weakref
-AutoReqProv:on
-Source: FileHandle-Unget-%{version}.tar.bz2
+Source: 
http://www.cpan.org/authors/id/D/DC/DCOPPIT/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
-FileHandle::Unget is a drop-in replacement for FileHandle which allows
-more than one byte to be placed back on the input. It supports an
-ungetc(ORD) which can be called more than once in a row, and an
-ungets(SCALAR) which places a string of bytes back on the input.
+FileHandle::Unget operates exactly the same as FileHandle, except that it
+provides a version of ungetc that allows you to unget more than one
+character. It also provides ungets to unget a string.
+
+This module is useful if the filehandle refers to a stream for which you
+can't just 'seek()' backwards. Some operating systems support multi-byte
+'ungetc()', but this is not guaranteed. Use this module if you want a
+portable solution. In addition, on some operating systems, eof() will not
+be reset if you ungetc after having read to the end of the file.
 
-
-
-Authors:
-
-David Coppit 
+NOTE: Using 'sysread()' with 'ungetc()' and other buffering functions is
+still a bad idea.
 
 %prep
-%setup -n FileHandle-Unget-%{version} -q
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL INSTALLDIRS=site
-make %{?_smp_mflags}
-make test
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
-[ "$RPM_BUILD_ROOT" != "/" -a -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
 %clean
- [ "$RPM_BUILD_ROOT" != "/" -a -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
-%files
-%defattr (-, root, root)
-%doc %{_mandir}/man?/*
-%{perl_vendorlib}/FileHandle
-%{perl_vendorarch}/auto/FileHandle
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc CHANGES LICENSE README
 
 %changelog






Remember to have fun...

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



commit kiwi-config-openSUSE for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory
checked in at Tue Jun 7 14:23:22 CEST 2011.




--- kiwi-config-openSUSE/kiwi-config-openSUSE.changes   2011-04-08 
10:03:17.0 +0200
+++ 
/mounts/work_src_done/STABLE/kiwi-config-openSUSE/kiwi-config-openSUSE.changes  
2011-06-07 10:01:28.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun  7 08:01:19 UTC 2011 - co...@novell.com
+
+- remove obsolete buildrequire
+
+---
+Tue Apr 12 08:22:36 UTC 2011 - co...@opensuse.org
+
+- fix white space in the patch
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kiwi-config-openSUSE.spec ++
--- /var/tmp/diff_new_pack.7sjsLx/_old  2011-06-07 14:23:10.0 +0200
+++ /var/tmp/diff_new_pack.7sjsLx/_new  2011-06-07 14:23:10.0 +0200
@@ -19,14 +19,14 @@
 
 Name:   kiwi-config-openSUSE
 BuildRequires:  fdupes kiwi-desc-isoboot
-BuildRequires:  kiwi-desc-oemboot kiwi-desc-usbboot kiwi-doc kiwi-tools
+BuildRequires:  kiwi-desc-oemboot kiwi-doc kiwi-tools
 BuildRequires:  skelcd-control-openSUSE skelcd-openSUSE-CD
 BuildRequires:  libxslt
 #opensuse-gnomequick_en-pdf opensuse-kdequick_en-pdf
 BuildRequires:  jing kiwi yast2-country
 Summary:KDE live CD
 Version:11.4
-Release:11
+Release:15
 Group:  System/Boot
 License:BSD3c(or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build



++ xdm-liveinstall.patch ++
--- /var/tmp/diff_new_pack.7sjsLx/_old  2011-06-07 14:23:10.0 +0200
+++ /var/tmp/diff_new_pack.7sjsLx/_new  2011-06-07 14:23:10.0 +0200
@@ -1,18 +1,3 @@
 etc/init.d/xdm.orig 2011-02-22 13:13:21.0 +
-+++ etc/init.d/xdm  2011-04-08 08:01:31.0 +
-@@ -246,7 +246,11 @@
- rc_exit
- fi
-fi
--   startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
-+   if cat /proc/cmdline | grep -q liveinstall; then
-+/usr/lib/YaST2/startup/YaST2.call live-installer
-+else
-+   startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
-+fi
-# After a crash or a kill signal we may have
-# a wrong owner ship of /dev/xconsole
-if rc_status ; then
 --- usr/lib/YaST2/startup/YaST2.call.orig   2011-02-17 14:54:48.0 
+
 +++ usr/lib/YaST2/startup/YaST2.call2011-04-08 08:01:31.0 +
 @@ -646,7 +646,9 @@
@@ -26,3 +11,18 @@
  
  #=
 
+--- etc/init.d/xdm.orig2011-04-12 10:21:03.911449606 +0200
 etc/init.d/xdm 2011-04-12 10:21:43.831694748 +0200
+@@ -246,7 +246,11 @@
+ rc_exit
+ fi
+   fi
+-  startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
++   if cat /proc/cmdline | grep -q liveinstall; then
++/usr/lib/YaST2/startup/YaST2.call live-installer
++else
++   startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
++fi
+   # After a crash or a kill signal we may have
+   # a wrong owner ship of /dev/xconsole
+   if rc_status ; 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 avogadro for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package avogadro for openSUSE:Factory
checked in at Tue Jun 7 14:22:35 CEST 2011.




--- avogadro/avogadro.changes   2010-10-19 15:12:19.0 +0200
+++ /mounts/work_src_done/STABLE/avogadro/avogadro.changes  2011-06-06 
12:45:55.0 +0200
@@ -1,0 +2,33 @@
+Mon Jun  6 10:45:56 UTC 2011 - and...@opensuse.org
+
+- Spec file clean up 
+
+---
+Fri May 20 03:42:46 UTC 2011 - ste...@gmail.com
+
+- removed the obsolete patches due to the new upstream version.
+- no more crash on openSUSE 11.4 when starting.
+- new upstream version (bugfix release)
+  * Fixed building of translations on Linux and Mac OS X. 
+  * Fixed issues with newer versions of SIP
+  * Import Avogadro automatically in the Python terminal
+  * Some fixes/adjustments for newer versions of Open Babel
+  * Fixed a bug in the bounds for cubes, now isosurfaces align to molecules in 
all cases
+  * Added picking support in wireframe - enables editing of atoms in this mode
+  * Fixed some crashes when drawing with adjust hydrogens on
+  * Ensure the GAMESS input generator updates when atoms are added, removed or 
updated
+  * Added some missing entries in the GAMESS input dialog
+  * Fixes to the NWChem input generator
+  * Add LARGE keyword to MOPAC input files to give full output of MOs
+  * Fixed autobonding in animations when rendering in POV-Ray for video
+  * Removed some old CMake code that was no longer needed
+  * Made Linguist optional for Avogadro builds
+  * Fixes for compilation on Windows
+  * Fixed a few memory leaks 
+
+---
+Tue Oct 19 13:11:24 UTC 2010 - and...@opensuse.org
+
+- removed proprietary test files from the tarball bnc#645306 
+
+---

calling whatdependson for head-i586


Old:

  avogadro-1.0.1-find_python_27.patch
  avogadro-1.0.1-fix_plugin_dir.patch
  avogadro-1.0.1-fix_sip.patch
  avogadro-1.0.1.tar.bz2

New:

  avogadro-1.0.3.tar.bz2



Other differences:
--
++ avogadro.spec ++
--- /var/tmp/diff_new_pack.v0zYVY/_old  2011-06-07 14:21:06.0 +0200
+++ /var/tmp/diff_new_pack.v0zYVY/_new  2011-06-07 14:21:06.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package avogadro (Version 1.0.1)
+# spec file for package avogadro
 #
-# 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
@@ -19,7 +19,7 @@
 
 
 Name:   avogadro
-Version:1.0.1
+Version:1.0.3
 Release:1
 License:GPLv2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,18 +30,12 @@
 BuildRequires:  boost-devel python-numpy-devel python-sip-devel
 BuildRequires:  gcc-c++ libopenbabel-devel >= 2.2.3 python-qt4-devel
 BuildRequires:  cmake libeigen2-devel libqt4-devel >= 4.5.1 python-devel
-BuildRequires:  fdupes xorg-x11-libX11-devel xorg-x11-libXext-devel
+BuildRequires:  xorg-x11-libX11-devel xorg-x11-libXext-devel
 Group:  Productivity/Editors/Other
 Summary:Avogadro is a Molecular design tool
 Url:http://avogadro.sourceforge.net/wiki/Main_Page
 Source0:
http://mesh.dl.sourceforge.net/sourceforge/avogadro/%{name}-%{version}.tar.bz2
 Source1:%name.png
-# PATCH-FIX-OPENSUSE avogadro-1.0.1-fix_plugin_dir.patch toddrme2...@gmail.com 
- fix a bug with duplicating part of a path in cmake
-Patch0: %{name}-1.0.1-fix_plugin_dir.patch
-# PATCH-FIX-UPSTREAM avogadro-1.0.1-find_python_27.patch toddrme2...@gmail.com 
- fix detection of python 2.7
-Patch1: %{name}-1.0.1-find_python_27.patch
-# PATCH-FIX-UPSTREAM avogadro-1.0.1-fix_sip.patch toddrme2...@gmail.com - fix 
use of API call removed in recent python-sip
-Patch2: %{name}-1.0.1-fix_sip.patch
 %{py_requires}
 
 %description
@@ -79,22 +73,19 @@
 %prep
 %setup -q
 
-%patch0
-%patch1
-%patch2
-
 %build
-mkdir build
-export SUSE_ASNEEDED=0
+mkdir -p build
 cd build
+export SUSE_ASNEEDED=0
 cmake  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-   -DLIB_INSTALL_DIR=%{_libdir} \
+   -DENABLE_GLSL=ON \
 %ifarch x86_64
 -DLIB_SUFFIX=64 \
 %endif
-   -DENABLE_GLSL=ON \
 -DENABLE_RPATH=OFF \
-DENABLE_UPDATE_CHECKER=OFF \
+   -DENABLE_ZMATRIX_TOOL=ON \
+   -DENABLE_PYTHON=ON \
 ..
 
 %{__make} %{?jobs:-j %jobs}
@@ -103,6 +94,8 @@
 cd build
 %makeinstall
 
+mkdir -p %{buildroot}/%{_datadir}/qt4/mkspecs/
+mv %{buildroot}/usr/features %{buildroot}/%{_datadir}/qt4/mkspecs/
 # Create the system menu entry
 mkdir -p %{buildroot}%{_datadir}/applications
 cat > %{buildroot}%{_datadi

commit subversion for openSUSE:11.3

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package subversion for openSUSE:11.3
checked in at Tue Jun 7 14:18:04 CEST 2011.




--- old-versions/11.3/UPDATES/all/subversion/subversion.changes 2011-01-19 
14:19:10.0 +0100
+++ /mounts/work_src_done/11.3/subversion/subversion.changes2011-06-07 
12:06:13.636573759 +0200
@@ -1,0 +2,14 @@
+Tue Jun  7 11:00:15 CEST 2011 - dmuel...@suse.de
+
+- possibly remotely triggerable subversion deref (bnc#676949):
+  * CVE-2011-0715
+- fix multiple security issues (bnc#698205):
+  * CVE-2011-1752, CVE-2011-1921, CVE-2011-1783
+- fix misleading text in /etc/sysconfig/svnserve
+
+---
+Thu Apr 21 15:57:51 CEST 2011 - p...@suse.de
+
+- Use getent to check for existance of user and group (bnc#688968).
+
+---

calling whatdependson for 11.3-i586


New:

  CVE-2011-0715.txt
  CVE-2011-1752.diff
  CVE-2011-1921-and-CVE-2011-1783.diff



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.uNBPg8/_old  2011-06-07 14:16:47.0 +0200
+++ /var/tmp/diff_new_pack.uNBPg8/_new  2011-06-07 14:16:47.0 +0200
@@ -42,7 +42,7 @@
 
 Name:   subversion
 Version:1.6.9
-Release:4.
+Release:4.
 # in-tree SWIG version to use for the build:
 %define swig_version   1.3.36
 %define sqlite_version 3.6.17
@@ -162,6 +162,9 @@
 Patch38:CVE-2010-4539.diff
 Patch39:CVE-2010-4644.diff
 Patch40:fix-abort-on-blame.diff
+Patch41:CVE-2011-0715.txt
+Patch42:CVE-2011-1752.diff
+Patch43:CVE-2011-1921-and-CVE-2011-1783.diff
 #
 %if %with_ruby
 %if %{!?rb_arch:1}0
@@ -354,6 +357,9 @@
 %patch38
 %patch39
 %patch40
+%patch41
+%patch42
+%patch43
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++ CVE-2011-0715.txt ++
--- subversion/mod_dav_svn/version.c
+++ subversion/mod_dav_svn/version.c
@@ -1172,11 +1172,13 @@ dav_svn__push_locks(dav_resource *resource,
   svn_error_t *serr;
 
   serr = svn_fs_get_access(&fsaccess, resource->info->repos->fs);
-  if (serr)
+  if (serr || !fsaccess)
 {
   /* If an authenticated user name was attached to the request,
  then dav_svn_get_resource() should have already noticed and
  created an fs_access_t in the filesystem.  */
+  if (serr == NULL)
+serr = svn_error_create(SVN_ERR_FS_LOCK_OWNER_MISMATCH, NULL, NULL);
   return dav_svn__sanitize_error(serr, "Lock token(s) in request, but "
  "missing an user name", HTTP_BAD_REQUEST,
  resource->info->r);

++ CVE-2011-1752.diff ++
--- subversion/mod_dav_svn/repos.c
+++ subversion/mod_dav_svn/repos.c
@@ -2843,10 +2843,11 @@ deliver(const dav_resource *resource, ap
   apr_status_t status;
 
   /* Check resource type */
-  if (resource->type != DAV_RESOURCE_TYPE_REGULAR
-  && resource->type != DAV_RESOURCE_TYPE_VERSION
-  && resource->type != DAV_RESOURCE_TYPE_WORKING
-  && resource->info->restype != DAV_SVN_RESTYPE_PARENTPATH_COLLECTION)
+  if (resource->baselined
+  || (resource->type != DAV_RESOURCE_TYPE_REGULAR
+  && resource->type != DAV_RESOURCE_TYPE_VERSION
+  && resource->type != DAV_RESOURCE_TYPE_WORKING
+  && resource->info->restype != DAV_SVN_RESTYPE_PARENTPATH_COLLECTION))
 {
   return dav_new_error(resource->pool, HTTP_CONFLICT, 0,
"Cannot GET this type of resource.");

Eigenschaftsänderungen: .
___
Geändert: svn:mergeinfo
   Zusammengeführt /subversion/trunk:r1098608

++ CVE-2011-1921-and-CVE-2011-1783.diff ++
--- subversion/libsvn_repos/authz.c
+++ subversion/libsvn_repos/authz.c
@@ -746,6 +746,9 @@
   return SVN_NO_ERROR;
 }
 
+  /* Sanity check. */
+  SVN_ERR_ASSERT(path[0] == '/');
+
   /* Determine the granted access for the requested path. */
   while (!authz_get_path_access(authz->cfg, repos_name,
 current_path, user,
--- subversion/mod_dav_svn/authz.c
+++ subversion/mod_dav_svn/authz.c
@@ -51,6 +51,11 @@
   return TRUE;
 }
 
+  /* Sometimes we get paths that do not start with '/' and 
+ hence below uri concatenation would lead to wrong uris .*/
+  if (path && path[0] != '/')
+path = apr_pstrcat(pool, "/", path, NULL);
+
   /* If bypass is specified and authz has exported the provider.
  Otherwise, we fall through to the full version.  This should be
  safer than allowing or disallowing all accesses if there is a
++ subversion.rcsvnserve ++
--- /var/tmp/diff_new_pack.uNBPg8/_old  2011-06-07 14:16:47.0 +0200
+++ /var/tmp/diff_new_pack.uNBPg8/_new  2011-06-07 14:16:47.0 +0200

commit subversion for openSUSE:11.4

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package subversion for openSUSE:11.4
checked in at Tue Jun 7 14:12:37 CEST 2011.




--- old-versions/11.4/UPDATES/all/subversion/subversion.changes 2011-05-10 
16:23:57.0 +0200
+++ 11.4/subversion/subversion.changes  2011-06-06 13:31:31.0 +0200
@@ -1,0 +2,40 @@
+Mon May 30 14:07:41 UTC 2011 - s...@elego.de
+
+- update to 1.6.17 (bnc#698205):
+  includes security fixes [CVE-2011-1752, CVE-2011-1783, CVE-2011-1921] 
+  User-visible changes:
+* improve checkout speed on Windows (issue #3719)
+* make 'blame -g' more efficient on with large mergeinfo (r1094692)
+* avoid some invalid handle exceptions on Windows (r1095654)
+* preserve log message with a non-zero editor exit (r1072084)
+* fix FSFS cache performance on 64-bit platforms (r1103665)
+* make svn cleanup tolerate obstructed directories (r1091881)
+* fix deadlock in multithreaded servers serving FSFS repositories 
(r1104093)
+* detect very occasional corruption and abort commit (issue #3845)
+* fixed: file externals cause non-inheritable mergeinfo (issue #3843)
+* fixed: file externals cause mixed-revision working copies (issue #3816)
+* fix crash in mod_dav_svn with GETs of baselined resources (r1104126)
+See CVE-2011-1752, and descriptive advisory at
+http://subversion.apache.org/security/CVE-2011-1752-advisory.txt
+* fixed: write-through proxy could direcly commit to slave (r917523)
+* detect a particular corruption condition in FSFS (r1100213)
+* improve error message when clients refer to unkown revisions (r939000)
+* bugfixes and optimizations to the DAV mirroring code (r878607)
+* fixed: locked and deleted file causes tree conflict (issue #3525)
+* fixed: update touches locked file with svn:keywords property (issue 
#3471)
+* fix svnsync handling of directory copyfrom (issue #3641)
+* fix 'log -g' excessive duplicate output (issue #3650)
+* fix svnsync copyfrom handling bug with BDB (r1036429)
+* server-side validation of svn:mergeinfo syntax during commit (issue 
#3895)
+* fix remotely triggerable mod_dav_svn DoS
+See CVE-2011-1783, and descriptive advisory at
+http://subversion.apache.org/security/CVE-2011-1783-advisory.txt
+* fix potential leak of authz-protected file contents
+See CVE-2011-1921, and descriptive advisory at
+http://subversion.apache.org/security/CVE-2011-1921-advisory.txt
+  Developer-visible changes:
+* fix reporting FS-level post-commit processing errors (r1104098)
+* fix JVM recognition on OS X Snow Leopard (10.6) (r1028084)
+* allow building on Windows with recent Expat (r1074572)
+
+---

calling whatdependson for 11.4-i586


Old:

  subversion-1.6.16.tar.bz2

New:

  subversion-1.6.17.tar.bz2



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.IADZHt/_old  2011-06-07 14:11:44.0 +0200
+++ /var/tmp/diff_new_pack.IADZHt/_new  2011-06-07 14:11:44.0 +0200
@@ -41,8 +41,8 @@
 %endif # suse_version > 1030
 
 Name:   subversion
-Version:1.6.16
-Release:1.
+Version:1.6.17
+Release:1.
 # in-tree SWIG version to use for the build:
 %define swig_version   1.3.36
 %define sqlite_version 3.6.13

++ subversion-1.6.16.tar.bz2 -> subversion-1.6.17.tar.bz2 ++
 4745 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 gvfs for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory
checked in at Tue Jun 7 14:11:56 CEST 2011.




--- GNOME/gvfs/gvfs.changes 2011-01-13 18:34:51.0 +0100
+++ /mounts/work_src_done/STABLE/gvfs/gvfs.changes  2011-06-06 
12:06:55.0 +0200
@@ -1,0 +2,95 @@
+Mon Jun  6 10:05:48 UTC 2011 - dims...@opensuse.org
+
+- Use 0%%{suse_version} instead of %%{suse_version} only to make
+  sure we have a value, even when suse_version is not defined.
+
+---
+Wed May 18 03:40:29 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.9.0:
+  + afc:
+- Fix renaming files moving them to the root dir
+- Use a better display name for jailbroken device access
+  + common: Use libbluray to get Blu-Ray metadata
+  + daemon:
+- Fix threadsafety of closing channels
+- Don't leak dbus messages
+  + fuse:
+- Make created files visible immediately on WebDAV
+- Pretend created file exists even if backend didn't create it
+  + gdu volume monitor:
+- Fix setting the BDMV name
+- Fix check for symlinks in /dev
+- Automount flash card readers
+  + gphoto2:
+- Recognize cameras which don't implement get storageinfo
+  + dav:
+- Fix copying of remote folders to disk
+- Correctly handle usernames supplied in the url
+  + http/dav: Send Accept-Language header
+  + http: Use Content-Disposition filename if available
+  + Updated translations.
+- Drop gvfs-dav-recursive-directory-ops.patch: fixed upstream.
+
+---
+Tue Apr 26 15:16:06 UTC 2011 - fcro...@novell.com
+
+- Update to version 1.8.1:
+  + Fix threadsafety of closing channels.
+  + Don't leak dbus messages.
+  + gdu:
+- Fix setting the BDMV name.
+- Fix check for symlinks in /dev, was reversed.
+  + Updated translations.
+- Version libimobiledevice-devel BuildRequires with >= 1.1.0, to
+  make sure we don't even try to build if we don't have the right
+  version. New libimobiledevice will reach Factory soon.
+
+---
+Tue Apr  5 11:55:02 UTC 2011 - fcro...@novell.com
+
+- Update to version 1.8.0:
+  + afc: Fix renaming files moving them to the root dir
+  + Updated translations.
+
+---
+Mon Mar 21 16:49:05 UTC 2011 - fcro...@novell.com
+
+- Update to version 1.7.3!
+  + client: Fix wrong assignment before dbus_connection_unref()
+  + archive:
+- Prevent assertion failure on duplicate mount
+- Skip leading "./" from pathnames if present
+- Propagate entry index as inode no. for files
+  + smb: Add support for default location
+  + Build fixes.
+  + Updated translations.
+- Rebase gvfs-dav-recursive-directory-ops.patch.
+
+---
+Thu Mar 10 11:09:26 CET 2011 - vu...@opensuse.org
+
+- Move gvfsd-metadata daemon to the main gvfs package, and ship
+  dbus .service files with their appropriate daemons, to avoid
+  declaring a dbus service if the binary is not installed.
+
+---
+Mon Feb 28 11:11:32 UTC 2011 - fcro...@novell.com
+
+- Update to version 1.7.2:
+  + ftp: Parse mode, user and group for unix listings
+  + ftp: Implement chmod
+  + sftp: Catch invalid argument type for chmod command
+  + smb: Catch invalid argument type when setting mtime
+  + Updated translations.
+- Changes from version 1.7.1:
+  + ftp: Fix refcounting of addresses when connecting
+  + ftp: Detect TLS and SSL support
+  + afc: Add ability to mount the house-arrest service
+  + afc: Add support for House Arrest protocol to access
+ the Documents/ folder within applications
+  + Fix gvfs client code on ARM platform
+  + Various build issues fixed
+  + Updated translations.
+
+---
@@ -5,0 +101,21 @@
+
+---
+Thu Dec 16 17:40:53 CET 2010 - vu...@opensuse.org
+
+- Update to version 1.7.0:
+  + sftp: Close pty master in child process to prevent SELinux
+denial
+  + fuse: Add proper truncate support for open()
+  + Port to GSettings
+  + gdu: Treat mounts as hidden if they have a path element
+that starts with a dot
+  + Updated translations.
+- Drop gvfs-glib-2.27.patch: this is not needed anymore.
+- Rebase gvfs-dice-backend.patch, gvfs-nds.patch and
+  gvfs-nvvfs.patch.
+- Remove gconf2-devel BuildRequires.
+- Remove check for openSUSE 11.1 and earlier: we won't support 11.1
+  anymore.
+- Handle gsettings schemas: add %glib2_gsettings_schema_requires
+  for gvfs-backends, and %glib2_gsettings_schema_post(un) in the
+  gvfs-backends scriptlets.

calling whatdependson for head-i586


Old:

  gvfs-1.6.6.tar.bz2
  gvfs-dav-recursive-directory-ops.patch
  gvfs-glib-2.27.p

commit ConsoleKit for openSUSE:11.3

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:11.3
checked in at Tue Jun 7 14:11:05 CEST 2011.




--- old-versions/11.3/all/ConsoleKit/ConsoleKit.changes 2010-05-04 
11:32:43.0 +0200
+++ 11.3/ConsoleKit/ConsoleKit.changes  2011-05-24 12:52:54.0 +0200
@@ -1,0 +2,7 @@
+Tue May 24 12:53:08 CEST 2011 - hma...@suse.de
+
+- add ConsoleKit-fix-is-local-set-for-remote-sessions.patch:
+  Prevent remote users to open a ConsoleKit session considered
+  local (bnc#686150)
+
+---
ConsoleKit-doc.changes: same change

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


New:

  ConsoleKit-fix-is-local-set-for-remote-sessions.patch



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.yxsqN0/_old  2011-06-07 14:10:17.0 +0200
+++ /var/tmp/diff_new_pack.yxsqN0/_new  2011-06-07 14:10:17.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ConsoleKit-doc (Version 0.4.1)
+# spec file for package ConsoleKit-doc
 #
-# 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
@@ -37,7 +37,7 @@
 %endif
 Summary:System daemon for tracking users, sessions and seats
 Version:0.4.1
-Release:4
+Release:7.
 License:GPLv2+
 Group:  System/Daemons
 AutoReqProv:on
@@ -47,6 +47,7 @@
 Patch1: 0009-Don-t-take-bus-name-until-ready.patch
 Patch2: 0010-Don-t-segfault-if-the-seats-file-is-invalid.patch
 Patch3: 0012-format-not-a-string-literal-and-no-format-arguments.patch
+Patch4: ConsoleKit-fix-is-local-set-for-remote-sessions.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %build_doc == 0
 PreReq: pwdutils login
@@ -90,6 +91,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 autoreconf -fi

ConsoleKit.spec: same change
++ ConsoleKit-fix-is-local-set-for-remote-sessions.patch ++
commit 4f88228f31a63c026c424a92827f26ad7535275c
Author: William Jon McCann 
Date:   Thu Jun 3 20:02:35 2010 -0400

Only set sessions to be is-local=true if set by a trusted party

https://bugs.freedesktop.org/show_bug.cgi?id=28377

Index: ConsoleKit-0.4.1/src/ck-manager.c
===
--- ConsoleKit-0.4.1.orig/src/ck-manager.c
+++ ConsoleKit-0.4.1/src/ck-manager.c
@@ -1641,13 +1641,175 @@ open_session_for_leader (CkManager
 dbus_g_method_return (context, cookie);
 }
 
+enum {
+PROP_STRING,
+PROP_BOOLEAN,
+};
+
+#define CK_TYPE_PARAMETER_STRUCT (dbus_g_type_get_struct ("GValueArray", \
+  G_TYPE_STRING,  \
+  G_TYPE_VALUE, \
+  G_TYPE_INVALID))
+
+static gboolean
+_get_parameter (GPtrArray  *parameters,
+const char *name,
+int prop_type,
+gpointer   *value)
+{
+gboolean ret;
+int  i;
+
+if (parameters == NULL) {
+return FALSE;
+}
+
+ret = FALSE;
+
+for (i = 0; i < parameters->len && ret == FALSE; i++) {
+gbooleanres;
+GValue  val_struct = { 0, };
+char   *prop_name;
+GValue *prop_val;
+
+g_value_init (&val_struct, CK_TYPE_PARAMETER_STRUCT);
+g_value_set_static_boxed (&val_struct, g_ptr_array_index 
(parameters, i));
+
+res = dbus_g_type_struct_get (&val_struct,
+  0, &prop_name,
+  1, &prop_val,
+  G_MAXUINT);
+if (! res) {
+g_debug ("Unable to extract parameter input");
+goto cont;
+}
+
+if (prop_name == NULL) {
+g_debug ("Skipping NULL parameter");
+goto cont;
+}
+
+if (strcmp (prop_name, name) != 0) {
+goto cont;
+}
+
+switch (prop_type) {
+case PROP_STRING:
+if (value != NULL) {
+*value = g_value_dup_string (prop_val);
+}
+break;
+

commit coreutils for openSUSE:11.4

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package coreutils for openSUSE:11.4
checked in at Tue Jun 7 14:06:06 CEST 2011.




--- old-versions/11.4/all/coreutils/coreutils.changes   2011-01-14 
14:27:11.0 +0100
+++ /mounts/work_src_done/11.4/coreutils/coreutils.changes  2011-06-07 
12:14:47.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr  2 17:48:37 UTC 2011 - sweet_...@gmx.de
+
+- fix "cp -al does not preserve timestamps of symlinks"
+  (bnc#696389, coreutils 8.0 - 8.10, openSUSE 11.3 and 11.4)
+
+---

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


New:

  coreutils-cp-al-symlink-timestamp.patch



Other differences:
--
++ coreutils.spec ++
--- /var/tmp/diff_new_pack.VekO3j/_old  2011-06-07 14:04:30.0 +0200
+++ /var/tmp/diff_new_pack.VekO3j/_new  2011-06-07 14:04:30.0 +0200
@@ -24,7 +24,7 @@
 License:GFDLv1.2 ; GPLv2+ ; GPLv3+
 Group:  System/Base
 Version:8.9
-Release:2
+Release:5.
 Provides:   fileutils = %{version}, sh-utils = %{version}, stat = 
%version}, textutils = %{version}, mktemp = %{version}
 Obsoletes:  fileutils < %{version}, sh-utils < %{version}, stat < 
%version}, textutils < %{version}, mktemp < %{version}
 Obsoletes:  libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit 
= 9 libselinux-x86 = 9
@@ -56,6 +56,8 @@
 Patch31:coreutils-getaddrinfo.patch
 Patch32:coreutils-ptr_int_casts.patch
 Patch33:coreutils-8.9-singlethreaded-sort.patch
+# this patch is needed for coreutils 8.0 - 8.10 (openSUSE 11.3 and 11.4)
+Patch34:coreutils-cp-al-symlink-timestamp.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # this will create a cycle, broken up randomly - coreutils is just too core to 
have other
 # prerequires
@@ -96,6 +98,7 @@
 %patch31
 %patch32
 %patch33
+%patch34 -p1
 cp %{S:4} po/de.po
 
 %build

++ _service:set_version:coreutils.spec ++
--- /var/tmp/diff_new_pack.VekO3j/_old  2011-06-07 14:04:31.0 +0200
+++ /var/tmp/diff_new_pack.VekO3j/_new  2011-06-07 14:04:31.0 +0200
@@ -24,7 +24,7 @@
 License:GFDLv1.2 ; GPLv2+ ; GPLv3+
 Group:  System/Base
 Version:8.9
-Release:2
+Release: 0
 Provides:   fileutils = %{version}, sh-utils = %{version}, stat = 
%version}, textutils = %{version}, mktemp = %{version}
 Obsoletes:  fileutils < %{version}, sh-utils < %{version}, stat < 
%version}, textutils < %{version}, mktemp < %{version}
 Obsoletes:  libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit 
= 9 libselinux-x86 = 9
@@ -56,6 +56,8 @@
 Patch31:coreutils-getaddrinfo.patch
 Patch32:coreutils-ptr_int_casts.patch
 Patch33:coreutils-8.9-singlethreaded-sort.patch
+# this patch is needed for coreutils 8.0 - 8.10 (openSUSE 11.3 and 11.4)
+Patch34:coreutils-cp-al-symlink-timestamp.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # this will create a cycle, broken up randomly - coreutils is just too core to 
have other
 # prerequires
@@ -96,6 +98,7 @@
 %patch31
 %patch32
 %patch33
+%patch34 -p1
 cp %{S:4} po/de.po
 
 %build

++ coreutils-cp-al-symlink-timestamp.patch ++
>From 594292a1d89332dd006cd7fe3116cf46ebe9acf6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C3=A1draig=20Brady?= 
Date: Thu, 31 Mar 2011 11:28:58 +0100
Subject: copy: link rather than copy symlinks, when --link used

This bug was introduced in commit ca9e212c, 2009-09-24,
"cp, mv: use linkat to guarantee semantics", which
inadvertently disabled the creation of hardlinks to symlinks.
However rather than implementing the intention of that commit
and relying on gnulib linkat emulation, we'll revert to the
previous emulation as that maintains ownership and timestamps.

* src/copy.c (copy_internal): Use our existing hardlink to
symlink emulation when link() might dereference the symlink.
Also ensure that we copy the timestamps of the original symlink
when we use the emulation.
* tests/cp/link-symlink: Add a test to ensure timestamps copied.
* tests/Makefile.am: Reference the new test.
* NEWS: Mention the fix.
Reported by Ruediger Meier
---
 src/copy.c|   27 ---
 tests/Makefile.am |1 +
 tests/cp/link-symlink |   41 +
 4 files changed, 66 insertions(+), 7 deletions(-)
 create mode 100755 tests/cp/link-symlink

diff --git a/src/copy.c b/src/copy.c
index 104652d..e839f97 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -2169,13 +2169,24 @@ copy_internal (char const *src_name, char const 
*dst_name,
 }
 }
 
-  /* cp, invoked with `--link --no-dereference', should not follow the
- link; we guarante

commit rpmlint-tests for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package rpmlint-tests for openSUSE:Factory
checked in at Tue Jun 7 14:05:31 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/rpmlint-tests/rpmlint-tests.changes
2011-06-06 14:39:33.0 +0200
@@ -0,0 +1,30 @@
+---
+Mon Jun  6 12:38:59 UTC 2011 - lnus...@suse.de
+
+- add an actually readable package description
+
+---
+Tue May 31 15:01:12 UTC 2011 - lnus...@suse.de
+
+- add check for /var/log/subsys
+
+---
+Tue May 17 10:43:17 UTC 2011 - lnus...@suse.de
+
+- update ref files
+
+---
+Mon May  2 11:57:12 UTC 2011 - lnus...@suse.de
+
+- another init script test case
+
+---
+Thu Apr 21 13:11:44 UTC 2011 - lnus...@suse.de
+
+- add new initscript warnings
+
+---
+Tue Apr 19 12:03:51 UTC 2011 - lnus...@suse.de
+
+- initial package
+

calling whatdependson for head-i586


New:

  rpmlint-tests.changes
  rpmlint-tests.spec
  rpmlint-tests.tar.bz2



Other differences:
--
++ rpmlint-tests.spec ++
#
# spec file for package rpmlint-tests
#
# 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/
#

# icecream 0

#!BuildIgnore: post-build-checks brp-check-suse

BuildRequires:  rpmlint-mini

Name:   rpmlint-tests
Version:1
Release:1
Group:  Development/Tools/Building
Summary:rpmlint regression tests
License:Public Domain
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://www.opensuse.org/
# git clone g...@gitorious.org:opensuse/rpmlint-tests.git
# cd rpmlint-tests
# make dist
# mv *bz2 ..
Source: rpmlint-tests.tar.bz2

%description
This package doesn't actually contain any files and is not meant to
be installed. It's only useful in the opensuse build service to run
regression tests against rpmlint(-mini).

%prep
%setup -q -n %name

%build
mkdir rpms
make test

%install

%clean
rm -rf %buildroot

%changelog





Remember to have fun...

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



commit python-Distutils2 for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package python-Distutils2 for 
openSUSE:Factory
checked in at Tue Jun 7 14:03:11 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-Distutils2/python-Distutils2.changes
2011-05-31 10:15:15.0 +0200
@@ -0,0 +1,5 @@
+---
+Tue May 31 07:29:35 UTC 2011 - sasc...@suse.de
+
+- Initial version (1.0a3)
+

calling whatdependson for head-i586


New:

  Distutils2-1.0a3.tar.gz
  python-Distutils2.changes
  python-Distutils2.spec



Other differences:
--
++ python-Distutils2.spec ++
#
# spec file for package python-Distutils2
#
# 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/
#



Name:   python-Distutils2
Version:1.0a3
Release:1
Url:http://bitbucket.org/tarek/distutils2/wiki/Home
Summary:Python Distribution Utilities
License:PSF
Group:  Development/Languages/Python
Source: Distutils2-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:  noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%description
Distutils2 is the new version of Distutils. It's not backward compatible with
Distutils but provides more features, and implement most new packaging
standards.

See the documentation at http://packages.python.org/Distutils2 for more info.

%prep
%setup -q -n Distutils2-%{version}

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{python_sitelib}/*

%changelog





Remember to have fun...

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



commit python-dulwich for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package python-dulwich for openSUSE:Factory
checked in at Tue Jun 7 14:02:26 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-dulwich/python-dulwich.changes  
2011-03-31 16:46:04.0 +0200
@@ -0,0 +1,17 @@
+---
+Thu Mar 31 14:25:18 UTC 2011 - sasc...@suse.de
+
+- Removed *.egg-info from %%files section
+
+---
+Tue Jan 25 17:25:04 UTC 2011 - sasc...@gmx.de
+
+- Update to 0.7.0
+- Packaged documentation
+- Added license header
+
+---
+Wed Sep  8 08:49:57 UTC 2010 - n...@opensuse.org
+
+- Update to 0.6.1
+

calling whatdependson for head-i586


New:

  dulwich-0.7.0.tar.bz2
  python-dulwich.changes
  python-dulwich.spec



Other differences:
--
++ python-dulwich.spec ++
#
# spec file for package python-dulwich
#
# 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

%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%define mod_name dulwich

Name:   python-%{mod_name}
Version:0.7.0
Release:1
Url:http://samba.org/~jelmer/dulwich
Summary:Pure-Python Git Library
License:GPLv2 or later
Group:  Development/Languages/Python
Source: %{mod_name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
%if 0%{?suse_version}
%py_requires
%endif

%description
Simple Pure-Python implementation of the Git file formats and protocols. Dulwich
is the place where Mr. and Mrs. Git live in one of the Monty Python sketches.

%prep
%setup -q -n %{mod_name}-%{version}

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING HACKING NEWS README docs
%{_bindir}/*
%python_sitearch/%{mod_name}*

%changelog





Remember to have fun...

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



commit wine-gecko for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package wine-gecko for openSUSE:Factory
checked in at Tue Jun 7 13:31:18 CEST 2011.




--- wine-gecko/wine-gecko.changes   2011-01-12 18:50:51.0 +0100
+++ /mounts/work_src_done/STABLE/wine-gecko/wine-gecko.changes  2011-03-18 
08:39:11.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 17 22:51:11 CET 2011 - meiss...@suse.de
+
+- 1.2.0 version update for Wine 1.3.16 and later
+
+---

calling whatdependson for head-i586


Old:

  wine_gecko-1.1.0-x86_64.cab
  wine_gecko-1.1.0-x86.cab

New:

  wine_gecko-1.2.0-x86_64.msi
  wine_gecko-1.2.0-x86.msi



Other differences:
--
++ wine-gecko.spec ++
--- /var/tmp/diff_new_pack.vz2X3K/_old  2011-06-07 13:30:25.0 +0200
+++ /var/tmp/diff_new_pack.vz2X3K/_new  2011-06-07 13:30:25.0 +0200
@@ -18,15 +18,14 @@
 
 
 Name:   wine-gecko
-BuildRequires:  cabextract
 License:MPL 1.1 or later
 Group:  Development/Tools/Other
 AutoReqProv:on
 Summary:The Wine specific Gecko HTML rendering engine
-Version:1.1.0
-Release:4
-Source0:
http://downloads.sourceforge.net/wine/wine_gecko-%{version}-x86.cab
-Source1:
http://downloads.sourceforge.net/wine/wine_gecko-%{version}-x86_64.cab
+Version:1.2.0
+Release:1
+Source0:
http://downloads.sourceforge.net/wine/wine_gecko-%{version}-x86.msi
+Source1:
http://downloads.sourceforge.net/wine/wine_gecko-%{version}-x86_64.msi
 BuildArch:  noarch
 # Source of this CAB is at:
 # http://wine.git.sourceforge.net/git/gitweb.cgi?p=wine/wine-gecko;a=summary
@@ -38,8 +37,6 @@
 This package contains the prepackaged Win32 Gecko rendering engine for use by 
Wine.
 
 %prep
-# this is only for "LICENSE"
-cabextract %{SOURCE0}
 
 %install
 mkdir -p $RPM_BUILD_ROOT/usr/share/wine/gecko
@@ -51,9 +48,8 @@
 
 %files
 %defattr(-, root, root)
-%doc wine_gecko/LICENSE wine_gecko/VERSION
 %dir /usr/share/wine
 %dir /usr/share/wine/gecko
-/usr/share/wine/gecko/*cab
+/usr/share/wine/gecko/*msi
 
 %changelog






Remember to have fun...

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



commit desktop-data-openSUSE for openSUSE:11.4

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package desktop-data-openSUSE for 
openSUSE:11.4
checked in at Tue Jun 7 11:56:24 CEST 2011.




--- old-versions/11.4/all/desktop-data-openSUSE/desktop-data-openSUSE.changes   
2011-02-21 15:35:03.0 +0100
+++ 11.4/desktop-data-openSUSE/desktop-data-openSUSE.changes2011-04-12 
04:56:07.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 12 02:53:40 UTC 2011 - an...@opensuse.org
+
+- Added patch to fix hidden entries (bnc#686786)
+
+---

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


New:

  hidden-fix.diff



Other differences:
--
++ desktop-data-openSUSE.spec ++
--- /var/tmp/diff_new_pack.RQyJ0a/_old  2011-06-07 11:55:43.0 +0200
+++ /var/tmp/diff_new_pack.RQyJ0a/_new  2011-06-07 11:55:43.0 +0200
@@ -21,7 +21,7 @@
 Name:   desktop-data-openSUSE
 BuildRequires:  fdupes hicolor-icon-theme perl-RPC-XML update-desktop-files 
xdg-menu xdg-utils
 Version:11.4
-Release:13.
+Release:13.
 %define wallpaper_version 114
 Summary:Shared Desktop Files for openSUSE
 License:GPLv2+
@@ -44,6 +44,7 @@
 Source2:update_rpm
 Source3:desktop-data-openSUSE.xml.in
 Source4:openSUSE-default-static.xml
+Patch0: hidden-fix.diff
 BuildArch:  noarch
 Provides:   desktop-data-SuSE = 11.0
 Obsoletes:  desktop-data-SuSE <= 11.0
@@ -73,6 +74,7 @@
 
 %prep
 %setup -q -c
+%patch0 -p1
 
 %build
 mkdir -p desktop-data/usr/share/gnome-background-properties


++ hidden-fix.diff ++
diff -Nur /desktop-data.orig/etc/xdg/menus/applications.menu 
/desktop-data/etc/xdg/menus/applications.menu
--- /desktop-data.orig/etc/xdg/menus/applications.menu  2011-02-10 
16:05:53.0 +0300
+++ /desktop-data/etc/xdg/menus/applications.menu   2011-04-12 
02:16:26.0 +0400
@@ -1300,6 +1300,7 @@
GNOME Settings
suse-settings.directory
settings.menu
+   Hidden.directory


applications-kmenuedit.menu





Remember to have fun...

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



commit open-vm-tools for openSUSE:11.4

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:11.4
checked in at Tue Jun 7 11:02:35 CEST 2011.




--- old-versions/11.4/all/open-vm-tools/open-vm-tools.changes   2010-12-22 
10:27:25.0 +0100
+++ 11.4/open-vm-tools/open-vm-tools.changes2011-06-03 12:02:12.0 
+0200
@@ -1,0 +2,71 @@
+Thu Jun  2 13:13:04 UTC 2011 - prus...@opensuse.org
+
+- updated to 2011.05.27:
+  + Mostly cleanups and a few bug fixes.
+- fixes [bnc#673267] [bnc#690491]
+
+---
+Tue May 31 09:56:55 UTC 2011 - prus...@opensuse.org
+
+- use -Wno-unused-but-set in optflags so it will not fail build
+  while using -Werror
+
+---
+Wed May 25 14:30:41 UTC 2011 - prus...@opensuse.org
+
+- added check in initscript whether VMTOOLSUSER_BIN exists
+
+---
+Fri Apr 29 16:08:33 UTC 2011 - dims...@opensuse.org
+
+- Udpate to version 2011.04.25:
+  + Mostly cleanups and small bug fixes in this release.
+  + Logging is enabled by default in vmtoolsd, writing to syslog.
+The default log level is not chatty, so few messages should
+make it to syslog during normal operation.
+  + The GUI version of the toolbox was removed.
+
+---
+Wed Apr 27 08:58:46 UTC 2011 - dims...@opensuse.org
+
+- Extend the init script to detect the name of the balloon driver,
+  which changed several times in the kernel.
+
+---
+Thu Apr 14 19:35:44 UTC 2011 - dims...@opensuse.org
+
+- Update to 2011.03.28:
+  + HGFS mounter and vmusr's suid wrapper were changed to avoid
+issues with symlink attacks. A new mount utility for vmblock on
+Solaris and FreeBSD was added.
+  + The VMCI driver was thoroughly reworked so that it can serve as
+both the host and guest VMCI driver. This is mostly targeted at
+supporting nested VMs.
+  + vmusr got better integration with X's session manager,
+including proper cleanup during session teardown.
+  + Unity has been enhanced to better handle some desktop
+environments.
+  + Many small bug fixes in other areas, including updates for
+newer Linux kernels.
+- Changes from 2011.02.23:
+  + Some copy & paste issues with KDE were fixed.
+  + Mostly cleanups and bug fixes, with a few build enhancements.
+- Changes from 2011.01.24:
+  + Mostly cleanups and bug fixes.
+  + Install code fixed to handle translation catalogs correctly.
+- No longer care for missing modules on openSUSE 11.2. It is EOL in
+  a few weeks. As a consequence, remove the sources (they are in
+  current kernels):
+  + pvscsi.tar.bz2
+  + vmxnet3.tar.bz2
+  + vmemctl.tar.bz2
+- Fix some lint warnings: obsolete only <, not <=, Add PreReq:
+  permissions to the -gui package.
+
+---
+Thu Apr 14 16:30:29 UTC 2011 - dims...@opensuse.org
+
+- Fix build with Factory: verify the list of modules that are not
+  yet merged into the main kernel.
+
+---

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


Old:

  open-vm-tools-2010.12.19-339835.tar.bz2
  pvscsi.tar.bz2
  vmmemctl.tar.bz2
  vmware-toolbox.desktop
  vmxnet3.tar.bz2

New:

  _service
  _service:recompress:download_url:open-vm-tools-2011.05.27-420096.tar.bz2



Other differences:
--
++ open-vm-tools.spec ++
--- /var/tmp/diff_new_pack.lmgvAr/_old  2011-06-07 11:02:11.0 +0200
+++ /var/tmp/diff_new_pack.lmgvAr/_new  2011-06-07 11:02:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package open-vm-tools (Version 2010.12.19)
+# spec file for package open-vm-tools
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (C) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,72 +16,60 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 # exclude AMD PCnet32 LANCE pci.id from Supplements list [bnc#397554]
 %define __find_supplements sh -c '/usr/lib/rpm/find-supplements %{name} | grep 
-v pci:v1022d2000'
 
-# Modules that have to be build up to version 11.3
-%if 0%{suse_version} <= 1140
-%define mod1140 vmblock vmhgfs vmsync vmxnet vmci vsock
-%endif
-# Modules that are needed up to openSUSE 11.2 (kernel in 11.3 includes them). 
The previous list is extended by this.
-%if 0%{suse_version} <= 1120
-%define mod1120 pvscsi 

commit open-vm-tools for openSUSE:11.3

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:11.3
checked in at Tue Jun 7 11:00:30 CEST 2011.




--- old-versions/11.3/all/open-vm-tools/open-vm-tools.changes   2010-06-07 
11:36:13.0 +0200
+++ 11.3/open-vm-tools/open-vm-tools.changes2011-06-03 12:02:12.0 
+0200
@@ -1,0 +2,102 @@
+Thu Jun  2 13:13:04 UTC 2011 - prus...@opensuse.org
+
+- updated to 2011.05.27:
+  + Mostly cleanups and a few bug fixes.
+- fixes [bnc#673267] [bnc#690491]
+
+---
+Tue May 31 09:56:55 UTC 2011 - prus...@opensuse.org
+
+- use -Wno-unused-but-set in optflags so it will not fail build
+  while using -Werror
+
+---
+Wed May 25 14:30:41 UTC 2011 - prus...@opensuse.org
+
+- added check in initscript whether VMTOOLSUSER_BIN exists
+
+---
+Fri Apr 29 16:08:33 UTC 2011 - dims...@opensuse.org
+
+- Udpate to version 2011.04.25:
+  + Mostly cleanups and small bug fixes in this release.
+  + Logging is enabled by default in vmtoolsd, writing to syslog.
+The default log level is not chatty, so few messages should
+make it to syslog during normal operation.
+  + The GUI version of the toolbox was removed.
+
+---
+Wed Apr 27 08:58:46 UTC 2011 - dims...@opensuse.org
+
+- Extend the init script to detect the name of the balloon driver,
+  which changed several times in the kernel.
+
+---
+Thu Apr 14 19:35:44 UTC 2011 - dims...@opensuse.org
+
+- Update to 2011.03.28:
+  + HGFS mounter and vmusr's suid wrapper were changed to avoid
+issues with symlink attacks. A new mount utility for vmblock on
+Solaris and FreeBSD was added.
+  + The VMCI driver was thoroughly reworked so that it can serve as
+both the host and guest VMCI driver. This is mostly targeted at
+supporting nested VMs.
+  + vmusr got better integration with X's session manager,
+including proper cleanup during session teardown.
+  + Unity has been enhanced to better handle some desktop
+environments.
+  + Many small bug fixes in other areas, including updates for
+newer Linux kernels.
+- Changes from 2011.02.23:
+  + Some copy & paste issues with KDE were fixed.
+  + Mostly cleanups and bug fixes, with a few build enhancements.
+- Changes from 2011.01.24:
+  + Mostly cleanups and bug fixes.
+  + Install code fixed to handle translation catalogs correctly.
+- No longer care for missing modules on openSUSE 11.2. It is EOL in
+  a few weeks. As a consequence, remove the sources (they are in
+  current kernels):
+  + pvscsi.tar.bz2
+  + vmxnet3.tar.bz2
+  + vmemctl.tar.bz2
+- Fix some lint warnings: obsolete only <, not <=, Add PreReq:
+  permissions to the -gui package.
+
+---
+Thu Apr 14 16:30:29 UTC 2011 - dims...@opensuse.org
+
+- Fix build with Factory: verify the list of modules that are not
+  yet merged into the main kernel.
+
+---
+Wed Dec 22 08:29:03 UTC 2010 - dims...@opensuse.org
+
+- Update to version 2010.12.19:
+  + New version of DnD code lands in open-vm-tools. The host part
+of the new DnD protocol is not available yet in VMware
+products, though.
+  + vmtoolsd gets some new functionality to support new features
+being developed internally.
+  + vmxnet driver for FreeBSD fixed to allow changing the MAC
+address.
+  + lots of bug fixes and other cleanups in various areas.
+- Re-enable building of X dependenices (with_X 1)
+- Disable unity on openSUSE < 11.4. It requires glib >= 2.24.
+
+---
+Thu Nov 25 15:11:31 UTC 2010 - dims...@opensuse.org
+
+- Re-Inject pvscsi for older kernel builds.
+
+---
+Mon Nov 22 11:51:35 UTC 2010 - dims...@opensuse.org
+
+- Update to version 2010-11-17:
+  + Mostly cleanups and bug fixes.
+  + vmxnet3 on Solaris now supports jumbo frames.
+- For all older updates, please see NEWS.
+- Add an easy way to enable/disable X tools. Those currently fail
+  to build.
+- Drop open-vm-tools-libpng14.patch: upstream fixed.
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/open-vm-tools
Destination is old-versions/11.3/UPDATES/all/open-vm-tools
calling whatdependson for 11.3-i586


Old:

  open-vm-tools-2010.03.20-243334.tar.bz2
  open-vm-tools-libpng14.patch
  vmmemctl.tar.bz2
  vmware-toolbox.desktop
  vmxnet3.tar.bz2

New:

  _service
  _service:recompress:download_url:open-vm-tools-2011.05.27-420096.tar.bz2


commit cachefilesd for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package cachefilesd for openSUSE:Factory
checked in at Tue Jun 7 10:57:01 CEST 2011.




--- cachefilesd/cachefilesd.changes 2009-04-20 15:51:56.0 +0200
+++ /mounts/work_src_done/STABLE/cachefilesd/cachefilesd.changes
2011-06-06 10:33:44.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 08:28:27 UTC 2011 - a...@suse.de
+
+- Fix build with newer glibc due to missing includes.
+- Use RPM_OPT_FLAGS.
+- Add short description to init file.
+
+---

calling whatdependson for head-i586


New:

  cachefilesd-header.patch



Other differences:
--
++ cachefilesd.spec ++
--- /var/tmp/diff_new_pack.N8shRt/_old  2011-06-07 10:53:20.0 +0200
+++ /var/tmp/diff_new_pack.N8shRt/_new  2011-06-07 10:53:20.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package cachefilesd (Version 0.9)
+# spec file for package cachefilesd
 #
-# Copyright (c) 2009 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
@@ -25,10 +25,11 @@
 AutoReqProv:on
 Summary:CacheFiles userspace management daemon
 Version:0.9
-Release:3
+Release:13
 Source: %{name}-%{version}.tar.bz2
 Source1:cachefilesd.init
-Patch:  cachefilesd-dir-fix.diff
+Patch1: cachefilesd-dir-fix.diff
+Patch2: cachefilesd-header.patch
 Url:http://people.redhat.com/~dhowells/fscache/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -44,10 +45,11 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-make
+make CFLAGS="$RPM_OPT_FLAGS"
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install

++ cachefilesd-header.patch ++
Index: cachefilesd-0.9/cachefilesd.c
===
--- cachefilesd-0.9.orig/cachefilesd.c
+++ cachefilesd-0.9/cachefilesd.c
@@ -46,6 +46,7 @@
 #include 
 #include 
 #include 
+#include 
 
 typedef enum objtype {
OBJTYPE_INDEX,
++ cachefilesd.init ++
--- /var/tmp/diff_new_pack.N8shRt/_old  2011-06-07 10:53:21.0 +0200
+++ /var/tmp/diff_new_pack.N8shRt/_new  2011-06-07 10:53:21.0 +0200
@@ -6,6 +6,7 @@
 # Required-Stop:  $remote_fs $syslog
 # Default-Start:  3 5
 # Default-Stop:
+# Short-Description: cache files daemon used by remote fs like NFS
 # Description:cache files daemon used by remote fs like NFS
 ### END INIT INFO
 






Remember to have fun...

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



commit haveged for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package haveged for openSUSE:Factory
checked in at Tue Jun 7 10:53:05 CEST 2011.




--- haveged/haveged.changes 2011-05-07 22:07:56.0 +0200
+++ /mounts/work_src_done/STABLE/haveged/haveged.changes2011-06-06 
13:46:48.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun  6 11:45:47 UTC 2011 - k...@opensuse.org
+
+- fix ppc64 build 
+
+---
+Mon Jun  6 10:11:20 UTC 2011 - adr...@suse.de
+
+- fix URL to source tar ball
+
+---

calling whatdependson for head-i586


Old:

  haveged-1.1.tar.bz2

New:

  haveged-1.1.tar.gz
  haveged-ppc64.patch



Other differences:
--
++ haveged.spec ++
--- /var/tmp/diff_new_pack.6z735U/_old  2011-06-07 10:49:51.0 +0200
+++ /var/tmp/diff_new_pack.6z735U/_new  2011-06-07 10:49:51.0 +0200
@@ -19,14 +19,15 @@
 
 Name:   haveged
 Version:1.1
-Release:1
+Release:2
 License:GPLv3
 Summary:Feed entropy into random pool
 Url:http://www.issihosts.com/haveged/
 Group:  System/Daemons
-Source0:http://www.issihosts.com/haveged/haveged-%{version}.tar.bz2
+Source0:http://www.issihosts.com/haveged/haveged-%{version}.tar.gz
 Source1:haveged.init
 Source2:haveged.service
+Patch1: haveged-ppc64.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(pre): %insserv_prereq 
 %if 0%{suse_version} >= 1140
@@ -44,6 +45,7 @@
 
 %prep
 %setup -q
+%patch1
 
 %build
 autoreconf -fiv

++ haveged-ppc64.patch ++
--- configure.ac.orig   2011-06-06 13:32:49.0 +0200
+++ configure.ac2011-06-06 13:33:02.0 +0200
@@ -33,7 +33,7 @@
 HA_CPPFLAGS="-DHAVE_ISA_IA64"
  ;;
 
- powerpc-*|pcc-*|powerpc64|ppc64)
+ powerpc*|pcc-*|powerpc64|ppc64)
 HA_CPPFLAGS="-DHAVE_ISA_PPC"
  ;;
 





Remember to have fun...

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



commit kdump for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package kdump for openSUSE:Factory
checked in at Tue Jun 7 10:49:40 CEST 2011.




--- kdump/kdump.changes 2009-01-23 16:48:05.0 +0100
+++ /mounts/work_src_done/STABLE/kdump/kdump.changes2011-06-05 
19:39:19.0 +0200
@@ -1,0 +2,11 @@
+Sun Jun  5 17:38:54 UTC 2011 - bernh...@bwalle.de
+
+- Fix build with gcc 4.6.
+
+---
+Wed Apr 27 19:55:30 CEST 2011 - je...@suse.de
+
+- Updated description to reference packages required for debugging
+  (bnc#690194).
+
+---

calling whatdependson for head-i586


New:

  kdump-fix-gcc46.diff



Other differences:
--
++ kdump.spec ++
--- /var/tmp/diff_new_pack.e323F4/_old  2011-06-07 10:48:56.0 +0200
+++ /var/tmp/diff_new_pack.e323F4/_new  2011-06-07 10:48:56.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kdump (Version 0.8.1)
+# spec file for package kdump
 #
-# Copyright (c) 2009 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
@@ -22,7 +22,7 @@
 Name:   kdump
 License:GPL v2 or later
 Version:0.8.1
-Release:1
+Release:11
 Requires:   curl openssh makedumpfile
 Summary:Script for kdump
 Group:  System/Kernel
@@ -36,6 +36,7 @@
 PreReq: %insserv_prereq %fillup_prereq mkinitrd
 Source: %{name}-%{version}.tar.bz2
 Source2:%{name}-%{version}-rpmlintrc
+Patch0: %{name}-fix-gcc46.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # rename "kdump-helpers" (10.3) -> "kdump" (11.0/SP2)
 Provides:   kdump-helpers = 0.2.4
@@ -50,7 +51,18 @@
 kdump is a package that includes several scripts for kdump, including
 the init script /etc/init.d/kdump and the configuration file for kdump.
 
+The kernel package and this package are all that are required for a
+crash dump to occur. However, if you wish to debug the crash dump
+yourself you will need several debugging packages installed for each
+kernel flavor and release you wish to debug.
+
+For example, if you are debugging kernel-default, you will need:
+- kernel-default-debuginfo
+- kernel-default-devel
+- kernel-default-devel-debuginfo
 
+These packages are not needed to create the dump and can be installed
+after a crash dump has occured.
 
 Authors:
 
@@ -58,6 +70,7 @@
 
 %prep
 %setup
+%patch0 -p1
 
 %build
 export CFLAGS="%optflags"

++ kdump-fix-gcc46.diff ++
Index: kdump-0.8.1/kdumptool/util.cc
===
--- kdump-0.8.1.orig/kdumptool/util.cc
+++ kdump-0.8.1/kdumptool/util.cc
@@ -24,6 +24,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include 





Remember to have fun...

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



commit libaudit0 for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package libaudit0 for openSUSE:Factory
checked in at Tue Jun 7 10:48:44 CEST 2011.




--- libaudit0/libaudit0.changes 2010-04-30 00:41:39.0 +0200
+++ /mounts/work_src_done/STABLE/libaudit0/libaudit0.changes2011-06-06 
10:54:57.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  6 08:51:15 UTC 2011 - a...@suse.de
+
+- Fix build with newer glibc - add missing includes.
+
+---

calling whatdependson for head-i586


New:

  audit-header.patch



Other differences:
--
++ libaudit0.spec ++
--- /var/tmp/diff_new_pack.iO8qjM/_old  2011-06-07 10:48:19.0 +0200
+++ /var/tmp/diff_new_pack.iO8qjM/_new  2011-06-07 10:48:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libaudit0 (Version 1.7.13)
+# spec file for package libaudit0
 #
-# 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
@@ -23,7 +23,7 @@
 BuildRequires:  gcc-c++ tcpd-devel
 Summary:User Space Tools for 2.6 Kernel Auditing
 Version:1.7.13
-Release:1
+Release:7
 License:GPLv2+
 Group:  System/Monitoring
 Url:http://people.redhat.com/sgrubb/audit/
@@ -34,6 +34,7 @@
 Patch2: audit-no_plugins.patch
 Patch3: audit-no-gss.patch
 Patch4: audit-as_needed.patch
+Patch5: audit-header.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 
@@ -53,6 +54,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4
+%patch5 -p1
 
 %build
 autoreconf -fi

++ audit-header.patch ++
Index: audit-1.7.13/lib/libaudit.c
===
--- audit-1.7.13.orig/lib/libaudit.c
+++ audit-1.7.13/lib/libaudit.c
@@ -34,6 +34,7 @@
 #include 
 #include 
 #include 
+#include 
 #include  /* O_NOFOLLOW needs gnu defined */
 #include /* for PATH_MAX */
 





Remember to have fun...

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



commit nilfs-utils for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package nilfs-utils for openSUSE:Factory
checked in at Tue Jun 7 10:48:01 CEST 2011.




--- nilfs-utils/nilfs-utils.changes 2009-07-20 08:26:13.0 +0200
+++ /mounts/work_src_done/STABLE/nilfs-utils/nilfs-utils.changes
2011-06-06 11:22:47.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  6 09:22:26 UTC 2011 - a...@suse.de
+
+- Fix build with new glibc.
+
+---

calling whatdependson for head-i586


New:

  nilfs-utils-headers.patch



Other differences:
--
++ nilfs-utils.spec ++
--- /var/tmp/diff_new_pack.wIiXxr/_old  2011-06-07 10:38:01.0 +0200
+++ /var/tmp/diff_new_pack.wIiXxr/_new  2011-06-07 10:38:01.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package nilfs-utils (Version 2.0.14)
+# spec file for package nilfs-utils
 #
-# Copyright (c) 2009 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
@@ -25,9 +25,10 @@
 AutoReqProv:on
 Summary:Utilities for NILFS
 Version:2.0.14
-Release:1
+Release:11
 Source: %{name}-%{version}.tar.bz2
-Patch:  nilfs-utils-install-fixes.diff
+Patch1: nilfs-utils-install-fixes.diff
+Patch2: nilfs-utils-headers.patch
 Url:http://www.nilfs.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -36,7 +37,8 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi

++ nilfs-utils-headers.patch ++
Index: nilfs-utils-2.0.14/sbin/mkfs/mkfs.c
===
--- nilfs-utils-2.0.14.orig/sbin/mkfs/mkfs.c
+++ nilfs-utils-2.0.14/sbin/mkfs/mkfs.c
@@ -47,7 +47,7 @@
 #include 
 #include 
 #include "mkfs.h"
-
+#include 
 
 typedef __u64  blocknr_t;
 





Remember to have fun...

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



commit phpPgAdmin for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package phpPgAdmin for openSUSE:Factory
checked in at Tue Jun 7 10:37:51 CEST 2011.




--- phpPgAdmin/phpPgAdmin.changes   2009-02-03 14:56:54.0 +0100
+++ /mounts/work_src_done/STABLE/phpPgAdmin/phpPgAdmin.changes  2011-05-26 
17:24:05.0 +0200
@@ -1,0 +2,121 @@
+Thu May 26 15:23:55 UTC 2011 - ch...@computersalat.de
+
+- update to 5.0.2
+  - Released: 3rd January 2011
+  - Some bug fixes.
+* Fix a css typo & error in cappuccino theme
+* Fix #3139003 "Autocomplete doesn't insert value", report and
+  patch by Aleksander Machniak
+* Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in
+  the database access classes. This bug was breaking some
+  functionnalities with 8.3
+* Fix a lot of nonstandard escaped string in the database access
+  classes
+ - Version 5.0.1
+  - Released: 14th December 2010
+  - Minor bug fix and update version.
+* Fix #3124417 "Wrong german translation", reported by schnoesel
+* Fix (officialy) a bug where non-super user roles cannot check
+  ownership on objects
+* Add forgotten Galician language to the target "all" of lang/Makefile
+* Update jQuery library to current stable 1.4.4
+* remove useless date from the topbar informations.
+  This was the only place that did PHP 5.3 complain about bad timezone
+  configuration (a non-PPA related warning). As it was a totaly
+  useless information, we decide to remove it.
+ - Version 5.0
+  - Released: 29th November 2010
+  - Features
+* Support for PostgreSQL 8.4 and 9.0
+* Support for database level collation for 8.4+
+* Support for schema level export
+* Add ability to alter schema ownership
+* Clean up domain support and improve interface
+* Add support for commenting on functions
+* Allow user to rename role/users and set new passwords at the same time
+* Greatly enhanced Full-Text-Search capabilities (ioguix, Loomis_K)
+* Overhauled Selenium Test suite to support multiple database versions
+* Optimized application graphics (Limo Driver)
+* Support for Column Level Privileges
+* Allow users to specify a template database at database creation time
+* Support killing processes
+* Add ability to create indexes concurrently
+* Much better support of autovacuum configuration
+* Add an admin page for table level
+* Refactored autocompletion:
+  * fix support for cross-schema objects
+  * support multi-field FK
+  * support for pagination of values in the auto-complete list
+* Allow user to logicaly group their server under custom named
+  node in the browser tree
+* New themes (Cappuccino and Gotar) and a theme switcher on the
+  introduction page
+* Auto refresh Locks page
+* Auto refresh Processes page
+* Link in the bottom of the page to go to top of page
+* Browsing on Foreign Keys (When browsing a table, clicking on a
+  FK value, jump to the PK row)
+  - Bugs
+* Fix problems with query tracking on overly long queries
+* Ensure pg_dump paths are valid
+* Fix multiple bugs about quoting and escaping database objects
+  names with special chars
+* Fix multiple bugs in the browser tree
+* Fix multiple bugs on the SQL and script file import form
+* One security fix about code injection
+* Don't allow inserting on a table without fields
+* Some fix about commenting databases
+* removed deprecated functions from PHP 5.3
+* Lot of code cleanup
+* Many other small minor bugs found on our way
+* Fix the operator property page
+  - Translations
+* Czech (Marek Cernocky)
+* Greek (Adamantios Diamantidis)
+* Brazillian Portuguese (Fernando Wendt)
+* Galician (Adrián Chaves Fernández)
+  - Incompatabilities
+* No longer support PHP < 5.0
+* No longer support Postgres < 7.4
+- some spec cleanup
+  o fix description
+
+---
+Fri Feb 18 23:51:19 UTC 2011 - ch...@computersalat.de
+
+- update to 4.2.3
+  * Fix bug where space as first character in a bytea column was
+removed by html renderer
+  * Check if the given pg_dumpall / pg_dump paths are correct before
+using them
+  * Fix some transalation files that had bad UTF-8 declaration, rising
+a warning
+  * Fix bug with tables that contain quote in their name
+  * support PHP 5.3
+- Version 4.2.2
+  * Fix bug where long SQL queries get truncated
+  * Fix createFunction method on PostgreSQL < 7.3
+  * Fix bug with alter schema in PostgreSQL < 7.4
+  * Remove alter domain for PostgreSQL < 7.4
+  * Fix local file inclusion vulnerability:
+http://www.securityfocus.com/bid/32670/
+Unset language variable before determine file includes
+- Version 4.2.1
+  * Fix table icon/link disapearing when navigating between pages
+during column browse (ioguix)
+  * Fix import/export link

commit q4wine for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package q4wine for openSUSE:Factory
checked in at Tue Jun 7 09:31:55 CEST 2011.




--- q4wine/q4wine.changes   2011-04-05 20:13:25.0 +0200
+++ /mounts/work_src_done/STABLE/q4wine/q4wine.changes  2011-06-05 
21:46:41.0 +0200
@@ -1,0 +2,14 @@
+Sun Jun  5 19:27:57 UTC 2011 - lazy.k...@opensuse.org
+
+- Update to 0.121
+  + Updated winetricks plugin
+  + Option to make Prefix view unexpanded at startup
+  + Polish translation
+  + German translation
+  + Hebrew translation
+  + Extended virtual desktop resolution list
+  + Prefix alphabetic sort
+- Removed WITH_WINETRIKS option (it is default now)
+- Use full URL for source
+
+---
@@ -4,2 +18,2 @@
-- requires libqt4-sql-sqlite
-- added LICENSE and TODO to docs
+- Requires libqt4-sql-sqlite
+- Added LICENSE and TODO to docs
@@ -10 +24,9 @@
-- update to 0.120+r1
+- Update to 0.120+r1
+  + q4wine now will create new symlinks when mounting
+$WINEPREFIX/dosdevices/${DRIVE}: pointing to the mount point
+and $WINEPREFIX/dosdevices/${DRIVE}:: pointing to the Image
+file
+  + Prefixes list sorting
+  + Fixed mount images in read only mode (ro)
+  + Fixed removed media drive option in prefix settings dialog
+  + English fixes
@@ -15 +37 @@
-- added rpm build opt flags
+- Added rpm build opt flags
@@ -20,2 +42,7 @@
-- update to 0.120
-- absolutely requires icoutils
+- Update to 0.120
+  + Czech translation
+  + Winetricks plugin updates
+  + Added minimize to tray at startup option
+  + Added minimize to tray at application icon startup option
+  + Fixed some typo and GUI layouts
+- Absolutely requires icoutils
@@ -26 +53,4 @@
-- update to 0.119+r1
+- Update to 0.119+r1
+  + Updated Russian translation
+  + Settings dialog online documentation
+  + Fixed some of English spell errors
@@ -31 +61,9 @@
-- update to 0.119
+- Update to 0.119
+  + New Fake Drive settings dialog (Wizard now obsolete)
+  + Added a lot of new Fake Drive options
+  + Desktop integration
+  + Updated Ukrainian, Italian and Spanish translations
+  + Updated online documentation
+  + Some fixes for GUI layout
+  + Winetricks plugin improvement
+  + Fixed some of English spellings
@@ -36,2 +74,15 @@
-- update to 0.118
-- added fuseiso to BuildRequires
+- Update to 0.118
+  + Added Wine AppDB support
+  + Added helper binary and Application logger subsystem
+  + You can mount iso images just by dropping them into q4wine
+icons list space
+  + Automatic unmounting for mounted media before mount new one
+  + Added man pages
+  + A lot of fixes in Fake drive creation/update wizard
+  + Fixed locale detection bugs
+  + Fixes in tray icon support
+  + Fixes in winetricks plugin
+  + Fixed GUI issue with qtcurve theme engine
+  + Fixed memory leaks
+  + Fixed crush while drop existing icon
+- Added fuseiso to BuildRequires
@@ -42 +93,4 @@
-- update to 0.114r1
+- Update to 0.114r1
+  + Fixed wrong wine C: drive symlink while create new Fake Drive
+  + Fixed Russian spelling
+  + Fixed some text layouts
@@ -47 +101,8 @@
-- update to 0.114
+- Update to 0.114
+  + New color option at Fake drive creation/update wizard
+  + New wine settings in Fake drive creation/update wizard
+  + New Spanish translation
+  + New Italian translation
+  + Fixed: prefix combobox change do not set right Prefix in Prefix
+tree view
+  + Fix for prefix import and export
@@ -52 +113 @@
-- corrected description
+- Corrected description
@@ -57,5 +118,20 @@
-- update to 0.113
-- added choice to build with/without icoutils support
-- added fuseiso to Requires
-- removed INSTALL from docs
-- corrected Summary
+- Update to 0.113
+  + q4wine now remembers 8 recent mounted images
+  + q4wine now remembers 8 recent launched binaries via Run dialog
+  + Now q4wine save last user selected prefix and dir
+  + Added q4wine-cli console utility for wine applications and
+prefixes management
+  + Added translation file for Portuguese (Brazil)
+  + Added http proxy support for winetricks
+  + Added Drag & Drop support
+  + Added Drag support q4wine icons export
+  + Added Drop support for wine .exe and .com files
+  + Added Drop support for wine .bat files
+  + Added command line option for q4wine
+  + Cleanup q4wine tmp directory on exit
+  + Fixed GUI bug: Text fields size, on some desktop
+configurations, are too small to edit
+- Added choice to build with/without icoutils support
+- Added fuseiso to Requires
+- Removed INSTALL from docs
+- Corrected Summary
@@ -65 +141 @@
-- change compiling outside of the source tree
+- Change compiling outside of the source tree
@@ -70 +146 @@
-- compilied with winetricks support
+- Compilied with winetricks support
@@ -75 +151 @@
-- desktop file updated
+- Desktop file updated
@@ -80 +156,2 @@
-- updated to v0.112r1
+- Updated to v0.112r1
+  + Fixed compilation with Qt-4.4.X

calling whatdependson for head-i586


Old:

  q4wine-0.120+r1

commit qnotify for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package qnotify for openSUSE:Factory
checked in at Tue Jun 7 09:31:01 CEST 2011.




--- qnotify/qnotify.changes 2008-10-15 02:42:05.0 +0200
+++ /mounts/work_src_done/STABLE/qnotify/qnotify.changes2011-06-06 
11:00:06.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  6 08:59:55 UTC 2011 - a...@suse.de
+
+- Fix build with newer glibc.
+
+---

calling whatdependson for head-i586


New:

  qnotify-header.patch



Other differences:
--
++ qnotify.spec ++
--- /var/tmp/diff_new_pack.La18VK/_old  2011-06-07 09:30:43.0 +0200
+++ /var/tmp/diff_new_pack.La18VK/_new  2011-06-07 09:30:43.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package qnotify (Version 0.6)
+# spec file for package qnotify
 #
-# Copyright (c) 2008 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
@@ -22,12 +22,13 @@
 BuildRequires:  libdrm-devel libjpeg-devel qt3-devel update-desktop-files
 Summary:Notifications for multiple workspaces
 Version:0.6
-Release:80
+Release:90
 License:GPL v2 or later
 Url:http://qnotify.homac.de
 Group:  System/GUI/Other
 Source: %{name}-%{version}.tar.bz2
-Patch:  qnotify-warn.dif
+Patch1: qnotify-warn.dif
+Patch2: qnotify-header.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -73,7 +74,8 @@
 
 %prep
 %setup -q
-%patch
+%patch1
+%patch2 -p1
 
 %build
 autoreconf -fiv

++ qnotify-header.patch ++
Index: qnotify-0.6/qnotify/barObj.cpp
===
--- qnotify-0.6.orig/qnotify/barObj.cpp
+++ qnotify-0.6/qnotify/barObj.cpp
@@ -35,6 +35,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 
 extern globopts gopts;
 





Remember to have fun...

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



commit icoutils for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package icoutils for openSUSE:Factory
checked in at Tue Jun 7 09:30:29 CEST 2011.




--- icoutils/icoutils.changes   2011-04-11 13:00:26.0 +0200
+++ /mounts/work_src_done/STABLE/icoutils/icoutils.changes  2011-06-05 
10:20:00.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun  5 08:16:50 UTC 2011 - lazy.k...@opensuse.org
+
+- use full URL for Source
+- correct suse_version macro
+
+---

calling whatdependson for head-i586




Other differences:
--
++ icoutils.spec ++
--- /var/tmp/diff_new_pack.fb5Z8k/_old  2011-06-07 09:20:29.0 +0200
+++ /var/tmp/diff_new_pack.fb5Z8k/_new  2011-06-07 09:20:29.0 +0200
@@ -19,16 +19,16 @@
 
 Name:   icoutils
 Version:0.29.1
-Release:1
+Release:3
 License:GPLv3+
 Summary:Extracting and Converting Microsoft Icon and Cursor Files
 Url:http://www.nongnu.org/icoutils/
 Group:  Productivity/Graphics/Other
-Source0:%{name}-%{version}.tar.bz2
-%if 0%{suse_version} < 1130
-BuildRequires:  libpng-devel
-%else
+Source0:
http://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2
+%if 0%{?suse_version} && 0%{?suse_version} >= 1130
 BuildRequires:  libpng12-compat-devel
+%else
+BuildRequires:  libpng-devel
 %endif
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build






Remember to have fun...

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



commit wvstreams for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package wvstreams for openSUSE:Factory
checked in at Tue Jun 7 09:20:20 CEST 2011.




--- wvstreams/wvstreams.changes 2010-04-19 20:50:18.0 +0200
+++ /mounts/work_src_done/STABLE/wvstreams/wvstreams.changes2011-06-06 
11:10:16.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  6 09:06:58 UTC 2011 - a...@suse.de
+
+- Fix build with new glibc.
+
+---

calling whatdependson for head-i586


New:

  wvstreams-headers.patch



Other differences:
--
++ wvstreams.spec ++
--- /var/tmp/diff_new_pack.8nm2Bu/_old  2011-06-07 09:19:51.0 +0200
+++ /var/tmp/diff_new_pack.8nm2Bu/_new  2011-06-07 09:19:51.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package wvstreams (Version 4.4.1)
+# spec file for package wvstreams
 #
-# 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
@@ -23,7 +23,7 @@
 BuildRequires:  db-devel gcc-c++ openssl-devel pam-devel pkgconfig zlib-devel
 License:LGPLv2.1+
 Version:4.4.1
-Release:63
+Release:74
 Summary:Network Programming Library in C++
 Source0:http://open.nit.ca/download/%{name}-%{version}.tar.bz2
 Patch0: set-empty.diff
@@ -33,6 +33,7 @@
 Patch5: wvstreams-wvmodem-iotcl.patch
 Patch8: wvstreams-gcc43.patch
 Patch9: wvstreams-openssl.patch
+Patch10:wvstreams-headers.patch
 Group:  Development/Libraries/Other
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -73,6 +74,7 @@
 %patch5
 %patch8
 %patch9 -p1
+%patch10 -p1
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++ wvstreams-headers.patch ++
Index: wvstreams-4.4.1/ipstreams/wvunixdgsocket.cc
===
--- wvstreams-4.4.1.orig/ipstreams/wvunixdgsocket.cc
+++ wvstreams-4.4.1/ipstreams/wvunixdgsocket.cc
@@ -1,4 +1,5 @@
 #include "wvunixdgsocket.h"
+#include 
 
 WvUnixDGSocket::WvUnixDGSocket(WvStringParm filename, bool _server, int perms)
 : socketfile(filename)
Index: wvstreams-4.4.1/streams/wvatomicfile.cc
===
--- wvstreams-4.4.1.orig/streams/wvatomicfile.cc
+++ wvstreams-4.4.1/streams/wvatomicfile.cc
@@ -10,6 +10,8 @@
 #include "wvatomicfile.h"
 #include "wvfileutils.h"
 #include "wvstrutils.h"
+#include 
+#include 
 
 WvAtomicFile::WvAtomicFile(WvStringParm filename, int flags, mode_t 
create_mode)
 : tmp_file(WvString::null)





Remember to have fun...

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



commit zvbi for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package zvbi for openSUSE:Factory
checked in at Tue Jun 7 09:19:42 CEST 2011.




--- zvbi/zvbi.changes   2008-09-11 13:56:33.0 +0200
+++ /mounts/work_src_done/STABLE/zvbi/zvbi.changes  2011-06-06 
22:07:32.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  6 08:12:49 UTC 2011 - a...@suse.de
+
+- Add missing includes for 
+
+---

calling whatdependson for head-i586


New:

  fix-headers.patch



Other differences:
--
++ zvbi.spec ++
--- /var/tmp/diff_new_pack.xgRMhB/_old  2011-06-07 09:19:15.0 +0200
+++ /var/tmp/diff_new_pack.xgRMhB/_new  2011-06-07 09:19:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package zvbi (Version 0.2.33)
+# spec file for package zvbi
 #
-# Copyright (c) 2008 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
@@ -25,9 +25,10 @@
 Group:  Development/Libraries/Other
 AutoReqProv:on
 Version:0.2.33
-Release:1
+Release:11
 Summary:Linux "VBI proxy"
 Source: %{name}-%{version}.tar.bz2
+Patch1: fix-headers.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,7 +45,7 @@
 
 Edgar Toernig 
 Michael H. Schimek 
-I�aki Garc�a Etxebarria 
+Iñaki García Etxebarria 
 
 %package -n libzvbi0
 License:LGPL v2.0 or later
@@ -67,7 +68,7 @@
 
 Edgar Toernig 
 Michael H. Schimek 
-I�aki Garc�a Etxebarria 
+Iñaki García Etxebarria 
 
 %package devel
 License:GPL v2 or later
@@ -85,10 +86,11 @@
 
 Edgar Toernig 
 Michael H. Schimek 
-I�aki Garc�a Etxebarria 
+Iñaki García Etxebarria 
 
 %prep
 %setup -q
+%patch1
 
 %build
 ACLOCAL="aclocal -I m4" autoreconf -fi

++ fix-headers.patch ++
Index: src/io-dvb.c
===
--- src/io-dvb.c.orig
+++ src/io-dvb.c
@@ -29,6 +29,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #ifndef HAVE_S64_U64
   /* Linux 2.6.x asm/types.h defines __s64 and __u64 only
Index: src/io-v4l.c
===
--- src/io-v4l.c.orig
+++ src/io-v4l.c
@@ -43,6 +43,7 @@ static const char rcsid [] =
 #include   /* timeval */
 #include  /* fd_set, uid_t */
 #include  /* for (_)videodev.h */
+#include 
 #include 
 
 #include "videodev.h"
Index: contrib/ntsc-cc.c
===
--- contrib/ntsc-cc.c.orig
+++ contrib/ntsc-cc.c
@@ -34,6 +34,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #ifdef HAVE_GETOPT_LONG
 #  include 





Remember to have fun...

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



commit kdebase3 for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package kdebase3 for openSUSE:Factory
checked in at Tue Jun 7 09:19:04 CEST 2011.




--- KDE/kdebase3/kdebase3.changes   2010-09-23 00:18:14.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase3/kdebase3.changes  2011-06-01 
11:42:50.0 +0200
@@ -1,0 +2,15 @@
+Wed Jun  1 09:41:05 UTC 2011 - an...@opensuse.org
+
+- make hal usage conditional on the project
+
+---
+Tue May 31 12:41:04 UTC 2011 - co...@novell.com
+
+- remove hal support for 12.1 and some cleanup for long gone distributions
+
+---
+Thu Mar 10 08:49:11 UTC 2011 - neptu...@mail.ru
+
+- fix build
+
+---

calling whatdependson for head-i586


Old:

  kdm-session-names.diff
  ksmserver-suspend_legacy-10.1.diff
  old-liblazy-api.diff

New:

  taskbar.patch



Other differences:
--
++ kdebase3.spec ++
--- /var/tmp/diff_new_pack.51Gbjn/_old  2011-06-07 09:16:19.0 +0200
+++ /var/tmp/diff_new_pack.51Gbjn/_new  2011-06-07 09:16:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kdebase3 (Version 3.5.10.1)
+# spec file for package kdebase3
 #
-# 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
@@ -19,33 +19,19 @@
 
 
 Name:   kdebase3
-BuildRequires:  OpenEXR-devel cups-devel db-devel doxygen graphviz hal-devel 
kdelibs3-devel krb5-devel libsmbclient-devel mDNSResponder-devel openldap2 
openldap2-devel openmotif openmotif-devel openslp-devel openssh pam-devel 
pcsc-lite-devel qt3-devel-doc samba-client utempter xorg-x11
-%if %suse_version > 1010
+BuildRequires:  OpenEXR-devel cups-devel db-devel doxygen graphviz 
kdelibs3-devel krb5-devel libsmbclient-devel mDNSResponder-devel openldap2 
openldap2-devel openmotif openmotif-devel openslp-devel openssh pam-devel 
pcsc-lite-devel qt3-devel-doc samba-client utempter xorg-x11
 BuildRequires:  xorg-x11-libfontenc-devel
-%endif
-%if %suse_version > 1030
 BuildRequires:  liblazy-devel
-%else
-%if %suse_version > 1010
-BuildRequires:  liblazy
-%else
-BuildRequires:  powersave-devel
+%if %suse_version < 1210 || "%{_project}" == "KDE:KDE3"
+BuildRequires:  hal-devel
+Provides:   kdebase3-with-hal-enabled
 %endif
-%endif
-%if %suse_version > 1010
 %if %suse_version < 1140
 BuildRequires:  libbeagle-devel
 %endif
-%endif
-%if %suse_version > 1020
 BuildRequires:  fdupes libbz2-devel
-%endif
 %ifnarch s390 s390x
-%if %suse_version > 1030
 BuildRequires:  libsensors4-devel
-%else
-BuildRequires:  sensors
-%endif
 %endif
 %define qt_path/usr/lib/qt3
 %define kde_path   /opt/kde3
@@ -56,11 +42,6 @@
 Obsoletes:  kdebase3-64bit
 %endif
 #
-%if %suse_version < 1031
-Requires:   kdebase3-ksysguardd
-#%else
-#Requires:   kdebase4-workspace-ksysguardd
-%endif
 Requires:   kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' 
kdelibs3`)
 Requires:   xorg-x11 misc-console-font
 Recommends: kdelibs3_doc
@@ -82,7 +63,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.kde.org/
 Version:3.5.10.1
-Release:11
+Release:16
 %definekde_version 3.5.10
 Requires:   kdebase3-runtime == %{version}
 Source0:kdebase-%{kde_version}.tar.bz2
@@ -145,7 +126,6 @@
 Patch70:kdm-aliasing.diff
 Patch71:kdm-mark_autologin.diff
 Patch72:kdm-all-users-nopass.diff
-Patch73:kdm-session-names.diff
 Patch74:kdm-sysconfig-values.diff
 # svn diff $BASE/branches/KDE/3.5/kdebase/kdm@599257 
$BASE/branches/work/coolos_kdm | sed -e "s,^+++ ,+++ kdm/,"
 Patch75:kdm-make_it_cool.diff
@@ -157,7 +137,6 @@
 Patch81:ksmserver-defaulttohalt.diff
 Patch82:fix-lockup-from-gnome-apps.diff
 Patch83:ksmserver-suspend.diff
-Patch1083:  ksmserver-suspend_legacy-10.1.diff
 Patch84:default-kdeprintfax.diff
 Patch85:ksmserver-tooltips.diff
 Patch88:hide-only-showin-entries.diff
@@ -232,7 +211,6 @@
 Patch218:   kdm-align-userlist-labels.diff
 Patch219:   kxkb-include-latin-layout.diff
 Patch220:   mediamanager-mount-point-utf8.diff
-Patch221:   old-liblazy-api.diff
 Patch222:   khelpcenter-delayed-indexcheck.cpp
 Patch225:   system-folder_man.diff
 Patch227:   arts-start-on-demand.diff
@@ -251,6 +229,7 @@
 Patch240:   bnc584223.diff
 Patch241:   openssl1.patch
 Patch242:   nsplugin-init-gtk.diff
+Patch243:   taskbar.patch
 
 %description
 This package contains kdebase, one of the basic packages o

commit libHX for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package libHX for openSUSE:Factory
checked in at Tue Jun 7 09:16:05 CEST 2011.




--- libHX/libHX.changes 2011-04-06 23:44:25.0 +0200
+++ /mounts/work_src_done/STABLE/libHX/libHX.changes2011-06-06 
12:19:49.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  6 10:19:21 UTC 2011 - jeng...@medozas.de
+
+- Put the libHX directory into a versioned directory to detect
+  unwanted omission of libHX_CFLAGS in dependent projects
+
+---

calling whatdependson for head-i586


New:

  pkgincludedir.diff



Other differences:
--
++ libHX.spec ++
--- /var/tmp/diff_new_pack.NeW0xF/_old  2011-06-07 09:14:43.0 +0200
+++ /var/tmp/diff_new_pack.NeW0xF/_new  2011-06-07 09:14:43.0 +0200
@@ -23,12 +23,13 @@
 BuildRequires:  gcc-c++ xz
 Summary:Useful collection of routines for C and C++ programming
 Version:3.10.1
-Release:1
+Release:3
 License:LGPL v2+
 Group:  System/Libraries
 Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz
 Source3:http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc
 Source2:baselibs.conf
+Patch1: pkgincludedir.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
 %define debug_package_requires %lname = %version-%release
@@ -54,7 +55,6 @@
 
 %package -n %lname
 
-
 License:LGPL v2+
 Summary:Useful collection of routines for C and C++ programming
 Group:  System/Libraries
@@ -103,11 +103,10 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %build
-if [ ! -e configure ]; then
-   ./autogen.sh
-fi
+./autogen.sh
 %configure
 make %{?_smp_mflags}
 



++ pkgincludedir.diff ++
From: Jan Engelhardt 

Put libHX into a versioned directory to detect omission of
"pkg-config libHX --cflags" in dependent projects.

---
 configure.ac|3 +++
 include/Makefile.am |2 +-
 libHX.pc.in |3 ++-
 3 files changed, 6 insertions(+), 2 deletions(-)

Index: libHX-3.10.1/configure.ac
===
--- libHX-3.10.1.orig/configure.ac
+++ libHX-3.10.1/configure.ac
@@ -88,6 +88,9 @@ AC_CHECK_FUNCS([fork execv execvp pipe],
 AC_CHECK_FUNCS([clock_gettime getegid geteuid getpid getppid])
 AM_CONDITIONAL([B_PROC], [test "$b_proc" = 1])
 
+pkgincludedir='${includedir}'/"$PACKAGE_NAME-$PACKAGE_VERSION";
+AC_SUBST([pkgincludedir])
+
 regular_CPPFLAGS="-D_FILE_OFFSET_BITS=64 -D_REENTRANT"
 regular_CFLAGS="-Wall -Waggregate-return -Wmissing-declarations \
-Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \
Index: libHX-3.10.1/include/Makefile.am
===
--- libHX-3.10.1.orig/include/Makefile.am
+++ libHX-3.10.1/include/Makefile.am
@@ -1,6 +1,6 @@
 # -*- Makefile -*-
 
-nobase_include_HEADERS = libHX.h \
+nobase_pkginclude_HEADERS = libHX.h \
libHX/ctype_helper.h libHX/defs.h libHX/deque.h libHX/init.h \
libHX/io.h libHX/list.h \
libHX/map.h libHX/misc.h libHX/option.h libHX/proc.h libHX/string.h \
Index: libHX-3.10.1/libHX.pc.in
===
--- libHX-3.10.1.orig/libHX.pc.in
+++ libHX-3.10.1/libHX.pc.in
@@ -3,10 +3,11 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
+pkgincludedir=@pkgincludedir@
 
 Name:  libHX
 Description:   Useful collection of routines for C and C++ programming
 Version:   @PACKAGE_VERSION@
-Cflags:-I${includedir}
+Cflags:-I${pkgincludedir}
 Libs:  -L${libdir} -lHX
 Libs.private:  -ldl -lpthread -lrt





Remember to have fun...

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



commit mxml for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package mxml for openSUSE:Factory
checked in at Tue Jun 7 09:14:34 CEST 2011.




--- mxml/mxml.changes   2008-09-11 21:57:12.0 +0200
+++ /mounts/work_src_done/STABLE/mxml/mxml.changes  2011-06-06 
19:13:22.0 +0200
@@ -1,0 +2,22 @@
+Mon Jun  6 17:08:54 UTC 2011 - mrueck...@suse.de
+
+- update to version 2.6
+  - Documentation fixes (STR #91, STR #92)
+  - The mxmldoc program did not handle typedef comments properly
+(STR #72)
+  - Added support for "long long" printf formats.
+  - The XML parser now ignores BOMs in UTF-8 XML files (STR #89)
+  - The mxmldoc program now supports generating Xcode documentation
+sets.
+  - mxmlSave*() did not output UTF-8 correctly on some platforms.
+  - mxmlNewXML() now adds encoding="utf-8" in the ?xml directive to
+avoid problems with non-conformant XML parsers that assume
+something other than UTF-8 as the default encoding.
+  - Wrapping was not disabled when mxmlSetWrapMargin(0) was called,
+and "" was always followed by a newline (STR #76)
+  - The mxml.pc.in file was broken (STR #79)
+  - The mxmldoc program now handles "typedef enum name {} name"
+correctly (STR #72)
+- drop requires on main package from the library package
+
+---

calling whatdependson for head-i586


Old:

  mxml-2.5.tar.bz2

New:

  mxml-2.6.tar.bz2



Other differences:
--
++ mxml.spec ++
--- /var/tmp/diff_new_pack.Upqnjf/_old  2011-06-07 09:13:54.0 +0200
+++ /var/tmp/diff_new_pack.Upqnjf/_new  2011-06-07 09:13:54.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mxml (Version 2.5)
+# spec file for package mxml
 #
-# Copyright (c) 2008 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
@@ -22,12 +22,13 @@
 Url:http://www.easysw.com/~mike/mxml
 License:LGPL v2.1 or later
 Group:  Development/Libraries/Other
-Version:2.5
-Release:23
+Version:2.6
+Release:1
 Summary:Small XML Parsing Library
 Source: %{name}-%{version}.tar.bz2
 Patch:  mxml-2.3-nobinstrip.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 Mini-XML is a small XML parsing library that you can use to read XML
@@ -47,7 +48,6 @@
 %package -n libmxml1
 License:LGPL v2.1 or later
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{version}
 #
 Summary:Shared libary for mxml
 

++ mxml-2.5.tar.bz2 -> mxml-2.6.tar.bz2 ++
 5684 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 git for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package git for openSUSE:Factory
checked in at Tue Jun 7 09:13:44 CEST 2011.




--- git/cgit.changes2011-06-01 14:42:18.0 +0200
+++ /mounts/work_src_done/STABLE/git/cgit.changes   2011-06-06 
16:11:47.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun  6 16:03:34 CEST 2011 - ti...@suse.de
+
+- updated to git 1.7.5.4: see git changelog for more details
+
+---
+Mon Jun  6 12:24:02 CEST 2011 - ti...@suse.de
+
+- Fix incompatibilies with git 1.7.5.x to build cgit again
+
+---
--- git/git.changes 2011-05-27 11:55:12.0 +0200
+++ /mounts/work_src_done/STABLE/git/git.changes2011-06-06 
16:11:47.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  6 16:02:12 CEST 2011 - ti...@suse.de
+
+- updated to 1.7.5.4: maintainance update, fixing in git-add -p
+  option, git diff -C option, and git-rerere merge error fix, etc
+
+---

calling whatdependson for head-i586


Old:

  git-1.7.5.3.tar.bz2

New:

  cgit-git-1.7.5.x-build-fix.diff
  git-1.7.5.4.tar.bz2



Other differences:
--
++ cgit.spec ++
--- /var/tmp/diff_new_pack.H0xzmo/_old  2011-06-07 09:08:28.0 +0200
+++ /var/tmp/diff_new_pack.H0xzmo/_new  2011-06-07 09:08:28.0 +0200
@@ -17,7 +17,7 @@
 
 # norootforbuild
 
-%define git_version1.7.5.3
+%define git_version1.7.5.4
 
 Name:   cgit
 Url:http://hjemli.net/git/cgit/
@@ -25,12 +25,13 @@
 Group:  Development/Libraries/C and C++
 AutoReqProv:on
 Version:0.9
-Release:2
+Release:3
 Summary:A web frontend for git repositories
 Source0:%{name}-%{version}.tar.bz2
 Source1:git-%{git_version}.tar.bz2
 Source2:cgitrc
 Patch:  cgit-optflags.diff
+Patch1: cgit-git-1.7.5.x-build-fix.diff
 # Requirements for cgit
 BuildRequires:  gnu-crypto libopenssl-devel libzip-devel
 # Requirements for cgitrc man page generation
@@ -49,6 +50,7 @@
 %setup -q
 %setup -q -T -D -a 1
 %patch -p1
+%patch1 -p1
 rm -rf git
 mv git-%{git_version} git
 

++ git.spec ++
--- /var/tmp/diff_new_pack.H0xzmo/_old  2011-06-07 09:08:28.0 +0200
+++ /var/tmp/diff_new_pack.H0xzmo/_new  2011-06-07 09:08:28.0 +0200
@@ -38,7 +38,7 @@
 BuildRequires:  xmlto
 BuildRequires:  python
 BuildRequires:  perl-Error
-Version:1.7.5.3
+Version:1.7.5.4
 Release:1
 Summary:Fast, scalable, distributed revision control system
 License:GPLv2+

++ cgit-git-1.7.5.x-build-fix.diff ++
---
 shared.c   |   11 ++-
 ui-stats.c |2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

--- a/shared.c
+++ b/shared.c
@@ -312,7 +312,7 @@
 {
struct diff_options opt;
int ret;
-   int prefixlen;
+   struct pathspec_item pitem;
 
diff_setup(&opt);
opt.output_format = DIFF_FORMAT_CALLBACK;
@@ -324,10 +324,11 @@
opt.format_callback = cgit_diff_tree_cb;
opt.format_callback_data = fn;
if (prefix) {
-   opt.nr_paths = 1;
-   opt.paths = &prefix;
-   prefixlen = strlen(prefix);
-   opt.pathlens = &prefixlen;
+   opt.pathspec.nr = 1;
+   opt.pathspec.raw = &prefix;
+   pitem.match = prefix;
+   pitem.len = strlen(prefix);
+   opt.pathspec.items = &pitem;
}
diff_setup_done(&opt);
 
--- a/ui-stats.c
+++ b/ui-stats.c
@@ -239,7 +239,7 @@
init_revisions(&rev, NULL);
rev.abbrev = DEFAULT_ABBREV;
rev.commit_format = CMIT_FMT_DEFAULT;
-   rev.no_merges = 1;
+   rev.max_parents = 1;
rev.verbose_header = 1;
rev.show_root_diff = 0;
setup_revisions(argc, argv, &rev, NULL);
++ git-1.7.5.3.tar.bz2 -> git-1.7.5.4.tar.bz2 ++
 3497 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 open-iscsi for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package open-iscsi for openSUSE:Factory
checked in at Tue Jun 7 09:08:14 CEST 2011.




--- open-iscsi/open-iscsi.changes   2010-03-12 18:10:54.0 +0100
+++ /mounts/work_src_done/STABLE/open-iscsi/open-iscsi.changes  2011-06-06 
11:20:52.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  6 09:20:29 UTC 2011 - a...@suse.de
+
+- Fix build with newer glibc.
+
+---

calling whatdependson for head-i586


New:

  open-iscsi-header.patch



Other differences:
--
++ open-iscsi.spec ++
--- /var/tmp/diff_new_pack.uHjMie/_old  2011-06-07 09:07:29.0 +0200
+++ /var/tmp/diff_new_pack.uHjMie/_new  2011-06-07 09:07:29.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package open-iscsi (Version 2.0.870)
+# spec file for package open-iscsi
 #
-# 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
@@ -26,7 +26,7 @@
 PreReq: %fillup_prereq %insserv_prereq
 AutoReqProv:on
 Version:2.0.870
-Release:35
+Release:39
 Provides:   linux-iscsi
 Obsoletes:  linux-iscsi
 %define iscsi_release 865
@@ -62,6 +62,7 @@
 Patch27:%{name}-load-ibft-before-reading-sys-firmware
 Patch28:%{name}-remove-trailing-tilde
 Patch29:open-iscsi-2.0-870-rc1-static.patch
+Patch30:%{name}-header.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -120,6 +121,7 @@
 %patch27 -p1
 %patch28 -p1
 %patch29
+%patch30 -p1
 
 %build
 %{__make} OPTFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing 
-DLOCK_DIR=\\\"/etc/iscsi\\\""

++ open-iscsi-header.patch ++
Index: open-iscsi-2.0-870-rc1/usr/iscsi_sysfs.c
===
--- open-iscsi-2.0-870-rc1.orig/usr/iscsi_sysfs.c
+++ open-iscsi-2.0-870-rc1/usr/iscsi_sysfs.c
@@ -22,6 +22,8 @@
 #include 
 #include 
 #include 
+#include 
+
 
 #include "log.h"
 #include "initiator.h"





Remember to have fun...

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



commit update-desktop-files for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package update-desktop-files for 
openSUSE:Factory
checked in at Tue Jun 7 09:06:45 CEST 2011.




--- update-desktop-files/update-desktop-files.changes   2011-01-26 
01:15:30.0 +0100
+++ 
/mounts/work_src_done/STABLE/update-desktop-files/update-desktop-files.changes  
2011-06-06 16:17:59.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  6 14:13:56 UTC 2011 - co...@novell.com
+
+- ship desktop.attr together with the .prov script for rpm
+  automatic mimehandler provides
+
+---

calling whatdependson for head-i586


New:

  desktop.attr



Other differences:
--
++ update-desktop-files.spec ++
--- /var/tmp/diff_new_pack.2SZgp0/_old  2011-06-07 09:02:08.0 +0200
+++ /var/tmp/diff_new_pack.2SZgp0/_new  2011-06-07 09:02:08.0 +0200
@@ -19,8 +19,8 @@
 
 
 Name:   update-desktop-files
-Version:11.3
-Release:7
+Version:12.1
+Release:1
 Summary:A Build Tool to Update Desktop Files
 License:GPLv2+
 Group:  Development/Tools/Building
@@ -29,6 +29,7 @@
 Source: suse_update_desktop_file.sh
 Source1:map-desktop-category.sh
 Source2:macro
+Source3:desktop.attr
 Source100:  mimetypes.prov
 # This is not true technically, but we do that to make the rpm macros from
 # desktop-file-utils available to most packages that ship a .desktop file
@@ -48,17 +49,17 @@
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm
-install -m 0755 %SOURCE0 %SOURCE1 $RPM_BUILD_ROOT/usr/lib/rpm
-install -m0755 %SOURCE100 $RPM_BUILD_ROOT/usr/lib/rpm
+mkdir -p $RPM_BUILD_ROOT%_rpmconfigdir
+install -m0755 %SOURCE0 %SOURCE1 %SOURCE100 $RPM_BUILD_ROOT%_rpmconfigdir
 install -m0644 -D %SOURCE2 $RPM_BUILD_ROOT/etc/rpm/macros.%name
+install -m0644 -D %SOURCE3 $RPM_BUILD_ROOT%_rpmconfigdir/fileattrs/desktop.attr
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-/usr/lib/rpm/*
+%_rpmconfigdir/*
 /etc/rpm/*
 
 %changelog

++ desktop.attr ++
%__desktop_provides %{_rpmconfigdir}/mimetypes.prov
%__desktop_path .*\\.desktop$





Remember to have fun...

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



commit cronie for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package cronie for openSUSE:Factory
checked in at Tue Jun 7 09:01:59 CEST 2011.




--- cronie/cronie.changes   2011-05-11 10:30:10.0 +0200
+++ /mounts/work_src_done/STABLE/cronie/cronie.changes  2011-06-06 
10:53:50.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 08:51:11 UTC 2011 - vci...@novell.com
+
+- Mention possibility of disabling logging to syslog in a crontab 
+  manual.
+- Better error report, when ^ tried as an unprivileged user
+
+---

calling whatdependson for head-i586


New:

  cronie-1.4.7-disable_logging.patch



Other differences:
--
++ cronie.spec ++
--- /var/tmp/diff_new_pack.EgVkGj/_old  2011-06-07 09:01:13.0 +0200
+++ /var/tmp/diff_new_pack.EgVkGj/_new  2011-06-07 09:01:13.0 +0200
@@ -30,7 +30,7 @@
 AutoReqProv:on
 PreReq: permissions %fillup_prereq %insserv_prereq cron 
sysvinit(syslog)
 Version:1.4.7
-Release:11
+Release:12
 %{expand: %%define cronie_version %version}
 Summary:Cron Daemon
 Source0:%name-%version.tar.gz
@@ -52,6 +52,8 @@
 Patch5: %name-crond_pid.diff
 # PATCH-FIX-UPSTREAM cronie-1.4.7-syslog_output.patch bnc#692871
 Patch6: cronie-1.4.7-syslog_output.patch
+# PATCH-FIX-UPSTREAM mention logging disabling for a command in man
+Patch7: cronie-1.4.7-disable_logging.patch
 Conflicts:  cron <= 4.1
 # When finish update protection of sles11 we could uncomment line bellow and 
drop all
 # ugly hacks with subpackage cron needed for proper update proces
@@ -70,7 +72,7 @@
 %package -n cron
 License:MIT and BSD and GPLv2
 Version:4.2
-Release:11
+Release:12
 Summary:Auxiliary package
 Group:  System/Daemons
 Requires:   %{name} = %{cronie_version}-%{release}
@@ -95,6 +97,7 @@
 %patch4
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 cp %{S:7} ./cron_to_cronie.README
 
 %build


++ cronie-1.4.7-disable_logging.patch ++
Index: cronie-1.4.7/man/crontab.5
===
--- cronie-1.4.7.orig/man/crontab.5
+++ cronie-1.4.7/man/crontab.5
@@ -203,6 +203,9 @@ fields.  Use the first three letters of
 day or month (case does not matter).  Ranges or
 lists of names are not allowed.
 .PP
+If the uid of the owner is 0 (root), he can put a "-" as first character of a 
crontab entry.
+This will prevent cron from writing a syslog message about this command 
getting executed.
+.PP
 The "sixth" field (the rest of the line) specifies the command to be
 run.
 The entire command portion of the line, up to a newline or a "%"
Index: cronie-1.4.7/src/entry.c
===
--- cronie-1.4.7.orig/src/entry.c
+++ cronie-1.4.7/src/entry.c
@@ -110,7 +110,7 @@ entry *load_entry(FILE * file, void (*er
e->flags |= DONT_LOG;
else {
log_it("CRON", getpid(), "ERROR", "Only privileged user 
can disable logging", 0);
-   ecode = e_option;
+   ecode = e_minute;
goto eof;
}
ch = get_char(file);





Remember to have fun...

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



commit syslogd for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package syslogd for openSUSE:Factory
checked in at Tue Jun 7 09:00:57 CEST 2011.




--- syslogd/syslogd.changes 2011-05-27 13:48:02.0 +0200
+++ /mounts/work_src_done/STABLE/syslogd/syslogd.changes2011-06-06 
15:19:47.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  6 13:11:31 UTC 2011 - m...@suse.de
+
+- Disabled klogd in /etc/init.d/syslog, when the syslog-ng.conf
+  config file reads /proc/kmsg directly.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ syslogd.spec ++
--- /var/tmp/diff_new_pack.aogR1v/_old  2011-06-07 09:00:14.0 +0200
+++ /var/tmp/diff_new_pack.aogR1v/_new  2011-06-07 09:00:14.0 +0200
@@ -27,7 +27,7 @@
 Provides:   syslog
 AutoReqProv:on
 Version:1.4.1
-Release:735
+Release:737
 Summary:The Syslog daemon
 Source: sysklogd-1.4.1.tar.bz2
 Source1:logrotate.syslog

++ rc.syslog ++
--- /var/tmp/diff_new_pack.aogR1v/_old  2011-06-07 09:00:14.0 +0200
+++ /var/tmp/diff_new_pack.aogR1v/_new  2011-06-07 09:00:14.0 +0200
@@ -67,6 +67,12 @@
if [ ! -d $ngsocksdir ]; then
mkdir -p $ngsocksdir
fi
+   test -r "$config" && \
+   while read line; do
+   case $line in file*/proc/kmsg*)
+   start_klogd=no ; break ;;
+   esac
+   done < $config
;;
 *)
syslog=syslogd







Remember to have fun...

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



commit libxml2 for openSUSE:Factory

2011-06-07 Thread h_root

Hello community,

here is the log from the commit of package libxml2 for openSUSE:Factory
checked in at Tue Jun 7 09:00:02 CEST 2011.




--- libxml2/libxml2.changes 2011-01-03 10:44:12.0 +0100
+++ /mounts/work_src_done/STABLE/libxml2/libxml2.changes2011-06-05 
23:38:32.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun  5 21:36:07 UTC 2011 - cshor...@googlemail.com
+
+- add symbol-versioning.patch to restore 11.3 versioned symbols 
+
+---

calling whatdependson for head-i586


New:

  symbol-versioning.patch



Other differences:
--
++ libxml2-python.spec ++
--- /var/tmp/diff_new_pack.b9L0dF/_old  2011-06-07 08:57:14.0 +0200
+++ /var/tmp/diff_new_pack.b9L0dF/_new  2011-06-07 08:57:14.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libxml2-python (Version 2.7.8)
+# spec file for package libxml2-python
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -19,7 +19,7 @@
 
 Name:   libxml2-python
 Version:2.7.8
-Release:3
+Release:4
 License:MIT License (or similar)
 Summary:Python Bindings for libxml2
 Url:http://xmlsoft.org

++ libxml2.spec ++
--- /var/tmp/diff_new_pack.b9L0dF/_old  2011-06-07 08:57:14.0 +0200
+++ /var/tmp/diff_new_pack.b9L0dF/_new  2011-06-07 08:57:14.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libxml2 (Version 2.7.8)
+# spec file for package libxml2
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -19,7 +19,7 @@
 
 Name:   libxml2
 Version:2.7.8
-Release:3
+Release:18
 License:MIT License (or similar)
 Summary:A Library to Manipulate XML Files
 Url:http://xmlsoft.org
@@ -28,6 +28,7 @@
 Source2:baselibs.conf
 Patch1: noxref.patch
 Patch2: libxml2-CVE-2010-4494.patch
+Patch3: symbol-versioning.patch
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 BuildRequires:  zlib-devel
@@ -99,8 +100,12 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
+# needed with patch3 - until it is no longer required
+%__autoconf
+
 %configure --disable-static \
 --with-html-subdir=packages/%{name}/html \
 --with-fexceptions \

++ symbol-versioning.patch ++
--- libxml2-2.7.8.orig/configure.in 2010-11-04 17:01:19.0 +
+++ libxml2-2.7.8/configure.in  2011-06-05 20:56:21.505617000 +
@@ -84,7 +84,7 @@
   esac
 fi
 AC_SUBST(VERSION_SCRIPT_FLAGS)
-AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -z "$VERSION_SCRIPT_FLAGS"])
+AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -n "$VERSION_SCRIPT_FLAGS"])
 
 dnl
 dnl We process the AC_ARG_WITH first so that later we can modify





Remember to have fun...

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