Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2016-06-13 21:49:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2016-04-28 20:30:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2016-06-13 21:50:00.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 31 07:43:57 UTC 2016 - [email protected]
+
+- Drop yast2-add-on-devel-doc package (fate#320356).
+- 3.1.15
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-add-on.spec ++++++
--- /var/tmp/diff_new_pack.gL57qw/_old  2016-06-13 21:50:01.000000000 +0200
+++ /var/tmp/diff_new_pack.gL57qw/_new  2016-06-13 21:50:01.000000000 +0200
@@ -17,70 +17,46 @@
 
 
 Name:           yast2-add-on
-Version:        3.1.14
+Version:        3.1.15
 Release:        0
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        %{name}-%{version}.tar.bz2
-
+Summary:        YaST2 - Add-On media installation code
+License:        GPL-2.0
+Group:          System/YaST
 Url:            http://github.com/yast/yast-add-on
+Source0:        %{name}-%{version}.tar.bz2
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2 >= 3.0.1
+BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  rubygem(yast-rake)
 Requires:       autoyast2-installation
 # ProductProfile
 Requires:       yast2 >= 3.0.1
 Requires:       yast2-country
 Requires:       yast2-installation
-
 # SourceDialogs.display_addon_checkbox
 Requires:       yast2-packager >= 3.1.14
+Requires:       yast2-ruby-bindings >= 1.0.0
 # bugzilla #335582, new API for StorageDevices
 Requires:       yast2-storage >= 2.16.1
 
-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
-Provides:       yast2-installation:/usr/share/YaST2/clients/vendor.ycp
-
-# SCR::RegisterNewAgents, bugzilla #245508
-Conflicts:      yast2-core < 2.15.4
-
-# Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
-Conflicts:      yast2-pkg-bindings < 2.17.25
+Obsoletes:      yast2-add-on-devel-doc
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
-Requires:       yast2-ruby-bindings >= 1.0.0
-
-Summary:        YaST2 - Add-On media installation code
-License:        GPL-2.0
-Group:          System/YaST
-
 %description
 This package contains YaST Add-On media installation code.
 
-%package devel-doc
-Requires:       yast2-add-on = %version
-Summary:        YaST2 - Add-on - Development Documentation
-Group:          System/YaST
-
-%description devel-doc
-This package contains development documentation for using the API
-provided by yast2-add-on package.
-
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
 rake test:unit
 
 %build
-yardoc
 
 %install
-rake install DESTDIR="%{buildroot}"
+rake install DESTDIR=%{buildroot}
 
 %files
 %defattr(-,root,root)
@@ -98,8 +74,4 @@
 %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.14.tar.bz2 -> yast2-add-on-3.1.15.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.14/doc/autodocs/Makefile.am 
new/yast2-add-on-3.1.15/doc/autodocs/Makefile.am
--- old/yast2-add-on-3.1.14/doc/autodocs/Makefile.am    2016-04-27 
17:18:27.000000000 +0200
+++ new/yast2-add-on-3.1.15/doc/autodocs/Makefile.am    1970-01-01 
01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-# Makefile.am for add-on/doc/autodocs
-
-include $(top_srcdir)/autodocs-ycp.ami
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.14/package/yast2-add-on.changes 
new/yast2-add-on-3.1.15/package/yast2-add-on.changes
--- old/yast2-add-on-3.1.14/package/yast2-add-on.changes        2016-04-27 
17:18:27.000000000 +0200
+++ new/yast2-add-on-3.1.15/package/yast2-add-on.changes        2016-06-09 
17:13:58.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue May 31 07:43:57 UTC 2016 - [email protected]
+
+- Drop yast2-add-on-devel-doc package (fate#320356).
+- 3.1.15
+
+-------------------------------------------------------------------
 Wed Apr 27 16:52:55 CEST 2016 - [email protected]
 
 - AutoYaST: Do not reset add-on signature handling by the general
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.14/package/yast2-add-on.spec 
new/yast2-add-on-3.1.15/package/yast2-add-on.spec
--- old/yast2-add-on-3.1.14/package/yast2-add-on.spec   2016-04-27 
17:18:27.000000000 +0200
+++ new/yast2-add-on-3.1.15/package/yast2-add-on.spec   2016-06-09 
17:13:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-add-on
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,71 +17,46 @@
 
 
 Name:           yast2-add-on
-Version:        3.1.14
+Version:        3.1.15
 Release:        0
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        %{name}-%{version}.tar.bz2
-
-
-Group:          System/YaST
+Summary:        YaST2 - Add-On media installation code
 License:        GPL-2.0
-url:            http://github.com/yast/yast-add-on
-Requires:      autoyast2-installation
+Group:          System/YaST
+Url:            http://github.com/yast/yast-add-on
+Source0:        %{name}-%{version}.tar.bz2
+BuildRequires:  rubygem(yast-rake)
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2 >= 3.0.1
+BuildRequires:  yast2-devtools >= 3.1.10
+Requires:       autoyast2-installation
 # ProductProfile
-Requires:      yast2 >= 3.0.1
-Requires:      yast2-installation
-Requires:      yast2-country
-
+Requires:       yast2 >= 3.0.1
+Requires:       yast2-country
+Requires:       yast2-installation
 # SourceDialogs.display_addon_checkbox
-Requires:      yast2-packager >= 3.1.14
+Requires:       yast2-packager >= 3.1.14
+Requires:       yast2-ruby-bindings >= 1.0.0
 # bugzilla #335582, new API for StorageDevices
-Requires:      yast2-storage >= 2.16.1
-
-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
-Provides:      yast2-installation:/usr/share/YaST2/clients/add-on.ycp
-
-# SCR::RegisterNewAgents, bugzilla #245508
-Conflicts:     yast2-core < 2.15.4
+Requires:       yast2-storage >= 2.16.1
 
-# Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
-Conflicts:     yast2-pkg-bindings < 2.17.25
-
-BuildArchitectures:    noarch
-
-Requires:       yast2-ruby-bindings >= 1.0.0
+Obsoletes:      yast2-add-on-devel-doc
 
-Summary:       YaST2 - Add-On media installation code
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 This package contains YaST Add-On media installation code.
 
-%package devel-doc
-Requires:       yast2-add-on = %version
-Group:          System/YaST
-Summary:        YaST2 - Add-on - Development Documentation
-
-%description devel-doc
-This package contains development documentation for using the API
-provided by yast2-add-on package.
-
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
 rake test:unit
 
 %build
-yardoc
 
 %install
-rake install DESTDIR="%{buildroot}"
+rake install DESTDIR=%{buildroot}
 
 %files
 %defattr(-,root,root)
@@ -99,7 +74,4 @@
 %doc %{yast_docdir}/CONTRIBUTING.md
 %doc %{yast_docdir}/README.md
 
-%files devel-doc
-%defattr(-,root,root)
-%doc %{yast_docdir}/autodocs
-
+%changelog


Reply via email to