Hello community, here is the log from the commit of package yast2-sudo for openSUSE:Factory checked in at 2014-12-05 21:03:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old) and /work/SRC/openSUSE:Factory/.yast2-sudo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-sudo" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes 2013-11-17 09:59:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-sudo.new/yast2-sudo.changes 2014-12-05 21:03:00.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Dec 4 09:51:39 UTC 2014 - [email protected] + +- remove X-KDE-Library from desktop file (bnc#899104) + +------------------------------------------------------------------- Old: ---- yast2-sudo-3.1.1.tar.bz2 New: ---- yast2-sudo-3.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-sudo.spec ++++++ --- /var/tmp/diff_new_pack.d2vDWY/_old 2014-12-05 21:03:01.000000000 +0100 +++ /var/tmp/diff_new_pack.d2vDWY/_new 2014-12-05 21:03:01.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-sudo # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,13 @@ Name: yast2-sudo -Version: 3.1.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 +Url: http://github.com/yast/yast-sudo Requires: yast2-users # Wizard::SetDesktopTitleAndIcon Requires: yast2 >= 2.21.22 @@ -30,12 +31,10 @@ Conflicts: yast2-core < 2.13.29 #Sudo icons Conflicts: yast2_theme < 2.13.9 -BuildRequires: perl-XML-Writer -BuildRequires: update-desktop-files BuildRequires: yast2 BuildRequires: yast2-devtools >= 3.0.6 -BuildRequires: yast2-testsuite BuildRequires: yast2-users +BuildRequires: rubygem(yast-rake) BuildArch: noarch @@ -52,11 +51,13 @@ %prep %setup -n %{name}-%{version} +%check +rake test:unit + %build -%yast_build %install -%yast_install +rake install DESTDIR="%{buildroot}" %files %defattr(-,root,root) ++++++ yast2-sudo-3.1.1.tar.bz2 -> yast2-sudo-3.1.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-sudo-3.1.1/MAINTAINER new/yast2-sudo-3.1.2/MAINTAINER --- old/yast2-sudo-3.1.1/MAINTAINER 2013-11-15 13:17:13.000000000 +0100 +++ new/yast2-sudo-3.1.2/MAINTAINER 2014-12-04 11:10:07.000000000 +0100 @@ -1 +1 @@ -YaST2 Maintainers <[email protected]> +Deprecated file. Use `osc maintainer yast2-sudo` instead. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-sudo-3.1.1/Makefile.cvs new/yast2-sudo-3.1.2/Makefile.cvs --- old/yast2-sudo-3.1.1/Makefile.cvs 2013-11-15 13:17:13.000000000 +0100 +++ new/yast2-sudo-3.1.2/Makefile.cvs 1970-01-01 01:00:00.000000000 +0100 @@ -1,22 +0,0 @@ -# -# Makefile.cvs -# -PREFIX = /usr - -LIB = $(shell y2tool get-lib) - -configure: all - ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) - -all: - y2tool y2autoconf - y2tool y2automake - autoreconf --force --install - -install: configure - make - make install - -reconf: all - ./config.status --recheck - ./config.status diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-sudo-3.1.1/configure.in.in new/yast2-sudo-3.1.2/configure.in.in --- old/yast2-sudo-3.1.1/configure.in.in 2013-11-15 13:17:13.000000000 +0100 +++ new/yast2-sudo-3.1.2/configure.in.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -## YCP module configure.in.in - -## Initialize -@YAST2-INIT-COMMON@ -@YAST2-INIT-YCP@ - -## some common checks -@YAST2-CHECKS-COMMON@ -@YAST2-CHECKS-YCP@ - -## and generate the output... -@YAST2-OUTPUT@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-sudo-3.1.1/doc/Makefile.am new/yast2-sudo-3.1.2/doc/Makefile.am --- old/yast2-sudo-3.1.1/doc/Makefile.am 2013-11-15 13:17:13.000000000 +0100 +++ new/yast2-sudo-3.1.2/doc/Makefile.am 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ -# Makefile.am for sudo/doc - -SUBDIRS = autodocs - -htmldir = $(docdir) - -doc_DATA = -html_DATA = - -EXTRA_DIST = $(doc_DATA) $(html_DATA) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-sudo-3.1.1/doc/autodocs/Makefile.am new/yast2-sudo-3.1.2/doc/autodocs/Makefile.am --- old/yast2-sudo-3.1.1/doc/autodocs/Makefile.am 2013-11-15 13:17:13.000000000 +0100 +++ new/yast2-sudo-3.1.2/doc/autodocs/Makefile.am 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -# Makefile.am for sudo/doc/autodocs - -include $(top_srcdir)/autodocs-ycp.ami diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-sudo-3.1.1/package/yast2-sudo.changes new/yast2-sudo-3.1.2/package/yast2-sudo.changes --- old/yast2-sudo-3.1.1/package/yast2-sudo.changes 2013-11-15 13:17:13.000000000 +0100 +++ new/yast2-sudo-3.1.2/package/yast2-sudo.changes 2014-12-04 11:10:07.000000000 +0100 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Dec 4 09:51:39 UTC 2014 - [email protected] + +- remove X-KDE-Library from desktop file (bnc#899104) + +------------------------------------------------------------------- Wed Nov 13 15:56:18 UTC 2013 - [email protected] - Add explicit COPYING file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-sudo-3.1.1/package/yast2-sudo.spec new/yast2-sudo-3.1.2/package/yast2-sudo.spec --- old/yast2-sudo-3.1.1/package/yast2-sudo.spec 2013-11-15 13:17:13.000000000 +0100 +++ new/yast2-sudo-3.1.2/package/yast2-sudo.spec 2014-12-04 11:10:07.000000000 +0100 @@ -17,12 +17,13 @@ Name: yast2-sudo -Version: 3.1.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 +url: http://github.com/yast/yast-sudo Group: System/YaST License: GPL-2.0 Requires: yast2-users @@ -32,8 +33,9 @@ Conflicts: yast2-core < 2.13.29 #Sudo icons Conflicts: yast2_theme < 2.13.9 -BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite yast2-users +BuildRequires: yast2 yast2-users BuildRequires: yast2-devtools >= 3.0.6 +BuildRequires: rubygem(yast-rake) BuildArchitectures: noarch @@ -48,11 +50,13 @@ %prep %setup -n %{name}-%{version} +%check +rake test:unit + %build -%yast_build %install -%yast_install +rake install DESTDIR="%{buildroot}" %files diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-sudo-3.1.1/src/Makefile.am new/yast2-sudo-3.1.2/src/Makefile.am --- old/yast2-sudo-3.1.1/src/Makefile.am 2013-11-15 13:17:13.000000000 +0100 +++ new/yast2-sudo-3.1.2/src/Makefile.am 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ -# Sources for sudo - -module_DATA = \ - modules/Sudo.rb - -client_DATA = \ - clients/sudo.rb - -yncludedir = @yncludedir@/sudo -ynclude_DATA = \ - include/sudo/dialog-cmnd.rb \ - include/sudo/wizards.rb \ - include/sudo/dialog-spec.rb \ - include/sudo/dialog-user.rb \ - include/sudo/dialog-runas.rb \ - include/sudo/dialogs.rb \ - include/sudo/complex.rb \ - include/sudo/dialog-host.rb \ - include/sudo/helps.rb - -scrconf_DATA = \ - scrconf/sudo.scr - -agent_SCRIPTS = \ - servers_non_y2/ag_etc_sudoers - -desktop_DATA = \ - desktop/sudo.desktop - -EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA) $(agent_SCRIPTS) $(desktop_DATA) - -include $(top_srcdir)/Makefile.am.common \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-sudo-3.1.1/src/desktop/sudo.desktop new/yast2-sudo-3.1.2/src/desktop/sudo.desktop --- old/yast2-sudo-3.1.1/src/desktop/sudo.desktop 2013-11-15 13:17:13.000000000 +0100 +++ new/yast2-sudo-3.1.2/src/desktop/sudo.desktop 2014-12-04 11:10:07.000000000 +0100 @@ -4,7 +4,6 @@ X-KDE-ModuleType=Library X-KDE-HasReadOnlyMode=true -X-KDE-Library=yast2 X-SuSE-YaST-Call=sudo X-SuSE-YaST-Group=Security diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-sudo-3.1.1/testsuite/Makefile.am new/yast2-sudo-3.1.2/testsuite/Makefile.am --- old/yast2-sudo-3.1.1/testsuite/Makefile.am 2013-11-15 13:17:13.000000000 +0100 +++ new/yast2-sudo-3.1.2/testsuite/Makefile.am 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ -# -# Makefile.am for .../testsuite -# -# Do not edit this file (Makefile.am) as it will be overwritten! -# - -AUTOMAKE_OPTIONS = dejagnu -EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard tests/*.rb) - -testsuite_prepare = @ydatadir@/testsuite/Makefile.testsuite - -all-local: $(testsuite_prepare) - make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) - -clean-local: $(testsuite_prepare) - make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) clean - -check-local: $(testsuite_prepare) - make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) check - -# EOF diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-sudo-3.1.1/testsuite/tests/Sudo.out new/yast2-sudo-3.1.2/testsuite/tests/Sudo.out --- old/yast2-sudo-3.1.1/testsuite/tests/Sudo.out 2013-11-15 13:17:13.000000000 +0100 +++ new/yast2-sudo-3.1.2/testsuite/tests/Sudo.out 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -Dump Sudo::GetModified -Return false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-sudo-3.1.1/testsuite/tests/Sudo.rb new/yast2-sudo-3.1.2/testsuite/tests/Sudo.rb --- old/yast2-sudo-3.1.1/testsuite/tests/Sudo.rb 2013-11-15 13:17:13.000000000 +0100 +++ new/yast2-sudo-3.1.2/testsuite/tests/Sudo.rb 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ -# encoding: utf-8 - -module Yast - class SudoClient < Client - def main - # testedfiles: Sudo.ycp - - Yast.include self, "testsuite.rb" - TESTSUITE_INIT([], nil) - - Yast.import "Sudo" - - DUMP("Sudo::GetModified") - TEST(lambda { Sudo.GetModified }, [], nil) - - nil - end - end -end - -Yast::SudoClient.new.main -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
