openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
May 2007
- 1 participants
- 1082 discussions
Hello community,
here is the log from the commit of package powertop
checked in at Sat May 26 10:57:41 CEST 2007.
--------
--- powertop/powertop.changes 2007-05-22 13:56:05.000000000 +0200
+++ /mounts/work_src_done/STABLE/powertop/powertop.changes 2007-05-26 10:03:48.596460000 +0200
@@ -1,0 +2,27 @@
+Sat May 26 09:23:09 CEST 2007 - thoenig(a)suse.de
+
+- Update to PowerTOP 1.4
+- Strip binary
+- Add man page and localisation for powertop
+- Changes:
+ * use gettext to allow translation
+ (with lots of thanks to the various translators, especially
+ to Benjamin Pineau who showed me how to use gettext tools)
+ * fix bluethooth-checks-cause-autload-of-bluetooth bug
+ * use ncurses (Sebastian Kuzminsky)
+ * rotate through the suggestions randomly, so that all of them
+ will show over time
+ * Fix the CONFIG_SND_AC97_POWER_SAVE check to only report on ac97
+ hw
+ * report "hidden but suprious" timer ticks (due to missing hpet
+ or lack of NO_HZ)
+ * check for HPET being present; if not suggest user to toggle in
+ BIOS or apply the patch
+ * Some suggestions have become "active", you can press a key to
+ tune it right away.
+ * Add active suggestion to enable AC97 powersave mode at runtime
+ * Add active suggestion to enable wireless powersave mode at
+ runtime
+ * Add active suggestion to enable ondemand
+
+-------------------------------------------------------------------
Old:
----
powertop-1.3.tar.gz
New:
----
powertop-1.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ powertop.spec ++++++
--- /var/tmp/diff_new_pack.g25231/_old 2007-05-26 10:57:09.000000000 +0200
+++ /var/tmp/diff_new_pack.g25231/_new 2007-05-26 10:57:09.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package powertop (Version 1.3)
+# spec file for package powertop (Version 1.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,11 +13,12 @@
Name: powertop
URL: http://www.linuxpowertop.org
Summary: PowerTOP is a Linux tool to find out what is using power on a laptop
-Version: 1.3
+Version: 1.4
Release: 1
License: GNU General Public License (GPL)
Group: System/Monitoring
Source0: %{name}-%{version}.tar.gz
+BuildRequires: ncurses-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Autoreqprov: on
@@ -37,20 +38,47 @@
%build
CFLAGS="$RPM_OPT_FLAGS" make
+strip %{name}
%install
mkdir -p %{buildroot}/%{_bindir}
make install DESTDIR=%{buildroot}
+%find_lang %{name}
%clean
rm -rf %{_buildroot}
-%files
+%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING
%{_bindir}/%{name}
+%{_mandir}/man*/%{name}.1.gz
%changelog
+* Sat May 26 2007 - thoenig(a)suse.de
+- Update to PowerTOP 1.4
+- Strip binary
+- Add man page and localisation for powertop
+- Changes:
+ * use gettext to allow translation
+ (with lots of thanks to the various translators, especially
+ to Benjamin Pineau who showed me how to use gettext tools)
+ * fix bluethooth-checks-cause-autload-of-bluetooth bug
+ * use ncurses (Sebastian Kuzminsky)
+ * rotate through the suggestions randomly, so that all of them
+ will show over time
+ * Fix the CONFIG_SND_AC97_POWER_SAVE check to only report on ac97
+ hw
+ * report "hidden but suprious" timer ticks (due to missing hpet
+ or lack of NO_HZ)
+ * check for HPET being present; if not suggest user to toggle in
+ BIOS or apply the patch
+ * Some suggestions have become "active", you can press a key to
+ tune it right away.
+ * Add active suggestion to enable AC97 powersave mode at runtime
+ * Add active suggestion to enable wireless powersave mode at
+ runtime
+ * Add active suggestion to enable ondemand
* Tue May 22 2007 - thoenig(a)suse.de
- Update to PowerTOP 1.3
- Remove patch powertop-fix-compiler-warnings-thoenig-02.patch:
++++++ powertop-1.3.tar.gz -> powertop-1.4.tar.gz ++++++
++++ 3425 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gettext
checked in at Sat May 26 00:15:54 CEST 2007.
--------
--- gettext/gettext.changes 2007-04-20 14:45:13.000000000 +0200
+++ /mounts/work_src_done/STABLE/gettext/gettext.changes 2007-05-26 00:01:57.842754000 +0200
@@ -1,0 +2,5 @@
+Sat May 26 00:01:35 CEST 2007 - ro(a)suse.de
+
+- added rpmlintrc for gettext-devel (examples executable)
+
+-------------------------------------------------------------------
New:
----
rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gettext-java.spec ++++++
--- /var/tmp/diff_new_pack.Z18162/_old 2007-05-26 00:15:47.000000000 +0200
+++ /var/tmp/diff_new_pack.Z18162/_new 2007-05-26 00:15:47.000000000 +0200
@@ -17,7 +17,7 @@
Group: Development/Tools/Other
Autoreqprov: on
Version: 0.16
-Release: 18
+Release: 29
Summary: Java support for Native Language Support (NLS)
PreReq: %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ gettext.spec ++++++
--- /var/tmp/diff_new_pack.Z18162/_old 2007-05-26 00:15:47.000000000 +0200
+++ /var/tmp/diff_new_pack.Z18162/_new 2007-05-26 00:15:47.000000000 +0200
@@ -17,7 +17,7 @@
Group: Development/Tools/Other
Autoreqprov: on
Version: 0.16
-Release: 18
+Release: 23
Summary: Tools for Native Language Support (NLS)
PreReq: %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -228,6 +228,8 @@
%_prefix/share/aclocal/*
%changelog
+* Sat May 26 2007 - ro(a)suse.de
+- added rpmlintrc for gettext-devel (examples executable)
* Fri Apr 20 2007 - pth(a)suse.de
- Make inclusion of expat.h independent of dynamic loading so
that XML_MAJOR_VERSION is actually defined (#264110).
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package vmx-manager
checked in at Sat May 26 00:07:13 CEST 2007.
--------
--- vmx-manager/vmx-manager.changes 2007-05-24 02:17:50.000000000 +0200
+++ /mounts/work_src_done/NOARCH/vmx-manager/vmx-manager.changes 2007-05-25 19:59:41.494331000 +0200
@@ -1,0 +2,5 @@
+Fri May 25 19:59:35 CEST 2007 - james(a)suse.de
+
+- update to 0.2.8
+
+-------------------------------------------------------------------
Old:
----
vmx-manager-0.2.5.dif
vmx-manager-0.2.5.tar.bz2
New:
----
vmx-manager-0.2.8.dif
vmx-manager-0.2.8.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vmx-manager.spec ++++++
--- /var/tmp/diff_new_pack.Xz2721/_old 2007-05-26 00:06:47.000000000 +0200
+++ /var/tmp/diff_new_pack.Xz2721/_new 2007-05-26 00:06:47.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package vmx-manager (Version 0.2.5)
+# spec file for package vmx-manager (Version 0.2.8)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -16,8 +16,8 @@
License: GNU General Public License (GPL)
Group: Productivity/Other
Autoreqprov: on
-Version: 0.2.5
-Release: 29
+Version: 0.2.8
+Release: 1
Summary: Create, configure, and manage VMware virtual machines
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-%{version}.dif
@@ -67,6 +67,8 @@
%postun
%changelog
+* Fri May 25 2007 - james(a)suse.de
+- update to 0.2.8
* Thu May 24 2007 - ro(a)suse.de
- remove X-SuSE-translate from desktop file
* Thu Mar 08 2007 - sbrabec(a)suse.cz
++++++ vmx-manager-0.2.5.dif -> vmx-manager-0.2.8.dif ++++++
++++++ vmx-manager-0.2.5.tar.bz2 -> vmx-manager-0.2.8.tar.bz2 ++++++
++++ 4243 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/vmx-manager-0.2.5/ChangeLog new/vmx-manager-0.2.8/ChangeLog
--- old/vmx-manager-0.2.5/ChangeLog 2007-01-31 01:07:53.000000000 +0100
+++ new/vmx-manager-0.2.8/ChangeLog 2007-05-23 18:36:36.000000000 +0200
@@ -1,3 +1,21 @@
+2007-05-23 James Willcox <snorp(a)novell.com>
+
+ * configure.ac: bump to 0.2.8
+ * src/VirtualMachine.cs: VMware Player 2.0 uses different lock
+ files, so monitor those as well.
+
+2007-03-15 James Willcox <snorp(a)novell.com>
+
+ * configure.ac: bump to 0.2.7
+ * src/CdDriveCombo.cs: avoid a null ref exception when no drives
+ are found. Seriously fixes 247589.
+
+2007-03-01 James Willcox <snorp(a)novell.com>
+
+ * configure.ac: bump to 0.2.6
+ * src/Utility.cs (FindCdDrives): avoid a null ref exception when
+ there no drives found. Fixes 247589
+
2007-01-30 James Willcox <snorp(a)novell.com>
* configure.ac: bump to 0.2.5
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/vmx-manager-0.2.5/configure.ac new/vmx-manager-0.2.8/configure.ac
--- old/vmx-manager-0.2.5/configure.ac 2007-01-31 01:01:52.000000000 +0100
+++ new/vmx-manager-0.2.8/configure.ac 2007-05-23 18:35:54.000000000 +0200
@@ -1,6 +1,6 @@
AC_INIT(src/EntryPoint.cs)
-AM_INIT_AUTOMAKE(vmx-manager, 0.2.5)
+AM_INIT_AUTOMAKE(vmx-manager, 0.2.8)
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.21])
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/vmx-manager-0.2.5/intltool-extract.in new/vmx-manager-0.2.8/intltool-extract.in
--- old/vmx-manager-0.2.5/intltool-extract.in 2007-01-31 01:01:58.000000000 +0100
+++ new/vmx-manager-0.2.8/intltool-extract.in 2007-05-23 18:38:05.000000000 +0200
@@ -32,7 +32,7 @@
## Release information
my $PROGRAM = "intltool-extract";
my $PACKAGE = "intltool";
-my $VERSION = "0.35.0";
+my $VERSION = "0.35.5";
## Loaded modules
use strict;
@@ -114,6 +114,11 @@
sub place_normal {
$FILE = $ARGV[0];
$OUTFILE = "$FILE.h";
+
+ my $dirname = dirname ($OUTFILE);
+ if (! -d "$dirname" && $dirname ne "") {
+ system ("mkdir -p $dirname");
+ }
}
sub place_local {
@@ -156,7 +161,7 @@
--type=TYPE Specify the file type of FILENAME. Currently supports:
"gettext/glade", "gettext/ini", "gettext/keys"
"gettext/rfc822deb", "gettext/schemas",
- "gettext/scheme", "gettext/xml"
+ "gettext/scheme", "gettext/xml", "gettext/quoted"
-l, --local Writes output into current working directory
(conflicts with --update)
--update Writes output into the same directory the source file
@@ -212,6 +217,7 @@
&type_scheme if $gettext_type eq "scheme";
&type_schemas if $gettext_type eq "schemas";
&type_rfc822deb if $gettext_type eq "rfc822deb";
+ &type_quoted if $gettext_type eq "quoted";
}
sub entity_decode_minimal
@@ -242,7 +248,7 @@
{
return '\"' if $_ eq '"';
return '\n' if $_ eq "\n";
- return '\\' if $_ eq '\\';
+ return '\\\\' if $_ eq '\\';
return $_;
}
@@ -255,8 +261,11 @@
sub type_ini {
### For generic translatable desktop files ###
- while ($input =~ /^_.*=(.*)$/mg) {
- $messages{$1} = [];
+ while ($input =~ /^(#(.+)\n)?^_.*=(.*)$/mg) {
+ if (defined($2)) {
+ $comments{$3} = $2;
+ }
+ $messages{$3} = [];
}
}
@@ -711,6 +720,17 @@
return @list;
}
+sub type_quoted {
+ while ($input =~ /\"(([^\"]|\\\")*[^\\\"])\"/g) {
+ my $message = $1;
+ my $before = $`;
+ $message =~ s/\\\"/\"/g;
+ $before =~ s/[^\n]//g;
+ $messages{$message} = [];
+ $loc{$message} = length ($before) + 2;
+ }
+}
+
sub type_glade {
### For translatable Glade XML files ###
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/vmx-manager-0.2.5/intltool-merge.in new/vmx-manager-0.2.8/intltool-merge.in
--- old/vmx-manager-0.2.5/intltool-merge.in 2007-01-31 01:01:58.000000000 +0100
+++ new/vmx-manager-0.2.8/intltool-merge.in 2007-05-23 18:38:05.000000000 +0200
@@ -35,7 +35,7 @@
## Release information
my $PROGRAM = "intltool-merge";
my $PACKAGE = "intltool";
-my $VERSION = "0.35.0";
+my $VERSION = "0.35.5";
## Loaded modules
use strict;
@@ -60,6 +60,7 @@
my $DESKTOP_STYLE_ARG = 0;
my $SCHEMAS_STYLE_ARG = 0;
my $RFC822DEB_STYLE_ARG = 0;
+my $QUOTED_STYLE_ARG = 0;
my $QUIET_ARG = 0;
my $PASS_THROUGH_ARG = 0;
my $UTF8_ARG = 0;
@@ -79,6 +80,7 @@
"desktop-style|d" => \$DESKTOP_STYLE_ARG,
"schemas-style|s" => \$SCHEMAS_STYLE_ARG,
"rfc822deb-style|r" => \$RFC822DEB_STYLE_ARG,
+ "quoted-style" => \$QUOTED_STYLE_ARG,
"pass-through|p" => \$PASS_THROUGH_ARG,
"utf8|u" => \$UTF8_ARG,
"multiple-output|m" => \$MULTIPLE_OUTPUT,
@@ -157,6 +159,14 @@
&rfc822deb_merge_translations;
&finalize;
}
+elsif ($QUOTED_STYLE_ARG && @ARGV > 2)
+{
+ &utf8_sanity_check;
+ &preparation;
+ &print_message;
+ "ed_merge_translations;
+ &finalize;
+}
else
{
&print_help;
@@ -193,6 +203,7 @@
-k, --keys-style includes translations in the keys style
-s, --schemas-style includes translations in the schemas style
-r, --rfc822deb-style includes translations in the RFC822 style
+ --quoted-style includes translations in the quoted string style
-x, --xml-style includes translations in the standard xml style
Other options:
@@ -415,7 +426,7 @@
{
$nextfuzzy = 1 if /^#, fuzzy/;
- if (/^msgid "((\\.|[^\\])*)"/ )
+ if (/^msgid "((\\.|[^\\]+)*)"/ )
{
$translations{$lang, $msgid} = $msgstr if $inmsgstr && $msgid && $msgstr;
$msgid = "";
@@ -431,14 +442,14 @@
$nextfuzzy = 0;
}
- if (/^msgstr "((\\.|[^\\])*)"/)
+ if (/^msgstr "((\\.|[^\\]+)*)"/)
{
$msgstr = unescape_po_string($1);
$inmsgstr = 1;
$inmsgid = 0;
}
- if (/^"((\\.|[^\\])*)"/)
+ if (/^"((\\.|[^\\]+)*)"/)
{
$msgid .= unescape_po_string($1) if $inmsgid;
$msgstr .= unescape_po_string($1) if $inmsgstr;
@@ -1006,8 +1017,8 @@
if ($MULTIPLE_OUTPUT) {
for my $lang (sort keys %po_files_by_lang) {
- if ( ! -e $lang ) {
- mkdir $lang or die "Cannot create subdirectory $lang: $!\n";
+ if ( ! -d $lang ) {
+ mkdir $lang or -d $lang or die "Cannot create subdirectory $lang: $!\n";
}
open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n";
binmode (OUTPUT) if $^O eq 'MSWin32';
@@ -1354,3 +1365,39 @@
return @list;
}
+sub quoted_translation
+{
+ my ($lang, $string) = @_;
+
+ $string =~ s/\\\"/\"/g;
+
+ my $translation = $translations{$lang, $string};
+ $translation = $string if !$translation;
+
+ $translation =~ s/\"/\\\"/g;
+ return $translation
+}
+
+sub quoted_merge_translations
+{
+ if (!$MULTIPLE_OUTPUT) {
+ print "Quoted only supports Multiple Output.\n";
+ exit(1);
+ }
+
+ for my $lang (sort keys %po_files_by_lang) {
+ if ( ! -d $lang ) {
+ mkdir $lang or -d $lang or die "Cannot create subdirectory $lang: $!\n";
+ }
+ open INPUT, "<${FILE}" or die;
+ open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n";
+ binmode (OUTPUT) if $^O eq 'MSWin32';
+ while (<INPUT>)
+ {
+ s/\"(([^\"]|\\\")*[^\\\"])\"/"\"" . "ed_translation($lang, $1) . "\""/ge;
+ print OUTPUT;
+ }
+ close OUTPUT;
+ close INPUT;
+ }
+}
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/vmx-manager-0.2.5/intltool-update.in new/vmx-manager-0.2.8/intltool-update.in
--- old/vmx-manager-0.2.5/intltool-update.in 2007-01-31 01:01:58.000000000 +0100
+++ new/vmx-manager-0.2.8/intltool-update.in 2007-05-23 18:38:05.000000000 +0200
@@ -30,7 +30,7 @@
## Release information
my $PROGRAM = "intltool-update";
-my $VERSION = "0.35.0";
+my $VERSION = "0.35.5";
my $PACKAGE = "intltool";
## Loaded modules
@@ -90,10 +90,9 @@
$| = 1;
## Sometimes the source tree will be rooted somewhere else.
-my $SRCDIR = ".";
+my $SRCDIR = $ENV{"srcdir"} || ".";
my $POTFILES_in;
-$SRCDIR = $ENV{"srcdir"} if $ENV{"srcdir"};
$POTFILES_in = "<$SRCDIR/POTFILES.in";
my $devnull = ($^O eq 'MSWin32' ? 'NUL:' : '/dev/null');
@@ -124,8 +123,10 @@
&Console_Write_IntltoolHelp if $arg_count > 1;
+my $PKGNAME = FindPackageName ();
+
# --version and --help don't require a module name
-my $MODULE = $GETTEXT_PACKAGE || &FindPackageName || "unknown";
+my $MODULE = $GETTEXT_PACKAGE || $PKGNAME || "unknown";
if ($POT_ARG)
{
@@ -316,7 +317,8 @@
@buf_potfiles_ignore,
@buf_allfiles,
@buf_allfiles_sorted,
- @buf_potfiles_sorted
+ @buf_potfiles_sorted,
+ @buf_potfiles_ignore_sorted
);
## Search and find all translatable files
@@ -342,7 +344,7 @@
## comparing with POTFILES.in
foreach my $ignore ("POTFILES.skip", "POTFILES.ignore")
{
- (-s $ignore) or next;
+ (-s "$SRCDIR/$ignore") or next;
if ("$ignore" eq "POTFILES.ignore")
{
@@ -351,7 +353,7 @@
}
print "Found $ignore: Ignoring files...\n" if $VERBOSE;
- open FILE, "<$ignore" or die "ERROR: Failed to open $ignore!\n";
+ open FILE, "<$SRCDIR/$ignore" or die "ERROR: Failed to open $SRCDIR/$ignore!\n";
while (<FILE>)
{
@@ -359,7 +361,7 @@
}
close FILE;
- @buf_potfiles = (@buf_potfiles_ignore, @buf_potfiles);
+ @buf_potfiles_ignore_sorted = sort (@buf_potfiles_ignore);
}
foreach my $file (@buf_i18n_plain)
@@ -417,7 +419,7 @@
}
}
- if (/\.GetString ?\(QUOTEDTEXT/)
+ if (/\w\.GetString *\(QUOTEDTEXT/)
{
if (defined isNotValidMissing (unpack("x3 A*", $file))) {
## Remove the first 3 chars and add newline
@@ -426,7 +428,8 @@
last;
}
- if (/_\(QUOTEDTEXT/)
+ ## N_ Q_ and _ are the three macros defined in gi8n.h
+ if (/[NQ]?_ *\(QUOTEDTEXT/)
{
if (defined isNotValidMissing (unpack("x3 A*", $file))) {
## Remove the first 3 chars and add newline
@@ -489,6 +492,11 @@
$in2{$_} = 1;
}
+ foreach (@buf_potfiles_ignore_sorted)
+ {
+ $in2{$_} = 1;
+ }
+
my @result;
foreach (@buf_allfiles_sorted)
@@ -504,7 +512,7 @@
foreach (@buf_potfiles_sorted)
{
chomp (my $dummy = $_);
- if ("$dummy" ne "" and ! -f "../$dummy")
+ if ("$dummy" ne "" and !(-f "$SRCDIR/../$dummy" or -f "../$dummy"))
{
push @buf_potfiles_notexist, $_;
}
@@ -537,7 +545,7 @@
warn "\n" if ($VERBOSE or @result);
warn "\e[1mThe following files do not exist anymore:\e[0m\n\n";
warn @buf_potfiles_notexist, "\n";
- warn "Please remove them from POTFILES.in or POTFILES.skip. A file \e[1m'notexist'\e[0m\n".
+ warn "Please remove them from POTFILES.in. A file \e[1m'notexist'\e[0m\n".
"containing this list of absent files has been written in the current directory.\n";
}
}
@@ -557,14 +565,11 @@
sub GenerateHeaders
{
- my $EXTRACT = "@INTLTOOL_EXTRACT@";
- chomp $EXTRACT;
-
- $EXTRACT = $ENV{"INTLTOOL_EXTRACT"} if $ENV{"INTLTOOL_EXTRACT"};
+ my $EXTRACT = $ENV{"INTLTOOL_EXTRACT"} || "intltool-extract";
## Generate the .h header files, so we can allow glade and
## xml translation support
- if (! -x "$EXTRACT")
+ if (0)
{
print STDERR "\n *** The intltool-extract script wasn't found!"
."\n *** Without it, intltool-update can not generate files.\n";
@@ -671,12 +676,8 @@
}
else
{
- if ($SRCDIR eq ".") {
- print OUTFILE "../$_\n";
- } else {
- print OUTFILE "$SRCDIR/../$_\n";
- }
- $gettext_code = &TextFile_DetermineEncoding ("../$_") if ($gettext_support_nonascii and not defined $forced_gettext_code);
+ print OUTFILE "$SRCDIR/../$_\n";
+ $gettext_code = &TextFile_DetermineEncoding ("$SRCDIR/../$_") if ($gettext_support_nonascii and not defined $forced_gettext_code);
}
next if (! $gettext_support_nonascii);
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/vmx-manager-0.2.5/po/ChangeLog new/vmx-manager-0.2.8/po/ChangeLog
--- old/vmx-manager-0.2.5/po/ChangeLog 2007-01-03 20:56:33.000000000 +0100
+++ new/vmx-manager-0.2.8/po/ChangeLog 2007-04-03 23:47:37.000000000 +0200
@@ -0,0 +1,3 @@
+2007-02-23 Daniel Nylander <po(a)danielnylander.se>
+
+ * sv.po: Added Swedish translation.
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/vmx-manager-0.2.5/po/Makefile.in.in new/vmx-manager-0.2.8/po/Makefile.in.in
--- old/vmx-manager-0.2.5/po/Makefile.in.in 2007-01-31 01:01:58.000000000 +0100
+++ new/vmx-manager-0.2.8/po/Makefile.in.in 2007-05-23 18:38:05.000000000 +0200
@@ -25,7 +25,7 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
-top_builddir = ..
+top_builddir = @top_builddir@
VPATH = @srcdir@
prefix = @prefix@
@@ -56,15 +56,19 @@
PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; fi)
-POFILES=$(shell if test -n "$(PO_LINGUAS)"; then LINGUAS="$(PO_LINGUAS)"; else LINGUAS="$(ALL_LINGUAS)"; fi; for lang in $$LINGUAS; do printf "$$lang.po "; done)
+USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS`" -o -n "`echo $$ALINGUAS|grep ' ?$$lang ?'`"; then printf "$$lang "; fi; done; fi)
+
+USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
+
+POFILES=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(POFILES)
EXTRA_DISTFILES = POTFILES.skip Makevars LINGUAS
POTFILES = \
-#This Gets Replace for some reason
+# This comment gets stripped out
-CATALOGS=$(shell if test -n "$(PO_LINGUAS)"; then LINGUAS="$(PO_LINGUAS)"; else LINGUAS="$(ALL_LINGUAS)"; fi; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
+CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
.SUFFIXES:
.SUFFIXES: .po .pox .gmo .mo .msg .cat
@@ -98,11 +102,7 @@
install-data-no: all
install-data-yes: all
$(mkdir_p) $(DESTDIR)$(itlocaledir)
- if test -n "$(PO_LINGUAS)"; then \
- linguas="$(PO_LINGUAS)"; \
- else \
- linguas="$(ALL_LINGUAS)"; \
- fi; \
+ linguas="$(USE_LINGUAS)"; \
for lang in $$linguas; do \
dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
$(mkdir_p) $$dir; \
@@ -136,17 +136,18 @@
installcheck:
uninstall:
- if test -n "$(PO_LINGUAS)"; then \
- linguas="$(PO_LINGUAS)"; \
- else \
- linguas="$(ALL_LINGUAS)"; \
- fi; \
+ linguas="$(USE_LINGUAS)"; \
for lang in $$linguas; do \
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
done
check: all $(GETTEXT_PACKAGE).pot
+ rm -f missing notexist
+ srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
+ if [ -r missing -o -r notexist ]; then \
+ exit 1; \
+ fi
mostlyclean:
rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
@@ -179,11 +180,7 @@
update-po: Makefile
$(MAKE) $(GETTEXT_PACKAGE).pot
tmpdir=`pwd`; \
- if test -n "$(PO_LINGUAS)"; then \
- linguas="$(PO_LINGUAS)"; \
- else \
- linguas="$(ALL_LINGUAS)"; \
- fi; \
+ linguas="$(USE_LINGUAS)"; \
for lang in $$linguas; do \
echo "$$lang:"; \
result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
@@ -211,8 +208,8 @@
$(MAKE) stamp-it; \
fi
-stamp-it: Makefile.in.in ../config.status POTFILES.in
- cd .. \
+stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in
+ cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
$(SHELL) ./config.status
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/vmx-manager-0.2.5/src/CdDriveCombo.cs new/vmx-manager-0.2.8/src/CdDriveCombo.cs
--- old/vmx-manager-0.2.5/src/CdDriveCombo.cs 2007-01-03 20:56:33.000000000 +0100
+++ new/vmx-manager-0.2.8/src/CdDriveCombo.cs 2007-03-15 19:39:21.000000000 +0100
@@ -21,9 +21,12 @@
CellRendererText renderer = new CellRendererText ();
PackStart (renderer, true);
AddAttribute (renderer, "text", 0);
-
- foreach (Hal.Device dev in hal.FindDeviceByCapabilityAsDevice ("storage.cdrom")) {
- AddDevice (dev);
+
+ Hal.Device[] list = hal.FindDeviceByCapabilityAsDevice ("storage.cdrom");
+ if (list != null) {
+ foreach (Hal.Device dev in list) {
+ AddDevice (dev);
+ }
}
}
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/vmx-manager-0.2.5/src/Utility.cs new/vmx-manager-0.2.8/src/Utility.cs
--- old/vmx-manager-0.2.5/src/Utility.cs 2007-01-31 01:04:02.000000000 +0100
+++ new/vmx-manager-0.2.8/src/Utility.cs 2007-03-01 19:03:48.000000000 +0100
@@ -356,7 +356,12 @@
Hal.Manager hal = new Hal.Manager ();
List<string> devices = new List<string> ();
- foreach (Hal.Device dev in hal.FindDeviceByCapabilityAsDevice ("storage.cdrom")) {
+ Hal.Device[] list = hal.FindDeviceByCapabilityAsDevice ("storage.cdrom");
+ if (list == null) {
+ return devices;
+ }
+
+ foreach (Hal.Device dev in list) {
devices.Add (dev.GetPropertyString ("block.device"));
}
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/vmx-manager-0.2.5/src/VirtualMachine.cs new/vmx-manager-0.2.8/src/VirtualMachine.cs
--- old/vmx-manager-0.2.5/src/VirtualMachine.cs 2007-01-30 22:54:35.000000000 +0100
+++ new/vmx-manager-0.2.8/src/VirtualMachine.cs 2007-05-23 18:35:44.000000000 +0200
@@ -62,10 +62,9 @@
public event EventHandler NameChanged;
public event EventHandler FileNameChanged;
- private string LockFileName {
- get { return file + ".WRITELOCK"; }
+ private string[] LockFileNames {
+ get { return new string[] { file + ".WRITELOCK", file + ".lck"}; }
}
-
public string FileName {
get { return file; }
@@ -601,20 +600,37 @@
}
}
+ private bool IsLockFile (string path) {
+ foreach (string lockfile in LockFileNames) {
+ if (path == lockfile) {
+ return true;
+ }
+ }
+
+ return false;
+ }
+
private void OnFileCreated (object o, FileSystemEventArgs args) {
- if (args.FullPath == LockFileName || args.FullPath == CheckPointFileName) {
+ if (IsLockFile (args.FullPath) || args.FullPath == CheckPointFileName) {
UpdateStatus ();
}
}
private void OnFileDeleted (object o, FileSystemEventArgs args) {
- if (args.FullPath == LockFileName || args.FullPath == CheckPointFileName) {
+ if (IsLockFile (args.FullPath) || args.FullPath == CheckPointFileName) {
UpdateStatus ();
}
}
private void UpdateStatus () {
- bool lockExists = File.Exists (LockFileName);
+ bool lockExists = false;
+ foreach (string lockfile in LockFileNames) {
+ if (File.Exists (lockfile) || Directory.Exists (lockfile)) {
+ lockExists = true;
+ break;
+ }
+ }
+
bool checkPointExists = File.Exists (CheckPointFileName);
VirtualMachineStatus newstatus;
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/vmx-manager-0.2.5/TODO new/vmx-manager-0.2.8/TODO
--- old/vmx-manager-0.2.5/TODO 1970-01-01 01:00:00.000000000 +0100
+++ new/vmx-manager-0.2.8/TODO 2007-02-08 23:21:06.000000000 +0100
@@ -0,0 +1,6 @@
+- Get rid of the cheesy VirtualMachine.AddFooDevice methods, and just have
+ AddDevice and RemoveDevice.
+
+- Add the ability to expand disks
+
+- Consider adding the ability to shrink disks
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package apparmor-profiles
checked in at Sat May 26 00:06:40 CEST 2007.
--------
--- apparmor-profiles/apparmor-profiles.changes 2007-05-23 00:24:24.000000000 +0200
+++ /mounts/work_src_done/NOARCH/apparmor-profiles/apparmor-profiles.changes 2007-05-25 23:47:11.335219000 +0200
@@ -1,0 +2,5 @@
+Fri May 25 23:46:11 CEST 2007 - srarnold(a)suse.de
+
+- replace /proc/ with @{PROC} from sbeattie
+
+-------------------------------------------------------------------
Old:
----
apparmor-profiles-2.0.2-692.tar.gz
New:
----
apparmor-profiles-2.0.2-702.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apparmor-profiles.spec ++++++
--- /var/tmp/diff_new_pack.z31903/_old 2007-05-26 00:05:51.000000000 +0200
+++ /var/tmp/diff_new_pack.z31903/_new 2007-05-26 00:05:51.000000000 +0200
@@ -16,9 +16,9 @@
%endif
Summary: AppArmor profiles that are loaded into the apparmor kernel module
Version: 2.0.2
-Release: 11
+Release: 13
Group: Productivity/Security
-Source0: %{name}-%{version}-692.tar.gz
+Source0: %{name}-%{version}-702.tar.gz
License: GNU General Public License (GPL)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://forge.novell.com/modules/xfmod/project/?apparmor
@@ -76,6 +76,8 @@
%preun
%changelog
+* Fri May 25 2007 - srarnold(a)suse.de
+- replace /proc/ with @{PROC} from sbeattie
* Wed May 23 2007 - srarnold(a)suse.de
- Bug 265775 - changes for kerberosclient profile
[updated the abstraction]
++++++ apparmor-profiles-2.0.2-692.tar.gz -> apparmor-profiles-2.0.2-702.tar.gz ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/bin.netstat new/apparmor-profiles-2.0.2/apparmor/profiles/extras/bin.netstat
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/bin.netstat 2006-11-16 13:00:00.000000000 +0100
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/bin.netstat 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: bin.netstat 239 2006-11-16 12:00:00Z seth_arnold $
+# $Id: bin.netstat 697 2007-05-25 03:09:30Z steve-beattie $
# vim:syntax=apparmor
# ------------------------------------------------------------------
#
@@ -25,9 +25,9 @@
/bin/netstat rmix,
/etc/networks r,
- /proc r,
- /proc/[0-9]*/cmdline r,
- /proc/[0-9]*/fd r,
- /proc/net r,
- /proc/net/* r,
+ @{PROC} r,
+ @{PROC}/[0-9]*/cmdline r,
+ @{PROC}/[0-9]*/fd r,
+ @{PROC}/net r,
+ @{PROC}/net/* r,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/etc.cron.daily.logrotate new/apparmor-profiles-2.0.2/apparmor/profiles/extras/etc.cron.daily.logrotate
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/etc.cron.daily.logrotate 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/etc.cron.daily.logrotate 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: etc.cron.daily.logrotate 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: etc.cron.daily.logrotate 697 2007-05-25 03:09:30Z steve-beattie $
# vim:syntax=apparmor
# ------------------------------------------------------------------
#
@@ -40,8 +40,8 @@
/etc/logrotate.d r,
/etc/logrotate.d/* r,
/etc/subdomain.d r,
- /proc r,
- /proc/[1-9]* r,
+ @{PROC} r,
+ @{PROC}/[1-9]* r,
/tmp w,
/tmp/file* wl,
/tmp/logrot* wlr,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/etc.cron.daily.slocate.cron new/apparmor-profiles-2.0.2/apparmor/profiles/extras/etc.cron.daily.slocate.cron
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/etc.cron.daily.slocate.cron 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/etc.cron.daily.slocate.cron 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: etc.cron.daily.slocate.cron 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: etc.cron.daily.slocate.cron 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -21,7 +21,6 @@
/dev/tty wr ,
/etc/cron.daily/slocate.cron r ,
/etc/mtab r ,
- /proc/meminfo r ,
/usr/bin/slocate mixr,
/usr/bin/renice mixr,
/** r ,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/opt.gnome.bin.evolution-2.4 new/apparmor-profiles-2.0.2/apparmor/profiles/extras/opt.gnome.bin.evolution-2.4
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/opt.gnome.bin.evolution-2.4 2007-05-16 23:55:13.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/opt.gnome.bin.evolution-2.4 2007-05-25 05:09:30.000000000 +0200
@@ -132,11 +132,9 @@
/opt/mozilla/bin/mozilla.sh Pxr,
/opt/mozilla/lib/** r,
/opt/mozilla/lib/**.so mr,
- /proc/*/cmdline r,
- /proc/meminfo r,
- /proc/net r,
- /proc/net/* r,
- /proc/stat r,
+ @{PROC}/*/cmdline r,
+ @{PROC}/net r,
+ @{PROC}/net/* r,
/tmp r,
/tmp/* lrw,
/tmp/.ICE-unix/* w,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/opt.gnome.bin.gaim new/apparmor-profiles-2.0.2/apparmor/profiles/extras/opt.gnome.bin.gaim
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/opt.gnome.bin.gaim 2007-05-16 23:55:13.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/opt.gnome.bin.gaim 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: opt.gnome.bin.gaim 686 2007-05-16 21:55:13Z seth_arnold $
+# $Id: opt.gnome.bin.gaim 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -59,9 +59,7 @@
/opt/kde3/bin/kde-config mixr,
/opt/mozilla/lib/lib*so* mr,
/opt/mozilla/lib64/lib*so* mr,
- /proc/cpuinfo r,
- /proc/stat r,
- /proc/*/cmdline r,
+ @{PROC}/*/cmdline r,
/usr/X11R6/lib/Acrobat*/Resource/Font/* r,
/usr/X11R6/lib/Acrobat*/Resource/Font/PFM/* r,
/usr/X11R6/lib/lib*so* mr,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/opt.gnome.lib.evolution-data-server-1.2.evolution-data-server-1.4 new/apparmor-profiles-2.0.2/apparmor/profiles/extras/opt.gnome.lib.evolution-data-server-1.2.evolution-data-server-1.4
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/opt.gnome.lib.evolution-data-server-1.2.evolution-data-server-1.4 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/opt.gnome.lib.evolution-data-server-1.2.evolution-data-server-1.4 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: opt.gnome.lib.evolution-data-server-1.2.evolution-data-server-1.4 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: opt.gnome.lib.evolution-data-server-1.2.evolution-data-server-1.4 697 2007-05-25 03:09:30Z steve-beattie $
# vim:syntax=apparmor
# Last Modified: Wed Sep 7 07:44:21 2005
# ------------------------------------------------------------------
@@ -37,8 +37,6 @@
/opt/gnome/lib/gnome-vfs** mr,
/opt/gnome/lib/lib*so* mr,
/opt/gnome/share/evolution-data-server-*/** mr,
- /proc/meminfo r,
- /proc/stat r,
/usr/X11R6/lib/X11/locale/* r,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/sbin.dhclient new/apparmor-profiles-2.0.2/apparmor/profiles/extras/sbin.dhclient
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/sbin.dhclient 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/sbin.dhclient 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: sbin.dhclient 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: sbin.dhclient 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -33,12 +33,12 @@
/bin/ps mixr,
/dev/random r,
/etc/dhclient.conf r,
- /proc/ r,
- /proc/interrupts r,
- /proc/net/dev r,
- /proc/rtc r,
- /proc/self/status r,
- /proc/stat r,
+ @{PROC}/ r,
+ @{PROC}/interrupts r,
+ @{PROC}/net/dev r,
+ @{PROC}/rtc r,
+ # following rule shouldn't work, self is a symlink
+ @{PROC}/self/status r,
/sbin/arp rmix,
/usr/bin/dig rmix,
/usr/bin/uptime rmix,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.bin.man new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.bin.man
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.bin.man 2006-11-03 13:58:04.000000000 +0100
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.bin.man 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.bin.man 192 2006-11-03 12:58:04Z seth_arnold $
+# $Id: usr.bin.man 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -20,7 +20,6 @@
capability setgid,
capability setuid,
- /proc/sys/kernel/ngroups_max r,
/usr/lib/man-db/man Px,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.bin.opera new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.bin.opera
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.bin.opera 2007-05-16 23:55:13.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.bin.opera 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.bin.opera 686 2007-05-16 21:55:13Z seth_arnold $
+# $Id: usr.bin.opera 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -37,10 +37,9 @@
/etc/opera6rc rw,
/etc/opera6rc.fixed rw,
/opt r,
- /proc/*/stat r,
- /proc/net/if_inet6 r,
- /proc/stat r,
- /proc/sys/vm/heap-stack-gap r,
+ @{PROC}/[0-9]*/stat r,
+ @{PROC}/net/if_inet6 r,
+ @{PROC}/sys/vm/heap-stack-gap r,
@{HOME}/.fonts.cache-* r,
@{HOME}/.fonts r,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.firefox.firefox-bin new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.firefox.firefox-bin
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.firefox.firefox-bin 2007-05-16 23:55:13.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.firefox.firefox-bin 2007-05-25 05:09:30.000000000 +0200
@@ -1,6 +1,6 @@
# vim:syntax=apparmor
# Last Modified: Fri Feb 17 17:48:58 2006
-# $Id: usr.lib.firefox.firefox-bin 686 2007-05-16 21:55:13Z seth_arnold $
+# $Id: usr.lib.firefox.firefox-bin 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -63,12 +63,11 @@
/opt/kde3/bin/kde-config mixr,
/opt/kde3/share/applications/**.desktop r,
/opt/kde3/share/applications/mimeinfo.cache r,
- /proc/*/cmdline r,
- /proc/*/maps r,
- /proc/*/stat r,
- /proc/net/if_inet6 r,
- /proc/stat r,
- /proc/sys/vm/heap-stack-gap r,
+ @{PROC}/[0-9]*/cmdline r,
+ @{PROC}/[0-9]*/maps r,
+ @{PROC}/[0-9]*/stat r,
+ @{PROC}/net/if_inet6 r,
+ @{PROC}/sys/vm/heap-stack-gap r,
/usr/X11R6/lib/Acrobat*/Browser/intellinux/nppdf.so mr,
/usr/X11R6/lib/Acrobat*/Resource/Font/** r,
/usr/X11R6/lib/lib*so* mr,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.man-db.man new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.man-db.man
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.man-db.man 2007-01-26 11:52:26.000000000 +0100
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.man-db.man 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.man-db.man 314 2007-01-26 10:52:26Z seth_arnold $
+# $Id: usr.lib.man-db.man 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -33,7 +33,6 @@
/etc/papersize r,
/etc/termcap r,
/opt/gnome/man/** r,
- /proc/sys/kernel/ngroups_max r,
/usr/bin/apropos Px,
/usr/bin/cmp rmix,
/usr/bin/groff rmix,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.anvil new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.anvil
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.anvil 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.anvil 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.anvil 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.lib.postfix.anvil 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -25,6 +25,5 @@
/etc/postfix/main.cf r,
/{var/spool/postfix/,}private/anvil rw,
/{var/spool/postfix/,}pid/unix.anvil rw,
- /proc/net/if_inet6 r,
- /proc/sys/kernel/ngroups_max r,
+ @{PROC}/net/if_inet6 r,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.bounce new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.bounce
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.bounce 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.bounce 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.bounce 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.lib.postfix.bounce 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -43,6 +43,5 @@
/{var/spool/postfix/,}pid/unix.trace rw,
/etc/postfix/main.cf r,
- /proc/net/if_inet6 r,
- /proc/sys/kernel/ngroups_max r,
+ @{PROC}/net/if_inet6 r,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.cleanup new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.cleanup
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.cleanup 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.cleanup 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.cleanup 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.lib.postfix.cleanup 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -31,6 +31,4 @@
/{var/spool/postfix/,}pid/unix.cleanup rw,
/etc/{m,fs}tab r,
/etc/postfix/* r,
- /proc/sys/kernel/ngroups_max r,
- /proc/{stat,cpuinfo} r,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.flush new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.flush
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.flush 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.flush 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.flush 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.lib.postfix.flush 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -48,7 +48,4 @@
@{HOME}/.forward r,
- /proc/stat r,
- /proc/sys/kernel/ngroups_max r,
-
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.local new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.local
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.local 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.local 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.local 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.lib.postfix.local 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -33,7 +33,6 @@
/etc/{postfix/,}aliases.db r,
# mailman on SuSE is configed to have its own alias file
/var/lib/mailman/data/aliases.db r,
- /proc/{cpuinfo,stat} r,
/{var/spool/postfix/,}active/[0-9A-F]/[0-9A-F]/* rw,
/{var/spool/postfix/,}active/[0-9A-F]/[0-9A-F]* rw,
/{var/spool/postfix/,}active/[0-9A-F]* rw,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.pickup new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.pickup
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.pickup 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.pickup 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.pickup 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.lib.postfix.pickup 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -19,8 +19,6 @@
/usr/lib/postfix/pickup rmix,
- /proc/sys/kernel/ngroups_max r,
-
/{var/spool/postfix/,}public/cleanup w,
/{var/spool/postfix/,}public/pickup r,
/{var/spool/postfix/,}maildrop r,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.proxymap new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.proxymap
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.proxymap 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.proxymap 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.proxymap 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.lib.postfix.proxymap 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -22,6 +22,5 @@
/usr/lib/postfix/proxymap rmix,
/etc/postfix/main.cf r,
- /proc/net/if_inet6 r,
- /proc/sys/kernel/ngroups_max r,
+ @{PROC}/net/if_inet6 r,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.qmgr new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.qmgr
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.qmgr 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.qmgr 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.qmgr 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.lib.postfix.qmgr 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -18,7 +18,6 @@
#include <program-chunks/postfix-common>
/usr/lib/postfix/qmgr rmix,
- /proc/sys/kernel/ngroups_max r,
/{var/spool/postfix/,}active r,
/{var/spool/postfix/,}active/[0-9A-F] r,
/{var/spool/postfix/,}active/[0-9A-F]/[0-9A-F] rwl,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.scache new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.scache
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.scache 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.scache 2007-05-25 05:09:30.000000000 +0200
@@ -19,6 +19,5 @@
/usr/lib/postfix/scache rmix,
- /proc/sys/kernel/ngroups_max r,
/var/run/nscd/group r,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.showq new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.showq
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.showq 2006-08-04 21:14:15.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.showq 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.showq 91 2006-08-04 19:14:15Z seth_arnold $
+# $Id: usr.lib.postfix.showq 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -52,6 +52,4 @@
/{var/spool/postfix/,}maildrop r,
/{var/spool/postfix/,}maildrop/[0-9A-F]* r,
/{var/spool/postfix/,}pid/unix.showq rw,
-
- /proc/sys/kernel/ngroups_max r,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.smtp new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.smtp
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.smtp 2006-10-18 23:13:42.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.smtp 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.smtp 163 2006-10-18 21:13:42Z seth_arnold $
+# $Id: usr.lib.postfix.smtp 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -38,12 +38,9 @@
/{var/spool/postfix/,}pid/unix.relay rw,
/etc/postfix/{ssl/,}*.pem r,
/etc/postfix/prng_exch rw,
- /proc/sys/kernel/ngroups_max r,
/usr/share/ssl/certs/ca-bundle.crt r,
/usr/share/ssl/openssl.cnf r,
/etc/postfix/virtual.db r,
/etc/postfix/sasl_passwd.db r,
/etc/mtab r,
- /proc/stat r,
- /proc/meminfo r,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.smtpd new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.smtpd
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.smtpd 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.smtpd 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.smtpd 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.lib.postfix.smtpd 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -55,9 +55,5 @@
/var/run/sasl2/mux w,
- /proc/net/if_inet6 r,
- /proc/cpuinfo r,
- /proc/stat r,
- /proc/sys/kernel/ngroups_max r,
-
+ @{PROC}/net/if_inet6 r,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.tlsmgr new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.tlsmgr
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.tlsmgr 2006-12-08 07:26:21.000000000 +0100
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.tlsmgr 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.tlsmgr 267 2006-12-08 06:26:21Z steve-beattie $
+# $Id: usr.lib.postfix.tlsmgr 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -20,7 +20,6 @@
/usr/lib/postfix/tlsmgr rmix,
/etc/postfix/prng_exch rw,
- /proc/sys/kernel/ngroups_max r,
/{var/spool/postfix/,}private/tlsmgr r,
/var/run/__db.smtpd_tls_session_cache.db rw,
/var/run/smtpd_tls_session_cache.db rw,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.trivial-rewrite new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.trivial-rewrite
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.trivial-rewrite 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.lib.postfix.trivial-rewrite 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.lib.postfix.trivial-rewrite 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.lib.postfix.trivial-rewrite 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -24,7 +24,4 @@
/etc/postfix/virtual.db r,
/etc/{m,fs}tab r,
/var/spool/postfix/pid/unix.rewrite rw,
-
- /proc/{cpuinfo,stat} r,
- /proc/sys/kernel/ngroups_max r,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.httpd2-prefork new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.httpd2-prefork
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.httpd2-prefork 2007-01-03 07:51:17.000000000 +0100
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.httpd2-prefork 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.httpd2-prefork 274 2007-01-03 06:51:17Z seth_arnold $
+# $Id: usr.sbin.httpd2-prefork 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -40,8 +40,6 @@
/etc/php.d r,
/etc/php.d/** r,
/etc/php.ini r,
- /proc/meminfo r,
- /proc/sys/kernel/ngroups_max r,
/tmp/auth_ldap_cache.sem wl,
/tmp/session_mm_apache0.sem wl,
/tmp/session_mm_apache2handler0.sem wl,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.lighttpd new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.lighttpd
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.lighttpd 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.lighttpd 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.lighttpd 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.sbin.lighttpd 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -27,8 +27,6 @@
capability setgid,
capability setuid,
- /proc/sys/kernel/ngroups_max r,
-
/etc/lighttpd r,
/etc/lighttpd/*.conf r,
/etc/lighttpd/conf.d/*.conf r,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.oidentd new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.oidentd
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.oidentd 2006-05-03 00:41:28.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.oidentd 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.oidentd 39 2006-05-02 22:41:28Z seth_arnold $
+# $Id: usr.sbin.oidentd 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -22,8 +22,8 @@
/etc/oidentd.conf r,
/etc/oidentd_masq.conf r,
- /proc/net/tcp r,
- /proc/net/tcp6 r,
+ @{PROC}/net/tcp r,
+ @{PROC}/net/tcp6 r,
# spoofing feature of oidentd
@{HOME}/.ispoof r,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.postalias new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.postalias
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.postalias 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.postalias 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.postalias 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.sbin.postalias 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -26,9 +26,7 @@
/etc/postfix/__db.aliases.db lrw,
/etc/__db.aliases.db rwl,
/usr/sbin/postalias rmix,
- /proc/net/if_inet6 r,
- /proc/cpuinfo r,
- /proc/stat r,
+ @{PROC}/net/if_inet6 r,
# On SuSE, mailman is configured to use its own alias db
/var/lib/mailman/data/aliases r,
/var/lib/mailman/data/__db.aliases.db rwl,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.postdrop new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.postdrop
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.postdrop 2007-01-03 08:29:28.000000000 +0100
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.postdrop 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.postdrop 276 2007-01-03 07:29:28Z seth_arnold $
+# $Id: usr.sbin.postdrop 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -25,7 +25,7 @@
/etc/postfix r,
/etc/postfix/main.cf r,
/etc/postfix/postfix-script mixr,
- /proc/net/if_inet6 r,
+ @{PROC}/net/if_inet6 r,
/usr/sbin/postdrop rmix,
/var/spool/postfix r,
/var/spool/postfix/maildrop r,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.postmap new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.postmap
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.postmap 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.postmap 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.postmap 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.sbin.postmap 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -21,8 +21,6 @@
/etc/mtab r,
/etc/postfix/* r,
/etc/postfix/*.db rwl,
- /proc/cpuinfo r,
- /proc/net/if_inet6 r,
- /proc/stat r,
+ @{PROC}/net/if_inet6 r,
/usr/sbin/postmap rmix,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sendmail new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sendmail
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sendmail 2007-01-26 14:56:52.000000000 +0100
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sendmail 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.sendmail 318 2007-01-26 13:56:52Z seth_arnold $
+# $Id: usr.sbin.sendmail 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -44,11 +44,8 @@
/etc/sendmail.cf r,
/etc/sendmail.cw r,
/etc/shells r,
- /proc/cpuinfo r,
- /proc/loadavg r,
- /proc/meminfo r,
- /proc/net/if_inet6 r,
- /proc/stat r,
+ @{PROC}/loadavg r,
+ @{PROC}/net/if_inet6 r,
/root/dead.letter w,
/root/.forward rw,
/usr/kerberos/lib/lib*.so* mr,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sendmail.postfix new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sendmail.postfix
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sendmail.postfix 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sendmail.postfix 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.sendmail.postfix 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.sbin.sendmail.postfix 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -25,8 +25,7 @@
/etc/postfix/aliases.db rw,
/etc/postfix/main.cf r,
/etc/postfix/postfix-script Px,
- /proc/meminfo r,
- /proc/net/if_inet6 r,
+ @{PROC}/net/if_inet6 r,
/usr/lib/postfix r,
/usr/lib/postfix/master Px,
/usr/lib/postfix/showq Px,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sendmail.sendmail new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sendmail.sendmail
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sendmail.sendmail 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sendmail.sendmail 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.sendmail.sendmail 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.sbin.sendmail.sendmail 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -15,8 +15,7 @@
#include <abstractions/base>
#include <abstractions/nameservice>
- /proc/loadavg r,
- /proc/cpuinfo r,
+ @{PROC}/loadavg r,
/etc/aliases rw,
/etc/aliases.db rw,
/etc/fstab r,
@@ -29,7 +28,6 @@
/etc/sendmail.cf r,
/etc/sendmail.cw r,
/etc/shells r,
- /proc/stat r,
/root/.forward rw,
/root/dead.letter w,
/usr/bin/procmail Px,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.smbd new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.smbd
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.smbd 2006-04-12 23:35:41.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.smbd 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.smbd 12 2006-04-12 21:35:41Z steve-beattie $
+# $Id: usr.sbin.smbd 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -32,7 +32,7 @@
@{HOME}/** rwl,
@{HOMEDIRS} rwl,
- /proc/*/mounts r,
+ @{PROC}/[0-9]*/mounts r,
/tmp rw,
/var/tmp rw,
/var/tmp/** lrw,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.spamd new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.spamd
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.spamd 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.spamd 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.spamd 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.sbin.spamd 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -30,7 +30,6 @@
@{HOME}/.spamassassin/* lrw,
- /proc/stat r,
/tmp/spamd-*-init r,
/tmp/spamd-*-init/** lrw,
/usr/bin/perl mix,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.squid new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.squid
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.squid 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.squid 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.squid 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.sbin.squid 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -30,11 +30,10 @@
/dev/tty rw,
/etc/mtab r,
/etc/squid/* r,
- /proc/*/mounts r,
- /proc/mounts r,
+ @{PROC}/[0-9]*/mounts r,
+ @{PROC}/mounts r,
/usr/share/squid/** r,
/var/log/squid/access.log w,
- /proc/sys/kernel/ngroups_max r,
/var/log/squid/cache.log rw,
/var/log/squid/store.log w,
/var/run/squid.pid lrw,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sshd new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sshd
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sshd 2007-04-11 02:34:06.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.sshd 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.sshd 563 2007-04-11 00:34:06Z steve-beattie $
+# $Id: usr.sbin.sshd 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -42,8 +42,8 @@
/var/run w,
/var/run/sshd{,.init}.pid wl,
- /proc/[0-9]*/fd/ r,
- /proc/[0-9]*/loginuid w,
+ @{PROC}/[0-9]*/fd/ r,
+ @{PROC}/[0-9]*/loginuid w,
# should only be here for use in non-change-hat openssh
# duplicated from EXEC hat
@@ -67,8 +67,7 @@
/dev/pts/[0-9]* rw,
/etc/ssh/moduli r,
- /proc/sys/kernel/ngroups_max r,
- /proc/[0-9]*/mounts r,
+ @{PROC}/[0-9]*/mounts r,
# duplicated from AUTHENTICATED
/etc/motd r,
@@ -134,8 +133,7 @@
/etc/hosts.allow r,
/etc/hosts.deny r,
/etc/ssh/moduli r,
- /proc/sys/kernel/ngroups_max r,
- /proc/[0-9]*/mounts r,
+ @{PROC}/[0-9]*/mounts r,
# for debugging
# /dev/pts/[0-9]* rw,
@@ -160,7 +158,6 @@
/etc/localtime r,
/etc/login.defs r,
/etc/motd r,
- /proc/sys/kernel/ngroups_max r,
/tmp/ssh-*/agent.[0-9]* rwl,
/tmp/ssh-*[0-9]*/ w,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.useradd new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.useradd
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.useradd 2006-11-13 10:53:10.000000000 +0100
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.useradd 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.useradd 228 2006-11-13 09:53:10Z seth_arnold $
+# $Id: usr.sbin.useradd 697 2007-05-25 03:09:30Z steve-beattie $
# vim:syntax=apparmor
# ------------------------------------------------------------------
#
@@ -38,8 +38,8 @@
/etc/skel r,
/etc/skel/** r,
@{HOMEDIRS}** rw,
- /proc/*/mounts r,
- /proc/filesystems r,
+ @{PROC}/[0-9]*/mounts r,
+ @{PROC}/filesystems r,
/usr/lib*/pwdutils/*so* mr,
/usr/sbin/adduser rmix,
/usr/sbin/useradd rmix,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.userdel new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.userdel
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.userdel 2007-01-26 14:28:39.000000000 +0100
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.userdel 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.userdel 317 2007-01-26 13:28:39Z seth_arnold $
+# $Id: usr.sbin.userdel 697 2007-05-25 03:09:30Z steve-beattie $
# vim:syntax=apparmor
# ------------------------------------------------------------------
#
@@ -38,7 +38,7 @@
/etc/shadow* rwl,
/etc/pwdutils/logging r,
@{HOMEDIRS}** rwl,
- /proc/*/mounts r,
+ @{PROC}/[0-9]*/mounts r,
/usr/bin/crontab rmix,
/usr/lib*/pwdutils/*.so.* mr,
/usr/sbin/userdel rmix,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.vsftpd new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.vsftpd
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.vsftpd 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.sbin.vsftpd 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.vsftpd 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.sbin.vsftpd 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -24,7 +24,6 @@
/etc/shells r,
/etc/vsftpd.* r,
/etc/vsftpd/* r,
- /proc/meminfo r,
/usr/sbin/vsftpd rmix,
/var/log/vsftpd.log w,
/var/log/xferlog w,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.X11R6.bin.xfs new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.X11R6.bin.xfs
--- old/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.X11R6.bin.xfs 2006-08-04 21:13:59.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor/profiles/extras/usr.X11R6.bin.xfs 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.X11R6.bin.xfs 90 2006-08-04 19:13:59Z seth_arnold $
+# $Id: usr.X11R6.bin.xfs 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -19,7 +19,6 @@
/dev/tty wr,
/etc/X11/fs/config r,
/etc/mtab r,
- /proc/meminfo r,
/tmp/.font-unix/fs710[0-9] wl,
/usr/X11R6/bin/xfs rmix,
/usr/X11R6/lib/lib*.so* mr,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor.d/abstractions/audio new/apparmor-profiles-2.0.2/apparmor.d/abstractions/audio
--- old/apparmor-profiles-2.0.2/apparmor.d/abstractions/audio 2006-04-12 23:35:41.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor.d/abstractions/audio 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: audio 12 2006-04-12 21:35:41Z steve-beattie $
+# $Id: audio 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -34,7 +34,7 @@
/dev/snd/* rw,
/dev/sound/* rw,
-/proc/asound/** rw,
+@{PROC}/asound/** rw,
/usr/share/alsa/** r,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor.d/abstractions/base new/apparmor-profiles-2.0.2/apparmor.d/abstractions/base
--- old/apparmor-profiles-2.0.2/apparmor.d/abstractions/base 2007-01-26 11:14:37.000000000 +0100
+++ new/apparmor-profiles-2.0.2/apparmor.d/abstractions/base 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: base 312 2007-01-26 10:14:37Z seth_arnold $
+# $Id: base 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -65,12 +65,12 @@
/dev/full rw,
# Sometimes used to determine kernel/user interfaces to use
- /proc/sys/kernel/version r,
+ @{PROC}/sys/kernel/version r,
# Depending on which glibc routine uses this file, base may not be the
# best place -- but many profiles require it, and it is quite harmless.
- /proc/sys/kernel/ngroups_max r,
+ @{PROC}/sys/kernel/ngroups_max r,
# glibc's sysconf(3) routine to determine free memory, etc
- /proc/meminfo r,
- /proc/stat r,
- /proc/cpuinfo r,
+ @{PROC}/meminfo r,
+ @{PROC}/stat r,
+ @{PROC}/cpuinfo r,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor.d/abstractions/bash new/apparmor-profiles-2.0.2/apparmor.d/abstractions/bash
--- old/apparmor-profiles-2.0.2/apparmor.d/abstractions/bash 2007-04-11 01:05:33.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor.d/abstractions/bash 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: bash 559 2007-04-10 23:05:33Z agruen $
+# $Id: bash 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
@@ -33,12 +33,8 @@
# bash inspects filesystems at startup
/etc/mtab r,
- /proc/sys/kernel/ngroups_max r,
- /proc/*/mounts r,
- /proc/filesystems r,
-
- # bash wants, not sure why.
- /proc/meminfo r,
+ @{PROC}/[0-9]*/mounts r,
+ @{PROC}/filesystems r,
# probably readline wants to know terminal capabilities
/usr/share/terminfo/** r,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor.d/program-chunks/postfix-common new/apparmor-profiles-2.0.2/apparmor.d/program-chunks/postfix-common
--- old/apparmor-profiles-2.0.2/apparmor.d/program-chunks/postfix-common 2007-04-11 01:05:33.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor.d/program-chunks/postfix-common 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: postfix-common 559 2007-04-10 23:05:33Z agruen $
+# $Id: postfix-common 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -17,7 +17,7 @@
/etc/postfix/*.cf r,
/etc/postfix/*.db r,
- /proc/net/if_inet6 r,
+ @{PROC}/net/if_inet6 r,
/usr/lib/postfix/*.so mr,
/usr/lib64/sasl2/* mr,
/usr/lib64/sasl2/ r,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor.d/sbin.klogd new/apparmor-profiles-2.0.2/apparmor.d/sbin.klogd
--- old/apparmor-profiles-2.0.2/apparmor.d/sbin.klogd 2007-04-11 01:05:33.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor.d/sbin.klogd 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: sbin.klogd 559 2007-04-10 23:05:33Z agruen $
+# $Id: sbin.klogd 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -17,7 +17,7 @@
capability sys_admin,
/boot/System.map* r,
- /proc/kmsg r,
+ @{PROC}/kmsg r,
/sbin/klogd rmix,
/var/log/boot.msg rwl,
/var/run/klogd.pid rwl,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor.d/tunables/global new/apparmor-profiles-2.0.2/apparmor.d/tunables/global
--- old/apparmor-profiles-2.0.2/apparmor.d/tunables/global 2006-04-12 23:35:41.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor.d/tunables/global 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: global 12 2006-04-12 21:35:41Z steve-beattie $
+# $Id: global 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2006 Novell/SUSE
@@ -13,3 +13,4 @@
# should be included here
#include <tunables/home>
+#include <tunables/proc>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor.d/tunables/proc new/apparmor-profiles-2.0.2/apparmor.d/tunables/proc
--- old/apparmor-profiles-2.0.2/apparmor.d/tunables/proc 1970-01-01 01:00:00.000000000 +0100
+++ new/apparmor-profiles-2.0.2/apparmor.d/tunables/proc 2007-05-25 23:24:11.000000000 +0200
@@ -0,0 +1,13 @@
+# $Id$
+# ------------------------------------------------------------------
+#
+# Copyright (C) 2006 Novell/SUSE
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of version 2 of the GNU General Public
+# License published by the Free Software Foundation.
+#
+# ------------------------------------------------------------------
+
+# @{PROC} is the location where procfs is mounted.
+@{PROC}=/proc/
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.identd new/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.identd
--- old/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.identd 2007-04-11 01:05:33.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.identd 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.identd 559 2007-04-10 23:05:33Z agruen $
+# $Id: usr.sbin.identd 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -21,7 +21,7 @@
/etc/identd.key r,
/etc/identd.pid w,
/usr/sbin/identd rmix,
- /proc/net/tcp r,
- /proc/net/tcp6 r,
+ @{PROC}/net/tcp r,
+ @{PROC}/net/tcp6 r,
/var/run/identd.pid w,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.mdnsd new/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.mdnsd
--- old/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.mdnsd 2007-04-11 01:05:33.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.mdnsd 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.mdnsd 559 2007-04-10 23:05:33Z agruen $
+# $Id: usr.sbin.mdnsd 697 2007-05-25 03:09:30Z steve-beattie $
# vim:syntax=apparmor
# ------------------------------------------------------------------
#
@@ -25,9 +25,8 @@
/usr/sbin/mdnsd rmix,
- /proc/net/ r,
- /proc/net/unix r,
- /proc/sys/kernel/ngroups_max r,
+ @{PROC}/net/ r,
+ @{PROC}/net/unix r,
/var/run/mdnsd lw,
/var/run/mdnsd.pid w,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.nscd new/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.nscd
--- old/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.nscd 2007-04-11 01:05:33.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.nscd 2007-05-25 05:09:30.000000000 +0200
@@ -1,6 +1,6 @@
# vim:syntax=apparmor
# Last Modified: Sun Jan 22 00:12:50 2006
-# $Id: usr.sbin.nscd 559 2007-04-10 23:05:33Z agruen $
+# $Id: usr.sbin.nscd 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -21,13 +21,11 @@
capability net_bind_service,
/etc/nscd.conf r,
- /proc/meminfo r,
- /proc/*/fd/ r,
- /proc/*/fd/* r,
- /proc/*/maps r,
- /proc/*/mounts r,
- /proc/filesystems r,
- /proc/sys/kernel/ngroups_max r,
+ @{PROC}/[0-9]*/fd/ r,
+ @{PROC}/[0-9]*/fd/* r,
+ @{PROC}/[0-9]*/maps r,
+ @{PROC}/[0-9]*/mounts r,
+ @{PROC}/filesystems r,
/usr/sbin/nscd rmix,
/var/run/.nscd_socket wl,
/var/run/nscd/ r,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.ntpd new/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.ntpd
--- old/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.ntpd 2007-05-17 01:47:40.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.ntpd 2007-05-25 05:09:30.000000000 +0200
@@ -1,6 +1,6 @@
# vim:syntax=apparmor
# Last Modified: Sun Jan 22 00:11:27 2006
-# $Id: usr.sbin.ntpd 687 2007-05-16 23:47:40Z seth_arnold $
+# $Id: usr.sbin.ntpd 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -33,7 +33,7 @@
/etc/ntp/drift* rwl,
/etc/ntp/keys r,
/etc/ntp/step-tickers r,
- /proc/net/if_inet6 r,
+ @{PROC}/net/if_inet6 r,
/tmp/ntp* rwl,
/usr/sbin/ntpd rmix,
/var/lib/ntp/etc/ntp.conf.iburst r,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.traceroute new/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.traceroute
--- old/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.traceroute 2007-04-11 01:05:33.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor.d/usr.sbin.traceroute 2007-05-25 05:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: usr.sbin.traceroute 559 2007-04-10 23:05:33Z agruen $
+# $Id: usr.sbin.traceroute 697 2007-05-25 03:09:30Z steve-beattie $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
@@ -18,6 +18,6 @@
capability net_raw,
- /proc/net/route r,
+ @{PROC}/net/route r,
/usr/sbin/traceroute rmix,
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apparmor-profiles-2.0.2/apparmor-profiles.spec new/apparmor-profiles-2.0.2/apparmor-profiles.spec
--- old/apparmor-profiles-2.0.2/apparmor-profiles.spec 2007-05-23 00:23:29.000000000 +0200
+++ new/apparmor-profiles-2.0.2/apparmor-profiles.spec 2007-05-25 23:25:18.000000000 +0200
@@ -24,9 +24,9 @@
Summary: AppArmor profiles
Name: apparmor-profiles
Version: 2.0.2
-Release: 692
+Release: 702
Group: Productivity/Security
-Source0: %{name}-%{version}-692.tar.gz
+Source0: %{name}-%{version}-702.tar.gz
License: GPL
BuildRoot: %{?_tmppath:}%{!?_tmppath:/var/tmp}/%{name}-%{version}-build
Url: http://forge.novell.com/modules/xfmod/project/?apparmor
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package kernel-source
checked in at Sat May 26 00:05:29 CEST 2007.
--------
--- kernel-source/kernel-bigsmp.changes 2007-05-11 13:31:43.000000000 +0200
+++ /mounts/work_src_done/STABLE/kernel-source/kernel-bigsmp.changes 2007-05-25 18:14:27.000000000 +0200
@@ -1,0 +2,47 @@
+Fri May 25 18:11:26 CEST 2007 - olh(a)suse.de
+
+- update ps3 patches
+ new storage driver provides /dev/ps3da instead of /dev/sda
+
+-------------------------------------------------------------------
+Fri May 25 14:27:25 CEST 2007 - olh(a)suse.de
+
+- disable cell cpu freq
+
+-------------------------------------------------------------------
+Thu May 24 16:58:55 CEST 2007 - jbeulich(a)novell.com
+
+- patches.xen/xen3-patch-2.6.19,
+ patches.xen/xen3-patch-2.6.20,
+ patches.xen/xen3-patch-2.6.21,
+ patches.xen/xen-x86-kconfig-no-cpu_freq:
+ Refresh.
+- Update i386/xen config files.
+
+-------------------------------------------------------------------
+Wed May 23 11:43:04 CEST 2007 - olh(a)suse.de
+
+- add patches.fixes/maybe_unused.patch
+ compiler: introduce __used and __maybe_unused
+
+-------------------------------------------------------------------
+Fri May 18 16:30:52 CEST 2007 - olh(a)suse.de
+
+- build IDE cmd64x as module on ppc to allow libata cmd64x
+ enable libata ahci, sil24, jmicron and SIL680
+
+-------------------------------------------------------------------
+Thu May 17 13:48:09 CEST 2007 - gregkh(a)suse.de
+
+- enable CONFIG_TIMER_STATS in debug config files so that people can
+ play with powertop and figure out how broken userspace really is
+ (275362)
+
+-------------------------------------------------------------------
+Mon May 14 14:57:13 CEST 2007 - olh(a)suse.de
+
+- add patches.arch/ppc-ps3-gelic-module-link.patch
+ add patches.arch/ppc-ps3-storage-module-link.patch
+ provide driver module symlinks (273135)
+
+-------------------------------------------------------------------
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-dummy.changes: same change
kernel-kdump.changes: same change
kernel-ppc64.changes: same change
kernel-s390.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-um.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change
kernel-xenpae.changes: same change
New:
----
needed_space_in_mb
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kernel-bigsmp.spec ++++++
--- /var/tmp/diff_new_pack.veF876/_old 2007-05-26 00:01:00.000000000 +0200
+++ /var/tmp/diff_new_pack.veF876/_new 2007-05-26 00:01:00.000000000 +0200
@@ -39,7 +39,7 @@
%endif
Summary: Kernel with PAE Support
Version: 2.6.21
-Release: 7
+Release: 11
License: GNU General Public License (GPL)
Group: System/Kernel
Autoreqprov: on
@@ -156,7 +156,7 @@
-Source Timestamp: 2007/05/11 11:31:08 UTC
+Source Timestamp: 2007/05/25 16:12:26 UTC
%prep
if ! [ -e %_sourcedir/linux-2.6.21.tar.bz2 ]; then
@@ -511,6 +511,32 @@
%files -f kernel.files
%changelog
+* Fri May 25 2007 - olh(a)suse.de
+- update ps3 patches
+ new storage driver provides /dev/ps3da instead of /dev/sda
+* Fri May 25 2007 - olh(a)suse.de
+- disable cell cpu freq
+* Thu May 24 2007 - jbeulich(a)novell.com
+- patches.xen/xen3-patch-2.6.19,
+ patches.xen/xen3-patch-2.6.20,
+ patches.xen/xen3-patch-2.6.21,
+ patches.xen/xen-x86-kconfig-no-cpu_freq:
+ Refresh.
+- Update i386/xen config files.
+* Wed May 23 2007 - olh(a)suse.de
+- add patches.fixes/maybe_unused.patch
+ compiler: introduce __used and __maybe_unused
+* Fri May 18 2007 - olh(a)suse.de
+- build IDE cmd64x as module on ppc to allow libata cmd64x
+ enable libata ahci, sil24, jmicron and SIL680
+* Thu May 17 2007 - gregkh(a)suse.de
+- enable CONFIG_TIMER_STATS in debug config files so that people can
+ play with powertop and figure out how broken userspace really is
+ (275362)
+* Mon May 14 2007 - olh(a)suse.de
+- add patches.arch/ppc-ps3-gelic-module-link.patch
+ add patches.arch/ppc-ps3-storage-module-link.patch
+ provide driver module symlinks (273135)
* Fri May 11 2007 - agruen(a)suse.de
- Add the /lib/modules/*/{source,build} symlinks to the
kernel-source and kernel-syms packages, so that kmps which look
kernel-debug.spec: same change
kernel-default.spec: same change
++++++ kernel-dummy.spec ++++++
--- /var/tmp/diff_new_pack.veF876/_old 2007-05-26 00:01:00.000000000 +0200
+++ /var/tmp/diff_new_pack.veF876/_new 2007-05-26 00:01:00.000000000 +0200
@@ -15,7 +15,7 @@
URL: http://www.kernel.org/
Summary: Internal dummy package for synchronizing release numbers
Version: 2.6.21
-Release: 7
+Release: 11
License: GNU General Public License (GPL)
Group: System/Kernel
Autoreqprov: off
@@ -28,7 +28,7 @@
--------
Andreas Gruenbacher <agruen(a)suse.de>
-Source Timestamp: 2007/05/11 11:31:08 UTC
+Source Timestamp: 2007/05/25 16:12:26 UTC
%install
@@ -41,6 +41,32 @@
/etc/dummy
%changelog
+* Fri May 25 2007 - olh(a)suse.de
+- update ps3 patches
+ new storage driver provides /dev/ps3da instead of /dev/sda
+* Fri May 25 2007 - olh(a)suse.de
+- disable cell cpu freq
+* Thu May 24 2007 - jbeulich(a)novell.com
+- patches.xen/xen3-patch-2.6.19,
+ patches.xen/xen3-patch-2.6.20,
+ patches.xen/xen3-patch-2.6.21,
+ patches.xen/xen-x86-kconfig-no-cpu_freq:
+ Refresh.
+- Update i386/xen config files.
+* Wed May 23 2007 - olh(a)suse.de
+- add patches.fixes/maybe_unused.patch
+ compiler: introduce __used and __maybe_unused
+* Fri May 18 2007 - olh(a)suse.de
+- build IDE cmd64x as module on ppc to allow libata cmd64x
+ enable libata ahci, sil24, jmicron and SIL680
+* Thu May 17 2007 - gregkh(a)suse.de
+- enable CONFIG_TIMER_STATS in debug config files so that people can
+ play with powertop and figure out how broken userspace really is
+ (275362)
+* Mon May 14 2007 - olh(a)suse.de
+- add patches.arch/ppc-ps3-gelic-module-link.patch
+ add patches.arch/ppc-ps3-storage-module-link.patch
+ provide driver module symlinks (273135)
* Fri May 11 2007 - agruen(a)suse.de
- Add the /lib/modules/*/{source,build} symlinks to the
kernel-source and kernel-syms packages, so that kmps which look
++++++ kernel-kdump.spec ++++++
--- /var/tmp/diff_new_pack.veF876/_old 2007-05-26 00:01:00.000000000 +0200
+++ /var/tmp/diff_new_pack.veF876/_new 2007-05-26 00:01:00.000000000 +0200
@@ -39,7 +39,7 @@
%endif
Summary: kernel for kdump
Version: 2.6.21
-Release: 7
+Release: 11
License: GNU General Public License (GPL)
Group: System/Kernel
Autoreqprov: on
@@ -166,7 +166,7 @@
-Source Timestamp: 2007/05/11 11:31:08 UTC
+Source Timestamp: 2007/05/25 16:12:26 UTC
%prep
if ! [ -e %_sourcedir/linux-2.6.21.tar.bz2 ]; then
@@ -521,6 +521,32 @@
%files -f kernel.files
%changelog
+* Fri May 25 2007 - olh(a)suse.de
+- update ps3 patches
+ new storage driver provides /dev/ps3da instead of /dev/sda
+* Fri May 25 2007 - olh(a)suse.de
+- disable cell cpu freq
+* Thu May 24 2007 - jbeulich(a)novell.com
+- patches.xen/xen3-patch-2.6.19,
+ patches.xen/xen3-patch-2.6.20,
+ patches.xen/xen3-patch-2.6.21,
+ patches.xen/xen-x86-kconfig-no-cpu_freq:
+ Refresh.
+- Update i386/xen config files.
+* Wed May 23 2007 - olh(a)suse.de
+- add patches.fixes/maybe_unused.patch
+ compiler: introduce __used and __maybe_unused
+* Fri May 18 2007 - olh(a)suse.de
+- build IDE cmd64x as module on ppc to allow libata cmd64x
+ enable libata ahci, sil24, jmicron and SIL680
+* Thu May 17 2007 - gregkh(a)suse.de
+- enable CONFIG_TIMER_STATS in debug config files so that people can
+ play with powertop and figure out how broken userspace really is
+ (275362)
+* Mon May 14 2007 - olh(a)suse.de
+- add patches.arch/ppc-ps3-gelic-module-link.patch
+ add patches.arch/ppc-ps3-storage-module-link.patch
+ provide driver module symlinks (273135)
* Fri May 11 2007 - agruen(a)suse.de
- Add the /lib/modules/*/{source,build} symlinks to the
kernel-source and kernel-syms packages, so that kmps which look
++++++ kernel-ppc64.spec ++++++
--- /var/tmp/diff_new_pack.veF876/_old 2007-05-26 00:01:00.000000000 +0200
+++ /var/tmp/diff_new_pack.veF876/_new 2007-05-26 00:01:00.000000000 +0200
@@ -38,7 +38,7 @@
%endif
Summary: Kernel for ppc64 Systems
Version: 2.6.21
-Release: 7
+Release: 11
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Kernel
Autoreqprov: on
@@ -172,7 +172,7 @@
Tom Gall <tom_gall(a)vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
-Source Timestamp: 2007/05/11 11:31:08 UTC
+Source Timestamp: 2007/05/25 16:12:26 UTC
%prep
if ! [ -e %_sourcedir/linux-2.6.21.tar.bz2 ]; then
@@ -527,6 +527,32 @@
%files -f kernel.files
%changelog
+* Fri May 25 2007 - olh(a)suse.de
+- update ps3 patches
+ new storage driver provides /dev/ps3da instead of /dev/sda
+* Fri May 25 2007 - olh(a)suse.de
+- disable cell cpu freq
+* Thu May 24 2007 - jbeulich(a)novell.com
+- patches.xen/xen3-patch-2.6.19,
+ patches.xen/xen3-patch-2.6.20,
+ patches.xen/xen3-patch-2.6.21,
+ patches.xen/xen-x86-kconfig-no-cpu_freq:
+ Refresh.
+- Update i386/xen config files.
+* Wed May 23 2007 - olh(a)suse.de
+- add patches.fixes/maybe_unused.patch
+ compiler: introduce __used and __maybe_unused
+* Fri May 18 2007 - olh(a)suse.de
+- build IDE cmd64x as module on ppc to allow libata cmd64x
+ enable libata ahci, sil24, jmicron and SIL680
+* Thu May 17 2007 - gregkh(a)suse.de
+- enable CONFIG_TIMER_STATS in debug config files so that people can
+ play with powertop and figure out how broken userspace really is
+ (275362)
+* Mon May 14 2007 - olh(a)suse.de
+- add patches.arch/ppc-ps3-gelic-module-link.patch
+ add patches.arch/ppc-ps3-storage-module-link.patch
+ provide driver module symlinks (273135)
* Fri May 11 2007 - agruen(a)suse.de
- Add the /lib/modules/*/{source,build} symlinks to the
kernel-source and kernel-syms packages, so that kmps which look
++++++ kernel-s390.spec ++++++
--- /var/tmp/diff_new_pack.veF876/_old 2007-05-26 00:01:01.000000000 +0200
+++ /var/tmp/diff_new_pack.veF876/_new 2007-05-26 00:01:01.000000000 +0200
@@ -39,7 +39,7 @@
%endif
Summary: The Standard Kernel
Version: 2.6.21
-Release: 4
+Release: 5
License: GNU General Public License (GPL)
Group: System/Kernel
Autoreqprov: on
@@ -154,7 +154,7 @@
-Source Timestamp: 2007/05/11 11:31:08 UTC
+Source Timestamp: 2007/05/25 16:12:26 UTC
%prep
if ! [ -e %_sourcedir/linux-2.6.21.tar.bz2 ]; then
@@ -509,6 +509,32 @@
%files -f kernel.files
%changelog
+* Fri May 25 2007 - olh(a)suse.de
+- update ps3 patches
+ new storage driver provides /dev/ps3da instead of /dev/sda
+* Fri May 25 2007 - olh(a)suse.de
+- disable cell cpu freq
+* Thu May 24 2007 - jbeulich(a)novell.com
+- patches.xen/xen3-patch-2.6.19,
+ patches.xen/xen3-patch-2.6.20,
+ patches.xen/xen3-patch-2.6.21,
+ patches.xen/xen-x86-kconfig-no-cpu_freq:
+ Refresh.
+- Update i386/xen config files.
+* Wed May 23 2007 - olh(a)suse.de
+- add patches.fixes/maybe_unused.patch
+ compiler: introduce __used and __maybe_unused
+* Fri May 18 2007 - olh(a)suse.de
+- build IDE cmd64x as module on ppc to allow libata cmd64x
+ enable libata ahci, sil24, jmicron and SIL680
+* Thu May 17 2007 - gregkh(a)suse.de
+- enable CONFIG_TIMER_STATS in debug config files so that people can
+ play with powertop and figure out how broken userspace really is
+ (275362)
+* Mon May 14 2007 - olh(a)suse.de
+- add patches.arch/ppc-ps3-gelic-module-link.patch
+ add patches.arch/ppc-ps3-storage-module-link.patch
+ provide driver module symlinks (273135)
* Fri May 11 2007 - agruen(a)suse.de
- Add the /lib/modules/*/{source,build} symlinks to the
kernel-source and kernel-syms packages, so that kmps which look
++++++ kernel-source.spec ++++++
--- /var/tmp/diff_new_pack.veF876/_old 2007-05-26 00:01:01.000000000 +0200
+++ /var/tmp/diff_new_pack.veF876/_new 2007-05-26 00:01:01.000000000 +0200
@@ -22,7 +22,7 @@
%endif
Summary: The Linux Kernel Sources
Version: 2.6.21
-Release: 7
+Release: 11
License: GNU General Public License (GPL)
Group: Development/Sources
Autoreqprov: off
@@ -105,7 +105,7 @@
see /usr/src/linux/CREDITS for more details.
-Source Timestamp: 2007/05/11 11:31:08 UTC
+Source Timestamp: 2007/05/25 16:12:26 UTC
%prep
if ! [ -e %_sourcedir/linux-2.6.21.tar.bz2 ]; then
@@ -292,6 +292,32 @@
%files -f kernel-source.files
%changelog
+* Fri May 25 2007 - olh(a)suse.de
+- update ps3 patches
+ new storage driver provides /dev/ps3da instead of /dev/sda
+* Fri May 25 2007 - olh(a)suse.de
+- disable cell cpu freq
+* Thu May 24 2007 - jbeulich(a)novell.com
+- patches.xen/xen3-patch-2.6.19,
+ patches.xen/xen3-patch-2.6.20,
+ patches.xen/xen3-patch-2.6.21,
+ patches.xen/xen-x86-kconfig-no-cpu_freq:
+ Refresh.
+- Update i386/xen config files.
+* Wed May 23 2007 - olh(a)suse.de
+- add patches.fixes/maybe_unused.patch
+ compiler: introduce __used and __maybe_unused
+* Fri May 18 2007 - olh(a)suse.de
+- build IDE cmd64x as module on ppc to allow libata cmd64x
+ enable libata ahci, sil24, jmicron and SIL680
+* Thu May 17 2007 - gregkh(a)suse.de
+- enable CONFIG_TIMER_STATS in debug config files so that people can
+ play with powertop and figure out how broken userspace really is
+ (275362)
+* Mon May 14 2007 - olh(a)suse.de
+- add patches.arch/ppc-ps3-gelic-module-link.patch
+ add patches.arch/ppc-ps3-storage-module-link.patch
+ provide driver module symlinks (273135)
* Fri May 11 2007 - agruen(a)suse.de
- Add the /lib/modules/*/{source,build} symlinks to the
kernel-source and kernel-syms packages, so that kmps which look
++++++ kernel-syms.spec ++++++
--- /var/tmp/diff_new_pack.veF876/_old 2007-05-26 00:01:01.000000000 +0200
+++ /var/tmp/diff_new_pack.veF876/_new 2007-05-26 00:01:01.000000000 +0200
@@ -14,7 +14,7 @@
URL: http://www.kernel.org/
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.21
-Release: 7
+Release: 11
License: GNU General Public License (GPL)
Group: Development/Sources
Autoreqprov: off
@@ -90,7 +90,7 @@
see /usr/src/linux/CREDITS for more details.
-Source Timestamp: 2007/05/11 11:31:08 UTC
+Source Timestamp: 2007/05/25 16:12:26 UTC
%prep
echo "Architecture symbol(s):" %symbols
@@ -136,6 +136,32 @@
/lib/modules/*/*
%changelog
+* Fri May 25 2007 - olh(a)suse.de
+- update ps3 patches
+ new storage driver provides /dev/ps3da instead of /dev/sda
+* Fri May 25 2007 - olh(a)suse.de
+- disable cell cpu freq
+* Thu May 24 2007 - jbeulich(a)novell.com
+- patches.xen/xen3-patch-2.6.19,
+ patches.xen/xen3-patch-2.6.20,
+ patches.xen/xen3-patch-2.6.21,
+ patches.xen/xen-x86-kconfig-no-cpu_freq:
+ Refresh.
+- Update i386/xen config files.
+* Wed May 23 2007 - olh(a)suse.de
+- add patches.fixes/maybe_unused.patch
+ compiler: introduce __used and __maybe_unused
+* Fri May 18 2007 - olh(a)suse.de
+- build IDE cmd64x as module on ppc to allow libata cmd64x
+ enable libata ahci, sil24, jmicron and SIL680
+* Thu May 17 2007 - gregkh(a)suse.de
+- enable CONFIG_TIMER_STATS in debug config files so that people can
+ play with powertop and figure out how broken userspace really is
+ (275362)
+* Mon May 14 2007 - olh(a)suse.de
+- add patches.arch/ppc-ps3-gelic-module-link.patch
+ add patches.arch/ppc-ps3-storage-module-link.patch
+ provide driver module symlinks (273135)
* Fri May 11 2007 - agruen(a)suse.de
- Add the /lib/modules/*/{source,build} symlinks to the
kernel-source and kernel-syms packages, so that kmps which look
++++++ kernel-um.spec ++++++
--- /var/tmp/diff_new_pack.veF876/_old 2007-05-26 00:01:02.000000000 +0200
+++ /var/tmp/diff_new_pack.veF876/_new 2007-05-26 00:01:02.000000000 +0200
@@ -39,7 +39,7 @@
%endif
Summary: The User Mode Linux kernel.
Version: 2.6.21
-Release: 7
+Release: 11
License: GNU General Public License (GPL)
Group: System/Kernel
Autoreqprov: on
@@ -162,7 +162,7 @@
-Source Timestamp: 2007/05/11 11:31:08 UTC
+Source Timestamp: 2007/05/25 16:12:26 UTC
%prep
if ! [ -e %_sourcedir/linux-2.6.21.tar.bz2 ]; then
@@ -517,6 +517,32 @@
%files -f kernel.files
%changelog
+* Fri May 25 2007 - olh(a)suse.de
+- update ps3 patches
+ new storage driver provides /dev/ps3da instead of /dev/sda
+* Fri May 25 2007 - olh(a)suse.de
+- disable cell cpu freq
+* Thu May 24 2007 - jbeulich(a)novell.com
+- patches.xen/xen3-patch-2.6.19,
+ patches.xen/xen3-patch-2.6.20,
+ patches.xen/xen3-patch-2.6.21,
+ patches.xen/xen-x86-kconfig-no-cpu_freq:
+ Refresh.
+- Update i386/xen config files.
+* Wed May 23 2007 - olh(a)suse.de
+- add patches.fixes/maybe_unused.patch
+ compiler: introduce __used and __maybe_unused
+* Fri May 18 2007 - olh(a)suse.de
+- build IDE cmd64x as module on ppc to allow libata cmd64x
+ enable libata ahci, sil24, jmicron and SIL680
+* Thu May 17 2007 - gregkh(a)suse.de
+- enable CONFIG_TIMER_STATS in debug config files so that people can
+ play with powertop and figure out how broken userspace really is
+ (275362)
+* Mon May 14 2007 - olh(a)suse.de
+- add patches.arch/ppc-ps3-gelic-module-link.patch
+ add patches.arch/ppc-ps3-storage-module-link.patch
+ provide driver module symlinks (273135)
* Fri May 11 2007 - agruen(a)suse.de
- Add the /lib/modules/*/{source,build} symlinks to the
kernel-source and kernel-syms packages, so that kmps which look
kernel-vanilla.spec: same change
kernel-xenpae.spec: same change
kernel-xen.spec: same change
++++++ build-source-timestamp ++++++
--- kernel-source/build-source-timestamp 2007-05-11 13:31:42.000000000 +0200
+++ /mounts/work_src_done/STABLE/kernel-source/build-source-timestamp 2007-05-25 18:14:24.000000000 +0200
@@ -1 +1 @@
-2007/05/11 11:31:08 UTC
+2007/05/25 16:12:26 UTC
++++++ config.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/alpha/default new/config/alpha/default
--- old/config/alpha/default 2007-05-11 12:26:50.000000000 +0200
+++ new/config/alpha/default 2007-05-25 18:12:26.000000000 +0200
@@ -2487,6 +2487,11 @@
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/i386/bigsmp new/config/i386/bigsmp
--- old/config/i386/bigsmp 2007-05-09 15:54:23.000000000 +0200
+++ new/config/i386/bigsmp 2007-05-25 18:12:26.000000000 +0200
@@ -2835,6 +2835,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=m
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/i386/debug new/config/i386/debug
--- old/config/i386/debug 2007-05-09 15:54:23.000000000 +0200
+++ new/config/i386/debug 2007-05-25 18:12:26.000000000 +0200
@@ -2820,6 +2820,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=m
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
@@ -3769,7 +3774,7 @@
CONFIG_LOG_BUF_SHIFT=17
# CONFIG_DETECT_SOFTLOCKUP is not set
# CONFIG_SCHEDSTATS is not set
-# CONFIG_TIMER_STATS is not set
+CONFIG_TIMER_STATS=y
CONFIG_DEBUG_SLAB=y
# CONFIG_DEBUG_SLAB_LEAK is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/i386/default new/config/i386/default
--- old/config/i386/default 2007-05-09 15:54:23.000000000 +0200
+++ new/config/i386/default 2007-05-25 18:12:27.000000000 +0200
@@ -2819,6 +2819,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=m
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/i386/kdump new/config/i386/kdump
--- old/config/i386/kdump 2007-05-09 15:54:23.000000000 +0200
+++ new/config/i386/kdump 2007-05-25 18:12:27.000000000 +0200
@@ -2826,6 +2826,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=m
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/i386/xen new/config/i386/xen
--- old/config/i386/xen 2007-05-09 15:54:23.000000000 +0200
+++ new/config/i386/xen 2007-05-25 18:12:27.000000000 +0200
@@ -207,7 +207,6 @@
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x100000
-# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_HOTPLUG_CPU=y
CONFIG_COMPAT_VDSO=y
@@ -2572,6 +2571,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=m
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/i386/xenpae new/config/i386/xenpae
--- old/config/i386/xenpae 2007-05-09 15:54:23.000000000 +0200
+++ new/config/i386/xenpae 2007-05-25 18:12:27.000000000 +0200
@@ -208,7 +208,6 @@
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x100000
-# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_HOTPLUG_CPU=y
CONFIG_COMPAT_VDSO=y
@@ -2587,6 +2586,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=m
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/ia64/debug new/config/ia64/debug
--- old/config/ia64/debug 2007-05-09 15:54:23.000000000 +0200
+++ new/config/ia64/debug 2007-05-25 18:12:27.000000000 +0200
@@ -2372,6 +2372,11 @@
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/ia64/default new/config/ia64/default
--- old/config/ia64/default 2007-05-09 15:54:23.000000000 +0200
+++ new/config/ia64/default 2007-05-25 18:12:27.000000000 +0200
@@ -2371,6 +2371,11 @@
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/powerpc/default new/config/powerpc/default
--- old/config/powerpc/default 2007-05-09 15:54:23.000000000 +0200
+++ new/config/powerpc/default 2007-05-25 18:12:27.000000000 +0200
@@ -853,7 +853,7 @@
CONFIG_BLK_DEV_AEC62XX=m
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
-CONFIG_BLK_DEV_CMD64X=y
+CONFIG_BLK_DEV_CMD64X=m
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
@@ -999,7 +999,7 @@
#
CONFIG_ATA=m
# CONFIG_ATA_NONSTANDARD is not set
-# CONFIG_SATA_AHCI is not set
+CONFIG_SATA_AHCI=m
# CONFIG_SATA_SVW is not set
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_MV is not set
@@ -1009,12 +1009,13 @@
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
-# CONFIG_SATA_SIL24 is not set
+CONFIG_SATA_SIL24=m
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
+CONFIG_SATA_INTEL_COMBINED=y
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
@@ -1031,7 +1032,7 @@
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
-# CONFIG_PATA_JMICRON is not set
+CONFIG_PATA_JMICRON=m
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
CONFIG_PATA_MPC52xx=m
@@ -1048,7 +1049,7 @@
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
-# CONFIG_PATA_SIL680 is not set
+CONFIG_PATA_SIL680=m
# CONFIG_PATA_SIS is not set
CONFIG_PATA_VIA=m
CONFIG_PATA_WINBOND=m
@@ -1974,6 +1975,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
CONFIG_FB_MACMODES=y
CONFIG_FB_BACKLIGHT=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/powerpc/kdump new/config/powerpc/kdump
--- old/config/powerpc/kdump 2007-05-11 12:26:51.000000000 +0200
+++ new/config/powerpc/kdump 2007-05-25 18:12:27.000000000 +0200
@@ -842,7 +842,7 @@
#
CONFIG_ATA=m
# CONFIG_ATA_NONSTANDARD is not set
-# CONFIG_SATA_AHCI is not set
+CONFIG_SATA_AHCI=m
CONFIG_SATA_SVW=m
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_MV is not set
@@ -852,12 +852,13 @@
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
-# CONFIG_SATA_SIL24 is not set
+CONFIG_SATA_SIL24=m
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
+CONFIG_SATA_INTEL_COMBINED=y
# CONFIG_PATA_ALI is not set
CONFIG_PATA_AMD=m
# CONFIG_PATA_ARTOP is not set
@@ -1394,6 +1395,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
CONFIG_FB_MACMODES=y
# CONFIG_FB_BACKLIGHT is not set
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/powerpc/ppc64 new/config/powerpc/ppc64
--- old/config/powerpc/ppc64 2007-05-09 15:54:23.000000000 +0200
+++ new/config/powerpc/ppc64 2007-05-25 18:12:27.000000000 +0200
@@ -188,7 +188,7 @@
CONFIG_SPU_BASE=y
CONFIG_CBE_RAS=y
CONFIG_CBE_THERM=m
-CONFIG_CBE_CPUFREQ=m
+# CONFIG_CBE_CPUFREQ is not set
#
# PS3 Platform Options
@@ -200,6 +200,10 @@
CONFIG_PS3_VUART=y
CONFIG_PS3_PS3AV=y
CONFIG_PS3_SYS_MANAGER=y
+CONFIG_PS3_STORAGE=y
+CONFIG_PS3_DISK=y
+CONFIG_PS3_ROM=y
+CONFIG_PS3_FLASH=y
#
# Kernel options
@@ -749,9 +753,7 @@
CONFIG_CDROM_PKTCDVD_WCACHE=y
CONFIG_CIPHER_TWOFISH=m
CONFIG_ATA_OVER_ETH=m
-CONFIG_PS3_STORAGE=m
-CONFIG_PS3_STORAGE_EXPECTED_NUM_DRIVES=3
-CONFIG_PS3_STORAGE_MAX_SPINUP_WAIT_TIME=10
+# CONFIG_PS3_STORAGE_OLD is not set
#
# Misc devices
@@ -837,7 +839,7 @@
CONFIG_BLK_DEV_SD=m
CONFIG_CHR_DEV_ST=m
# CONFIG_CHR_DEV_OSST is not set
-CONFIG_BLK_DEV_SR=m
+CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m
CONFIG_CHR_DEV_SCH=m
@@ -913,7 +915,7 @@
#
CONFIG_ATA=m
CONFIG_ATA_NONSTANDARD=y
-# CONFIG_SATA_AHCI is not set
+CONFIG_SATA_AHCI=m
CONFIG_SATA_SVW=m
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_MV is not set
@@ -923,12 +925,13 @@
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
-# CONFIG_SATA_SIL24 is not set
+CONFIG_SATA_SIL24=m
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
+CONFIG_SATA_INTEL_COMBINED=y
# CONFIG_PATA_ALI is not set
CONFIG_PATA_AMD=m
# CONFIG_PATA_ARTOP is not set
@@ -1156,6 +1159,7 @@
# CONFIG_BNX2 is not set
CONFIG_SPIDER_NET=m
CONFIG_GELIC_NET=y
+CONFIG_GELIC_WIRELESS=y
CONFIG_QLA3XXX=m
CONFIG_ATL1=m
@@ -1736,6 +1740,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+CONFIG_FB_SYS_FILLRECT=y
+CONFIG_FB_SYS_COPYAREA=y
+CONFIG_FB_SYS_IMAGEBLIT=y
+CONFIG_FB_SYS_FOPS=y
+CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
CONFIG_FB_MACMODES=y
CONFIG_FB_BACKLIGHT=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/x86_64/debug new/config/x86_64/debug
--- old/config/x86_64/debug 2007-05-09 15:54:23.000000000 +0200
+++ new/config/x86_64/debug 2007-05-25 18:12:27.000000000 +0200
@@ -2529,6 +2529,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
@@ -3435,7 +3440,7 @@
CONFIG_LOG_BUF_SHIFT=18
# CONFIG_DETECT_SOFTLOCKUP is not set
# CONFIG_SCHEDSTATS is not set
-# CONFIG_TIMER_STATS is not set
+CONFIG_TIMER_STATS=y
CONFIG_DEBUG_SLAB=y
CONFIG_DEBUG_SLAB_LEAK=y
CONFIG_DEBUG_RT_MUTEXES=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/x86_64/default new/config/x86_64/default
--- old/config/x86_64/default 2007-05-09 15:54:23.000000000 +0200
+++ new/config/x86_64/default 2007-05-25 18:12:27.000000000 +0200
@@ -2537,6 +2537,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/x86_64/kdump new/config/x86_64/kdump
--- old/config/x86_64/kdump 2007-05-09 15:54:23.000000000 +0200
+++ new/config/x86_64/kdump 2007-05-25 18:12:28.000000000 +0200
@@ -2550,6 +2550,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/config/x86_64/xen new/config/x86_64/xen
--- old/config/x86_64/xen 2007-05-09 15:54:23.000000000 +0200
+++ new/config/x86_64/xen 2007-05-25 18:12:28.000000000 +0200
@@ -2467,6 +2467,11 @@
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_SYS_FOPS is not set
+CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
++++++ kabi.tar.bz2 ++++++
++++++ novell-kmp.tar.bz2 ++++++
++++++ patches.apparmor.tar.bz2 ++++++
++++++ patches.arch.tar.bz2 ++++++
++++ 19759 lines of diff (skipped)
++++++ patches.drivers.tar.bz2 ++++++
++++++ patches.fixes.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/patches.fixes/maybe_unused.patch new/patches.fixes/maybe_unused.patch
--- old/patches.fixes/maybe_unused.patch 1970-01-01 01:00:00.000000000 +0100
+++ new/patches.fixes/maybe_unused.patch 2007-05-23 11:44:04.000000000 +0200
@@ -0,0 +1,42 @@
+commit 0d7ebbbc6eaa5539f78ab20ed6ff1725a4e332ef
+Author: David Rientjes <rientjes(a)google.com>
+Date: Wed May 9 02:35:27 2007 -0700
+Patch-mainline: 2.6.22
+
+ compiler: introduce __used and __maybe_unused
+
+ __used is defined to be __attribute__((unused)) for all pre-3.3 gcc
+ compilers to suppress warnings for unused functions because perhaps they
+ are referenced only in inline assembly. It is defined to be
+ __attribute__((used)) for gcc 3.3 and later so that the code is still
+ emitted for such functions.
+
+ __maybe_unused is defined to be __attribute__((unused)) for both function
+ and variable use if it could possibly be unreferenced due to the evaluation
+ of preprocessor macros. Function prototypes shall be marked with
+ __maybe_unused if the actual definition of the function is dependant on
+ preprocessor macros.
+
+ No update to compiler-intel.h is necessary because ICC supports both
+ __attribute__((used)) and __attribute__((unused)) as specified by the gcc
+ manual.
+
+ __attribute_used__ is deprecated and will be removed once all current
+ code is converted to using __used.
+
+ Cc: Rusty Russell <rusty(a)rustcorp.com.au>
+ Cc: Adrian Bunk <bunk(a)stusta.de>
+ Signed-off-by: David Rientjes <rientjes(a)google.com>
+ Signed-off-by: Andrew Morton <akpm(a)linux-foundation.org>
+ Signed-off-by: Linus Torvalds <torvalds(a)linux-foundation.org>
+
+diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h
+index a9f7947..03ec231 100644
+--- a/include/linux/compiler-gcc.h
++++ b/include/linux/compiler-gcc.h
+@@ -40,3 +40,4 @@ #define __printf(a,b) __attribute__((f
+ #define noinline __attribute__((noinline))
+ #define __attribute_pure__ __attribute__((pure))
+ #define __attribute_const__ __attribute__((__const__))
++#define __maybe_unused __attribute__((unused))
+
++++++ patches.rpmify.tar.bz2 ++++++
++++++ patches.suse.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/patches.suse/twofish-2.6 new/patches.suse/twofish-2.6
--- old/patches.suse/twofish-2.6 2007-03-21 20:44:10.000000000 +0100
+++ new/patches.suse/twofish-2.6 2007-05-25 18:12:28.000000000 +0200
@@ -9,8 +9,8 @@
drivers/block/loop_fish2.c | 625 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 632 insertions(+)
---- linux-2.6.20.orig/drivers/block/Kconfig
-+++ linux-2.6.20/drivers/block/Kconfig
+--- a/drivers/block/Kconfig
++++ b/drivers/block/Kconfig
@@ -444,6 +444,12 @@ config CDROM_PKTCDVD_WCACHE
this option is dangerous unless the CD-RW media is known good, as we
don't do deferred write error handling yet.
@@ -24,15 +24,15 @@
source "drivers/s390/block/Kconfig"
config ATA_OVER_ETH
---- linux-2.6.20.orig/drivers/block/Makefile
-+++ linux-2.6.20/drivers/block/Makefile
-@@ -29,3 +29,4 @@ obj-$(CONFIG_VIODASD) += viodasd.o
- obj-$(CONFIG_BLK_DEV_SX8) += sx8.o
- obj-$(CONFIG_BLK_DEV_UB) += ub.o
+--- a/drivers/block/Makefile
++++ b/drivers/block/Makefile
+@@ -31,3 +31,4 @@ obj-$(CONFIG_BLK_DEV_UB) += ub.o
+ obj-$(CONFIG_PS3_STORAGE_OLD) += ps3_storage.o
+ obj-$(CONFIG_PS3_DISK) += ps3disk.o
+obj-$(CONFIG_CIPHER_TWOFISH) += loop_fish2.o
--- /dev/null
-+++ linux-2.6.20/drivers/block/loop_fish2.c
++++ b/drivers/block/loop_fish2.c
@@ -0,0 +1,625 @@
+#include <linux/module.h>
+#include <linux/errno.h>
++++++ patches.uml.tar.bz2 ++++++
++++++ patches.xen.tar.bz2 ++++++
++++ 2084 lines of diff (skipped)
++++++ series.conf ++++++
--- kernel-source/series.conf 2007-05-11 13:31:42.000000000 +0200
+++ /mounts/work_src_done/STABLE/kernel-source/series.conf 2007-05-25 18:14:22.000000000 +0200
@@ -45,6 +45,7 @@
# #302001
patches.suse/add-IV-generation-method-null-to-dm-crypt
+ patches.fixes/maybe_unused.patch
########################################################
#
@@ -79,25 +80,37 @@
patches.arch/ppc-efika-of_device-generic-uevent.patch
patches.arch/ppc-efika-psc-console-autodetection.patch
+ patches.arch/ppc-ps3-generic-fbdev-updates.patch
+ patches.arch/ppc-ps3-linus.patch
+ patches.arch/ppc-ps3-device-init.patch
+ patches.arch/ppc-ps3-bt-event-filter.patch
+ patches.arch/ppc-ps3-kexec-fixes.patch
+ patches.arch/ppc-ps3-system-bus-rework.patch
patches.arch/ppc-ps3-allow-duplicate-lmb_reserve.diff
patches.arch/ppc-ps3-automatically-lmb_reserve-initrd.diff
patches.arch/ppc-ps3-ps3fb.patch
+ patches.arch/ppc-ps3-hack-fbcon-shutdown.patch
patches.arch/ppc-spufs.patch
- patches.arch/ppc-ps3-fix-hardware-watchpoints.patch
patches.arch/ppc-ps3-ps3-fix-slowdown-bug.patch
- patches.arch/ppc-ps3-replace-irq-alloc-free.patch
patches.arch/ppc-ps3-cell-usb-workaround-ehci-iso.diff
+ patches.arch/ppc-ps3-sys-manager-fix-reboot.patch
+ patches.arch/ppc-ps3-vuart-as-module.patch
patches.arch/ppc-ps3-gelic.patch
patches.arch/ppc-ps3-gelic-device_symlink.patch
- patches.arch/ppc-ps3-device-init-2.patch
+ patches.arch/ppc-ps3-gelic-module-link.patch
+ patches.arch/ppc-ps3-gelic_2621.patch
patches.arch/spufs-clear-class-0-interrupt.patch
patches.arch/spufs-wrap-master-run-bit.patch
patches.arch/ppc-ps3-dma-mem-hack.patch
patches.arch/ppc-ps3-storage.patch
patches.arch/ppc-ps3-storage-modalias.patch
+ patches.arch/ppc-ps3-storage-module-link.patch
+ patches.arch/ppc-ps3-storage-nodebug.patch
+ patches.arch/ppc-ps3-storage-highmem.patch
patches.arch/ppc-ps3-legacy-bootloader-hack.patch
- patches.arch/ppc-ps3-system-bus-modalias.patch
- patches.arch/ppc-ps3-sys-manager-fix-reboot.patch
+ patches.arch/ppc-ps3-ps3fb-as-module.patch
+ patches.arch/ppc-ps3-ps3fb-system-bus-device.patch
+ patches.arch/ppc-ps3-sys-manager-as-module.patch
patches.suse/ppc-powerbook-usb-fn-key-default.patch
patches.suse/suse-ppc-pmac_zilog-i8250-coexistance.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package skencil
checked in at Sat May 26 00:04:48 CEST 2007.
--------
--- skencil/skencil.changes 2006-11-06 12:08:07.000000000 +0100
+++ /mounts/work_src_done/STABLE/skencil/skencil.changes 2007-05-25 18:29:39.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 25 18:25:51 CEST 2007 - lmichnovic(a)suse.cz
+
+- fixed executable permission of Examples files
+- not using hardcoded prefix any more
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skencil.spec ++++++
--- /var/tmp/diff_new_pack.n19313/_old 2007-05-26 00:04:30.000000000 +0200
+++ /var/tmp/diff_new_pack.n19313/_new 2007-05-26 00:04:30.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package skencil (Version 0.6.17)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -19,7 +19,7 @@
Obsoletes: sketch
Autoreqprov: on
Version: 0.6.17
-Release: 36
+Release: 84
Summary: Python-Based Vector Drawing Program
URL: http://www.skencil.org/
Source: %{name}-%{version}.tar.bz2
@@ -31,7 +31,6 @@
Patch4: %{name}-%{version}-xorg7.patch
Patch5: %{name}-%{version}-xorg7_64.patch
Patch6: %{name}-%{version}-python25.patch
-Prefix: /usr
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%py_requires
@@ -66,13 +65,14 @@
%endif
%patch6 -p1
find -type d | xargs chmod 755
+find Examples -type f -perm /a+x| xargs chmod -x
%build
-./setup.py configure --with-nls --prefix=%{prefix}
+./setup.py configure --with-nls --prefix=%{_prefix}
./setup.py build
%install
-./setup.py install --prefix=%{prefix} --dest-dir=$RPM_BUILD_ROOT
+./setup.py install --prefix=%{_prefix} --dest-dir=$RPM_BUILD_ROOT
mv Pax/README Pax/README.pax
mv Pax/COPYING Pax/COPYING.pax
mv Filter/COPYING Filter/COPYING.filter
@@ -87,12 +87,15 @@
%doc Examples Doc
%doc README BUGS CREDITS COPYING TODO PROJECTS FAQ NEWS
%doc Pax/{README,COPYING}.pax Pax/COPYING.xext Filter/{README,COPYING}.filter
-%{prefix}/%_lib/skencil-%{version}
-%{prefix}/bin/*
-%{prefix}/share/applications/*.desktop
+%{_prefix}/%_lib/skencil-%{version}
+%{_prefix}/bin/*
+%{_prefix}/share/applications/*.desktop
/usr/share/pixmaps/skencil.png
-%changelog -n skencil
+%changelog
+* Fri May 25 2007 - lmichnovic(a)suse.cz
+- fixed executable permission of Examples files
+- not using hardcoded prefix any more
* Mon Nov 06 2006 - lmichnovic(a)suse.cz
- readded Requirement on python-imaging [#209340]
- fixed wrong font path in *xorg7.patch, *xorg7_64.patch [#217655]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package perl
checked in at Sat May 26 00:00:07 CEST 2007.
--------
--- perl/perl.changes 2007-05-21 12:07:11.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl/perl.changes 2007-05-25 23:59:27.314577000 +0200
@@ -1,0 +2,5 @@
+Fri May 25 23:59:15 CEST 2007 - ro(a)suse.de
+
+- added rpmlintrc: ignore some devel files in perl package
+
+-------------------------------------------------------------------
New:
----
rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl.spec ++++++
--- /var/tmp/diff_new_pack.b28009/_old 2007-05-25 23:59:40.000000000 +0200
+++ /var/tmp/diff_new_pack.b28009/_new 2007-05-25 23:59:40.000000000 +0200
@@ -15,7 +15,7 @@
URL: http://www.perl.org/
BuildRequires: db-devel gdbm-devel ncurses-devel zlib-devel
Version: 5.8.8
-Release: 54
+Release: 55
Summary: The Perl interpreter
License: Artistic License, GNU General Public License (GPL)
Group: Development/Languages/Perl
@@ -26,6 +26,7 @@
PreReq: %fillup_prereq
Autoreqprov: on
Source: perl-%{version}.tar.bz2
+Source1: rpmlintrc
Patch: perl-%{version}.dif
Patch1: perl-gracefull-net-ftp.diff
Patch2: perl-makedepend.diff
@@ -266,6 +267,8 @@
%ghost %doc /usr/share/man/man3/perllocal.3pm.gz
%changelog
+* Fri May 25 2007 - ro(a)suse.de
+- added rpmlintrc: ignore some devel files in perl package
* Mon May 21 2007 - rguenther(a)suse.de
- Include Config_heavy.pl in perl-base.
* Fri May 11 2007 - rguenther(a)suse.de
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package ncurses
checked in at Fri May 25 23:57:20 CEST 2007.
--------
--- ncurses/ncurses.changes 2007-05-15 15:06:39.000000000 +0200
+++ /mounts/work_src_done/STABLE/ncurses/ncurses.changes 2007-05-25 22:54:45.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 25 22:54:35 CEST 2007 - dmueller(a)suse.de
+
+- add %post/un to call ldconfig
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ncurses.spec ++++++
--- /var/tmp/diff_new_pack.V21773/_old 2007-05-25 23:57:05.000000000 +0200
+++ /var/tmp/diff_new_pack.V21773/_new 2007-05-25 23:57:05.000000000 +0200
@@ -19,7 +19,7 @@
Group: System/Libraries
Autoreqprov: on
Version: 5.6
-Release: 16
+Release: 19
Summary: New curses Libraries
Source0: ncurses-%{version}.tar.bz2
Url: http://invisible-island.net/ncurses/ncurses.html
@@ -323,6 +323,10 @@
> extension.list
rm -f $RPM_BUILD_ROOT/usr/lib/terminfo
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
%files -f default.list
%defattr(-,root,root)
#%ghost /usr/lib/tabset
@@ -375,6 +379,8 @@
%defattr(-,root,root)
%changelog
+* Fri May 25 2007 - dmueller(a)suse.de
+- add %%post/un to call ldconfig
* Tue May 15 2007 - dmueller(a)suse.de
- move documentation to -devel package and bzip text files
* Tue Mar 20 2007 - rguenther(a)suse.de
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package bzip2
checked in at Fri May 25 23:56:04 CEST 2007.
--------
--- bzip2/bzip2.changes 2007-03-30 10:15:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/bzip2/bzip2.changes 2007-05-25 23:28:24.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 25 23:28:01 CEST 2007 - dmueller(a)suse.de
+
+- build with profile feedback enabled (7-15% speedup)
+
+-------------------------------------------------------------------
Old:
----
bzip2-1.0.4-makefile.patch
New:
----
rpmlintrc
shared-lib.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bzip2.spec ++++++
--- /var/tmp/diff_new_pack.j17467/_old 2007-05-25 23:55:52.000000000 +0200
+++ /var/tmp/diff_new_pack.j17467/_new 2007-05-25 23:55:52.000000000 +0200
@@ -12,7 +12,7 @@
Name: bzip2
Version: 1.0.4
-Release: 9
+Release: 19
Provides: bzip
Obsoletes: bzip
# The following is a kludge to get updating bzip2 to after the split work
@@ -25,7 +25,8 @@
Source: bzip2-%{version}.tar.gz
Source1: bznew.gz
Source2: bznew.1.gz
-Patch1: bzip2-%{version}-makefile.patch
+Source100: rpmlintrc
+Patch1: shared-lib.diff
Patch2: bzip2-maxlen20.patch
Patch3: bzip2-faster.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -86,20 +87,36 @@
%patch3
%build
-# -O3 really makes a difference
-RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-O2/-O3}
-make CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -Wall -Winline" libdir=%{_libdir}
+profile_bzip2()
+{
+ tmpfile=$(mktemp)
+ trap "rm -f $tmpfile $tmpfile.gz" EXIT
+ tar -cjf $tmpfile.bz2 /usr/src || true
+ # time ./bzip2 $tmpfile
+ export LD_PRELOAD=$PWD/libbz2.so
+ time ./bzip2 -d < $tmpfile.bz2 > /dev/null
+ unset LD_PRELOAD
+}
+export CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -Wall -Winline -fpic"
+%if %{do_profiling}
+make CFLAGS="$CFLAGS %{cflags_profile_generate}" LIBDIR=%{_libdir} %{?jobs:-j %jobs} bzip2
+profile_bzip2
+make clean
+make CFLAGS="$CFLAGS %{cflags_profile_feedback}" LIBDIR=%{_libdir} %{?jobs:-j %jobs} bzip2
+%endif
+make CFLAGS="$CFLAGS" LIBDIR=%{_libdir} %{?jobs:-j %jobs}
%install
-make PREFIX=$RPM_BUILD_ROOT install libdir=%{_libdir}
+make PREFIX=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT%{_mandir} \
+ LIBDIR=$RPM_BUILD_ROOT%{_libdir} install
gzip -9 manual.ps
gzip -dc %{SOURCE1} > bznew
-install -m 755 bznew $RPM_BUILD_ROOT%{_bindir}/
-install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1/
+install -D -m 755 bznew $RPM_BUILD_ROOT%{_bindir}/bznew
+install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1
install -m 755 -d $RPM_BUILD_ROOT/%{_lib}/
-rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
-mv $RPM_BUILD_ROOT%{_libdir}/libbz2.so.* $RPM_BUILD_ROOT/%{_lib}/
-ln -sf ../../%{_lib}/libbz2.so.1.0.0 $RPM_BUILD_ROOT%{_libdir}/libbz2.so
+mv $RPM_BUILD_ROOT%{_libdir}/libbz2.so $RPM_BUILD_ROOT/%{_lib}/libbz2.so.%{version}
+ln -sf libbz2.so.%{version} $RPM_BUILD_ROOT/%{_lib}/libbz2.so.1
+ln -sf ../../%{_lib}/libbz2.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libbz2.so
%clean
rm -rf $RPM_BUILD_ROOT
@@ -130,6 +147,8 @@
%{_libdir}/libbz2.so
%changelog
+* Fri May 25 2007 - dmueller(a)suse.de
+- build with profile feedback enabled (7-15%% speedup)
* Fri Mar 30 2007 - rguenther(a)suse.de
- Add PreReq to libbz2 from bzip2 to work around update problems
* Fri Mar 23 2007 - rguenther(a)suse.de
++++++ bzip2-faster.patch ++++++
--- /var/tmp/diff_new_pack.j17467/_old 2007-05-25 23:55:53.000000000 +0200
+++ /var/tmp/diff_new_pack.j17467/_new 2007-05-25 23:55:53.000000000 +0200
@@ -1,6 +1,6 @@
---- ./bzlib_private.h.orig 2005-08-12 10:40:07.000000000 +0000
-+++ ./bzlib_private.h 2005-08-12 10:50:02.000000000 +0000
-@@ -374,6 +374,7 @@ BZ2_hbMakeCodeLengths ( UChar*, Int32*,
+--- bzlib_private.h
++++ bzlib_private.h
+@@ -340,6 +340,7 @@
#define MTFA_SIZE 4096
#define MTFL_SIZE 16
@@ -8,7 +8,7 @@
/*-- Structure holding all the decompression-side stuff. --*/
-@@ -441,6 +442,7 @@ typedef
+@@ -407,6 +408,7 @@
Int32 base [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
Int32 perm [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
Int32 minLens[BZ_N_GROUPS];
@@ -16,7 +16,7 @@
/* save area for scalars in the main decompress code */
Int32 save_i;
-@@ -467,6 +469,7 @@ typedef
+@@ -433,6 +435,7 @@
Int32* save_gLimit;
Int32* save_gBase;
Int32* save_gPerm;
@@ -24,7 +24,7 @@
}
DState;
-@@ -516,8 +519,8 @@ extern Int32
+@@ -482,8 +485,8 @@
BZ2_decompress ( DState* );
extern void
@@ -35,9 +35,9 @@
#endif
---- ./decompress.c.orig 2005-08-12 10:27:55.000000000 +0000
-+++ ./decompress.c 2005-08-12 12:08:14.188288783 +0000
-@@ -104,6 +104,9 @@ void makeMaps_d ( DState* s )
+--- decompress.c
++++ decompress.c
+@@ -64,6 +64,9 @@
s->strm->total_in_hi32++; \
}
@@ -47,7 +47,7 @@
#define GET_UCHAR(lll,uuu) \
GET_BITS(lll,uuu,8)
-@@ -123,23 +126,29 @@ void makeMaps_d ( DState* s )
+@@ -83,23 +86,29 @@
gLimit = &(s->limit[gSel][0]); \
gPerm = &(s->perm[gSel][0]); \
gBase = &(s->base[gSel][0]); \
@@ -90,7 +90,7 @@
/*---------------------------------------------------*/
-@@ -175,6 +184,7 @@ Int32 BZ2_decompress ( DState* s )
+@@ -135,6 +144,7 @@
Int32* gLimit;
Int32* gBase;
Int32* gPerm;
@@ -98,7 +98,7 @@
if (s->state == BZ_X_MAGIC_1) {
/*initialise the save area*/
-@@ -202,6 +212,7 @@ Int32 BZ2_decompress ( DState* s )
+@@ -162,6 +172,7 @@
s->save_gLimit = NULL;
s->save_gBase = NULL;
s->save_gPerm = NULL;
@@ -106,7 +106,7 @@
}
/*restore from the save area*/
-@@ -229,6 +240,7 @@ Int32 BZ2_decompress ( DState* s )
+@@ -189,6 +200,7 @@
gLimit = s->save_gLimit;
gBase = s->save_gBase;
gPerm = s->save_gPerm;
@@ -114,7 +114,7 @@
retVal = BZ_OK;
-@@ -380,6 +392,7 @@ Int32 BZ2_decompress ( DState* s )
+@@ -340,6 +352,7 @@
&(s->limit[t][0]),
&(s->base[t][0]),
&(s->perm[t][0]),
@@ -122,7 +122,7 @@
&(s->len[t][0]),
minLen, maxLen, alphaSize
);
-@@ -454,6 +467,62 @@ Int32 BZ2_decompress ( DState* s )
+@@ -414,6 +427,62 @@
if (nblock >= nblockMAX) RETURN(BZ_DATA_ERROR);
/*-- uc = MTF ( nextSym-1 ) --*/
@@ -185,7 +185,7 @@
{
Int32 ii, jj, kk, pp, lno, off;
UInt32 nn;
-@@ -505,6 +574,7 @@ Int32 BZ2_decompress ( DState* s )
+@@ -465,6 +534,7 @@
}
}
}
@@ -193,7 +193,7 @@
/*-- end uc = MTF ( nextSym-1 ) --*/
s->unzftab[s->seqToUnseq[uc]]++;
-@@ -656,6 +726,7 @@ Int32 BZ2_decompress ( DState* s )
+@@ -616,6 +686,7 @@
s->save_gLimit = gLimit;
s->save_gBase = gBase;
s->save_gPerm = gPerm;
@@ -201,9 +201,9 @@
return retVal;
}
---- ./huffman.c.orig 2005-08-12 10:45:28.000000000 +0000
-+++ ./huffman.c 2005-08-12 12:04:19.000000000 +0000
-@@ -210,13 +213,16 @@ void BZ2_hbAssignCodes ( Int32 *code,
+--- huffman.c
++++ huffman.c
+@@ -173,13 +173,16 @@
void BZ2_hbCreateDecodeTables ( Int32 *limit,
Int32 *base,
Int32 *perm,
@@ -221,7 +221,7 @@
pp = 0;
for (i = minLen; i <= maxLen; i++)
for (j = 0; j < alphaSize; j++)
-@@ -227,16 +233,25 @@ void BZ2_hbCreateDecodeTables ( Int32 *l
+@@ -190,16 +193,25 @@
for (i = 1; i < BZ_MAX_CODE_LEN; i++) base[i] += base[i-1];
++++++ bzip2-maxlen20.patch ++++++
--- /var/tmp/diff_new_pack.j17467/_old 2007-05-25 23:55:53.000000000 +0200
+++ /var/tmp/diff_new_pack.j17467/_new 2007-05-25 23:55:53.000000000 +0200
@@ -1,6 +1,6 @@
---- ./compress.c.orig 2005-08-12 12:02:26.000000000 +0000
-+++ ./compress.c 2005-08-12 12:03:16.000000000 +0000
-@@ -488,11 +488,9 @@ void sendMTFValues ( EState* s )
+--- compress.c
++++ compress.c
+@@ -444,11 +444,9 @@
/*--
Recompute the tables based on the accumulated frequencies.
--*/
@@ -13,7 +13,7 @@
}
-@@ -529,7 +527,7 @@ void sendMTFValues ( EState* s )
+@@ -485,7 +483,7 @@
if (s->len[t][i] > maxLen) maxLen = s->len[t][i];
if (s->len[t][i] < minLen) minLen = s->len[t][i];
}
@@ -22,9 +22,9 @@
AssertH ( !(minLen < 1), 3005 );
BZ2_hbAssignCodes ( &(s->code[t][0]), &(s->len[t][0]),
minLen, maxLen, alphaSize );
---- ./huffman.c.orig 2005-08-12 10:45:28.000000000 +0000
-+++ ./huffman.c 2005-08-12 12:04:19.000000000 +0000
-@@ -177,7 +177,10 @@ void BZ2_hbMakeCodeLengths ( UChar *len,
+--- huffman.c
++++ huffman.c
+@@ -137,7 +137,10 @@
Huffman codes with a maximum length of 17 bits. However, in
order to preserve backwards compatibility with bitstreams
produced by versions pre-1.0.3, the decompressor must still
++++++ shared-lib.diff ++++++
--- Makefile
+++ Makefile
@@ -24,8 +24,9 @@
CFLAGS=-Wall -Winline -O2 -g $(BIGFILES)
# Where you want it installed when you do 'make install'
-PREFIX=/usr/local
-
+PREFIX=/usr
+MANDIR=$(PREFIX)/man
+LIBDIR=$(PREFIX)/lib
OBJS= blocksort.o \
huffman.o \
@@ -35,10 +36,10 @@
decompress.o \
bzlib.o
-all: libbz2.a bzip2 bzip2recover test
+all: libbz2.a libbz2.so bzip2 bzip2recover test
-bzip2: libbz2.a bzip2.o
- $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2
+bzip2: libbz2.a libbz2.so bzip2.o
+ $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o libbz2.so
bzip2recover: bzip2recover.o
$(CC) $(CFLAGS) $(LDFLAGS) -o bzip2recover bzip2recover.o
@@ -52,6 +53,10 @@
$(RANLIB) libbz2.a ; \
fi
+libbz2.so: $(OBJS)
+ rm -f libbz2.so*
+ $(CC) $(CFLAGS) $(LDFLAGS) -shared -o libbz2.so -Wl,-soname,libbz2.so.1 $(OBJS)
+
check: test
test: bzip2
@cat words1
@@ -71,45 +76,29 @@
install: bzip2 bzip2recover
if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
- if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib ; fi
+ if ( test ! -d $(LIBDIR) ) ; then mkdir -p $(LIBDIR) ; fi
if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi
- if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi
+ if ( test ! -d $(MANDIR)/man1 ) ; then mkdir -p $(MANDIR)/man1 ; fi
if ( test ! -d $(PREFIX)/include ) ; then mkdir -p $(PREFIX)/include ; fi
cp -f bzip2 $(PREFIX)/bin/bzip2
- cp -f bzip2 $(PREFIX)/bin/bunzip2
- cp -f bzip2 $(PREFIX)/bin/bzcat
+ ln -sf bzip2 $(PREFIX)/bin/bunzip2
+ ln -sf bzip2 $(PREFIX)/bin/bzcat
cp -f bzip2recover $(PREFIX)/bin/bzip2recover
chmod a+x $(PREFIX)/bin/bzip2
- chmod a+x $(PREFIX)/bin/bunzip2
- chmod a+x $(PREFIX)/bin/bzcat
chmod a+x $(PREFIX)/bin/bzip2recover
- cp -f bzip2.1 $(PREFIX)/man/man1
- chmod a+r $(PREFIX)/man/man1/bzip2.1
+ cp -f bzip2.1 $(MANDIR)/man1
+ chmod a+r $(MANDIR)/man1/bzip2.1
cp -f bzlib.h $(PREFIX)/include
chmod a+r $(PREFIX)/include/bzlib.h
- cp -f libbz2.a $(PREFIX)/lib
- chmod a+r $(PREFIX)/lib/libbz2.a
- cp -f bzgrep $(PREFIX)/bin/bzgrep
- ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzegrep
- ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzfgrep
- chmod a+x $(PREFIX)/bin/bzgrep
- cp -f bzmore $(PREFIX)/bin/bzmore
- ln -s -f $(PREFIX)/bin/bzmore $(PREFIX)/bin/bzless
- chmod a+x $(PREFIX)/bin/bzmore
- cp -f bzdiff $(PREFIX)/bin/bzdiff
- ln -s -f $(PREFIX)/bin/bzdiff $(PREFIX)/bin/bzcmp
- chmod a+x $(PREFIX)/bin/bzdiff
- cp -f bzgrep.1 bzmore.1 bzdiff.1 $(PREFIX)/man/man1
- chmod a+r $(PREFIX)/man/man1/bzgrep.1
- chmod a+r $(PREFIX)/man/man1/bzmore.1
- chmod a+r $(PREFIX)/man/man1/bzdiff.1
- echo ".so man1/bzgrep.1" > $(PREFIX)/man/man1/bzegrep.1
- echo ".so man1/bzgrep.1" > $(PREFIX)/man/man1/bzfgrep.1
- echo ".so man1/bzmore.1" > $(PREFIX)/man/man1/bzless.1
- echo ".so man1/bzdiff.1" > $(PREFIX)/man/man1/bzcmp.1
+ cp -f libbz2.a $(LIBDIR)
+ chmod a+r $(LIBDIR)/libbz2.a
+ cp -f libbz2.so $(LIBDIR)
+ chmod a+r $(LIBDIR)/libbz2.so
+ echo ".so man1/bzip2.1" > $(MANDIR)/man1/bunzip2.1
+ echo ".so man1/bzip2.1" > $(MANDIR)/man1/bzcat.1
clean:
- rm -f *.o libbz2.a bzip2 bzip2recover \
+ rm -f *.o libbz2.a libbz2.so bzip2 bzip2recover \
sample1.rb2 sample2.rb2 sample3.rb2 \
sample1.tst sample2.tst sample3.tst
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gawk
checked in at Fri May 25 17:41:04 CEST 2007.
--------
--- gawk/gawk.changes 2006-09-01 13:03:21.000000000 +0200
+++ /mounts/work_src_done/STABLE/gawk/gawk.changes 2007-05-25 15:01:56.000000000 +0200
@@ -1,0 +2,46 @@
+Fri May 25 15:00:37 CEST 2007 - schwab(a)suse.de
+
+- Update to gawk 3.1.5g.
+ 1. `gawk 'program' /non/existant/file' no longer core dumps.
+ 2. Too many people the world over have complained about gawk's use of the
+ locale's decimal point for parsing input data instead of the traditional
+ period. So, even though gawk was being nicely standards-compliant, in
+ a Triumph For The Users, gawk now only uses the locale's decimal point
+ if --posix is supplied or if POSIXLY_CORRECT is set. It is the sincere
+ hope that this change will eliminate this FAQ from being asked.
+ 3. `gawk -v BINMODE=1 ...' works again.
+ 4. Internal file names like `/dev/user' now work again.
+ 5. Problems with wide strings on non "C" locales have been straightened
+ out everywhere. (At least, we think so.)
+ 6. Use of `ansi2knr' is no longer supported. Please use an ANSI C compiler.
+ 7. Updated to Autoconf 2.61, Automake 1.10, and Gettext 0.16.1.
+ 8. The getopt* and regex* files were synchronized with current GLIBC CVS.
+ See the ChangeLog for the versions and minor edits made.
+ 9. There are additional --lint-old warnings.
+ 10. Gawk now uses getaddrinfo(3) to look up names and IP addresses. This
+ allows the use of an IPv6 format address and paves the way for
+ eventual addition of `/inet6/...' and `/inet4/...' hostnames.
+ 11. We believe gawk to now be valgrind clean. At least when run against
+ the test suite.
+ 12. A number of issues dealing with the formatting and printing of very
+ large numbers in integer formats have been dealt with and fixed.
+ 13. Gawk now converts "+inf", "-inf", "+nan" and "-nan" into the corresponding
+ magic IEEE floating point values. Only those strings (case independent)
+ work. With --posix, gawk calls the system strtod directly. You asked
+ for it, you got it, you deal with it.
+ 14. Defining YYDEBUG enables the -D command line option.
+ 15. Gawk should now work out of the box on Tandem NSK/OSS systems.
+ 16. Lint messages rationalized: many more of the messages are now printed
+ only once, instead of every time they are encountered.
+ 17. The strftime() function now accepts an optional third argument, which
+ if non-zero or non-null, indicates that the time should be formatted
+ as UTC instead of as local time.
+ 18. The precedence of concatenation and `| getline' (in something like
+ "echo " "date" | getline stuff) has been reverted to earlier the
+ behavior and now once again matches Unix awk.
+ 19. New configure time flag --disable-directories-fatal which causes
+ gawk to silently skip directories on the command line. This behavior
+ is also enabled for --traditional, since it's what Unix awk does.
+ xx. Various bugs fixed, see the ChangeLog for details.
+
+-------------------------------------------------------------------
Old:
----
dev-fd.diff
dfa-mbcset.diff
embedded-nul.diff
fieldwidths.diff
gawk-3.1.5.diff
gawk-3.1.5.tar.bz2
multibyte.diff
numeric-conversion.diff
sub-common.diff
New:
----
gawk-3.1.5g.diff
gawk-3.1.5g.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gawk.spec ++++++
--- /var/tmp/diff_new_pack.F11216/_old 2007-05-25 17:40:12.000000000 +0200
+++ /var/tmp/diff_new_pack.F11216/_new 2007-05-25 17:40:12.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package gawk (Version 3.1.5)
+# spec file for package gawk (Version 3.1.5g)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -12,24 +12,17 @@
Name: gawk
URL: http://www.gnu.org/software/gawk/
-License: GPL, Other License(s), see package
+License: GNU General Public License (GPL)
Group: Productivity/Text/Utilities
Provides: awk
Autoreqprov: on
PreReq: %{install_info_prereq}
-Version: 3.1.5
-Release: 24
+Version: 3.1.5g
+Release: 1
Summary: GNU awk
Source: gawk-%{version}.tar.bz2
Patch: gawk-%{version}.diff
-Patch1: multibyte.diff
-Patch2: fieldwidths.diff
-Patch3: embedded-nul.diff
-Patch4: parallel-make.diff
-Patch5: dfa-mbcset.diff
-Patch8: sub-common.diff
-Patch9: dev-fd.diff
-Patch10: numeric-conversion.diff
+Patch1: parallel-make.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -52,18 +45,11 @@
%setup -q
%patch
%patch1
-%patch2
-%patch3
-%patch4
-%patch5
-%patch8
-%patch9
-%patch10
rm -f regex.[ch]
%build
%{suse_update_config -f}
-autoreconf --force --install
+AUTOPOINT=true autoreconf --force --install
export CFLAGS=$RPM_OPT_FLAGS
./configure --prefix=/usr --libexecdir=%{_libdir} \
--mandir=%{_mandir} --infodir=%{_infodir}
@@ -85,6 +71,7 @@
ln -sf ../../bin/awk ../../bin/gawk $RPM_BUILD_ROOT/usr/bin
ln -sf gawk.1 $RPM_BUILD_ROOT%{_mandir}/man1/awk.1
rm -f $RPM_BUILD_ROOT/usr/bin/*-%{version}
+%find_lang %name
%clean
rm -rf $RPM_BUILD_ROOT
@@ -97,7 +84,7 @@
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gawk.info.gz
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gawkinet.info.gz
-%files
+%files -f %name.lang
%defattr(-,root,root)
%doc AUTHORS COPYING FUTURES LIMITATIONS NEWS POSIX.STD PROBLEMS
%doc README README_d
@@ -112,11 +99,53 @@
%{_libdir}/awk/pwcat
%dir /usr/share/awk
/usr/share/awk/*.awk
-/usr/share/locale/*/LC_MESSAGES/*.mo
%doc %{_infodir}/*.info.gz
%doc %{_mandir}/man1/*.1.gz
-%changelog -n gawk
+%changelog
+* Fri May 25 2007 - schwab(a)suse.de
+- Update to gawk 3.1.5g.
+ 1. `gawk 'program' /non/existant/file' no longer core dumps.
+ 2. Too many people the world over have complained about gawk's use of the
+ locale's decimal point for parsing input data instead of the traditional
+ period. So, even though gawk was being nicely standards-compliant, in
+ a Triumph For The Users, gawk now only uses the locale's decimal point
+ if --posix is supplied or if POSIXLY_CORRECT is set. It is the sincere
+ hope that this change will eliminate this FAQ from being asked.
+ 3. `gawk -v BINMODE=1 ...' works again.
+ 4. Internal file names like `/dev/user' now work again.
+ 5. Problems with wide strings on non "C" locales have been straightened
+ out everywhere. (At least, we think so.)
+ 6. Use of `ansi2knr' is no longer supported. Please use an ANSI C compiler.
+ 7. Updated to Autoconf 2.61, Automake 1.10, and Gettext 0.16.1.
+ 8. The getopt* and regex* files were synchronized with current GLIBC CVS.
+ See the ChangeLog for the versions and minor edits made.
+ 9. There are additional --lint-old warnings.
+ 10. Gawk now uses getaddrinfo(3) to look up names and IP addresses. This
+ allows the use of an IPv6 format address and paves the way for
+ eventual addition of `/inet6/...' and `/inet4/...' hostnames.
+ 11. We believe gawk to now be valgrind clean. At least when run against
+ the test suite.
+ 12. A number of issues dealing with the formatting and printing of very
+ large numbers in integer formats have been dealt with and fixed.
+ 13. Gawk now converts "+inf", "-inf", "+nan" and "-nan" into the corresponding
+ magic IEEE floating point values. Only those strings (case independent)
+ work. With --posix, gawk calls the system strtod directly. You asked
+ for it, you got it, you deal with it.
+ 14. Defining YYDEBUG enables the -D command line option.
+ 15. Gawk should now work out of the box on Tandem NSK/OSS systems.
+ 16. Lint messages rationalized: many more of the messages are now printed
+ only once, instead of every time they are encountered.
+ 17. The strftime() function now accepts an optional third argument, which
+ if non-zero or non-null, indicates that the time should be formatted
+ as UTC instead of as local time.
+ 18. The precedence of concatenation and `| getline' (in something like
+ "echo " "date" | getline stuff) has been reverted to earlier the
+ behavior and now once again matches Unix awk.
+ 19. New configure time flag --disable-directories-fatal which causes
+ gawk to silently skip directories on the command line. This behavior
+ is also enabled for --traditional, since it's what Unix awk does.
+ xx. Various bugs fixed, see the ChangeLog for details.
* Fri Sep 01 2006 - schwab(a)suse.de
- Drop doc subpackage.
* Mon Jul 24 2006 - schwab(a)suse.de
++++++ gawk-3.1.5g.diff ++++++
--- Makefile.am
+++ Makefile.am
@@ -101,11 +101,7 @@
msg.c \
node.c \
protos.h \
- random.c \
- random.h \
re.c \
- regex.c \
- regex.h \
replace.c \
version.c
--- builtin.c
+++ builtin.c
@@ -37,7 +37,6 @@
# include <stdint.h>
#endif
#include <math.h>
-#include "random.h"
#ifndef CHAR_BIT
# define CHAR_BIT 8
@@ -62,12 +61,6 @@
#define SIZE_MAX ((size_t) -1)
#endif
-/* can declare these, since we always use the random shipped with gawk */
-extern char *initstate P((unsigned long seed, char *state, long n));
-extern char *setstate P((char *state));
-extern long random P((void));
-extern void srandom P((unsigned long seed));
-
extern NODE **fields_arr;
extern int output_is_tty;
--- doc/gawk.texi
+++ doc/gawk.texi
@@ -1397,7 +1397,7 @@
Chuck Toporek.
@cindex Berry, Karl
-@cindex Chassell, Robert J.@:
+@cindex Chassell, Robert J.
@c @cindex Texinfo
Robert J.@: Chassell provided much valuable advice on
the use of Texinfo.
@@ -23495,7 +23495,7 @@
GNU Automake and @code{gettext}.
@item
-@cindex Broder, Alan J.@:
+@cindex Broder, Alan J.
Alan J.@: Broder
provided the initial version of the @code{asort} function
as well as the code for the new optional third argument to the @code{match} function.
++++++ parallel-make.diff ++++++
--- /var/tmp/diff_new_pack.F11216/_old 2007-05-25 17:40:12.000000000 +0200
+++ /var/tmp/diff_new_pack.F11216/_new 2007-05-25 17:40:12.000000000 +0200
@@ -1,11 +1,12 @@
--- awklib/Makefile.am
+++ awklib/Makefile.am
-@@ -59,6 +59,8 @@
- $(AWK) -f $(srcdir)/extract.awk $(srcdir)/../doc/gawk.texi $(srcdir)/../doc/gawkinet.texi
- @echo 'some makes are stupid and will not check a directory' > stamp-eg
- @echo 'against a file, so this file is a place holder. gack.' >> stamp-eg
+@@ -75,6 +75,9 @@
+ mv eg.old/prog/CVS eg/prog ; \
+ rm -fr eg.old ; fi
+
+$(srcdir)/eg/lib/pwcat.c $(srcdir)/eg/lib/grcat.c $(srcdir)/eg/prog/igawk.sh \
+$(srcdir)/eg/lib/passwdawk.in $(srcdir)/eg/lib/groupawk.in: stamp-eg; @:
-
++
pwcat$(EXEEXT): $(srcdir)/eg/lib/pwcat.c
$(COMPILE) $(srcdir)/eg/lib/pwcat.c $(LDFLAGS) -o $@
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0