Hello community,

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

Package is "yast2-add-on"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes        
2014-09-02 08:22:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2014-12-05 21:02:45.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Dec  4 09:49:06 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+-------------------------------------------------------------------

Old:
----
  yast2-add-on-3.1.9.tar.bz2

New:
----
  yast2-add-on-3.1.10.tar.bz2

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

Other differences:
------------------
++++++ yast2-add-on.spec ++++++
--- /var/tmp/diff_new_pack.3Axldx/_old  2014-12-05 21:02:46.000000000 +0100
+++ /var/tmp/diff_new_pack.3Axldx/_new  2014-12-05 21:02:46.000000000 +0100
@@ -17,12 +17,13 @@
 
 
 Name:           yast2-add-on
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
+Url:            http://github.com/yast/yast-add-on
 Requires:       autoyast2-installation
 # ProductProfile
 Requires:       yast2 >= 3.0.1
@@ -37,6 +38,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 3.0.1
 BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  rubygem(yast-rake)
 
 # splitted from yast2-installation
 Provides:       yast2-installation:/usr/share/YaST2/clients/add-on.ycp
@@ -71,11 +73,14 @@
 %prep
 %setup -n %{name}-%{version}
 
+%check
+rake test:unit
+
 %build
-%yast_build
+yardoc
 
 %install
-%yast_install
+rake install DESTDIR="%{buildroot}"
 
 %files
 %defattr(-,root,root)
@@ -90,8 +95,11 @@
 %{yast_schemadir}/autoyast/rnc/add-on.rnc
 %dir %{yast_docdir}
 %doc %{yast_docdir}/COPYING
+%doc %{yast_docdir}/CONTRIBUTING.md
+%doc %{yast_docdir}/README.md
 
 %files devel-doc
+%defattr(-,root,root)
 %doc %{yast_docdir}/autodocs
 
 %changelog

++++++ yast2-add-on-3.1.9.tar.bz2 -> yast2-add-on-3.1.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.9/.travis.yml 
new/yast2-add-on-3.1.10/.travis.yml
--- old/yast2-add-on-3.1.9/.travis.yml  1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-add-on-3.1.10/.travis.yml 2014-12-04 10:54:51.000000000 +0100
@@ -0,0 +1,13 @@
+language: cpp
+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 rake yast2-devtools" -g "yast-rake yard 
gettext"
+script:
+    - rake check:syntax
+    - rake check:pot
+    - yardoc
+    - rake test:unit
+    - sudo rake install
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.9/.yardopts 
new/yast2-add-on-3.1.10/.yardopts
--- old/yast2-add-on-3.1.9/.yardopts    1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-add-on-3.1.10/.yardopts   2014-12-04 10:54:51.000000000 +0100
@@ -0,0 +1,6 @@
+--no-private
+--markup markdown
+--protected
+--output-dir ./doc/autodocs
+--files *.md
+src/**/*.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.9/MAINTAINER 
new/yast2-add-on-3.1.10/MAINTAINER
--- old/yast2-add-on-3.1.9/MAINTAINER   2014-09-01 11:31:08.000000000 +0200
+++ new/yast2-add-on-3.1.10/MAINTAINER  2014-12-04 10:54:51.000000000 +0100
@@ -1 +1 @@
-Ladislav Slezak <lsle...@suse.cz>
+Deprecated file. Use `osc maintainer yast2-add-on` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.9/Makefile.cvs 
new/yast2-add-on-3.1.10/Makefile.cvs
--- old/yast2-add-on-3.1.9/Makefile.cvs 2014-09-01 11:31:08.000000000 +0200
+++ new/yast2-add-on-3.1.10/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-add-on-3.1.9/README.md 
new/yast2-add-on-3.1.10/README.md
--- old/yast2-add-on-3.1.9/README.md    1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-add-on-3.1.10/README.md   2014-12-04 10:54:51.000000000 +0100
@@ -0,0 +1,5 @@
+# YaST - The Add-on Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-add-on.svg?branch=master)](https://travis-ci.org/yast/yast-add-on)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-add-on-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-add-on-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.9/Rakefile 
new/yast2-add-on-3.1.10/Rakefile
--- old/yast2-add-on-3.1.9/Rakefile     2014-09-01 11:31:08.000000000 +0200
+++ new/yast2-add-on-3.1.10/Rakefile    2014-12-04 10:54:51.000000000 +0100
@@ -3,4 +3,5 @@
 Yast::Tasks.configuration do |conf|
   #lets ignore license check for now
   conf.skip_license_check << /.*/
+  conf.install_locations["doc/autodocs"] = conf.install_doc_dir
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.9/configure.in.in 
new/yast2-add-on-3.1.10/configure.in.in
--- old/yast2-add-on-3.1.9/configure.in.in      2014-09-01 11:31:08.000000000 
+0200
+++ new/yast2-add-on-3.1.10/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-add-on-3.1.9/doc/Makefile.am 
new/yast2-add-on-3.1.10/doc/Makefile.am
--- old/yast2-add-on-3.1.9/doc/Makefile.am      2014-09-01 11:31:08.000000000 
+0200
+++ new/yast2-add-on-3.1.10/doc/Makefile.am     1970-01-01 01:00:00.000000000 
+0100
@@ -1,10 +0,0 @@
-# Makefile.am for add-on/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-add-on-3.1.9/package/yast2-add-on.changes 
new/yast2-add-on-3.1.10/package/yast2-add-on.changes
--- old/yast2-add-on-3.1.9/package/yast2-add-on.changes 2014-09-01 
11:31:08.000000000 +0200
+++ new/yast2-add-on-3.1.10/package/yast2-add-on.changes        2014-12-04 
10:54:51.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Thu Dec  4 09:49:06 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+-------------------------------------------------------------------
 Mon Sep  1 09:09:40 UTC 2014 - jreidin...@suse.com
 
 - make add-ons dialog consistent when going back (bnc#893103)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.9/package/yast2-add-on.spec 
new/yast2-add-on-3.1.10/package/yast2-add-on.spec
--- old/yast2-add-on-3.1.9/package/yast2-add-on.spec    2014-09-01 
11:31:08.000000000 +0200
+++ new/yast2-add-on-3.1.10/package/yast2-add-on.spec   2014-12-04 
10:54:51.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-add-on
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -26,6 +26,7 @@
 
 Group:          System/YaST
 License:        GPL-2.0
+url:            http://github.com/yast/yast-add-on
 Requires:      autoyast2-installation
 # ProductProfile
 Requires:      yast2 >= 3.0.1
@@ -40,6 +41,7 @@
 BuildRequires: update-desktop-files
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires: yast2 >= 3.0.1
+BuildRequires:  rubygem(yast-rake)
 
 # splitted from yast2-installation
 Provides:       yast2-installation:/usr/share/YaST2/clients/vendor.ycp
@@ -72,12 +74,14 @@
 %prep
 %setup -n %{name}-%{version}
 
+%check
+rake test:unit
+
 %build
-%yast_build
+yardoc
 
 %install
-%yast_install
-
+rake install DESTDIR="%{buildroot}"
 
 %files
 %defattr(-,root,root)
@@ -92,7 +96,10 @@
 %{yast_schemadir}/autoyast/rnc/add-on.rnc
 %dir %{yast_docdir}
 %doc %{yast_docdir}/COPYING
+%doc %{yast_docdir}/CONTRIBUTING.md
+%doc %{yast_docdir}/README.md
 
 %files devel-doc
+%defattr(-,root,root)
 %doc %{yast_docdir}/autodocs
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.9/src/Makefile.am 
new/yast2-add-on-3.1.10/src/Makefile.am
--- old/yast2-add-on-3.1.9/src/Makefile.am      2014-09-01 11:31:08.000000000 
+0200
+++ new/yast2-add-on-3.1.10/src/Makefile.am     1970-01-01 01:00:00.000000000 
+0100
@@ -1,27 +0,0 @@
-# Sources for add-on
-
-client_DATA = \
-  clients/inst_language_add-on.rb \
-  clients/inst_add-on_software.rb \
-  clients/inst_add-on.rb \
-  clients/add-on.rb \
-  clients/add-on_auto.rb \
-  clients/vendor.rb \
-  clients/add-on_proposal.rb
-
-yncludedir = @yncludedir@/add-on
-ynclude_DATA = \
-  include/add-on/misc.rb \
-  include/add-on/add-on-workflow.rb
-
-schemafilesdir = $(schemadir)/autoyast/rnc
-schemafiles_DATA = \
-  autoyast-rnc/add-on.rnc
-
-desktop_DATA = \
-  desktop/add-on.desktop \
-  desktop/vendor.desktop
-
-EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(schemafiles_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-add-on-3.1.9/src/desktop/add-on.desktop 
new/yast2-add-on-3.1.10/src/desktop/add-on.desktop
--- old/yast2-add-on-3.1.9/src/desktop/add-on.desktop   2014-09-01 
11:31:08.000000000 +0200
+++ new/yast2-add-on-3.1.10/src/desktop/add-on.desktop  2014-12-04 
10:54:51.000000000 +0100
@@ -4,7 +4,6 @@
 
 X-KDE-ModuleType=Library
 X-KDE-HasReadOnlyMode=true
-X-KDE-Library=yast2
 X-SuSE-YaST-Call=add-on
 
 X-SuSE-YaST-Group=Software
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.9/src/desktop/vendor.desktop 
new/yast2-add-on-3.1.10/src/desktop/vendor.desktop
--- old/yast2-add-on-3.1.9/src/desktop/vendor.desktop   2014-09-01 
11:31:08.000000000 +0200
+++ new/yast2-add-on-3.1.10/src/desktop/vendor.desktop  2014-12-04 
10:54:51.000000000 +0100
@@ -4,7 +4,6 @@
 
 X-KDE-ModuleType=Library
 X-KDE-HasReadOnlyMode=true
-X-KDE-Library=yast2
 X-SuSE-YaST-Call=vendor
 
 X-SuSE-YaST-Group=Misc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to