commit brltty for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package brltty for openSUSE:Factory
checked in at Wed May 25 09:28:59 CEST 2011.




--- brltty/brltty.changes   2010-09-19 12:27:53.0 +0200
+++ /mounts/work_src_done/STABLE/brltty/brltty.changes  2011-05-24 
21:50:53.0 +0200
@@ -1,0 +2,5 @@
+Tue May 24 19:50:20 UTC 2011 - crrodrig...@opensuse.org
+
+- remove timestamps from binaries, breaks build-compare 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ brltty.spec ++
--- /var/tmp/diff_new_pack.Tzidzw/_old  2011-05-25 09:26:39.0 +0200
+++ /var/tmp/diff_new_pack.Tzidzw/_new  2011-05-25 09:26:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package brltty (Version 4.2)
+# spec file for package brltty
 #
-# 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:   brltty
 Version:4.2
-Release:1
+Release:10
 # FIXME tcl bindings: investigate how to not fail in brp-tcl
 # FIXME libbraille driver when libbraille is in factory
 License:GPLv2+
@@ -279,6 +279,10 @@
 %patch2 -p1
 
 %build
+modified=$(sed -n '/^/n;s/ - .*$//;p;q' %{_sourcedir}/%{name}.changes)
+DATE=\$(date -d ${modified} +%%b %%e %%Y)\
+TIME=\$(date -d ${modified} +%%R)\
+find . -type f -regex .*\.c\|.*\.cpp\|.*\.h -exec sed -i 
s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g {} +
 for i in -I%{_libdir}/jvm/java/include{,/linux}; do
   java_inc=$java_inc $i
 done






Remember to have fun...

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



commit sdparm for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package sdparm for openSUSE:Factory
checked in at Wed May 25 09:44:39 CEST 2011.




--- sdparm/sdparm.changes   2010-08-13 12:12:33.0 +0200
+++ /mounts/work_src_done/STABLE/sdparm/sdparm.changes  2011-05-24 
17:37:40.0 +0200
@@ -1,0 +2,18 @@
+Tue May 24 17:31:45 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.06:
+  + allow upper and lower case in field, (mode and vpd) page,
+vendor, transport or command matching
+  + control mode page: add ATMPE and RWWP fields (spc4r27)
+  + extended inquiry vpd page: add extended self test completion
+minutes field (spc4r27)
+  + power control mode page: PM_BG_PRECEDENCE field (spc4r24)
+- FIDCPC, FSBCPC, FSTCPC fields (spc4r25)
+  + sbc3r25 renames 'thin' provisioning' to 'logical block
+provisioning'; changes mode+vpd page and field names
+- add Application tag mode page
+- add SITPUA bit to logical block provisioning mode page
+  + fix '-eal' problem with vendor pages
+  + point svn:externals to rev 334 of sg3_utils
+
+---

calling whatdependson for head-i586


Old:

  sdparm-1.05.tar.bz2

New:

  sdparm-1.06.tar.bz2



Other differences:
--
++ sdparm.spec ++
--- /var/tmp/diff_new_pack.N6Dore/_old  2011-05-25 09:44:12.0 +0200
+++ /var/tmp/diff_new_pack.N6Dore/_new  2011-05-25 09:44:12.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package sdparm (Version 1.05)
+# spec file for package sdparm
 #
-# 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
@@ -18,7 +18,7 @@
 
 
 Name:   sdparm
-Version:1.05
+Version:1.06
 Release:1
 License:BSD3c
 Summary:List or change SCSI disk parameters

++ sdparm-1.05.tar.bz2 - sdparm-1.06.tar.bz2 ++
 12153 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sdparm-1.05/ChangeLog new/sdparm-1.06/ChangeLog
--- old/sdparm-1.05/ChangeLog   2010-04-13 15:43:53.0 +0200
+++ new/sdparm-1.06/ChangeLog   2010-10-31 20:29:24.0 +0100
@@ -2,6 +2,21 @@
 the rpm spec file: sdparm.spec ; the debian/changelog file;
 and the configure.ac file (in the AC_INIT item).
 
+ChangeLog for sdparm-1.06 [20101031] [svn: r166]
+  - allow upper and lower case in field, (mode and vpd) page,
+vendor, transport or command matching
+  - control mode page: add ATMPE and RWWP fields (spc4r27)
+  - extended inquiry vpd page: add extended self test
+completion minutes field (spc4r27)
+  - power control mode page: PM_BG_PRECEDENCE field (spc4r24)
+- FIDCPC, FSBCPC, FSTCPC fields (spc4r25)
+  - sbc3r25 renames 'thin' provisioning' to 'logical block
+provisioning'; changes mode+vpd page and field names
+- add Application tag mode page
+- add SITPUA bit to logical block provisioning mode page
+  - fix '-eal' problem with vendor pages
+  - point svn:externals to rev 334 of sg3_utils
+
 ChangeLog for sdparm-1.05 [20100413] [svn: r149]
   - add '--readonly' option especially for '-C start' and
 '-C stop' on ATA disks.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sdparm-1.05/README new/sdparm-1.06/README
--- old/sdparm-1.05/README  2010-04-13 15:43:53.0 +0200
+++ new/sdparm-1.06/README  2010-10-31 20:29:24.0 +0100
@@ -230,4 +230,4 @@
 
 
 Douglas Gilbert
-13th April 2010
+31st October 2010
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sdparm-1.05/config.h.in new/sdparm-1.06/config.h.in
--- old/sdparm-1.05/config.h.in 2010-03-29 03:31:06.0 +0200
+++ new/sdparm-1.06/config.h.in 2010-09-21 03:20:12.0 +0200
@@ -30,6 +30,9 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the 

commit rpmlint for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory
checked in at Wed May 25 09:45:38 CEST 2011.




--- rpmlint/rpmlint.changes 2011-05-20 16:48:08.0 +0200
+++ /mounts/work_src_done/STABLE/rpmlint/rpmlint.changes2011-05-24 
16:21:21.0 +0200
@@ -1,0 +2,5 @@
+Tue May 24 14:20:48 UTC 2011 - lnus...@suse.de
+
+- disable source-or-patch-not-compressed. Not useful anymore.
+
+---

calling whatdependson for head-i586


Old:

  suse-bzip-bigger-than-100k.diff



Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.MgCkGh/_old  2011-05-25 09:44:48.0 +0200
+++ /var/tmp/diff_new_pack.MgCkGh/_new  2011-05-25 09:44:48.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  rpm-python xz
 Summary:Rpm correctness checker
 Version:1.2
-Release:3
+Release:5
 Source0:http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.xz
 Source1:config
 Source1001: config.in
@@ -65,7 +65,8 @@
 Patch2: suse-version.diff
 Patch3: suse-url-check.diff
 Patch4: invalid-filerequires.diff
-Patch5: suse-bzip-bigger-than-100k.diff
+# disable
+#Patch5: suse-bzip-bigger-than-100k.diff
 Patch6: suse-filesystem.diff
 Patch7: suse-pkg-config-check.diff
 Patch8: suse-binarieschecks.diff
@@ -149,7 +150,7 @@
 %patch2
 %patch3
 %patch4
-%patch5
+#patch5
 %patch6
 %patch7
 %patch8

++ config ++
--- /var/tmp/diff_new_pack.MgCkGh/_old  2011-05-25 09:44:48.0 +0200
+++ /var/tmp/diff_new_pack.MgCkGh/_new  2011-05-25 09:44:48.0 +0200
@@ -63,6 +63,7 @@
 #setOption(ReleaseExtension, None)
 #setOption(ValidGroups, (Group1, Group2))
 #setOption(KernelModuleRPMsOK, 0)
+setOption(CompressExtension, None)
 
 setOption('StandardGroups', (
 'aegis',







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

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-doc for openSUSE:Factory
checked in at Wed May 25 09:57:15 CEST 2011.




--- xorg-x11-doc/xorg-x11-doc.changes   2010-12-21 04:18:38.0 +0100
+++ /mounts/work_src_done/STABLE/xorg-x11-doc/xorg-x11-doc.changes  
2011-05-19 14:36:13.0 +0200
@@ -1,0 +2,7 @@
+Thu May 19 12:33:23 UTC 2011 - e...@suse.de
+
+- Removed patch: excluded man pages to X and Xsecurity (which
+  are shipped with the server package) explicitely in the spec
+  file.
+
+---

calling whatdependson for head-i586


Old:

  xorg-x11-doc.diff



Other differences:
--
++ xorg-x11-doc.spec ++
--- /var/tmp/diff_new_pack.elbeeE/_old  2011-05-25 09:51:19.0 +0200
+++ /var/tmp/diff_new_pack.elbeeE/_new  2011-05-25 09:51:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-doc (Version 7.6)
+# spec file for package xorg-x11-doc
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,14 +22,13 @@
 BuildRequires:  docbook-utils pkgconfig xorg-x11-util-devel
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:2
+Release:9
 License:MIT
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  Documentation/Other
 Summary:X.Org documentation
 Source: xorg-docs-1.6.tar.bz2
-Patch:  xorg-x11-doc.diff
 
 %description
 X.Org documentation in compressed PostScript format.
@@ -39,9 +38,6 @@
 %prep
 %setup -T -c %{name}
 for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
-pushd xorg-docs-*
-%patch
-popd
 
 %build
 for dir in $(ls */configure.ac); do
@@ -66,5 +62,8 @@
 %defattr(-,root,root)
 %doc %{_mandir}/man7/*
 %doc /usr/share/doc/xorg-docs/
+# contained in server package
+%exclude %{_mandir}/man7/Xsecurity.*
+%exclude %{_mandir}/man7/X.*
 
 %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 gurlchecker for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package gurlchecker for openSUSE:Factory
checked in at Wed May 25 09:58:03 CEST 2011.




--- GNOME/gurlchecker/gurlchecker.changes   2010-09-19 12:58:04.0 
+0200
+++ /mounts/work_src_done/STABLE/gurlchecker/gurlchecker.changes
2011-05-24 16:39:32.0 +0200
@@ -1,0 +2,13 @@
+Tue May 24 16:33:37 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.13.1:
+  + Added option to export IP address.
+  + Added option to export only external links.
+  + Fixed a bug in header request.
+  + Fixed memory leaks.
+  + Fixed a problem with libclamav6 = 0.96.
+  + Fixed want_*_path detection for LDFLAGS and yes/no logic in
+configuration.
+  + Fixed a build problem with po.
+
+---

calling whatdependson for head-i586


Old:

  gurlchecker-0.13.tar.bz2

New:

  gurlchecker-0.13.1.tar.bz2



Other differences:
--
++ gurlchecker.spec ++
--- /var/tmp/diff_new_pack.FBAGiF/_old  2011-05-25 09:57:45.0 +0200
+++ /var/tmp/diff_new_pack.FBAGiF/_new  2011-05-25 09:57:45.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gurlchecker (Version 0.13)
+# spec file for package gurlchecker
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   gurlchecker
 License:GPLv2+
 Group:  Productivity/Networking/Web/Utilities
-Version:0.13
+Version:0.13.1
 Release:1
 Summary:Checking Utility for Web Pages
 Url:http://gurlchecker.labs.libre-entreprise.org/

++ gurlchecker-0.13.tar.bz2 - gurlchecker-0.13.1.tar.bz2 ++
 19852 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 djvulibre-djview4 for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package djvulibre-djview4 for 
openSUSE:Factory
checked in at Wed May 25 09:59:00 CEST 2011.




--- djvulibre-djview4/djvulibre-djview4.changes 2010-11-16 15:56:30.0 
+0100
+++ /mounts/work_src_done/STABLE/djvulibre-djview4/djvulibre-djview4.changes
2011-05-24 11:55:12.0 +0200
@@ -1,0 +2,8 @@
+Tue May 24 09:43:48 UTC 2011 - pgaj...@novell.com
+
+- updated to version 4.7:
+  * Fix for crash on quick PgUp PgDn sequences.
+  * Fix scrollbars in continuous mode.
+  * Fix plugin for some webkit based browsers.
+
+---

calling whatdependson for head-i586


Old:

  djview4-4.6.tar.bz2

New:

  djview-4.7.tar.bz2



Other differences:
--
++ djvulibre-djview4.spec ++
--- /var/tmp/diff_new_pack.wOYJxO/_old  2011-05-25 09:58:12.0 +0200
+++ /var/tmp/diff_new_pack.wOYJxO/_new  2011-05-25 09:58:12.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package djvulibre-djview4 (Version 4.6)
+# spec file for package djvulibre-djview4
 #
-# 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,11 +23,11 @@
 License:GPLv2+
 Group:  Productivity/Graphics/Other
 AutoReqProv:on
-Version:4.6
+Version:4.7
 Release:1
 Url:http://djvu.sourceforge.net
 Summary:Portable DjVu Qt4 Based Viewer and Browser Plugin
-Source: djview4-%{version}.tar.bz2
+Source: djview-%{version}.tar.bz2
 # This patch is Suse specific.
 Patch1: djview4-nsplugin_manpage.patch
 # This patch is Suse specific.
@@ -49,7 +49,7 @@
 Yann LeCun profshad...@users.sourceforge.net
 
 %prep
-%setup -n djview4-%{version}
+%setup -n djview-%{version}
 %patch1
 %patch2
 
@@ -77,7 +77,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING COPYRIGHT INSTALL NEWS README TODO
+%doc COPYING COPYRIGHT NEWS README README_translations
 %doc %{_mandir}/man1/*
 %{_bindir}/djview4   
 %{_bindir}/djview  






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-Net-Whois-Raw for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package perl-Net-Whois-Raw for 
openSUSE:Factory
checked in at Wed May 25 10:10:48 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes  
2010-12-01 14:51:42.0 +0100
@@ -0,0 +1,58 @@
+---
+Wed Dec  1 13:34:13 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Thu Sep 30 20:02:36 UTC 2010 - ch...@computersalat.de
+
+- update to 2.25
+  - And then again to www_whois (but to another URL)
+- 2.24Sep 01 2010 Ilya Chesnokov
+  - For .BZ domains whois server changed from www_whois to whois.belizenic.bz
+- 2.23 Aug 25 2010 Walery Studennikov
+  - Fixed problem with tests for .TJ domains
+- noarch pkg
+- recreated by cpanspec 1.78
+
+---
+Mon Apr 26 10:17:40 UTC 2010 - l...@linux-schulserver.de
+
+- update to 2.22:
+  + Added whois servers for zones: .MD, .GD, .HT, .IM, .KI, .LC, 
+.TRAVEL, .FM, .CO, .LA, .SB, .VN, .CM
+  + Fixed %strip hash for .CX, .MU, .NL, .TL
+  + Fixed $CACHE_TIME parameter documentation
+
+---
+Thu Apr  1 10:27:01 UTC 2010 - l...@linux-schulserver.de
+
+- update to 2.20:
+  + Exceed patterns updated for whois.eu
+  + Fixed whois_config (CHECK_EXCEED support)
+  + $Net::Whois::Raw::USE_CNAMES option removed (who needs it??)
+  + Crutch for rechecking RELCOM-domains through WWW
+
+---
+Thu Mar 25 11:10:49 UTC 2010 - l...@linux-schulserver.de
+
+- update to 2.18:
+  + many bugfixes
+  + core now uses unicode
+  + Support for OMIT_MSG == 2 and CHECK_FAIL == 2 was dropped
+  + fixes for .CN and .VN domains
+  + add five zones: COM.UA ORG.UA KIEV.UA BIZ.UA NOV.RU
+  + Support for list of whois servers which has no idn support
+  + support for cyrillic .RF domain
+  + fixes for multilingual TLDs
+  + search DNS-servers in .org, .biz, .name zones through
+a whois-server of appropriate zone  
+  + external hooks support: whois_query_sockparams, 
+whois_query_socket, 
+whois_query_ua
+
+---
+Thu Mar 19 09:39:45 CET 2009 - lr...@suse.de
+
+- initial version 1.63
+

calling whatdependson for head-i586


New:

  Net-Whois-Raw-2.25.tar.bz2
  perl-Net-Whois-Raw.changes
  perl-Net-Whois-Raw.spec



Other differences:
--
++ perl-Net-Whois-Raw.spec ++
#
# spec file for package perl-Net-Whois-Raw
#
# 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-Net-Whois-Raw
%define cpan_name Net-Whois-Raw
Summary:Get Whois information for domains
Version:2.25
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Net-Whois-Raw/
#Source: 
http://www.cpan.org/modules/by-module/Net/Net-Whois-Raw-%{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
BuildRequires:  perl(Encode)
BuildRequires:  perl(Test::More)
#
BuildRequires:  perl(Getopt::Long) = 2
BuildRequires:  perl(HTTP::Headers)
BuildRequires:  perl(HTTP::Request)
BuildRequires:  perl(LWP::UserAgent)
BuildRequires:  perl(URI::URL)
#
Requires:   perl(Getopt::Long) = 2
Requires:   perl(HTTP::Headers)
Requires:   perl(HTTP::Request)
Requires:   perl(LWP::UserAgent)
Requires:   perl(URI::URL)

%description
Net::Whois::Raw queries WHOIS servers about domains. The module supports
recursive WHOIS queries. Also queries via HTTP is supported for some TLDs.

Setting the variables $OMIT_MSG and $CHECK_FAIL will match the results against
a set of known patterns. The first flag will try to omit the copyright
message/disclaimer, the second will attempt to 

commit yast2-gtk for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package yast2-gtk for openSUSE:Factory
checked in at Wed May 25 10:12:31 CEST 2011.




--- yast2-gtk/yast2-gtk.changes 2011-04-16 15:28:20.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-gtk/yast2-gtk.changes2011-05-25 
09:25:42.0 +0200
@@ -1,0 +2,5 @@
+Wed May 25 07:25:22 UTC 2011 - co...@novell.com
+
+- make it build with gcc 4.6 (temporary aid)
+
+---

calling whatdependson for head-i586


New:

  new.patch



Other differences:
--
++ yast2-gtk.spec ++
--- /var/tmp/diff_new_pack.g8ib9h/_old  2011-05-25 10:12:01.0 +0200
+++ /var/tmp/diff_new_pack.g8ib9h/_new  2011-05-25 10:12:01.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   yast2-gtk
 Version:2.21.96
-Release:1
+Release:3
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-gtk-2.21.96.tar.bz2
@@ -44,6 +44,7 @@
 Provides:   yast2_ui yast2-ui-gtk
 Provides:   yast2_ui_pkg
 Source1:yast2-gtk-rpmlintrc 
+Patch0: new.patch
 
 %description
 One of several user interfaces available for YaST2, based on GTK and
@@ -51,6 +52,7 @@
 
 %prep
 %setup
+%patch0 -p1
 
 %build
 mkdir build

++ new.patch ++
Index: yast2-gtk-2.21.96/src/CMakeLists.txt
===
--- yast2-gtk-2.21.96.orig/src/CMakeLists.txt   2011-03-16 04:58:51.0 
+0100
+++ yast2-gtk-2.21.96/src/CMakeLists.txt2011-05-25 09:22:25.062545782 
+0200
@@ -52,10 +52,10 @@ add_library (py2gtk SHARED ${gtk_yast_pl
 
 ## libraries:
 
-target_link_libraries (py2gtk ${GTK2_LIBRARIES})
+target_link_libraries (py2gtk ${GTK2_LIBRARIES} pangocairo-1.0)
 target_link_libraries (py2gtk ${LIBYUI_LIBRARY})
 set_target_properties (py2gtk PROPERTIES SOVERSION 2)
-set_target_properties (py2gtk PROPERTIES LINK_FLAGS --no-undefined)
+set_target_properties (py2gtk PROPERTIES LINK_FLAGS -Wl,--no-undefined)
 
 ## install:
 
Index: yast2-gtk-2.21.96/src/pkg/CMakeLists.txt
===
--- yast2-gtk-2.21.96.orig/src/pkg/CMakeLists.txt   2011-03-16 
04:58:51.0 +0100
+++ yast2-gtk-2.21.96/src/pkg/CMakeLists.txt2011-05-25 09:22:18.049208318 
+0200
@@ -47,7 +47,7 @@ target_link_libraries (py2gtk_pkg ${GTK2
 target_link_libraries (py2gtk_pkg ${LIBYUI_LIBRARY})
 target_link_libraries (py2gtk_pkg ${ZYPP_LIBRARY})
 set_target_properties (py2gtk_pkg PROPERTIES SOVERSION 2)
-set_target_properties (py2gtk_pkg PROPERTIES LINK_FLAGS --no-undefined 
-Wl,-rpath -Wl,${UI_PLUGIN_DIR})
+set_target_properties (py2gtk_pkg PROPERTIES LINK_FLAGS -Wl,--no-undefined 
-Wl,-rpath -Wl,${UI_PLUGIN_DIR})
 
 ## install:
 





Remember to have fun...

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



commit patterns-openSUSE for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory
checked in at Wed May 25 10:14:14 CEST 2011.




--- patterns-openSUSE/patterns-openSUSE.changes 2011-03-30 17:22:30.0 
+0200
+++ /mounts/work_src_done/STABLE/patterns-openSUSE/patterns-openSUSE.changes
2011-05-25 09:37:10.0 +0200
@@ -1,0 +2,10 @@
+Wed May 25 07:35:21 UTC 2011 - co...@novell.com
+
+16dc760 added missing YaST GTK GUI (bnc#688084)
+53df32b switch back to totem now that parole has dropped its browser plugin
+ab01071 replace mousepad with leafpad since the former will be dropped from 
Factory
+0e4f41e add perl-doc for devel-perl (bnc#688877)
+568ae31 take out problematic GNOME2 packages to get something rolling
+616567e remove compiz too for GNOME3DONE
+
+---

calling whatdependson for head-i586




Other differences:
--
++ patterns-openSUSE.spec ++
 980 lines (skipped)
 between patterns-openSUSE/patterns-openSUSE.spec
 and /mounts/work_src_done/STABLE/patterns-openSUSE/patterns-openSUSE.spec

++ patterns-openSUSE-data.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/DEVEL-Perl 
new/patterns-openSUSE-data/data/DEVEL-Perl
--- old/patterns-openSUSE-data/data/DEVEL-Perl  2010-10-23 08:04:59.0 
+0200
+++ new/patterns-openSUSE-data/data/DEVEL-Perl  2011-05-16 14:23:27.0 
+0200
@@ -4,6 +4,7 @@
 
 +Prc:
 perlref
+perl-doc
 -Prc:
 +Psg:
 perl-Algorithm-Diff
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/GNOME-BASIS 
new/patterns-openSUSE-data/data/GNOME-BASIS
--- old/patterns-openSUSE-data/data/GNOME-BASIS 2010-10-23 08:04:59.0 
+0200
+++ new/patterns-openSUSE-data/data/GNOME-BASIS 2011-05-16 14:23:28.0 
+0200
@@ -1,8 +1,10 @@
 +Prq:
 patterns-openSUSE-gnome_basis
 gdm
+#if GNOME3DONE
 gnome-applets
 gnome-main-menu
+#endif
 gnome-panel
 gnome-session
 -Prq:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/XFCE 
new/patterns-openSUSE-data/data/XFCE
--- old/patterns-openSUSE-data/data/XFCE2011-01-28 10:28:53.0 
+0100
+++ new/patterns-openSUSE-data/data/XFCE2011-05-16 14:06:36.0 
+0200
@@ -19,7 +19,7 @@
 xfce4-branding-openSUSE
 gconf2-branding-openSUSE
 gtk-xfce-engine
-mousepad
+leafpad
 xfce4-notifyd
 orage
 Terminal
@@ -36,6 +36,7 @@
 xfce4-power-manager
 ristretto
 yast2-control-center-gnome
+yast2-gtk
 // #404447
 gtk2-engine-murrine
 // #440285
@@ -60,7 +61,8 @@
 empathy
 transmission-gtk
 MozillaThunderbird
-parole
+totem
+totem-browser-plugin
 opensuse-codecs-installer
 -Prc:
 +Psg:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patterns-openSUSE-data/toinstall/rest_cd_gnome/requires 
new/patterns-openSUSE-data/toinstall/rest_cd_gnome/requires
--- old/patterns-openSUSE-data/toinstall/rest_cd_gnome/requires 2011-02-14 
14:00:20.0 +0100
+++ new/patterns-openSUSE-data/toinstall/rest_cd_gnome/requires 2011-05-16 
14:23:28.0 +0200
@@ -8,14 +8,12 @@
 gnome_imaging
 gnome_internet
 gnome_laptop
-gnome_xgl
 gnome_yast
 imaging
 multimedia
 sw_management
 sw_management_gnome
 x11
-xgl
 yast2_basis
 yast2_install_wf
 games
@@ -24,3 +22,7 @@
 gnome_office
 gnome_multimedia
 gnome_utilities
+#if GNOME3DONE
+xgl
+gnome_xgl
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/toinstall/rest_dvd/requires 
new/patterns-openSUSE-data/toinstall/rest_dvd/requires
--- old/patterns-openSUSE-data/toinstall/rest_dvd/requires  2011-02-14 
14:00:20.0 +0100
+++ new/patterns-openSUSE-data/toinstall/rest_dvd/requires  2011-05-25 
09:24:12.0 +0200
@@ -50,7 +50,10 @@
 gnome_office_opt
 #endif
 gnome_utilities
+#if GNOME3DONE
 gnome_xgl
+xgl
+#endif
 gnome_yast
 imaging
 imaging_opt
@@ -106,6 +109,5 @@
 lxde_office
 #endif
 lxde_laptop
-xgl
 yast2_basis
 yast2_install_wf






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

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package perl-Switch for openSUSE:Factory
checked in at Wed May 25 10:15:11 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Switch/perl-Switch.changes
2010-12-01 14:55:04.0 +0100
@@ -0,0 +1,17 @@
+---
+Wed Dec  1 13:35:25 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Wed Oct 13 20:45:54 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec
+- noarch pkg
+- fixed deps
+
+---
+Wed Sep 22 21:50:09 UTC 2010 - ms...@novell.com
+
+- Initial version 2.16
+

calling whatdependson for head-i586


New:

  Switch-2.16.tar.bz2
  perl-Switch.changes
  perl-Switch.spec



Other differences:
--
++ perl-Switch.spec ++
#
# spec file for package perl-Switch
#
# 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-Switch
%define cpan_name Switch
Summary:Switch statement for Perl
Version:2.16
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Switch/
#Source: 
http://www.cpan.org/modules/by-module/Switch/Switch-%{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(Filter::Util::Call)
BuildRequires:  perl(Text::Balanced)
Requires:   perl(Filter::Util::Call)
Requires:   perl(Text::Balanced)

%description
The Switch.pm module implements a generalized case mechanism that covers  
most (but not all) of the numerous possible combinations of switch and  
case values described above.The module augments the standard Perl syntax  
with two new control statements: 'switch' and 'case'. The 'switch'  
statement takes a single scalar argument of any type, specified in  
parentheses. 'switch' stores this value as the current switch value in a  
(localized) control variable. The value is followed by a block which may  
contain one or more Perl statements (including the 'case' statement  
described below). The block is unconditionally executed once the switch  
value has been cached. A 'case' statement takes a single scalar argument  
(in mandatory parentheses if it's a variable; otherwise the parens are  
optional) and selects the appropriate type of matching between that  
argument and the current switch value. The type of matching used is  
determined by the respective types of the switch value and the 'case'  
argument, as specified in Table 1. If the match is successful, the  
mandatory block associated with the 'case' statement is executed.

Author:
---
Damian Conway dam...@conway.org

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

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package yast2-product-creator for 
openSUSE:Factory
checked in at Wed May 25 10:19:34 CEST 2011.




--- yast2-product-creator/yast2-product-creator.changes 2011-05-13 
10:01:45.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-product-creator/yast2-product-creator.changes
2011-05-24 10:37:51.0 +0200
@@ -1,0 +2,6 @@
+Tue May 24 10:11:06 CEST 2011 - jsuch...@suse.cz
+
+- updated to new kiwi version (fate#311430 Update kiwi to 4.8) 
+- 2.21.3
+
+---

calling whatdependson for head-i586


Old:

  yast2-product-creator-2.21.2.tar.bz2

New:

  yast2-product-creator-2.21.3.tar.bz2



Other differences:
--
++ yast2-product-creator.spec ++
--- /var/tmp/diff_new_pack.jT78ZQ/_old  2011-05-25 10:18:43.0 +0200
+++ /var/tmp/diff_new_pack.jT78ZQ/_new  2011-05-25 10:18:43.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-product-creator
-Version:2.21.2
+Version:2.21.3
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-product-creator-2.21.2.tar.bz2
+Source0:yast2-product-creator-2.21.3.tar.bz2
 
 Prefix: /usr
 
@@ -62,7 +62,7 @@
 XEN images etc.), based on existing installation sources.
 
 %prep
-%setup -n yast2-product-creator-2.21.2
+%setup -n yast2-product-creator-2.21.3
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-product-creator-2.21.2.tar.bz2 - 
yast2-product-creator-2.21.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.21.2/VERSION 
new/yast2-product-creator-2.21.3/VERSION
--- old/yast2-product-creator-2.21.2/VERSION2011-05-13 10:00:04.0 
+0200
+++ new/yast2-product-creator-2.21.3/VERSION2011-05-24 10:11:35.0 
+0200
@@ -1 +1 @@
-2.21.2
+2.21.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.21.2/src/Kiwi.ycp 
new/yast2-product-creator-2.21.3/src/Kiwi.ycp
--- old/yast2-product-creator-2.21.2/src/Kiwi.ycp   2011-05-13 
09:59:36.0 +0200
+++ new/yast2-product-creator-2.21.3/src/Kiwi.ycp   2011-05-24 
10:34:04.0 +0200
@@ -4,7 +4,7 @@
  * Summary:Data for kiwi configuration, input and output functions.
  * Authors:Jiri Suchomel jsuch...@suse.cz
  *
- * $Id: Kiwi.ycp 63513 2011-03-04 13:27:24Z jsuchome $
+ * $Id: Kiwi.ycp 64094 2011-05-24 08:34:00Z jsuchome $
  */
 {
   module Kiwi;
@@ -233,10 +233,22 @@
y2warning (no such file %1/config.xml, base_path);
return ret;
 }
+string file_path   =  base_path + /config.xml;
+if (FileUtils::Exists (/usr/share/kiwi/xsl/master.xsl))
+{
+   file_path   = Directory::tmpdir + /transformed-config.xml;
+   map out = (map) SCR::Execute (.target.bash_output, sformat (
+   xsltproc /usr/share/kiwi/xsl/master.xsl %1/config.xml  %2,
+   base_path, file_path));
+   if (out[exit]:0 != 0)
+   {
+   y2error (xslt transformation failed: %1, out);
+   }
+}
 
 // read rest of config.xml using more generic agent
 map anyxml = (map) SCR::Read (.anyxml, $[
-   file  : base_path + /config.xml,
+   file  : file_path,
args  : $[
ForceArray: 1,
 KeepRoot : 1,
@@ -249,7 +261,7 @@
 
 // attributes of 'image' tag:
 ret[name]= image[name]:;
-ret[schemeversion]= image[schemeversion]:2.0;
+ret[schemaversion]= image[schemaversion]:5.2;
 if (haskey (image, inherit))
ret[inherit]  = image[inherit]:;
 
@@ -289,7 +301,6 @@
liststring split = splitstring (lang, .);
ret = save_preferences (ret, locale, split[0]:lang);
 }
-
 return ret;
   }
 
@@ -310,8 +321,8 @@
KiwiConfig  = save_preferences(KiwiConfig,defaultroot,chroot_dir);
 }
 
-string image_tag   = sformat (image name=\%1\ schemeversion=\%2\%3,
-   KiwiConfig[name]:, KiwiConfig[schemeversion]:2.0,
+string image_tag   = sformat (image name=\%1\ schemaversion=\%2\%3,
+   KiwiConfig[name]:, KiwiConfig[schemaversion]:5.2,
(KiwiConfig[inherit]: ==  ?
 :
sformat ( inherit=\%1\, KiwiConfig[inherit]:)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.21.2/src/complex.ycp 
new/yast2-product-creator-2.21.3/src/complex.ycp
--- old/yast2-product-creator-2.21.2/src/complex.ycp2011-03-11 
15:11:21.0 +0100
+++ new/yast2-product-creator-2.21.3/src/complex.ycp2011-05-24 
10:34:04.0 +0200
@@ -4,7 +4,7 @@
  * Summary:Dialogs definitions
  * Authors:Anas Nashif nas...@suse.de
  *
- * $Id: complex.ycp 63568 2011-03-11 14:11:21Z jsuchome 

commit perl-Data-Section for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package perl-Data-Section for 
openSUSE:Factory
checked in at Wed May 25 10:23:33 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Data-Section/perl-Data-Section.changes
2010-12-01 14:11:21.0 +0100
@@ -0,0 +1,11 @@
+---
+Wed Dec  1 13:11:14 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Tue Aug  3 16:07:27 UTC 2010 - ch...@computersalat.de
+
+- initial package 0.101620
+  * created by cpanspec 1.78
+

calling whatdependson for head-i586


New:

  Data-Section-0.101620-Build_n_Test.patch
  Data-Section-0.101620.tar.gz
  perl-Data-Section.changes
  perl-Data-Section.spec



Other differences:
--
++ perl-Data-Section.spec ++
#
# spec file for package perl-Data-Section
#
# 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-Data-Section
%define cpan_name Data-Section
Summary:Read multiple hunks of data out of your DATA section
Version:0.101620
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Data-Section/
Source: 
http://www.cpan.org/modules/by-module/Data/Data-Section-%{version}.tar.gz
# workaround for Test::More = 0.88 (done_testing)
# only needed for suse_version  1120
Patch0: %{cpan_name}-0.101620-Build_n_Test.patch
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
%if 0%{?suse_version} = 1120
BuildRequires:  perl(Test::More) = 0.88
%endif
BuildRequires:  perl(ExtUtils::MakeMaker) = 6.31
BuildRequires:  perl(MRO::Compat) = 0.09
BuildRequires:  perl(Sub::Exporter) = 0.979
Requires:   perl(MRO::Compat) = 0.09
Requires:   perl(Sub::Exporter) = 0.979

%description
Data::Section provides an easy way to access multiple named chunks of line-
oriented data in your module's DATA section. It was written to allow
modules to store their own templates, but probably has other uses.

Authors:

Ricardo SIGNES r...@cpan.org

%prep
%setup -q -n %{cpan_name}-%{version}
%if 0%{?suse_version}  1120
%patch0 -p1
%endif

%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 dist.ini LICENSE META.json README

%changelog
++ Data-Section-0.101620-Build_n_Test.patch ++
diff -ruN Data-Section-0.101620-orig/dist.ini Data-Section-0.101620/dist.ini
--- Data-Section-0.101620-orig/dist.ini 2010-06-11 14:14:39.0 +0200
+++ Data-Section-0.101620/dist.ini  2010-08-03 18:13:12.0 +0200
@@ -6,7 +6,7 @@
 [Prereq]
 Sub::Exporter = 0.979
 MRO::Compat   = 0.09  ; bugfixes
-Test::More= 0.88  ; done_testing
+Test::More= 0
 
 [@Filter]
 bundle = @RJBS
diff -ruN Data-Section-0.101620-orig/Makefile.PL 
Data-Section-0.101620/Makefile.PL
--- Data-Section-0.101620-orig/Makefile.PL  2010-06-11 14:14:39.0 
+0200
+++ Data-Section-0.101620/Makefile.PL   2010-08-03 18:13:23.0 +0200
@@ -22,7 +22,7 @@
   'PREREQ_PM' = {
 'MRO::Compat' = '0.09',
 'Sub::Exporter' = '0.979',
-'Test::More' = '0.88'
+'Test::More' = '0'
   },
   'VERSION' = '0.101620',
   'test' = {
diff -ruN Data-Section-0.101620-orig/META.json Data-Section-0.101620/META.json
--- Data-Section-0.101620-orig/META.json2010-06-11 14:14:39.0 
+0200
+++ Data-Section-0.101620/META.json 2010-08-03 18:14:32.0 +0200
@@ -23,7 +23,7 @@
  requires : {
 MRO::Compat : 0.09,
 Sub::Exporter : 0.979,
-Test::More : 0.88
+Test::More : 0
  }
   }
},
diff -ruN Data-Section-0.101620-orig/META.yml 

commit perl-Class-Accessor-Chained for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package perl-Class-Accessor-Chained for 
openSUSE:Factory
checked in at Wed May 25 10:37:15 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Class-Accessor-Chained/perl-Class-Accessor-Chained.changes
2010-12-01 07:56:16.0 +0100
@@ -0,0 +1,17 @@
+---
+Wed Dec  1 06:55:32 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Wed Jul 15 11:30:28 CEST 2009 - ch...@computersalat.de
+
+- added perl-macros
+  o autogen filelist with perl_gen_filelist
+- spec mods
+  o added header
+  o fixed deps, provides
+disabled other pkg perl-Class-Accessor-Chained-Fast
+- some rpmlint fixes
+  o no-dependency-on perl-base
+

calling whatdependson for head-i586


New:

  Class-Accessor-Chained-0.01.tar.gz
  perl-Class-Accessor-Chained.changes
  perl-Class-Accessor-Chained.spec



Other differences:
--
++ perl-Class-Accessor-Chained.spec ++
#
# spec file for package perl-Class-Accessor-Chained
#
# 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-Accessor-Chained
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary:Make chained accessors
Version:0.01
Release:1
License:Perl License
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Class-Accessor-Chained
Source: %{cpan_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Class::Accessor)
Requires:   perl(Class::Accessor)

Provides:   %{cpan_name}
Provides:   %{cpan_name}-Fast
Obsoletes:  %{cpan_name}-Fast

#---

%description
#---
A chained accessor is one that always returns the object when called with
parameters (to set), and the value of the field when called with no arguments.

This module subclasses Class::Accessor in order to provide the same
mk_accessors interface.

  Authors:  Richard Clamp richa...@unixbeard.net
---
#---
%prep
#---
%setup -q -n %{cpan_name}-%{version}

#---

%build
#---
perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall
%{__make}

%check
%{__make} test

#---

%install
#---
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

#---

%clean
#---
%{__rm} -rf $RPM_BUILD_ROOT

#---

%files -f %{name}.files
#---
# normally you only need to check for doc files
%defattr(0644,root,root,0755)
%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-CPAN-Uploader for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package perl-CPAN-Uploader for 
openSUSE:Factory
checked in at Wed May 25 10:40:50 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-CPAN-Uploader/perl-CPAN-Uploader.changes  
2011-04-16 10:13:17.0 +0200
@@ -0,0 +1,12 @@
+---
+Sat Apr 16 08:11:58 UTC 2011 - co...@opensuse.org
+
+- updated to 0.103000
+ * allow an alternate upload_uri via constructor arg or env var
+
+---
+Mon Jan 17 15:53:17 UTC 2011 - co...@novell.com
+
+- initial package 0.102150
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  CPAN-Uploader-0.103000.tar.gz
  perl-CPAN-Uploader.changes
  perl-CPAN-Uploader.spec



Other differences:
--
++ perl-CPAN-Uploader.spec ++
#
# spec file for package perl-CPAN-Uploader
#
# 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-CPAN-Uploader
Version:0.103000
Release:1
License:GPL+ or Artistic
%define cpan_name CPAN-Uploader
Summary:upload things to the CPAN
Url:http://search.cpan.org/dist/CPAN-Uploader/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Carp)
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Basename)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(Getopt::Long::Descriptive) = 0.084
BuildRequires:  perl(HTTP::Request::Common)
BuildRequires:  perl(HTTP::Status)
BuildRequires:  perl(LWP::UserAgent)
BuildRequires:  perl(Term::ReadKey)
BuildRequires:  perl(Test::More) = 0.96
Requires:   perl(Carp)
Requires:   perl(Data::Dumper)
Requires:   perl(File::Basename)
Requires:   perl(File::Spec)
Requires:   perl(Getopt::Long::Descriptive) = 0.084
Requires:   perl(HTTP::Request::Common)
Requires:   perl(HTTP::Status)
Requires:   perl(LWP::UserAgent)
Requires:   perl(Term::ReadKey)
%{perl_requires}

%description
upload things to the CPAN

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

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory
checked in at Wed May 25 10:44:41 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/fsarchiver/fsarchiver.changes  2011-05-24 
18:03:50.0 +0200
@@ -0,0 +1,234 @@
+---
+Tue May 24 16:00:48 UTC 2011 - lazy.k...@opensuse.org
+
+- Made changelog more verbose -- added changes important
+  for enduser
+
+---
+Mon Apr 11 09:44:55 UTC 2011 - lazy.k...@opensuse.org
+
+- Added COPYING
+- Prepare spec
+
+---
+Sat Dec 25 14:40:14 UTC 2010 - lazy.k...@opensuse.org
+
+- Update to 0.6.12
+  + Fix: get correct mount info for root device when not listed in
+/proc/mounts (eg: missing /dev/root)
+
+---
+Fri Dec  3 18:32:28 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.11
+  + Updated supported btrfs compat flags to make it work with
+btrfs-2.6.35
+  + The -c/--cryptpass option now supports interactive passwords:
+use -c -
+
+---
+Sun May  9 14:49:54 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.10
+  + Fixed support of symbolic links on ntfs filesystems with
+ntfs3g = 2010.3.6
+
+---
+Thu May  6 20:41:53 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.9
+  + Fix in probe: show devmapper/lvm volumes even when /dev/dm-xx
+does not exist
+  + Fixed restoration of very small archives (archive  4K)
+  + Fix error handling in restoration: consider ENOSPC as a fatal
+error and other fixes
+  + Fix: remove all volumes of the archive instead of just
+the first one if save fails
+
+---
+Sun Feb 21 10:30:09 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.8
+  + Fixed critial bug: there was a risk of corruption when
+the archive was written on a smbfs/cifs filesystem
+
+---
+Mon Feb  1 15:32:39 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.7
+  + Added support for sparse files (sparse file on the original
+disk will be recreated as sparse file)
+  + Added per-archive minimum fsarchiver version requirement
+(MAINHEADKEY_MINFSAVERSION)
+  + Added dirsinfo in archives with simple files and directories
+to store stats required for progression
+  + The logfile created when option -d is used now has a specific
+name so that it's not overwritten
+  + The md5 checksums are now calculated using the implementation
+from libgcrypt instead of the internal one
+  + The libgcrypt library is now a mandatory dependency and crypto
+cannot be disabled any more
+  + Allow non root users to use fsarchiver archinfo as long as
+they have read permissions on the archive
+- Updated HOWTO
+
+---
+Mon Jan 25 22:53:12 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.6
+  + Fix: don't remove the archive file when savefs/savedir fails
+because the archive already exists
+  + Partitions already mounted are remounted with MS_BIND to have
+access to files hidden by mounted filesystems
+  + Analyse filesystems only when they are all accessible
+to prevent having to wait and then get an error
+  + Important internal changes, renaming of functions/files, and
+simplifications for better consistency
+  + Fixed potential memory error in savefs/savedir with extended
+attributes (bug reported by mbiebl)
+
+---
+Fri Jan  8 12:11:19 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.5
+  + Retry with the default level (gzip -6) when compression of
+a data block lacks memory with bzip2/lzma
+- Added Suggests
+
+---
+Sun Jan  3 23:49:50 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.4
+  + Improved the manpage: documented the long options, added
+examples, links, ...
+  + Fixed critical bug: integer overflow for u16 headerlen
+when sum of attributes size  65535
+  + Introduced new fileformat: FsArCh_002, but old format
+FsArCh_001 is also supported
+  + Using code from libblkid instead of complex implementation
+to read ntfs labels
+- Added pkg-config to BuildRequires
+- Removed 'export PATH' -- no need anymore
+
+---
+Tue Dec 29 11:54:40 UTC 2009 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.3
+  + Dont fail when e2fsck returns 1 in extfs_mkfs() since it means
+the filesystem has been 

commit taglib for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package taglib for openSUSE:Factory
checked in at Wed May 25 11:23:08 CEST 2011.




--- KDE/taglib/taglib.changes   2011-05-17 23:26:33.0 +0200
+++ /mounts/work_src_done/STABLE/taglib/taglib.changes  2011-05-23 
00:30:28.0 +0200
@@ -1,0 +2,7 @@
+Sun May 22 22:29:07 UTC 2011 - pascal.ble...@opensuse.org
+
+- make taglib become a package again, that has only one duty, to require
+  libtag1 and libtag_c0 for packages that still require taglib instead of
+  the new package names libtag1 and libtag_c0
+
+---

calling whatdependson for head-i586




Other differences:
--
++ taglib.spec ++
--- /var/tmp/diff_new_pack.QzgeKJ/_old  2011-05-25 11:16:26.0 +0200
+++ /var/tmp/diff_new_pack.QzgeKJ/_new  2011-05-25 11:16:26.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   taglib
 Version:1.7
-Release:1
+Release:2
 License:LGPLv2.1+ ; MPLv1.1 ..
 Summary:Audio Meta-Data Library
 Url:http://ktown.kde.org/~wheeler/taglib/
@@ -41,6 +41,8 @@
 BuildRequires:  update-desktop-files
 %endif
 BuildRequires:  zlib-devel
+Requires:   libtag1 = %{version}-%{release}
+Requires:   libtag_c0 = %{version}-%{release}
 
 %description
 TagLib is a library for reading and editing the meta-data of several popular
@@ -135,6 +137,11 @@
 
 %fdupes -s %{buildroot}
 
+echo EOF README.taglib
+This package only acts as a placeholder until all packages that use taglib
+have upgraded to the new package names libtag1 and libtag_c0.
+EOF
+
 %check
 # check the library
 #pushd tests
@@ -142,7 +149,7 @@
 #popd
 
 %clean
-rm -rf %{buildroot}
+%{?buildroot:%__rm -rf %{buildroot}}
 
 %post -n libtag1 -p /sbin/ldconfig
 
@@ -154,11 +161,13 @@
 
 %files -n libtag1
 %defattr(-,root,root,-)
-%{_libdir}/libtag.so.1*
+%{_libdir}/libtag.so.1
+%{_libdir}/libtag.so.1.*
 
 %files -n libtag_c0
 %defattr(-,root,root,-)
-%{_libdir}/libtag_c.so.0*
+%{_libdir}/libtag_c.so.0
+%{_libdir}/libtag_c.so.0.*
 
 %files -n libtag-devel
 %defattr(-,root,root,-)
@@ -169,4 +178,8 @@
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/susehelp/
 
+%files
+%defattr(-,root,root,-)
+%doc README.taglib
+
 %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 inst-source-utils for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package inst-source-utils for 
openSUSE:Factory
checked in at Wed May 25 11:23:59 CEST 2011.




--- inst-source-utils/inst-source-utils.changes 2011-05-05 12:26:20.0 
+0200
+++ /mounts/work_src_done/STABLE/inst-source-utils/inst-source-utils.changes
2011-05-25 10:19:00.0 +0200
@@ -1,0 +2,5 @@
+Wed May 25 08:18:37 UTC 2011 - adr...@suse.de
+
+- fix header generation for SHA256 mode (no SHA1 tag)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ inst-source-utils.spec ++
--- /var/tmp/diff_new_pack.eE8oPV/_old  2011-05-25 11:23:41.0 +0200
+++ /var/tmp/diff_new_pack.eE8oPV/_new  2011-05-25 11:23:41.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   inst-source-utils
 Summary:Utilities for creating customized installation sources
-Version:2011.5.5
+Version:2011.5.25
 Release:1
 Url:http://en.opensuse.org/Inst-source-utils
 License:GPLv2+

++ inst-source-utils.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inst-source-utils/usr/bin/create_package_descr 
new/inst-source-utils/usr/bin/create_package_descr
--- old/inst-source-utils/usr/bin/create_package_descr  2011-05-05 
12:25:51.0 +0200
+++ new/inst-source-utils/usr/bin/create_package_descr  2011-05-25 
10:26:31.0 +0200
@@ -397,7 +397,11 @@
 WriteSeparator( $pkg_main ) unless $wrote_comment;
 $wrote_comment = 1;
 WriteSEntry( $pkg_main, Pkg, $res{1000}[0] $res{1001}[0] $res{1002}[0] 
$file_arch);
-WriteSEntry( $pkg_main, Cks, SHA1 $checksum) if ($checksum);
+if ($do_sha256 eq 1) {
+   WriteSEntry( $pkg_main, Cks, SHA256 $checksum) if ($checksum);
+} else {
+   WriteSEntry( $pkg_main, Cks, SHA1 $checksum) if ($checksum);
+}
 if ( $res{1044}[0] ) {
# has src, so it's a binary package
WriteMEntry( $pkg_main, Req, @{$res{1049}} );






Remember to have fun...

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



commit webyast-base-ws for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package webyast-base-ws for openSUSE:Factory
checked in at Wed May 25 11:31:20 CEST 2011.




--- webyast-base-ws/webyast-base-ws.changes 2011-05-19 10:17:55.0 
+0200
+++ /mounts/work_src_done/STABLE/webyast-base-ws/webyast-base-ws.changes
2011-05-24 16:28:20.0 +0200
@@ -1,0 +2,7 @@
+Tue May 24 12:51:44 UTC 2011 - sch...@novell.com
+
+- moving task of delay-job (bnc#694566)
+- requires nginx1.0 expl. (needed for autobuild)
+- 0.2.22 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-base-ws.spec ++
--- /var/tmp/diff_new_pack.VgUZ6v/_old  2011-05-25 11:25:38.0 +0200
+++ /var/tmp/diff_new_pack.VgUZ6v/_new  2011-05-25 11:25:38.0 +0200
@@ -39,7 +39,8 @@
 Requires:   yast2-core = 2.17.30.1
 Requires:   sysvinit  2.86-195.3.1
 %endif
-Requires:   nginx, rubygem-passenger-nginx
+Requires:   rubygem-passenger-nginx
+Requires:   nginx = 1.0
 Requires:   ruby-fcgi, sqlite, syslog-ng
 %if 0%{?suse_version} == 0 || %suse_version = 1130
 Requires:   ruby-dbus
@@ -59,7 +60,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.21
+Version:0.2.22
 Release:1
 Summary:WebYaST - base components for rest service
 Source: www.tar.bz2
@@ -90,7 +91,7 @@
 BuildRequires:  rubygem-polkit rubygem-rpam
 # the testsuite is run during build
 BuildRequires:  rubygem-mocha rubygem-test-unit
-BuildRequires:  nginx rubygem-passenger-nginx
+BuildRequires:  nginx = 1.0 rubygem-passenger-nginx
 
 # This is for Hudson (build service) to setup the build env correctly
 %if 0


++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/vendor/plugins/delayed_job/lib/tasks/jobs.rake 
new/www/vendor/plugins/delayed_job/lib/tasks/jobs.rake
--- old/www/vendor/plugins/delayed_job/lib/tasks/jobs.rake  1970-01-01 
01:00:00.0 +0100
+++ new/www/vendor/plugins/delayed_job/lib/tasks/jobs.rake  2011-04-12 
10:55:36.0 +0200
@@ -0,0 +1 @@
+require File.join(File.dirname(__FILE__), 'tasks')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/vendor/plugins/delayed_job/lib/tasks/tasks.rb 
new/www/vendor/plugins/delayed_job/lib/tasks/tasks.rb
--- old/www/vendor/plugins/delayed_job/lib/tasks/tasks.rb   1970-01-01 
01:00:00.0 +0100
+++ new/www/vendor/plugins/delayed_job/lib/tasks/tasks.rb   2011-04-12 
10:55:36.0 +0200
@@ -0,0 +1,15 @@
+# Re-definitions are appended to existing tasks
+task :environment
+task :merb_env
+
+namespace :jobs do
+  desc Clear the delayed_job queue.
+  task :clear = [:merb_env, :environment] do
+Delayed::Job.delete_all
+  end
+
+  desc Start a delayed_job worker.
+  task :work = [:merb_env, :environment] do
+Delayed::Worker.new(:min_priority = ENV['MIN_PRIORITY'], :max_priority = 
ENV['MAX_PRIORITY']).start
+  end
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/vendor/plugins/delayed_job/tasks/jobs.rake 
new/www/vendor/plugins/delayed_job/tasks/jobs.rake
--- old/www/vendor/plugins/delayed_job/tasks/jobs.rake  2011-04-12 
10:55:36.0 +0200
+++ new/www/vendor/plugins/delayed_job/tasks/jobs.rake  1970-01-01 
01:00:00.0 +0100
@@ -1 +0,0 @@
-require File.join(File.dirname(__FILE__), 'tasks')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/vendor/plugins/delayed_job/tasks/tasks.rb 
new/www/vendor/plugins/delayed_job/tasks/tasks.rb
--- old/www/vendor/plugins/delayed_job/tasks/tasks.rb   2011-04-12 
10:55:36.0 +0200
+++ new/www/vendor/plugins/delayed_job/tasks/tasks.rb   1970-01-01 
01:00:00.0 +0100
@@ -1,15 +0,0 @@
-# Re-definitions are appended to existing tasks
-task :environment
-task :merb_env
-
-namespace :jobs do
-  desc Clear the delayed_job queue.
-  task :clear = [:merb_env, :environment] do
-Delayed::Job.delete_all
-  end
-
-  desc Start a delayed_job worker.
-  task :work = [:merb_env, :environment] do
-Delayed::Worker.new(:min_priority = ENV['MIN_PRIORITY'], :max_priority = 
ENV['MAX_PRIORITY']).start
-  end
-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 rubygem-nokogiri for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package rubygem-nokogiri for openSUSE:Factory
checked in at Wed May 25 11:39:14 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/rubygem-nokogiri/rubygem-nokogiri.changes  
2011-05-24 15:21:12.0 +0200
@@ -0,0 +1,283 @@
+---
+Tue May 24 13:20:29 UTC 2011 - sch...@novell.com
+
+- Changed licence to MIT 
+
+---
+Tue Dec 21 23:20:04 CET 2010 - a...@cynapses.org
+
+- update to version 1.4.4
+  * New Features
+o XML::Node#children= sets the node’s inner html (much like #inner_html=),
+  but returns the reparent node(s).
+o XSLT supports function extensions. #336
+o XPath bind parameter substitution. #329
+o XML::Reader node type constants. #369
+o SAX Parser context provides line and column information
+  * Bugfixes
+o XML::DTD#attributes returns an empty hash instead of nil when there are 
no
+  attributes.
+o XML::DTD#{keys,each} now work as expected. #324
+o {XML,HTML}::DocumentFragment.{new,parse} no longer strip leading and 
trailing
+  whitespace. #319
+o XML::Node#{add_child,add_previous_sibling,add_next_sibling,replace} 
return a
+  NodeSet when passed a string.
+o Unclosed tags parsed more robustly in fragments. #315
+o XML::Node#{replace,add_previous_sibling,add_next_sibling} edge cases 
fixed
+  related to libxml’s text node merging. #308
+o Fixed a segfault when GC occurs during xpath handler argument 
marshalling. #345
+o Added hack to Slop decorator to work with previously defined methods. 
#330
+o Fix a memory leak when duplicating child nodes. #353
+o Fixed off-by-one bug with nth-last-{child,of-type} CSS selectors when 
NOT using
+  an+b notation. #354
+o Fixed passing of non-namespace attributes to 
SAX::Document#start_element. #356
+o Workaround for libxml2 in-context parsing bug. #362
+o Fixed NodeSet#wrap on nodes within a fragment. #331
+
+---
+Tue Dec 21 23:06:09 CET 2010 - a...@cynapses.org
+
+- update to version 1.4.3.1
+  * New Features
+o XML::Reader#empty_element? returns true for empty elements. #262
+o Node#remove_namespaces! now removes namespace declarations as well. #294
+o NodeSet#at_xpath, NodeSet#at_css and NodeSet# do what the corresponding
+   methods of Node do.
+  * Bugfixes
+o XML::NodeSet#{include?,delete,push} accept an XML::Namespace
+o XML::Document#parse added for parsing in the context of a document
+o XML::DocumentFragment#inner_html= works with contextual parsing! #298, 
#281
+o lib/nokogiri/css/parser.y Combined CSS functions + pseudo selectors fixed
+o Reparenting text nodes is safe, even when the operation frees adjacent
+  merged nodes. #283
+o Fixed libxml2 versionitis issue with xmlFirstElementChild et al. #303
+o XML::Attr#add_namespace now works as expected. #252
+o HTML::DocumentFragment uses the string’s encoding. #305
+o Fix the CSS3 selector translation rule for the general sibling combinator
+
+---
+Mon Jun 14 14:01:25 UTC 2010 - mrueck...@suse.de
+
+- update to version 1.4.2
+  - XML::Node#parse will parse XML or HTML fragments with respect
+to the context node.
+  - XML::Node#namespaces returns all namespaces defined in the node
+and all ancestor nodes (previously did not return ancestors'
+namespace definitions).
+  - Added Enumerable to XML::Node
+  - Nokogiri::XML::Schema#validate now uses xmlSchemaValidateFile
+if a filename is passed, which is faster and more
+memory-efficient. GH #219
+  - XML::Document#create_entity will create new EntityDecl objects.
+GH #174
+  - JRuby FFI implementation no longer uses ObjectSpace._id2ref,
+instead using Charles Nutter's rocking Weakling gem.
+  - Nokogiri::XML::Node#first_element_child fetch the first child
+node that is an ELEMENT node.
+  - Nokogiri::XML::Node#last_element_child fetch the last child
+node that is an ELEMENT node.
+  - Nokogiri::XML::Node#elements fetch all children nodes that are
+ELEMENT nodes.
+  - Nokogiri::XML::Node#add_child, #add_previous_sibling, #before,
+#add_next_sibling, #after, #inner_html, #swap and #replace all
+now accept a Node, DocumentFragment, NodeSet, or a string
+containing markup.
+  - Node#fragment? indicates whether a node is a DocumentFragment.
+  - XML::NodeSet is now always decorated (if the document has
+decorators).  GH #198
+  - XML::NodeSet#slice gracefully handles offset+length larger than
+the set length. GH #200
+  - XML::Node#content= safely unlinks previous content. GH #203
+  - XML::Node#namespace= takes nil as a parameter
+  - XML::Node#xpath 

commit installation-images for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory
checked in at Wed May 25 12:59:44 CEST 2011.




--- installation-images/installation-images.changes 2011-03-25 
12:02:04.0 +0100
+++ 
/mounts/work_src_done/STABLE/installation-images/installation-images.changes
2011-05-25 11:26:32.0 +0200
@@ -1,0 +2,5 @@
+Wed May 25 09:26:02 UTC 2011 - co...@novell.com
+
+- fix build with gcc 4.5 and perl 5.14
+
+---

calling whatdependson for head-i586


Old:

  needed_space_in_mb

New:

  new.patch



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.Q4pUru/_old  2011-05-25 12:58:41.0 +0200
+++ /var/tmp/diff_new_pack.Q4pUru/_new  2011-05-25 12:58:41.0 +0200
@@ -26,7 +26,7 @@
 BuildRequires:  PolicyKit adaptec-firmware ash autoyast2-installation bc 
blueprint-cursor-theme cifs-utils cron cups-libs dd_rescue dhcpcd dhcpv6 dmraid 
dump ed efont-unicode eject fbiterm finger fonts-config gdb glibc-i18ndata hex 
icmpinfo initviocons iputils joe krb5-devel libidn libjpeg-devel libpng-devel 
links linuxrc lklug lvm2 mdadm mingetty mtools multipath-tools nasm netcat 
netpbm nfs-utils ntfsprogs openslp-server openssh pcmciautils pcre-devel 
popt-devel pothana2000 recode rsh rsync sbl screen setserial sg3_utils 
smartmontools socat sysconfig syslogd tcpd-devel telnet telnet-server termcap 
terminfo usbutils wget xfsdump
 BuildRequires:  e2fsprogs ncurses-utils yast2-add-on yast2-kdump yast2-mouse 
yast2-ncurses-pkg yast2-network yast2-nfs-client yast2-ntp-client yast2-qt 
yast2-qt-pkg yast2-runlevel yast2-slp yast2-trans-allpacks yast2-trans-stats 
yast2-tune yast2-update yast2-users
 BuildRequires:  aaa_base aaa_base-extras audit-libs busybox checkmedia 
cryptsetup dejavu dmapi dosfstools ethtool fvwm2 gpm hfsutils icewm-lite 
libcares2 libelf0 libzypp open-iscsi openct pciutils pciutils-ids pcsc-lite 
perl-HTML-Parser sqlite3 util-linux
-BuildRequires:  build-key gpg2 jfsutils kexec-tools limal limal-perl 
perl-XML-Bare perl-XML-NamespaceSupport perl-XML-Parser perl-XML-Simple 
yast2-iscsi-client yast2-ncurses
+BuildRequires:  build-key gpg2 jfsutils kexec-tools limal limal-perl 
perl-Switch perl-XML-Bare perl-XML-NamespaceSupport perl-XML-Parser 
perl-XML-Simple yast2-iscsi-client yast2-ncurses
 BuildRequires:  Mesa libXi6 xkeyboard-config xorg-x11 xorg-x11-Xnest 
xorg-x11-Xvfb xorg-x11-fonts xorg-x11-fonts-core xorg-x11-libICE xorg-x11-libSM 
xorg-x11-libX11 xorg-x11-libXau xorg-x11-libXdmcp xorg-x11-libXext 
xorg-x11-libXfixes xorg-x11-libXmu xorg-x11-libXp xorg-x11-libXpm 
xorg-x11-libXrender xorg-x11-libXt xorg-x11-libfontenc xorg-x11-libs 
xorg-x11-libxcb xorg-x11-libxkbfile xorg-x11-server xterm
 BuildRequires:  bzip2 cracklib cracklib-dict-full curl gpart iproute2 
libexpat1 libfuse2 libreiserfs libreiserfs-devel module-init-tools nfs-client 
ntfs-3g parted procinfo procps psmisc reiserfs satsolver-tools squashfs strace 
vim xntp xz yast2-devtools
 BuildRequires:  alsa alsa-utils bind-libs bind-utils chkrootkit espeak lsscsi 
openldap2-client portaudio portmap python rpcbind sdparm smp_utils uuid-runtime 
xorg-x11-xauth yast2-multipath
@@ -107,8 +107,9 @@
 AutoReqProv:off
 Summary:Installation Image Files
 Version:12.80
-Release:1
+Release:3
 Source: installation-images-12.80.tar.bz2
+Patch0: new.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 
@@ -178,6 +179,7 @@
 
 %prep
 %setup
+%patch0 -p1
 rm -f /usr/lib/build/checks/04-check-filelist
 
 %build

++ new.patch ++
Index: installation-images-12.80/data/initrd/initrd.file_list
===
--- installation-images-12.80.orig/data/initrd/initrd.file_list 2011-02-21 
15:47:04.0 +0100
+++ installation-images-12.80/data/initrd/initrd.file_list  2011-05-25 
09:08:29.87136 +0200
@@ -416,7 +416,7 @@ if exists(sbl)
 s y2base /etc/sbl/profile/default
 endif
 
-libgcc45:
+libgcc46:
   /lib*
 
 gzip:
Index: installation-images-12.80/data/rescue/rescue.file_list
===
--- installation-images-12.80.orig/data/rescue/rescue.file_list 2011-03-25 
11:02:27.0 +0100
+++ installation-images-12.80/data/rescue/rescue.file_list  2011-05-25 
09:08:29.87136 +0200
@@ -143,7 +143,7 @@ unscd:
 tcpd:
   /lib*/libwrap.so*
 
-libgcc45:
+libgcc46:
   /lib*
 
 glibc:
Index: installation-images-12.80/data/root/root.file_list
===
--- installation-images-12.80.orig/data/root/root.file_list 2011-02-21 
15:47:04.0 +0100
+++ installation-images-12.80/data/root/root.file_list  

drop perl-Mozilla-CA from openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

FYI: Package perl-Mozilla-CA was dropped from openSUSE:Factory at Wed May 25 
15:48:47 CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=perl-Mozilla-CA

Remember to have fun...

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



drop nginx-0.8 from openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

FYI: Package nginx-0.8 was dropped from openSUSE:Factory at Wed May 25 15:49:06 
CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=nginx-0.8

Remember to have fun...

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



drop cmsfs from openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

FYI: Package cmsfs was dropped from openSUSE:Factory at Wed May 25 15:49:42 
CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=cmsfs

Remember to have fun...

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



drop i386-rescue from openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

FYI: Package i386-rescue was dropped from openSUSE:Factory at Wed May 25 
15:50:01 CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=i386-rescue

Remember to have fun...

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



drop ia32el from openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

FYI: Package ia32el was dropped from openSUSE:Factory at Wed May 25 15:50:24 
CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=ia32el

Remember to have fun...

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



drop ldns from openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

FYI: Package ldns was dropped from openSUSE:Factory at Wed May 25 15:50:48 CEST 
2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=ldns

Remember to have fun...

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



drop libehca-rdmav2 from openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

FYI: Package libehca-rdmav2 was dropped from openSUSE:Factory at Wed May 25 
15:51:34 CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=libehca-rdmav2

Remember to have fun...

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



drop libnldapx from openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

FYI: Package libnldapx was dropped from openSUSE:Factory at Wed May 25 15:51:53 
CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=libnldapx

Remember to have fun...

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



drop libzfcphbaapi0 from openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

FYI: Package libzfcphbaapi0 was dropped from openSUSE:Factory at Wed May 25 
15:52:13 CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=libzfcphbaapi0

Remember to have fun...

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



drop netdiag from openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

FYI: Package netdiag was dropped from openSUSE:Factory at Wed May 25 15:52:30 
CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=netdiag

Remember to have fun...

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



drop s390-32 from openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

FYI: Package s390-32 was dropped from openSUSE:Factory at Wed May 25 15:52:47 
CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=s390-32

Remember to have fun...

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



drop scsi-eventd from openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

FYI: Package scsi-eventd was dropped from openSUSE:Factory at Wed May 25 
15:53:05 CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=scsi-eventd

Remember to have fun...

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



commit PackageKit-branding-openSUSE for openSUSE:11.4

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package PackageKit-branding-openSUSE for 
openSUSE:11.4
checked in at Wed May 25 17:57:45 CEST 2011.




--- 
old-versions/11.4/UPDATES/all/PackageKit-branding-openSUSE/PackageKit-branding-openSUSE.changes
 2011-02-18 14:22:45.0 +0100
+++ 
/mounts/work_src_done/11.4/PackageKit-branding-openSUSE/PackageKit-branding-openSUSE.changes
2011-05-25 17:57:00.218121000 +0200
@@ -1,0 +2,5 @@
+Wed May 25 17:56:55 CEST 2011 - r...@suse.de
+
+- updarte filelist 
+
+---

calling whatdependson for 11.4-i586




Other differences:
--
++ PackageKit-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.pUZUAe/_old  2011-05-25 17:57:36.0 +0200
+++ /var/tmp/diff_new_pack.pUZUAe/_new  2011-05-25 17:57:36.0 +0200
@@ -24,7 +24,7 @@
 Name:   PackageKit-branding-openSUSE
 License:GPLv2+
 Version:11.4
-Release:3.RELEASE8
+Release:3.RELEASE10
 Summary:openSUSE branding of PackageKit
 Group:  System/Daemons
 Source0:COPYING
@@ -78,7 +78,7 @@
 %defattr(-,root,root)
 %doc COPYING
 # We don't build the command-not-found PackageKit utility
-#%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
+%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
 %config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
 %{_sysconfdir}/PackageKit/Vendor.conf
 %config(noreplace) %{_sysconfdir}/PackageKit/ZYpp.conf

++ PackageKit-branding.spec.in ++
--- /var/tmp/diff_new_pack.pUZUAe/_old  2011-05-25 17:57:36.0 +0200
+++ /var/tmp/diff_new_pack.pUZUAe/_new  2011-05-25 17:57:36.0 +0200
@@ -76,7 +76,7 @@
 %defattr(-,root,root)
 %doc COPYING
 # We don't build the command-not-found PackageKit utility
-#%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
+%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
 %config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
 %{_sysconfdir}/PackageKit/Vendor.conf
 %config(noreplace) %{_sysconfdir}/PackageKit/ZYpp.conf






Remember to have fun...

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



commit acpica for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package acpica for openSUSE:Factory
checked in at Wed May 25 09:26:25 CEST 2011.




--- acpica/acpica.changes   2011-02-24 16:32:20.0 +0100
+++ /mounts/work_src_done/STABLE/acpica/acpica.changes  2011-04-29 
17:48:04.0 +0200
@@ -1,0 +2,27 @@
+Wed Apr 27 09:32:02 UTC 2011 - idoen...@novell.com
+
+- Add acpica-unix-20110316-gcc46.patch: fix compilation with gcc 4.6 
+
+---
+Sun Apr 17 03:37:25 UTC 2011 - crrodrig...@opensuse.org
+
+- Disable both build dates in this package and in
+  the files it generates as it both trigger either unneeded
+  republish of itself or other bigger packages like virtualbox
+- Provides: iasl too. 
+
+---
+Wed Mar 30 16:15:29 UTC 2011 - tr...@suse.de
+
+- Exchange selfmade patch with mainline one to fix build
+
+---
+Wed Mar 30 15:50:47 UTC 2011 - tr...@suse.de
+
+- Updated to acpica version 20110316
+  Changes are listed in /usr/share/doc/packages/acpica/changes.txt
+- Fixed dynamic acpi table extract via acpidump/acpixtract
+  by reverting acpica commit baab09e6857a427944068c5e599ea2ffb84f765b
+- Fixed compile issue and submitted it mainline
+
+---

calling whatdependson for head-i586


Old:

  acpica-unix-20110112.tar.bz2
  acpidump-20101221.tar.bz2

New:

  acpica-no-compiletime.patch
  acpica-unix-20110316-gcc46.patch
  acpica-unix-20110316.tar.bz2
  acpica_fix_acpixtract
  acpidump-20110323.tar.bz2
  acpiexec_fix_build_missing_utdecode.patch



Other differences:
--
++ acpica.spec ++
--- /var/tmp/diff_new_pack.bsNY9R/_old  2011-05-25 09:24:53.0 +0200
+++ /var/tmp/diff_new_pack.bsNY9R/_new  2011-05-25 09:24:53.0 +0200
@@ -20,21 +20,27 @@
 
 Name:   acpica
 Url:http://acpica.org
-Version:20110112
-Release:6
-License:Intel ACPICA
+Version:20110316
+Release:1
+License:Intel ACPI
 %define src_dir acpica-unix-%{version}
-%define dmp_ver 20101221
+%define dmp_ver 20110323
 Group:  Development/Tools/Debuggers
 Summary:This is a set of tools to display and debug your BIOS ACPI 
tables
 Source: %{src_dir}.tar.bz2
 Patch1: acpica-override-CFLAGS.diff
 Patch2: acpidump-override-CFLAGS.patch
+Patch3: acpiexec_fix_build_missing_utdecode.patch
+Patch4: acpica_fix_acpixtract
+# PATCH-FIX-UPSTREAM acpica-unix-20110316-gcc46.patch idoen...@suse.de -- Fix 
compilation with gcc 4.6
+Patch5: acpica-unix-20110316-gcc46.patch
+Patch6: acpica-no-compiletime.patch
 Source1:ec_access.c
 Source2:acpidump-%{dmp_ver}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 ia64 x86_64
 BuildRequires:  bison flex
+Provides:   iasl
 
 %description
 The included tools share the same code as it is used in the ACPI
@@ -61,6 +67,10 @@
 %setup -n %{src_dir} -a 2
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5
+%patch6
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS

++ acpica-no-compiletime.patch ++
--- compiler/aslcompile.c.orig
+++ compiler/aslcompile.c
@@ -274,8 +274,8 @@ AslCompilerFileHeader (
 NewTime = localtime (Aclock);
 
 FlPrintFile (FileId,
-%sCompilation of \%s\ - %s%s\n,
-Prefix, Gbl_Files[ASL_FILE_INPUT].Filename, asctime (NewTime),
+%sCompilation of \%s\\n,
+Prefix, Gbl_Files[ASL_FILE_INPUT].Filename,
 Prefix);
 
 switch (FileId)
--- compiler/aslutils.c.orig
+++ compiler/aslutils.c
@@ -567,8 +567,8 @@ UtDisplaySummary (
 {
 /* Compiler name and version number */
 
-FlPrintFile (FileId, %s version %X%s [%s]\n,
-ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, ACPI_WIDTH, __DATE__);
+FlPrintFile (FileId, %s version %X%s\n,
+ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, ACPI_WIDTH);
 }
 
 if (Gbl_FileType == ASL_INPUT_TYPE_ASCII_DATA)
--- include/acapps.h.orig
+++ include/acapps.h
@@ -141,15 +141,15 @@
 /* Macros for signons and file headers */
 
 #define ACPI_COMMON_SIGNON(UtilityName) \
-\n%s\n%s version %8.8X%s [%s]\n%s\n\n, \
+\n%s\n%s version %8.8X%s\n%s\n\n, \
 ACPICA_NAME, \
-UtilityName, ((UINT32) ACPI_CA_VERSION), ACPI_WIDTH, __DATE__, \
+UtilityName, ((UINT32) ACPI_CA_VERSION), ACPI_WIDTH, \
 ACPICA_COPYRIGHT
 
 #define ACPI_COMMON_HEADER(UtilityName, Prefix) \
-%s%s\n%s%s version %8.8X%s [%s]\n%s%s\n%s\n, \
+%s%s\n%s%s version %8.8X%s\n%s%s\n%s\n, \
 Prefix, ACPICA_NAME, \
-Prefix, UtilityName, ((UINT32) ACPI_CA_VERSION), ACPI_WIDTH, __DATE__, \
+Prefix, UtilityName, ((UINT32)