Hello community,

here is the log from the commit of package yast2-audit-laf for openSUSE:Factory
checked in at Tue Oct 4 18:00:03 CEST 2011.



--------
--- openSUSE:Factory/yast2-audit-laf/yast2-audit-laf.changes    2011-09-23 
12:53:05.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-audit-laf/yast2-audit-laf.changes        
2011-10-04 12:12:30.000000000 +0200
@@ -1,0 +2,23 @@
+Tue Oct  4 10:12:29 UTC 2011 - [email protected]
+
+- license update: GPL-2.0
+  bnc#719219
+
+-------------------------------------------------------------------
+Wed Sep 28 22:38:29 CEST 2011 - [email protected]
+
+- set dialog title
+- 2.21.1 
+
+-------------------------------------------------------------------
+Fri Sep 16 11:42:36 CEST 2011 - [email protected]
+
+- remove unneeded import 
+- 2.21.0
+
+-------------------------------------------------------------------
+Fri Aug  5 12:30:16 CEST 2011 - [email protected]
+
+- fixed .desktop file (bnc #681249)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-audit-laf-2.19.0.tar.bz2

New:
----
  yast2-audit-laf-2.21.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-audit-laf.spec ++++++
--- /var/tmp/diff_new_pack.5dlVaX/_old  2011-10-04 17:59:56.000000000 +0200
+++ /var/tmp/diff_new_pack.5dlVaX/_new  2011-10-04 17:59:56.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-audit-laf (Version 2.19.0)
+# spec file for package yast2-audit-laf
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,17 +19,18 @@
 
 
 Name:           yast2-audit-laf
-Version:        2.19.0
-Release:        1
+Version:        2.21.1
+Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-audit-laf-2.19.0.tar.bz2
+Source0:        yast2-audit-laf-%{version}.tar.bz2
 
 Prefix:         /usr
 
 Group:          System/YaST
-License:        GPLv2+
-Requires:       yast2
+License:        GPL-2.0
+# Wizard::SetDesktopTitleAndIcon
+Requires:       yast2 >= 2.21.22
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
 
 BuildArch:      noarch
@@ -41,7 +42,7 @@
 add rules for the audit subsystem.
 
 %prep
-%setup -n yast2-audit-laf-2.19.0
+%setup -n yast2-audit-laf-%{version}
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -83,4 +84,5 @@
 /usr/share/YaST2/scrconf/auditd.scr
 %doc %{prefix}/share/doc/packages/yast2-audit-laf
 /usr/share/YaST2/schema/autoyast/rnc/audit-laf.rnc
+
 %changelog

++++++ yast2-audit-laf-2.19.0.tar.bz2 -> yast2-audit-laf-2.21.1.tar.bz2 ++++++
++++ 4990 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-audit-laf-2.19.0/Makefile.am new/yast2-audit-laf-2.21.1/Makefile.am
--- old/yast2-audit-laf-2.19.0/Makefile.am      2010-04-01 14:19:20.000000000 
+0200
+++ new/yast2-audit-laf-2.21.1/Makefile.am      2011-10-04 12:52:15.000000000 
+0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS            = $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR           = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES           = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR           = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl    = README COPYING
@@ -155,7 +154,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION      = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
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-audit-laf-2.19.0/VERSION new/yast2-audit-laf-2.21.1/VERSION
--- old/yast2-audit-laf-2.19.0/VERSION  2010-04-01 14:17:39.000000000 +0200
+++ new/yast2-audit-laf-2.21.1/VERSION  2011-10-04 12:50:58.000000000 +0200
@@ -1 +1 @@
-2.19.0
+2.21.1
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-audit-laf-2.19.0/configure.in new/yast2-audit-laf-2.21.1/configure.in
--- old/yast2-audit-laf-2.19.0/configure.in     2010-04-01 14:19:20.000000000 
+0200
+++ new/yast2-audit-laf-2.21.1/configure.in     2011-10-04 12:52:15.000000000 
+0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-audit-laf
 dnl
-dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-audit-laf, 2.19.0, http://bugs.opensuse.org/, yast2-audit-laf)
+AC_INIT(yast2-audit-laf, 2.21.1, http://bugs.opensuse.org/, yast2-audit-laf)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.19.0"
+VERSION="2.21.1"
 RPMNAME="yast2-audit-laf"
 MAINTAINER="Gabriele Mohr <[email protected]>"
 
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-audit-laf-2.19.0/src/audit-laf.desktop 
new/yast2-audit-laf-2.21.1/src/audit-laf.desktop
--- old/yast2-audit-laf-2.19.0/src/audit-laf.desktop    2010-03-22 
12:51:39.000000000 +0100
+++ new/yast2-audit-laf-2.21.1/src/audit-laf.desktop    2011-10-04 
12:50:58.000000000 +0200
@@ -3,7 +3,6 @@
 Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Security;
 
 X-KDE-ModuleType=Library
-X-KDE-RootOnly=true
 X-KDE-HasReadOnlyMode=true
 X-KDE-Library=yast2
 X-SuSE-YaST-Call=audit-laf
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-audit-laf-2.19.0/src/complex.ycp 
new/yast2-audit-laf-2.21.1/src/complex.ycp
--- old/yast2-audit-laf-2.19.0/src/complex.ycp  2010-03-22 12:53:00.000000000 
+0100
+++ new/yast2-audit-laf-2.21.1/src/complex.ycp  2011-10-04 12:50:58.000000000 
+0200
@@ -33,7 +33,6 @@
 import "Label";
 import "Popup";
 import "Wizard";
-import "Wizard_hw";
 import "Confirm";
 import "AuditLaf";
 import "Report";
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-audit-laf-2.19.0/src/wizards.ycp 
new/yast2-audit-laf-2.21.1/src/wizards.ycp
--- old/yast2-audit-laf-2.19.0/src/wizards.ycp  2009-02-02 11:11:02.000000000 
+0100
+++ new/yast2-audit-laf-2.21.1/src/wizards.ycp  2011-10-04 12:50:58.000000000 
+0200
@@ -139,7 +139,7 @@
        Label::FinishButton()
     );
     Wizard::DisableBackButton ();
-    Wizard::SetTitleIcon("yast-audit-laf");
+    Wizard::SetDesktopTitleAndIcon("audit-laf");
 
     return CWM::Run (w, $[`abort : ReallyAbort]);
 }

continue with "q"...



Remember to have fun...

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

Reply via email to