commit pcsc-lite for openSUSE:11.4

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:11.4
checked in at Fri May 27 01:22:03 CEST 2011.




--- old-versions/11.4/UPDATES/all/pcsc-lite/pcsc-lite.changes   2011-03-10 
15:57:59.0 +0100
+++ 11.4/pcsc-lite/pcsc-lite.changes2011-05-18 08:43:52.0 +0200
@@ -1,0 +2,28 @@
+Wed May 18 06:42:02 UTC 2011 - w...@rosenauer.org
+
+- cleanup spec file and requires
+- moved libpcsclite1.so back to devel package
+
+---
+Tue May  3 20:15:49 UTC 2011 - w...@rosenauer.org
+
+- make startup more robust by checking status files (bnc#686674)
+
+---
+Mon May  2 22:26:56 UTC 2011 - w...@rosenauer.org
+
+- disable auto power off/on feature
+
+---
+Tue Apr  5 09:37:24 UTC 2011 - w...@rosenauer.org
+
+- Updated to version 1.7.2:
+  * use libudev only on Linux and libusb elsewhere
+  * Try to use a (CCID) class driver if a specific driver fails
+to use the reader.
+  * add support of multi-interfaces readers with libusb
+  * fix a problem with a multi-slots reader
+  * some other minor improvements and bug corrections
+- cosmetic changes to init script output
+
+---
@@ -4 +32 @@
-- fix syslog not being present in runlevel 4 (bnc#678230)
+- fix syslog not being present in runlevel 4

calling whatdependson for 11.4-i586


Old:

  pcsc-lite-1.6.6.tar.bz2

New:

  disable-power-off.diff
  pcsc-lite-1.7.2.tar.bz2



Other differences:
--
++ pcsc-lite.spec ++
--- /var/tmp/diff_new_pack.om8xoH/_old  2011-05-27 01:21:24.0 +0200
+++ /var/tmp/diff_new_pack.om8xoH/_new  2011-05-27 01:21:24.0 +0200
@@ -22,18 +22,23 @@
 # FIXME: Maybe we should use /usr/lib/pcsc/drivers as others do:
 %define ifddir %{_libdir}/readers
 BuildRequires:  pkg-config readline-devel
-%if %suse_version >= 1110
+%if %suse_version >= 1120
+BuildRequires:  libudev-devel
+%endif
+%if %suse_version == 1110
 BuildRequires:  libusb-1_0-devel
-%else
+%endif
+%if %suse_version < 1110
 BuildRequires:  hal-devel
 %endif
-Version:1.6.6
-Release:4.
-PreReq: %{insserv_prereq} %{fillup_prereq}
+Version:1.7.2
+Release:5.
+Requires(pre):  pwdutils
+Requires(post): %insserv_prereq %fillup_prereq
 Group:  Productivity/Security
 License:BSD3c(or similar)
 Url:http://pcsclite.alioth.debian.org/
-Summary:PCS Smart Cards Library
+Summary:PCSC Smart Cards Library
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}.sysconfig
 Source2:README.SUSE
@@ -41,7 +46,7 @@
 Source4:baselibs.conf
 Source5:pcsc-lite-init
 Source6:pcsc-lite-reader-conf
-Requires:   libpcsclite1 >= %{version}
+Patch0: disable-power-off.diff
 %if %suse_version > 1130
 PreReq: sysvinit(syslog)
 %endif
@@ -67,19 +72,11 @@
 This functionality is exercised in the driver.
 
 
-
-Authors:
-
-David Corcoran 
-Ludovic Rousseau 
-Damien Sauveron 
-Carlos Prados 
-Antti Tapaninen 
-
 %package -n libpcsclite1
 License:BSD3c(or similar)
 Group:  System/Libraries
-Summary:PCS Smart Cards Library
+Summary:PCSC Smart Card Library
+Recommends: pcsc-lite >= %{version}
 
 %description -n libpcsclite1
 The purpose of PCSC Lite is to provide a Windows(R) SCard interface in
@@ -99,37 +96,21 @@
 This functionality is exercised in the driver.
 
 
-
-Authors:
-
-David Corcoran 
-Ludovic Rousseau 
-Damien Sauveron 
-Carlos Prados 
-Antti Tapaninen 
-
 %package devel
 License:BSD3c(or similar)
 Group:  Development/Libraries/C and C++
 Summary:Development package for the MUSCLE project SmartCards library
-Requires:   %{name} = %{version} pcsc-lite glibc-devel
+Requires:   %{name} = %{version}-%{release}
+Requires:   libpcsclite1 = %{version}-%{release}
 
 %description devel
 This package contains the development files for pcsc-lite. It allows to
 compile plugins for the pcsc-lite package.
 
 
-
-Authors:
-
-David Corcoran 
-Ludovic Rousseau 
-Damien Sauveron 
-Carlos Prados 
-Antti Tapaninen 
-
 %prep
 %setup -q
+%patch0
 cp -a %{S:1} %{S:2} %{S:5} %{S:6} .
 
 %build
@@ -140,40 +121,45 @@
--docdir=%{_docdir}/%{name}\
--enable-usbdropdir=%{ifddir}\
 %if %suse_version >= 1110
-   --disable-libhal\
+   --disable-libhal \
+%endif
+%if %suse_version == 1110
+   --disable-libudev \
 %endif
--disable-static
 make %{?jobs:-j%jobs}
 
 %install
 %makeinstall
+mkdir -p $RPM_BUILD_ROOT%{ifddir}
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d/
 sed s:@ifddir@:%{ifddir}: $RPM

commit perl-libwww-perl for openSUSE:11.4

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-libwww-perl for openSUSE:11.4
checked in at Thu May 26 18:47:56 CEST 2011.

/work/cd/bin/patchinfo_dirlist_cache: line 15: test: 
PATCHINFO/SWAMP-PROOFREAD-DONE/: binary operator expected



--- old-versions/11.4/UPDATES/all/perl-libwww-perl/perl-libwww-perl.changes 
2011-05-19 13:32:09.0 +0200
+++ /mounts/work_src_done/11.4/perl-libwww-perl/perl-libwww-perl.changes
2011-05-20 15:03:38.0 +0200
@@ -4,0 +5 @@
+  recommend IO::Socket::SSL instead of Crypt::SSLeay

calling whatdependson for 11.4-i586




Other differences:
--
++ perl-libwww-perl.spec ++
--- /var/tmp/diff_new_pack.dnG0Q8/_old  2011-05-26 18:46:03.0 +0200
+++ /var/tmp/diff_new_pack.dnG0Q8/_new  2011-05-26 18:46:03.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   perl-libwww-perl
 Version:5.837
-Release:5.
+Release:5.
 License:GPL+, Artistic License
 %define cpan_name libwww-perl
 Summary:The World-Wide Web library for Perl
@@ -37,7 +37,7 @@
 BuildArch:  noarch
 BuildRequires:  perl-macros
 BuildRequires:  perl(Compress::Raw::Zlib)
-BuildRequires:  perl(Crypt::SSLeay)
+BuildRequires:  perl(IO::Socket::SSL)
 BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(HTML::Parser) >= 3.33
 BuildRequires:  perl(HTML::Tagset)
@@ -48,7 +48,7 @@
 BuildRequires:  perl(IO::Uncompress::RawInflate)
 BuildRequires:  perl(URI) >= 1.10
 Requires:   perl(Compress::Raw::Zlib)
-Requires:   perl(Crypt::SSLeay)
+Requires:   perl(IO::Socket::SSL)
 Requires:   perl(Digest::MD5)
 Requires:   perl(HTML::Parser) >= 3.33
 Requires:   perl(HTML::Tagset)






Remember to have fun...

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



commit squid3 for openSUSE:11.4

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package squid3 for openSUSE:11.4
checked in at Thu May 26 18:42:38 CEST 2011.

/work/cd/bin/patchinfo_dirlist_cache: line 15: test: 
PATCHINFO/SWAMP-PROOFREAD-DONE/: binary operator expected



--- old-versions/11.4/all/squid3/squid3.changes 2011-02-13 18:17:23.0 
+0100
+++ 11.4/squid3/squid3.changes  2011-05-16 22:27:27.0 +0200
@@ -1,0 +2,8 @@
+Mon May 16 20:23:31 UTC 2011 - ch...@computersalat.de
+
+- fix bnc#694120 - NONE/400 (null) under heavy load
+  o http://bugs.squid-cache.org/show_bug.cgi?id=2976
+#2976: invalid URL on intercepted requests during reconfigure
+add squid-3.1-10236.patch
+
+---

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


New:

  squid-3.1-10236.patch



Other differences:
--
++ squid3.spec ++
--- /var/tmp/diff_new_pack.v7C0ER/_old  2011-05-26 18:40:22.0 +0200
+++ /var/tmp/diff_new_pack.v7C0ER/_new  2011-05-26 18:40:22.0 +0200
@@ -23,7 +23,7 @@
 Name:   squid3
 Summary:Squid Version 3 WWW Proxy Server
 Version:3.1.11
-Release:1
+Release:4.
 License:GPLv2+
 Url:http://www.squid-cache.org/Versions/v3
 Group:  Productivity/Networking/Web/Proxy
@@ -52,6 +52,8 @@
 # or just visit: http://www.squid-cache.org/Versions/v3/3.0/changesets/
 #
 #Patch0: 
http://www.squid-cache.org/Versions/v3/3.0/changesets/squid-3.0-9107.patch
+# FIX-UPSTREAM: Bug #2976: invalid URL on intercepted requests during 
reconfigure
+Patch0: 
http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-10236.patch
 #
 Patch100:   squid-3.1.4-config.patch
 Patch101:   squid-3.1.10-swapdir.patch
@@ -101,7 +103,7 @@
 %setup -q -n squid-%{version}
 %{__cp} %{S:11} .
 # upstream patches after RELEASE
-#%patch0 -p0
+%patch0 -p0
 # other patches
 %patch100 -p1
 %if 0%{suse_version} > 1010

++ squid-3.1-10236.patch ++

revno: 10236
revision-id: squ...@treenet.co.nz-20110322120426-c9s526a1h04bbsyb
parent: squ...@treenet.co.nz-20110318124447-2ghmsj62b388oyfk
fixes bug(s): http://bugs.squid-cache.org/show_bug.cgi?id=2976
committer: Amos Jeffries 
branch nick: SQUID_3_1
timestamp: Tue 2011-03-22 06:04:26 -0600
message:
  Bug 2976: invalid URL on intercepted requests during reconfigure
  
  Listening ports abuse the cbdata type as a pseudo refcount. This breaks
  during reconfigure when the config is erased and the active requests
  handles all become invalid pointers.
  
  Interception only works on HTTP protocol. We can hard-code the scheme
  and avoid this problem until a complete fix is written.

# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: squ...@treenet.co.nz-20110322120426-c9s526a1h04bbsyb
# target_branch: http://www.squid-cache.org/bzr/squid3/trunk/
# testament_sha1: 8b6eebb394744e9f29b0cc61c0409cf1701a
# timestamp: 2011-03-22 12:11:40 +
# source_branch: http://bzr.squid-cache.org/bzr/squid3/branches\
#   /SQUID_3_1
# base_revision_id: squ...@treenet.co.nz-20110318124447-\
#   2ghmsj62b388oyfk
# 
# Begin patch
=== modified file 'src/client_side.cc'
--- src/client_side.cc  2011-02-01 01:50:29 +
+++ src/client_side.cc  2011-03-22 12:04:26 +
@@ -1875,21 +1875,21 @@
 return; /* already in good shape */
 
 /* BUG: Squid cannot deal with '*' URLs (RFC2616 5.1.2) */
+// BUG 2976: Squid only accepts intercepted HTTP.
 
 if ((host = mime_get_header(req_hdr, "Host")) != NULL) {
 int url_sz = strlen(url) + 32 + Config.appendDomainLen +
  strlen(host);
 http->uri = (char *)xcalloc(url_sz, 1);
-snprintf(http->uri, url_sz, "%s://%s%s",
- conn->port->protocol, host, url);
+snprintf(http->uri, url_sz, "http://%s%s";, /*conn->port->protocol,*/ 
host, url);
 debugs(33, 5, "TRANSPARENT HOST REWRITE: '" << http->uri <<"'");
 } else {
 /* Put the local socket IP address as the hostname.  */
 int url_sz = strlen(url) + 32 + Config.appendDomainLen;
 http->uri = (char *)xcalloc(url_sz, 1);
 http->getConn()->me.ToHostname(ipbuf,MAX_IPSTRLEN),
-snprintf(http->uri, url_sz, "%s://%s:%d%s",
- http->getConn()->port->protocol,
+snprintf(http->uri, url_sz, "http://%s:%d%s";,
+ // http->getConn()->port->protocol,
  ipbuf, http->getConn()->me.GetPort(), url);
 debugs(33, 5, "TRANSPARENT REWRITE: '" << http->uri << "'");
 }






Rem

commit MozillaThunderbird for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory
checked in at Thu May 26 18:11:15 CEST 2011.




--- MozillaThunderbird/MozillaThunderbird.changes   2011-03-25 
11:04:12.0 +0100
+++ MozillaThunderbird/MozillaThunderbird.changes   2011-04-29 
07:52:48.0 +0200
@@ -1,0 +2,9 @@
+Fri Apr 15 06:24:16 UTC 2011 - w...@rosenauer.org
+
+- security update to version 3.1.10 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+
+---

calling whatdependson for head-i586


Old:

  l10n-3.1.8.tar.bz2
  thunderbird-3.1.8-source.tar.bz2

New:

  l10n-3.1.10.tar.bz2
  thunderbird-3.1.10-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.LP4HVG/_old  2011-05-26 18:09:09.0 +0200
+++ /var/tmp/diff_new_pack.LP4HVG/_new  2011-05-26 18:09:09.0 +0200
@@ -25,11 +25,11 @@
 %if %suse_version > 1100
 BuildRequires:  nss-shared-helper-devel
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-%define mainversion 3.1.8
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+%define mainversion 3.1.10
 Version:%{mainversion}
 Release:1
-%define releasedate 2011022100
+%define releasedate 2011041400
 Provides:   thunderbird = %{version}
 Summary:The Stand-Alone Mozilla Mail Component
 Url:http://www.mozilla.org/products/thunderbird/
@@ -87,7 +87,7 @@
 
 
 %package translations-common
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Common translations for MozillaThunderbird
 Provides:   
locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW)
 Group:  System/Localization
@@ -100,7 +100,7 @@
 
 
 %package translations-other
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Extra translations for MozillaThunderbird
 Provides:   
locale(%{name}:af;be;bg;bn_BD;el;et;eu;fy_NL;ga_IE;gd;gl;he;id;is;lt;nn_NO;pa_IN;ro;si;sk;sl;sq;sr;tr;uk;vi)
 Group:  System/Localization
@@ -113,7 +113,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Mozilla Thunderbird SDK
 Group:  Development/Libraries/Other
 Requires:   mozilla-nspr-devel >= %(rpm -q --queryformat '%{VERSION}' 
mozilla-nspr-devel)
@@ -127,7 +127,7 @@
 %if %crashreporter
 
 %package buildsymbols
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Breakpad buildsymbols for %{name}
 Group:  Development/Debug
 
@@ -140,8 +140,8 @@
 
 %package -n enigmail
 Version:1.1.2
-Release:10
-License:GPLv2+ ; MPLv1.1+
+Release:11
+License:MPLv1.1 or GPLv2+
 Summary:OpenPGP addon for Thunderbird and SeaMonkey
 Group:  Productivity/Networking/Email/Clients
 Url:http://enigmail.mozdev.org

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.LP4HVG/_old  2011-05-26 18:09:09.0 +0200
+++ /var/tmp/diff_new_pack.LP4HVG/_new  2011-05-26 18:09:09.0 +0200
@@ -2,8 +2,8 @@
 
 
 BRANCH="releases/comm-1.9.2" # comm-central
-RELEASE_TAG="THUNDERBIRD_3_1_8_RELEASE"
-VERSION="3.1.8"
+RELEASE_TAG="THUNDERBIRD_3_1_10_RELEASE"
+VERSION="3.1.10"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-3.1.8.tar.bz2 -> l10n-3.1.10.tar.bz2 ++
MozillaThunderbird/l10n-3.1.8.tar.bz2 MozillaThunderbird/l10n-3.1.10.tar.bz2 
differ: char 11, line 1

++ thunderbird-3.1.8-source.tar.bz2 -> thunderbird-3.1.10-source.tar.bz2 
++
MozillaThunderbird/thunderbird-3.1.8-source.tar.bz2 
MozillaThunderbird/thunderbird-3.1.10-source.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 nginx-1.0 for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package nginx-1.0 for openSUSE:Factory
checked in at Thu May 26 18:07:15 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ nginx-1.0/nginx-1.0.changes 2011-05-26 12:20:50.0 +0200
@@ -0,0 +1,56 @@
+---
+Thu May 26 10:20:30 UTC 2011 - mrueck...@suse.de
+
+- more accurate license header: BSD-2-Clause
+
+---
+Thu Apr 14 12:17:01 UTC 2011 - mrueck...@suse.de
+
+- move the libatomic usage to sle11/11.1 or newer
+
+---
+Thu Apr 14 10:59:36 UTC 2011 - mrueck...@suse.de
+
+- remove /srv/www/htdocs/index.html (bnc#670031). 
+
+---
+Thu Apr 14 10:34:52 UTC 2011 - mrueck...@suse.de
+
+- build with libatomic_ops
+
+---
+Thu Apr 14 10:28:37 UTC 2011 - mrueck...@suse.de
+
+- minor spec file cleanup
+  - use perl instead of dos2unix
+  - remove commented out patches from the preamble
+  - fix ordering in preamble
+
+---
+Wed Apr 13 23:50:04 UTC 2011 - alexan...@exatati.com.br
+
+- Add epoll in default events config as recommended in
+  http://www.kegel.com/c10k.html#nb.epoll.
+
+---
+Tue Apr 12 18:42:32 UTC 2011 - mrueck...@suse.de
+
+- enable building of the passenger extension
+
+---
+Tue Apr 12 16:10:00 UTC 2011 - mrueck...@suse.de
+
+- added more directives to the configure line
+  - specify tmp path for scgi/uwsgi
+  - enabled more modules
+- geoip lookup
+- http_degradation
+- mail ssl support
+  - added build time options to build the profiling/testing stuff
+- see with_google_perftools and with_cpp_test
+
+---
+Tue Apr 12 15:16:54 UTC 2011 - mrueck...@suse.de
+
+- start 1.0 branch package
+

calling whatdependson for head-i586


New:

  nginx-0.4.0-no_Werror.patch
  nginx-0.4.0-perl_vendor_install.patch
  nginx-0.6.31_default_config.patch
  nginx-0.6.38-html.patch
  nginx-1.0.0.tar.bz2
  nginx-1.0.changes
  nginx-1.0.spec
  nginx.init



Other differences:
--
++ nginx-1.0.spec ++
#
# spec file for package nginx-1.0
#
# 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:   nginx-1.0
Version:1.0.0
Release:1
#
%define pkg_name nginx
#
%define ngx_prefix %{_prefix}
%define ngx_sbindir%{_sbindir}/nginx
%define ngx_conf_dir   %{_sysconfdir}/nginx
%define ngx_conf_path  %{ngx_conf_dir}/nginx.conf
%define ngx_log_dir/var/log/nginx
%define ngx_error_log  %{ngx_log_dir}/error.log
%define ngx_access_log %{ngx_log_dir}/access.log
%define ngx_pid_path   /var/run/nginx.pid
%define ngx_lock_path  /var/run/nginx.lock
%define ngx_home   /var/lib/nginx
%define ngx_tmp_http   %{ngx_home}/tmp/
%define ngx_tmp_proxy  %{ngx_home}/proxy/
%define ngx_tmp_fcgi   %{ngx_home}/fastcgi/
%define ngx_tmp_scgi   %{ngx_home}/scgi/
%define ngx_tmp_uwsgi  %{ngx_home}/uwsgi/
%define ngx_user_group nginx
%define with_cpp_test   0
%define with_google_perftools 0
%if 0%{?suse_version} >= 1110
%define with_passenger 1
%define with_libatomic 1
%endif
#
Group:  Productivity/Networking/Web/Proxy
License:BSD-2-Clause
#
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?with_cpp_test}
BuildRequires:  gcc-c++
%endif
BuildRequires:  gd-devel
BuildRequires:  GeoIP-devel
%if 0%{?with_google_perftools}
BuildRequires:  google-perftools-devel
%endif
%if 0%{?with_libatomic}
BuildRequires:  libatomic-ops-devel
%endif
BuildRequires:  libxslt-devel
BuildRequires:  openssl-devel
BuildRequires:  pcre-devel
BuildRequires:  pkgconfig
BuildRequires:  zlib-devel
%if 0%{?with_passenger}
BuildRequires:  rubygem-passenger-devel-static
Recommends: packageand(rubygem-passenger:rubygem-passenger-nginx)
%endif
PreReq: %fillup_prereq
PreReq: %insserv_prereq
PreReq: 

commit uuid for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package uuid for openSUSE:Factory
checked in at Thu May 26 18:04:55 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ uuid/uuid.changes   2011-04-21 11:24:57.0 +0200
@@ -0,0 +1,78 @@
+---
+Thu Apr 21 09:22:59 UTC 2011 - m...@novell.com
+
+- Remove the separate postgresql-uuid package, as we are using
+  the verion that comes with the PostgreSQL sources.
+- Remove pointless RPM macro-itis
+- Silence rpmlint warnings regarding macros in comments
+
+---
+Thu Apr 14 21:08:59 UTC 2011 - mrueck...@suse.de
+
+- update pgsql patch. we dont need a soversioned pgsql plugin.
+
+---
+Thu Apr 14 19:43:02 UTC 2011 - mrueck...@suse.de
+
+- added debian patches
+  0001-Change-library-name.patch
+  0002-uuid-preserve-m-option-status-in-v-option-handling.patch
+  0003-Fix-whatis-entries.patch
+- we adapt their packaging style to to avoid conflicts with libuuid
+  from e2fsprogs
+
+---
+Thu Apr 14 16:35:29 UTC 2011 - mrueck...@suse.de
+
+- update to 1.6.2
+   o Adjust "devtool.func" for latest GNU Libtool compatibility.
+ [Ralf S. Engelschall]
+   o Consistently annotate "RFC-" with "IETF" to clearly
+ indicate from which standards body this comes from.
+ [Ralf S. Engelschall]
+   o Resolve namespace conflicts of recently introduced time_xxx()
+ functions by using a propoer "uuid_" prefix.
+ [Ralf S. Engelschall]
+   o Remove unused "struct timezone" from time_gettimeofday() in
+ order to simplify portability.
+ [Ralf S. Engelschall]
+   o Add support for POSIX clock_gettime(3) in case the Unix/POSIX
+ gettimeofday(3) is not available.
+ [Ralf S. Engelschall]
+- added uuid-1.6.2_pgsql.patch:
+  fix building of the pgsql extension
+- split shared libraries into 3 subpackages
+- drop requires from the library subpackage to the cmdline tool
+- split pgsql extension building into its own subpackage
+
+---
+Tue Jun 19 22:37:26 CEST 2007 - mrueck...@suse.de
+
+- update to 1.6.0
+   o Adjust copyright messages for new year 2008.
+ [Ralf S. Engelschall]
+   o Fix __VA_COPY_USE_{CSP,CPP} fallback macros for va_copy.
+ [Mark A. Lindner ]
+   o PostgreSQL bindings: use SET_VARSIZE() instead
+ of assigning to bytea->v_len under PostgreSQL >= 8.3
+ [Ralf S. Engelschall]
+- don't build static libs
+- remove unneeded .la files
+
+---
+Tue Jun 19 21:51:57 CEST 2007 - mrueck...@suse.de
+
+- reenable perl bindings
+- split out the libraries according to the shared library policy
+- remove unneeded requires
+
+---
+Tue Jun 19 21:17:55 CEST 2007 - mrueck...@suse.de
+
+- fixed most warnings from rpmlint
+
+---
+Tue Jun 19 21:03:50 CEST 2007 - mrueck...@suse.de
+
+- initital package in the buildservice
+

calling whatdependson for head-i586


New:

  0001-Change-library-name.patch
  0002-uuid-preserve-m-option-status-in-v-option-handling.patch
  0003-Fix-whatis-entries.patch
  uuid-1.5.0_perl_vendor_install.patch
  uuid-1.6.0_php.patch
  uuid-1.6.2.tar.bz2
  uuid.changes
  uuid.spec



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

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

# norootforbuild


Name:   uuid
Version:1.6.2
Release:1
%define with_perl 1
#
License:X11/MIT
Group:  Development/Libraries/C and C++
#
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gcc-c++
#
Url:http://www.ossp.org/pkg/lib/%{name}/
#   ftp://ftp.ossp.org/pkg/lib/%%{name}/%%{name}-%%{version}.tar.gz
Source: %{name}-%{version}.tar.bz2
Patch0: uuid-1.5.0_perl_vendor_install.patch
Patch1: uuid-1.6.0_php.patch
Patch3: 0001-Change-library-na

commit wxWidgets for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package wxWidgets for openSUSE:Factory
checked in at Thu May 26 16:22:50 CEST 2011.




--- wxWidgets/wxWidgets-ansi.changes2011-01-15 03:43:58.0 +0100
+++ /mounts/work_src_done/STABLE/wxWidgets/wxWidgets-ansi.changes   
2011-05-18 18:18:18.0 +0200
@@ -1,0 +2,31 @@
+Tue May 17 20:24:51 CEST 2011 - sbra...@suse.cz
+
+- Create synthetic .la files to work-around libtool failures when
+  linking third level libraries or binaries (bnc#690952).
+
+---
+Fri Apr  8 16:19:23 CEST 2011 - sbra...@suse.cz
+
+- Updated to version 2.8.12:
+  * Many crash and bug fixes.
+  * Minor API improvements.
+  * Several additions for forward compatibility with version 2.9.
+  * See changes.txt for more.
+
+---
+Fri Apr  8 14:27:33 CEST 2011 - sbra...@suse.cz
+
+- Do not use bash coproc on system with bash-3.
+
+---
+Tue Mar 29 19:35:10 CEST 2011 - sbra...@suse.cz
+
+- Fixed find-wx-requires to check directories instead of library
+  name. Provide find-wx-provides. (bnc#681409)
+
+---
+Fri Mar  4 16:05:47 CET 2011 - sbra...@suse.cz
+
+- Fixed %WX_DEBUG support.
+
+---
wxWidgets-wxcontainer.changes: same change
wxWidgets.changes: same change

calling whatdependson for head-i586


Old:

  wxWidgets-2.8.11.tar.bz2

New:

  wxWidgets-2.8.12.tar.bz2
  wxWidgets-find-wx-provides
  wxWidgets-find-wx-provides-bash3.patch
  wxWidgets-find-wx-requires



Other differences:
--
++ wxWidgets-ansi.spec ++
--- /var/tmp/diff_new_pack.6AIhH6/_old  2011-05-26 16:20:52.0 +0200
+++ /var/tmp/diff_new_pack.6AIhH6/_new  2011-05-26 16:20:52.0 +0200
@@ -48,7 +48,7 @@
 BuildRequires:  libgnomeprintui-devel libmspack-devel libtiff-devel
 License:GPLv2+
 Group:  System/Libraries
-Version:2.8.11
+Version:2.8.12
 Release:1
 %define  wx_minor %(echo %{version} | sed 's/\.[0-9][0-9]*$//')
 # libdir for installing of all the stuff
@@ -60,10 +60,18 @@
 %define wx_variant wxcontainer
 %endif
 %if %ENABLE_UNICODE
+%if 0%{?WX_DEBUG}
+%define WXFLAGS ud
+%else
 %define WXFLAGS u
+%endif
+%else
+%if 0%{?WX_DEBUG}
+%define WXFLAGS d
 %else
 %define WXFLAGS %{nil}
 %endif
+%endif
 # lang packages are exactly equal for all variants. Build it only once:
 %if "%{name}" == "%{base_name}"
 %define BUILD_LANG 1
@@ -74,10 +82,12 @@
 Source: %{tarball_name}-%{version}.tar.bz2
 Source1:README.SUSE
 Source2:virtual-package.README
-Source3:rpmlintrc
+Source3:wxWidgets-find-wx-provides
+Source4:wxWidgets-find-wx-requires
+Source5:rpmlintrc
 # This script is not used during build, but it makes possible to
 # identify and backport wxPython fixes to wxWidgets.
-Source4:wxpython-mkdiff.sh
+Source6:wxpython-mkdiff.sh
 Url:http://www.wxwidgets.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: wxGTK-2.6.3.3-decl.patch
@@ -85,6 +95,8 @@
 # PATCH-FEATURE-OPENSUSE wxWidgets-config-force-rpath.patch sbra...@suse.cz -- 
Force rpath use for installed libraries.
 Patch2: wxWidgets-config-force-rpath.patch
 Patch3: wxGTK-datarootdir.patch
+# PATCH-FEATURE-OPENSUSE wxWidgets-find-wx-provides-bash3.patch 
sbra...@suse.cz -- Port to bash-3 that does not support coproc.
+Patch4: wxWidgets-find-wx-provides-bash3.patch
 # We cannot use standard Requires/Provides, as we can have several instances 
of the library with the same soname.
 %define _use_internal_dependency_generator 0
 
@@ -646,6 +658,12 @@
 %endif
 %patch3
 cp %{S:1} %{S:2} .
+cp %{S:3} find-wx-provides
+cp %{S:4} find-wx-requires
+%if %suse_version < 1120
+%patch4
+%endif
+chmod +x find-wx-provides find-wx-requires
 %if %ENABLE_STL
 # Remove sources of deprecated libraries that don't compile with STL.
 # The build failure would be ignored but the package will be rejected by
@@ -655,6 +673,8 @@
 
 %build
 %{suse_update_config -f}
+# Ugly hack that makes possible to call autoconf:
+sed -i 's/0\.2\.8/0.2.9/' build/aclocal/bakefile.m4
 autoconf
 # NOTE: gnome-vfs and gnomeprintui are deprecated. Disable it in future!
 #
@@ -731,6 +751,58 @@
 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
 %endif
 
+# Create synthetic .la files to work-around libtool inability to link
+# third level libraries built on top of wxWidgets (bnc#690952).
+cd $RPM_BUILD_ROOT%{wxlibdir}
+for LIB in *.so ; do
+   LIBNAME=${LIB%.so}
+   LC_ALL=C
+   LIBNAMES=($LIB*)
+   unset LC_ALL
+   cat >$LIBNAME.la <$RPM_BUILD_ROOT%{wxlibdir}/wx/rpm/find-wx-requires
-#! /bin/sh
-# con

commit R-base for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package R-base for openSUSE:Factory
checked in at Thu May 26 16:19:28 CEST 2011.




--- R-base/R-base.changes   2011-03-04 19:14:34.0 +0100
+++ /mounts/work_src_done/STABLE/R-base/R-base.changes  2011-05-06 
09:35:42.0 +0200
@@ -1,0 +2,11 @@
+Fri May  6 07:33:40 UTC 2011 - detlef.ste...@gmx.de
+
+- Changed Licence string to GPLv2, taken from opensuse`s list aof allowed 
+  licences, as requested from coolo
+
+---
+Wed Apr 13 11:13:38 UTC 2011 - detlef.ste...@gmx.de
+
+- Upstream update to 2.13.0; new package 'compiler'; some new language files
+
+---

calling whatdependson for head-i586


Old:

  R-2.12.2.tar.bz2

New:

  R-2.13.0.tar.bz2



Other differences:
--
++ R-base.spec ++
--- /var/tmp/diff_new_pack.z8SpCN/_old  2011-05-26 16:18:15.0 +0200
+++ /var/tmp/diff_new_pack.z8SpCN/_new  2011-05-26 16:18:15.0 +0200
@@ -18,17 +18,16 @@
 
 
 Name:   R-base
-#%define version 2.12.2
 %define release 1 
-
-Version:2.12.2
+Version:2.13.0
 Release:1
 Source: R-%{version}.tar.bz2
 #Source: http://cran.r-project.org/src/base/R-2/R-%%{version}.tar.gz
-License:GPL
+
+License:GPLv2
 Url:http://www.r-project.org/
 Group:  Productivity/Scientific/Math
-#Prefix: %_prefix
+
 Summary:R - statistics package (S-Plus like)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cairo-devel gcc gcc-c++
@@ -51,22 +50,23 @@
 Provides:   R-class = 7.3.3
 Provides:   R-cluster = 1.13.3
 Provides:   R-codetools = 0.2.8
+Provides:   R-compiler = %{version}
 Provides:   R-datasets = %{version}
-Provides:   R-foreign = 0.8.42
+Provides:   R-foreign = 0.8.43
 Provides:   R-graphics = %{version}
 Provides:   R-grDevices = %{version}
 Provides:   R-grid = %{version}
 Provides:   R-KernSmooth = 2.23.4
-Provides:   R-lattice = 0.19.17
-Provides:   R-MASS = 7.3.11
-Provides:   R-Matrix = 0.999375.46
+Provides:   R-lattice = 0.19.23
+Provides:   R-MASS = 7.3.12
+Provides:   R-Matrix = 0.999375.50
 Obsoletes:  R-Matrix < 0.999375-7
 Provides:   R-methods = %{version}
-Provides:   R-mgcv = 1.7.3
-Provides:   R-nlme = 3.1.98
+Provides:   R-mgcv = 1.7.5
+Provides:   R-nlme = 3.1.100
 Provides:   R-nnet = 7.3.1
-Provides:   R-rpart = 3.1.48
-Provides:   R-spatial = 7.3.2
+Provides:   R-rpart = 3.1.49
+Provides:   R-spatial = 7.3.3
 Provides:   R-splines = %{version}
 Provides:   R-stats = %{version}
 Provides:   R-stats4 = %{version}
@@ -81,11 +81,11 @@
 AUTHORS: R Core Team
 
 %package -n R-base-devel
-License:GPL
+
 Summary:Libraries and includefiles for developing with R-base
 Group:  Development/Libraries/Other
 Requires:   R-base = %{version}
-Provides:   R-Matrix-devel = 0.999375.46
+Provides:   R-Matrix-devel = 0.999375.50
 Obsoletes:  R-Matrix-devel < 0.999375-7
 
 %description -n R-base-devel
@@ -95,9 +95,9 @@
 %prep 
 
 %setup -n R-%{version}
-#%setup
 
 %build
+
 export R_BROWSER="xdg-open"
 export R_PDFVIEWER="xdg-open"
 %configure --enable-R-shlib
@@ -113,9 +113,9 @@
 done
 
 %check
-#__make check
 
 %install
+
 %__make DESTDIR=%{buildroot} install
 
 %find_lang R
@@ -193,6 +193,7 @@
 %lang(ko) %{_libdir}/R/library/base/po/ko/
 %lang(pt) %{_libdir}/R/library/base/po/pt*/
 %lang(ru) %{_libdir}/R/library/base/po/ru/
+%lang(tr) %{_libdir}/R/library/base/po/tr/
 %lang(zh) %{_libdir}/R/library/base/po/zh*/
 %{_libdir}/R/library/base/R/
 # boot
@@ -249,6 +250,23 @@
 %{_libdir}/R/library/codetools/Meta/
 %{_libdir}/R/library/codetools/NAMESPACE
 %{_libdir}/R/library/codetools/R/
+# compiler
+%dir %{_libdir}/R/library/compiler/
+%{_libdir}/R/library/compiler/DESCRIPTION
+%{_libdir}/R/library/compiler/help/
+%{_libdir}/R/library/compiler/html/
+%{_libdir}/R/library/compiler/INDEX
+%{_libdir}/R/library/compiler/Meta/
+%{_libdir}/R/library/compiler/NAMESPACE
+%{_libdir}/R/library/compiler/R/
+%dir %{_libdir}/R/library/compiler/po
+%lang(de) %{_libdir}/R/library/compiler/po/de/
+%lang(en) %{_libdir}/R/library/compiler/po/en*/
+%lang(fr) %{_libdir}/R/library/compiler/po/fr/
+%lang(ja) %{_libdir}/R/library/compiler/po/ja/
+%lang(pt) %{_libdir}/R/library/compiler/po/pt_BR/
+%lang(ru) %{_libdir}/R/library/compiler/po/ru/
+%lang(zh) %{_libdir}/R/library/compiler/po/zh*/
 # datasets
 %dir %{_libdir}/R/library/datasets/
 %{_libdir}/R/library/datasets/data/
@@ -302,6 +320,7 @@
 %{_libdir}/R/library/grDevices/enc/
 %{_libdir}/R/library/grDevices/help/
 %{_libdir}/R/library/grDevices/html/
+%{_libdir}/R/library/grDevices/icc/
 %{_libdir}/R/library/grDevices/INDEX
 %{_libdir

commit pam for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package pam for openSUSE:Factory
checked in at Thu May 26 16:17:41 CEST 2011.




--- pam/pam.changes 2011-02-23 13:46:27.0 +0100
+++ /mounts/work_src_done/STABLE/pam/pam.changes2011-05-26 
11:37:35.0 +0200
@@ -1,0 +2,12 @@
+Thu May 26 09:37:34 UTC 2011 - cfarr...@novell.com
+
+- license update: GPL-2.0+ or BSD-3-Clause
+  Updating to spdx.org/licenses syntax as legal-auto for some reason did
+  not accept the previous spec file license
+
+---
+Wed May 25 16:15:30 CEST 2011 - ku...@suse.de
+
+- Remove libxcrypt-devel from BuildRequires
+
+---

calling whatdependson for head-i586




Other differences:
--
++ pam.spec ++
--- /var/tmp/diff_new_pack.ov7FSc/_old  2011-05-26 16:15:28.0 +0200
+++ /var/tmp/diff_new_pack.ov7FSc/_new  2011-05-26 16:15:28.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   pam
 Url:http://www.kernel.org/pub/linux/libs/pam/
-BuildRequires:  bison cracklib-devel db-devel flex libxcrypt-devel
+BuildRequires:  bison cracklib-devel db-devel flex
 BuildRequires:  audit-devel
 %if %{enable_selinux}
 BuildRequires:  libselinux-devel
@@ -29,7 +29,7 @@
 %define libpam_so_version 0.83.0
 %define libpam_misc_so_version 0.82.0
 %define libpamc_so_version 0.82.1
-License:Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
+License:GPL-2.0+ or BSD-3-Clause
 Group:  System/Libraries
 AutoReqProv:on
 # bug437293
@@ -38,7 +38,7 @@
 %endif
 #
 Version:1.1.3
-Release:6
+Release:7
 Summary:A Security Tool that Provides Authentication for Applications
 Source: Linux-PAM-%{version}.tar.bz2
 Source1:Linux-PAM-%{version}-docs.tar.bz2
@@ -63,7 +63,7 @@
 
 
 %package doc
-License:Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
+License:GPL-2.0+ or BSD-3-Clause
 Summary:Documentation for Pluggable Authentication Modules
 Group:  Documentation/HTML
 ###BuildArch:  noarch
@@ -78,7 +78,7 @@
 
 
 %package devel
-License:Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
+License:GPL-2.0+ or BSD-3-Clause
 Summary:Include Files and Libraries for PAM-Development
 Group:  Development/Libraries/C and C++
 Requires:   pam = %{version} glibc-devel






Remember to have fun...

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



commit intel-SINIT for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package intel-SINIT for openSUSE:Factory
checked in at Thu May 26 16:12:52 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/intel-SINIT/intel-SINIT.changes
2011-05-02 11:48:39.0 +0200
@@ -0,0 +1,6 @@
+---
+Fri Apr 29 13:09:20 UTC 2011 - meiss...@novell.com
+
+- imported SINITS from http://sourceforge.net/projects/tboot/
+  FATE#311820
+

calling whatdependson for head-i586


New:

  GM45_GS45_PM45-SINIT.tar.gz
  Q35-SINIT.tar.gz
  Q45_Q43-SINIT.tar.gz
  SINIT-guide.txt
  X5600-SINIT.tar.gz
  i5_i7_DUAL-SINIT.tar.gz
  i7_QUAD-SINIT.tar.gz
  intel-SINIT.changes
  intel-SINIT.spec



Other differences:
--
++ intel-SINIT.spec ++
#
# spec file for package intel-SINIT
#
# 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:   intel-SINIT
License:GPL v3 or later
BuildRequires:  fdupes
Group:  Development/Tools/Other
AutoReqProv:on
Summary:A Friendly Greeting Program
Version:2.3
Release:1
Source0:
http://downloads.sourceforge.net/project/tboot/SINIT%20AC%20Modules/Xeon%205600/X5600-SINIT.tar.gz
Source1:
http://downloads.sourceforge.net/project/tboot/SINIT%20AC%20Modules/SINIT%20AC%20Module%20Guide/SINIT-guide.txt
Source2:
http://downloads.sourceforge.net/project/tboot/SINIT%20AC%20Modules/i7%20Processor%20Quad/i7_QUAD-SINIT.tar.gz
Source3:
http://downloads.sourceforge.net/project/tboot/SINIT%20AC%20Modules/Q45%20and%20Q43%20Express/Q45_Q43-SINIT.tar.gz
Source4:
http://downloads.sourceforge.net/project/tboot/SINIT%20AC%20Modules/i5%20and%20i7%20Processor%20Dual/i5_i7_DUAL-SINIT.tar.gz
Source5:
http://downloads.sourceforge.net/project/tboot/SINIT%20AC%20Modules/Q35%20Express/Q35-SINIT.tar.gz
Source6:
http://downloads.sourceforge.net/project/tboot/SINIT%20AC%20Modules/GM45%2C%20PS45%20and%20PM45%20Express/GM45_GS45_PM45-SINIT.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Trusted Boot (tboot) is an open source, pre-kernel/VMM module that uses
Intel(R) Trusted Execution Technology (Intel(R) TXT) to perform a measured
and verified launch of an OS kernel/VMM.

This package contains the binary SINIT AC Modules that are used for measuring.


%prep
%setup -c -n intel-SINIT
tar xf %{S:0}
cp %{S:1} .
tar xf %{S:2}
tar xf %{S:3}
tar xf %{S:4}
tar xf %{S:5}
tar xf %{S:6}
chmod 644 */*

%build

%install
mkdir $RPM_BUILD_ROOT/usr/
mkdir $RPM_BUILD_ROOT/usr/lib/
mkdir $RPM_BUILD_ROOT/usr/lib/sinit

mv */*.BIN $RPM_BUILD_ROOT/usr/lib/sinit
chmod 644 $RPM_BUILD_ROOT/usr/lib/sinit/*.BIN

%fdupes $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc SINIT-guide.txt GM45_GS45_PM45-SINIT Q35-SINIT Q45_Q43-SINIT X5600-SINIT 
i5_i7_DUAL-SINIT i7_QUAD-SINIT
%dir /usr/lib/sinit
/usr/lib/sinit/*

%changelog
++ SINIT-guide.txt ++
This document is intended to be a guide for selecting the correct SINIT AC
module for a given Intel chipset (G)MCH or CPU.


SINIT AC module file names are formatted as:
_SINIT_.BIN
or
_SINIT_.BIN

where:
 : This is the product name/code/model of the
Intel chipset(s) supported by the SINIT AC
module
 : This is the family of CPUs which are supported by the SINIT
   AC module
 : This is the version of the AC module (InfoTable.AcmVersion).

The SINIT AC modules provided are all production-signed.

The PCI host bridge ID can be determined by running 'lspci -nn' and looking
for the "Host bridge" device (often the first); the ID will be the hexadecimal
number in square brackets after "8086:".

Below are the chipsets and CPUs that currently support Intel(R) TXT:
===

Intel(R) Q35 Express Chipset (Bearlake B):
-
PCI host bridge ID:  0x29b0
TXT.DIDVID.DeviceID:  0x8001
SINIT AC module file name:  Q35-SINIT.tar.gz : Q35_SINIT_18.BIN


Intel(R) X38 Express Chipset (Bigby or Bearlake X):
--

commit perl-Class-Method-Modifiers for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Class-Method-Modifiers for 
openSUSE:Factory
checked in at Thu May 26 16:11:03 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Class-Method-Modifiers/perl-Class-Method-Modifiers.changes
2010-11-30 20:24:21.0 +0100
@@ -0,0 +1,11 @@
+---
+Tue Nov 30 19:19:56 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Tue Sep 21 02:42:48 UTC 2010 - db...@novell.com
+
+- initial package 1.05
+  * created by cpanspec 1.78
+

calling whatdependson for head-i586


New:

  Class-Method-Modifiers-1.05.tar.bz2
  perl-Class-Method-Modifiers.changes
  perl-Class-Method-Modifiers.spec



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

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

# norootforbuild


Name:   perl-Class-Method-Modifiers
%define cpan_name Class-Method-Modifiers
Summary:Provides Moose-like method modifiers
Version:1.05
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Class-Method-Modifiers/
#Source: 
http://www.cpan.org/authors/id/S/SA/SARTAK/Class-Method-Modifiers-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Test::Exception)

%description
Method modifiers are a powerful feature from the CLOS (Common Lisp Object
System) world.

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

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

%check
%{__make} test

%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

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

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Clone-PP for openSUSE:Factory
checked in at Thu May 26 16:10:18 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Clone-PP/perl-Clone-PP.changes
2011-04-06 14:15:28.0 +0200
@@ -0,0 +1,17 @@
+---
+Wed Apr  6 12:15:08 UTC 2011 - co...@novell.com
+
+- fix license ("same terms as Perl")
+
+---
+Thu Feb 17 14:31:57 UTC 2011 - j...@novell.com
+
+- initial pull from CPAN with cpanspec_obs
+- needed by Rose::DB
+
+---
+Thu Feb 17 14:31:31 UTC 2011 - j...@novell.com
+
+- initial package 1.02
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Clone-PP-1.02.tar.bz2
  perl-Clone-PP.changes
  perl-Clone-PP.spec



Other differences:
--
++ perl-Clone-PP.spec ++
#
# spec file for package perl-Clone-PP
#
# 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-Clone-PP
Version:1.02
Release:1
License:GPL+ or Artistic
%define cpan_name Clone-PP
Summary:Recursively copy Perl datatypes
Url:http://search.cpan.org/dist/Clone-PP/
Group:  Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/E/EV/EVO/Clone-PP-1.02.tar.bz2
# Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
This module provides a general-purpose clone function to make deep copies
of Perl data structures. It calls itself recursively to copy nested hash,
array, scalar and reference types, including tied variables and objects.

The clone() function takes a scalar argument to copy. To duplicate arrays
or hashes, pass them in by reference:

  my $copy = clone(\@array);my @copy = @{ clone(\@array) };
  my $copy = clone(\%hash); my %copy = %{ clone(\%hash) };

The clone() function also accepts an optional second parameter that can be
used to limit the depth of the copy. If you pass a limit of 0, clone will
return the same value you supplied; for a limit of 1, a shallow copy is
constructed; for a limit of 2, two layers of copying are done, and so on.

  my $shallow_copy = clone( $item, 1 );

To allow objects to intervene in the way they are copied, the clone()
function checks for a couple of optional methods. If an object provides a
method named 'clone_self', it is called and the result returned without
further processing. Alternately, if an object provides a method named
'clone_init', it is called on the copied object before it is returned.

%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
%defattr(644,root,root,755)
%doc README

%changelog





Remember to have fun...

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



commit perl-Debug-Trace for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Debug-Trace for openSUSE:Factory
checked in at Thu May 26 16:09:29 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Debug-Trace/perl-Debug-Trace.changes  
2010-12-01 14:43:24.0 +0100
@@ -0,0 +1,16 @@
+---
+Wed Dec  1 13:31:58 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Fri Sep 17 15:17:20 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+- noarch pkg
+
+---
+Mon Mar 22 15:33:04 UTC 2010 - co...@novell.com
+
+- initial package created by cpanspec 1.78
+

calling whatdependson for head-i586


New:

  Debug-Trace-0.04.tar.gz
  perl-Debug-Trace.changes
  perl-Debug-Trace.spec



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

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

# norootforbuild


Name:   perl-Debug-Trace
%define cpan_name Debug-Trace
Summary:Perl extension to trace subroutine calls
Version:0.04
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Debug-Trace/
Source: 
http://www.cpan.org/authors/id/J/JV/JV/Debug-Trace-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Data::Dumper) >= 2.101
Requires:   perl(Data::Dumper) >= 2.101

%description
Debug::Trace instruments subroutines to provide tracing information upon
every call and return.

Authors:

Jan-Pieter Cornet 
Jos Boumans 
Johan Vromans 

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

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

%check
%{__make} test

%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%changelog





Remember to have fun...

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



commit perl-Devel-StackTrace-AsHTML for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Devel-StackTrace-AsHTML for 
openSUSE:Factory
checked in at Thu May 26 16:08:01 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Devel-StackTrace-AsHTML/perl-Devel-StackTrace-AsHTML.changes
  2010-11-30 20:25:17.0 +0100
@@ -0,0 +1,18 @@
+---
+Tue Nov 30 19:20:10 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Tue Sep 21 01:32:28 UTC 2010 - db...@novell.com
+
+- put back the perl version dependency but removed 
+  the '(perl)' from perl(perl) >= 5.8.1 
+  as it causes an osc build failure
+
+---
+Tue Sep 21 00:55:15 UTC 2010 - db...@novell.com
+
+- initial package 0.09
+  * created by cpanspec 1.78
+

calling whatdependson for head-i586


New:

  Devel-StackTrace-AsHTML-0.09.tar.bz2
  perl-Devel-StackTrace-AsHTML.changes
  perl-Devel-StackTrace-AsHTML.spec



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

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

# norootforbuild


Name:   perl-Devel-StackTrace-AsHTML
%define cpan_name Devel-StackTrace-AsHTML
Summary:Displays stack trace in HTML
Version:0.09
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Devel-StackTrace-AsHTML/
#Source: 
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Devel-StackTrace-AsHTML-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Devel::StackTrace)
BuildRequires:  perl >= 5.8.1
Requires:   perl(Devel::StackTrace)
Requires:   perl >= 5.8.1

%description
Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace which
displays the stack trace in beautiful HTML, with code snippet context and
function parameters. If you call it on an instance of
Devel::StackTrace::WithLexicals, you even get to see the lexical variables
of each stack frame.

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

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

%check
%{__make} test

%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%changelog





Remember to have fun...

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



commit perl-Digest-Whirlpool for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Digest-Whirlpool for 
openSUSE:Factory
checked in at Thu May 26 15:55:11 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Digest-Whirlpool/perl-Digest-Whirlpool.changes
2011-01-21 20:50:40.0 +0100
@@ -0,0 +1,6 @@
+---
+Fri Jan 21 19:50:36 UTC 2011 - co...@novell.com
+
+- initial package 1.09
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Digest-Whirlpool-1.09.tar.bz2
  perl-Digest-Whirlpool.changes
  perl-Digest-Whirlpool.spec



Other differences:
--
++ perl-Digest-Whirlpool.spec ++
#
# spec file for package perl-Digest-Whirlpool
#
# 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-Digest-Whirlpool
Version:1.09
Release:1
License:GPL+ or Artistic
%define cpan_name Digest-Whirlpool
Summary:A 512-bit, collision-resistant, one-way hash function
Url:http://search.cpan.org/dist/Digest-Whirlpool/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/A/AV/AVAR/Digest-Whirlpool-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl(Digest)
BuildRequires:  perl(Digest::base)
BuildRequires:  perl(Getopt::Long)
BuildRequires:  perl
BuildRequires:  perl-macros
Requires:   perl(Digest)
Requires:   perl(Digest::base)
Requires:   perl(Getopt::Long)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}

%description
Provides an interface to the WHIRLPOOL hash algorithm. This module
subclasses the Digest::base manpage and can be used either directly or
through the the Digest manpage meta-module. Using the latter is
recommended.

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

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

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

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

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-ExtUtils-CBuilder for 
openSUSE:Factory
checked in at Thu May 26 15:53:09 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder.changes
  2010-11-30 15:04:56.0 +0100
@@ -0,0 +1,110 @@
+---
+Tue Nov 30 14:04:30 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Sep  6 13:37:29 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+- revert to 0.27
+  o as I know the Author (David Golden) releases will be
+0.27 > 0.2701 > 0.2702 > 0.2703 . 0.28
+For perl 0.28 > 0.2703, but for rpm 0.28 < 0.2703
+  o hence added updates for 0.2701,0.2702, 0.2703 as patches
+o ExtUtils-CBuilder-0.2701.patch
+o ExtUtils-CBuilder-0.2701_0.2702.patch
+o ExtUtils-CBuilder-0.2702_0.2703.patch
+- 0.2703 - Tue Mar 16 17:10:55 EDT 2010
+  - fixed tests for Windows and MSVC [Jan Dubois]
+- 0.2702 - Mon Feb 22 15:10:52 EST 2010
+  - compile() changes in 0.2701 did not work on Windows.  Now fixed.
+- 0.2701 - Tue Feb 16 09:12:45 EST 2010
+  - compile() now accepts both string & array for 'include_dirs'
+argument, as documented.(RT#54606) [Alberto Simões]
+- noarch pkg
+
+---
+Thu Aug 26 19:21:31 UTC 2010 - pascal.ble...@opensuse.org
+
+- rewrote auto-generated spec file from scratch
+- update to 0.2703
+- chanes from 0.27:
+ * compile() now accepts both string & array for 'include_dirs' argument, as 
documented.(RT#54606)
+
+---
+Mon Mar  8 22:58:02 UTC 2010 - ch...@computersalat.de
+
+- update to 0.27
+  - Removed Build.PL to avoid creating a circular dependency
+  - Added version numbers to Windows compiler driver modules
+- 0.26_05 - Sun Oct 25 17:29:02 EDT 2009
+  - Fixed t/02link.t failures on cygwin with Perl 5.8 [David Golden]
+  - Made have_compiler (and have_cplusplus) quiet without echoing
+the test command to STDOUT [David Golden]
+- 0.26_04 - Mon Oct 19 21:57:46 EDT 2009
+  - Added 'have_cplusplus()' method to check for C++ support
+  - Added patches for building Perl with mingw64 [Sisyphus]
+  - Allow CC environment variable to override $Config{cc}
+  - Fixed link executable command for Win32 MSVC (RT#40819) [Cosimo
+Streppone]
+  - Removed MSVC version check when embedding a manifest file
+(RT #43002) [Steve Hay]
+  - Split Windows compiler driver packages into individual *.pm files
+- 0.260301 - Sat Aug 29 11:04:41 EDT 2009
+  - Fixed linking error on Win32 with gcc compiler (RT#49000)
+[kmx]
+- 0.2603 - Sat Jul 18 06:56:06 EDT 2009
+  - Makefile.PL had wrong INSTALLDIRS setting for older Perls
+(RT#47985) [David Golden]
+- 0.2602 - Sat Jul  4 10:57:12 EDT 2009
+  - Fixed 00-have-compiler.t if $^X is a relative path [David Wheeler]
+- 0.2601 - Wed Jul  1 09:37:39 EDT 2009
+  - On VMS, cleans up extra files generated during testing
+[John E. Malmberg, Craig Berry]
+- 0.26 - Mon Jun 29 20:11:52 EDT 2009
+  - No changes from 0.25_01
+- 0.25_01 - Sat Jun 27 23:13:20 EDT 2009
+  - Changed test library to Test::More
+  - Added tests for have_compiler
+  - Skips tests that need a compiler if have_compiler is false
+  - have_compiler will try to compile in the current directory
+if compiling in tmpdir fails for whatever reason
+- 0.25 - Fri Jun 26 16:18:13 EDT 2009
+  - Slight diagnostic improvements in link.t
+- 0.24_01 - Sun Mar  8 14:50:10 2009
+  - On Windows, don't generate "mt" command when CRT is statically
+linked. [Jan Dubois]
+  - On Cygwin, examine $Config{useshrplib} to see whether we're
+supposed to be linking with a shared perl library or not. [Reini
+Urban]
+  - In link_executable() on Cygwin, trust $Config{ld} rather than using
+$Config{cc} for linking. [Reini Urban]
+  - Add 'haiku' as a Unix-like platform. [Ingo Weinhold]
+- 0.24 - Fri Aug 15 22:01:48 2008
+  - Added 'gnu' and 'gnukfreebsd' as Unix variants. [Niko Tyni]
+  - Brought in some VMS fixes from bleadperl: "Correct and complete
+CBuilder's handling of external libraries when linking on VMS."
+[Craig Berry]
+- cleanup spec
+  - HEADER
+  - fixed deps gcc-c++
+  - added perl-macros
+  - more use of macros
+
+---
+Thu May  8 19:37:39 CEST 2008 - lr...@suse.de
+
+- update to 0.23
+  * Will now install in the core perl lib directory when the user's
+perl is new enough to have us in core. [Yi Ma Mao]
+  * Clean up perl_src path using Cwd::realpath().  Only affects usage
+as part of the perl core.
+  * Protect $., $@, $!, $^E, and $? from any clobbering that might
+occur in our DESTROY method. [Zefram]

commit perl-ExtUtils-CChecker for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-ExtUtils-CChecker for 
openSUSE:Factory
checked in at Thu May 26 15:51:41 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-ExtUtils-CChecker/perl-ExtUtils-CChecker.changes
  2011-02-06 19:32:18.0 +0100
@@ -0,0 +1,31 @@
+---
+Sun Feb  6 18:28:23 UTC 2011 - l...@linux-schulserver.de
+
+- update to 0.06:
+  + Added 'defines_to' constructor arg for writing a "config.h" file
+instead of -DFOO on compiler commandline
+  + Added accessors for callers to push more library dirs or compiler
+or linker flags
+  + Ensure that ->new_module_build merges its args and internal
+configuration correctly
+- BuildRequire Test::Pod for testing the pod files
+
+---
+Wed Dec  1 09:44:33 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Tue Jul 13 11:43:28 UTC 2010 - ch...@computersalat.de
+
+- update to 0.04
+  * Provide optional variants of ->find_include_dirs_for and
+->find_libs_for with try_... prefix
+- recreated by cpanspec 1.78
+- noarch pkg
+
+---
+Tue May 11 15:25:03 UTC 2010 - c...@novell.com
+
+- initial release in OBS
+

calling whatdependson for head-i586


New:

  ExtUtils-CChecker-0.06.tar.bz2
  perl-ExtUtils-CChecker.changes
  perl-ExtUtils-CChecker.spec



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

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

# norootforbuild


Name:   perl-ExtUtils-CChecker
%define cpan_name ExtUtils-CChecker
Summary:Configure-time utilities for using C headers, libraries, or OS 
features
Version:0.06
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/ExtUtils-CChecker/
#Source: 
http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-CChecker-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl-macros
BuildRequires:  perl(Test::Exception)

%description
Often Perl modules are written to wrap functionallity found in existing C
headers, libraries, or to use OS-specific features. It is useful in the
Build.PL or Makefile.PL file to check for the existance of these
requirements before attempting to actually build the module.

%prep
%setup -q -n ExtUtils-CChecker-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%changelog





Remember to have fun...

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



commit crash for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package crash for openSUSE:Factory
checked in at Thu May 26 15:43:32 CEST 2011.




--- crash/crash.changes 2011-01-07 16:47:56.0 +0100
+++ /mounts/work_src_done/STABLE/crash/crash.changes2011-05-25 
16:55:32.0 +0200
@@ -1,0 +2,19 @@
+Wed May 25 14:27:30 UTC 2011 - idon...@novell.com
+
+- Update to 5.1.5, mainly gcc 4.6 and kernel 2.6.39 fixes, see
+  http://people.redhat.com/anderson/crash.changelog.html for 
+  complete changelog.
+
+- Refresh crash-sles9-time.patch
+
+- Dropped the following patches applied upstream:
+* crash-compressed-booted-kernel
+* crash-compressed-kernel
+* crash-missing-declarations.patch
+* crash-xen-domain_vcpu.patch
+* crash-xen-opt_sched.patch
+* crash-xen-per_cpu-init_tss.patch
+* crash-xen-per_cpu_shift.patch
+* crash-xen_virt_start.patch
+
+---

calling whatdependson for head-i586


Old:

  crash-5.1.1.tar.gz
  crash-compressed-booted-kernel
  crash-compressed-kernel
  crash-missing-declarations.patch
  crash-xen-domain_vcpu.patch
  crash-xen-opt_sched.patch
  crash-xen-per_cpu-init_tss.patch
  crash-xen-per_cpu_shift.patch
  crash-xen_virt_start.patch

New:

  crash-5.1.5.tar.gz



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.kiSxhH/_old  2011-05-26 15:42:46.0 +0200
+++ /var/tmp/diff_new_pack.kiSxhH/_new  2011-05-26 15:42:46.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package crash (Version 5.1.1)
+# spec file for package crash
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -17,7 +17,7 @@
 
 # norootforbuild
 
-%define crash_version  5.1.1
+%define crash_version  5.1.5
 %define whitepaper_version 2003
 %define scripts_version  2008-02-08
 
@@ -30,7 +30,7 @@
 Url:http://people.redhat.com/anderson/
 Summary:Crash utility for live systems; netdump, diskdump, LKCD or 
mcore dumpfiles
 Version:%{crash_version}
-Release:2
+Release:1
 License:GFDLv1.2
 Group:  Development/Tools/Debuggers
 Source: %{name}-%{crash_version}.tar.gz
@@ -42,17 +42,9 @@
 Patch1: %{name}-make-emacs-default.diff
 Patch2: %{name}-sles9-quirk.patch
 Patch4: %{name}-sles9-time.patch
-Patch5: %{name}-compressed-kernel
 Patch6: %{name}-crosscrash-hint.diff
 Patch7: %{name}-rl_digit_loop-return.patch
-Patch8: %{name}-missing-declarations.patch
-Patch9: %{name}-compressed-booted-kernel
-Patch10:%{name}-xen-per_cpu_shift.patch
-Patch11:%{name}-xen_virt_start.patch
-Patch12:%{name}-xen-per_cpu-init_tss.patch
 Patch13:%{name}-xen-x86_64-increase-max-vcpus.patch
-Patch14:%{name}-xen-domain_vcpu.patch
-Patch15:%{name}-xen-opt_sched.patch
 Patch90:%{name}-sial-ps-2.6.29.diff
 BuildRequires:  bison flex ncurses-devel zlib-devel
 Requires:   /usr/bin/nm
@@ -135,17 +127,9 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
-%patch5 -p1
 %patch6 -p1
 %patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
 %patch13 -p1
-%patch14 -p1
-%patch15 -p1
 ## SIAL patches
 cd sial-scripts-%{scripts_version}
 %patch90 -p1

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

++ crash-sles9-time.patch ++
--- /var/tmp/diff_new_pack.kiSxhH/_old  2011-05-26 15:42:46.0 +0200
+++ /var/tmp/diff_new_pack.kiSxhH/_new  2011-05-26 15:42:46.0 +0200
@@ -16,14 +16,14 @@
 
 --- a/defs.h
 +++ b/defs.h
-@@ -577,6 +571,7 @@ struct kernel_table {
+@@ -591,6 +591,7 @@
ulong p2m_missing;
} pvops_xen;
int highest_irq;
-+  int is_suse_kernel;
- };
- 
- /*
++int is_suse_kernel;
+ #define IKCONFIG_AVAIL0x1 /* kernel contains ikconfig data */
+ #define IKCONFIG_LOADED   0x2 /* ikconfig data is currently loaded */
+   int ikconfig_flags;
 @@ -4905,6 +4632,13 @@ extern struct lkcd_environment *lkcd;
  
  #endif  /* LKCD_COMMON */






Remember to have fun...

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



commit pam-modules for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package pam-modules for openSUSE:Factory
checked in at Thu May 26 15:42:07 CEST 2011.




--- pam-modules/pam-modules.changes 2011-05-18 16:44:24.0 +0200
+++ /mounts/work_src_done/STABLE/pam-modules/pam-modules.changes
2011-05-26 13:03:08.0 +0200
@@ -1,0 +2,7 @@
+Wed May 25 18:11:28 CEST 2011 - ku...@suse.de
+
+- Update pam_pwcheck to version 3.13
+  - work without xcrypt installed
+  - update translations
+
+---

calling whatdependson for head-i586


Old:

  pam_pwcheck-3.12.5.tar.bz2

New:

  pam_pwcheck-3.13.tar.bz2



Other differences:
--
++ pam-modules.spec ++
--- /var/tmp/diff_new_pack.hBcXRr/_old  2011-05-26 15:41:38.0 +0200
+++ /var/tmp/diff_new_pack.hBcXRr/_new  2011-05-26 15:41:38.0 +0200
@@ -26,13 +26,13 @@
 Name:   pam-modules
 Summary:Additional PAM Modules
 Version:11.5
-Release:1
+Release:2
 License:BSD3c ; GPLv2+
 Group:  System/Libraries
 AutoReqProv:on
 #
 Source0:pam_unix2-2.8.1.tar.bz2
-Source1:pam_pwcheck-3.12.5.tar.bz2
+Source1:pam_pwcheck-3.13.tar.bz2
 Source2:pam_homecheck-2.0.tar.bz2
 Source6:baselibs.conf
 Source21:   unix2_chkpwd.c
@@ -72,7 +72,7 @@
   make %{?_smp_mflags}
   cd ..
 done
-gcc -o $RPM_BUILD_DIR/unix2_chkpwd $RPM_OPT_FLAGS %{SOURCE21} -lpam
+gcc -o $RPM_BUILD_DIR/unix2_chkpwd -fpie $RPM_OPT_FLAGS -pie %{SOURCE21} -lpam
 
 %install
 mkdir -p $RPM_BUILD_ROOT/sbin
@@ -111,10 +111,11 @@
 %{find_lang} pam_pwcheck pam_unix2.lang
 
 %post
-%run_permissions
+%set_permissions /sbin/unix2_chkpwd
 
 %clean
 rm -rf $RPM_BUILD_ROOT
+
 %verifyscript
 %verify_permissions -e /sbin/unix2_chkpwd
 

++ pam_pwcheck-3.12.5.tar.bz2 -> pam_pwcheck-3.13.tar.bz2 ++
 4890 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 perl-Regexp-Assemble for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Regexp-Assemble for 
openSUSE:Factory
checked in at Thu May 26 15:41:28 CEST 2011.




--- perl-Regexp-Assemble/perl-Regexp-Assemble.changes   2011-04-07 
19:35:45.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Regexp-Assemble/perl-Regexp-Assemble.changes  
2011-05-26 10:34:29.0 +0200
@@ -1,0 +2,5 @@
+Thu May 26 08:33:14 UTC 2011 - co...@novell.com
+
+- apply realperl.patch to fix perl requires
+
+---

calling whatdependson for head-i586


New:

  realperl.patch



Other differences:
--
++ perl-Regexp-Assemble.spec ++
--- /var/tmp/diff_new_pack.LVhJRp/_old  2011-05-26 15:40:49.0 +0200
+++ /var/tmp/diff_new_pack.LVhJRp/_new  2011-05-26 15:40:49.0 +0200
@@ -19,14 +19,14 @@
 
 Name:   perl-Regexp-Assemble
 Version:0.35
-Release:1
+Release:3
 License:GPL+ or Artistic
 %define cpan_name Regexp-Assemble
 Summary:Assemble multiple Regular Expressions into a single RE
 Url:http://search.cpan.org/dist/Regexp-Assemble/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/D/DL/DLAND/Regexp-Assemble-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/D/DL/DLAND/%{cpan_name}-%{version}.tar.gz
+Patch0: realperl.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -62,6 +62,8 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -80,6 +82,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc %attr(644,-,-) Changes eg README TODO
+%doc Changes eg README TODO
 
 %changelog

++ realperl.patch ++
Index: Regexp-Assemble-0.35/eg/fee
===
--- Regexp-Assemble-0.35.orig/eg/fee2008-06-06 20:33:06.0 +0200
+++ Regexp-Assemble-0.35/eg/fee 2011-05-26 10:29:06.136862523 +0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#! /usr/bin/perl -w
 
 use strict;
 use Regexp::Assemble;
Index: Regexp-Assemble-0.35/eg/hostmatch/hostmatch
===
--- Regexp-Assemble-0.35.orig/eg/hostmatch/hostmatch2008-06-06 
20:33:06.0 +0200
+++ Regexp-Assemble-0.35/eg/hostmatch/hostmatch 2011-05-26 10:29:06.127863375 
+0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#! /usr/bin/perl -w
 #
 # hostmatch -- determine whether a DNS hostname matches a regular expression
 #
Index: Regexp-Assemble-0.35/eg/ircwatcher
===
--- Regexp-Assemble-0.35.orig/eg/ircwatcher 2008-06-06 20:33:06.0 
+0200
+++ Regexp-Assemble-0.35/eg/ircwatcher  2011-05-26 10:29:06.123863752 +0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#! /usr/bin/perl -w
 #
 # ircwatcher - watch an IRC stream and do things when
 #  interesting things occur
Index: Regexp-Assemble-0.35/eg/naive
===
--- Regexp-Assemble-0.35.orig/eg/naive  2008-06-06 20:33:06.0 +0200
+++ Regexp-Assemble-0.35/eg/naive   2011-05-26 10:29:06.132862900 +0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#! /usr/bin/perl -w
 #
 # naive - generate a regular expression that will lex regular expressions
 # it is naive in the sense that it can't lex certain patterns, such as a
Index: Regexp-Assemble-0.35/eg/roman
===
--- Regexp-Assemble-0.35.orig/eg/roman  2008-06-06 20:33:06.0 +0200
+++ Regexp-Assemble-0.35/eg/roman   2011-05-26 10:29:06.129863185 +0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#! /usr/bin/perl -w
 #
 # roman - generate a regular expression that matches the roman numerals
 # from 1 to 20.
Index: Regexp-Assemble-0.35/eg/stress-test.pl
===
--- Regexp-Assemble-0.35.orig/eg/stress-test.pl 2008-06-06 20:33:06.0 
+0200
+++ Regexp-Assemble-0.35/eg/stress-test.pl  2011-05-26 10:29:06.134862711 
+0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#! /usr/bin/perl -w
 
 use strict;
 use lib 'blib/lib';
Index: Regexp-Assemble-0.35/eg/tld
===
--- Regexp-Assemble-0.35.orig/eg/tld2008-06-06 20:33:06.0 +0200
+++ Regexp-Assemble-0.35/eg/tld 2011-05-26 10:29:06.125863563 +0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#! /usr/bin/perl -w
 #
 # tld - generate a regular expression that matches the Internet
 #   top level domains
Index: Regexp-Assemble-0.35/eg/track-5.10

commit dia for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package dia for openSUSE:Factory
checked in at Thu May 26 15:40:41 CEST 2011.




--- GNOME/dia/dia.changes   2011-02-12 20:23:58.0 +0100
+++ /mounts/work_src_done/STABLE/dia/dia.changes2011-05-26 
11:07:42.0 +0200
@@ -1,0 +2,5 @@
+Thu May 26 09:06:36 UTC 2011 - idon...@novell.com
+
+- Add dia-swig-2x.patch: fix compilation with swig 2.x
+
+---

calling whatdependson for head-i586


New:

  dia-swig-2x.patch



Other differences:
--
++ dia.spec ++
--- /var/tmp/diff_new_pack.9JrQrH/_old  2011-05-26 15:39:54.0 +0200
+++ /var/tmp/diff_new_pack.9JrQrH/_new  2011-05-26 15:39:54.0 +0200
@@ -44,7 +44,7 @@
 Requires:   xdg-utils
 Summary:A Diagram Creation Program
 Version:0.97.1
-Release:6
+Release:11
 Source: 
ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{version}.tar.bz2
 Source1:font-test-japanese.dia
 Source2:font-test-czech.dia
@@ -55,6 +55,8 @@
 Patch14:dia-python-acinclude.patch
 # PATCH-FIX-OPENSUSE dia-remove-datetime.patch vu...@novell.com -- Do not put 
date/time in the compiled binary (needed for build-compare)
 Patch17:dia-remove-datetime.patch
+# PATCH-FIX-UPSTREAM dia-swig-2x.patch bgo#651127 idoen...@suse.de -- Support 
swig 2.x
+Patch18:dia-swig-2x.patch
 Url:http://live.gnome.org/Dia
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang
@@ -79,6 +81,7 @@
 %patch3
 %patch14
 %patch17 -p1
+%patch18
 cp $RPM_SOURCE_DIR/font-test*dia .
 
 %build

++ dia-swig-2x.patch ++
--- acinclude.m4.orig   2011-05-26 11:30:59.298022408 +0200
+++ acinclude.m42011-05-26 11:31:24.602022413 +0200
@@ -391,9 +391,87 @@
 AC_SUBST(FT2_LIBS)
 ])
 
-##
-## SWIG check from http://autoconf-archive.cryp.to/ac_pkg_swig.html
-##
+
+# http://autoconf-archive.cryp.to/ac_pkg_swig.html
+#
+# SYNOPSIS
+#
+#   AC_PROG_SWIG([major.minor.micro])
+#
+# DESCRIPTION
+#
+#   This macro searches for a SWIG installation on your system. If
+#   found you should call SWIG via $(SWIG). You can use the optional
+#   first argument to check if the version of the available SWIG is
+#   greater than or equal to the value of the argument. It should have
+#   the format: N[.N[.N]] (N is a number between 0 and 999. Only the
+#   first N is mandatory.)
+#
+#   If the version argument is given (e.g. 1.3.17), AC_PROG_SWIG checks
+#   that the swig package is this version number or higher.
+#
+#   In configure.in, use as:
+#
+# AC_PROG_SWIG(1.3.17)
+# SWIG_ENABLE_CXX
+# SWIG_MULTI_MODULE_SUPPORT
+# SWIG_PYTHON
+#
+# LAST MODIFICATION
+#
+#   2006-10-22
+#
+# COPYLEFT
+#
+#   Copyright (c) 2006 Sebastian Huber 
+#   Copyright (c) 2006 Alan W. Irwin 
+#   Copyright (c) 2006 Rafael Laboissiere 
+#   Copyright (c) 2006 Andrew Collier 
+#
+#   This program is free software; you can redistribute it and/or
+#   modify it under the terms of the GNU General Public License as
+#   published by the Free Software Foundation; either version 2 of the
+#   License, or (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful, but
+#   WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#   General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, write to the Free Software
+#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+#   02111-1307, USA.
+#
+#   As a special exception, the respective Autoconf Macro's copyright
+#   owner gives unlimited permission to copy, distribute and modify the
+#   configure scripts that are the output of Autoconf when processing
+#   the Macro. You need not follow the terms of the GNU General Public
+#   License when using or distributing such scripts, even though
+#   portions of the text of the Macro appear in them. The GNU General
+#   Public License (GPL) does govern all other use of the material that
+#   constitutes the Autoconf Macro.
+#
+#   This special exception to the GPL applies to versions of the
+#   Autoconf Macro released by the Autoconf Macro Archive. When you
+#   make and distribute a modified version of the Autoconf Macro, you
+#   may extend this special exception to the GPL to apply to your
+#   modified version as well.
+
+AC_DEFUN([SWIG_VERSION_GOOD],[
+   AC_MSG_NOTICE([SWIG executable is '$SWIG'])
+SWIG_LIB=`$SWIG -swiglib`
+AC_MSG_NOTICE([SWIG library directory is '$SWIG_LIB'])
+SWIG_VERSION=`echo $(( $available_major * 100 * 100 + $available_minor 
* 100 + $available_patch ))`
+AC_MSG_NOTICE([SWIG version is '$

commit librubberband for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package librubberband for openSUSE:Factory
checked in at Thu May 26 15:39:43 CEST 2011.




--- librubberband/librubberband.changes 2010-10-20 11:21:51.0 +0200
+++ /mounts/work_src_done/STABLE/librubberband/librubberband.changes
2011-05-22 17:12:21.0 +0200
@@ -1,0 +2,27 @@
+Sun May 22 11:36:18 UTC 2011 - davejpla...@gmail.com
+
+- Fix README eol encoding with dos2unix.
+- Added rubberband help2man man page generator to spec.
+- Downloaded GPLv2 license to replace incorrect COPYING.
+
+---
+Thu May 19 07:33:31 UTC 2011 - mse...@gmail.com
+
+- updated to 1.6
+ * Add Smoothing option.  This uses a window-presum FFT, introducing
+   time-domain aliasing which is then smoothed using a sinc window.
+   This can be used in combination with any of the existing processing
+   control options.  This will soften transients but the result may
+   still be more pleasant for some material that is not very amenable
+   to being time stretched.
+ * Fix silent channel of output when processing with band-limited
+   transients option
+ * Include libresample support
+- added fix-cstdio.patch to fix build
+
+---
+Sun May  1 17:35:27 UTC 2011 - toddrme2...@gmail.com
+ 
+- Added 32bit compatibility libraries
+ 
+---

calling whatdependson for head-i586


Old:

  rubberband-1.5.0.tar.bz2

New:

  baselibs.conf
  fix-cstdio.patch
  rubberband-1.6.0.tar.bz2



Other differences:
--
++ librubberband.spec ++
--- /var/tmp/diff_new_pack.Lm5YbZ/_old  2011-05-26 15:38:20.0 +0200
+++ /var/tmp/diff_new_pack.Lm5YbZ/_new  2011-05-26 15:38:20.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package librubberband (Version 1.5.0)
+# spec file for package librubberband
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 
 
 Name:   librubberband
-Version:1.5.0
+Version:1.6.0
 Release:1
 Summary:Audio time-stretching and pitch-shifting library
 Group:  System/Libraries
@@ -29,9 +29,11 @@
 #add missing COPYING file (bnc#522202)
 Source1:COPYING
 Patch1: rubberband-mk.patch
+Patch2: fix-cstdio.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fftw3-devel gcc-c++ libsamplerate-devel pkg-config
 BuildRequires:  ladspa-devel libsndfile-devel vamp-plugin-sdk-devel
+BuildRequires:  dos2unix help2man
 Requires:   ladspa
 
 %description
@@ -112,9 +114,12 @@
 %prep
 %setup -q -n rubberband-%{version}
 %patch1
+%patch2 -p1
 #copy missing COPYING file
-%__cp %{SOURCE1} .
-%__mv README.txt README
+cp %{SOURCE1} .
+# Fix README EOL encoding
+dos2unix -o README.txt
+mv README.txt README
 
 %build
 %configure
@@ -123,6 +128,18 @@
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
+# Generate man page with help2man
+# 11.3 help2man hasn't --no-discard-stderr
+%if 0%{?suse_version} >= 1140
+mkdir -p %{buildroot}%{_mandir}/man1
+pushd %{buildroot}%{_mandir}/man1
+cp -v %{buildroot}%{_bindir}/rubberband ./
+help2man --no-discard-stderr \
+   -N -o rubberband.1 ./rubberband
+rm rubberband
+popd
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -146,6 +163,9 @@
 %files -n rubberband-cli
 %defattr(-,root,root,-)
 %{_bindir}/rubberband
+%if 0%{?suse_version} >= 1140
+%{_mandir}/man1/rubberband.1.gz
+%endif
 
 %files -n rubberband-ladspa
 %defattr(-,root,root,-)

++ COPYING ++
--- /var/tmp/diff_new_pack.Lm5YbZ/_old  2011-05-26 15:38:20.0 +0200
+++ /var/tmp/diff_new_pack.Lm5YbZ/_new  2011-05-26 15:38:20.0 +0200
@@ -1,13 +1,12 @@
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-  59 Temple Place - Suite 330
-  Boston, MA 02111-1307, USA.
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-   Preamble
+Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -16,7 +15,7 @@
 General Public License applies to most of the Free Software
 Foundati

commit skelcd-openSUSE for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package skelcd-openSUSE for openSUSE:Factory
checked in at Thu May 26 15:37:58 CEST 2011.




--- skelcd-openSUSE/skelcd-openSUSE.changes 2011-04-14 11:15:58.0 
+0200
+++ /mounts/work_src_done/STABLE/skelcd-openSUSE/skelcd-openSUSE.changes
2011-05-26 11:25:16.0 +0200
@@ -1,0 +2,5 @@
+Thu May 26 09:24:57 UTC 2011 - a...@suse.de
+
+- Update license translations.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ skelcd-openSUSE-non-OSS.spec ++
--- /var/tmp/diff_new_pack.1k7D7i/_old  2011-05-26 15:37:43.0 +0200
+++ /var/tmp/diff_new_pack.1k7D7i/_new  2011-05-26 15:37:43.0 +0200
@@ -27,7 +27,7 @@
 Group:  Metapackages
 Conflicts:  skelcd-SUSE_Linux skelcd-SUSE_Linux-AddOn skelcd-sles 
skelcd-sled skelcd-openSUSE-non-OSS skelcd-openSUSE-non-OSS-CD
 AutoReqProv:off
-Version:2011.5.5
+Version:2011.5.26
 Release:1
 Summary:Skeleton for openSUSE OSS Media Sets
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ skelcd-openSUSE.spec ++
--- /var/tmp/diff_new_pack.1k7D7i/_old  2011-05-26 15:37:43.0 +0200
+++ /var/tmp/diff_new_pack.1k7D7i/_new  2011-05-26 15:37:43.0 +0200
@@ -27,7 +27,7 @@
 Group:  Metapackages
 Conflicts:  skelcd-SUSE_Linux skelcd-SUSE_Linux-AddOn skelcd-sles 
skelcd-sled skelcd-openSUSE-non-OSS skelcd-openSUSE-non-OSS-CD
 AutoReqProv:off
-Version:2011.5.5
+Version:2011.5.26
 Release:1
 Summary:Skeleton for openSUSE OSS Media Sets
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ license-SL.tar.bz2 ++
 1746 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 ifolder3 for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package ifolder3 for openSUSE:Factory
checked in at Thu May 26 15:37:33 CEST 2011.




--- ifolder3/ifolder3.changes   2010-10-04 18:50:54.0 +0200
+++ /mounts/work_src_done/STABLE/ifolder3/ifolder3.changes  2011-05-22 
12:43:42.0 +0200
@@ -1,0 +2,6 @@
+Sun May 22 10:41:28 UTC 2011 - idon...@novell.com
+
+- Add ifolder3-gtk-deprecated.patch: replace deprecated 
+  gdk_window_lookup_for_display with gdk_x11_window_lookup_for_display 
+
+---

calling whatdependson for head-i586


New:

  ifolder3-gtk-deprecated.patch



Other differences:
--
++ ifolder3.spec ++
--- /var/tmp/diff_new_pack.ZqmGTr/_old  2011-05-26 15:37:13.0 +0200
+++ /var/tmp/diff_new_pack.ZqmGTr/_new  2011-05-26 15:37:13.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ifolder3 (Version 3.8.0.10264.3)
+# spec file for package ifolder3
 #
-# 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
@@ -39,7 +39,7 @@
 Requires:   xsp >= 1.2.5
 #Obsoletes:  %{name} < 3.7.2.10090.1
 Version:3.8.0.10264.3
-Release:2
+Release:6
 Summary:File Sharing and Collaboration Tool
 Source: ifolder3.tar.gz
 Patch:  ifolder3-lib64.patch
@@ -48,6 +48,7 @@
 Patch3: ifolder-gtk-sharp.patch
 Patch4: ifolder-Makefile.patch
 Patch5: ifolder3-libeel.patch
+Patch6: ifolder3-gtk-deprecated.patch
 ExclusiveArch:  %ix86 x86_64
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %gconf_schemas_prereq
@@ -83,6 +84,7 @@
 %patch3
 %patch4
 %patch5
+%patch6
 #=
 
 %build

++ ifolder3-gtk-deprecated.patch ++
--- src/UI/Linux/TrayIcon/libtrayicon/eggtrayicon.c 2010-09-14 
19:46:15.0 +0200
+++ src/UI/Linux/TrayIcon/libtrayicon/eggtrayicon.c 2011-05-23 
16:16:09.273011462 +0200
@@ -27,6 +27,7 @@
 
 #include "eggtrayicon.h"
 
+#include 
 #include 
 #include 
 
@@ -234,8 +235,13 @@
 {
   GdkWindow *gdkwin;
 
+#if GTK_CHECK_VERSION(2, 24, 0)
+gdkwin = gdk_x11_window_lookup_for_display (gtk_widget_get_display 
(widget),
+   icon->manager_window);
+#else
   gdkwin = gdk_window_lookup_for_display (gtk_widget_get_display (widget),
   icon->manager_window);
+#endif
 
   gdk_window_remove_filter (gdkwin, egg_tray_icon_manager_filter, icon);
 }
@@ -299,8 +305,13 @@
 {
   GdkWindow *gdkwin;
 
+#if GTK_CHECK_VERSION(2, 24, 0)
+  gdkwin = gdk_x11_window_lookup_for_display (gtk_widget_get_display 
(GTK_WIDGET (icon)),
+  icon->manager_window);
+#else
   gdkwin = gdk_window_lookup_for_display (gtk_widget_get_display 
(GTK_WIDGET (icon)),
  icon->manager_window);
+#endif
   
   gdk_window_remove_filter (gdkwin, egg_tray_icon_manager_filter, icon);
 }
@@ -321,8 +332,13 @@
 {
   GdkWindow *gdkwin;
 
+#if GTK_CHECK_VERSION(2, 24, 0)
+gdkwin = gdk_x11_window_lookup_for_display (gtk_widget_get_display 
(GTK_WIDGET (icon)), 
+icon->manager_window);
+#else
   gdkwin = gdk_window_lookup_for_display (gtk_widget_get_display 
(GTK_WIDGET (icon)),
  icon->manager_window);
+#endif
   
   gdk_window_add_filter (gdkwin, egg_tray_icon_manager_filter, icon);
 





Remember to have fun...

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



commit cmake for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package cmake for openSUSE:Factory
checked in at Thu May 26 15:31:28 CEST 2011.




--- cmake/cmake.changes 2010-11-11 15:08:11.0 +0100
+++ /mounts/work_src_done/STABLE/cmake/cmake.changes2011-04-04 
16:49:26.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr  4 14:17:43 UTC 2011 - pu...@novell.com
+
+- update to 2.8.4 
+ - see /usr/share/doc/packages/cmake/Changelog for changes
+
+---
+Thu Jan 20 22:08:01 CET 2011 - dmuel...@suse.de
+
+- udpate to 2.8.4-rc1: 
+ - see /usr/share/doc/packages/cmake/Changelog for changes
+- remove fortify patch
+
+---

calling whatdependson for head-i586


Old:

  cmake-2.8.3.tar.bz2
  fortify-buffer-overflows.diff

New:

  cmake-2.8.4.tar.bz2



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.Rumo0u/_old  2011-05-26 15:29:36.0 +0200
+++ /var/tmp/diff_new_pack.Rumo0u/_new  2011-05-26 15:29:36.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package cmake-gui (Version 2.8.3)
+# spec file for package cmake-gui
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,13 @@
 
 
 Name:   cmake-gui
-Version:2.8.3
+Version:2.8.4
 Release:1
 License:BSD3c
 Group:  Development/Tools/Building
 Url:http://www.cmake.org/
 Source0:cmake-%{version}.tar.bz2
 Patch4: cmake-disable-builtin-chrpath.diff
-Patch5: fortify-buffer-overflows.diff
 Summary:CMake graphical user interface
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
@@ -58,7 +57,6 @@
 %prep
 %setup -q -n cmake-%{version}
 %patch4
-%patch5
 
 %build
 EXTRA_FLAGS="--qt-gui"

++ cmake.spec ++
--- /var/tmp/diff_new_pack.Rumo0u/_old  2011-05-26 15:29:36.0 +0200
+++ /var/tmp/diff_new_pack.Rumo0u/_new  2011-05-26 15:29:36.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package cmake (Version 2.8.3)
+# spec file for package cmake
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,13 @@
 
 
 Name:   cmake
-Version:2.8.3
+Version:2.8.4
 Release:1
 License:BSD3c
 Group:  Development/Tools/Building
 Url:http://www.cmake.org/
 Source0:%{name}-%{version}.tar.bz2
 Patch4: cmake-disable-builtin-chrpath.diff
-Patch5: fortify-buffer-overflows.diff
 # Should appear in cmake-2.8.3
 Summary:Cross-platform, open-source make system
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,9 +53,8 @@
 Kitware, Inc., Insight Consortium
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch4
-%patch5
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"

++ cmake-2.8.3.tar.bz2 -> cmake-2.8.4.tar.bz2 ++
 22009 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 perl for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl for openSUSE:Factory
checked in at Thu May 26 15:29:24 CEST 2011.




--- perl/perl.changes   2011-05-16 16:18:55.0 +0200
+++ /mounts/work_src_done/STABLE/perl/perl.changes  2011-05-26 
11:28:09.0 +0200
@@ -1,0 +2,11 @@
+Thu May 26 11:27:14 CEST 2011 - m...@suse.de
+
+- backport CBuilder fix that keeps it from overwriting ccflags
+  from the perl config if CCFLAGS is set in the environment
+
+---
+Tue May 17 16:20:56 CEST 2011 - m...@suse.de
+
+- Test::Simple is actually 0.98
+
+---

calling whatdependson for head-i586


New:

  perl-cbuilder-ccflags.diff



Other differences:
--
++ perl.spec ++
--- /var/tmp/diff_new_pack.f0xkhL/_old  2011-05-26 15:27:50.0 +0200
+++ /var/tmp/diff_new_pack.f0xkhL/_new  2011-05-26 15:27:50.0 +0200
@@ -21,7 +21,7 @@
 Name:   perl
 Summary:The Perl interpreter
 Version:5.14.0
-Release:1
+Release:2
 %define pversion 5.14.0
 License:Artistic License .. ; GPLv2+
 Group:  Development/Languages/Perl
@@ -39,6 +39,7 @@
 Patch4: perl-netcmdutf8.diff
 Patch5: perl-HiRes.t-timeout.diff
 Patch6: perl-saverecontext.diff
+Patch7: perl-cbuilder-ccflags.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: perl-base = %version
 #PreReq: %fillup_prereq
@@ -54,9 +55,9 @@
 Provides:   perl-macros
 Obsoletes:  perl-macros
 Provides:   perl-Filter-Simple perl-I18N-LangTags perl-MIME-Base64 
perl-Storable
-Provides:   perl-Test-Simple = 0.94-%{release}
+Provides:   perl-Test-Simple = 0.98-%{release}
 Obsoletes:  perl-Filter-Simple perl-I18N-LangTags perl-MIME-Base64 
perl-Storable
-Obsoletes:  perl-Test-Simple < 0.94
+Obsoletes:  perl-Test-Simple < 0.98
 Provides:   perl-Text-Balanced perl-Time-HiRes perl-libnet
 Obsoletes:  perl-Text-Balanced perl-Time-HiRes perl-libnet
 Provides:   perl-Compress-Zlib perl-Compress-Raw-Zlib
@@ -134,6 +135,7 @@
 %patch4
 %patch5
 %patch6
+%patch7
 
 %build
 cp -a lib savelib

++ perl-cbuilder-ccflags.diff ++
--- dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm.orig   2011-05-26 
09:23:49.0 +
+++ dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm2011-05-26 
09:26:10.0 +
@@ -40,11 +40,13 @@ sub new {
 $self->{config}{$k} = $v unless exists $self->{config}{$k};
   }
   $self->{config}{cc} = $ENV{CC} if defined $ENV{CC};
-  $self->{config}{ccflags} = $ENV{CFLAGS} if defined $ENV{CFLAGS};
+  $self->{config}{ccflags} = join(" ", $self->{config}{ccflags}, $ENV{CFLAGS})
+if defined $ENV{CFLAGS};
   $self->{config}{cxx} = $ENV{CXX} if defined $ENV{CXX};
   $self->{config}{cxxflags} = $ENV{CXXFLAGS} if defined $ENV{CXXFLAGS};
   $self->{config}{ld} = $ENV{LD} if defined $ENV{LD};
-  $self->{config}{ldflags} = $ENV{LDFLAGS} if defined $ENV{LDFLAGS};
+  $self->{config}{ldflags} = join(" ", $self->{config}{ldflags}, $ENV{LDFLAGS})
+ if defined $ENV{LDFLAGS};
 
   unless ( exists $self->{config}{cxx} ) {
 my ($ccpath, $ccbase, $ccsfx ) = fileparse($self->{config}{cc}, 
qr/\.[^.]*/);





Remember to have fun...

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



commit libdwarf for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package libdwarf for openSUSE:Factory
checked in at Thu May 26 15:27:39 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/libdwarf/libdwarf.changes  2010-09-19 
13:27:46.0 +0200
@@ -0,0 +1,192 @@
+---
+Sun Sep 19 11:22:53 UTC 2010 - jeng...@medozas.de
+
+- Update to newer libdwarf (20100808), because the "perf" package
+  needs a version >= 20100214. Fixes include:
+* dwarfdump was counting eh_frame low-pc as a duplicate of
+  .debug_frame low-pc
+* Fixes some CFA_expression handling in libdwarf and allows some
+  compiler mistakes a bit more leeway in dwarfdump (so the dump
+  continues in the face of certain errors). 
+* ARM and MIPS64BE handling
+- Stripped changelog from .spec file, since it is already in
+  .changes.
+
+---
+Wed Oct  8 14:25:17 CEST 2008 - dgol...@suse.de
+
+- added libdwarf-dwarf3-dw_attributes.patch:
+  Allow attribute DW_AT_const_value in dwarf_add_AT_targ_address_b().
+  GCC generates code which has DW_AT_const_value with DW_FORM_addr.
+  
+  Additional DWARF3 enhancments:
+   - allow DW_AT_entry_pc in dwarf_add_AT_targ_address_b()
+   - allow DW_AT_call_column, DW_AT_call_file, DW_AT_call_line in
+ dwarf_add_AT_unsigned_const
+
+---
+Wed Oct  1 14:09:54 CEST 2008 - dgol...@suse.de
+
+- added libdwarf-relocation-support.patch:
+  initial ELF relocation support for libdwarf
+
+---
+Wed Oct  1 13:19:52 CEST 2008 - dgol...@suse.de
+
+- removed dwarfextract from libdwarf-tools package
+  (got split into seperated package: dwarfextract)
+- reenabled static build of libdwarf
+
+---
+Fri Aug 22 22:25:22 CEST 2008 - bwa...@suse.de
+
+- update to 20080818
+  Minor improvements: dwarfdump print_reloc.c referred to
+  sym_data_entry_count in one place where sym_data_64_entry_count
+  should have been tested. DW_DLA_PUBTYPE_CONTEXT was a typo,
+  DW_DLE_PUBTYPE_CONTEXT was intended. Fixed indentation and
+  removed some tabs in favor of spaces (in five files). A couple
+  files had a couple lines with CR-LF line endings, the CR is now
+  gone. Corrected minor typographical errors in libdwarf2p.1.mm and
+  libdwarf2.1.mm and regenerated the pdfs.
+
+---
+Tue Aug 12 09:35:26 CEST 2008 - bwa...@suse.de
+
+- update dwarfextract: fold dwarf-dwarfextract4.patch into
+  (from LKCD CVS) libdwarf-add-dwarfextract
+
+---
+Tue Jun 17 14:19:09 CEST 2008 - bwa...@suse.de
+
+- update to 20080615
+  fixed wrong directory name in tarball (20060813 -> 20080815)
+
+---
+Mon Jun 16 16:40:25 CEST 2008 - bwa...@suse.de
+
+- update to 20080613
+  Removed __SGI_FAST_LIBELF code, no one could use it anyway.
+  Fixed an off-by-one in dwarfdump which could reference off the
+  end of an array in a specfic circumstance and verify string table
+  index refers to inside the table when printing relocations.
+  Corrected return code from libdwarf when there is no dwarf
+  information. Thanks to Carlos Alberto Enciso for noticing the
+  bugs. Fixed indentation and removed some tabs in favor of
+  spaces (in a few files).
+
+---
+Wed Jun 11 11:48:34 CEST 2008 - bwa...@suse.de
+
+- update to 20080125
+  In the producer library code dwarf_die_link() is now O(1) where
+  it was O(N) before. Thanks to Daniel Gollub for finding this
+  performance improvement. dwarf_die_link() now back-links siblings
+  (in its internal lists) correctly. The back link bug had no
+  (known) effect on dwarf generated by libdwarf.
+
+- update to 20080208
+  Due to a typo, calling _dwarf_fde_section_offset() (a interface
+  which is still supported) would lead to an infinite loop in
+  libdwarf-20071209 and libdwarf-20080125. The libdwarf producer
+  forms code now allows more of the newer attributes (so is more
+  complete). Alloca is no longer used anywhere (it was really only
+  used one place). The libdwarf producer code controlling the
+  offset-size is more sensible: standard DWARF (32 bit offsets) is
+  the default, use configure --enable-dwarf-format-sgi-irix to get
+  IRIX 64bit offsets. See the libdwarf README and libdwarf2p.1.pdf
+  for details. Thanks to Carlos Alberto Enciso and Melanie Zumwalde
+  for noticing some of these errors.
+
+- update to 20080228
+  This changes the libdwarf-internal implementation of reading libelf
+  so that the reader is not directly tied to libelf or even elf.
+  Meaning a libdwarf can be built tha

commit perl-Config-Auto for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Config-Auto for openSUSE:Factory
checked in at Thu May 26 15:23:00 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Config-Auto/perl-Config-Auto.changes  
2011-04-04 10:31:03.0 +0200
@@ -0,0 +1,32 @@
+---
+Mon Apr  4 08:30:08 UTC 2011 - co...@novell.com
+
+- updated to 0.34
+   - Apply patch from Andrew Ruthven RT #66460
+ ( also Debian Bug # 617305 )
+   - Fix a regression with space separated format
+ reported by Karel Petera RT #66050
+   - Apply a fix from Nigel Horne RT #65019
+   - Not all versions of XML::Parser deal well with an IO::String filehandle;
+ pass the value in as string instead
+   - Fix a broken XML test
+   - Remove stray $DB::single = 1
+   - Don't delete XML tests, skip them
+   - Address #44018: Speed enhancements to only load modules if they are
+ actually needed. By Lyle Hopkins
+   - Address #32927: Hash key being assigned to $1 instead of $_
+   - Address #28608: Quoted parameters in Config::Auto
+ parsing now properly splits on quoted words, shell like
+   - Address #27686: an odd config format could throw uninitialized
+ value warnings
+   - Guts of Config::Auto rewritten to allow access to data in various
+ stages.
+   - Updates prereq list
+   - Increased test coverage
+
+---
+Sat Jan 22 20:15:44 UTC 2011 - co...@novell.com
+
+- initial package 0.20
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Config-Auto-0.34.tar.gz
  perl-Config-Auto.changes
  perl-Config-Auto.spec



Other differences:
--
++ perl-Config-Auto.spec ++
#
# spec file for package perl-Config-Auto
#
# 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-Config-Auto
Version:0.34
Release:1
License:GPL+ or Artistic
%define cpan_name Config-Auto
Summary:Magical config file parser
Url:http://search.cpan.org/dist/Config-Auto/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/Config-Auto-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Config::IniFiles)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Spec::Functions)
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(IO::String)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Text::ParseWords)
BuildRequires:  perl(YAML) >= 0.67
Requires:   perl(Config::IniFiles)
Requires:   perl(File::Spec::Functions)
Requires:   perl(File::Temp)
Requires:   perl(IO::String)
Requires:   perl(Test::More)
Requires:   perl(Text::ParseWords)
Requires:   perl(YAML) >= 0.67
%{perl_requires}

%description
This module was written after having to write Yet Another Config File
Parser for some variety of colon-separated config. I decided "never again".

Config::Auto aims to be the most 'DWIM' config parser available, by
detecting configuration styles, include paths and even config filenames
automagically.

See the the HOW IT WORKS manpage section below on implementation details.

%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
%defattr(-,root,root,755)
%doc %attr(644,-,-) Changes README

%changelog





Remember to have fun...

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



commit perl-Email-MessageID for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Email-MessageID for 
openSUSE:Factory
checked in at Thu May 26 15:21:46 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Email-MessageID/perl-Email-MessageID.changes  
2011-01-17 17:02:52.0 +0100
@@ -0,0 +1,25 @@
+---
+Mon Jan 17 15:59:06 UTC 2011 - co...@novell.com
+
+- update to 1.402
+
+---
+Wed Dec  1 06:55:36 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:29:50 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Mon Nov 29 14:39:35 UTC 2010 - co...@novell.com
+
+- recreated with cpanspec 1.78.02
+
+---
+Fri Sep 14 00:00:00 UTC 2007 - jf...@funktronics.ca
+
+- Initial release
+

calling whatdependson for head-i586


New:

  Email-MessageID-1.402.tar.bz2
  perl-Email-MessageID.changes
  perl-Email-MessageID.spec



Other differences:
--
++ perl-Email-MessageID.spec ++
#
# spec file for package perl-Email-MessageID
#
# 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-Email-MessageID
Version:1.402
Release:1
License:GPL+ or Artistic
%define cpan_name Email-MessageID
Summary:Generate world unique message-ids.
Url:http://search.cpan.org/dist/Email-MessageID/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MessageID-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl(Email::Address) >= 1.80
BuildRequires:  perl
BuildRequires:  perl-macros
Requires:   perl(Email::Address) >= 1.80
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
Message-ids are optional, but highly recommended, headers that identify a
message uniquely. This software generates a unique message-id.

%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
%defattr(644,root,root,755)
%doc Changes LICENSE README

%changelog





Remember to have fun...

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



commit perl-Email-Simple for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Email-Simple for 
openSUSE:Factory
checked in at Thu May 26 15:20:39 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Email-Simple/perl-Email-Simple.changes
2010-12-01 07:56:41.0 +0100
@@ -0,0 +1,28 @@
+---
+Wed Dec  1 06:55:36 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Wed Nov 24 19:03:16 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+- noarch pkg
+- changelog to changes file
+- fix changelog
+
+---
+Fri Sep 14 11:42:56 UTC 2007 - co...@novell.com
+
+- update to 2.100
+  - merge Email-Simple-Creator into Email-Simple distribution
+- 2.005 2009-01-22
+  - add repository metadata
+- 2.004 2008-06-25
+  - publicize default_header_class method
+  - remove the long-deprecated Headers.pm
+
+---
+Fri Sep 14 11:42:56 UTC 2007 - jf...@funktronics.ca
+
+- Initial release 2.003

calling whatdependson for head-i586


New:

  Email-Simple-2.100.tar.bz2
  perl-Email-Simple.changes
  perl-Email-Simple.spec



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

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

# norootforbuild


Name:   perl-Email-Simple
%define cpan_name Email-Simple
Summary:simple parsing of RFC2822 message format and headers
Version:2.100
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Email-Simple/
#Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-2.100.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Email::Date::Format)
Requires:   perl(Email::Date::Format)

%description
'Email::Simple' is the first deliverable of the "Perl Email Project." The
Email:: namespace was begun as a reaction against the increasing complexity
and bugginess of Perl's existing email modules. 'Email::*' modules are
meant to be simple to use and to maintain, pared to the bone, fast, minimal
in their external dependencies, and correct.

Authors:

sorry, no author found

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

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

%check
%{__make} test

%install
%perl_make_install
### since 11.4 perl_process_packlist
### removes .packlist, perllocal.pod files
%if 0%{?suse_version} > 1130
%perl_process_packlist
%else
# do not perl_process_packlist
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
%endif
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%changelog





Remember to have fun...

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



commit perl-File-LibMagic for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-File-LibMagic for 
openSUSE:Factory
checked in at Thu May 26 15:17:17 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-File-LibMagic/perl-File-LibMagic.changes  
2010-12-01 14:44:43.0 +0100
@@ -0,0 +1,30 @@
+---
+Wed Dec  1 13:32:22 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Fri Jul  2 10:58:13 UTC 2010 - ch...@computersalat.de
+
+- spec mods
+  o added header
+  o cleanup
+
+---
+Tue Jun 29 13:02:49 UTC 2010 - j...@novell.com
+
+- Sorry that 11.2 did not check the RPM-Group. fixed.
+
+---
+Sat Jun 26 15:59:51 UTC 2010 - j...@novell.com
+
+- cleaned up spec-file, added example subdir
+  My tests show, that this is the best of all. File::MimeInfo::Magic comes 
second.
+  Thanks Christos!
+
+---
+Sat Jun 26 13:21:30 UTC 2010 - j...@novell.com
+
+- initial check in, 0.96
+  File::Type, File::MMagic, File::MMagic::XS, File::MimeInfo::Magic need some 
more competition
+

calling whatdependson for head-i586


New:

  File-LibMagic-0.96.tgz
  perl-File-LibMagic.changes
  perl-File-LibMagic.spec



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

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

# norootforbuild


Name:   perl-File-LibMagic
%define cpan_name File-LibMagic
Summary:Perlwrapper for libmagic (file-4.x or file-5.x)
Version:0.96
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/File-LibMagic
Source: 
http://search.cpan.org/CPAN/authors/id/F/FI/FITZNER/File-LibMagic-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  file-devel zlib-devel
#
Requires:   zlib file

%description
The 'File::LibMagic' is a simple perlinterface to libmagic from the file-
4.x or file-5.x package from Christos Zoulas
(ftp://ftp.astron.com/pub/file/).You can use the simple Interface like
MagicBuffer() or MagicFile(), use the functions of libmagic(3) or use
the OO-Interface.Simple Interface MagicBuffer() fixme


Authors:

 Andreas Fitzner 
 Michael Hendricks 


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

%build
if [ -f Build.PL ]; then
%{__perl} Build.PL --installdirs vendor
else
   [ -f Makefile.PL ] || exit 2
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
fi
if [ -f Build.PL ]; then
./Build build flags=%{?_smp_mflags}
else
make %{?_smp_mflags}
fi

%check
if [ -f Build.PL ]; then
   ./Build test
else
   make test
fi

%install

if [ -f Build.PL ]; then
   ./Build pure_install --destdir %{buildroot}
else
make pure_install PERL_INSTALL_ROOT=%{buildroot}
fi
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

mkdir -p %{buildroot}/%{_mandir}/man3/ %{buildroot}/usr/bin

%{_fixperms} %{buildroot}/*
%perl_gen_filelist

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

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

%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-File-ShareDir-Install for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-File-ShareDir-Install for 
openSUSE:Factory
checked in at Thu May 26 15:13:36 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-File-ShareDir-Install/perl-File-ShareDir-Install.changes
  2011-01-17 21:44:27.0 +0100
@@ -0,0 +1,6 @@
+---
+Mon Jan 17 20:43:55 UTC 2011 - co...@novell.com
+
+- initial package 0.03
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  File-ShareDir-Install-0.03.tar.bz2
  perl-File-ShareDir-Install.changes
  perl-File-ShareDir-Install.spec



Other differences:
--
++ perl-File-ShareDir-Install.spec ++
#
# spec file for package perl-File-ShareDir-Install
#
# 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-File-ShareDir-Install
Version:0.03
Release:1
License:GPL+ or Artistic
%define cpan_name File-ShareDir-Install
Summary:Install shared files
Url:http://search.cpan.org/dist/File-ShareDir-Install/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/G/GW/GWYN/File-ShareDir-Install-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(IO::Dir)
BuildRequires:  perl
BuildRequires:  perl-macros
Requires:   perl(File::Spec)
Requires:   perl(IO::Dir)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
File::ShareDir::Install allows you to install read-only data files from a
distribution. It is a companion module to the File::ShareDir manpage, which
allows you to locate these files after installation.

It is a port the Module::Install::Share manpage to the ExtUtils::MakeMaker
manpage with the improvement of only installing the files you want; '.svn'
and other source-control junk will be ignored.

%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
%defattr(644,root,root,755)
%doc Changes README

%changelog





Remember to have fun...

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



commit perl-Geo-Coordinates-UTM for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Geo-Coordinates-UTM for 
openSUSE:Factory
checked in at Thu May 26 15:12:55 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Geo-Coordinates-UTM/perl-Geo-Coordinates-UTM.changes
  2010-12-01 14:45:30.0 +0100
@@ -0,0 +1,21 @@
+---
+Wed Dec  1 13:32:35 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 12:38:58 CET 2010 - ku...@suse.de
+
+- Add BuildRequires for perl(Test::More)
+- Add BuildRequires for perl(ExtUtils::MakeMaker)
+
+---
+Thu Nov  4 14:53:35 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78.02
+
+---
+Thu Nov  4 10:56:43 CET 2010 - ku...@suse.de
+
+- Initial package
+

calling whatdependson for head-i586


New:

  Geo-Coordinates-UTM-0.09.tar.bz2
  perl-Geo-Coordinates-UTM.changes
  perl-Geo-Coordinates-UTM.spec



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

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

# norootforbuild


Name:   perl-Geo-Coordinates-UTM
%define cpan_name Geo-Coordinates-UTM
Summary:Perl extension for Latitiude Longitude conversions
Version:0.09
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Geo-Coordinates-UTM/
#Source: 
http://www.cpan.org/modules/by-module/Geo/Geo-Coordinates-UTM-0.09.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)

%description
This module will translate latitude longitude coordinates to Universal
Transverse Mercator(UTM) coordinates and vice versa.

Authors:

Graham Crookham 

%prep
%setup -q -n %{cpan_name}-%{version}
### rpmlint:
# spurious-executable-perm
%{__chmod} 0644 README Changes
# script-without-shebang
%{__chmod} 0644 UTM.pm 

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

%check
%{__make} test

%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%changelog





Remember to have fun...

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



commit perl-IO-Interactive for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-IO-Interactive for 
openSUSE:Factory
checked in at Thu May 26 15:11:29 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-IO-Interactive/perl-IO-Interactive.changes
2011-01-17 20:29:00.0 +0100
@@ -0,0 +1,6 @@
+---
+Mon Jan 17 19:28:49 UTC 2011 - co...@novell.com
+
+- initial package 0.0.6
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  IO-Interactive-0.0.6.tar.bz2
  perl-IO-Interactive.changes
  perl-IO-Interactive.spec



Other differences:
--
++ perl-IO-Interactive.spec ++
#
# spec file for package perl-IO-Interactive
#
# 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-IO-Interactive
Version:0.0.6
Release:1
License:GPL+ or Artistic
%define cpan_name IO-Interactive
Summary:Utilities for interactive I/O
Url:http://search.cpan.org/dist/IO-Interactive/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/B/BD/BDFOY/IO-Interactive-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl(version)
BuildRequires:  perl
BuildRequires:  perl-macros
Requires:   perl(version)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
This module provides three utility subroutines that make it easier to
develop interactive applications...

* 'is_interactive()'

  This subroutine returns true if '*ARGV' and the currently selected
  filehandle (usually '*STDOUT') are connected to the terminal. The test is
  considerably more sophisticated than:

  -t *ARGV && -t *STDOUT

  as it takes into account the magic behaviour of '*ARGV'.

  You can also pass 'is_interactive' a writable filehandle, in which case
  it requires that filehandle be connected to a terminal (instead of the
  currently selected). The usual suspect here is '*STDERR':

  if ( is_interactive(*STDERR) ) {
  carp $warning;
  }

* 'interactive()'

  This subroutine returns '*STDOUT' if 'is_interactive' is true. If
  'is_interactive()' is false, 'interactive' returns a filehandle that does
  not print.

  This makes it easy to create applications that print out only when the
  application is interactive:

  print {interactive} "Please enter a value: ";
  my $value = <>;

  You can also pass 'interactive' a writable filehandle, in which case it
  writes to that filehandle if it is connected to a terminal (instead of
  writinbg to '*STDOUT'). Once again, the usual suspect is '*STDERR':

  print {interactive(*STDERR)} $warning;

* 'busy {...}'

  This subroutine takes a block as its single argument and executes that
  block. Whilst the block is executed, '*ARGV' is temporarily replaced by a
  closed filehandle. That is, no input from '*ARGV' is possible in a 'busy'
  block. Furthermore, any attempts to send input into the 'busy' block
  through '*ARGV' is intercepted and a warning message is printed to
  '*STDERR'. The 'busy' call returns a filehandle that contains the
  intercepted input.

  A 'busy' block is therefore useful to prevent attempts at input when the
  program is busy at some non-interactive task.

%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
%defattr(644,root,root,755)
%doc Changes examples README

%changelog





Remember to have fun...

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



commit perl-Lingua-Stem-Snowball for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Lingua-Stem-Snowball for 
openSUSE:Factory
checked in at Thu May 26 15:09:38 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Lingua-Stem-Snowball/perl-Lingua-Stem-Snowball.changes
2010-12-01 14:47:59.0 +0100
@@ -0,0 +1,17 @@
+---
+Wed Dec  1 13:33:14 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Thu Jul 15 12:14:32 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+  o fix deps
+- removed unused patch
+
+---
+Sun Nov 30 05:16:50 CET 2008 - l...@linux-schulserver.de
+
+- initial (and ugly) version 0.952 
+

calling whatdependson for head-i586


New:

  Lingua-Stem-Snowball-0.952.tar.bz2
  perl-Lingua-Stem-Snowball.changes
  perl-Lingua-Stem-Snowball.spec



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

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

# norootforbuild

%bcond_with test

Name:   perl-Lingua-Stem-Snowball
%define cpan_name Lingua-Stem-Snowball
Summary:Perl interface to Snowball stemmers
Version:0.952
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Lingua-Stem-Snowball/
#Source: 
http://www.cpan.org/modules/by-module/Lingua/Lingua-Stem-Snowball-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl-macros
%if %{with test}
BuildRequires:  perl(Test::Pod) >= 1.00
BuildRequires:  perl(Test::Pod::Coverage)
%endif
#

%description
Stemming reduces related words to a common root form -- for instance,
"horse", "horses", and "horsing" all become "hors". Most commonly, stemming
is deployed as part of a search application, allowing searches for a given
term to match documents which contain other forms of that term.

Authors:

Oleg Bartunov, 
Teodor Sigaev, 
Marvin Humphrey 

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

%build
%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
./Build

%check
./Build test

%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%changelog





Remember to have fun...

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



commit perl-PAR-Dist for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-PAR-Dist for openSUSE:Factory
checked in at Thu May 26 15:09:01 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-PAR-Dist/perl-PAR-Dist.changes
2010-11-30 20:27:36.0 +0100
@@ -0,0 +1,31 @@
+---
+Tue Nov 30 19:20:36 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Sep  6 08:10:39 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+- noarch pkg
+
+---
+Thu Aug 26 18:54:36 UTC 2010 - pascal.ble...@opensuse.org
+
+- rewrote auto-generated spec file
+- update to 0.47:
+  * POD fixes
+  * do not use Archive::Zip if its version is 1.28
+
+---
+Sat Jul 25 19:41:18 CEST 2009 - ch...@computersalat.de
+
+- spec mods
+  * removed ^--
+  * removed ^#-
+
+---
+Sat Jun 27 14:50:27 CEST 2009 - ch...@computersalat.de
+
+- initial pkg 0.45
+

calling whatdependson for head-i586


New:

  PAR-Dist-0.47.tar.bz2
  perl-PAR-Dist.changes
  perl-PAR-Dist.spec



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

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

# norootforbuild


Name:   perl-PAR-Dist
%define cpan_name PAR-Dist
Summary:Create and manipulate PAR distributions
Version:0.47
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/PAR-Dist/
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(File::Find)
BuildRequires:  perl(File::Path)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(File::Temp)
Requires:   perl(File::Find)
Requires:   perl(File::Path)
Requires:   perl(File::Spec)
Requires:   perl(File::Temp)

%description
This module creates and manipulates PAR distributions. They are architecture-
specific PAR files, containing everything under blib/ of CPAN distributions
after their make or Build stage, a META.yml describing metadata of the
original CPAN distribution, and a MANIFEST detailing all files within it.
Digitally signed PAR distributions will also contain a SIGNATURE file.

Authors:

Audrey Tang 
Steffen Mueller 

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

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

%check
%{__make} test

%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%changelog





Remember to have fun...

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



commit perl-PHP-Serialization for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-PHP-Serialization for 
openSUSE:Factory
checked in at Thu May 26 15:07:54 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-PHP-Serialization/perl-PHP-Serialization.changes
  2011-03-04 19:45:51.0 +0100
@@ -0,0 +1,67 @@
+---
+Fri Mar  4 18:42:14 UTC 2011 - ch...@computersalat.de
+
+- update to 0.34
+ - Fix keys and values like '010' being serialized as strings as expected
+   rather than being turned into ints. (RT#48594)
+- 0.33  2009-07-14
+ - Added ability to store the order of the keys on decoding
+   PHP assoc array (Alexander Bassilov)
+ - Added ability to sort the keys on encoding HASHes (Alexander
+   Bassilov)
+- recreated by cpanspec 1.78.03
+  o noarch pkg
+- mv changelog to changes file
+
+---
+Tue Nov 30 19:20:39 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Sat Jul 25 19:41:23 CEST 2009 - ch...@computersalat.de
+
+- spec mods
+  * removed ^--
+  * removed ^#-
+
+---
+Sun Jun 21 03:04:11 CEST 2009 - ch...@computersalat.de
+
+- update to 0.32
+  o 0.32
+   - Making finite state machine
+   - Fixed bug in arrays RT21218
+   - RT24441 is not a bug
+   - Croaks on incomplete strings. RT44700
+   - Fixed bug with float as index. RT42029
+   - Removed warning from POD
+   - Changed todo in POD
+   - bo...@cpan.org
+  o 0.31
+   - Add warning note to POD
+   - Take patch from RT#45024 to fix boolean deserialization bug.
+  o 0.30
+   - Significantly cleanup the code to be much prettier.
+   - Fix RT#42279, output sizes a bytes, not characters so that 
+ serializing multibyte data works correctly.
+  o 0.29
+   - Fix bug with negative numbers, RT#6402, patch from
+ 
+   - Add TODO test for RT21218
+   - Add TODO test for RT24441
+  o 0.28
+   - Serializing long integers comes out  as -1 on the PHP end 
+ as noted in RT#6112 patch from .
+   - Add test for the issue above (t0m).
+   - Fix POD as noted in RT#6113 by MCMAHON.
+   - Only require perl 5.6 in Makefile.PL as noted in RT#17034
+ by 
+- added perl-macros
+  o autogen filelist with perl_gen_filelist
+
+---
+Mon Aug 25 19:46:19 UTC 2008 - r...@scorpio-it.net
+
+- initial Package 0.27
+

calling whatdependson for head-i586


New:

  PHP-Serialization-0.34.tar.gz
  perl-PHP-Serialization.changes
  perl-PHP-Serialization.spec



Other differences:
--
++ perl-PHP-Serialization.spec ++
#
# spec file for package perl-PHP-Serialization
#
# 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-PHP-Serialization
Version:0.34
Release:1
License:GPL+ or Artistic
%define cpan_name PHP-Serialization
Summary:De-/serialize() PHP output into Perl
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/PHP-Serialization/
#Source: 
http://www.cpan.org/authors/id/B/BO/BOBTFISH/PHP-Serialization-0.34.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
Provides a simple, quick means of serializing perl memory structures
(including object data!) into a format that PHP can deserialize() and
access, and vice versa.

NOTE: Converts PHP arrays into Perl Arrays when the PHP array used
exclusively numeric indexes, and into Perl Hashes then the PHP array did
not.

%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
%defattr(644,root,root,755)
%doc Changes README

%changelog





Remember to have 

commit perl-Pod-Readme for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Pod-Readme for openSUSE:Factory
checked in at Thu May 26 15:07:21 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Pod-Readme/perl-Pod-Readme.changes
2011-03-04 17:07:35.0 +0100
@@ -0,0 +1,31 @@
+---
+Fri Mar  4 16:05:45 UTC 2011 - ch...@computersalat.de
+
+- update to version 0.11
+  - Recognise the =encoding directive, rather than dying when it's
+encountered.
+TODO: actually take heed of it.
+Thanks to Ivan Bessarabov for bringing this to my attention!
+- 0.10  2010-05-19
+  - David Precious  taking over maintainership
+  - Apply POD fix patch from RT #38328, thanks to David A. Desrosiers
+- recreated by cpanspec 1.78.03
+  - fix deps
+
+---
+Wed Dec  1 13:34:34 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Sat Jul 25 19:41:42 CEST 2009 - ch...@computersalat.de
+
+- spec mods
+  * removed ^--
+  * removed ^#-
+
+---
+Sat Jun 27 21:27:25 CEST 2009 - ch...@computersalat.de
+
+- initial pkg 0.09
+

calling whatdependson for head-i586


New:

  Pod-Readme-0.11.tar.gz
  perl-Pod-Readme.changes
  perl-Pod-Readme.spec



Other differences:
--
++ perl-Pod-Readme.spec ++
#
# spec file for package perl-Pod-Readme
#
# 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-Pod-Readme
Version:0.11
Release:1
License:GPL+ or Artistic
%define cpan_name Pod-Readme
Summary:Convert POD to README file
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Pod-Readme/
#Source: 
http://www.cpan.org/authors/id/B/BI/BIGPRESH/Pod-Readme-0.11.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Carp)
BuildRequires:  perl(File::Copy)
BuildRequires:  perl(IO::File)
%if 0%{?suse_version} >= 1110
BuildRequires:  perl(Pod::Text) >= 3.0
%else
BuildRequires:  perl(Pod::Text)
%endif
BuildRequires:  perl(Regexp::Common)
BuildRequires:  perl(Test::More)
Requires:   perl(Carp)
Requires:   perl(File::Copy)
Requires:   perl(IO::File)
%if 0%{?suse_version} >= 1110
Requires:   perl(Pod::Text) >= 3.0
%else
Requires:   perl(Pod::Text)
%endif
Requires:   perl(Regexp::Common)
Requires:   perl(Test::More)
%{perl_requires}

%description
This module is a subclass of L which provides additional
POD markup for generating F files.

Why should one bother with this? One can simply use

  pod2text Module.pm > README

A problem with doing that is that the default L converter will
add text to links, so that "LZ<>" is translated to "the Module
manpage".

Another problem is that the F includes the entirety of the module
documentation! Most people browsing the F file do not need all of
this information.

Likewise, including installation and requirement information in the module
documentation is not necessary either, since the module is already
installed.

This module allows authors to mark portions of the POD to be included only
in, or to be excluded from the F file. It also allows you to
include portions of another file (such as a separate F).

%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
%defattr(644,root,root,755)
%doc Changes README

%changelog





Remember to have fun...

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



commit perl-Rose-Object for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Rose-Object for openSUSE:Factory
checked in at Thu May 26 15:06:33 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Rose-Object/perl-Rose-Object.changes  
2011-02-17 15:56:30.0 +0100
@@ -0,0 +1,12 @@
+---
+Thu Feb 17 14:56:00 UTC 2011 - j...@novell.com
+
+- needed by Rose::DB
+- initial pull from CPAN with cpanspec_obs
+
+---
+Thu Feb 17 14:55:42 UTC 2011 - j...@novell.com
+
+- initial package 0.859
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Rose-Object-0.859.tar.bz2
  perl-Rose-Object.changes
  perl-Rose-Object.spec



Other differences:
--
++ perl-Rose-Object.spec ++
#
# spec file for package perl-Rose-Object
#
# 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-Rose-Object
Version:0.859
Release:1
License:GPL+ or Artistic
%define cpan_name Rose-Object
Summary:A simple object base class.
Url:http://search.cpan.org/dist/Rose-Object/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/J/JS/JSIRACUSA/Rose-Object-0.859.tar.bz2
# Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
the Rose::Object manpage is a generic object base class. It provides very
little functionality, but a healthy dose of convention.

%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
%defattr(644,root,root,755)
%doc Changes

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

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-SQL-ReservedWords for 
openSUSE:Factory
checked in at Thu May 26 15:06:03 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-SQL-ReservedWords/perl-SQL-ReservedWords.changes
  2011-02-17 15:41:50.0 +0100
@@ -0,0 +1,12 @@
+---
+Thu Feb 17 14:39:44 UTC 2011 - j...@novell.com
+
+- initial pull from CPAN with cpanspec_obs
+- needed by Rose:DB
+
+---
+Thu Feb 17 14:39:26 UTC 2011 - j...@novell.com
+
+- initial package 0.7
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  SQL-ReservedWords-0.7.tar.bz2
  perl-SQL-ReservedWords.changes
  perl-SQL-ReservedWords.spec



Other differences:
--
++ perl-SQL-ReservedWords.spec ++
#
# spec file for package perl-SQL-ReservedWords
#
# 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-SQL-ReservedWords
Version:0.7
Release:1
License:GPL+ or Artistic
%define cpan_name SQL-ReservedWords
Summary:Reserved SQL words by ANSI/ISO
Url:http://search.cpan.org/dist/SQL-ReservedWords/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/C/CH/CHANSEN/SQL-ReservedWords-0.7.tar.bz2
# Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Pod)
Requires:   perl(Sub::Exporter)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
Determine if words are reserved by ANSI/ISO SQL standard.

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

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

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

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

%changelog





Remember to have fun...

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



commit perl-Smart-Comments for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Smart-Comments for 
openSUSE:Factory
checked in at Thu May 26 15:03:57 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Smart-Comments/perl-Smart-Comments.changes
2011-01-14 12:33:10.0 +0100
@@ -0,0 +1,6 @@
+---
+Fri Jan 14 11:32:59 UTC 2011 - co...@novell.com
+
+- initial package 1.0.4
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Smart-Comments-1.0.4.tar.bz2
  perl-Smart-Comments.changes
  perl-Smart-Comments.spec



Other differences:
--
++ perl-Smart-Comments.spec ++
#
# spec file for package perl-Smart-Comments
#
# 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-Smart-Comments
Version:1.0.4
Release:1
License:GPL+ or Artistic
%define cpan_name Smart-Comments
Summary:Comments that do more than just sit there
Url:http://search.cpan.org/dist/Smart-Comments/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/C/CH/CHORNY/Smart-Comments-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(List::Util)
BuildRequires:  perl(Text::Balanced) >= 2
BuildRequires:  perl(version)
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Module::Build)
Requires:   perl(Data::Dumper)
Requires:   perl(List::Util)
Requires:   perl(Text::Balanced) >= 2
Requires:   perl(version)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
Smart comments provide an easy way to insert debugging and tracking code
into a program. They can report the value of a variable, track the progress
of a loop, and verify that particular assertions are true.

Best of all, when you're finished debugging, you don't have to remove them.
Simply commenting out the 'use Smart::Comments' line turns them back into
regular comments. Leaving smart comments in your code is smart because if
you needed them once, you'll almost certainly need them again later.

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

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

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

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

%changelog





Remember to have fun...

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



commit perl-Snowball-Norwegian for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Snowball-Norwegian for 
openSUSE:Factory
checked in at Thu May 26 15:03:20 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Snowball-Norwegian/perl-Snowball-Norwegian.changes
2010-11-30 20:28:04.0 +0100
@@ -0,0 +1,11 @@
+---
+Tue Nov 30 19:20:42 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Thu Jul 15 10:22:36 UTC 2010 - ch...@computersalat.de
+
+- initial package 1.2
+  * created by cpanspec 1.78
+

calling whatdependson for head-i586


New:

  Snowball-Norwegian-1.2.tar.gz
  perl-Snowball-Norwegian.changes
  perl-Snowball-Norwegian.spec



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

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

# norootforbuild


Name:   perl-Snowball-Norwegian
%define cpan_name Snowball-Norwegian
Summary:Snowball::Norwegian Perl module
Version:1.2
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Snowball-Norwegian/
Source: 
http://www.cpan.org/modules/by-module/Snowball/Snowball-Norwegian-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl-macros

%description
Lingua::Stem::Snowball::No is a perl port of the norwegian
stemmer at http://snowball.tartarus.org.

Authors:

Ask Solem Hoel, 

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

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%changelog





Remember to have fun...

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



commit perl-Snowball-Swedish for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Snowball-Swedish for 
openSUSE:Factory
checked in at Thu May 26 15:02:42 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Snowball-Swedish/perl-Snowball-Swedish.changes
2010-11-30 20:28:06.0 +0100
@@ -0,0 +1,11 @@
+---
+Tue Nov 30 19:20:42 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Thu Jul 15 10:32:47 UTC 2010 - ch...@computersalat.de
+
+- initial package 1.2
+  * created by cpanspec 1.78
+

calling whatdependson for head-i586


New:

  Snowball-Swedish-1.2.tar.gz
  perl-Snowball-Swedish.changes
  perl-Snowball-Swedish.spec



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

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

# norootforbuild


Name:   perl-Snowball-Swedish
%define cpan_name Snowball-Swedish
Summary:Snowball::Swedish Perl module
Version:1.2
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Snowball-Swedish/
Source: 
http://www.cpan.org/modules/by-module/Snowball/Snowball-Swedish-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl-macros

%description
Lingua::Stem::Snowball::Se is a perl port of the swedish
stemmer at http://snowball.sourceforge.net.

Authors:

Ask Solem Hoel, 

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

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%changelog





Remember to have fun...

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



commit perl-Statistics-Descriptive for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Statistics-Descriptive for 
openSUSE:Factory
checked in at Thu May 26 15:00:35 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Statistics-Descriptive/perl-Statistics-Descriptive.changes
2010-11-30 20:28:12.0 +0100
@@ -0,0 +1,11 @@
+---
+Tue Nov 30 19:20:43 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Wed Aug  4 14:28:59 UTC 2010 - ch...@computersalat.de
+
+- initial package 3.0200
+  * created by cpanspec 1.78
+

calling whatdependson for head-i586


New:

  Statistics-Descriptive-3.0200.tar.bz2
  perl-Statistics-Descriptive.changes
  perl-Statistics-Descriptive.spec



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

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

# norootforbuild

%bcond_with pod

Name:   perl-Statistics-Descriptive
%define cpan_name Statistics-Descriptive
Summary:Module of basic descriptive statistical functions
Version:3.0200
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Statistics-Descriptive/
#Source: 
http://www.cpan.org/modules/by-module/Statistics/Statistics-Descriptive-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl-macros
%if %{with pod}
BuildRequires:  perl(Test::Pod) >= 1.22
BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
%endif
BuildRequires:  perl(Carp)
BuildRequires:  perl(lib)
BuildRequires:  perl(POSIX)
BuildRequires:  perl(strict)
BuildRequires:  perl(vars)
BuildRequires:  perl(warnings)
Requires:   perl(Carp)
Requires:   perl(POSIX)
Requires:   perl(strict)
Requires:   perl(vars)
Requires:   perl(warnings)

%description
This module provides basic functions used in descriptive statistics. It has
an object oriented design and supports two different types of data storage
and calculation objects: sparse and full. With the sparse method, none of
the data is stored and only a few statistical measures are available. Using
the full method, the entire data set is retained and additional functions
are available.

Authors:

Shlomi Fish 

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

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes examples README rejects UserSurvey.txt

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

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-String-Truncate for 
openSUSE:Factory
checked in at Thu May 26 14:56:11 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-String-Truncate/perl-String-Truncate.changes  
2011-03-31 10:41:06.0 +0200
@@ -0,0 +1,13 @@
+---
+Thu Mar 31 08:38:51 UTC 2011 - co...@novell.com
+
+- update to version 1.100600
+   fix documention: the argument is "truncate" not "elite"
+   (thanks for the report, Tommy Stanton!)
+
+---
+Sat Jan 22 19:47:27 UTC 2011 - co...@novell.com
+
+- initial package 1.100570
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  String-Truncate-1.100600.tar.gz
  perl-String-Truncate.changes
  perl-String-Truncate.spec



Other differences:
--
++ perl-String-Truncate.spec ++
#
# spec file for package perl-String-Truncate
#
# 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-String-Truncate
Version:1.100600
Release:1
License:GPL+ or Artistic
%define cpan_name String-Truncate
Summary:a module for when strings are too long to be displayed in...
Url:http://search.cpan.org/dist/String-Truncate/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/String-Truncate-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Carp)
BuildRequires:  perl(Sub::Exporter) >= 0.953
BuildRequires:  perl(Sub::Exporter::Util)
BuildRequires:  perl(Sub::Install) >= 0.03
Requires:   perl(Carp)
Requires:   perl(Sub::Exporter) >= 0.953
Requires:   perl(Sub::Exporter::Util)
Requires:   perl(Sub::Install) >= 0.03
%{perl_requires}

%description
sorry, no description found

%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
%defattr(644,root,root,755)
%doc Changes LICENSE README

%changelog





Remember to have fun...

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



commit perl-Sub-Exporter-ForMethods for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Sub-Exporter-ForMethods for 
openSUSE:Factory
checked in at Thu May 26 14:53:33 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Sub-Exporter-ForMethods/perl-Sub-Exporter-ForMethods.changes
  2011-01-22 20:47:50.0 +0100
@@ -0,0 +1,6 @@
+---
+Sat Jan 22 19:47:45 UTC 2011 - co...@novell.com
+
+- initial package 0.100050
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Sub-Exporter-ForMethods-0.100050.tar.bz2
  perl-Sub-Exporter-ForMethods.changes
  perl-Sub-Exporter-ForMethods.spec



Other differences:
--
++ perl-Sub-Exporter-ForMethods.spec ++
#
# spec file for package perl-Sub-Exporter-ForMethods
#
# 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-Sub-Exporter-ForMethods
Version:0.100050
Release:1
License:GPL+ or Artistic
%define cpan_name Sub-Exporter-ForMethods
Summary:helper routines for using Sub::Exporter to build methods
Url:http://search.cpan.org/dist/Sub-Exporter-ForMethods/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-ForMethods-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl(Sub::Exporter) >= 0.978
BuildRequires:  perl(Sub::Name)
BuildRequires:  perl
BuildRequires:  perl-macros
Requires:   perl(Sub::Exporter) >= 0.978
Requires:   perl(Sub::Name)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
The synopsis section, above, looks almost indistinguishable from any other
use of Sub::Exporter, apart from the use of 'method_installer'. It is
nearly indistinguishable in behavior, too. The only change is that
subroutines exported from Method::Builder into named slots in
Vehicle::Autobot will be wrapped in a subroutine called
'Vehicle::Autobot::transform'. This will insert a named frame into stack
traces to aid in debugging.

More importantly (for the author, anyway), they will not be removed by
namespace::autoclean. This makes the following code work:

  package MyLibrary;

  use Math::Trig qw(tan); # uses Exporter.pm
  use String::Truncate qw(trunc); # uses Sub::Exporter's defaults

  use Sub::Exporter::ForMethods qw(method_installer);
  use Mixin::Linewise { installer => method_installer }, qw(read_file);

  use namespace::autoclean;

  ...

  1;

After MyLibrary is compiled, 'namespace::autoclean' will remove 'tan' and
'trunc' as foreign contaminants, but will leave 'read_file' in place. It
will also remove 'method_installer', an added win.

%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
%defattr(644,root,root,755)
%doc dist.ini LICENSE README

%changelog





Remember to have fun...

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



commit perl-Test-CPAN-Meta for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Test-CPAN-Meta for 
openSUSE:Factory
checked in at Thu May 26 14:52:05 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Test-CPAN-Meta/perl-Test-CPAN-Meta.changes
2011-01-21 21:32:59.0 +0100
@@ -0,0 +1,6 @@
+---
+Fri Jan 21 20:32:55 UTC 2011 - co...@novell.com
+
+- initial package 0.17
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Test-CPAN-Meta-0.17.tar.bz2
  perl-Test-CPAN-Meta.changes
  perl-Test-CPAN-Meta.spec



Other differences:
--
++ perl-Test-CPAN-Meta.spec ++
#
# spec file for package perl-Test-CPAN-Meta
#
# 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-Test-CPAN-Meta
Version:0.17
Release:1
License:GPL+ or Artistic
%define cpan_name Test-CPAN-Meta
Summary:Validation of the META.yml file in a CPAN distribution.
Url:http://search.cpan.org/dist/Test-CPAN-Meta/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/B/BA/BARBIE/Test-CPAN-Meta-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl(Test::Pod) >= 1.00
BuildRequires:  perl(Test::Pod::Coverage) >= 0.08
BuildRequires:  perl
BuildRequires:  perl-macros
Requires:   perl(Test::Pod) >= 1.00
Requires:   perl(Test::Pod::Coverage) >= 0.08
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
This module was written to ensure that a META.yml file, provided with a
standard distribution uploaded to CPAN, meets the specifications that are
slowly being introduced to module uploads, via the use of package makers
and installers such as the ExtUtils::MakeMaker manpage, the Module::Build
manpage and the Module::Install manpage.

%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
%defattr(644,root,root,755)
%doc Artistic Changes LICENSE README

%changelog





Remember to have fun...

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



commit perl-Test-Command for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Test-Command for 
openSUSE:Factory
checked in at Thu May 26 14:50:32 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Test-Command/perl-Test-Command.changes
2011-01-22 20:53:37.0 +0100
@@ -0,0 +1,6 @@
+---
+Sat Jan 22 19:53:32 UTC 2011 - co...@novell.com
+
+- initial package 0.08
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Test-Command-0.08.tar.bz2
  perl-Test-Command.changes
  perl-Test-Command.spec



Other differences:
--
++ perl-Test-Command.spec ++
#
# spec file for package perl-Test-Command
#
# 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-Test-Command
Version:0.08
Release:1
License:GPL+ or Artistic
%define cpan_name Test-Command
Summary:Test routines for external commands
Url:http://search.cpan.org/dist/Test-Command/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/D/DA/DANBOO/Test-Command-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Module::Build)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
'Test::Command' intends to bridge the gap between the well tested functions
and objects you choose and their usage in your programs. By examining the
exit status, terminating signal, STDOUT and STDERR of your program you can
determine if it is behaving as expected.

This includes testing the various combinations and permutations of options
and arguments as well as the interactions between the various functions and
objects that make up your program.

The various test functions below can accept either a command string or an
array reference for the first argument. If the command is expressed as a
string it is passed to 'system' as is. If the command is expressed as an
array reference it is dereferenced and passed to 'system' as a list. See
''perldoc -f system'' for how these may differ.

The final argument for the test functions, '$name', is optional. By default
the '$name' is a concatenation of the test function name, the command
string and the expected value. This construction is generally sufficient
for identifying a failing test, but you may always specify your own '$name'
if desired.

Any of the test functions can be used as instance methods on a
'Test::Command' object. This is done by dropping the initial '$cmd'
argument and instead using arrow notation.

All of the following 'exit_is_num' calls are equivalent.

   exit_is_num('true', 0);
   exit_is_num('true', 0, 'exit_is_num: true, 0');
   exit_is_num(['true'], 0);
   exit_is_num(['true'], 0, 'exit_is_num: true, 0');

   my $cmd = Test::Command->new( cmd => 'true' );

   exit_is_num($cmd, 0);
   exit_is_num($cmd, 0, 'exit_is_num: true, 0');
   $cmd->exit_is_num(0);
   $cmd->exit_is_num(0, 'exit_is_num: true, 0');

   $cmd = Test::Command->new( cmd => ['true'] );

   exit_is_num($cmd, 0);
   exit_is_num($cmd, 0, 'exit_is_num: true, 0');
   $cmd->exit_is_num(0);
   $cmd->exit_is_num(0, 'exit_is_num: true, 0');

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

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

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

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

%changelog





Remember to have fun...

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



commit perl-Test-SharedFork for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Test-SharedFork for 
openSUSE:Factory
checked in at Thu May 26 14:46:26 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Test-SharedFork/perl-Test-SharedFork.changes  
2010-11-30 20:28:50.0 +0100
@@ -0,0 +1,21 @@
+---
+Tue Nov 30 19:20:51 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Tue Sep 21 23:39:22 UTC 2010 - db...@novell.com
+
+- remove test t/06_ completely - don't understand it's point or failure on 
SLE11
+
+---
+Tue Sep 21 20:29:31 UTC 2010 - db...@novell.com
+
+- modified tests test::builder->create and test::more done_testing()
+
+---
+Tue Sep 21 03:20:14 UTC 2010 - db...@novell.com
+
+- initial package 0.15
+  * created by cpanspec 1.78
+

calling whatdependson for head-i586


New:

  Test-SharedFork-0.15.tar.bz2
  perl-Test-SharedFork.changes
  perl-Test-SharedFork.spec
  tests-need-help.patch



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

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

# norootforbuild


Name:   perl-Test-SharedFork
%define cpan_name Test-SharedFork
Summary:Fork test
Version:0.15
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Test-SharedFork/
#Source: 
http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-SharedFork-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
Patch0: tests-need-help.patch
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl >= 5.8.0
Requires:   perl >= 5.8.0

%description
Test::SharedFork is utility module for Test::Builder. This module makes
forking test!

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

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

%check
%{__make} test

%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%changelog
++ tests-need-help.patch ++
---
 t/06_fail_lineno.t |   21 -
 t/08_threads.t |2 +-
 2 files changed, 1 insertion(+), 22 deletions(-)

Index: Test-SharedFork-0.15/t/06_fail_lineno.t
===
--- Test-SharedFork-0.15.orig/t/06_fail_lineno.t2010-09-10 
21:43:42.0 -0400
+++ /dev/null   1970-01-01 00:00:00.0 +
@@ -1,21 +0,0 @@
-use strict;
-use warnings;
-use Test::More tests => 2;
-use Test::SharedFork;
-use File::Temp qw/tempfile/;
-
-local $ENV{LANG} = "C";
-
-my $out = do {
-open my $fh, ">", \my $out or die $!;
-my $test = Test::Builder->create();
-$test->output($fh);
-$test->failure_output($fh);
-$test->todo_output($fh);
-$test->ok(0);
-$out;
-};
-
-unlike($out, qr{lib/Test/SharedFork});
-like($out, qr{t/06_fail_lineno.t line \d+\.});
-
Index: Test-SharedFork-0.15/t/08_threads.t
===
--- Test-SharedFork-0.15.orig/t/08_threads.t2010-09-12 01:59:20.0 
-0400
+++ Test-SharedFork-0.15/t/08_threads.t 2010-09-21 19:35:20.113647922 -0400
@@ -25,4 +25,4 @@
 exit 0;
 }
 
-done_testing;
+done_testing();





Remember to have fun...

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



commit idzebra for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package idzebra for openSUSE:Factory
checked in at Thu May 26 14:44:05 CEST 2011.




--- idzebra/idzebra.changes 2010-08-25 15:06:34.0 +0200
+++ /mounts/work_src_done/STABLE/idzebra/idzebra.changes2011-05-25 
13:38:30.0 +0200
@@ -1,0 +2,7 @@
+Wed May 25 13:36:12 CEST 2011 - k...@suse.de
+
+- Version 2.0.44; for details and earlier changes, see
+  http://indexdata.dk/zebra/doc/NEWS:
+* Zebra honors SRU sortkeys and CQL sortby.
+
+---

calling whatdependson for head-i586


Old:

  idzebra-2.0.44.tar.bz2

New:

  idzebra-2.0.47.tar.gz



Other differences:
--
++ idzebra.spec ++
--- /var/tmp/diff_new_pack.EiY8Zw/_old  2011-05-26 14:43:32.0 +0200
+++ /var/tmp/diff_new_pack.EiY8Zw/_new  2011-05-26 14:43:32.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package idzebra (Version 2.0.44)
+# spec file for package idzebra
 #
-# 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
@@ -20,12 +20,12 @@
 
 Name:   idzebra
 BuildRequires:  libexpat-devel libyaz-devel openssl-devel readline-devel 
tcl-devel tcpd-devel
-Version:2.0.44
+Version:2.0.47
 Release:1
 Requires:   yaz
 License:GPLv2+
 Group:  Productivity/Databases/Servers
-Source: ftp://ftp.indexdata.dk/pub/zebra/idzebra-%{version}.tar.bz2
+Source: ftp://ftp.indexdata.dk/pub/zebra/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.indexdata.dk/zebra/
 Summary:Fielded Free Text Engine with a Z39.50 Front-End






Remember to have fun...

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



commit otrs for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package otrs for openSUSE:Factory
checked in at Thu May 26 14:39:14 CEST 2011.




--- otrs/otrs.changes   2011-05-07 12:46:37.0 +0200
+++ /mounts/work_src_done/STABLE/otrs/otrs.changes  2011-05-22 
18:48:33.0 +0200
@@ -1,0 +2,28 @@
+Sun May 22 16:47:15 UTC 2011 - ch...@computersalat.de
+
+- update to 3.0.7
+  o several OTRS bug fixes (http://bugs.otrs.org/)
+for more info please see CHANGES file
+- update OTRS::ITSM to 3.0.3
+  o for more info please see
+http://lists.otrs.org/pipermail/itsm-announce/2011/subject.html
+- reworked init patch
+  o removed 2.4.7-init
+  o added 3.0.7-init
+- move /opt to /srv
+  o add 3.0.7-httpd_conf patch
+  o updated
+- ZZZAuto.pm
+- sysconfig.otrs
+- itsm.README.{de,en}
+- spec mods
+  o add macro {otrs_root}
+  o macro usage
+  o wrong-file-end-of-line-encoding
+INSTALL-3.0.ITSM
+- do not overwrite Kernel/Config.pm* on update
+- rework dir/file permissions
+  o remove sbits from var/{article,log}
+  o add 3.0.7-perm patch (no check_permission on /bin/)
+
+---

calling whatdependson for head-i586


Old:

  itsm-2.1.3.tar.bz2
  otrs-2.4.10.tar.bz2
  otrs-2.4.7-init.patch
  rpmlintrc

New:

  itsm-3.0.3.tar.bz2
  otrs-3.0.7-httpd_conf.patch
  otrs-3.0.7-init.patch
  otrs-3.0.7-perm.patch
  otrs-3.0.7.tar.bz2
  otrs.rpmlintrc



Other differences:
--
++ otrs.spec ++
--- /var/tmp/diff_new_pack.hnTQwG/_old  2011-05-26 12:50:35.0 +0200
+++ /var/tmp/diff_new_pack.hnTQwG/_new  2011-05-26 12:50:35.0 +0200
@@ -16,10 +16,11 @@
 #
 
 
+%define otrs_ver 3.0.7
+%define itsm_ver 3.0.3
+%define itsm_min 3.0
+%define otrs_root /srv
 %define otrsdoc_dir_files CHANGES COPYING* CREDITS INSTALL README* TODO 
UPGRADING doc
-%define otrs_ver 2.4.10
-%define itsm_ver 2.1.3
-%define itsm_min 2.1
 
 Name:   otrs
 Summary:The Open Ticket Request System
@@ -31,21 +32,23 @@
 AutoReqProv:off
 Source: ftp://ftp.otrs.org/pub/otrs/%{name}-%{otrs_ver}.tar.bz2
 Source1:itsm-%{itsm_ver}.tar.bz2
-Source2:rpmlintrc
+Source2:%{name}.rpmlintrc
 Source11:   sysconfig.%{name}
 Source12:   %{name}.README.en
 Source13:   %{name}.README.de
 Source14:   itsm.README.en
 Source15:   itsm.README.de
 Source16:   ZZZAuto.pm
-Patch0: %{name}-2.4.7-init.patch
+Patch0: %{name}-3.0.7-init.patch
+Patch1: %{name}-3.0.7-httpd_conf.patch
+Patch2: %{name}-3.0.7-perm.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq 
 PreReq: coreutils mktemp net-tools pwdutils
 # /usr/bin/getent
 PreReq: glibc
-PreReq: apache2 grep sed
+PreReq: apache2 grep permissions sed
 BuildRequires:  pwdutils
 %if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
@@ -91,7 +94,7 @@
 Version:%{itsm_ver}
 Release:1
 Group:  Productivity/Networking/Email/Utilities
-Requires:   %{name} >= 2.4.0
+Requires:   %{name} >= 3.0.6
 Provides:   itsm OTRS::ITSM
 
 %description itsm
@@ -107,87 +110,109 @@
 for INSTALL see INSTALL-%{itsm_min}.ITSM
 please see README.itsm for further details, which comes with otrs package
 
-Required OTRS::ITSM modules can be found under /opt/%{name}/itsm
+Required OTRS::ITSM modules can be found under %{otrs_root}/%{name}/itsm
   
 Authors list: see CREDITS  
 
 %prep
 %setup -q -n %{name}-%{otrs_ver} -a 1
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 find -name ".cvsignore" -type f | xargs rm -fv
+find -name ".htaccess" -type f | xargs rm -fv
 pushd Kernel/Config/Files
-%{__cp} %{S:16} .
+%__cp %{S:16} .
+%__sed -i -e "s,@OTRS_ROOT@,%{otrs_root},g"\
+ ZZZAuto.pm ../../../scripts/apache2-httpd.include.conf
 popd
 
+# fix old otrs_root (/opt)
+%__sed -i -e "s,/opt/%{name},%{otrs_root}/%{name},g" \
+  bin/otrs.SetPermissions.pl \
+  Kernel/Config/Files/Framework.xml \
+  Kernel/Config/Defaults.pm \
+  Kernel/Config.pm.dist \
+  README \
+  scripts/apache2-perl-startup.pl \
+  scripts/restore.pl
+
+## rpmlint:
+# wrong-file-end-of-line-encoding
+%{__perl} -p -i -e "s|\r\n|\n|" itsm-%{itsm_ver}/INSTALL-%{itsm_min}.ITSM
+
 %build
 %{_sbindir}/groupadd -g 88 -r %{name} 2>/dev/null || :
-%{_sbindir}/useradd -c "OTRS User" -d /opt/%{name} -G %{name},www -g %{name} \
+%{_sbindir}/useradd -c "OTRS User" -d %{otrs_root}/%{name} -G %{name},www -g 
%{name} \
 -u 88 -r -s /bin/false %{name} 2>/dev/null || :
 # copy config file
-cp -a Kernel/Config.pm.dist Kernel/Config.pm
+%__cp -a Kernel/Config.pm.dist Kernel/Config.pm
 cd Kernel/Config/
 for file in *.dist
 do
-cp -a $file `basename $file .dist`
+  %__cp -a $file `basename $file .dist`
 done
 cd ../../
 # copy all crontab dist files
 for file in var/cro

commit p7zip for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package p7zip for openSUSE:Factory
checked in at Thu May 26 12:50:19 CEST 2011.




--- p7zip/p7zip.changes 2010-05-31 18:17:28.0 +0200
+++ /mounts/work_src_done/STABLE/p7zip/p7zip.changes2011-05-25 
14:11:54.0 +0200
@@ -1,0 +2,7 @@
+Wed May 25 12:10:31 UTC 2011 - ch...@computersalat.de
+
+- fix deps
+  o no fdupes on suse_version < 1100 (SLES9, SLE10)
+- remove Author from description
+
+---

calling whatdependson for head-i586




Other differences:
--
++ p7zip.spec ++
--- /var/tmp/diff_new_pack.Y7moem/_old  2011-05-26 12:47:07.0 +0200
+++ /var/tmp/diff_new_pack.Y7moem/_new  2011-05-26 12:47:07.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package p7zip (Version 9.13)
+# spec file for package p7zip
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,17 +19,20 @@
 
 
 Name:   p7zip
-BuildRequires:  fdupes gcc-c++
 License:LGPLv2.1+
 Group:  Productivity/Archiving/Compression
 AutoReqProv:on
 Version:9.13
-Release:1
+Release:5
 Summary:7-zip file compression program
 Url:http://p7zip.sourceforge.net/
 Source: 
http://switch.dl.sourceforge.net/sourceforge/%{name}/%{name}_%{version}_src_all.tar.bz2
 Patch0: p7zip-9.13-install.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc-c++
+%if 0%{?suse_version} > 1100
+BuildRequires:  fdupes
+%endif
 
 %description
 p7zip is a quick port of 7z.exe and 7za.exe (command line version of
@@ -37,13 +40,6 @@
 highest compression ratio. Since 4.10, p7zip (like 7-zip) supports
 little-endian and big-endian machines.
 
-
-
-Authors:
-
-Igor Pavlov 
-my space 
-
 %prep
 %setup -q -n %{name}_%{version}
 %patch0 -p1
@@ -67,7 +63,9 @@
%{_mandir} \
 %{_defaultdocdir}/%{name} \
 %{buildroot}
+%if 0%{?suse_version} > 1100
 %fdupes -s $RPM_BUILD_ROOT
+%endif
 # fix permissions in DOCS dir
 #chmod -R u+w %{buildroot}/%{_defaultdocdir}/%{name}/DOCS
 # fix build root in scripts:






Remember to have fun...

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



commit upower for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package upower for openSUSE:Factory
checked in at Thu May 26 10:31:10 CEST 2011.




--- GNOME/upower/upower.changes 2011-03-24 17:12:26.0 +0100
+++ /mounts/work_src_done/STABLE/upower/upower.changes  2011-05-24 
17:30:15.0 +0200
@@ -1,0 +2,21 @@
+Tue May 24 17:23:04 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.9.10:
+  + New Features:
+- Add a config option 'IgnoreLid' for users with broken lid
+  switches
+- Add integration test suite for Linux
+- Add option to run daemon on the session bus for testing
+- Add OpenBSD backend which uses the APM_IOC_GETPOWER ioctl()
+- Support virtual UPS devices for testing
+  + Bugfixes:
+- Consider a discharging UPS as "on battery"
+- Do not overwrite aclocal flags in autogen, fdo#35261
+- Fix "unknown" battery status guessing to not be recursive
+- Respect $UPOWER_CONF_FILE_NAME in up_config_init
+- Support batteries that report both energy and charge
+- upower needs -pthread
+- Use the new threadsafe signal handling support in GLib
+- Wuninitialized needs -O
+
+---

calling whatdependson for head-i586


Old:

  upower-0.9.9.tar.bz2

New:

  upower-0.9.10.tar.bz2



Other differences:
--
++ upower.spec ++
--- /var/tmp/diff_new_pack.Vy72OX/_old  2011-05-26 10:30:09.0 +0200
+++ /var/tmp/diff_new_pack.Vy72OX/_new  2011-05-26 10:30:09.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   upower
 Summary:Power Device Enumeration Framework
-Version:0.9.9
+Version:0.9.10
 Release:1
 License:GPLv2+
 Url:http://upower.freedesktop.org/

++ upower-0.9.9.tar.bz2 -> upower-0.9.10.tar.bz2 ++
 7637 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 cryptsetup for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package cryptsetup for openSUSE:Factory
checked in at Thu May 26 10:29:59 CEST 2011.




--- cryptsetup/cryptsetup.changes   2011-04-11 16:07:17.0 +0200
+++ /mounts/work_src_done/STABLE/cryptsetup/cryptsetup.changes  2011-05-25 
08:42:47.0 +0200
@@ -1,0 +2,9 @@
+Wed May 25 06:42:03 UTC 2011 - lnus...@suse.de
+
+- new version 1.3.1:
+ * Fix keyfile=- processing in create command (regression in 1.3.0).
+ * Simplify device path status check (use /sys and do not scan /dev).
+ * Do not ignore device size argument for create command (regression in 1.2.0).
+ * Fix error paths in blockwise code and lseek_write call.
+
+---

calling whatdependson for head-i586


Old:

  cryptsetup-1.3.0.tar.bz2
  cryptsetup-1.3.0.tar.bz2.asc

New:

  cryptsetup-1.3.1.tar.bz2
  cryptsetup-1.3.1.tar.bz2.asc



Other differences:
--
++ cryptsetup.spec ++
--- /var/tmp/diff_new_pack.gOSoGU/_old  2011-05-26 10:25:14.0 +0200
+++ /var/tmp/diff_new_pack.gOSoGU/_new  2011-05-26 10:25:14.0 +0200
@@ -31,7 +31,7 @@
 License:GPLv2+
 Group:  System/Base
 AutoReqProv:on
-Version:1.3.0
+Version:1.3.1
 Release:1
 #Release:%{?beta:0.}.%{?beta:.}%{?beta}
 Summary:Set Up dm-crypt Based Encrypted Block Devices

++ cryptsetup-1.3.0.tar.bz2 -> cryptsetup-1.3.1.tar.bz2 ++
 28955 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 phpMyAdmin for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory
checked in at Thu May 26 12:46:59 CEST 2011.




--- phpMyAdmin/phpMyAdmin.changes   2011-03-21 16:53:58.0 +0100
+++ /mounts/work_src_done/STABLE/phpMyAdmin/phpMyAdmin.changes  2011-05-24 
18:27:03.0 +0200
@@ -1,0 +2,18 @@
+Tue May 24 16:06:05 UTC 2011 - ch...@computersalat.de
+
+- update to 3.4.1
+  - bug sf#3301108 [interface] Synchronize and already configured host
+  - bug sf#3302457 Inline edit and $cfg['PropertiesIconic']
+  - Patch #3302313 Show a translated label
+  - bug sf#3300981 [navi] Table filter is case sensitive
+  - bug sf#3285929 [privileges] Revert temporary fix
+  - bug sf#3302872 [synchronize] Synchronize and user name
+  - bug sf#3302733 [core] Some browsers report an insecure https connection
+  - [security] Make redirector require valid token
+- rework config patch
+  - removed 3.3.8, added 3.4.1 config patch
+- added conftrib to doc
+- mod post section
+  o modify suhosin.ini
+
+---

calling whatdependson for head-i586


Old:

  phpMyAdmin-3.3.10-all-languages.tar.bz2
  phpMyAdmin-3.3.8-config.patch

New:

  phpMyAdmin-3.4.1-all-languages.tar.bz2
  phpMyAdmin-3.4.1-config.patch



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.oBGZGQ/_old  2011-05-26 12:43:18.0 +0200
+++ /var/tmp/diff_new_pack.oBGZGQ/_new  2011-05-26 12:43:18.0 +0200
@@ -34,16 +34,14 @@
 %endif
 
 Summary:Administration of MySQL over the web
-Version:3.3.10
+Version:3.4.1
 Release:1
 License:GPLv2+
 Group:  Productivity/Networking/Web/Frontends
 Url:http://www.phpMyAdmin.net
 Source0:%{name}-%{version}-all-languages.tar.bz2
 Source1:%{name}.http
-Patch0: %{name}-3.3.8-config.patch
-#Patch1: %{name}-2.11.0rc1-blowfish_secret.patch
-#Patch2: %{name}-3.1.0-mysqli.patch
+Patch0: %{name}-3.4.1-config.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: pwgen coreutils sed grep
@@ -98,7 +96,7 @@
 find . -type d -exec chmod 755 {} \;
 find . -type f -exec chmod 644 {} \;
 find . -type f -name '*.orig' -exec rm {} \;
-rm lang/*.sh
+#rm lang/*.sh
 %{__rm} libraries/.htaccess
 
 %build
@@ -106,7 +104,7 @@
 %install
 #%{__install} -d -m0750 $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
 %{__install} -d -m0755 $RPM_BUILD_ROOT%{ap_docroot}/%{name}
-%{__cp} -dR *.css *.php *.html *.ico js lang libraries pmd themes \
+%{__cp} -dR *.css *.php *.html *.ico js libraries locale pmd themes \
   $RPM_BUILD_ROOT%{ap_docroot}/%{name}
 # install config to config dir
 %{__install} -D -m0640 
$RPM_BUILD_ROOT%{ap_docroot}/%{name}/config.sample.inc.php \
@@ -116,8 +114,8 @@
 %{__sed} -i -e "s,@docdir@,%{_docdir}/%{name},g" -e 
"s,@sysconfdir@,%{_sysconfdir}/%{name},g" \
   $RPM_BUILD_ROOT%{ap_docroot}/%{name}/libraries/vendor_config.php
 # fix libraries/common.inc.php
-%{__sed} -i -e "s,@PMA_Config@,%{_sysconfdir}/%{name}/config.inc.php,g" \
-  $RPM_BUILD_ROOT%{ap_docroot}/%{name}/libraries/common.inc.php
+#%{__sed} -i -e "s,@PMA_Config@,%{_sysconfdir}/%{name}/config.inc.php,g" \
+#  $RPM_BUILD_ROOT%{ap_docroot}/%{name}/libraries/common.inc.php
 
 # generate file list
 find $RPM_BUILD_ROOT%{ap_docroot}/%{name} -mindepth 1 -maxdepth 1 -type d | 
sed -e "s@$RPM_BUILD_ROOT@@" > FILELIST
@@ -138,6 +136,16 @@
 # set PmaAbsoluteUri ### generate blowfish secret
 %{__sed} -i -e "s,@FQDN@,$(cat /etc/HOSTNAME)," \
  -e "s/\\\$cfg\['blowfish_secret'\] = ''/\$cfg['blowfish_secret'] = '`pwgen -s 
-1 46`'/" %{pma_config}
+if [ -f /etc/php5/conf.d/suhosin.ini ]; then
+  %{__sed} -i \
+-e "s/^;\(suhosin.post.max_array_index_length =\).*/\1 256/" \
+-e "s/^;\(suhosin.post.max_totalname_length =\).*/\1 8192/" \
+-e "s/^;\(suhosin.post.max_vars =\).*/\1 2048/" \
+-e "s/^;\(suhosin.request.max_array_index_length =\).*/\1 256/" \
+-e "s/^;\(suhosin.request.max_totalname_length =\).*/\1 8192/" \
+-e "s/^;\(suhosin.request.max_vars =\).*/\1 2048/" \
+  %{_sysconfdir}/php5/conf.d/suhosin.ini
+fi
 
 %postun
 %restart_on_update apache2
@@ -148,8 +156,9 @@
 %files -f FILELIST
 %defattr(644,root,root,755)
 %doc CREDITS ChangeLog Documentation.* docs.css
-%doc LICENSE README RELEASE-DATE* TODO translators.html
-%doc scripts/*.sql
+%doc LICENSE README RELEASE-DATE* TODO
+%doc contrib
+%doc scripts
 %dir %attr(0750,root,%{ap_grp}) %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/config.inc.php
 %dir %{ap_docroot}/%{name}

++ phpMyAdmin-3.3.10-all-languages.tar.bz2 -> 
phpMyAdmin-3.4.1-all-languages.tar.bz2 ++
 314798 lines of diff (skipped)

++ phpMyAdmin-3.3.8-config.patch -> phpMyAdmin-3.4.1-config.patch ++
--- phpMyAdmin/phpMyAdmin-3.3.8-con

commit webyast-software-ws for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package webyast-software-ws for 
openSUSE:Factory
checked in at Thu May 26 12:41:29 CEST 2011.




--- webyast-software-ws/webyast-software-ws.changes 2011-05-17 
12:50:17.0 +0200
+++ 
/mounts/work_src_done/STABLE/webyast-software-ws/webyast-software-ws.changes
2011-05-26 09:24:06.0 +0200
@@ -1,0 +2,13 @@
+Wed May 25 11:45:04 UTC 2011 - sch...@novell.com
+
+- ensure that the repositiory cache is reset after deletion.
+  (bnc#694800)
+- 0.3.11 
+
+---
+Thu May 19 10:51:08 UTC 2011 - sch...@novell.com
+
+- handle DBUS-error correctly (bnc#694578)
+- 0.3.10 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-software-ws.spec ++
--- /var/tmp/diff_new_pack.J65V0v/_old  2011-05-26 12:41:08.0 +0200
+++ /var/tmp/diff_new_pack.J65V0v/_new  2011-05-26 12:41:08.0 +0200
@@ -48,7 +48,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.3.9
+Version:0.3.11
 Release:1
 Summary:WebYaST - software management service
 Source: www.tar.bz2




++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/repository.rb 
new/www/app/models/repository.rb
--- old/www/app/models/repository.rb2011-04-29 18:23:25.0 +0200
+++ new/www/app/models/repository.rb2011-05-25 16:19:23.0 +0200
@@ -201,9 +201,9 @@
   ret = PackageKit.transact('RepoSetData', [@id, 'remove', 'NONE'])
 ensure
   PackageKit.unlock #locking
+  YastCache.delete(self,@id)
   return ret
 end
-YastCache.delete(self,@id)
 return ret
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/lib/packagekit.rb new/www/lib/packagekit.rb
--- old/www/lib/packagekit.rb   2011-05-17 12:10:57.0 +0200
+++ new/www/lib/packagekit.rb   2011-05-19 12:47:33.0 +0200
@@ -51,7 +51,7 @@
   private
   def self.improve_error(dbus_error)
 # check if it is a known error
-if dbus_error.name =~ /org.freedesktop.DBus.Error.([A-Za-z.]*)/
+if dbus_error.respond_to?('name') && dbus_error.name =~ 
/org.freedesktop.DBus.Error.([A-Za-z.]*)/
   case $1
   when "ServiceUnknown"
 return ServiceNotAvailable.new('PackageKit')






Remember to have fun...

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



commit lablgtk2 for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package lablgtk2 for openSUSE:Factory
checked in at Thu May 26 12:40:05 CEST 2011.




--- lablgtk2/lablgtk2.changes   2011-05-02 16:35:37.0 +0200
+++ /mounts/work_src_done/STABLE/lablgtk2/lablgtk2.changes  2011-05-25 
12:37:10.0 +0200
@@ -1,0 +2,5 @@
+Wed May 25 10:36:15 UTC 2011 - idon...@novell.com
+
+- Ignore GtkSourceView_types and GtkSourceView2_types symbols
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lablgtk2.spec ++
--- /var/tmp/diff_new_pack.aDzvBp/_old  2011-05-26 12:39:40.0 +0200
+++ /var/tmp/diff_new_pack.aDzvBp/_new  2011-05-26 12:39:40.0 +0200
@@ -27,13 +27,15 @@
 Requires:   ocaml
 AutoReqProv:on
 Version:2.14.2
-Release:7
+Release:9
 Source0:lablgtk-%{version}.tar.bz2
 Source1:lablgtk2.rpmlintrc
 Url:http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgtk.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:An Objective Caml Interface to gtk2+
 
+%global __ocaml_requires_opts -i GtkSourceView_types -i GtkSourceView2_types
+
 %description
 LablGTK2 uses the rich type system of Objective Caml 3 to provide a
 strongly typed, yet very comfortable, object-oriented interface to






Remember to have fun...

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



commit bind for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package bind for openSUSE:Factory
checked in at Thu May 26 10:21:59 CEST 2011.




--- bind/bind.changes   2011-05-19 11:53:02.0 +0200
+++ /mounts/work_src_done/STABLE/bind/bind.changes  2011-05-23 
21:58:01.0 +0200
@@ -1,0 +2,5 @@
+Mon May 23 19:55:15 UTC 2011 - crrodrig...@opensuse.org
+
+- Build with -DNO_VERSION_DATE to avoid timestamps in binaries.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bind.spec ++
--- /var/tmp/diff_new_pack.oQk1YL/_old  2011-05-26 10:16:47.0 +0200
+++ /var/tmp/diff_new_pack.oQk1YL/_new  2011-05-26 10:16:47.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  krb5-devel
 Summary:Domain Name System (DNS) Server (named)
 Version:9.8.0
-Release:1
+Release:2
 License:BSD3c(or similar) ; MIT License (or similar)
 Group:  Productivity/Networking/DNS/Servers
 Provides:   dns_daemon bind8 bind9
@@ -270,7 +270,7 @@
 #%{__aclocal}
 #%{__autoconf}
 #popd
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" LDFLAGS="-L%{_libdir}"
+export CFLAGS="$RPM_OPT_FLAGS -DNO_VERSION_DATE -fno-strict-aliasing" 
LDFLAGS="-L%{_libdir}"
 #export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED" 
LDFLAGS="-L%{_libdir}"
 #export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fpie" 
LDFLAGS="-L%{_libdir} -pie"
 CONFIGURE_OPTIONS="\






Remember to have fun...

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



commit postfix for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package postfix for openSUSE:Factory
checked in at Thu May 26 10:24:06 CEST 2011.




--- postfix/postfix.changes 2011-05-11 10:25:11.0 +0200
+++ /mounts/work_src_done/STABLE/postfix/postfix.changes2011-05-24 
12:26:19.0 +0200
@@ -1,0 +2,32 @@
+Tue May 24 10:24:51 UTC 2011 - vark...@novell.com
+
+- bnc#679187 - suseconfig/postfix: missing dependency 
+
+---
+Tue May 17 22:31:46 UTC 2011 - ch...@computersalat.de
+
+- fix master.cf
+  o fix missing
+- amavisunix  -   -   n   -   4   smtp
+- localhost:10025 inet   n   -   n   -   -   smtpd
+  o add master.cf patch
+- rework patches
+  o main.cf (add two missing sasl vars)
+  o postfix-SuSE (SuSEconfig, cleanup those vars,...)
+
+---
+Sun May 15 14:16:03 UTC 2011 - ch...@computersalat.de
+
+- rework TLS stuff
+  o reworked main.cf patch
+  o added postfix-SuSE patch 
+  o added post-install patch
+Editing /etc/postfix/master.cf, adding missing entry for tlsmgr service
+add only if it really does not exist
+- removed Author from description
+- updated vda patch
+  o vda-2.7.1 > vda-v10-2.8.1
+- fix build for SLE_10
+  o no fdupes ;)
+
+---

calling whatdependson for head-i586


Old:

  postfix-2.7.1-main.cf.patch
  postfix-vda-2.7.1.patch

New:

  postfix-2.8.3-main.cf.patch
  postfix-2.8.3-master.cf.patch
  postfix-2.8.3-post-install.patch
  postfix-SuSE.patch
  postfix-vda-v10-2.8.1.patch



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.wCFCMf/_old  2011-05-26 10:22:10.0 +0200
+++ /var/tmp/diff_new_pack.wCFCMf/_new  2011-05-26 10:22:10.0 +0200
@@ -21,7 +21,7 @@
 Name:   postfix
 Summary:A fast, secure, and flexible mailer
 Version:2.8.3
-Release:1
+Release:7
 License:IBM Public License ..
 Group:  Productivity/Networking/Email/Servers
 Url:http://www.postfix.org/
@@ -35,25 +35,25 @@
 Patch1: dynamic_maps_pie.patch
 Patch2: pointer_to_literals.patch
 Patch3: ipv6_disabled.patch
-Patch10:%{name}-2.7.1-main.cf.patch
-Patch11:%{name}-vda-2.7.1.patch
+Patch10:%{name}-2.8.3-main.cf.patch
+Patch11:%{name}-2.8.3-master.cf.patch
+Patch12:%{name}-2.8.3-post-install.patch
+Patch20:%{name}-vda-v10-2.8.1.patch
+Patch30:%{name}-SuSE.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 PreReq: /usr/bin/getent
 PreReq: /usr/sbin/useradd /usr/sbin/groupadd
 PreReq: /bin/sed /bin/awk /bin/grep
 PreReq: textutils sh-utils fileutils pcre netcfg
-%if 0%{?suse_version} > 1130
 PreReq: sysvinit(syslog) sysvinit(network)
-%endif
+Requires:   iproute2
 BuildRequires:  db-devel
 BuildRequires:  mysql-devel
 BuildRequires:  openldap2-devel pcre-devel postgresql-devel
 # require pwdutils to make postinstall script check work
 BuildRequires:  pwdutils
-%if 0%{?suse_version} >= 1100
 BuildRequires:  fdupes
-%endif
 #
 Conflicts:  sendmail exim
 Provides:   smtp_daemon
@@ -90,11 +90,6 @@
 %description
 Postfix aims to be an alternative to the widely-used sendmail program.
 
-Authors:
-
-Wietse Venema 
-
-
 %package  devel
 Summary:Development headers for the postfix package
 License:IBM Public License ..
@@ -105,11 +100,6 @@
 %description devel
 Postfix aims to be an alternative to the widely-used sendmail program.
 
-Authors:
-
-Wietse Venema 
-
-
 %package  doc
 Summary:Documentations for the postfix package
 License:IBM Public License ..
@@ -122,11 +112,6 @@
 Postfix aims to be an alternative to the widely-used sendmail program.
 This package contains the documentation for %{name}
 
-Authors:
-
-Wietse Venema 
-
-
 %package  mysql
 Summary:Postfix plugin to support MySQL maps
 License:IBM Public License ..
@@ -138,11 +123,6 @@
 Postfix plugin to support MySQL maps. This library will be loaded by
 starting %{name} if you'll access a postmap which is stored in mysql.
 
-Authors:
-
-Wietse Venema 
-
-
 %package  postgresql
 Summary:Postfix plugin to support PostgreSQL maps
 License:IBM Public License ..
@@ -155,11 +135,6 @@
 by starting %{name} if you'll access a postmap which is stored in
 PostgreSQL.
 
-Authors:
-
-Wietse Venema 
-
-
 %prep
 %setup -n %{name}-%{version} -a 1 -a 2
 %patch -p1
@@ -168,6 +143,9 @@
 %patch3 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
+%patch20 -p1
+%patch30 -p0
 # -

commit netpbm for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package netpbm for openSUSE:Factory
checked in at Thu May 26 10:25:01 CEST 2011.




--- netpbm/netpbm.changes   2010-11-16 15:26:26.0 +0100
+++ /mounts/work_src_done/STABLE/netpbm/netpbm.changes  2011-05-24 
16:06:55.0 +0200
@@ -1,0 +2,15 @@
+Tue May 24 14:04:05 UTC 2011 - pgaj...@novell.com
+
+- updated to 10.35.80:
+  * asciitopgm: fix bug: memory corruption on too-long lines.
+  * asciitopgm: fix bug: improper handling of blank lines.
+  * pngtopnm: fix bug: -verbose reports history chunk present when
+  it's really a palette.
+  * bmptopnm: Don't crash on invalid zero value of image height in
+  the BMP header of a compressed file.
+  * bmptopnm: don't crash on large invalid value of 'colorsused' in
+  the BMP header.
+  * ilbmtoppm: Don't crash on image that has a transparent color
+  index, but no color map.
+
+---

calling whatdependson for head-i586


Old:

  netpbm-10.35.77-documentation.tar.bz2
  netpbm-10.35.77-fixes.patch
  netpbm-10.35.77-libpng14.patch
  netpbm-10.35.77-make.patch
  netpbm-10.35.77-manpages.patch
  netpbm-10.35.77-missing-file-close.patch
  netpbm-10.35.77-pamscale.patch
  netpbm-10.35.77-pnmtopng-CAN-2978.patch
  netpbm-10.35.77-security.patch
  netpbm-10.35.77-security2.patch
  netpbm-10.35.77-tmpfile.patch
  netpbm-10.35.77.tar.bz2

New:

  netpbm-10.35.80-documentation.tar.bz2
  netpbm-10.35.80-nohpcdtoppm-nojbig.tar.bz2
  netpbm-fixes.patch
  netpbm-libpng14.patch
  netpbm-make.patch
  netpbm-manpages.patch
  netpbm-missing-file-close.patch
  netpbm-pamscale.patch
  netpbm-pnmtopng-CAN-2978.patch
  netpbm-security.patch
  netpbm-security2.patch
  netpbm-tmpfile.patch



Other differences:
--
++ netpbm.spec ++
--- /var/tmp/diff_new_pack.qaumni/_old  2011-05-26 10:24:17.0 +0200
+++ /var/tmp/diff_new_pack.qaumni/_new  2011-05-26 10:24:17.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package netpbm (Version 10.35.77)
+# spec file for package netpbm
 #
-# 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
@@ -30,35 +30,35 @@
 Obsoletes:  netpbm-64bit
 %endif
 #
-Version:10.35.77
+Version:10.35.80
 Release:1
 Summary:A Powerful Graphics Conversion Package
-Source: netpbm-%{version}.tar.bz2
+Source: netpbm-%{version}-nohpcdtoppm-nojbig.tar.bz2
 Source1:netpbm-%{version}-documentation.tar.bz2
 Source2:baselibs.conf
 Source3:prepare-src-tarball
 # SUSE specific
-Patch0: %{name}-%{version}-make.patch 
+Patch0: %{name}-make.patch 
 # partially upstreamed in development version
-Patch1: %{name}-%{version}-manpages.patch 
+Patch1: %{name}-manpages.patch 
 # refused by upstream
-Patch2: %{name}-%{version}-security.patch 
+Patch2: %{name}-security.patch 
 # refused by upstream
-Patch3: %{name}-%{version}-security2.patch 
+Patch3: %{name}-security2.patch 
 # refused by upstream
-Patch4: %{name}-%{version}-pnmtopng-CAN-2978.patch 
+Patch4: %{name}-pnmtopng-CAN-2978.patch 
 # don't know what it does so far
-Patch5: %{name}-%{version}-tmpfile.patch 
+Patch5: %{name}-tmpfile.patch 
 # upstreamed in development version
-Patch6: %{name}-%{version}-fixes.patch 
+Patch6: %{name}-fixes.patch 
 # upstreamed in development version (another way)
-Patch7: %{name}-%{version}-pamscale.patch 
+Patch7: %{name}-pamscale.patch 
 # upstreamed in development version
-Patch8: %{name}-%{version}-missing-file-close.patch
+Patch8: %{name}-missing-file-close.patch
 # no build date
 Patch9: netpbm-no-build-date.patch 
 # new versions build against libpng14
-Patch10:%{name}-%{version}-libpng14.patch
+Patch10:%{name}-libpng14.patch
 Url:http://netpbm.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ netpbm-10.35.77-documentation.tar.bz2 -> 
netpbm-10.35.80-documentation.tar.bz2 ++
 6805 lines of diff (skipped)

++ netpbm-fixes.patch ++
Index: buildtools/Makefile
===
--- buildtools/Makefile.orig
+++ buildtools/Makefile
@@ -34,10 +34,10 @@ libopt.o: libopt.c
  -o $@ $<
 
 typegen.o endiangen.o:%.o:%.c
-   $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) -o $@ $<
+   $(CC_FOR_BUILD) $(CFLAGS) -c $(CFLAGS_FOR_BUILD) -o $@ $<
 
 $(PROGS):%:%.o
-   $(LD_FOR_BUILD) -o $@ $<
+   $(LD_FOR_BUILD) $(LDFLAGS) -o $@ $

commit virtualbox for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory
checked in at Thu May 26 12:35:15 CEST 2011.




--- virtualbox/virtualbox.changes   2011-03-25 08:47:58.0 +0100
+++ /mounts/work_src_done/STABLE/virtualbox/virtualbox.changes  2011-05-18 
09:39:19.0 +0200
@@ -1,0 +2,122 @@
+Wed May 18 06:55:17 UTC 2011 - mse...@gmail.com
+
+- updated to Virtualbox 4.0.8 (maintenance release)
+  * Mac OS X hosts: fixed incompatibility with recent Mac OS X versions in 
64-bit mode (bug #8474)
+  * Mac OS X hosts: fixed incompatibility with hosts with more than 16 cores 
(bug #8389)
+  * Mac OS X hosts: fixed painting corruptions on a second monitor in 64-bit 
mode (bug #7606)
+  * GUI: restored functionality to set an empty host key to disallow any host 
key combination (4.0.6 regression; bug #8793)
+  * VBoxManage: added controlvm screenshotpng subcommand for saving the 
screenshot of a running VM in PNG format
+  * VBoxHeadless: fixed potential crash during shutdown (Windows hosts only)
+  * NAT: built-in services use the correct Ethernet addresses in Ethernet 
header and in ARP requests
+  * Host-only networking: fixed adapter reference counting
+  * E1000: fixed rare guest crashes with Linux SMP guests (bug #8755)
+  * SATA: fixed guest disk corruption under rare circumstances (only relevant 
for guests with more than 2GB RAM; bug #8826)
+  * Storage: fixed data corruption after a snapshot was taken with 
asynchronous I/O enabled (bug #8498)
+  * Floppy: several improvement
+  * HPET: another fix for time jumps (bug #8707)
+  * USB: removed assumption that string descriptors are null-terminated 
(Windows hosts only)
+  * 3D support: fixed a potential crash when resizing the guest window
+  * 3D support: fixed GNOME 3 rendering under Ubuntu 11.04 and Fedora 15
+  * Snapshots: fixed another bug which could lose entries in the media 
registry when restoring a snapshot (bug #8363)
+  * Shared Folders: don't stop mounting the other valid folders if one host 
folder is inaccessible (4.0.6 regression)
+  * Linux Additions: check whether gcc and make are installed before building 
kernel modules (bug #8795)
+  * Solaris Additions: added support for X.Org Server 1.10
+  * Guest Additions: fixed inappropriate Guest Additions update notification 
when using vendor-specific version suffixes (bug #8844) 
+- deprecated vbox-gcc46.patch
+
+---
+Fri May 13 03:29:45 UTC 2011 - crrodrig...@opensuse.org
+
+- Allow GCC 4.6 to be used 
+
+---
+Tue Apr 26 19:42:44 UTC 2011 - crrodrig...@opensuse.org
+
+- Remove bundled libraries to ensure they are never used
+- USe system boost headers,only needed for xml parser it seems. 
+
+---
+Fri Apr 22 16:35:55 UTC 2011 - mse...@gmail.com
+
+- updated to Virtualbox 4.0.6 (maintenance release)
+  * VMM: fixed incorrect handling of ballooned pages when restoring a VMM from 
a saved state
+  * VMM: don't crash on hosts with more than 64 cores / hyperthreads; 
implemented support for up to 256 host cores (except Windows hosts; bug #8489)
+  * VMM: fixed guru meditation for PAE guests running on hosts without PAE 
(bug #8006)
+  * VMM: fixed slow Linux guests with raw mode and recent guest kernels (bug 
#8726)
+  * GUI: support host key combinations (bug #979)
+  * GUI: fixed progress indicator (bug #7814)
+  * GUI: show the mouse pointer while the VM is paused if the USB tablet mouse 
emulation is used (bug #6799)
+  * GUI: adapt the snapshot folder as well when renaming a VM (bug #8469)
+  * GUI: persistently remember the last folders of the disk/DVD/floppy 
selectors
+  * GUI: never allow to start a VM with USB-2.0 activated if the proper 
extension pack is missing (bug #8182)
+  * GUI: fixed hang/crash when opening a file dialog in an non-existing folder 
(bug #8673)
+  * Snapshots: fixed a bug which could lose entries in the media registry when 
restoring a snapshot (bug #8363)
+  * Snapshots: allow snapshots to be stored in the VM directory
+  * 3D support: fixed a crash if a VM was forced to terminate (Windows hosts 
only; bug #7133)
+  * Storage: fixed memory leak (4.0 regression; bug #7966)
+  * Storage: fixed access to iSCSI targets over internal network
+  * Storage: fixed reading from disks with more than one snapshot for VHD and 
VMDK images with disabled host cache (bug #8408)
+  * Storage: fixed a possible hang during VM suspend after an I/O error 
occurred
+  * Storage: fixed a possible hang during VM suspend / reset (bug #8276, #8294)
+  * Storage: automatically create a diff image when attaching a 
streamOptimized VMDK image to a VM
+  * ATA/SATA: fixed automounting of virtual CD/DVD mediums with recent Linux 
distributions by correctly reporting the current profile as 'none' if no medium 
is present
+  * Buslogic: fixed emulation 

commit taglib for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package taglib for openSUSE:Factory
checked in at Thu May 26 11:08:21 CEST 2011.




--- KDE/taglib/taglib.changes   2011-05-23 00:30:28.0 +0200
+++ /mounts/work_src_done/STABLE/taglib/taglib.changes  2011-05-25 
16:19:55.0 +0200
@@ -1,0 +2,5 @@
+Wed May 25 14:19:41 UTC 2011 - co...@novell.com
+
+- obsolete the right version of taglib
+
+---

calling whatdependson for head-i586




Other differences:
--
++ taglib.spec ++
--- /var/tmp/diff_new_pack.Vcxqnt/_old  2011-05-26 11:07:25.0 +0200
+++ /var/tmp/diff_new_pack.Vcxqnt/_new  2011-05-26 11:07:25.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   taglib
 Version:1.7
-Release:2
+Release:4
 License:LGPLv2.1+ ; MPLv1.1 ..
 Summary:Audio Meta-Data Library
 Url:http://ktown.kde.org/~wheeler/taglib/
@@ -91,7 +91,7 @@
 Requires:   libtag_c0 = %{version}
 # taglib-devel was last used in openSUSE 11.4 (taglib-devel-0.6.3)
 Provides:   taglib-devel = %{version}
-Obsoletes:  taglib-devel < 0.6.3
+Obsoletes:  taglib-devel <= 0.6.3
 # bug437293
 %ifarch ppc64
 Obsoletes:  libtag-devel-64bit






Remember to have fun...

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



commit grantlee for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package grantlee for openSUSE:Factory
checked in at Thu May 26 10:48:47 CEST 2011.




--- grantlee/grantlee.changes   2010-12-14 15:09:47.0 +0100
+++ /mounts/work_src_done/STABLE/grantlee/grantlee.changes  2011-05-22 
19:27:47.0 +0200
@@ -1,0 +2,16 @@
+Sun May 22 17:20:15 UTC 2011 - asterios.dra...@gmail.com
+
+- update to version 0.1.8
+  * Add support for internationalization and localization features.
+  * A new contacts/address book application.
+  * Support for outputting QDate and QTime objects.
+  * Automatic loading of QtScript based plugins.
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Changed License: to LGPLv2.1+.
+  * Updates in Group:, Summary: and %description entries.
+  * Removed libopenssl-devel from BuildRequires: (not needed).
+  * Removed /sbin/ldconfig from devel package (not needed).
+  * Minor other updates.
+
+---

calling whatdependson for head-i586


Old:

  grantlee-0.1.7.tar.bz2

New:

  grantlee-0.1.8.tar.bz2



Other differences:
--
++ grantlee.spec ++
--- /var/tmp/diff_new_pack.xIzjav/_old  2011-05-26 10:44:09.0 +0200
+++ /var/tmp/diff_new_pack.xIzjav/_new  2011-05-26 10:44:09.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package grantlee (Version 0.1.7)
+# spec file for package grantlee
 #
-# 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
@@ -17,68 +17,59 @@
 
 # norootforbuild
 
-BuildRequires:  doxygen libqt4-devel
-BuildRequires:  cmake kde4-filesystem libopenssl-devel
 
 Name:   grantlee
+Version:0.1.8
+Release:1
+License:LGPLv2.1+
 Summary:Qt string template library
-Version:0.1.7
-Release:2
-License:LGPLv2 or later
-Group:  Productivity/Graphics/Other
-Source0:grantlee-%{version}.tar.bz2
+Url:http://grantlee.org/
+Group:  System/Libraries
+# http://downloads.grantlee.org/grantlee-0.1.8.tar.gz
+Source0:%{name}-%{version}.tar.bz2
 Source1:INFO
-Url:http://grantlee.org
-%if 0%{?suse_version} < 1120
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%endif
+BuildRequires:  cmake
+BuildRequires:  doxygen
+BuildRequires:  kde4-filesystem
+BuildRequires:  libqt4-devel
 
 %description
-Grantlee is a string template engine based on the Django template system and 
written in Qt.
-
-Author:
-
-Stephen Kelly 
-
+Grantlee is a string template engine based on the Django template system and
+written in Qt.
 
 %package devel
-License:LGPLv2 or later
+License:LGPLv2.1+
+Summary:Include Files and Libraries Mandatory for Development with 
Grantlee
 Group:  Development/Libraries/C and C++
-Summary:Include Files and Libraries Mandatory for Development
-Requires:   grantlee = %{version}-%{release}
+Requires:   %{name} = %{version}
 
 %description devel
-Grantlee is a string template engine based on the Django template system and 
written in Qt.
-
-Author:
-
-Stephen Kelly 
-
+This package contains include files and libraries needed for development with
+grantlee.
 
 %prep
-%setup -n grantlee-%{version} -q
+%setup -q
 
 %build  
-  %cmake_kde4 -d build -- -DBUILD_TESTS=OFF
-  %make_jobs
+%cmake_kde4 -d build -- -DBUILD_TESTS=OFF
+%make_jobs
 
 %install  
-  cd build
-  %makeinstall
+cd build
+%kde4_makeinstall
+cd ..
 
 %clean
-  rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-%post devel -p /sbin/ldconfig
-
-%postun devel -p /sbin/ldconfig
-
 %files
-%defattr(644,root,root,755)
+%defattr(-,root,root,-)
+%doc AUTHORS CHANGELOG COPYING.LIB GOALS README
 %dir %{_libdir}/grantlee
 %dir %{_libdir}/grantlee/0.1
 %{_libdir}/libgrantlee_core.so.*
@@ -86,10 +77,9 @@
 %{_libdir}/grantlee/0.1/grantlee_*.so
 
 %files devel
-%defattr(644,root,root,755)
-%dir /usr/include/grantlee
-/usr/include/grantlee/*
-/usr/include/grantlee_core.h
+%defattr(-,root,root,-)
+%{_includedir}/grantlee/
+%{_includedir}/grantlee_*.h
 %{_libdir}/libgrantlee_core.so
 %{_libdir}/libgrantlee_gui.so
 %{_libdir}/grantlee/GrantleeConfig.cmake

++ grantlee-0.1.7.tar.bz2 -> grantlee-0.1.8.tar.bz2 ++
 63777 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 xorg-x11-driver-video-unichrome for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-driver-video-unichrome for 
openSUSE:Factory
checked in at Thu May 26 12:25:31 CEST 2011.




--- xorg-x11-driver-video-unichrome/xorg-x11-driver-video-unichrome.changes 
2010-12-06 22:40:27.0 +0100
+++ 
/mounts/work_src_done/STABLE/xorg-x11-driver-video-unichrome/xorg-x11-driver-video-unichrome.changes
2011-05-23 15:09:21.0 +0200
@@ -1,0 +2,14 @@
+Mon May 23 13:08:14 UTC 2011 - e...@suse.de
+
+- Updated driver to lastest GIT version and removed the two
+  now obsolete patches. 
+
+---
+Mon May 23 12:50:41 UTC 2011 - e...@suse.de
+
+- remove mandriva2007.diff.
+  The man page directory is handled correctly by the macros.
+  Neither does the patch contain any information why it is
+  needed nor exists any reference to this patch in this changelog.
+
+---

calling whatdependson for head-i586


Old:

  libdrm-2.4.20.diff
  mandriva2007.diff
  missing_fclose.diff
  xf86-video-unichrome-3e2dd0a.tar.bz2

New:

  xf86-video-unichrome-b917bee.tar.bz2



Other differences:
--
++ xorg-x11-driver-video-unichrome.spec ++
--- /var/tmp/diff_new_pack.Xx1aqa/_old  2011-05-26 12:21:47.0 +0200
+++ /var/tmp/diff_new_pack.Xx1aqa/_new  2011-05-26 12:21:47.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-driver-video-unichrome (Version 20091206)
+# spec file for package xorg-x11-driver-video-unichrome
 #
-# 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
@@ -58,17 +58,14 @@
 #Supplements:modalias(pci:v1106d1122sv*sd*bc*sc*i*)
 %endif
 AutoReqProv:on
-Version:20091206
+Version:20110523
 Release:1
 Summary:The Unichrome Project
 PreReq: coreutils
 Requires:   xorg-x11-server
 Provides:   
xorg-x11-driver-video:%{_libdir}/xorg/modules/drivers/unichrome_drv.so
-Source: xf86-video-unichrome-3e2dd0a.tar.bz2
+Source: xf86-video-unichrome-b917bee.tar.bz2
 Source1:pci_ids
-Patch1: mandriva2007.diff
-Patch2: libdrm-2.4.20.diff
-Patch3: missing_fclose.diff
 ExclusiveArch:  %ix86 ia64 ppc ppc64 x86_64
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -88,11 +85,6 @@
 
 %prep
 %setup -n xf86-video-unichrome
-%if 0%{?mandriva_version} > 2006
-%patch1
-%endif
-%patch2
-%patch3
 
 %build
 %if 0%{?suse_version} > 1010 || 0%{?fedora_version} >= 6 || 
0%{?mandriva_version} > 2006

++ xf86-video-unichrome-3e2dd0a.tar.bz2 -> 
xf86-video-unichrome-b917bee.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-video-unichrome/.git/FETCH_HEAD 
new/xf86-video-unichrome/.git/FETCH_HEAD
--- old/xf86-video-unichrome/.git/FETCH_HEAD2010-12-06 22:33:40.0 
+0100
+++ new/xf86-video-unichrome/.git/FETCH_HEAD1970-01-01 01:00:00.0 
+0100
@@ -1,9 +0,0 @@
-3e2dd0afb9719295454d8d879d6f5ffde0755253   branch 'master' of 
git://people.freedesktop.org/~libv/xf86-video-unichrome
-ac52aca2e6f808a9ecfde879c01f7a669d9cddd4   not-for-merge   branch 
'release-0_2_1' of git://people.freedesktop.org/~libv/xf86-video-unichrome
-d493fdc039a862a94eb6505b128f4c4f06b7b788   not-for-merge   branch 
'release-0_2_2' of git://people.freedesktop.org/~libv/xf86-video-unichrome
-bad59f24e5242a5d0e16fb19e3b632c2f548a289   not-for-merge   branch 
'release-0_2_3' of git://people.freedesktop.org/~libv/xf86-video-unichrome
-f29eba2017a85850dd3bcc105accac4047de7dbb   not-for-merge   branch 
'release-0_2_4' of git://people.freedesktop.org/~libv/xf86-video-unichrome
-a580e37da8abd53164bf36df8bd306052f04c57f   not-for-merge   branch 
'release-0_2_5' of git://people.freedesktop.org/~libv/xf86-video-unichrome
-4b32b00759fc23aa5f397f4f1c563b431f096602   not-for-merge   branch 
'release-0_2_6' of git://people.freedesktop.org/~libv/xf86-video-unichrome
-6db325ed9fdebf96722f5a64956914564d7820b2   not-for-merge   branch 
'unified' of git://people.freedesktop.org/~libv/xf86-video-unichrome
-bd3a6d5cb1a544ccae9eecf7cb0b40fb6bdac287   not-for-merge   branch 'xuma' 
of git://people.freedesktop.org/~libv/xf86-video-unichrome
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-video-unichrome/.git/HEAD 
new/xf86-video-unichrome/.git/HEAD
--- old/xf86-video-unichrome/.git/HEAD  2010-12-06 22:33:32.0 +0100
+++ new/xf86-video-unichrome/.git/HEAD  1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-ref: refs/heads/master

commit xorg-x11-fonts for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-fonts for openSUSE:Factory
checked in at Thu May 26 10:01:33 CEST 2011.




--- xorg-x11-fonts/xorg-x11-fonts.changes   2010-12-21 04:19:00.0 
+0100
+++ /mounts/work_src_done/STABLE/xorg-x11-fonts/xorg-x11-fonts.changes  
2011-05-25 00:19:43.0 +0200
@@ -1,0 +2,26 @@
+Tue May 24 22:19:00 UTC 2011 - e...@suse.de
+
+- Removed encodings.diff.
+  This patch was there to make the japanese encoding 
+  jisx0201.1976-0 ASCII-like. The correnct encoding had
+  two ASCII code points replaced by the Yen sign and
+  the overstrike character. This patch seems to have
+  served as a workaround for an already quite ugly
+  workaround.
+  We drop it now.
+
+---
+Thu May 19 16:01:03 UTC 2011 - e...@novell.com
+
+- Remove patch font-misc-cyrillic.diff
+  Instead specify the fonts to be built and installed explicitely
+  on the command line with "FONT_FILES=".
+
+---
+Thu May 19 13:59:02 UTC 2011 - e...@suse.de
+
+- Remove patch font-misc-ethiopic.diff
+  To install only OTF fonts set --with-ttf-fontdir= to an
+  empty string.
+
+---

calling whatdependson for head-i586


Old:

  encodings.diff
  font-misc-cyrillic.diff
  font-misc-ethiopic.diff



Other differences:
--
++ xorg-x11-fonts.spec ++
--- /var/tmp/diff_new_pack.g0cWsz/_old  2011-05-26 10:00:33.0 +0200
+++ /var/tmp/diff_new_pack.g0cWsz/_new  2011-05-26 10:00:33.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-fonts (Version 7.6)
+# spec file for package xorg-x11-fonts
 #
-# 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
@@ -22,7 +22,7 @@
 BuildRequires:  fontconfig freetype2 pkgconfig xorg-x11 xorg-x11-fonts-devel 
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-libXprintUtil xorg-x11-libXrender 
xorg-x11-libXt xorg-x11-libXv xorg-x11-libfontenc xorg-x11-libs 
xorg-x11-libxkbfile xorg-x11-proto-devel
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:1
+Release:13
 License:MIT License (or similar)
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -69,9 +69,6 @@
 Source34:   font-adobe-utopia-75dpi-1.0.4.tar.bz2
 Source35:   font-adobe-utopia-type1-1.0.4.tar.bz2
 Source36:   font-alias-1.0.3.tar.bz2
-Patch:  encodings.diff
-Patch1: font-misc-ethiopic.diff
-Patch2: font-misc-cyrillic.diff
 
 %description
 This package contains fonts maintained and shipped with X.Org.
@@ -96,16 +93,6 @@
 %setup -n . -T -D
 rm -rf $RPM_BUILD_DIR/*
 for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
-pushd encodings-*
-%patch
-popd
-pushd font-misc-ethiopic-*
-%patch1
-popd
-pushd font-misc-cyrillic-*
-%patch2
-rm {koi7x14,koi8x13,koi9x15,koi9x18}.bdf
-popd
 
 %build
 for dir in encodings-* $(ls | grep -v -e encodings -e alias) font-alias-* ; do
@@ -116,7 +103,7 @@
  *100dpi-*)option="--with-fontdir=/usr/share/fonts/100dpi" ;;
  *75dpi-*) option="--with-fontdir=/usr/share/fonts/75dpi"  ;;
  *type1-*) option="--with-fontdir=/usr/share/fonts/Type1"  ;;
- *ethiopic-*)  option="--with-ttf-fontdir=/usr/share/fonts/truetype 
--with-otf-fontdir=/usr/share/fonts/truetype" ;;
+ *ethiopic-*)  option="--with-ttf-fontdir= 
--with-otf-fontdir=/usr/share/fonts/truetype" ;;
  *meltho-*)option="--with-fontdir=/usr/share/fonts/truetype"   ;;
  *misc-*)  option="--with-fontdir=/usr/share/fonts/misc"   ;;
  *ttf-*)   option="--with-fontdir=/usr/share/fonts/truetype"   ;;
@@ -133,7 +120,11 @@
 
 %install
 for dir in encodings-* $(ls | grep -v -e encodings -e alias) font-alias-* ; do
-  make -C $dir install DESTDIR=$RPM_BUILD_ROOT
+case $dir in
+   *misc-cyrillic-*) option='FONT_FILES=koi12x24b koi12x24 koi6x13b 
koi7x14b koi8x16b koi8x16 koi9x15b koi9x18b';;
+   *)option='NOOPT=' ;;
+esac
+make -C $dir install DESTDIR=$RPM_BUILD_ROOT "${option}"
 done
 rm -f $RPM_BUILD_ROOT/usr/share/fonts/*/fonts.cache*
 rm -f $RPM_BUILD_ROOT/usr/share/fonts/75dpi/fonts.{dir,scale}
@@ -199,5 +190,7 @@
 %config /usr/share/fonts/misc/fonts.dir
 /usr/share/fonts/misc/fonts.alias
 /usr/share/fonts/misc/*.pcf.gz
+%exclude /fonts.dir 
+%exclude /fonts.scale
 
 %changelog


+

commit xorg-x11-libXt for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-libXt for openSUSE:Factory
checked in at Thu May 26 09:53:57 CEST 2011.




--- xorg-x11-libXt/xorg-x11-libXt.changes   2010-12-21 04:20:23.0 
+0100
+++ /mounts/work_src_done/STABLE/xorg-x11-libXt/xorg-x11-libXt.changes  
2011-05-19 18:54:25.0 +0200
@@ -1,0 +2,7 @@
+Thu May 19 16:52:16 UTC 2011 - e...@suse.de
+
+- Remove patch app-defaults.diff
+  Use the configure option --with-xfile-search-path to specify
+  the search path in the spec file.
+
+---

calling whatdependson for head-i586


Old:

  app-defaults.diff



Other differences:
--
++ xorg-x11-libXt.spec ++
--- /var/tmp/diff_new_pack.17Bzyc/_old  2011-05-26 09:48:20.0 +0200
+++ /var/tmp/diff_new_pack.17Bzyc/_new  2011-05-26 09:48:20.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-libXt (Version 7.6_1.0.9)
+# spec file for package xorg-x11-libXt
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 BuildRequires:  fdupes pkgconfig xorg-x11-libICE-devel xorg-x11-libSM-devel 
xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel 
xorg-x11-proto-devel xorg-x11-xtrans-devel
 Url:http://xorg.freedesktop.org/
 Version:7.6_%{dirsuffix}
-Release:1
+Release:7
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/Libraries
@@ -32,7 +32,6 @@
 Source: libXt-%{dirsuffix}.tar.bz2
 Source2:baselibs.conf
 Patch:  libXt.diff
-Patch1: app-defaults.diff
 
 %description
 This package contains the X.Org Xt library.
@@ -56,12 +55,12 @@
 %prep
 %setup -q -n libXt-%{dirsuffix}
 %patch
-%patch1
 
 %build
 autoreconf -fi
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
 %configure --disable-silent-rules \
+--with-xfile-search-path='$(sysconfdir)/X11/%L/%T/%N%C%S:$(sysconfdir)/X11/%l/%T/%N%C%S:$(sysconfdir)/X11/%T/%N%C%S:$(sysconfdir)/X11/%L/%T/%N%S:$(sysconfdir)/X11/%l/%T/%N%S:$(sysconfdir)/X11/%T/%N%S:$(datadir)/X11/%L/%T/%N%C%S:$(datadir)/X11/%l/%T/%N%C%S:$(datadir)/X11/%T/%N%C%S:$(datadir)/X11/%L/%T/%N%S:$(datadir)/X11/%l/%T/%N%S:$(datadir)/X11/%T/%N%S:$(libdir)/X11/%L/%T/%N%C%S:$(libdir)/X11/%l/%T/%N%C%S:$(libdir)/X11/%T/%N%C%S:$(libdir)/X11/%L/%T/%N%S:$(libdir)/X11/%l/%T/%N%S:$(libdir)/X11/%T/%N%S:/usr/X11R6/lib/X11/%L/%T/%N%C%S:/usr/X11R6/lib/X11/%l/%T/%N%C%S:/usr/X11R6/lib/X11/%T/%N%C%S:/usr/X11R6/lib/X11/%L/%T/%N%S:/usr/X11R6/lib/X11/%l/%T/%N%S:/usr/X11R6/lib/X11/%T/%N%S'
 \
 %if %suse_version > 1110
 --disable-static \
 %endif






Remember to have fun...

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



commit libmodplug for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package libmodplug for openSUSE:Factory
checked in at Thu May 26 10:59:04 CEST 2011.




--- libmodplug/libmodplug.changes   2011-05-22 23:41:31.0 +0200
+++ /mounts/work_src_done/STABLE/libmodplug/libmodplug.changes  2011-05-25 
16:29:02.0 +0200
@@ -1,0 +2,6 @@
+Wed May 25 16:27:11 CEST 2011 - sbra...@suse.cz
+
+- Updated to version 0.8.8.3:
+  * Several security fixes (including CVE-2011-1761, bnc#691137).
+
+---

calling whatdependson for head-i586


Old:

  _service:recompress:download_url:libmodplug-0.8.8.2.tar.bz2

New:

  _service:recompress:download_url:libmodplug-0.8.8.3.tar.bz2



Other differences:
--
++ _service:set_version:libmodplug.spec ++
--- /var/tmp/diff_new_pack.IuaC4G/_old  2011-05-26 10:52:15.0 +0200
+++ /var/tmp/diff_new_pack.IuaC4G/_new  2011-05-26 10:52:15.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   libmodplug
 Summary:A MOD playing library
-Version: 0.8.8.2
+Version: 0.8.8.3
 Release: 0
 Group:  System/Libraries
 License:Public Domain
@@ -29,7 +29,7 @@
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE libmodplug-timidity.patch -- set paths to openSUSE 
timidity package
 Patch1: libmodplug-timidity.patch
-BuildRequires:  gcc-c++ pkg-config dos2unix
+BuildRequires:  dos2unix gcc-c++ pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libmodplug.spec ++
--- /var/tmp/diff_new_pack.IuaC4G/_old  2011-05-26 10:52:15.0 +0200
+++ /var/tmp/diff_new_pack.IuaC4G/_new  2011-05-26 10:52:15.0 +0200
@@ -21,7 +21,7 @@
 Name:   libmodplug
 Summary:A MOD playing library
 Version:to_be_filled_by_service
-Release:3
+Release:4
 Group:  System/Libraries
 License:Public Domain
 Url:http://modplug-xmms.sourceforge.net

++ _service ++
--- /var/tmp/diff_new_pack.IuaC4G/_old  2011-05-26 10:52:15.0 +0200
+++ /var/tmp/diff_new_pack.IuaC4G/_new  2011-05-26 10:52:15.0 +0200
@@ -3,12 +3,12 @@
   
 http
 downloads.sourceforge.net
-/project/modplug-xmms/libmodplug/0.8.8.2/libmodplug-0.8.8.2.tar.gz
+/project/modplug-xmms/libmodplug/0.8.8.3/libmodplug-0.8.8.3.tar.gz
   
   
-_service:download_url:libmodplug-0.8.8.2.tar.gz
+_service:download_url:libmodplug-0.8.8.3.tar.gz
 sha256
-6dedf79713f7ab75258c097a8749dab9127c81692858dab5295eef504ea61705
+0d52a259e85c4f50491d66128d7c476bc67a44d3930b965014954289c0c3f4a5
   
   
 *.gz

++ _service:recompress:download_url:libmodplug-0.8.8.2.tar.bz2 -> 
_service:recompress:download_url:libmodplug-0.8.8.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmodplug-0.8.8.2/Makefile.in 
new/libmodplug-0.8.8.3/Makefile.in
--- old/libmodplug-0.8.8.2/Makefile.in  2011-04-02 01:29:16.0 +0200
+++ new/libmodplug-0.8.8.3/Makefile.in  2011-05-08 15:43:49.0 +0200
@@ -173,6 +173,7 @@
 LIPO = @LIPO@
 LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
+LT_LDFLAGS = @LT_LDFLAGS@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
 MODPLUG_LIBRARY_VERSION = @MODPLUG_LIBRARY_VERSION@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmodplug-0.8.8.2/configure 
new/libmodplug-0.8.8.3/configure
--- old/libmodplug-0.8.8.2/configure2011-04-02 01:29:07.0 +0200
+++ new/libmodplug-0.8.8.3/configure2011-05-08 15:43:49.0 +0200
@@ -606,8 +606,7 @@
 LTLIBOBJS
 LIBOBJS
 MODPLUG_LIBRARY_VERSION
-MINGW32_FALSE
-MINGW32_TRUE
+LT_LDFLAGS
 OTOOL64
 OTOOL
 LIPO
@@ -2948,7 +2947,7 @@
 
 # Define the identity of the package.
  PACKAGE=libmodplug
- VERSION=0.8.8.2
+ VERSION=0.8.8.3
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3000,18 +2999,6 @@
 esac
 AM_BACKSLASH='\'
 
-# Check whether --enable-silent-rules was given.
-if test "${enable_silent_rules+set}" = set; then :
-  enableval=$enable_silent_rules;
-fi
-
-case $enable_silent_rules in
-yes) AM_DEFAULT_VERBOSITY=0;;
-no)  AM_DEFAULT_VERBOSITY=1;;
-*)   AM_DEFAULT_VERBOSITY=0;;
-esac
-AM_BACKSLASH='\'
-
 ac_config_headers="$ac_config_headers src/config.h"
 
 
@@ -14687,17 +14674,13 @@
 
 
 case "$host" in
-   *mingw32* )
-   MINGW32=yes
+   *mingw* | *cygwin*)
+   LT_LDFLAGS="-no-undefined"
+   ;;
+   *)
+   LT_LDFLAGS=""
;;
 esac
- if test "x$MINGW32" = "xyes"; then
-  MINGW32_TRUE=
-  MINGW32_FALSE='#'
-else
-  MINGW32_TRUE='#'
-  MINGW32_FALSE=
-fi
 
 
 case ${target_os} in
@@ -14933,10 +14916,6 @@
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
 
-if test -z "${MINGW32_TRUE}" && test -z "${MINGW32_FALSE}"; then
-  as_fn_error $? "conditional \"MINGW32\" was neve

commit libdrm for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory
checked in at Thu May 26 10:06:01 CEST 2011.




--- libdrm/libdrm.changes   2011-01-05 03:11:50.0 +0100
+++ /mounts/work_src_done/STABLE/libdrm/libdrm.changes  2011-05-25 
12:39:53.0 +0200
@@ -1,0 +2,14 @@
+Wed May 25 10:38:44 UTC 2011 - sndir...@novell.com
+
+- install the binaries of dristat, drmstat, drmmodeprint and
+  drmmodetest instead of the useless libtool wrappers ... 
+
+---
+Tue May 24 16:56:34 UTC 2011 - e...@suse.de
+
+- removed patch: enable_test_tools.diff.
+  - Building and installing dristat and drmstat can be done
+from the spec file. Same is true for installing drmmodeprint
+and drmmodetest.
+
+---

calling whatdependson for head-i586


Old:

  enable_test_tools.diff



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.9OfZ3Y/_old  2011-05-26 10:01:42.0 +0200
+++ /var/tmp/diff_new_pack.9OfZ3Y/_new  2011-05-26 10:01:42.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libdrm (Version 2.4.23)
+# spec file for package libdrm
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -25,7 +25,7 @@
 Group:  System/Libraries
 AutoReqProv:on
 Version:2.4.23
-Release:3
+Release:12
 Provides:   libdrm23 = %{version}
 Obsoletes:  libdrm23 < %{version}
 # bug437293
@@ -37,7 +37,6 @@
 Summary:Userspace Interface for Kernel DRM Services
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
-Patch:  enable_test_tools.diff
 Patch1: intel-Export-CONSTANT_BUFFER-addressing-mode.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -64,7 +63,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch
 %patch1 -p1
 
 %build
@@ -72,13 +70,18 @@
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 %configure --with-pic --enable-nouveau-experimental-api 
--enable-vmwgfx-experimental-api --enable-udev
 %{__make} %{?jobs:-j%jobs}
-%{__make} %{?jobs:-j%jobs} -C tests/modeprint
-%{__make} %{?jobs:-j%jobs} -C tests/modetest
+%{__make} %{?jobs:-j%jobs} -C tests check-am
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 make -C tests/modeprint install DESTDIR=$RPM_BUILD_ROOT
 make -C tests/modetest install DESTDIR=$RPM_BUILD_ROOT
+%{__mkdir} -p $RPM_BUILD_ROOT/usr/bin
+%{__install}  \
+tests/.libs/dristat \
+tests/.libs/drmstat \
+tests/modeprint/.libs/modeprint \
+tests/modetest/.libs/modetest $RPM_BUILD_ROOT/usr/bin
 
 %clean
 rm -rf $RPM_BUILD_ROOT






Remember to have fun...

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



commit ksh for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package ksh for openSUSE:Factory
checked in at Thu May 26 11:07:15 CEST 2011.




--- ksh/ksh.changes 2011-05-13 17:47:14.0 +0200
+++ /mounts/work_src_done/STABLE/ksh/ksh.changes2011-05-24 
18:36:49.0 +0200
@@ -1,0 +2,7 @@
+Tue May 24 18:34:36 CEST 2011 - wer...@suse.de
+
+- gcc dumps out poerpc64 even on powerpc which does break the
+  binary in a very special way e.g. in getopt(3)
+- do not use CC but CCFLAGS and HOSTTYPE at make time
+
+---

calling whatdependson for head-i586


New:

  ksh93-array.dif



Other differences:
--
++ ksh.spec ++
--- /var/tmp/diff_new_pack.gLuGKV/_old  2011-05-26 10:59:16.0 +0200
+++ /var/tmp/diff_new_pack.gLuGKV/_new  2011-05-26 10:59:16.0 +0200
@@ -37,7 +37,7 @@
 %endif
 AutoReqProv:on
 Version:93t
-Release:192
+Release:194
 Summary:Korn Shell
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: INIT.2010-06-21.tar.bz2
@@ -74,6 +74,7 @@
 Patch20:ksh93-argv0.dif
 Patch21:ksh93-export.dif
 Patch22:ksh93-eintr.dif
+Patch23:ksh93-array.dif
 %global use_suid_exe 0
 %global use_locale 1
 %global debug_memleak 0
@@ -147,8 +148,12 @@
 %patch20
 %patch21
 %patch22
+%patch23
 
 %build
+  TMPDIR=$(mktemp -d /tmp/ksh-build.XX) || exit 1
+  mkdir ${TMPDIR}/bin || exit 1
+  PATH=${TMPDIR}/bin:$PATH
   typeset -i IGNORED=0x$(ps --no-headers -o ignored $$)
   typeset -i SIGPIPE=0x1000
   if ((IGNORED & SIGPIPE)) ; then
@@ -163,7 +168,7 @@
   set -- $(readlink $fd)
   exec -a $SHELL ./sigexec $SHELL ${1+"$@"}
   fi
-  nobuiltin=$(mktemp -u /tmp/nobuiltin.XX) || exit 1
+  nobuiltin=${TMPDIR:-/tmp}/nobuiltin
   set -C
   (cat<<-EOF
-fno-builtin-putenv
@@ -235,8 +240,7 @@
   # Do not use -DSHOPT_SPAWN=1 and/or -DSHOPT_AMP=1 this would cause
   # errors due race conditions while executing the test suite.
   #
-  feature=$(mktemp -u /tmp/feature.XX) || exit 1
-  feature=${feature}.h
+  feature=${TMPDIR:-/tmp}/feature.h
   set -C
   (cat > $feature)<<-'EOF'
#define SHOPT_SYSRC 1
@@ -263,9 +267,24 @@
   case "$RPM_ARCH" in
   ia64)   RPM_OPT_FLAGS="${RPM_OPT_FLAGS//-O[s0-9]/-O}" ;;
   s390*)  RPM_OPT_FLAGS="${RPM_OPT_FLAGS//-O[s0-9]/-O}" ;;
-  ppc*)   RPM_OPT_FLAGS="${RPM_OPT_FLAGS//-O[s0-9]/-O}" ;;
+  ppc*|powerpc*)
+RPM_OPT_FLAGS="${RPM_OPT_FLAGS//-O[s0-9]/-O}" ;;
   esac
-  RPM_OPT_FLAGS=$(echo "${RPM_OPT_FLAGS}"|sed -r 's/[[:blank:]]+-g[0-9]?//g2')
+  case "$RPM_ARCH" in
+  ppc|powerpc)
+set -C
+(cat > ${TMPDIR:-/tmp}/gcc)<<-EOF
+   #!/bin/sh
+   case "$@" in
+   *-dumpmachine*)
+   echo powerpc-suse-linux ;;
+   *)  exec -a gcc gcc ${1+"$@"}
+   esac
+   EOF
+set +C
+chmod +x ${TMPDIR:-/tmp}/gcc
+  esac
+  RPM_OPT_FLAGS=$(echo "${RPM_OPT_FLAGS}"|sed -r 's/[[:blank:]]+-g[0-9]?/ 
-g2/g')
   UNIVERSE=att
   LDFLAGS="-lm"
   LDSOFLG=""
@@ -275,7 +294,7 @@
   cflags -fno-strict-aliasing  RPM_OPT_FLAGS
   cflags -fno-zero-initialized-in-bss  RPM_OPT_FLAGS
   cflags -fno-delete-null-pointer-checks RPM_OPT_FLAGS
-  cflags -gRPM_OPT_FLAGS
+  cflags -g2   RPM_OPT_FLAGS
   cflags -pipe RPM_OPT_FLAGS
   cflags -Wl,-O2   LDFLAGS
   cflags -Wl,--hash-size=16699 LDFLAGS
@@ -286,14 +305,11 @@
   cflags -Wl,-rpath,/%{_lib}/ast   LDSOFLG
   RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE $LARGEFILE"
   RPM_OPT_FLAGS="$RPM_OPT_FLAGS $IGNORE $FEATURE"
-  HOSTTYPE=${RPM_ARCH%%*-linux*}
+  HOSTTYPE=linux.${RPM_ARCH}
   mam_cc_L=use
   mam_cc_OPTIMIZE=-pipe
   export mam_cc_L mam_cc_OPTIMIZE HOSTTYPE LDFLAGS RPM_OPT_FLAGS UNIVERSE
-  for mam in $(find ${PWD}/ -name Mamfile); do
-  sed -ri '/^exec.*\$\{CC\}/{ s/(\$\{CC\})/\1 \$\{RPM_OPT_FLAGS\}/g; }' 
$mam
-  done
-  bin/package make CC="$CC"
+  bin/package make CCFLAGS="$RPM_OPT_FLAGS" HOSTTYPE="$HOSTTYPE"
   root=$(echo ${PWD}/arch/linux*)
   test -d $root || exit 1
   log=${root}/lib/package/gen/make.out
@@ -477,12 +493,14 @@
   cat src/cmd/ksh93/sh.memo | sed 's/\\f5/\\fB/g;s/^\.H/\.P\n\.H/g' | 
troff -Tascii8 -t -mm | grotty -bou > MEMORANDUM
   cp %{S:21} .
 %if %use_suid_exe
+  set -C
   (cat > %{buildroot}%{_sysconfdir}/permissions.d/ksh) <<-EOF
/%{_lib}/ast/bin/suid_exec  root:root   4755
EOF
   (cat > %{buildroot}%{_sysconfdir}/permissions.d/ksh.paranoid) <<-EOF
/%{_lib}/ast/bin/suid_exec  root:root   0755
EOF
+  set +C
 %endif
 
 %post

++ ksh93-array.dif ++
--- src/cmd/ksh93/sh/array.c
+++ src/cmd/ksh93/sh/array.c2011-05-20 12:42:14.555927664 +
@@ -410,7 +410,7 @@ static Namfun_t *a

commit xorg-x11 for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11 for openSUSE:Factory
checked in at Thu May 26 10:00:19 CEST 2011.




--- xorg-x11/xorg-x11.changes   2011-04-08 16:18:51.0 +0200
+++ /mounts/work_src_done/STABLE/xorg-x11/xorg-x11.changes  2011-05-19 
12:44:05.0 +0200
@@ -1,0 +2,31 @@
+Thu May 19 10:41:32 UTC 2011 - e...@suse.de
+
+- edit s390/s390x sysconfig template in place instead of applying
+  a patch.
+
+---
+Thu May 19 10:01:29 UTC 2011 - e...@suse.de
+
+- remove xrdb.diff (bnc#149007) as this is also adressed by 
+  xrdb-Create-shell-escape-safe-cpp-options-in-the-non-path-bnc674733.patch
+  which has been included in upstream already and can also be removed
+  once the xrdb package got updated.
+
+---
+Thu May 19 09:58:09 UTC 2011 - e...@suse.de
+
+- remove xfs-no_config_file.diff as this no longer needed since
+  commit b0c41c11 which is included in xfs-1.1.1.
+
+---
+Thu May 19 09:54:47 UTC 2011 - e...@suse.de
+
+- remove xrx.diff patch as the function has the correct type already.
+
+---
+Fri May  6 14:55:34 UTC 2011 - sndir...@novell.com
+
+- etc/X11/xdm/sys.xsession: do not start gpg-agent with GNOME3 as
+  WM since the GPG agent feature is now integrated
+
+---

calling whatdependson for head-i586


Old:

  xdm.diff
  xfs-no_config_file.diff
  xrdb.diff
  xrx.diff



Other differences:
--
++ xorg-x11.spec ++
--- /var/tmp/diff_new_pack.t0WYrC/_old  2011-05-26 09:56:40.0 +0200
+++ /var/tmp/diff_new_pack.t0WYrC/_new  2011-05-26 09:56:40.0 +0200
@@ -34,7 +34,7 @@
 BuildRequires:  bison
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:51
+Release:53
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Utilities
@@ -153,12 +153,9 @@
 Patch5: x11perf.diff
 Patch7: xinit.diff
 Patch8: xsm.diff
-Patch10:xrx.diff
 Patch19:scripts.diff
-Patch20:xdm.diff
 Patch24:xauth-1.0.2.diff
 Patch46:xfd.diff
-Patch47:xfs-no_config_file.diff
 Patch48:mkfontscale-skip_symlinks.diff
 Patch54:xinit-client-session.patch
 Patch56:xdm-consolekit.diff
@@ -168,7 +165,6 @@
 Patch65:xdm-tolerant-hostname-changes.diff
 Patch66:xinit-suse.diff
 Patch67:xinit-tolerant-hostname-changes.diff
-Patch68:xrdb.diff
 Patch69:xrdb-traditional-cpp.diff
 Patch674733:
xrdb-Create-shell-escape-safe-cpp-options-in-the-non-path-bnc674733.patch
 
@@ -279,9 +275,6 @@
 pushd xsm-*
 %patch8
 popd
-pushd xrx-*
-%patch10
-popd
 pushd xauth-*
 %patch24
 %patch63 -p1
@@ -292,9 +285,6 @@
 pushd scripts-*
 %patch19 -p0
 popd
-pushd xfs-*
-%patch47 -p0
-popd
 pushd mkfontscale-*
 %patch48 -p1
 popd
@@ -307,7 +297,6 @@
 %patch62 -p1
 popd
 pushd xrdb-*
-%patch68 -p2
 %patch69 -p0
 %patch674733 -p1
 popd
@@ -385,8 +374,9 @@
 pushd "${RPM_BUILD_ROOT}"
 %{__tar} xjf '%{S:202}'
 %ifarch s390 s390x
-%{__patch} -p0 -s < '%{P:20}'
-%{__rm} -f var/adm/fillup-templates/sysconfig.displaymanager.orig
+%{__sed} -i 
"s+DISPLAYMANAGER_REMOTE_ACCESS=.*+DISPLAYMANAGER_REMOTE_ACCESS=\"yes\"+g" \
+   
"s+DISPLAYMANAGER_REMOTE_ACCESS=.*+DISPLAYMANAGER_REMOTE_ACCESS=\"no\"+g" \
+   var/adm/fillup-templates/sysconfig.displaymanager
 %endif
 popd
 # Correct location (FHS-2.1)

++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/sys.xsession new/etc/X11/xdm/sys.xsession
--- old/etc/X11/xdm/sys.xsession2011-03-28 10:21:34.0 +0200
+++ new/etc/X11/xdm/sys.xsession2011-05-06 16:54:25.0 +0200
@@ -58,6 +58,20 @@
 fi
 
 #
+# No gpg-agent if a gpg session is already provided by an other agent.
+#
+if test "$usegpg" = yes -a -n "$GNOME_KEYRING_PID" ; then
+case "${WINDOWMANAGER##*/}" in
+gnome*)
+# gnome-keyring provides a gpg agent starting with GNOME 3 (the
+# gnome-version.xml file only exists in GNOME 3)
+if test -d "$GNOME_KEYRING_CONTROL" -a -f 
"/usr/share/gnome/gnome-version.xml"; then
+usegpg=no
+fi
+esac
+fi
+
+#
 # Run ssh-agent only if ssh service is configured and avaliable.
 # Check if there is already a running ssh-agent and if use this.
 #






Remember to have fun...

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

commit yaz for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package yaz for openSUSE:Factory
checked in at Thu May 26 12:11:56 CEST 2011.




--- yaz/yaz.changes 2011-04-06 11:26:21.0 +0200
+++ /mounts/work_src_done/STABLE/yaz/yaz.changes2011-05-25 
09:45:47.0 +0200
@@ -1,0 +2,7 @@
+Wed May 25 09:43:11 CEST 2011 - k...@suse.de
+
+- Update to 4.2.0:
+* CQL improvements and enhancements.
+* For detailed changes, see http://indexdata.com/yaz/doc/NEWS.
+
+---

calling whatdependson for head-i586


Old:

  yaz-4.1.7.tar.bz2

New:

  yaz-4.2.0.tar.gz



Other differences:
--
++ yaz.spec ++
--- /var/tmp/diff_new_pack.XXfXZF/_old  2011-05-26 11:56:02.0 +0200
+++ /var/tmp/diff_new_pack.XXfXZF/_new  2011-05-26 11:56:02.0 +0200
@@ -21,11 +21,11 @@
 Name:   yaz
 BuildRequires:  libicu-devel libpcap-devel libxslt-devel openssl-devel 
readline-devel tcpd-devel
 # libxml2-devel
-Version:4.1.7
+Version:4.2.0
 Release:1
 License:BSD3c(or similar)
 Group:  Development/Libraries/C and C++
-Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.bz2
+Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
 Patch0: yaz-4.1.7-codecleanup.diff
 Patch1: yaz-4.1.7-client.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build






Remember to have fun...

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



commit vamp-plugin-sdk for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package vamp-plugin-sdk for openSUSE:Factory
checked in at Thu May 26 11:53:45 CEST 2011.




--- vamp-plugin-sdk/vamp-plugin-sdk.changes 2009-07-10 14:52:56.0 
+0200
+++ /mounts/work_src_done/STABLE/vamp-plugin-sdk/vamp-plugin-sdk.changes
2011-05-23 03:55:24.0 +0200
@@ -1,0 +2,18 @@
+Mon May 23 00:07:02 UTC 2011 - davejpla...@gmail.com
+
+- Update to version 2.2.1, split libs into libvamp-hostsdk3 and
+  libvamp-sdk2 sub packages and moved binaries into main package.
+- Enabled api doc build and generate man pages with help2man.
+- Upstream changes :
+  *Add ProcessTimestampMethod to PluginInputDomainAdapter,
+   offering the ability to decide how data buffering and
+   timestamping works for frequency-domain plugins (whose process
+   timestamps have to be at the centre of each processing block
+   rather than the start)
+  *Make PluginBufferingAdapter take into account any timestamp
+   shift introduced by a PluginInputDomainAdapter that it wraps.
+  *Fix crash in PluginAdapter when plugin library getDescriptor
+   fails on plugin construction.
+  *Add plugin skeleton files as starting point for new developers.
+
+---

calling whatdependson for head-i586


Old:

  vamp-plugin-sdk-2.0-gcc44.patch
  vamp-plugin-sdk-2.0.tar.bz2

New:

  baselibs.conf
  vamp-plugin-sdk-2.2.1.tar.bz2



Other differences:
--
++ vamp-plugin-sdk.spec ++
--- /var/tmp/diff_new_pack.C1hjHC/_old  2011-05-26 11:47:54.0 +0200
+++ /var/tmp/diff_new_pack.C1hjHC/_new  2011-05-26 11:47:54.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package vamp-plugin-sdk (Version 2.0)
+# spec file for package vamp-plugin-sdk
 #
-# 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,41 +19,64 @@
 
 
 Name:   vamp-plugin-sdk
-Version:2.0
+Version:2.2.1
 Release:1
 Summary:An API for audio analysis and feature extraction plugins
-Group:  System Environment/Libraries
-License:BSD
+Group:  Productivity/Multimedia/Sound/Utilities
+License:MIT
 Url:http://www.vamp-plugins.org/
-Source: %{name}-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/vamp/%{name}-%{version}.tar.bz2
+Source1:baselibs.conf
 Patch0: %{name}-2.0-libdir.patch
-Patch1: %{name}-2.0-gcc44.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++ libsndfile-devel pkg-config
-#Requires:
+BuildRequires:  doxygen fdupes graphviz help2man
 
 %description
 Vamp is an API for C and C++ plugins that process sampled audio data
 to produce descriptive output (measurements or semantic observations).
 
+%package -n libvamp-hostsdk3
+
+
+Summary:Library for Vamp audio analysis plugin hosts
+Group:  System/Libraries
+
+%description -n libvamp-hostsdk3
+Vamp is an API for C and C++ plugins that process sampled audio data
+to produce descriptive output (measurements or semantic observations).
+
+%package -n libvamp-sdk2
+
+
+Summary:Library for Vamp audio analysis plugins
+Group:  System/Libraries
+
+%description -n libvamp-sdk2
+Vamp is an API for C and C++ plugins that process sampled audio data
+to produce descriptive output (measurements or semantic observations).
+
 %packagedevel
-License:BSD
+
+
 Summary:Development files for %{name}
-Group:  Development/Libraries
+Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}-%{release}
+Requires:   libvamp-hostsdk3 = %{version}-%{release}
+Requires:   libvamp-sdk2 = %{version}-%{release}
 Requires:   pkgconfig
 
 %descriptiondevel
-The %{name}-devel package contains libraries and header files for
-developing applications that use %{name}.
+The vamp-plugin-sdk-devel package contains documentation examples and
+header files for developing applications that use vamp-plugin-sdk.
 
 
 %prep
-%setup -q
-%patch0 -p1 -b .libdir
-%patch1 -p1 -b .gcc44
+%setup -q -n %{name}-v%{version}
+%patch0 -b .libdir
 sed -i 's|/lib/vamp|/%{_lib}/vamp|g' src/vamp-hostsdk/PluginHostAdapter.cpp
 sed -i 's|/lib/|/%{_lib}/|g' src/vamp-hostsdk/PluginLoader.cpp
+%define buildir %{_builddir}/%{name}-v%{version}
 
 %build
 %configure
@@ -62,11 +85,44 @@
 %install
 # fix libdir
 find . -name '*.pc.in' -exec sed -i 's|/lib|/%{_lib}|' {} ';'
-make install DESTDIR=$RPM_BUILD_ROOT #INSTALL_PREFIX=%{_prefix} LIB=/%{_lib}
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+# The #INSTALL_PREFIX
+make install DESTDIR=

commit rubygem-rdoc for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package rubygem-rdoc for openSUSE:Factory
checked in at Thu May 26 09:53:00 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/rubygem-rdoc/rubygem-rdoc.changes  
2010-12-08 12:31:38.0 +0100
@@ -0,0 +1,16 @@
+---
+Wed Dec  8 11:31:27 UTC 2010 - mrueck...@suse.de
+
+- recommend rdoc-data
+
+---
+Wed Dec  8 00:16:47 UTC 2010 - mrueck...@suse.de
+
+- suffix scripts with "-gem" to avoid conflicts with the main ruby
+  package
+
+---
+Tue Dec  7 23:30:13 UTC 2010 - mrueck...@suse.de
+
+- initial package version 2.5.11
+

calling whatdependson for head-i586


New:

  rdoc-2.5.11.gem
  rubygem-rdoc.changes
  rubygem-rdoc.spec



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

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

# norootforbuild


Name:   rubygem-rdoc
Version:2.5.11
Release:1
%define mod_name rdoc
#
Group:  Development/Languages/Ruby
License:GPLv2+ or Ruby
#
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  rubygems_with_buildroot_patch
%rubygems_requires
Recommends: rubygem-rdoc-data >= 2.5.3
#
Url:http://rdoc.rubyforge.org
Source: %{mod_name}-%{version}.gem
#
Summary:RDoc is an application that produces documentation for one or 
more Ruby source files

%description
RDoc is an application that produces documentation for one or more Ruby source
files.  RDoc includes the +rdoc+ and +ri+ tools for generating and displaying
online documentation.

At this point in time, RDoc 2.x is a work in progress and may incur further
API changes beyond what has been made to RDoc 1.0.1.  Command-line tools are
largely unaffected, but internal APIs may shift rapidly.

See RDoc for a description of RDoc's markup and basic use.

%prep

%build

%install
%gem_install %{S:0}
for i in %{buildroot}%{_bindir}/* ; do mv $i ${i}-gem ; done

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

%files
%defattr(-,root,root,-)
%{_bindir}/rdoc-gem
%{_bindir}/ri-gem
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/

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

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory
checked in at Thu May 26 10:52:00 CEST 2011.




--- ImageMagick/ImageMagick.changes 2011-05-08 23:18:21.0 +0200
+++ /mounts/work_src_done/STABLE/ImageMagick/ImageMagick.changes
2011-05-24 21:57:56.0 +0200
@@ -1,0 +2,17 @@
+Tue May 24 19:57:16 UTC 2011 - dims...@opensuse.org
+
+- Require ImageMagick from -devel subpackage: Packages that depend
+  on the -devel package very likely use the tools too.
+
+---
+Tue May 17 12:00:36 CEST 2011 - pgaj...@suse.cz
+
+- updated to 6.6.9.9:
+  * The -scale option nows considers the alpha channel when scaling.
+  * Don't use comma as a separator for stroked tex.
+  * Fix transient bug for HSL to RGB and back.
+  * Fixed PNG8 reduction to work with an image that reduces to 256 colors
+plus transparency, by merging the two darkest red colors.
+  * etc., see ChangeLog
+
+---

calling whatdependson for head-i586


Old:

  ImageMagick-6.6.9-5.tar.bz2

New:

  ImageMagick-6.6.9-9.tar.bz2



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.EPZuHr/_old  2011-05-26 10:49:03.0 +0200
+++ /var/tmp/diff_new_pack.EPZuHr/_new  2011-05-26 10:49:03.0 +0200
@@ -80,17 +80,17 @@
 
 %define xtp_version 5.4.3
 %define mfr_version 6.6.9
-%define mfr_revision 5
+%define mfr_revision 9
 %define source_version %{mfr_version}-%{mfr_revision}
 License:Public Domain, Freeware
 Group:  Productivity/Graphics/Other
 AutoReqProv:on
 Version:%{mfr_version}.%{mfr_revision}
-Release:3
+Release:1
 %define libver  4
 Summary:Viewer and Converter for Images
 Url:http://www.imagemagick.org
-Source: ImageMagick-6.6.9-5.tar.bz2
+Source: ImageMagick-%{source_version}.tar.bz2
 # To get mtime of file
 Source1:ImageMagick.changes
 %if %{with xtp}
@@ -114,6 +114,7 @@
 %package devel
 License:PERMISSIVE-OSI-COMPLIANT
 Requires:   libMagickCore%{libver} = %{version} libMagickWand%{libver} = 
%{version}
+Requires:   ImageMagick = %{version}
 Summary:Include Files and Libraries Mandatory for Development
 Group:  Development/Libraries/C and C++
 AutoReqProv:on

++ ImageMagick-6.6.9-5.tar.bz2 -> ImageMagick-6.6.9-9.tar.bz2 ++
ImageMagick/ImageMagick-6.6.9-5.tar.bz2 
/mounts/work_src_done/STABLE/ImageMagick/ImageMagick-6.6.9-9.tar.bz2 differ: 
char 11, line 1

++ ImageMagick-6.6.9.1-inc-struct.diff ++
 829 lines (skipped)
 between ImageMagick/ImageMagick-6.6.9.1-inc-struct.diff
 and 
/mounts/work_src_done/STABLE/ImageMagick/ImageMagick-6.6.9.1-inc-struct.diff






Remember to have fun...

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



commit instlux for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package instlux for openSUSE:Factory
checked in at Thu May 26 11:55:50 CEST 2011.




--- instlux/instlux.changes 2011-03-03 11:10:47.0 +0100
+++ /mounts/work_src_done/STABLE/instlux/instlux.changes2011-05-24 
14:02:10.0 +0200
@@ -1,0 +2,5 @@
+Tue May 24 12:02:20 UTC 2011 - pgaj...@novell.com
+
+- adjusted labels 11.4 -> 12.1
+
+---

calling whatdependson for head-i586


Old:

  openSUSE11_4_LOCAL.exe
  openSUSE11_4_NET.exe

New:

  openSUSE12_1_LOCAL.exe
  openSUSE12_1_NET.exe



Other differences:
--
++ instlux.spec ++
--- /var/tmp/diff_new_pack.4QMmgw/_old  2011-05-26 11:54:01.0 +0200
+++ /var/tmp/diff_new_pack.4QMmgw/_new  2011-05-26 11:54:01.0 +0200
@@ -20,10 +20,10 @@
 
 Name:   instlux
 Summary:Windows openSUSE installer
-%define distroversion 11_4
+%define distroversion 12_1
 Url:http://en.opensuse.org/Instlux
-Version:11.4_SVN62
-Release:5
+Version:12.1_SVN62
+Release:1
 License:GPLv2+
 Group:  Metapackages
 AutoReqProv:off






Remember to have fun...

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



commit rubygem-ci_reporter for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package rubygem-ci_reporter for 
openSUSE:Factory
checked in at Thu May 26 09:52:12 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/rubygem-ci_reporter/rubygem-ci_reporter.changes
2011-02-21 11:58:01.0 +0100
@@ -0,0 +1,10 @@
+---
+Mon Feb 21 10:59:36 UTC 2011 - fcaste...@novell.com
+
+- Fixed rdoc issue
+
+---
+Wed Feb 16 16:03:57 UTC 2011 - fcaste...@novell.com
+
+- Packaged version 1.6.4
+

calling whatdependson for head-i586


New:

  ci_reporter-1.6.4.gem
  rubygem-ci_reporter.changes
  rubygem-ci_reporter.spec



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

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

# norootforbuild


Name:   rubygem-ci_reporter
Version:1.6.4
Release:1
%define mod_name ci_reporter
#
Group:  Development/Languages/Ruby
License:MIT
#
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  rubygems_with_buildroot_patch
%rubygems_requires
BuildRequires:  rubygem-builder >= 2.1.2
Requires:   rubygem-builder >= 2.1.2
#
Url:http://caldersphere.rubyforge.org/ci_reporter
Source: %{mod_name}-%{version}.gem
#
Summary:CI::Reporter allows you to generate reams of XML for use with 
continuous integration systems

%description
CI::Reporter is an add-on to Test::Unit, RSpec and Cucumber that allows you to 
generate XML reports of your test, spec and/or feature runs. The resulting 
files can be read by a continuous integration system that understands Ant's 
JUnit report XML format, thus allowing your CI system to track test/spec 
successes and failures.

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
License:GPLv2+ or Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.


%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
License:GPLv2+ or Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.


%prep

%build

%install
%gem_install %{S:0}

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

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/spec
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/spec

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

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package rubygem-builder for openSUSE:Factory
checked in at Thu May 26 09:49:24 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/rubygem-builder/rubygem-builder.changes
2011-03-18 21:49:13.0 +0100
@@ -0,0 +1,43 @@
+---
+Fri Mar 18 20:48:19 UTC 2011 - kkae...@novell.com
+
+- build with newer rubygem-rdoc to prevent ri choking on
+  xml comment
+
+---
+Thu Jun 10 15:57:29 UTC 2010 - mrueck...@suse.de
+
+- use rubygems_requires
+
+---
+Sun Aug 19 21:09:08 CEST 2007 - mrueck...@suse.de
+
+- update to 2.1.2
+  * Fixed bug where private methods in kernel could leak through
+using tag!(). Thanks to Hagen Overdick for finding and
+diagnosing this bug.
+
+---
+Tue May 22 17:11:57 CEST 2007 - mrueck...@suse.de
+
+- update to 2.1.1
+  * Added reveal capability to BlankSlate.
+  * Fixed a bug in BlankSlate where including a module into Object
+could cause methods to leak into BlankSlate.
+  * Fixed typo in XmlMarkup class docs (from Martin Fowler).
+  * Fixed test on private methods to differentiate between
+targetted and untargetted private methods.
+  * Removed legacy capture of @self in XmlBase (@self was used back
+when we used instance eval).
+  * Added additional tests for global functions (both direct and
+included).
+  * Several misc internal cleanups, including rearranging the
+source code tree.
+
+  NOTE: The escaping attribute values by default is different
+  than in previous releases of Builder.  This makes version 2.0.x
+  somewhat incompatible with the 1.x series of Builder.  If you use "&",
+  "<", or ">" in attributes values, you may have to change your
+  code. (Essentially you remove the manual escaping.  The new way is
+  easier, believe me).
+

calling whatdependson for head-i586


New:

  builder-2.1.2.gem
  rubygem-builder.changes
  rubygem-builder.spec



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

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

# norootforbuild


Name:   rubygem-builder
Version:2.1.2
Release:1
%define mod_name builder
#
Group:  Development/Languages/Ruby
License:MIT
#
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  rubygems_with_buildroot_patch
# standard rdoc fails with 'Unhandled special: Special: type=17, text=""'
BuildRequires:  rubygem-rdoc
%rubygems_requires
#
Url:http://onestepback.org
Source: %{mod_name}-%{version}.gem
#
Summary:Builders for MarkUp

%description
Builder provides a number of builder objects that make creating structured data
simple to do.  Currently the following builder objects are supported:
* XML Markup
* XML Events

%prep

%build

%install
%gem_install %{S:0}

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

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/

%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 xorg-x11-util-devel for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-util-devel for 
openSUSE:Factory
checked in at Thu May 26 09:56:21 CEST 2011.




--- xorg-x11-util-devel/xorg-x11-util-devel.changes 2010-12-21 
04:21:05.0 +0100
+++ 
/mounts/work_src_done/STABLE/xorg-x11-util-devel/xorg-x11-util-devel.changes
2011-05-19 12:58:18.0 +0200
@@ -1,0 +2,11 @@
+Thu May 19 10:53:34 UTC 2011 - e...@novell.com
+
+- Remove the last patch in this package and add content to the local
+  host.def file (for reference) as this patch is only relevant for 
+  SPARC64 builds anyhow.
+  The patch could probably be upstreamed but this is should be done
+  by distributors who still build for SPARC64. Debian doesn't use
+  lib64/ on any 64-bit systems so they will not need this change.
+  I'm not sure of about any others.
+
+---

calling whatdependson for head-i586


Old:

  xconf-sparc.diff



Other differences:
--
++ xorg-x11-util-devel.spec ++
--- /var/tmp/diff_new_pack.Oss5sb/_old  2011-05-26 09:54:07.0 +0200
+++ /var/tmp/diff_new_pack.Oss5sb/_new  2011-05-26 09:54:07.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-util-devel (Version 7.6)
+# spec file for package xorg-x11-util-devel
 #
-# 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
@@ -22,7 +22,7 @@
 BuildRequires:  pkgconfig xorg-x11-proto-devel
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:1
+Release:11
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  Development/Libraries/X11
@@ -34,7 +34,6 @@
 Source3:lndir-1.0.2.tar.bz2
 Source4:makedepend-1.0.3.tar.bz2
 Source5:xorg-sgml-doctools-1.6.tar.bz2
-Patch1: xconf-sparc.diff
 
 %description
 This package contains all necessary include files and libraries needed
@@ -46,7 +45,6 @@
 
 %prep
 %setup -c -T -a 0 -a 1 -a 2 -a 3 -a 4 -a 5
-%patch -P 1 -p1
 pushd xorg-cf-files-*
 cat > host.def << EOF
 #define ConfigDir %_configdir
@@ -89,6 +87,12 @@
 #if defined(SparcArchitecture) || defined(Sparc64Architecture)
 #undef  OptimizedCDebugFlags
 #define OptimizedCDebugFlags$RPM_OPT_FLAGS -fno-strict-aliasing
+# undef HaveLib64
+#if defined(Sparc64Architecture)
+# define HaveLib64YES
+#else
+# define HaveLib64NO
+#endif
 #endif
 EOF
 popd






Remember to have fun...

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



commit dos2unix for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package dos2unix for openSUSE:Factory
checked in at Thu May 26 10:16:36 CEST 2011.




--- dos2unix/dos2unix.changes   2011-05-21 20:18:42.0 +0200
+++ /mounts/work_src_done/STABLE/dos2unix/dos2unix.changes  2011-05-25 
09:03:16.0 +0200
@@ -1,0 +2,10 @@
+Wed May 25 07:01:35 UTC 2011 - a...@suse.de
+
+- Add buildrequire on xz.
+
+---
+Mon May 23 13:32:41 CEST 2011 - p...@suse.de
+
+- Repackage with xz.
+
+---

calling whatdependson for head-i586


Old:

  dos2unix-5.3.tar.gz

New:

  dos2unix-5.3.tar.xz



Other differences:
--
++ dos2unix.spec ++
--- /var/tmp/diff_new_pack.Y48nlT/_old  2011-05-26 10:06:12.0 +0200
+++ /var/tmp/diff_new_pack.Y48nlT/_new  2011-05-26 10:06:12.0 +0200
@@ -20,16 +20,17 @@
 Name:   dos2unix
 Summary:Text converters to and from DOS/MAC to UNIX
 Version:5.3
-Release:1
+Release:3
 Group:  Productivity/Text/Convertors
 License:BSD3c
 Url:http://www.xs4all.nl/~waterlan/#DOS2UNIX
-Source: %{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.xz
 Patch0: dos2unix-correct_ending.patch
 Patch1: dos2unix-cloexec.patch
 Provides:   unix2dos = %{version}
 Obsoletes:  unix2dos < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  xz
 
 %description
 Dos2unix is used to convert plain text from DOS (CR/LF) format. Mac2unix






Remember to have fun...

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



commit xkeyboard-config for openSUSE:Factory

2011-05-26 Thread h_root

Hello community,

here is the log from the commit of package xkeyboard-config for openSUSE:Factory
checked in at Thu May 26 11:22:13 CEST 2011.




--- xkeyboard-config/xkeyboard-config.changes   2011-04-07 10:40:46.0 
+0200
+++ /mounts/work_src_done/STABLE/xkeyboard-config/xkeyboard-config.changes  
2011-05-23 23:57:22.0 +0200
@@ -1,0 +2,52 @@
+Mon May 23 21:51:17 UTC 2011 - e...@suse.de
+
+- remove xkeyboard-config.inet.patch:
+  * There is an entry for KP_Equal in inet(apple) already:
+key   {   [ KP_Equal ] };
+With the macintosh keycodes  has the same value as
+ in the xfree86 keycodes file (i.e. 157).
+
+---
+Mon May 23 21:05:24 UTC 2011 - e...@suse.de
+
+- place all SUSE specific patches into one file:
+  * add Multi_key for compose.
+  * add ctrl-alt-backspace server termination key sequence.
+
+---
+Mon May 23 18:52:44 UTC 2011 - e...@suse.de
+
+- remove xkeyboard-config.macintosh.patch:
+  This can be handled by adding:
+  altwin:swap_lalt_lwin,lv3:alt_switch
+  as option for instance to the keyboard mappings for macintosh.
+  The xorg-x11 package will be updated accordingly.
+
+---
+Mon May 23 18:33:23 UTC 2011 - e...@suse.de
+
+- Remove xkeyboard-config.inet.microsoftpro.patch:
+  This patch is bogus and not needed for evedev keyboards any
+  more.
+  For old style keyboard +inet(microsoftprousb) specified the
+  augmentation used for a specific keyboard model. This this
+  keyboard model should be set instead ie:
+  setxkbmap -rules base -model microsfortprousb -layout  -option ""
+  produces the same results as:
+  setxkbmap -rules base -model pc104 -layout  -option inet:microsoftpro
+  (disregarding the geometry part which is rather irrelevant here).
+
+---
+Mon May 23 17:31:03 UTC 2011 - e...@suse.de
+
+- IBM Space Saver keyboard support was added upstream with
+  commit b69a8bd.
+
+---
+Mon May 23 15:32:30 UTC 2011 - e...@suse.de
+
+- Remove special handling for the microsoftnek4k
+  keyboard. This is handled correctly in evdev
+  already.
+
+---

calling whatdependson for head-i586


Old:

  ibm_space_saver.diff
  microsoftnek4k-keycodes.diff
  microsoftnek4k-symbols.diff
  microsoftnek4k.diff
  xkeyboard-config.ctrl_alt_bksp.patch
  xkeyboard-config.inet.microsoftpro.patch
  xkeyboard-config.inet.patch
  xkeyboard-config.macintosh.patch



Other differences:
--
++ xkeyboard-config.spec ++
--- /var/tmp/diff_new_pack.0mn2qr/_old  2011-05-26 11:18:49.0 +0200
+++ /var/tmp/diff_new_pack.0mn2qr/_new  2011-05-26 11:18:49.0 +0200
@@ -28,20 +28,12 @@
 PreReq: /bin/ln /bin/rm
 AutoReqProv:on
 Version:2.2.1
-Release:1
+Release:2
 Summary:The X Keyboard Extension
 Source: %name-%version.tar.bz2
-Patch40:xkeyboard-config.macintosh.patch
 Patch100:   p_suse.diff
-Patch101:   ibm_space_saver.diff
-Patch104:   xkeyboard-config.inet.patch
-Patch106:   microsoftnek4k.diff
-Patch107:   microsoftnek4k-symbols.diff
-Patch108:   microsoftnek4k-keycodes.diff
 Patch109:   disable-2xalt_2xctrl-toggle.diff
 Patch110:   MDSW-change-keycode.diff
-Patch115:   xkeyboard-config.inet.microsoftpro.patch
-Patch118:   xkeyboard-config.ctrl_alt_bksp.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -63,17 +55,9 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch40
 %patch100
-%patch101
-%patch104
-%patch106
-%patch107
-%patch108
 %patch109 -p1
 %patch110
-%patch115 -p0
-%patch118 -p1
 
 %build
 %configure --with-xkb-rules-symlink=xfree86,xorg \

++ p_suse.diff ++
--- /var/tmp/diff_new_pack.0mn2qr/_old  2011-05-26 11:18:49.0 +0200
+++ /var/tmp/diff_new_pack.0mn2qr/_new  2011-05-26 11:18:49.0 +0200
@@ -1,3 +1,5 @@
+- Add Multi_key to Control_R to get compose.Index: 
xkeyboard-config-2.1/rules/evdev.m_s.part
+
 Index: symbols/pc
 ===
 --- symbols/pc.orig
@@ -14,3 +16,16 @@
  
  key  {  [ Menu  ]   };
  
+- Add Support ctrl-alt-backspace Server Termination.
+
+Index: xkeyboard-config-2.1/rules/evdev.m_s.part
+===
+--- rules/evdev.m_s.part
 rules/evdev.m_s.part
+@@ -1,3 +1,3 @@
+-  $evdevkbds=   +inet(evdev)+inet(%m)
+-  applealu_jis  =   +inet(evdev)+macintosh_vndr/jp(alujiskeys)
+-  * =   +inet(evdev)
++  $evdevkbds=   +inet(evdev)+inet(%m)+term