Hello community,

here is the log from the commit of package yast2-lxc for openSUSE:Factory 
checked in at 2014-12-05 21:04:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-lxc (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-lxc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-lxc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-lxc/yast2-lxc.changes      2013-11-15 
13:40:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-lxc.new/yast2-lxc.changes 2014-12-05 
21:04:20.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Dec  4 09:50:26 UTC 2014 - [email protected]
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+-------------------------------------------------------------------

Old:
----
  yast2-lxc-3.1.1.tar.bz2

New:
----
  yast2-lxc-3.1.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-lxc.spec ++++++
--- /var/tmp/diff_new_pack.9VoMuo/_old  2014-12-05 21:04:21.000000000 +0100
+++ /var/tmp/diff_new_pack.9VoMuo/_new  2014-12-05 21:04:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-lxc
 #
-# 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,8 +17,9 @@
 
 
 Name:           yast2-lxc
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
+Url:            http://github.com/yast/yast-lxc
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
@@ -29,9 +30,10 @@
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-buildtools >= 3.1.10
 BuildRequires:  yast2-security
 BuildRequires:  yast2-testsuite
+BuildRequires:  rubygem(yast-rake)
 
 BuildArch:      noarch
 
@@ -47,11 +49,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-lxc-3.1.1.tar.bz2 -> yast2-lxc-3.1.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-lxc-3.1.1/.travis.yml 
new/yast2-lxc-3.1.2/.travis.yml
--- old/yast2-lxc-3.1.1/.travis.yml     1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-lxc-3.1.2/.travis.yml     2014-12-04 11:28:42.000000000 +0100
@@ -0,0 +1,13 @@
+language: cpp
+compiler:
+    - gcc
+before_install:
+    # disable rvm, use system Ruby
+    - rvm reset
+    - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+    - sh ./travis_setup.sh -p ruby2.1 -g "rake yast-rake yard rspec:2.14.1"
+script:
+    - yardoc
+    - rake test:unit
+    - sudo rake install
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-lxc-3.1.1/MAINTAINER 
new/yast2-lxc-3.1.2/MAINTAINER
--- old/yast2-lxc-3.1.1/MAINTAINER      2013-11-15 09:08:38.000000000 +0100
+++ new/yast2-lxc-3.1.2/MAINTAINER      2014-12-04 11:28:42.000000000 +0100
@@ -1 +1 @@
-Jiri Suchomel <[email protected]>
+Deprecated file. Use `osc maintainer yast2-lxc` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-lxc-3.1.1/Makefile.cvs 
new/yast2-lxc-3.1.2/Makefile.cvs
--- old/yast2-lxc-3.1.1/Makefile.cvs    2013-11-15 09:08:38.000000000 +0100
+++ new/yast2-lxc-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-lxc-3.1.1/README.md 
new/yast2-lxc-3.1.2/README.md
--- old/yast2-lxc-3.1.1/README.md       1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-lxc-3.1.2/README.md       2014-12-04 11:28:42.000000000 +0100
@@ -0,0 +1,5 @@
+# YaST - The LXC Configuration Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-lxc.svg?branch=master)](https://travis-ci.org/yast/yast-lxc)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-lxc-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-lxc-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-lxc-3.1.1/VERSION new/yast2-lxc-3.1.2/VERSION
--- old/yast2-lxc-3.1.1/VERSION 2013-11-15 09:08:38.000000000 +0100
+++ new/yast2-lxc-3.1.2/VERSION 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-lxc-3.1.1/configure.in.in 
new/yast2-lxc-3.1.2/configure.in.in
--- old/yast2-lxc-3.1.1/configure.in.in 2013-11-15 09:08:38.000000000 +0100
+++ new/yast2-lxc-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-lxc-3.1.1/doc/Makefile.am 
new/yast2-lxc-3.1.2/doc/Makefile.am
--- old/yast2-lxc-3.1.1/doc/Makefile.am 2013-11-15 09:08:38.000000000 +0100
+++ new/yast2-lxc-3.1.2/doc/Makefile.am 1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
-# Makefile.am for lxc/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-lxc-3.1.1/doc/autodocs/Makefile.am 
new/yast2-lxc-3.1.2/doc/autodocs/Makefile.am
--- old/yast2-lxc-3.1.1/doc/autodocs/Makefile.am        2013-11-15 
09:08:38.000000000 +0100
+++ new/yast2-lxc-3.1.2/doc/autodocs/Makefile.am        1970-01-01 
01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-# Makefile.am for lxc/doc/autodocs
-
-include $(top_srcdir)/autodocs-ycp.ami
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-lxc-3.1.1/package/yast2-lxc.changes 
new/yast2-lxc-3.1.2/package/yast2-lxc.changes
--- old/yast2-lxc-3.1.1/package/yast2-lxc.changes       2013-11-15 
09:08:38.000000000 +0100
+++ new/yast2-lxc-3.1.2/package/yast2-lxc.changes       2014-12-04 
11:28:42.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Thu Dec  4 09:50:26 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-lxc-3.1.1/package/yast2-lxc.spec 
new/yast2-lxc-3.1.2/package/yast2-lxc.spec
--- old/yast2-lxc-3.1.1/package/yast2-lxc.spec  2013-11-15 09:08:38.000000000 
+0100
+++ new/yast2-lxc-3.1.2/package/yast2-lxc.spec  2014-12-04 11:28:42.000000000 
+0100
@@ -17,10 +17,11 @@
 
 
 Name:           yast2-lxc
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
 License:       GPL-2.0
 Group:         System/YaST
+url:            http://github.com/yast/yast-lxc
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
@@ -28,9 +29,10 @@
 
 Requires:      yast2 yast2-security lxc
 BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite 
yast2-security
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-buildtools >= 3.1.10
+BuildRequires:  rubygem(yast-rake)
 
-BuildArchitectures:    noarch
+BuildArch:     noarch
 
 Requires:       yast2-ruby-bindings >= 1.0.0
 
@@ -42,12 +44,13 @@
 %prep
 %setup -n %{name}-%{version}
 
+%check
+rake test:unit
+
 %build
-%yast_build
 
 %install
-%yast_install
-
+rake install DESTDIR="%{buildroot}"
 
 %files
 %defattr(-,root,root)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-lxc-3.1.1/src/Makefile.am 
new/yast2-lxc-3.1.2/src/Makefile.am
--- old/yast2-lxc-3.1.1/src/Makefile.am 2013-11-15 09:08:38.000000000 +0100
+++ new/yast2-lxc-3.1.2/src/Makefile.am 1970-01-01 01:00:00.000000000 +0100
@@ -1,20 +0,0 @@
-# Sources for lxc
-
-module_DATA = \
-  modules/Lxc.rb
-
-client_DATA = \
-  clients/lxc.rb
-
-yncludedir = @yncludedir@/lxc
-ynclude_DATA = \
-  include/lxc/wizards.rb \
-  include/lxc/dialogs.rb \
-  include/lxc/helps.rb
-
-desktop_DATA = \
-  desktop/lxc.desktop
-
-EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(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-lxc-3.1.1/src/desktop/lxc.desktop 
new/yast2-lxc-3.1.2/src/desktop/lxc.desktop
--- old/yast2-lxc-3.1.1/src/desktop/lxc.desktop 2013-11-15 09:08:38.000000000 
+0100
+++ new/yast2-lxc-3.1.2/src/desktop/lxc.desktop 2014-12-04 11:28:42.000000000 
+0100
@@ -4,7 +4,6 @@
 
 X-KDE-ModuleType=Library
 X-KDE-HasReadOnlyMode=true
-X-KDE-Library=yast2
 X-SuSE-YaST-Call=lxc
 
 X-SuSE-YaST-Group=Misc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-lxc-3.1.1/testsuite/Makefile.am 
new/yast2-lxc-3.1.2/testsuite/Makefile.am
--- old/yast2-lxc-3.1.1/testsuite/Makefile.am   2013-11-15 09:08:38.000000000 
+0100
+++ new/yast2-lxc-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

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

Reply via email to