commit libreoffice-impress for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package libreoffice-impress for 
openSUSE:Factory
checked in at Wed Jun 15 17:12:44 CEST 2011.




--- libreoffice-impress/libreoffice-impress.changes 2011-03-18 
19:00:18.0 +0100
+++ 
/mounts/work_src_done/STABLE/libreoffice-impress/libreoffice-impress.changes
2011-06-08 17:55:18.0 +0200
@@ -1,0 +2,10 @@
+Wed Jun  8 17:29:54 CEST 2011 - pmla...@suse.cz
+
+- updated to libreoffice-3.3.3.1 (3.3.3-rc1)
+
+---
+Wed Mar 23 20:08:17 CET 2011 - pmla...@suse.cz
+
+- libreoffice-3.3.2.2 == 3.3.2-rc2 == final
+
+---

calling whatdependson for head-i586


Old:

  libreoffice-impress-3.3.2.2.tar.bz2

New:

  libreoffice-impress-3.3.3.1.tar.bz2



Other differences:
--
++ libreoffice-impress.spec ++
--- /var/tmp/diff_new_pack.ME8JFJ/_old  2011-06-15 17:12:23.0 +0200
+++ /var/tmp/diff_new_pack.ME8JFJ/_new  2011-06-15 17:12:23.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   libreoffice-impress
-Version:3.3.2.2
+Version:3.3.3.1
 Release:1
 %define piece impress
-%define ooo_build_version 3.3.2.2
-%define ooo_piece_version 3.3.2.2
+%define ooo_build_version 3.3.3.1
+%define ooo_piece_version 3.3.3.1
 %define ooo_sourcedirname libreoffice-build-%ooo_piece_version
 %define ooo_prefix%_libdir
 %define ooo_home  libreoffice

++ libreoffice-impress-3.3.2.2.tar.bz2 -> 
libreoffice-impress-3.3.3.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libreoffice-impress-3.3.2.2/ChangeLog 
new/libreoffice-impress-3.3.3.1/ChangeLog
--- old/libreoffice-impress-3.3.2.2/ChangeLog   2011-03-15 17:54:39.0 
+0100
+++ new/libreoffice-impress-3.3.3.1/ChangeLog   2011-05-31 17:46:30.0 
+0200
@@ -1,19 +1,28 @@
-2011-03-15  Petr Mladek
[8282bb6174ae0ed810fa9d2a755916b4fe5cbb2a]
+2011-05-31  Petr Mladek
[a74d3413eb0220f6c35f38a8ce955098b9fb6eb6]
 
-Version 3.3.2.2, tag libreoffice-3.3.2.2 (3.3.2-rc2)
+Version 3.3.3.1, tag libreoffice-3.3.3.1 (3.3.3-rc1)
 
 
-2011-03-08  Petr Mladek
[a2c90f8d9c924e20abf98a8fb5185f8e249f3654]
+2011-05-31  Petr Mladek
[64665cb6c5b6ace06e81d3c98c424b6cf2beb49c]
 
-Branch libreoffice-3-3-2
+Remove extra bracket to fix build
 
-This is 'libreoffice-3-3-2' - the stable branch for the 3.3.2 release.
-Only very safe changes, reviewed by three people are allowed.
+build breakage added by the previous commit
 
-If you want to commit more complicated fix for the next 3.3.x release,
-please use the 'libreoffice-3-3' branch.
+2011-05-31  Tor Lillqvist
[9dd7ef585a463bafa8750e5b30acb38949bbf1ce]
 
-If you want to build something cool, unstable, and risky, use master.
+Add sanity check before dereference, bnc#694119
+
+Signed-off-by: Petr Mladek 
+
+2011-03-18  Caolán McNamara
[d53f1f6ee9f02d3d77c76910023986f7f346fc30]
+
+Fix fdo#33947 crash in Impress after printing
+
+Fixes lifetime issue with DrawViewShell - solved by not handing
+one in to the print preview DocumentRenderer
+
+Signed-off-by: Thorsten Behrens 
 
 2011-03-08  Petr Mladek
[dbf952b83b4cc8fbb7576a0959142920f824d87d]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libreoffice-impress-3.3.2.2/sd/source/filter/eppt/pptx-epptbase.cxx 
new/libreoffice-impress-3.3.3.1/sd/source/filter/eppt/pptx-epptbase.cxx
--- old/libreoffice-impress-3.3.2.2/sd/source/filter/eppt/pptx-epptbase.cxx 
2010-11-16 20:30:15.0 +0100
+++ new/libreoffice-impress-3.3.3.1/sd/source/filter/eppt/pptx-epptbase.cxx 
2011-05-31 16:34:54.0 +0200
@@ -165,7 +165,7 @@
 
 PPTWriterBase::~PPTWriterBase()
 {
-if ( mbStatusIndicator )
+if ( mbStatusIndicator && mXStatusIndicator.is() )
 mXStatusIndicator->end();
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libreoffice-impress-3.3.2.2/sd/source/ui/view/DocumentRenderer.cxx 
new/libreoffice-impress-3.3.3.1/sd/source/ui/view/DocumentRenderer.cxx
--- old/libreoffice-impress-3.3.2.2/sd/source/ui/view/DocumentRenderer.cxx  
2010-11-11 16:20:26.0 +0100
+++ new/libreoffice-impress-3.3.3.1/sd/source/ui/view/DocumentRenderer.cxx  
2011-04-05 14:44:08.0 +0200
@@ -1329,7 +1329,7 @@
 
::boost::dynamic_pointer_cast(mrBase.GetMainViewShell()));
 
 if ( ! mpPrintView)
-mpPrintView.reset(new DrawView(mrBase.GetDocShell(), &rPrinter, 
pDrawViewShell.get()));
+mpPrintView.reset(new DrawView(mrBase.GetDocShell(), &rPrinter, 
NULL));
 
 if (nIndex<0 || 
sal::static_int_cast(nIndex)>=maPrinterPages.size())
   

commit libreoffice-calc for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package libreoffice-calc for openSUSE:Factory
checked in at Wed Jun 15 17:12:13 CEST 2011.




--- libreoffice-calc/libreoffice-calc.changes   2011-03-18 18:59:20.0 
+0100
+++ /mounts/work_src_done/STABLE/libreoffice-calc/libreoffice-calc.changes  
2011-06-08 17:54:29.0 +0200
@@ -1,0 +2,10 @@
+Wed Jun  8 17:29:54 CEST 2011 - pmla...@suse.cz
+
+- updated to libreoffice-3.3.3.1 (3.3.3-rc1)
+
+---
+Wed Mar 23 20:08:17 CET 2011 - pmla...@suse.cz
+
+- libreoffice-3.3.2.2 == 3.3.2-rc2 == final
+
+---

calling whatdependson for head-i586


Old:

  libreoffice-calc-3.3.2.2.tar.bz2

New:

  libreoffice-calc-3.3.3.1.tar.bz2



Other differences:
--
++ libreoffice-calc.spec ++
--- /var/tmp/diff_new_pack.B7Lihy/_old  2011-06-15 17:11:11.0 +0200
+++ /var/tmp/diff_new_pack.B7Lihy/_new  2011-06-15 17:11:11.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   libreoffice-calc
-Version:3.3.2.2
+Version:3.3.3.1
 Release:1
 %define piece calc
-%define ooo_build_version 3.3.2.2
-%define ooo_piece_version 3.3.2.2
+%define ooo_build_version 3.3.3.1
+%define ooo_piece_version 3.3.3.1
 %define ooo_sourcedirname libreoffice-build-%ooo_piece_version
 %define ooo_prefix%_libdir
 %define ooo_home  libreoffice

++ libreoffice-calc-3.3.2.2.tar.bz2 -> libreoffice-calc-3.3.3.1.tar.bz2 
++
libreoffice-calc/libreoffice-calc-3.3.2.2.tar.bz2 
/mounts/work_src_done/STABLE/libreoffice-calc/libreoffice-calc-3.3.3.1.tar.bz2 
differ: char 11, line 1






Remember to have fun...

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



commit libreoffice-base for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package libreoffice-base for openSUSE:Factory
checked in at Wed Jun 15 17:11:01 CEST 2011.




--- libreoffice-base/libreoffice-base.changes   2011-03-18 18:58:28.0 
+0100
+++ /mounts/work_src_done/STABLE/libreoffice-base/libreoffice-base.changes  
2011-06-08 17:54:05.0 +0200
@@ -1,0 +2,10 @@
+Wed Jun  8 17:29:54 CEST 2011 - pmla...@suse.cz
+
+- updated to libreoffice-3.3.3.1 (3.3.3-rc1)
+
+---
+Wed Mar 23 20:08:17 CET 2011 - pmla...@suse.cz
+
+- libreoffice-3.3.2.2 == 3.3.2-rc2 == final
+
+---

calling whatdependson for head-i586


Old:

  libreoffice-base-3.3.2.2.tar.bz2

New:

  libreoffice-base-3.3.3.1.tar.bz2



Other differences:
--
++ libreoffice-base.spec ++
--- /var/tmp/diff_new_pack.TmXR3l/_old  2011-06-15 17:10:22.0 +0200
+++ /var/tmp/diff_new_pack.TmXR3l/_new  2011-06-15 17:10:22.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   libreoffice-base
-Version:3.3.2.2
+Version:3.3.3.1
 Release:1
 %define piece base
-%define ooo_build_version 3.3.2.2
-%define ooo_piece_version 3.3.2.2
+%define ooo_build_version 3.3.3.1
+%define ooo_piece_version 3.3.3.1
 %define ooo_sourcedirname libreoffice-build-%ooo_piece_version
 %define ooo_prefix%_libdir
 %define ooo_home  libreoffice

++ libreoffice-base-3.3.2.2.tar.bz2 -> libreoffice-base-3.3.3.1.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libreoffice-base-3.3.2.2/ChangeLog 
new/libreoffice-base-3.3.3.1/ChangeLog
--- old/libreoffice-base-3.3.2.2/ChangeLog  2011-03-15 17:58:44.0 
+0100
+++ new/libreoffice-base-3.3.3.1/ChangeLog  2011-05-31 17:50:29.0 
+0200
@@ -1,20 +1,8 @@
-2011-03-15  Petr Mladek
[18f1b2bed2c7cc98c201a7404053642fa7b9d731]
+2011-05-31  Petr Mladek
[38f9e030925fc02a8e00bdd5985d4375439e199c]
 
-Version 3.3.2.2, tag libreoffice-3.3.2.2 (3.3.2-rc2)
+Version 3.3.3.1, tag libreoffice-3.3.3.1 (3.3.3-rc1)
 
 
-2011-03-08  Petr Mladek
[651057c4980cb6d3945d341fbf652e59a4fb2a55]
-
-Branch libreoffice-3-3-2
-
-This is 'libreoffice-3-3-2' - the stable branch for the 3.3.2 release.
-Only very safe changes, reviewed by three people are allowed.
-
-If you want to commit more complicated fix for the next 3.3.x release,
-please use the 'libreoffice-3-3' branch.
-
-If you want to build something cool, unstable, and risky, use master.
-
 2011-03-08  Petr Mladek
[946a33c8404212b6d697b1703d3aa370f5c18441]
 
 Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)






Remember to have fun...

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



commit php5-pear-Horde_Argv for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Argv for 
openSUSE:Factory
checked in at Wed Jun 15 17:10:07 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Argv/php5-pear-Horde_Argv.changes  
2011-06-15 16:27:46.0 +0200
@@ -0,0 +1,45 @@
+---
+Wed Jun 15 12:47:03 UTC 2011 - l...@b1-systems.de
+
+- imply library version conflicts with > 2.0 by requiring < 2.0 now
+
+---
+Wed Jun 15 09:42:17 UTC 2011 - l...@b1-systems.de
+
+- Clarified it is BSD 2-Clause
+- actually use the languages found in %find_lang
+- Conflict X >= instead of require 
+lower than X and conflict X
+
+---
+Wed Jun  8 15:54:43 UTC 2011 - l...@b1-systems.de
+
+- remove cleaning of buildroot in %install
+
+---
+Wed Jun  1 21:26:17 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.2
+- [jan] Updated Slovak translation.
+
+
+---
+Tue May 24 16:37:18 UTC 2011 - l...@b1-systems.de
+
+- added package conversion
+
+---
+Wed May 18 14:36:31 UTC 2011 - l...@b1-systems.de
+
+- Updated spanish translation in 1.0.1
+
+---
+Wed Apr  6 11:52:10 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 19:34:11 UTC 2011 - l...@b1-systems.de
+
+- original attempt for 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Argv-1.0.2.tgz
  php5-pear-Horde_Argv.changes
  php5-pear-Horde_Argv.spec



Other differences:
--
++ php5-pear-Horde_Argv.spec ++
#
# spec file for package php5-pear-Horde_Argv
#
# 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/
#


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:PEAR: Horde command-line argument parsing package

Name:   php5-pear-Horde_Argv
Version:1.0.2
Release:1
License:BSD-2-Clause
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Argv-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Argv
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Exception < 2.0.0
Requires:   php5-pear-Horde_Translation < 2.0.0
Requires:   php5-pear >= 1.7.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Argv
%define pear_sname horde_argv
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
This package provides classes for parsing command line arguments with
various actions, providing help, grouping options, and more.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}

# Clean up unnecessary files
rm -rf 
{%{buildroot}%{peardir}/.channels,%{buildroot}%{peardir}/.filemap,%{buildroot}%{peardir}/.lock,%{buildroot}%{peardir}/.depdb,%{buildroot}%{peardir}/.registry,%{buildroot}%{peardir}/.depdblock}

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Argv.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --sof

commit bundle-lang-common for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory
checked in at Wed Jun 15 17:08:12 CEST 2011.




--- bundle-lang-common/bundle-lang-common.changes   2011-05-16 
15:49:03.0 +0200
+++ /mounts/work_src_done/STABLE/bundle-lang-common/bundle-lang-common.changes  
2011-06-15 14:30:59.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 15 12:29:41 UTC 2011 - co...@novell.com
+
+- update package list
+- reformat spec files
+
+---
bundle-lang-gnome-extras.changes: same change
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ bundle-lang-common.spec ++
--- /var/tmp/diff_new_pack.xzO5cu/_old  2011-06-15 17:07:03.0 +0200
+++ /var/tmp/diff_new_pack.xzO5cu/_new  2011-06-15 17:07:03.0 +0200
@@ -20,7 +20,40 @@
 #!BuildIgnore: gimp-unstable
 
 Name:   bundle-lang-common
-BuildRequires:  NetworkManager-lang NetworkManager-openvpn-lang 
NetworkManager-pptp-lang NetworkManager-vpnc-lang PackageKit-lang avahi-lang 
bash-lang coreutils-lang cpio-lang gconf2-lang gdk-pixbuf-lang gimp-lang 
glib-networking-lang glib2-lang gnome-keyring-lang gnome-vfs2-lang gpg2-lang 
gstreamer-0_10-lang gstreamer-0_10-plugins-base-lang gtk2-lang gtk3-lang 
libgphoto2-lang libgpod-lang login-lang mc-lang nano-lang pulseaudio-lang 
tar-lang upower-lang util-linux-lang vorbis-tools-lang wdiff-lang
+# @BREQUIRES@
+BuildRequires:  wdiff-lang
+BuildRequires:  vorbis-tools-lang
+BuildRequires:  util-linux-lang
+BuildRequires:  upower-lang
+BuildRequires:  tar-lang
+BuildRequires:  pulseaudio-lang
+BuildRequires:  notification-daemon-lang
+BuildRequires:  nano-lang
+BuildRequires:  mc-lang
+BuildRequires:  login-lang
+BuildRequires:  libgpod-lang
+BuildRequires:  libgphoto2-lang
+BuildRequires:  gtk3-lang
+BuildRequires:  gtk2-lang
+BuildRequires:  gstreamer-0_10-plugins-base-lang
+BuildRequires:  gstreamer-0_10-lang
+BuildRequires:  gpg2-lang
+BuildRequires:  gnome-vfs2-lang
+BuildRequires:  gnome-keyring-lang
+BuildRequires:  glib2-lang
+BuildRequires:  glib-networking-lang
+BuildRequires:  gimp-lang
+BuildRequires:  gdk-pixbuf-lang
+BuildRequires:  gconf2-lang
+BuildRequires:  cpio-lang
+BuildRequires:  coreutils-lang
+BuildRequires:  bash-lang
+BuildRequires:  avahi-lang
+BuildRequires:  PackageKit-lang
+BuildRequires:  NetworkManager-vpnc-lang
+BuildRequires:  NetworkManager-pptp-lang
+BuildRequires:  NetworkManager-openvpn-lang
+BuildRequires:  NetworkManager-lang
 BuildRequires:  fdupes
 #!BuildIgnore:  xorg-x11-driver-input
 #!BuildIgnore:  NetworkManager-openvpn
@@ -29,7 +62,7 @@
 License:MIT License (or similar)
 Group:  System/Localization
 Version:11.4
-Release:18
+Release:23
 Summary:Translations for a Group of Programs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -101,6 +134,8 @@
 Provides:   locale(mc:en)
 Provides:   nano-lang = %(rpm -q --queryformat '%{VERSION}' nano-lang)
 Provides:   locale(nano:en)
+Provides:   notification-daemon-lang = %(rpm -q --queryformat '%{VERSION}' 
notification-daemon-lang)
+Provides:   locale(notification-daemon:en)
 Provides:   pulseaudio-lang = %(rpm -q --queryformat '%{VERSION}' 
pulseaudio-lang)
 Provides:   locale(pulseaudio:en)
 Provides:   tar-lang = %(rpm -q --queryformat '%{VERSION}' tar-lang)
@@ -175,6 +210,8 @@
 Provides:   locale(mc:de)
 Provides:   nano-lang = %(rpm -q --queryformat '%{VERSION}' nano-lang)
 Provides:   locale(nano:de)
+Provides:   notification-daemon-lang = %(rpm -q --queryformat '%{VERSION}' 
notification-daemon-lang)
+Provides:   locale(notification-daemon:de)
 Provides:   pulseaudio-lang = %(rpm -q --queryformat '%{VERSION}' 
pulseaudio-lang)
 Provides:   locale(pulseaudio:de)
 Provides:   tar-lang = %(rpm -q --queryformat '%{VERSION}' tar-lang)
@@ -249,6 +286,8 @@
 Provides:   locale(mc:es)
 Provides:   nano-lang = %(rpm -q --queryformat '%{VERSION}' nano-lang)
 Provides:   locale(nano:es)
+Provides:   notification-daemon-lang = %(rpm -q --queryformat '%{VERSION}' 
notification-daemon-lang)
+Provides:   locale(notification-daemon:es)
 Provides:   pulseaudio-lang = %(rpm -q --queryformat '%{VERSION}' 
pulseaudio-lang)
 Provides:   locale(pulseaudio:es)
 Provides:   tar-lang = %(rpm -q --queryformat '%{VERSION}' tar-lang)
@@ -323,6 +362,8 @@
 Provides:   locale(mc:it)
 Provides:   nano-lang = %(rpm -q --queryformat '%{VERSION}' nano-lang)
 Provides:   locale(nano:it)
+Provides:   notification-daemon-lang = %(rpm -q --queryformat '%{VERSION}' 
notification-daemon-lang)
+Provides:   locale(notification-daemon:it)
 Provides:   pulseaudio-lang = 

drop gnome-docker from openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

FYI: Package gnome-docker was dropped from openSUSE:Factory at Wed Jun 15 
17:05:17 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=gnome-docker

Remember to have fun...

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



drop ivman from openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

FYI: Package ivman was dropped from openSUSE:Factory at Wed Jun 15 17:04:45 
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=ivman

Remember to have fun...

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



commit glibc for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package glibc for openSUSE:Factory
checked in at Wed Jun 15 17:02:46 CEST 2011.




--- glibc/glibc.changes 2011-06-03 10:42:13.0 +0200
+++ /mounts/work_src_done/STABLE/glibc/glibc.changes2011-06-15 
14:42:49.0 +0200
@@ -1,0 +2,18 @@
+Wed Jun 15 07:08:35 UTC 2011 - a...@suse.de
+
+- Split up package glibc-utils with some debugging tools, add memusage
+  and memusagestat programs
+- Fix compile warnings.
+- Silence some rpmlint warnings.
+- Remove obsolete patches glibc-2.3.2-revert_tcsetattr.diff,
+  glibc-2.8-clone.diff, glibc-nptl-2.4-nofixsyscallnr.diff
+- Cleanup spec file.
+- Use new permission handling for pt_chown.
+- Build without -fno-strict-aliasing.
+
+---
+Mon Jun  6 14:19:26 UTC 2011 - a...@suse.de
+
+- Fix typos in /etc/gai.conf (bnc#651912).
+
+---

calling whatdependson for head-i586


Old:

  glibc-2.3.2-revert_tcsetattr.diff
  glibc-2.8-clone.diff
  glibc-nptl-2.4-nofixsyscallnr.diff
  minmem

New:

  glibc-strict-aliasing.diff
  missing-include-build-fix.diff



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.gDfXUn/_old  2011-06-15 17:00:18.0 +0200
+++ /var/tmp/diff_new_pack.gDfXUn/_new  2011-06-15 17:00:18.0 +0200
@@ -15,12 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   glibc
-BuildRequires:  gcc-c++ libstdc++-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gd-devel
+BuildRequires:  libpng-devel
 BuildRequires:  libselinux-devel
+BuildRequires:  libstdc++-devel
+BuildRequires:  zlib-devel
 %define _filter_GLIBC_PRIVATE 1
 %define build_locales 1
 %define run_testsuite 0
@@ -42,6 +45,9 @@
  %define powerpc_optimize_cpu_power7 0
  %define powerpc_optimize_cpu_cell 0
 %else
+License:GPLv2+
+Summary:Standard Shared Libraries (from the GNU C Library)
+Group:  System/Libraries
  %define optimize_power 0
  %define powerpc_optimize_base 0
  %define powerpc_optimize_cpu_power4 0
@@ -49,18 +55,17 @@
  %define powerpc_optimize_cpu_power7 0
  %define powerpc_optimize_cpu_cell 0
 %endif # ppc, ppc64
-License:GPLv2+
-Summary:Standard Shared Libraries (from the GNU C Library)
-Group:  System/Libraries
 %ifarch %ix86 x86_64
 %define enablekernel 2.6.32
 %else
 %define enablekernel 2.6.5
 %endif
-Conflicts:  kernel < %{enablekernel}
 %define exp_malloc 1
-Obsoletes:  ngpt < 2.2.2 ngpt-devel < 2.2.2
-Provides:   ngpt = 2.2.2 ngpt-devel = 2.2.2
+Obsoletes:  ngpt < 2.2.2
+Obsoletes:  ngpt-devel < 2.2.2
+Provides:   ngpt = 2.2.2
+Provides:   ngpt-devel = 2.2.2
+Conflicts:  kernel < %{enablekernel}
 # bug437293
 %ifarch ppc64
 Obsoletes:  glibc-64bit
@@ -68,13 +73,9 @@
 %ifarch ppc
 Obsoletes:  glibc-32bit
 %endif
-Provides:   rtld(GNU_HASH)
-AutoReqProv:on
 Version:2.13
-Release:3
+Release:5
 Url:http://www.gnu.org/software/libc/libc.html
-PreReq: filesystem
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: glibc-%{version}-996cf2ef0727.tar.bz2
 Source2:http://ftp.gnu.org/gnu/glibc/glibc-ports-2.13.tar.bz2
 Source3:noversion.tar.bz2
@@ -86,67 +87,125 @@
 Source12:   glibc_post_upgrade.c
 Source15:   glibc.rpmlintrc
 Source16:   baselibs.conf
+PreReq: filesystem
+PreReq: permissions
+Provides:   rtld(GNU_HASH)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %_target_cpu == "i686"
 # We need to avoid to have only the src rpm from i686 on the media,
 # since it does not work on other architectures.
 NoSource:   0
 %endif
 #
+# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: glibc-2.3-SuSE.diff
+# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: glibc-2.3.90-noversion.diff
+# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch2: glibc-fnmatch-multibyte.diff
+# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch3: glibc-resolv-reload.diff
+# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch4: glibc-2.3.locales.diff.bz2
+# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch5: crypt_blowfish-1.0-suse.diff
+# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch7: glibc-version.diff
+# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch8: glibc-2.4.90-revert-only-euro.diff
+# 

commit rpmlint for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory
checked in at Wed Jun 15 16:59:25 CEST 2011.




--- rpmlint/rpmlint.changes 2011-06-07 17:14:42.0 +0200
+++ /mounts/work_src_done/STABLE/rpmlint/rpmlint.changes2011-06-15 
14:59:31.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 15 12:34:09 UTC 2011 - lnus...@suse.de
+
+- fix library policy check complaining about non-ELF files (bnc#700067)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.XC9vxP/_old  2011-06-15 16:52:51.0 +0200
+++ /var/tmp/diff_new_pack.XC9vxP/_new  2011-06-15 16:52:51.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  rpm-python xz
 Summary:Rpm correctness checker
 Version:1.2
-Release:9
+Release:11
 Source0:http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.xz
 Source1:config
 Source1001: config.in

++ LibraryPolicyCheck.py ++
--- /var/tmp/diff_new_pack.XC9vxP/_old  2011-06-15 16:52:51.0 +0200
+++ /var/tmp/diff_new_pack.XC9vxP/_new  2011-06-15 16:52:51.0 +0200
@@ -318,11 +318,11 @@
 reqlibs = set()
 pkg_requires = set(map(lambda x: string.split(x[0],'(')[0], 
pkg.requires()))
 
-for f in files.keys():
+for f, pkgfile in files.items():
 if f.find('.so.') != -1 or f.endswith('.so'):
 filename = pkg.dirName() + '/' + f
 try:
-if stat.S_ISREG(files[f].mode):
+if stat.S_ISREG(files[f].mode) and 'ELF' in pkgfile.magic:
 bi = BinaryInfo(pkg, filename, f, False, True)
 libs_needed = libs_needed.union(bi.needed)
 if bi.soname != 0:







Remember to have fun...

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



commit php5-pear-Horde_Text_Diff for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Text_Diff for 
openSUSE:Factory
checked in at Wed Jun 15 16:52:30 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Text_Diff/php5-pear-Horde_Text_Diff.changes
2011-06-15 15:16:49.0 +0200
@@ -0,0 +1,34 @@
+---
+Wed Jun 15 13:16:53 UTC 2011 - l...@b1-systems.de
+
+- removing the conflicts with versions 2.x.x as this is 
+implicitly stated in requires < 2.0.0
+
+---
+Wed Jun 15 09:56:28 UTC 2011 - l...@b1-systems.de
+
+- Added more proper license tag
+
+---
+Thu Jun  9 09:42:01 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+- do not delete buildroot (compliance)
+
+---
+Wed Apr 20 21:01:42 UTC 2011 - l...@b1-systems.de
+
+- update to version 1.0.1
+- [jan] Fix creating temporary files with open_basedir restrictions.
+
+---
+Wed Apr  6 16:38:32 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+- First stable release of the library
+
+---
+Thu Mar 17 09:38:17 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Text_Diff-1.0.1.tgz
  php5-pear-Horde_Text_Diff.changes
  php5-pear-Horde_Text_Diff.spec



Other differences:
--
++ php5-pear-Horde_Text_Diff.spec ++
#
# spec file for package php5-pear-Horde_Text_Diff
#
# 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/
#


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:PEAR: Engine for performing and rendering text diffs

Name:   php5-pear-Horde_Text_Diff
Version:1.0.1
Release:1
License:LGPL-3.0+
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Text_Diff-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Text_Diff
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Exception < 2.0.0 
Requires:   php5-pear-Horde_Util < 2.0.0
Requires:   php5-pear >= 1.7.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Text_Diff
%define pear_sname horde_text_diff
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
This package provides a text-based diff engine and renderers for multiple
diff output formats.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}

# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Text_Diff.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only 
%{xmldir}/Horde_Text_Diff.xml

%postun
if [ "$1" -eq "0" ]; then
pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/Horde_Text_Diff
fi

%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{peardir}/*
%{xmldir}/Hor

commit php5-pear-Horde_Xml_Element for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Xml_Element for 
openSUSE:Factory
checked in at Wed Jun 15 14:53:11 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Xml_Element/php5-pear-Horde_Xml_Element.changes
2011-06-15 13:41:46.0 +0200
@@ -0,0 +1,12 @@
+---
+Wed Apr  6 16:56:44 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+- First stable release for Horde 4.
+- Updated docs and comments
+- no functionality upgrade
+---
+Thu Mar 17 09:41:56 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Xml_Element-1.0.0.tgz
  php5-pear-Horde_Xml_Element.changes
  php5-pear-Horde_Xml_Element.spec



Other differences:
--
++ php5-pear-Horde_Xml_Element.spec ++
#
# spec file for package php5-pear-Horde_Xml_Element
#
# 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/
#


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:PEAR: Horde Xml Element object

Name:   php5-pear-Horde_Xml_Element
Version:1.0.0
Release:1
License:BSD-2-Clause
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Xml_Element-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Xml_Element
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Exception
Requires:   php5-pear >= 1.7.0
Conflicts:  php5-pear-Horde_Exception => 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Xml_Element
%define pear_sname horde_xml_element
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
This package provides an element object that can be used to provide
SimpleXML-like functionality over a DOM object. The main advantage over
using SimpleXML is the ability to add multiple levels of new elements in a
single call, without introducing "ghost" objects.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}

# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Xml_Element.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only 
%{xmldir}/Horde_Xml_Element.xml

%postun
if [ "$1" -eq "0" ]; then
pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/Horde_Xml_Element
fi

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Xml_Element.xml

%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 installation-images for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory
checked in at Wed Jun 15 14:51:35 CEST 2011.




--- installation-images/installation-images.changes 2011-06-14 
16:09:46.0 +0200
+++ 
/mounts/work_src_done/STABLE/installation-images/installation-images.changes
2011-06-15 13:24:25.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 15 13:24:15 CEST 2011 - snw...@suse.de
+
+- added rpmkeys (bnc #698284)
+- added hyper-v drivers
+
+---

calling whatdependson for head-i586


Old:

  installation-images-13.5.tar.bz2
  needed_space_in_mb

New:

  installation-images-13.6.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.UqWMji/_old  2011-06-15 14:46:43.0 +0200
+++ /var/tmp/diff_new_pack.UqWMji/_new  2011-06-15 14:46:43.0 +0200
@@ -106,9 +106,9 @@
 Obsoletes:  y2image
 AutoReqProv:off
 Summary:Installation Image Files
-Version:13.5
+Version:13.6
 Release:1
-Source: installation-images-13.5.tar.bz2
+Source: installation-images-13.6.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.5.tar.bz2 -> installation-images-13.6.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.5/VERSION 
new/installation-images-13.6/VERSION
--- old/installation-images-13.5/VERSION2011-06-14 16:09:31.0 
+0200
+++ new/installation-images-13.6/VERSION2011-06-15 13:24:03.0 
+0200
@@ -1 +1 @@
-13.5
+13.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.5/changelog 
new/installation-images-13.6/changelog
--- old/installation-images-13.5/changelog  2011-06-14 16:09:34.0 
+0200
+++ new/installation-images-13.6/changelog  2011-06-15 13:24:07.0 
+0200
@@ -1,4 +1,8 @@
-2011-06-14:HEAD
+2011-06-15:HEAD
+   - added rpmkeys (bnc #698284)
+   - added hyper-v drivers
+
+2011-06-14:13.5
- anticipate build service download problems & retry before giving up
- .oscrc might not be readable by root
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.5/data/root/root.file_list 
new/installation-images-13.6/data/root/root.file_list
--- old/installation-images-13.5/data/root/root.file_list   2011-06-14 
16:08:50.0 +0200
+++ new/installation-images-13.6/data/root/root.file_list   2011-06-15 
13:23:45.0 +0200
@@ -149,10 +149,11 @@
   /bin/ping
 
 rpm:
-  /bin/rpm
-  /usr/lib/rpm/{rpmrc,macros}
-  /usr/lib/rpm/rpmpopt*
-  /usr/lib*/librpm*.so.*
+  /bin
+  /etc
+  /usr/bin
+  /usr/lib*
+  r /usr/lib*/rpm-plugins/sepolicy.so
 
 libelf1:
   /
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.5/etc/module.config 
new/installation-images-13.6/etc/module.config
--- old/installation-images-13.5/etc/module.config  2011-06-14 
16:08:50.0 +0200
+++ new/installation-images-13.6/etc/module.config  2011-06-15 
13:23:45.0 +0200
@@ -132,6 +132,7 @@
 xen-platform-pci,-,-
 xenbus,-,-
 lis3lv02d,-,-
+kernel/drivers/staging/hv/.*
 kernel/arch/.*/crypto/.*
 kernel/arch/.*/kernel/.*,,-
 kernel/crypto/.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.5/etc/module.list 
new/installation-images-13.6/etc/module.list
--- old/installation-images-13.5/etc/module.list2011-06-14 
16:08:50.0 +0200
+++ new/installation-images-13.6/etc/module.list2011-06-15 
13:23:45.0 +0200
@@ -192,6 +192,8 @@
 
 kernel/drivers/misc/lis3lv02d/lis3lv02d.ko
 
+kernel/drivers/staging/hv/
+
 # kmps
 updates/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.5/lib/ReadConfig.pm 
new/installation-images-13.6/lib/ReadConfig.pm
--- old/installation-images-13.5/lib/ReadConfig.pm  2011-06-14 
15:55:42.0 +0200
+++ new/installation-images-13.6/lib/ReadConfig.pm  2011-06-15 
13:23:42.0 +0200
@@ -903,7 +903,7 @@
 
 $ConfigData{obs_url} = 
"$ConfigData{obs_server}/build/$ConfigData{obs_proj}/$ConfigData{obs_repo}/$ConfigData{obs_arch}/_repository";
 
-$ConfigData{suse_base} = 
"$ConfigData{obs_proj}/$ConfigData{obs_repo}-$ConfigData{obs_arch}";
+$ConfigData{suse_base} = 
"$ConfigData{obs_proj}/$ConfigData{obs_repo}/$ConfigData{obs_arch}";
 
 ($dist = $ConfigData{suse_base}) =~ tr#/#-#;
 






Remember to have fun

commit perl-NetPacket for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package perl-NetPacket for openSUSE:Factory
checked in at Wed Jun 15 14:17:56 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-NetPacket/perl-NetPacket.changes  
2011-03-23 01:35:13.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Mar 23 00:35:01 CET 2011 - pascal.ble...@opensuse.org
+
+- initial version (1.1.1)
+

calling whatdependson for head-i586


New:

  NetPacket-1.1.1.tar.gz
  perl-NetPacket-backport.patch
  perl-NetPacket.changes
  perl-NetPacket.spec



Other differences:
--
++ perl-NetPacket.spec ++
#
# spec file for package perl-NetPacket
#
# 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:   perl-NetPacket
Version:1.1.1
Release:1
Summary:Assemble/disassemble network packets at the protocol level
Source: 
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/NetPacket-%{version}.tar.gz
Patch1: perl-NetPacket-backport.patch
Url:http://search.cpan.org/dist/NetPacket
Group:  Development/Libraries/Perl
License:Perl License
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl-macros
%if 0%{?suse_version} > 1120
BuildRequires:  perl(Test::More) >= 0.94
%endif
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Carp)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(vars)
BuildRequires:  perl(constant)
Requires:   perl(vars)
Requires:   perl(constant)
%if 0%{?suse_version} >= 1120
BuildArch:  noarch
%endif

%description
"NetPacket" provides a base class for a cluster of modules related to
decoding and encoding of network protocols. Each "NetPacket" descendent
module knows how to encode and decode packets for the network protocol it
implements. Consult the documentation for the module in question for
protocol-specific implementation.
Note that there is no inheritance in the "NetPacket::" cluster of modules
other than each protocol module being a "NetPacket". This was seen to be
too restrictive as imposing inheritance relationships (for example between
the IP, UDP and TCP protocols) would make things like tunneling or other
unusual situations difficult.

%prep
%setup -q -n "NetPacket-%{version}"
%patch1

%build
%__perl ./Build.PL
./Build

%install
./Build pure_install --destdir "%{buildroot}" --installdirs vendor
%perl_process_packlist

%if 0%{?suse_version} > 1120

%check
./Build test
%endif

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%files
%defattr(-,root,root)
%doc README LICENSE Changes
%{perl_vendorlib}/NetPacket
%{perl_vendorlib}/NetPacket.pm
%doc %{perl_man3dir}/NetPacket.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/NetPacket::*.%{perl_man3ext}%{ext_man}
%changelog
++ perl-NetPacket-backport.patch ++
--- Build.PL.orig   2011-03-23 01:43:44.0 +0100
+++ Build.PL2011-03-23 01:44:01.0 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use Module::Build 0.3601;
+use Module::Build 0;
 
 
 my %module_build_args = (





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-Data-Hexify for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package perl-Data-Hexify for openSUSE:Factory
checked in at Wed Jun 15 14:06:30 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Data-Hexify/perl-Data-Hexify.changes  
2011-02-21 05:27:07.0 +0100
@@ -0,0 +1,6 @@
+---
+Mon Feb 21 04:23:42 UTC 2011 - greg.freem...@gmail.com
+
+- initial package 1.00
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  _service
  _service:download_url:Data-Hexify-1.00.tar.gz
  perl-Data-Hexify.changes
  perl-Data-Hexify.spec



Other differences:
--
++ perl-Data-Hexify.spec ++
#
# spec file for package perl-Data-Hexify
#
# 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:   perl-Data-Hexify
Version:1.00
Release:1
License:GPL+ or Artistic
%define cpan_name Data-Hexify
Summary:Perl extension for hexdumping arbitrary data
Url:http://search.cpan.org/dist/Data-Hexify/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/J/JV/JV/Data-Hexify-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
This module exports one subroutine: 'Hexify'.

'Hexify' formats arbitrary (possible binary) data into a format suitable
for hex dumps in the style of 'xd' or 'hexl'.

The first, or only, argument to 'Hexify' contains the data, or a reference
to the data, to be hexified. Hexify will return a string that prints as
follows:

  : 70 61 63 6b 61 67 65 20 44 61 74 61 3a 3a 48 65  package Data::He
  0010: 78 69 66 79 3b 0a 0a 75 73 65 20 35 2e 30 30 36  xify;..use 5.006

and so on. At the left is the (hexadecimal) index of the data, then a
number of hex bytes, followed by the chunk of data with unprintables
replaced by periods.

The optional second argument to 'Hexify' must be a hash or a hash
reference, containing values for any of the following parameters:

* first

  The first byte of the data to be processed. Default is to start from the
  beginning of the data.

* length

  The number of bytes to be processed. Default is to proceed all data.

* chunk

  The number of bytes to be processed per line of output. Default is 16.

* group

  The number of bytes to be grouped together. Default is 1 (no grouping).
  If used, it must be a divisor of the chunk size.

* duplicates

  When set, duplicate lines of output are suppressed and replaced by a
  single line reading '**SAME**'.

  Duplicate suppression is enabled by default.

* showdata

  A reference to a subroutine that is used to produce a printable string
  from a chunk of data. By default, a subroutine is used that replaces
  unwanted bytes by periods.

  The subroutine gets the chunk of data passed as argument, and should
  return a printable string of at most 'chunksize' characters.

* align

  Align the result to 'chunksize' bytes. This is relevant only when
  processing data not from the beginning. For example, when 'first' is 10,
  the result would become:

:...74 61 3a 3a 48 65ta::He
0010: 78 69 66 79 3b ... 65 20 35 2e 30 30 36  xify;..use 5.006
... and so on ...

  Alignment is on by default. Without alignment, the result would be:

000a: 74 61 3a 3a 48 ... 79 3b 0a 0a 75 73 65  ta::Hexify;..use
001a: 20 35 2e 30 30 ... 73 65 20 73 74 72 69   5.006;.use stri
... and so on ...

* start

  Pretend that the data started at this byte (while in reality it starts at
  byte 'first'). The above example, with 'start => 0', becomes:

: 74 61 3a 3a 48 ... 79 3b 0a 0a 75 73 65  ta::Hexify;..use
0010: 20 35 2e 30 30 ... 73 65 20 73 74 72 69   5.006;.use stri
... and so on ...

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

%files -f %{name}.files
%def

commit perl-X11-Protocol for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package perl-X11-Protocol for 
openSUSE:Factory
checked in at Wed Jun 15 14:02:12 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-X11-Protocol/perl-X11-Protocol.changes
2011-06-10 09:34:23.0 +0200
@@ -0,0 +1,15 @@
+---
+Fri Jun 10 07:33:44 UTC 2011 - saigk...@opensuse.org
+
+- prepared for factory 
+
+---
+Fri Apr 15 05:26:54 UTC 2011 - co...@opensuse.org
+
+- recreate with cpanspec
+
+---
+Thu Apr 14 19:21:59 UTC 2011 - saigk...@opensuse.org
+
+- made fit for d:l:p 
+

calling whatdependson for head-i586


New:

  X11-Protocol-0.56.tar.gz
  perl-X11-Protocol.changes
  perl-X11-Protocol.spec



Other differences:
--
++ perl-X11-Protocol.spec ++
#
# spec file for package perl-X11-Protocol
#
# 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:   perl-X11-Protocol
Version:0.56
Release:1
# MANUAL
License:GPL+ or Artistic
%define cpan_name X11-Protocol
Summary:Perl module for the X Window System Protocol, version 11
Url:http://search.cpan.org/dist/X11-Protocol/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/S/SM/SMCCAM/%{cpan_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::MakeMaker)
%{perl_requires}

%description
X11::Protocol is a client-side interface to the X11 Protocol (see X(1) for
information about X11), allowing perl programs to display windows and
graphics on X11 servers.

A full description of the protocol is beyond the scope of this
documentation; for complete information, see the _X Window System Protocol,
X Version 11_, available as Postscript or *roff source from
'ftp://ftp.x.org', or _Volume 0: X Protocol Reference Manual_ of O'Reilly &
Associates's series of books about X (ISBN 1-56592-083-X,
'http://www.oreilly.com'), which contains most of the same information.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}

%check
# MANUAL
# too complex %{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README Todo

%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 perl-Gnome2 for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package perl-Gnome2 for openSUSE:Factory
checked in at Wed Jun 15 14:01:08 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Gnome2/perl-Gnome2.changes
2011-06-10 12:29:56.0 +0200
@@ -0,0 +1,39 @@
+---
+Fri Jun 10 10:28:47 UTC 2011 - saigk...@opensuse.org
+
+- removed perl-Gnome2-VFS-devel depency, cause the devel files are
+  included in the normal package 
+
+---
+Wed Jun  8 09:03:02 UTC 2011 - saigk...@opensuse.org
+
+- fixed suse_version after proposal from speilike
+
+---
+Sat May 28 21:03:23 UTC 2011 - saigk...@opensuse.org
+
+- changed License to GPLv2 
+
+---
+Thu Apr 14 12:03:45 UTC 2011 - saigk...@opensuse.org
+
+- added perl requires to -devel
+
+---
+Thu Apr 14 09:18:07 UTC 2011 - saigk...@opensuse.org
+
+- little hack for <= 11.3 
+
+---
+Thu Apr 14 06:33:00 UTC 2011 - saigk...@opensuse.org
+
+- made devel package
+- use proper filelist
+- changed Group to Development/Languages/Perl
+- removed generated filelist 
+
+---
+Wed Apr 13 20:42:43 UTC 2011 - saigk...@opensuse.org
+
+- submitted perl-Gnome2 to devel:languages:perl 
+

calling whatdependson for head-i586


New:

  Gnome2-1.042.tar.gz
  perl-Gnome2.changes
  perl-Gnome2.spec



Other differences:
--
++ perl-Gnome2.spec ++
#
# spec file for package perl-Gnome2
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Sascha Manns 
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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



Name:   perl-Gnome2
Version:1.042
Release:1
License:LGPL
Summary:Gnome2 Perl module
Url:http://search.cpan.org/dist/Gnome2/
Group:  Development/Libraries/Perl
Source0:Gnome2-%{version}.tar.gz
BuildRequires:  libgnomeui-devel
BuildRequires:  perl
BuildRequires:  perl(ExtUtils::Depends)
BuildRequires:  perl(ExtUtils::PkgConfig)
BuildRequires:  perl(Glib)
BuildRequires:  perl(Gnome2::Canvas)
BuildRequires:  perl(Gnome2::VFS)
BuildRequires:  perl(Gtk2)
%if 0%{?suse_version} && 0%{?suse_version} < 1140
BuildRequires:  perl-macros
%endif
Requires:   libgnomeui >= %(pkg-config --modversion libgnomeui-2.0)
Requires:   perl(Glib)
Requires:   perl(Gnome2::VFS)
Requires:   perl(Gtk2)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} < 1140
Requires:   perl = %{perl_version}
%else
%{perl_requires}
%endif

%description
Perl bindings to the 2.x series of the Gnome widget set.  This module allows
you to write graphical user interfaces in a perlish and object-oriented way,
freeing you from the casting and memory management in C, yet remaining very
close in spirit to original API.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
rm -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root)
%dir %{perl_vendorarch}/Gnome2/Bonobo
%dir %{perl_vendorarch}/Gnome2/Config
%dir %{perl_vendorarch}/Gnome2/Install
%doc AUTHORS ChangeLog LICENSE MANIFEST MANIFEST.SKIP NEWS README TODO

%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 yast2-ncurses for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package yast2-ncurses for openSUSE:Factory
checked in at Wed Jun 15 13:21:18 CEST 2011.




--- yast2-ncurses/yast2-ncurses.changes 2011-05-17 11:46:19.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-ncurses/yast2-ncurses.changes
2011-06-15 11:59:15.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 15 11:52:57 CEST 2011 - tgoettlic...@suse.de
+
+- Fixed segfault in event handling (bnc #696595)
+- V 2.21.4
+
+---

calling whatdependson for head-i586


Old:

  yast2-ncurses-2.21.3.tar.bz2

New:

  yast2-ncurses-2.21.4.tar.bz2



Other differences:
--
++ yast2-ncurses.spec ++
--- /var/tmp/diff_new_pack.Znmvxk/_old  2011-06-15 13:20:45.0 +0200
+++ /var/tmp/diff_new_pack.Znmvxk/_new  2011-06-15 13:20:45.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-ncurses
-Version:2.21.3
+Version:2.21.4
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-ncurses-2.21.3.tar.bz2
+Source0:yast2-ncurses-2.21.4.tar.bz2
 
 Prefix: /usr
 
@@ -56,7 +56,7 @@
 component for YaST2.
 
 %prep
-%setup -n yast2-ncurses-2.21.3
+%setup -n yast2-ncurses-2.21.4
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-ncurses-2.21.3.tar.bz2 -> yast2-ncurses-2.21.4.tar.bz2 ++
 3162 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-ncurses-2.21.3/VERSION new/yast2-ncurses-2.21.4/VERSION
--- old/yast2-ncurses-2.21.3/VERSION2011-05-17 11:41:05.0 +0200
+++ new/yast2-ncurses-2.21.4/VERSION2011-06-15 11:53:56.0 +0200
@@ -1 +1 @@
-2.21.3
+2.21.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-ncurses-2.21.3/config.h.in new/yast2-ncurses-2.21.4/config.h.in
--- old/yast2-ncurses-2.21.3/config.h.in2011-05-17 11:43:37.0 
+0200
+++ new/yast2-ncurses-2.21.4/config.h.in2011-06-15 11:58:36.0 
+0200
@@ -86,6 +86,3 @@
 
 /* Version number of package */
 #undef VERSION
-
-/* Define to `unsigned int' if  does not define. */
-#undef size_t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-ncurses-2.21.3/configure.in new/yast2-ncurses-2.21.4/configure.in
--- old/yast2-ncurses-2.21.3/configure.in   2011-05-17 11:43:30.0 
+0200
+++ new/yast2-ncurses-2.21.4/configure.in   2011-06-15 11:58:26.0 
+0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-ncurses, 2.21.3, http://bugs.opensuse.org/, yast2-ncurses)
+AC_INIT(yast2-ncurses, 2.21.4, http://bugs.opensuse.org/, yast2-ncurses)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.21.3"
+VERSION="2.21.4"
 RPMNAME="yast2-ncurses"
 MAINTAINER="Gabriele Mohr "
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-ncurses-2.21.3/libtool.m4 new/yast2-ncurses-2.21.4/libtool.m4
--- old/yast2-ncurses-2.21.3/libtool.m4 2011-05-17 11:43:34.0 +0200
+++ new/yast2-ncurses-2.21.4/libtool.m4 2011-06-15 11:58:32.0 +0200
@@ -1020,7 +1020,7 @@
 # to the aix ld manual.
 m4_defun([_LT_SYS_MODULE_PATH_AIX],
 [m4_require([_LT_DECL_SED])dnl
-AC_LINK_IFELSE([AC_LANG_PROGRAM],[
+AC_LINK_IFELSE(AC_LANG_PROGRAM,[
 lt_aix_libpath_sed='
 /Import File Strings/,/^$/ {
/^0/ {
@@ -4825,18 +4825,9 @@
# implicitly export all symbols.
 save_LDFLAGS="$LDFLAGS"
 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo 
${wl}-update_registry ${wl}/dev/null"
-AC_LINK_IFELSE(
-  [AC_LANG_SOURCE(
-[AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
- 

commit balsa for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package balsa for openSUSE:Factory
checked in at Wed Jun 15 13:20:33 CEST 2011.




--- GNOME/balsa/balsa.changes   2011-04-15 18:48:17.0 +0200
+++ /mounts/work_src_done/STABLE/balsa/balsa.changes2011-06-14 
09:30:27.0 +0200
@@ -1,0 +2,14 @@
+Tue Jun 14 09:21:06 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.4.10:
+  + Preserve identity order.
+  + Trivial gtkhtml-3.15 support.
+  + Improve interaction with unique.
+  + Bugs fixed: bgo#636801, bgo#636805, bgo#647695.
+- Drop balsa-fix-scrollkeeper.patch: fixed upstream.
+- Drop balsa-mail-handler.patch: fixed upstream.
+- Drop balsa-new-autotools.patch: fixed upstream.
+- Drop balsa-message-searchbar-off.patch: fixed upstream.
+- Remove call to autoreconf as we don't have any patch anymore.
+
+---

calling whatdependson for head-i586


Old:

  balsa-2.4.9.tar.bz2
  balsa-fix-scrollkeeper.patch
  balsa-mail-handler.patch
  balsa-message-searchbar-off.patch
  balsa-new-autotools.patch

New:

  balsa-2.4.10.tar.bz2



Other differences:
--
++ balsa.spec ++
--- /var/tmp/diff_new_pack.VSQB4G/_old  2011-06-15 13:20:00.0 +0200
+++ /var/tmp/diff_new_pack.VSQB4G/_new  2011-06-15 13:20:00.0 +0200
@@ -20,21 +20,13 @@
 Name:   balsa
 %define TOUCHSCREEN_OPTIMIZATION %(echo %{name} | grep -qv touchscreen ; echo 
$?)
 %define base_name balsa
-Version:2.4.9
-Release:8
+Version:2.4.10
+Release:1
 License:GPLv2+
 Summary:The GNOME Mail Program
 Url:http://pawsa.fedorapeople.org/balsa/
 Group:  Productivity/Networking/Email/Clients
 Source: %{base_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM balsa-fix-scrollkeeper.patch bgo#636805 
vu...@opensuse.org -- Respect --disable-scrollkeeper
-Patch0: balsa-fix-scrollkeeper.patch
-# PATCH-FEATURE-UPSTREAM balsa-mail-handler.patch bgo645444 sbra...@suse.cz -- 
Offer balsa in gnome-default-applications-properties.
-Patch1: balsa-mail-handler.patch
-# PATCH-FEATURE-UPSTREAM balsa-new-autotools.patch bgo645530 sbra...@suse.cz 
-- Fix for new autoconf, fix minimal libnotify version.
-Patch2: balsa-new-autotools.patch
-# PATCH-FIX-UPSTREAM balsa-message-searchbar-off.patch bgo#647695 
sbra...@suse.cz -- Do not open message boxes with search bar.
-Patch3: balsa-message-searchbar-off.patch
 BuildRequires:  compface
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
@@ -87,15 +79,8 @@
 %prep
 %setup -q -n %{base_name}-%{version}
 translation-update-upstream
-%patch0 -p1
-mv balsa.desktop.in balsa.desktop.in.in
-cp -a balsa.desktop.in.in balsa-mailto-handler.desktop.in.in
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
-mkdir -p m4 ; gnome-doc-prepare -f ; autoreconf -f -i
 %configure\
 %if %TOUCHSCREEN_OPTIMIZATION
--enable-touch-ui\
@@ -161,8 +146,9 @@
 %doc %{_datadir}/omf/%{name}/%{name}-C.omf
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
-%{_datadir}/balsa
+%{_datadir}/balsa/
 %{_datadir}/icons/hicolor/48x48/mimetypes/*.png
+%{_datadir}/idl/Balsa.idl
 %{_datadir}/pixmaps/*.png
 %{_datadir}/sounds/balsa
 %doc %{_mandir}/man1/balsa.1*

++ balsa-2.4.9.tar.bz2 -> balsa-2.4.10.tar.bz2 ++
 54199 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 yast2-sshd for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package yast2-sshd for openSUSE:Factory
checked in at Wed Jun 15 11:55:27 CEST 2011.




--- yast2-sshd/yast2-sshd.changes   2009-01-29 10:53:14.0 +0100
+++ /mounts/work_src_done/STABLE/yast2-sshd/yast2-sshd.changes  2011-06-15 
10:54:16.0 +0200
@@ -1,0 +2,19 @@
+Wed Jun 15 10:45:10 CEST 2011 - loci...@suse.cz
+
+- Added possibility to manage the sshd service (#556535).
+- 2.21.0
+
+---
+Wed Jan 13 18:56:03 CET 2010 - kmachalk...@suse.cz
+
+- Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su
+  where root privileges are needed, removed X-KDE-SubstituteUID key 
+  (bnc#540627)
+
+---
+Tue Feb 24 16:44:38 CET 2009 - loci...@suse.cz
+
+- Added Login Settings help and improved the current dialog labels
+  to be more accurate (bnc #470357).`
+
+---

calling whatdependson for head-i586


Old:

  yast2-sshd-2.18.0.tar.bz2

New:

  yast2-sshd-2.21.0.tar.bz2



Other differences:
--
++ yast2-sshd.spec ++
--- /var/tmp/diff_new_pack.Y2TsqE/_old  2011-06-15 11:55:05.0 +0200
+++ /var/tmp/diff_new_pack.Y2TsqE/_new  2011-06-15 11:55:05.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-sshd (Version 2.18.0)
+# spec file for package yast2-sshd
 #
-# 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
@@ -19,40 +19,42 @@
 
 
 Name:   yast2-sshd
-Version:2.18.0
+Version:2.21.0
 Release:1
-License:GPL v2 or later
-Group:  System/YaST
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-sshd-2.18.0.tar.bz2
+Source0:yast2-sshd-2.21.0.tar.bz2
+
 Prefix: /usr
+
+Group:  System/YaST
+License:GPL v2 or later
 Requires:   yast2 >= 2.16.41
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
+
 BuildArch:  noarch
+
 Summary:YaST2 - SSH Server Configuration
 
 %description
 This package contains the YaST2 component for SSH server configuration.
 
-
-
-Authors:
-
-Lukas Ocilka 
-Katarina Machalkova 
-
 %prep
-%setup -n yast2-sshd-2.18.0
+%setup -n yast2-sshd-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf
 %{prefix}/bin/y2tool y2automake
 autoreconf --force --install
+
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
+
 %{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
-make %{?jobs:-j%jobs}
+# V=1: verbose build in case we used AM_SILENT_RULES(yes)
+# so that RPM_OPT_FLAGS check works
+make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
@@ -76,4 +78,5 @@
 %{prefix}/share/applications/YaST2/sshd.desktop
 /usr/share/YaST2/schema/autoyast/rnc/sshd_config.rnc
 %doc %{prefix}/share/doc/packages/yast2-sshd
+
 %changelog

++ yast2-sshd-2.18.0.tar.bz2 -> yast2-sshd-2.21.0.tar.bz2 ++
 7774 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-sshd-2.18.0/Makefile.am new/yast2-sshd-2.21.0/Makefile.am
--- old/yast2-sshd-2.18.0/Makefile.am   2009-01-29 11:02:48.0 +0100
+++ new/yast2-sshd-2.21.0/Makefile.am   2011-06-15 10:48:02.0 +0200
@@ -32,10 +32,10 @@
 
 # less strict; prefer bzip2
 AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip
-# where devtools instal m4 snippets
+# where devtools install m4 snippets
 # argh, executed literally
 #ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal
-ACLOCAL_AMFLAGS = -I `if test -d ./devtools/admin; then echo ./devtools/admin; 
else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal
+ACLOCAL_AMFLAGS = -I . -I `if test -d ./devtools/admin; then echo 
./devtools/admin; else pkg-config --print-errors --variable=datadir 
yast2-devtools; fi`/aclocal
 
 Makefile.am.common: $(DEVTOOLS_DIR)/admin/Makefile.am.common
cmp -s $< $@ || cp -f $< $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude dep

commit systemd for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Wed Jun 15 11:53:43 CEST 2011.




--- systemd/systemd.changes 2011-05-27 02:01:07.0 +0200
+++ /mounts/work_src_done/STABLE/systemd/systemd.changes2011-06-14 
15:26:40.0 +0200
@@ -1,0 +2,19 @@
+Tue Jun 14 15:10:41 CEST 2011 - kay.siev...@novell.com
+
+- new snapshot
+  - mount /run without MS_NOEXEC
+  - readahead-common: fix total memory size detection
+  - enable chkconfig support in systemctl for openSUSE
+  - selinux: selinuxfs can be mounted on /sys/fs/selinux
+  - cryptsetup-generator: fix /etc/cryptsetup options
+  - systemctl: fix double unref of a dbus message
+- drop merged chkconfig patch
+
+---
+Tue Jun 14 12:39:25 UTC 2011 - fcro...@novell.com
+
+- Add sysv chkconfig patch to be able to enable / disable sysv
+  initscripts with systemctl.
+- Ensure plymouth support is buildable conditionnally.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ systemd.spec ++
--- /var/tmp/diff_new_pack.Da2iY9/_old  2011-06-15 11:52:38.0 +0200
+++ /var/tmp/diff_new_pack.Da2iY9/_new  2011-06-15 11:52:38.0 +0200
@@ -17,11 +17,12 @@
 
 # norootforbuild
 
+%define build_plymouth 0
 
 Name:   systemd
 Url:http://www.freedesktop.org/wiki/Software/systemd
 Version:28
-Release:1
+Release:2
 License:GPLv2+
 Group:  System/Base
 Summary:A System and Session Manager
@@ -82,15 +83,18 @@
 %description sysvinit
 Drop-in replacement of System V init tools.
 
-#%package plymouth
-#License:GPLv2+
-#Group:  System/Base
-#Summary:Plymouth support for systemd
-#Requires:   %{name} = %{version}-%{release}
-#Requires:   plymouth
-#
-#%description plymouth
-#Plymouth integration for systemd
+%if %{build_plymouth}
+
+%package plymouth
+License:GPLv2+
+Group:  System/Base
+Summary:Plymouth support for systemd
+Requires:   %{name} = %{version}-%{release}
+Requires:   plymouth
+
+%description plymouth
+Plymouth integration for systemd
+%endif
 
 %prep
 %setup -q
@@ -124,9 +128,11 @@
 ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/runlevel
 rm -rf $RPM_BUILD_ROOT/etc/systemd/system/*.target.wants
 rm -f $RPM_BUILD_ROOT/etc/systemd/system/default.target
+%if !%{build_plymouth}
 rm -f $RPM_BUILD_ROOT/lib/systemd/system/plymouth-*.service
 rm -f $RPM_BUILD_ROOT/lib/systemd/system/*.wants/plymouth-*.service
 rm -f $RPM_BUILD_ROOT/lib/systemd/system/systemd-ask-password-plymouth.*
+%endif
 # aliases for /etc/init.d/*
 ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/cgroup.service
 ln -s systemd-tmpfiles-setup.service 
$RPM_BUILD_ROOT/lib/systemd/system/cleanup.service
@@ -144,7 +150,9 @@
 ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/swap.service
 ln -s systemd-sysctl.service $RPM_BUILD_ROOT/lib/systemd/system/sysctl.service
 ln -s systemd-random-seed-load.service 
$RPM_BUILD_ROOT/lib/systemd/system/random.service
-#(cd $RPM_BUILD_ROOT && find . -name '*plymouth*') > files.plymouth
+%if %{build_plymouth}
+(cd $RPM_BUILD_ROOT && find . -name '*plymouth*') > files.plymouth
+%endif
 
 %post
 /bin/systemd-machine-id-setup >/dev/null 2>&1 || :
@@ -220,10 +228,12 @@
 %{_datadir}/polkit-1/actions
 %{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
 %{_datadir}/pkgconfig/systemd.pc
+%if %{build_plymouth}
 # Packaged in plymouth subpackage
-#%exclude /lib/systemd/system/plymouth-*.service
-#%exclude /lib/systemd/system/*.wants/plymouth-*.service
-#%exclude /lib/systemd/system/systemd-ask-password-plymouth.*
+%exclude /lib/systemd/system/plymouth-*.service
+%exclude /lib/systemd/system/*.wants/plymouth-*.service
+%exclude /lib/systemd/system/systemd-ask-password-plymouth.*
+%endif
 # Packaged in gtk subpackage
 %exclude %{_mandir}/man1/systemadm.1*
 # Packaged in sysvinit subpackage
@@ -256,11 +266,14 @@
 %{_bindir}/systemd-gnome-ask-password-agent
 %{_mandir}/man1/systemadm.1*
 
-#%files plymouth
-#%defattr(-,root,root,-)
-#/lib/systemd/system/plymouth-*.service
-#/lib/systemd/system/*.wants/plymouth-*.service
-#/lib/systemd/system/systemd-ask-password-plymouth.*
+%if %{build_plymouth}
+
+%files plymouth
+%defattr(-,root,root,-)
+/lib/systemd/system/plymouth-*.service
+/lib/systemd/system/*.wants/plymouth-*.service
+/lib/systemd/system/systemd-ask-password-plymouth.*
+%endif
 
 %files sysvinit
 %defattr(-,root,root,-)

++ systemd-28.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemd-28/man/binfmt.d.5 
new/systemd-28/man/binfmt.d.5
--- old/systemd-28/man/binfmt.d.5   2011-05-26 21:08:34.0 +0200
+++ new/systemd-28/man/binfmt.d.5  

commit patterns for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package patterns for openSUSE:Factory
checked in at Wed Jun 15 11:48:51 CEST 2011.




--- patterns/patterns.changes   2011-05-30 15:44:23.0 +0200
+++ /mounts/work_src_done/STABLE/patterns/patterns.changes  2011-06-15 
10:42:04.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 15 08:35:51 UTC 2011 - co...@novell.com
+
+- adding webyast patterns
+
+---

calling whatdependson for head-i586


Old:

  patterns-1.2097.tar.bz2
  patterns-minimal_base-conflicts.diff

New:

  patterns-1.2098.tar.bz2



Other differences:
--
++ patterns.spec ++
--- /var/tmp/diff_new_pack.LeA3kT/_old  2011-06-15 11:48:17.0 +0200
+++ /var/tmp/diff_new_pack.LeA3kT/_new  2011-06-15 11:48:17.0 +0200
@@ -23,12 +23,11 @@
 Group:  System/Packages
 AutoReqProv:on
 Summary:Patterns Translation Tool
-Version:1.2097
-Release:6
+Version:1.2098
+Release:1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: patterns-%{version}.tar.bz2
 Source1:create_pattern.sh
-Patch0: patterns-minimal_base-conflicts.diff
 
 %description
 This is an pattern development package that is used to create the
@@ -45,7 +44,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %configure

++ patterns-1.2097.tar.bz2 -> patterns-1.2098.tar.bz2 ++
 14557 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 coreutils for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory
checked in at Wed Jun 15 11:48:08 CEST 2011.




--- coreutils/coreutils.changes 2011-05-03 14:28:18.0 +0200
+++ /mounts/work_src_done/STABLE/coreutils/coreutils.changes2011-05-03 
16:43:52.0 +0200
@@ -1,0 +2,5 @@
+Tue May  3 16:42:41 CEST 2011 - p...@suse.de
+
+- Remove services.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:download_url:coreutils-8.12.tar.xz
  _service:set_version:coreutils.spec

New:

  coreutils-8.12.tar.xz



Other differences:
--
++ coreutils.spec ++
--- /var/tmp/diff_new_pack.5h1BVk/_old  2011-06-15 11:42:33.0 +0200
+++ /var/tmp/diff_new_pack.5h1BVk/_new  2011-06-15 11:42:33.0 +0200
@@ -24,7 +24,7 @@
 License:GFDLv1.2 ; GPLv2+ ; GPLv3+
 Group:  System/Base
 Version:8.12
-Release:3
+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







Remember to have fun...

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



commit binutils for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package binutils for openSUSE:Factory
checked in at Wed Jun 15 11:41:37 CEST 2011.




--- binutils/binutils.changes   2011-05-04 10:47:51.0 +0200
+++ /mounts/work_src_done/STABLE/binutils/binutils.changes  2011-06-09 
17:26:37.0 +0200
@@ -1,0 +2,15 @@
+Thu Jun  9 14:20:07 UTC 2011 - m...@novell.com
+
+- Add patch to support AMD Bulldozer v2 [fate #312149]
+
+---
+Tue Jun  7 11:03:12 UTC 2011 - rguent...@novell.com
+
+- Update to binutils-2_21-branch head.  [bnc#698346]
+
+---
+Fri May 27 13:46:53 UTC 2011 - rguent...@novell.com
+
+- Disable cross-sh4-binutils.
+
+---
@@ -46 +61 @@

+  Rewrite history by including this:
@@ -51,6 +65,0 @@

-Wed Feb 17 17:11:18 CET 2010 - m...@suse.de
-
-- Add xsave64, xrstor64 and vpermil2p support (XOP).
-

@@ -61,11 +69,0 @@

-Fri Feb 12 16:55:32 CET 2010 - m...@suse.de
-
-- Add more aliases for VPCOM* instructions (XOP support). 
-

-Mon Feb  8 16:05:48 CET 2010 - m...@suse.de
-
-- Add support for AMD XOP instructions.  [bnc #578249]
-

@@ -76 +73,0 @@

@@ -82 +78,0 @@

@@ -87 +82,0 @@

@@ -92 +86,0 @@

@@ -98 +91,0 @@

@@ -103,0 +97,29 @@
+
+---
+Fri Apr  9 14:42:48 CEST 2010 - m...@suse.de
+
+- Fix encoding of LWP instructions, and get rid of 16bit forms.
+
+---
+Fri Feb 12 16:46:42 CET 2010 - m...@suse.de
+
+- Add more aliases for VPCOM* instructions, xsave64, xrstor64,
+  and vpermil2p (XOP support).
+
+---
+Tue Feb  9 13:46:35 CET 2010 - m...@suse.de
+
+- Add support for AMD XOP instructions.  [bnc #578249]
+
+---
+Fri Jan 22 15:40:21 CET 2010 - m...@suse.de
+
+- Update to current binutils-2_20-branch.  [bnc #561142, #573019]
+
+---
+Wed Nov  4 15:44:30 CET 2009 - m...@suse.de
+
+- Update to binutils 2.20 branch, remove patches that went upstream.
+  Don't activate --as-needed by default for SLE11 SP1.
+  [fate #306880, #307034]
+  [bnc #546106, #483978]
cross-alpha-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-hppa-binutils.changes: same change
cross-hppa64-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sparc-binutils.changes: same change
cross-spu-binutils.changes: same change
cross-x86_64-binutils.changes: same change

calling whatdependson for head-i586


Old:

  cross-sh4-binutils.changes
  cross-sh4-binutils.spec

New:

  amd-bdver2-and-fixes2.diff.gz



Other differences:
--
++ binutils.spec ++
--- /var/tmp/diff_new_pack.r6ALsF/_old  2011-06-15 11:17:12.0 +0200
+++ /var/tmp/diff_new_pack.r6ALsF/_new  2011-06-15 11:17:12.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  zlib-devel
 %endif
 Version:2.21.0
-Release:3
+Release:5
 #
 # RUN_TESTS
 %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@@ -87,6 +87,7 @@
 Patch12:s390-pic-dso.diff
 Patch14:binutils-build-as-needed.diff
 Patch15:fixup-testcase-perturb.diff
+Patch16:amd-bdver2-and-fixes2.diff.gz
 Patch90:cross-avr-nesc-as.patch
 Patch92:cross-avr-omit_section_dynsym.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -297,6 +298,7 @@
 %patch12
 %patch14
 %patch15
+%patch16 -p1
 %if "%{TARGET}" == "avr"
 cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
 %patch90

++ cross-alpha-binutils.spec ++
--- /var/tmp/diff_new_pack.r6ALsF/_old  2011-06-15 11:17:12.0 +0200
+++ /v

commit installation-images for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory
checked in at Wed Jun 15 10:50:40 CEST 2011.




--- installation-images/installation-images.changes 2011-05-30 
14:15:40.0 +0200
+++ 
/mounts/work_src_done/STABLE/installation-images/installation-images.changes
2011-06-14 16:09:46.0 +0200
@@ -1,0 +2,39 @@
+Tue Jun 14 16:09:36 CEST 2011 - snw...@suse.de
+
+- anticipate build service download problems & retry before giving up
+- .oscrc might not be readable by root
+
+---
+Tue Jun 14 14:24:19 CEST 2011 - snw...@suse.de
+
+- read .oscrc for auth data, better error reporting
+- fix dbus-1 file list
+
+---
+Fri Jun 10 14:23:09 CEST 2011 - snw...@suse.de
+
+- fix libusb; the good old netcat is gone
+
+---
+Tue Jun  7 10:55:05 CEST 2011 - snw...@suse.de
+
+- don't forget to set suse release
+
+---
+Fri Jun  3 16:39:23 CEST 2011 - snw...@suse.de
+
+- more fixes
+
+---
+Fri Jun  3 15:42:01 CEST 2011 - snw...@suse.de
+
+- adjust module config
+- cleanup version mess
+- fix lib deps
+- change rpm name in cache
+- fix release tag
+- track obs repos
+- remove perl-Switch
+- support obs source
+
+---

calling whatdependson for head-i586


Old:

  installation-images-12.81.tar.bz2
  needed_space_in_mb

New:

  installation-images-13.5.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.DW4BhK/_old  2011-06-15 10:50:03.0 +0200
+++ /var/tmp/diff_new_pack.DW4BhK/_new  2011-06-15 10:50:03.0 +0200
@@ -23,9 +23,9 @@
 %define has_sles 0
 %define build_xen 1
 %define has_vnc 1
-BuildRequires:  PolicyKit adaptec-firmware ash autoyast2-installation bc 
blueprint-cursor-theme cifs-utils cron cups-libs dd_rescue dhcpcd dhcpv6 dmraid 
dump ed efont-unicode eject fbiterm finger fonts-config gdb glibc-i18ndata hex 
icmpinfo initviocons iputils joe krb5-devel libidn libjpeg-devel libpng-devel 
links linuxrc lklug lvm2 mdadm mingetty mtools multipath-tools nasm netcat 
netpbm nfs-utils ntfsprogs openslp-server openssh pcmciautils pcre-devel 
popt-devel pothana2000 recode rsh rsync sbl screen setserial sg3_utils 
smartmontools socat sysconfig syslogd tcpd-devel telnet telnet-server termcap 
terminfo usbutils wget xfsdump
+BuildRequires:  PolicyKit adaptec-firmware ash autoyast2-installation bc 
blueprint-cursor-theme cifs-utils cron cups-libs dd_rescue dhcpcd dhcpv6 dmraid 
dump ed efont-unicode eject fbiterm finger fonts-config gdb glibc-i18ndata hex 
icmpinfo initviocons iputils joe krb5-devel libidn libjpeg-devel libpng-devel 
links linuxrc lklug lvm2 mdadm mingetty mtools multipath-tools nasm 
netcat-openbsd netpbm nfs-utils ntfsprogs openslp-server openssh pcmciautils 
pcre-devel popt-devel pothana2000 recode rsh rsync sbl screen setserial 
sg3_utils smartmontools socat sysconfig syslogd tcpd-devel telnet telnet-server 
termcap terminfo usbutils wget xfsdump
 BuildRequires:  e2fsprogs ncurses-utils yast2-add-on yast2-kdump yast2-mouse 
yast2-ncurses-pkg yast2-network yast2-nfs-client yast2-ntp-client yast2-qt 
yast2-qt-pkg yast2-runlevel yast2-slp yast2-trans-allpacks yast2-trans-stats 
yast2-tune yast2-update yast2-users
-BuildRequires:  aaa_base aaa_base-extras audit-libs busybox checkmedia 
cryptsetup dejavu dmapi dosfstools ethtool fvwm2 gpm hfsutils icewm-lite 
libcares2 libelf0 libzypp open-iscsi openct pciutils pciutils-ids pcsc-lite 
perl-HTML-Parser sqlite3 util-linux
+BuildRequires:  aaa_base aaa_base-extras audit-libs busybox checkmedia 
cryptsetup dejavu dmapi dosfstools ethtool fvwm2 gpm hfsutils icewm-lite 
libcares2 libelf0 libpcsclite1 libzypp open-iscsi openct pciutils pciutils-ids 
pcsc-lite perl-HTML-Parser sqlite3 util-linux
 BuildRequires:  build-key gpg2 jfsutils kexec-tools limal limal-perl 
perl-Switch perl-XML-Bare perl-XML-NamespaceSupport perl-XML-Parser 
perl-XML-Simple yast2-iscsi-client yast2-ncurses
 BuildRequires:  Mesa libXi6 xkeyboard-config xorg-x11 xorg-x11-Xnest 
xorg-x11-Xvfb xorg-x11-fonts xorg-x11-fonts-core xorg-x11-libICE xorg-x11-libSM 
xorg-x11-libX11 xorg-x11-libXau xorg-x11-libXdmcp xorg-x11-libXext 
xorg-x11-libXfixes xorg-x11-libXmu xorg-x11-libXp xorg-x11-libXpm 
xorg-x11-libXrender xorg-x11-libXt xorg-x11-libfontenc xorg-x11-libs 
xorg-x11-libxcb xorg-x11-libxkbfile xorg-x11-server xterm
 BuildRequires:  bzip2 cracklib cracklib-dict-full curl gpart iproute2 
libexpat1 libfuse2 libreiserfs libreiserfs-devel module-init-tools nfs-client 
ntfs-3g parted procinfo proc

commit bluez for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package bluez for openSUSE:Factory
checked in at Wed Jun 15 10:42:38 CEST 2011.




--- bluez/bluez-gstreamer.changes   2011-03-30 09:35:44.0 +0200
+++ /mounts/work_src_done/STABLE/bluez/bluez-gstreamer.changes  2011-06-14 
08:50:31.0 +0200
@@ -1,0 +2,39 @@
+Tue Jun 14 06:49:35 UTC 2011 - seife+...@b1-systems.com
+
+- remove workaround for rpmlint stupidity now that libusb is in /
+
+---
+Wed Jun  1 09:46:16 UTC 2011 - seife+...@b1-systems.com
+
+- update to bluez-4.94:
+  - Fix issue with invalid read of memory in various modules.
+  - Fix issue with buffer overflow when sending AVDTP commands.
+  - Fix issue with response to vendor dependent AVRCP commands.
+  - Fix issue with headset when not able to reply with ERROR.
+  - Fix issue with crash when creating a device from storage.
+  - Fix issue with handling non UTF-8 devices names.
+  - Add support for improved discovery procedure.
+
+---
+Wed May  4 20:39:21 UTC 2011 - seife+...@b1-systems.com
+
+- update to bluez-4.93:
+  - Fix issue with property type and Health Main channel.
+  - Fix issue with crash when removing devices.
+  - Add support for hid2hci and udev integration.
+- disable 001-remove-rule-dell-mouse.patch for now
+
+---
+Tue Apr 26 07:48:45 UTC 2011 - seife+...@b1-systems.com
+
+- update to bluez-4.92:
+  - Fix issue with handling of A2DP suspend response.
+  - Fix issue with crashing when acquiring A2DP stream.
+  - Fix issue with missing check for valid SCO before shutdown.
+  - Fix issue with waiting for POLLERR when disconnecting SCO.
+  - Fix issue with disconnect after primary service discovery.
+  - Fix issue with attribute interface registration.
+  - Add support for primary services over BR/EDR.
+  - Add support for flushable packets of A2DP media.
+
+---
bluez.changes: same change

calling whatdependson for head-i586


Old:

  bluez-4.91.tar.bz2

New:

  bluez-4.94.tar.bz2



Other differences:
--
++ bluez-gstreamer.spec ++
--- /var/tmp/diff_new_pack.LPTJ2e/_old  2011-06-15 10:41:51.0 +0200
+++ /var/tmp/diff_new_pack.LPTJ2e/_new  2011-06-15 10:41:51.0 +0200
@@ -29,8 +29,9 @@
 BuildRequires:  alsa-devel libsndfile-devel pkg-config udev
 BuildRequires:  gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
 BuildRequires:  readline-devel
+BuildRequires:  libudev-devel
 Url:http://www.bluez.org
-Version:4.91
+Version:4.94
 Release:1
 Summary:Bluetooth Sound Support
 Group:  Productivity/Multimedia/Sound/Utilities
@@ -90,7 +91,6 @@
--enable-pand   \
--enable-dund   \
--enable-configfiles\
-   --enable-attrib \
--enable-pcmcia \
%{?with_libcapng}
 make %{?_smp_mflags} all V=1

++ bluez.spec ++
--- /var/tmp/diff_new_pack.LPTJ2e/_old  2011-06-15 10:41:51.0 +0200
+++ /var/tmp/diff_new_pack.LPTJ2e/_new  2011-06-15 10:41:51.0 +0200
@@ -2,6 +2,7 @@
 # spec file for package bluez
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010-2011 B1 Systems GmbH, Vohburg, Germany
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,8 +29,9 @@
 BuildRequires:  libnl-devel libusb-devel
 BuildRequires:  alsa-devel libsndfile-devel pkg-config udev
 BuildRequires:  readline-devel
+BuildRequires:  libudev-devel
 Url:http://www.bluez.org
-Version:4.91
+Version:4.94
 Release:1
 Summary:Bluetooth Stack for Linux
 Group:  Hardware/Mobile
@@ -56,6 +58,7 @@
 %else
 %define OLD_UDEV 0
 %endif
+
 # In openSUSE 11.3 there is upstream compliant CUPS 1.4
 # which means to have a fixed "/usr/lib/cups/" directory
 # on all platforms (see Novell/Suse Bugzilla bnc#575544):
@@ -182,7 +185,9 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
+# disabled the patch because it does no longer cleanly apply and the rule has
+# changed significantly anyway. I'll keep it until i get confirmation in 
bugzilla.
+##%%patch2 -p1
 cp %{S:6} .
 %{?suse_update_config:%{suse_update_config -f . }}
 mkdir dbus-apis
@@ -209,7 +214,6 @@
--enable-pand   \
--enable-dund   \
--enable-configfiles\
-   --enable-attrib \
--enable-pcmcia \
%{?with_libc

commit horde4-nag for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package horde4-nag for openSUSE:Factory
checked in at Wed Jun 15 10:40:16 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/horde4-nag/horde4-nag.changes  2011-06-09 
17:46:59.0 +0200
@@ -0,0 +1,10 @@
+---
+Thu Jun  9 15:47:20 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Sat May 14 08:09:22 UTC 2011 - l...@b1-systems.de
+
+- Initial packaging with version 3.0.1
+

calling whatdependson for head-i586


New:

  horde4-nag.changes
  horde4-nag.spec
  nag-3.0.1.tgz



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


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear
%define hordedir /usr/share/php5/PEAR/www/horde

Summary:PEAR: A web based tasklist manager

Name:   horde4-nag
Version:3.0.1
Release:1
License:GPLv3
Group:  Productivity/Networking/Web/Utilities
Source0:http://pear.horde.org/get/nag-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/nag
BuildRequires:  php5-pear >= 1.4.7
Requires:   horde4 < 5.0.0, php5-pear >= 1.7.0
Conflicts:  horde4 = 5.0.0
BuildRequires:  fdupes
BuildRequires:  php5-pear-Horde_Role php5-pear-channel-horde
Requires:   php5-pear-channel-horde, php5-pear-Horde_Role, 
php5-pear-Horde_Auth, php5-pear-Horde_Core, php5-pear-Horde_Data, 
php5-pear-Horde_Date, php5-pear-Horde_Date_Parser, php5-pear-Horde_Exception, 
php5-pear-Horde_Form 
Requires:   php5-pear-Horde_Group, php5-pear-Horde_History, 
php5-pear-Horde_Icalendar, php5-pear-Horde_Db, php5-pear-Horde_Pdf, 
php5-pear-Horde_Crypt, php5-pear-Horde_Cli, php5-pear-Horde_Mime
Requires:   php5-pear-Horde_Prefs, php5-pear-Horde_Perms, 
php5-pear-Horde_Share, php5-pear-Horde_Support, php5-pear-Horde_Text_Filter, 
php5-pear-Horde_View, php5-pear-Horde_ActiveSync  
Requires:   php5-pear-Horde_Db
Requires:   php5-gettext
BuildArch:  noarch

%description
Nag is a web-based application built upon the Horde Application Framework which 
provides a simple, 
clean interface for managing online task lists (i.e., todo lists). 
It also includes strong integration with the other Horde applications and 
allows 
users to share task lists or enable light-weight project management.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-d horde_dir=%{hordedir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%fdupes %buildroot%{hordedir}/nag
%find_lang nag 
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/nag.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/nag.xml

%postun
if [ "$1" -eq "0" ]; then
pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/nag
fi

%files -f nag.lang
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{peardir}/*
%{xmldir}/nag.xml
%{hordedir}/nag
%attr(0775,root,www) %dir %{hordedir}/nag/config
/usr/bin/nag-convert-datatree-shares-to-sql
/usr/bin/nag-convert-sql-shares-to-sqlng
/usr/bin/nag-create-missing-add-histories-sql
/usr/bin/nag-import-vtodos

%changelog





Remember to have fun...

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

commit horde4-turba for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package horde4-turba for openSUSE:Factory
checked in at Wed Jun 15 10:23:19 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/horde4-turba/horde4-turba.changes  
2011-06-09 17:52:01.0 +0200
@@ -0,0 +1,26 @@
+---
+Thu Jun  9 15:52:17 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Thu Jun  2 08:38:15 UTC 2011 - l...@b1-systems.de
+
+- version 3.0.3
+- [rl] #8786 Turba Minisearch works over multiple address books
+- [mjr] Fix importing LDIF files (Bug: 10139).
+- [mjr] Fix issue introduced in 3.0.1 that caused contact images to not 
display (Bug #10050).
+- [jan] Fix editing of multiple contacts at once (Bug #10085).
+- [jan] Enable homeAdress and workAdress composite fields by default.
+
+
+---
+Sat May 14 12:03:28 UTC 2011 - l...@b1-systems.de
+
+- added horde_image dependency
+
+---
+Sat May 14 08:28:45 UTC 2011 - l...@b1-systems.de
+
+- initial packaging of v3.0.2
+

calling whatdependson for head-i586


New:

  horde4-turba.changes
  horde4-turba.spec
  turba-3.0.3.tgz



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


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear
%define hordedir /usr/share/php5/PEAR/www/horde

Summary:PEAR: A web based addressbook

Name:   horde4-turba
Version:3.0.3
Release:1
License:ASL
Group:  Productivity/Networking/Web/Utilities
Source0:http://pear.horde.org/get/turba-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/turba
BuildRequires:  php5-pear >= 1.4.7
Requires:   horde4 < 5.0.0, php5-pear >= 1.7.0
Conflicts:  horde4 = 5.0.0
BuildRequires:  fdupes
BuildRequires:  php5-pear-Horde_Role php5-pear-channel-horde
Requires:   php5-pear-channel-horde, php5-pear-Horde_Role, 
php5-pear-Horde_Auth, php5-pear-Horde_Core, php5-pear-Horde_Data, 
php5-pear-Horde_Date, php5-pear-Horde_Date_Parser, php5-pear-Horde_Exception, 
php5-pear-Horde_Form 
Requires:   php5-pear-Horde_Group, php5-pear-Horde_History, 
php5-pear-Horde_Icalendar, php5-pear-Horde_Db, php5-pear-Horde_Pdf, 
php5-pear-Horde_Crypt, php5-pear-Horde_Cli, php5-pear-Horde_Mime
Requires:   php5-pear-Horde_Prefs, php5-pear-Horde_Perms, 
php5-pear-Horde_Share, php5-pear-Horde_Support, php5-pear-Horde_Text_Filter, 
php5-pear-Horde_View, php5-pear-Horde_ActiveSync, php5-pear-Horde_Image
Requires:   php5-pear-Horde_Db
Requires:   php5-gettext
BuildArch:  noarch

%description
Turba is the Horde contact management application. 
Leveraging the Horde framework to provide seamless integration with IMP and 
other Horde applications, 
it supports storing contacts in SQL, LDAP, Kolab, and IMSP address books.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-d horde_dir=%{hordedir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%fdupes %buildroot%{hordedir}/turba
%find_lang turba 
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/turba.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/turba.xml

%postun
if [ "$1" -eq "0" ]; then
pear uninstall --nodep

commit php5-pear-Horde_Alarm for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Alarm for 
openSUSE:Factory
checked in at Wed Jun 15 10:18:17 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Alarm/php5-pear-Horde_Alarm.changes
2011-06-08 17:41:25.0 +0200
@@ -0,0 +1,33 @@
+---
+Wed Jun  8 15:41:24 UTC 2011 - l...@b1-systems.de
+
+- No longer cleanup buildroot in %install section as requested by speilicke
+
+---
+Thu Jun  2 07:22:49 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.2
+- [jan] Updated Slovak translation.
+
+
+---
+Thu May 26 19:49:06 UTC 2011 - l...@b1-systems.de
+
+- Added licensing stuff
+
+---
+Wed May 18 14:35:05 UTC 2011 - l...@b1-systems.de
+
+- updated to version 1.0.1
+- updated spanish translation
+
+---
+Wed Apr  6 11:44:13 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 19:42:25 UTC 2011 - l...@b1-systems.de
+
+- Initial build 1.0.0beta1 
+

calling whatdependson for head-i586


New:

  COPYING.LGPLv3
  Horde_Alarm-1.0.2.tgz
  php5-pear-Horde_Alarm.changes
  php5-pear-Horde_Alarm.spec



Other differences:
--
++ php5-pear-Horde_Alarm.spec ++
#
# spec file for package php5-pear-Horde_Alarm
#
# 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/
#


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:PEAR: Horde alarm libraries

Name:   php5-pear-Horde_Alarm
Version:1.0.2
Release:1
License:LGPL-3.0+
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Alarm-%{version}.tgz
Source1:COPYING.LGPLv3
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Alarm
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Date < 2.0.0, php5-pear-Horde_Exception < 
2.0.0, php5-pear-Horde_Translation < 2.0.0, php5-pear >= 1.7.0
Conflicts:  php5-pear-Horde_Date = 2.0.0, php5-pear-Horde_Exception = 
2.0.0, php5-pear-Horde_Translation = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Alarm
%define pear_sname horde_alarm
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
This package provides an interface to deal with reminders, alarms and
notifications through a standardized API. The following notification
methods are available at the moment: standard Horde notifications, popups,
emails, sms.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name}/ \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}

# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Alarm.xml
%{__install} -d  %{buildroot}/usr/share/doc/packages/%{name}/
cp -p %{SOURCE1} %{buildroot}/usr/share/doc/packages/%{name}/

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --regist

commit php5-pear-Horde_Auth for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Auth for 
openSUSE:Factory
checked in at Wed Jun 15 10:13:49 CEST 2011.




--- php5-pear-Horde_Auth/php5-pear-Horde_Auth.changes   2011-05-21 
08:48:21.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Auth/php5-pear-Horde_Auth.changes  
2011-06-08 18:09:19.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun  8 16:08:04 UTC 2011 - l...@b1-systems.de
+
+- fix security issue in composite authentication driver
+
+---

calling whatdependson for head-i586


Old:

  Horde_Auth-1.0.3.tgz

New:

  Horde_Auth-1.0.4.tgz



Other differences:
--
++ php5-pear-Horde_Auth.spec ++
--- /var/tmp/diff_new_pack.viUvoz/_old  2011-06-15 10:13:32.0 +0200
+++ /var/tmp/diff_new_pack.viUvoz/_new  2011-06-15 10:13:32.0 +0200
@@ -23,7 +23,7 @@
 %define pear_name  Horde_Auth
 %define pear_sname horde_auth
 Summary:PEAR: Horde Authentication API
-Version:1.0.3
+Version:1.0.4
 Release:1
 License:LGPL
 Group:  Development/Libraries/PHP
@@ -63,7 +63,7 @@
 %{__cp} %{php_peardir}/.channels/pear.horde.org.reg 
%{buildroot}%{php_peardir}/.channels/
 
 %{__pear} -v \
--d doc_dir=/doc \
+-d doc_dir=%{_docdir}/%{name} \
 -d bin_dir=%{_bindir} \
 -d data_dir=%{php_peardir}/data \
 -d test_dir=%{php_peardir}/tests \
@@ -96,4 +96,5 @@
 
 %files -f %{name}.files
 %defattr(-,root,root)
+
 %changelog

++ Horde_Auth-1.0.3.tgz -> Horde_Auth-1.0.4.tgz ++
 9615 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 php5-pear-Horde_Browser for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Browser for 
openSUSE:Factory
checked in at Wed Jun 15 10:06:48 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Browser/php5-pear-Horde_Browser.changes
2011-06-08 17:56:43.0 +0200
@@ -0,0 +1,28 @@
+---
+Wed Jun  8 15:57:10 UTC 2011 - l...@b1-systems.de
+
+- stop deleting buildroot in %install
+
+---
+Wed Jun  1 21:24:25 UTC 2011 - l...@b1-systems.de
+
+- versopn 1.0.1
+- [jan] Updated Slovak translation.
+- [jan] Updated Spanish translation.
+ 
+
+---
+Tue May 24 16:41:22 UTC 2011 - l...@b1-systems.de
+
+- Adding package conversion lines
+
+---
+Wed Apr  6 11:55:10 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 20:47:35 UTC 2011 - l...@b1-systems.de
+
+- initial version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Browser-1.0.1.tgz
  php5-pear-Horde_Browser.changes
  php5-pear-Horde_Browser.spec



Other differences:
--
++ php5-pear-Horde_Browser.spec ++
#
# spec file for package php5-pear-Horde_Browser
#
# 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/
#


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:PEAR: Horde Browser API

Name:   php5-pear-Horde_Browser
Version:1.0.1
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Browser-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Browser
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Exception < 2.0.0, php5-pear-Horde_Util < 
2.0.0, php5-pear >= 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Browser
%define pear_sname horde_browser
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
The Horde_Browser class provides an API for getting information about the
current user's browser and its capabilities.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}

# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Browser.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Browser.xml

%postun
if [ "$1" -eq "0" ]; then
pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/Horde_Browser
fi

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Browser.xml

%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 php5-pear-Horde_Cli for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Cli for 
openSUSE:Factory
checked in at Wed Jun 15 10:04:58 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Cli/php5-pear-Horde_Cli.changes
2011-06-08 18:01:24.0 +0200
@@ -0,0 +1,28 @@
+---
+Wed Jun  8 15:59:42 UTC 2011 - l...@b1-systems.de
+
+- stop deleting buildroot in %install section (policy)
+
+---
+Wed Jun  1 21:16:11 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.1
+- [jan] Updated Slovak translation.
+- [jan] Updated Spanish translation.
+
+
+---
+Mon May 23 20:07:35 UTC 2011 - l...@b1-systems.de
+
+- Revert php-macros but add package conversion
+
+---
+Wed Apr  6 11:56:27 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 21:14:50 UTC 2011 - l...@b1-systems.de
+
+- Initial version 1.0.0beta1 
+

calling whatdependson for head-i586


New:

  Horde_Cli-1.0.1.tgz
  php5-pear-Horde_Cli.changes
  php5-pear-Horde_Cli.spec



Other differences:
--
++ php5-pear-Horde_Cli.spec ++
#
# spec file for package php5-pear-Horde_Cli
#
# 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/
#


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:PEAR: Horde Command Line Interface API

Name:   php5-pear-Horde_Cli
Version:1.0.1
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Cli-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Cli
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Support < 2.0.0, php5-pear-Horde_Translation < 
2.0.0, php5-pear >= 1.7.0
Conflicts:  php5-pear-Horde_Support = 2.0.0, php5-pear-Horde_Translation = 
2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Cli
%define pear_sname horde_cli
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
Horde_Cli:: API for basic command-line functionality/checks

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}

# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Cli.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Cli.xml

%postun
if [ "$1" -eq "0" ]; then
pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/Horde_Cli
fi

%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{peardir}/*
%{xmldir}/Horde_Cli.xml

%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 php5-pear-Horde_Compress for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Compress for 
openSUSE:Factory
checked in at Wed Jun 15 10:00:43 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Compress/php5-pear-Horde_Compress.changes
  2011-06-08 18:04:14.0 +0200
@@ -0,0 +1,33 @@
+---
+Wed Jun  8 16:04:31 UTC 2011 - l...@b1-systems.de
+
+- no longer delete the buildroot in %install
+
+---
+Wed Jun  1 21:18:10 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.2
+- [jan] Updated Slovak translation.
+ 
+
+---
+Tue May 24 16:34:37 UTC 2011 - l...@b1-systems.de
+
+- add package conversion lines
+
+---
+Wed May 18 14:42:37 UTC 2011 - l...@b1-systems.de
+
+- Version 1.0.1 
+- updated spanish translation
+
+---
+Wed Apr  6 11:57:14 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 21:18:38 UTC 2011 - l...@b1-systems.de
+
+- Initial version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Compress-1.0.2.tgz
  php5-pear-Horde_Compress.changes
  php5-pear-Horde_Compress.spec



Other differences:
--
++ php5-pear-Horde_Compress.spec ++
#
# spec file for package php5-pear-Horde_Compress
#
# 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/
#


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:PEAR: Horde Compression API

Name:   php5-pear-Horde_Compress
Version:1.0.2
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Compress-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Compress
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Exception < 2.0.0, php5-pear-Horde_Translation 
< 2.0.0, php5-pear-Horde_Util < 2.0.0, php5-pear >= 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Translation 
= 2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Compress
%define pear_sname horde_compress
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
This package provides an API for various compression techniques.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}

# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Compress.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only 
%{xmldir}/Horde_Compress.xml

%postun
if [ "$1" -eq "0" ]; then
pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/Horde_Compress
fi

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Compress.xml

%changelog





Remember to have fun...

commit php5-pear-Horde_Core for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Core for 
openSUSE:Factory
checked in at Wed Jun 15 10:00:02 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Core/php5-pear-Horde_Core.changes  
2011-06-10 09:45:19.0 +0200
@@ -0,0 +1,101 @@
+---
+Wed Jun 10 10:00:00 UTC 2011 - l...@b1-systems.de
+
+- Version update to 1.2.1
+- [mms] Only list sidebar apps in listApps() if parent app is active (Bug 
#10017).
+- [mms] Fix autocomplete javascript when contents of DOM element is 
dynamically altered.
+- [mms] Fix duplicate node IDs in javascript tree rendering code (Bug #10173).
+- [rla] Show specific admin privileges a user has permission to (Enhancement 
#9350).
+- mark locale files as %lang
+
+---
+Wed Jun  8 13:52:14 UTC 2011 - l...@b1-systems.de
+
+- remove cleaning buildroot in install as suggested by peilicke
+
+---
+Wed Jun  1 21:14:16 UTC 2011 - l...@b1-systems.de
+
+- version 1.2.0
+- [jan] Add Horde_Config::configSQL() method.
+- [jan] Add Horde_Core_Cli and Horde_Core_Bundle classes.
+- [jan] Updated Slovak translation.
+- [mms] Allow numbers to be zero in certain preferences (Bug #10120).
+- [mms] Fix running Horde login tasks (Bug #9767).
+- [mms] Fix authenticating as several users in the same request (Bug #10027).
+- [gwr] Added support for the Kolab IMAP based preferences backend.
+- [jan] Updated Spanish translation.
+
+
+---
+Wed May 18 14:45:25 UTC 2011 - l...@b1-systems.de
+
+- Version 1.1.1
+- [jan] Don't show IMP compose link if user doesn't have permissions 
to IMP (Bug #10016).
+- [mjr] Fix editing settings of fixed portal blocks (Bug #9910).
+- [jan] Add Horde_Config#configFile() and Horde_Config#writePHPConfiguration().
+- [mjr] Fix issue with deleting identities (Bug #9997).
+- [jan] Store preferences for guests in the session.
+- [jan] Updated German translation.
+- [mms] Optimize session storage.
+
+---
+Wed May 18 12:45:49 UTC 2011 - l...@b1-systems.de
+
+- Add suggestions
+
+---
+Wed Apr 27 09:06:54 UTC 2011 - l...@b1-systems.de
+
+- These files should be world readable
+
+---
+Thu Apr 21 11:05:47 UTC 2011 - l...@b1-systems.de
+
+- add dependency on php5-json
+
+---
+Wed Apr 20 20:51:42 UTC 2011 - l...@b1-systems.de
+
+- upgrade to 1.0.1 
+
+---
+Wed Apr  6 17:51:08 UTC 2011 - l...@b1-systems.de
+
+- add (shared) dir ownership
+
+---
+Wed Apr  6 11:58:56 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Fri Mar 18 12:41:20 UTC 2011 - l...@b1-systems.de
+
+- added js path
+
+---
+Fri Mar 18 12:29:02 UTC 2011 - l...@b1-systems.de
+
+- add the horde role
+
+---
+Fri Mar 18 11:42:29 UTC 2011 - l...@b1-systems.de
+
+- add dependency on Horde_Secret
+
+---
+Fri Mar 18 11:35:13 UTC 2011 - l...@b1-systems.de
+
+- Horde_Notification dependency
+
+---
+Fri Mar 18 11:29:47 UTC 2011 - l...@b1-systems.de
+
+- added Horde_SessionHandler dependency
+
+---
+Wed Mar 16 21:30:38 UTC 2011 - l...@b1-systems.de
+
+- Initial build v 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Core-1.2.1.tgz
  php5-pear-Horde_Core.changes
  php5-pear-Horde_Core.spec



Other differences:
--
++ php5-pear-Horde_Core.spec ++
#
# spec file for package php5-pear-Horde_Core
#
# 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)
# pu

commit php5-pear-Horde_Crypt for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Crypt for 
openSUSE:Factory
checked in at Wed Jun 15 09:56:58 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Crypt/php5-pear-Horde_Crypt.changes
2011-06-08 15:54:32.0 +0200
@@ -0,0 +1,31 @@
+---
+Wed Jun  8 13:54:57 UTC 2011 - l...@b1-systems.de
+
+- removed rm buildroot in install
+
+---
+Wed Jun  1 21:11:40 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.3
+
+---
+Wed May 18 14:47:53 UTC 2011 - l...@b1-systems.de
+
+- updated to 1.0.2
+- updated spanish translation
+
+---
+Wed Apr 20 20:55:43 UTC 2011 - l...@b1-systems.de
+
+- up to 1.0.1
+
+---
+Wed Apr  6 11:59:49 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 08:05:00 UTC 2011 - l...@b1-systems.de
+
+- initial version  1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Crypt-1.0.3.tgz
  php5-pear-Horde_Crypt.changes
  php5-pear-Horde_Crypt.spec



Other differences:
--
++ php5-pear-Horde_Crypt.spec ++
#
# spec file for package php5-pear-Horde_Crypt
#
# 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/
#


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:PEAR: Horde Cryptography API

Name:   php5-pear-Horde_Crypt
Version:1.0.3
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Crypt-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Crypt
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Exception < 2.0.0, php5-pear-Horde_Mime < 
2.0.0, php5-pear-Horde_Stream_Filter < 2.0.0, php5-pear-Horde_Translation < 
2.0.0, php5-pear-Horde_Util < 2.0.0, php5-pear >= 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Mime = 
2.0.0, php5-pear-Horde_Stream_Filter = 2.0.0, php5-pear-Horde_Translation = 
2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Crypt
%define pear_sname horde_crypt
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
The Horde_Crypt package class provides an API for various cryptographic
systems.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm -rf 
{%{buildroot}%{peardir}/.channels,%{buildroot}%{peardir}/.filemap,%{buildroot}%{peardir}/.lock,%{buildroot}%{peardir}/.depdb,%{buildroot}%{peardir}/.registry,%{buildroot}%{peardir}/.depdblock}

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Crypt.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Crypt.xml

%postun
if [ "$1" -eq "0" ]; then
pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/Horde_Crypt
fi

%files -f %{pear_name}.lang
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Crypt.xml

%changelog


commit php5-pear-Horde_Form for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Form for 
openSUSE:Factory
checked in at Wed Jun 15 09:53:33 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Form/php5-pear-Horde_Form.changes  
2011-06-09 16:36:07.0 +0200
@@ -0,0 +1,32 @@
+---
+Thu Jun  9 14:36:43 UTC 2011 - l...@b1-systems.de
+
+- marked locale as %lang
+
+---
+Wed Jun  1 21:00:48 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.2
+- [jan] Updated Slovak translation.
+ 
+
+---
+Wed May 18 14:53:07 UTC 2011 - l...@b1-systems.de
+
+- Version 1.0.1 : Updated Spanish Translation
+
+---
+Wed Apr  6 12:11:27 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Fri Mar 18 11:00:26 UTC 2011 - l...@b1-systems.de
+
+- changed dependency to actual php5-pear-Date package
+
+---
+Thu Mar 17 09:11:17 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Form-1.0.2.tgz
  php5-pear-Horde_Form.changes
  php5-pear-Horde_Form.spec



Other differences:
--
++ php5-pear-Horde_Form.spec ++
#
# spec file for package php5-pear-Horde_Form
#
# 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/
#


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:PEAR: Horde Form API

Name:   php5-pear-Horde_Form
Version:1.0.2
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Form-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Form
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Core < 2.0.0, php5-pear-Horde_Date < 2.0.0, 
php5-pear-Horde_Exception < 2.0.0, php5-pear-Horde_Mime < 2.0.0, 
php5-pear-Horde_Nls < 2.0.0, php5-pear-Horde_Token < 2.0.0, 
php5-pear-Horde_Translation < 2.0.0, php5-pear-Horde_Util < 2.0.0, php5-pear >= 
1.7.0
Conflicts:  php5-pear-Horde_Core = 2.0.0, php5-pear-Horde_Date = 2.0.0, 
php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Mime = 2.0.0, 
php5-pear-Horde_Nls = 2.0.0, php5-pear-Horde_Token = 2.0.0, 
php5-pear-Horde_Translation = 2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Form
%define pear_sname horde_form
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
The Horde_Form package provides form rendering, validation, and other
functionality for the Horde Application Framework.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Form.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Ho

commit php5-pear-Horde_Imsp for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Imsp for 
openSUSE:Factory
checked in at Wed Jun 15 09:24:24 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Imsp/php5-pear-Horde_Imsp.changes  
2011-06-09 16:17:46.0 +0200
@@ -0,0 +1,22 @@
+---
+Thu Jun  9 14:18:34 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Wed Jun  1 20:53:34 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.1
+- [jan] Updated Spanish translation.
+
+
+---
+Wed Apr  6 12:14:04 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:14:50 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Imsp-1.0.1.tgz
  php5-pear-Horde_Imsp.changes
  php5-pear-Horde_Imsp.spec



Other differences:
--
++ php5-pear-Horde_Imsp.spec ++
#
# spec file for package php5-pear-Horde_Imsp
#
# 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/
#


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:PEAR: IMSP API

Name:   php5-pear-Horde_Imsp
Version:1.0.1
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Imsp-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Imsp
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Translation < 2.0.0, php5-pear >= 1.7.0
Conflicts:  php5-pear-Horde_Translation = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Imsp
%define pear_sname horde_imsp
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
Provides an API into an IMSP server for address books and options.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Imsp.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Imsp.xml

%postun
if [ "$1" -eq "0" ]; then
pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/Horde_Imsp
fi

%files -f %{pear_name}.lang
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Imsp.xml

%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 autofs for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package autofs for openSUSE:Factory
checked in at Wed Jun 15 09:14:32 CEST 2011.




--- autofs/autofs.changes   2011-05-27 22:55:48.0 +0200
+++ /mounts/work_src_done/STABLE/autofs/autofs.changes  2011-06-14 
20:07:57.0 +0200
@@ -1,0 +2,29 @@
+Tue Jun 14 17:21:19 UTC 2011 - lchiqui...@novell.com
+
+- rpm spec: install the rcautofs(8) man page as a symbolic link
+  to autofs(8)
+- rpm spec: restart the automount daemon after updates
+- init script: update Free Software Foundation address
+
+---
+Tue Jun 14 12:01:17 UTC 2011 - lchiqui...@novell.com
+
+- fix null cache deadlock (bnc#696596)
+
+---
+Tue Jun 14 11:54:02 UTC 2011 - lchiqui...@novell.com
+
+- update 5.0.5 upstream patches to 20110613 (bnc#699767):
+  * remove master_mutex_unlock() leftover
+  * fix sanity checks for brackets in server name
+  * fix lsb service name in init script
+  * fix map source check in file lookup
+  * fix simple bind without SASL support
+  * fix sasl bind host name selection
+
+---
+Tue Jun 14 09:36:35 UTC 2011 - a...@suse.de
+
+- build against libtirpc since glibc's rpc code is deprecated
+
+---

calling whatdependson for head-i586


Old:

  autofs-5.0.5-upstream-patches-20110427.bz2

New:

  autofs-5.0.5-fix-null-cache-deadlock.patch
  autofs-5.0.5-upstream-patches-20110613.bz2



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.1S0job/_old  2011-06-15 09:12:58.0 +0200
+++ /var/tmp/diff_new_pack.1S0job/_new  2011-06-15 09:12:58.0 +0200
@@ -21,12 +21,12 @@
 Name:   autofs
 Url:http://www.kernel.org/pub/linux/daemons/autofs/v5/
 BuildRequires:  bison e2fsprogs flex module-init-tools nfs-client
-BuildRequires:  krb5-devel libxml2-devel openldap2-devel
+BuildRequires:  krb5-devel libtirpc-devel libxml2-devel openldap2-devel
 License:GPLv2+
 Group:  System/Daemons
 AutoReqProv:on
 Version:5.0.5
-Release:24
+Release:26
 Summary:A Kernel-Based Automounter
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: 
ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/%{name}-%{version}.tar.bz2
@@ -37,9 +37,10 @@
 Source5:README.SuSE
 Source7:NetworkManager-autofs
 Source8:get-upstream-patches
-%define patchdate 20110427
+%define patchdate 20110613
 Patch0: autofs-%{version}-upstream-patches-%{patchdate}.bz2
 Patch1: autofs-5.0.5-invalid-ghost-dirs.patch
+Patch2: autofs-5.0.5-fix-null-cache-deadlock.patch
 Patch10:autofs-suse-auto_master_default.patch
 Patch11:autofs-suse-build.patch
 PreReq: %fillup_prereq %insserv_prereq aaa_base
@@ -66,6 +67,7 @@
 #
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %patch10 -p1
 %patch11 -p1
 
@@ -78,6 +80,7 @@
 --disable-mount-locking \
 --enable-forced-shutdown \
 --enable-ignore-busy \
+--with-libtirpc \
 --with-hesiod=no \
 --with-sasl
 make all DONTSTRIP=1 LOCAL_CFLAGS="$RPM_OPT_FLAGS %(getconf LFS_CFLAGS)"
@@ -88,6 +91,7 @@
 install -m 644 %{S:1} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.autofs
 install -m 755 %{S:2} $RPM_BUILD_ROOT/etc/init.d/autofs
 ln -s ../../etc/init.d/autofs $RPM_BUILD_ROOT/usr/sbin/rcautofs
+ln -s %{_mandir}/man8/autofs.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/rcautofs.8.gz
 mkdir -p $RPM_BUILD_ROOT/etc/NetworkManager/dispatcher.d
 install -m 755 %{S:7} $RPM_BUILD_ROOT/etc/NetworkManager/dispatcher.d/autofs
 # will be installed by fillup scripts
@@ -106,6 +110,7 @@
 %{stop_on_removal autofs}
 
 %postun
+%{restart_on_update autofs}
 %{insserv_cleanup}
 
 %files

++ autofs-5.0.5-fix-null-cache-deadlock.patch ++
This might be all we need since once the master map is read the null
cache is set up and and can't change while we hold the read lock 

autofs-5.0.5 - fix null cache deadlock

From: Ian Kent 

---

 daemon/state.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/daemon/state.c b/daemon/state.c
index 3645440..51809a1 100644
--- a/daemon/state.c
+++ b/daemon/state.c
@@ -473,11 +473,11 @@ static void *do_readmap(void *arg)
 
mnts = tree_make_mnt_tree(_PROC_MOUNTS, "/");
pthread_cleanup_push(tree_mnts_cleanup, mnts);
-   pthread_cleanup_push(master_source_lock_cleanup, ap->entry);
-   master_source_readlock(ap->entry);
nc = ap->entry->master->nc;
cache_readlock(nc);
pthread_cleanup_push(cache_lock_cleanup, nc);
+   master_source

commit crash for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package crash for openSUSE:Factory
checked in at Wed Jun 15 09:12:46 CEST 2011.




--- crash/crash.changes 2011-05-25 16:55:32.0 +0200
+++ /mounts/work_src_done/STABLE/crash/crash.changes2011-06-10 
18:18:32.0 +0200
@@ -1,0 +2,46 @@
+Fri Jun 10 16:17:08 UTC 2011 - ptesa...@suse.de
+
+- Put correct licenses in the RPM header.
+
+---
+Fri Jun 10 13:53:07 UTC 2011 - ptesa...@suse.de
+
+- crash-missing-declarations.patch: re-apply the patch, because
+  this is still not fixed upstreams and still breaks ppc64 builds.
+
+---
+Thu Jun  9 14:40:50 UTC 2011 - ptesa...@suse.de
+
+- Update to 5.1.6
+  o add "kmem -o" option (each CPU's per-cpu offset value)
+  o remove obsolete "kmem [-[l|L][a|i]]" options from the kmem help
+page
+  o add "kmem -g [flags]" option to display the enumerator value of
+bits in the page structure's "flags" field
+  o add "rd -a" option to display printable ASCII data only
+  o add "rd -N" option to use network byte order
+  o extend "mach" to display the size and address of each per-cpu
+IRQ stack and per-cpu exception stack, if they exist
+  o extend "kmem " to display module name if appropriate
+  o arm: support CONFIG_SPARSEMEM
+  o fixes to enable Linux 3.x numbering
+  o x86: fix "search -k" if the first memmap page struct does not
+map to physical address 0
+  o fix "search -k" for kernels with multiple non-sequential NUMA
+nodes, memory holes between them and no memmap page structures
+refering to the holes
+  o fix "kmem -s " for addresses in a non-first page of
+a compound slab and kernels compiled with CONFIG_SLUB and
+CONFIG_PAGEFLAGS_EXTENDED
+  o fix NR_SECTION_ROOTS to ensure a non-zero value
+  o arm: fix a potential double free in read_module_unwind_table()
+  o fix compiler warnings when building with "make warn"
+  o fix several typos in the crash(8) man page
+  o see http://people.redhat.com/anderson/crash.changelog.html for
+the complete changelog
+- drop crash-xen-x86_64-increase-max-vcpus.patch: superseded by
+  mainline's allocating VCPU structures dynamically
+- refresh all patches
+- specfile cleanups
+
+---

calling whatdependson for head-i586


Old:

  crash-5.1.5.tar.gz
  crash-xen-x86_64-increase-max-vcpus.patch

New:

  crash-5.1.6.tar.gz
  crash-missing-declarations.patch



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.Zn4vMx/_old  2011-06-15 09:10:39.0 +0200
+++ /var/tmp/diff_new_pack.Zn4vMx/_new  2011-06-15 09:10:39.0 +0200
@@ -17,7 +17,7 @@
 
 # norootforbuild
 
-%define crash_version  5.1.5
+%define crash_version  5.1.6
 %define whitepaper_version 2003
 %define scripts_version  2008-02-08
 
@@ -31,9 +31,9 @@
 Summary:Crash utility for live systems; netdump, diskdump, LKCD or 
mcore dumpfiles
 Version:%{crash_version}
 Release:1
-License:GFDLv1.2
+License:GPLv3; GFDLv1.2
 Group:  Development/Tools/Debuggers
-Source: %{name}-%{crash_version}.tar.gz
+Source: %{name}-%{version}.tar.gz
 Source2:crash_whitepaper-%{whitepaper_version}.tar.bz2
 Source3:README.SUSE
 Source4:sial-scripts-%{scripts_version}.tar.bz2
@@ -44,7 +44,7 @@
 Patch4: %{name}-sles9-time.patch
 Patch6: %{name}-crosscrash-hint.diff
 Patch7: %{name}-rl_digit_loop-return.patch
-Patch13:%{name}-xen-x86_64-increase-max-vcpus.patch
+Patch8: %{name}-missing-declarations.patch
 Patch90:%{name}-sial-ps-2.6.29.diff
 BuildRequires:  bison flex ncurses-devel zlib-devel
 Requires:   /usr/bin/nm
@@ -80,7 +80,7 @@
 David Anderson 
 
 %package devel
-License:LGPLv2.1+
+License:GPLv2+
 Requires:   %{name} = %{version}
 Summary:Development files for crash
 Group:  Development/Tools/Debuggers
@@ -102,7 +102,7 @@
 %if %build_sial
 
 %package sial
-License:GPLv2+ ; LGPLv2.1+
+License:GPLv2+
 Requires:   %{name} = %{version}
 Summary:SIAL extension for crash
 Group:  Development/Tools/Debuggers
@@ -123,13 +123,13 @@
 %endif
 
 %prep
-%setup -q -n %{name}-%{crash_version} -a 2 -a 4
+%setup -q -a 2 -a 4
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
 %patch6 -p1
 %patch7 -p1
-%patch13 -p1
+%patch8 -p1
 ## SIAL patches
 cd sial-scripts-%{scripts_version}
 %patch90 -p1

++ crash-5.1.5.tar.gz -> crash-5.1.6.tar.gz ++
crash/crash-5.1.5.tar.gz /mounts/work_src_done/STABLE/crash/crash-5.1.6.tar.gz 
differ: char 5, line 1

++ crash-crosscrash-hint.diff ++
--- /var/tmp/diff_new_pack.Zn4vMx/_old  2011-06-15 09:10:39.0 +0200
+++ /var/tmp/

commit rdesktop for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package rdesktop for openSUSE:Factory
checked in at Wed Jun 15 09:10:12 CEST 2011.




--- rdesktop/rdesktop.changes   2009-02-04 16:55:45.0 +0100
+++ /mounts/work_src_done/STABLE/rdesktop/rdesktop.changes  2011-04-28 
22:20:56.0 +0200
@@ -1,0 +2,30 @@
+Thu Apr 28 20:00:05 UTC 2011 - claes.backst...@opensuse.org
+
+- update to version 1.7.0
+  * Security: Directory traversal vulnerability with disk 
+redirection (disallow /.. requests)
+  * New maintainer: Peter Åstrand from Cendio
+  * Brush cache support
+  * Removed the hardcoded limit of the username length
+  * Increased domain name length to 255 chars
+  * Improved compatibility with PulseAudio/padsp
+  * Cleaned up and documented the return values
+  * Keyboard fix: avoid stuck keys in certain cases
+  * Support for new pointers
+  * License has been changed to GPLv3
+  * EWMH fixes for 64-bit machines
+  * RandR support: automatically resize session if using relative screen size
+  * Improved support for Windows 2008 Session Broker
+  * Japanese keyboard map has been improved
+  * New keyboard map: fr-bepo
+  * Many stability fixes regarding smart card redirection
+  * Windows 2008 R2 / 7: Fix sound playback when not using other redirections
+  * Windows 2008 R2 / 7: Solve disk redirection read-only issues
+  * Windows 2008 R2 / 7: Solve issue with recursive deletion
+  * Avoid exit when printing, if lpr command terminates early
+- updated rdesktop-1.4.0-lib64.dif -> rdesktop-1.7.0-lib64.dif
+- remove obsolete patches 
+  * rdesktop-1.5.0-fix-printer-strcmp.dif
+  * rdesktop-NOMAD.dif
+
+---

calling whatdependson for head-i586


Old:

  rdesktop-1.4.0-lib64.dif
  rdesktop-1.6.0.tar.bz2

New:

  rdesktop-1.7.0-lib64.dif
  rdesktop-1.7.0.tar.bz2



Other differences:
--
++ rdesktop.spec ++
--- /var/tmp/diff_new_pack.XiqYvr/_old  2011-06-15 09:07:37.0 +0200
+++ /var/tmp/diff_new_pack.XiqYvr/_new  2011-06-15 09:07:37.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rdesktop (Version 1.6.0)
+# spec file for package rdesktop
 #
-# 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
@@ -21,14 +21,14 @@
 Name:   rdesktop
 BuildRequires:  alsa-devel libsamplerate-devel openssl-devel pkg-config 
xorg-x11-devel
 Url:http://www.rdesktop.org/
-License:GPL v2 or later
+License:GPL v3 or later
 Group:  Productivity/Networking/Remote Desktop
 AutoReqProv:on
-Version:1.6.0
-Release:38
+Version:1.7.0
+Release:1
 Summary:A Remote Desktop Protocol client
 Source: %{name}-%{version}.tar.bz2
-Patch0: rdesktop-1.4.0-lib64.dif
+Patch0: rdesktop-1.7.0-lib64.dif
 Patch1: rdesktop-1.5.0-fs-fix-1.dif 
 Patch2: rdesktop-1.5.0-fix-printer-strcmp.dif
 Patch3: rdesktop-1.6.0-fix-pkgconfig-check.dif
@@ -51,9 +51,9 @@
 %setup
 %patch0
 #%patch1
-%patch2
+#%patch2
 %patch3 -p1
-%patch4 -p1
+#%patch4 -p1
 
 %build
 %{suse_update_config}

++ rdesktop-1.4.0-lib64.dif -> rdesktop-1.7.0-lib64.dif ++
--- rdesktop/rdesktop-1.4.0-lib64.dif   2008-06-25 22:55:01.0 +0200
+++ /mounts/work_src_done/STABLE/rdesktop/rdesktop-1.7.0-lib64.dif  
2011-04-28 22:20:55.0 +0200
@@ -1,8 +1,6 @@
-Index: configure.ac
-===
 configure.ac.orig
-+++ configure.ac
-@@ -49,6 +49,9 @@ m4_ifdef([PKG_CHECK_MODULES], [], [
+--- configure.ac.orig  2011-04-28 21:30:14.80117 +0200
 configure.ac   2011-04-28 21:33:54.25815 +0200
+@@ -50,6 +50,9 @@
  ])
  
  rpath=""
@@ -12,7 +10,7 @@
  
  #
  # OpenSSL detection borrowed from stunnel
-@@ -95,14 +98,26 @@ AC_DEFINE_UNQUOTED(ssldir, "$ssldir")
+@@ -96,14 +99,26 @@
  
  dnl Add OpenSSL includes and libraries
  CFLAGS="$CFLAGS -I$ssldir/include"
@@ -40,5 +38,5 @@
 +LIBS="$LIBS -L$libcryptodir -lcrypto" 
 +rpath="$rpath:$libcryptodir"
   ])
- 
- AC_ARG_ENABLE(smartcard, 
+ # xrandr
+ if test -n "$PKG_CONFIG"; then

++ rdesktop-1.6.0.tar.bz2 -> rdesktop-1.7.0.tar.bz2 ++
 20636 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 gd for openSUSE:Factory

2011-06-15 Thread h_root

Hello community,

here is the log from the commit of package gd for openSUSE:Factory
checked in at Wed Jun 15 09:07:23 CEST 2011.




--- gd/gd.changes   2010-04-06 18:28:23.0 +0200
+++ /mounts/work_src_done/STABLE/gd/gd.changes  2011-06-14 17:00:56.0 
+0200
@@ -1,0 +2,5 @@
+Tue Jun 14 15:00:32 UTC 2011 - a...@suse.de
+
+- Devel package needs zlib-devel and libpng-devel.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gd.spec ++
--- /var/tmp/diff_new_pack.X6pQ25/_old  2011-06-15 08:56:44.0 +0200
+++ /var/tmp/diff_new_pack.X6pQ25/_new  2011-06-15 08:56:44.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gd (Version 2.0.36.RC1)
+# spec file for package gd
 #
-# 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 @@
 Obsoletes:  gdlib 
 AutoReqProv:on
 Version:2.0.36.RC1
-Release:54
+Release:65
 Url:http://www.libgd.org/
 Summary:A Drawing Library for Programs That Use PNG and JPEG Output
 Source: gd-%{version}.tar.bz2
@@ -58,6 +58,7 @@
 License:MIT
 Summary:Drawing Library for Programs with PNG and JPEG Output
 Group:  Development/Libraries/C and C++
+Requires:   zlib-devel libpng-devel
 
 %description devel
 gd allows code to quickly draw images complete with lines, arcs, text,






Remember to have fun...

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