Hello community,

here is the log from the commit of package yast2-apparmor for openSUSE:Factory 
checked in at 2012-04-12 09:57:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-apparmor (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-apparmor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-apparmor", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-apparmor/yast2-apparmor.changes    
2011-11-18 15:48:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-apparmor.new/yast2-apparmor.changes       
2012-04-12 09:57:41.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr  4 08:37:05 CEST 2012 - [email protected]
+
+- fixed text labels (bnc#755539)
+- 2.22.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-apparmor-2.22.1.tar.bz2

New:
----
  yast2-apparmor-2.22.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-apparmor.spec ++++++
--- /var/tmp/diff_new_pack.aVo3gQ/_old  2012-04-12 09:57:43.000000000 +0200
+++ /var/tmp/diff_new_pack.aVo3gQ/_new  2012-04-12 09:57:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-apparmor
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-apparmor
-Version:        2.22.1
+Version:        2.22.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-apparmor-%{version}.tar.bz2
 
-Group:          Productivity/Security
-License:        GPL-2.0+
-
 Summary:        YaST2 - Plugins for AppArmor Profile Management
+License:        GPL-2.0+
+Group:          Productivity/Security
 
-Requires:       yast2 
 Requires:       perl-TimeDate
+Requires:       yast2
 Requires:       perl(Data::Dumper)
 Requires:       perl(Encode)
 Requires:       perl(Getopt::Long)
@@ -46,7 +43,8 @@
 Provides:       yast2-subdomain
 BuildRequires:  update-desktop-files
 
-BuildRequires:  yast2 yast2-devtools
+BuildRequires:  yast2
+BuildRequires:  yast2-devtools
 
 %if 0%{?suse_version} >= 1140
 # openSUSE-11.4 or newer
@@ -72,7 +70,6 @@
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
-%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works

++++++ yast2-apparmor-2.22.1.tar.bz2 -> yast2-apparmor-2.22.2.tar.bz2 ++++++
++++ 2964 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-apparmor-2.22.1/VERSION new/yast2-apparmor-2.22.2/VERSION
--- old/yast2-apparmor-2.22.1/VERSION   2011-11-18 10:03:42.000000000 +0100
+++ new/yast2-apparmor-2.22.2/VERSION   2012-04-04 08:37:31.000000000 +0200
@@ -1 +1 @@
-2.22.1
+2.22.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-apparmor-2.22.1/configure.in new/yast2-apparmor-2.22.2/configure.in
--- old/yast2-apparmor-2.22.1/configure.in      2011-11-18 10:31:54.000000000 
+0100
+++ new/yast2-apparmor-2.22.2/configure.in      2012-03-30 11:22:34.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-apparmor
 dnl
-dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.8 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
 AC_INIT(yast2-apparmor, 2.22.1, http://bugs.opensuse.org/, yast2-apparmor)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-apparmor-2.22.1/src/clients/AA_DeleteProfile.ycp 
new/yast2-apparmor-2.22.2/src/clients/AA_DeleteProfile.ycp
--- old/yast2-apparmor-2.22.1/src/clients/AA_DeleteProfile.ycp  2011-10-04 
10:23:13.000000000 +0200
+++ new/yast2-apparmor-2.22.2/src/clients/AA_DeleteProfile.ycp  2012-04-04 
08:36:31.000000000 +0200
@@ -38,8 +38,7 @@
    map profiles = (map) SCR::Read (.apparmor_profiles, "all");
 
    map aliases = $[
-        "chooseprofile" : ``(SelectProfileForm(profiles, _("Please make a 
-               selection from the listed profiles and press Next to delete the 
profile."),
+        "chooseprofile" : ``(SelectProfileForm(profiles, _("Make a selection 
from the listed profiles and press Next to delete the profile."),
                _("Delete Profile - Choose profile to delete"), 
"apparmor/delete_profile")),
         "deleteprofile"   : ``(DeleteProfileConfirmation()),
    ];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-apparmor-2.22.1/src/clients/AA_EditProfile.ycp 
new/yast2-apparmor-2.22.2/src/clients/AA_EditProfile.ycp
--- old/yast2-apparmor-2.22.1/src/clients/AA_EditProfile.ycp    2011-11-18 
09:59:55.000000000 +0100
+++ new/yast2-apparmor-2.22.2/src/clients/AA_EditProfile.ycp    2012-04-04 
08:36:06.000000000 +0200
@@ -36,7 +36,7 @@
    map aliases = $[
         "showProfile"        : 
``(DisplayProfileForm(Settings["CURRENT_PROFILE"]:"", false)),
         "showHat"            : 
``(DisplayProfileForm(Settings["CURRENT_HAT"]:"", true)),
-        "chooseProfile"      : ``(SelectProfileForm(profiles, _("Selection a 
listed profile and press Next to edit the profile."), _("Edit Profile - Choose 
profile to edit"), "apparmor_edit_profile" )),
+        "chooseProfile"      : ``(SelectProfileForm(profiles, _("Select a 
listed profile and press Next to edit it."), _("Edit Profile - Choose profile 
to edit"), "apparmor_edit_profile" )),
        "reread"             : ``(Reread()),
    ];
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to