Hello community,
here is the log from the commit of package rubygem-libyui-rake for
openSUSE:Factory checked in at 2019-09-07 11:51:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-libyui-rake (Old)
and /work/SRC/openSUSE:Factory/.rubygem-libyui-rake.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-libyui-rake"
Sat Sep 7 11:51:12 2019 rev:8 rq:728529 version:0.1.19
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-libyui-rake/rubygem-libyui-rake.changes
2019-03-26 15:46:18.580055679 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-libyui-rake.new.7948/rubygem-libyui-rake.changes
2019-09-07 11:51:17.362292325 +0200
@@ -1,0 +2,30 @@
+Thu Sep 5 13:59:54 UTC 2019 - Stefan Hundhammer <[email protected]>
+
+- Unified spec_version (bsc#1149618)
+- 0.1.19
+
+-------------------------------------------------------------------
+Wed Aug 14 11:03:31 UTC 2019 - Imobach Gonzalez Sosa <[email protected]>
+
+- Fix libyui/tasks.rb permissions (bsc#1145602)
+- 0.1.18
+
+-------------------------------------------------------------------
+Tue Aug 13 14:53:14 UTC 2019 - José Iván López González <[email protected]>
+
+- Added SLE-12-SP5 target (bsc#1145480)
+- 0.1.17
+
+-------------------------------------------------------------------
+Thu Jun 20 12:19:40 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- :sle_latest is SLE15-SP2 now (bsc#1138835)
+- 0.1.16
+
+-------------------------------------------------------------------
+Wed Jun 12 14:27:18 UTC 2019 - Stefan Hundhammer <[email protected]>
+
+- Added version:tag task (bsc#1133435)
+- 0.1.15
+
+-------------------------------------------------------------------
Old:
----
libyui-rake-0.1.14.gem
New:
----
libyui-rake-0.1.19.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-libyui-rake.spec ++++++
--- /var/tmp/diff_new_pack.mDTuT6/_old 2019-09-07 11:51:19.082292083 +0200
+++ /var/tmp/diff_new_pack.mDTuT6/_new 2019-09-07 11:51:19.086292081 +0200
@@ -17,7 +17,7 @@
Name: rubygem-libyui-rake
-Version: 0.1.14
+Version: 0.1.19
Release: 0
%define mod_name libyui-rake
%define mod_full_name %{mod_name}-%{version}
@@ -32,10 +32,10 @@
Group: Development/Languages/Ruby
%description
-Rake tasks that support work-flow of libyui developer. It allows packaging
-a repo, sending it to build service, creating submit request
-to target repo or running client from git repo.
-Heavily inspired in yast-rake.
+Rake tasks that support the workflow of a libyui developer. It allows packaging
+a repo, sending it to the build service, creating a submit request to the
+target repo or running the client from the git repo.
+Heavily inspired by yast-rake.
%prep
++++++ libyui-rake-0.1.14.gem -> libyui-rake-0.1.19.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2019-03-26 14:41:51.000000000 +0100
+++ new/VERSION 2019-06-12 19:06:13.000000000 +0200
@@ -1 +1 @@
-0.1.14
+0.1.19
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/data/targets.yml new/data/targets.yml
--- old/data/targets.yml 2019-03-26 14:41:51.000000000 +0100
+++ new/data/targets.yml 2019-06-12 19:06:13.000000000 +0200
@@ -39,6 +39,11 @@
obs_project: "Devel:YaST:SLE-12-SP4"
obs_sr_project: "SUSE:SLE-12-SP4:Update"
obs_target: "SLE_12_SP4"
+:sle12sp5:
+ obs_api: "https://api.suse.de/"
+ obs_project: "Devel:YaST:SLE-12-SP5"
+ obs_sr_project: "SUSE:SLE-12-SP5:GA"
+ obs_target: "SLE_12_SP5"
:sle15:
obs_api: "https://api.suse.de/"
obs_project: "Devel:YaST:SLE-15"
@@ -52,8 +57,8 @@
:sle_latest:
obs_api: "https://api.suse.de/"
obs_project: "Devel:YaST:Head"
- obs_sr_project: "SUSE:SLE-15-SP1:GA"
- obs_target: "SUSE_SLE-15-SP1_GA"
+ obs_sr_project: "SUSE:SLE-15-SP2:GA"
+ obs_target: "SUSE_SLE-15-SP2_GA"
:factory:
obs_project: "devel:libraries:libyui"
obs_sr_project: "openSUSE:Factory"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/libyui/tasks.rb new/lib/libyui/tasks.rb
--- old/lib/libyui/tasks.rb 2019-03-26 14:41:51.000000000 +0100
+++ new/lib/libyui/tasks.rb 2019-06-12 19:06:13.000000000 +0200
@@ -41,12 +41,6 @@
# Some helpers to be used on tasks definition
module Helpers
- # Read the version from spec file
- # @return [String] like "1.2.3"
- def spec_version(spec_filename)
- File.read(spec_filename)[/^Version:\s*(\S+)/, 1]
- end
-
# Extracts the value from a CMake string
#
# @param s [String] '... SET( VERSION_MAJOR "3") ...'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/tasks/version.rake new/lib/tasks/version.rake
--- old/lib/tasks/version.rake 2019-03-26 14:41:51.000000000 +0100
+++ new/lib/tasks/version.rake 2019-06-12 19:06:13.000000000 +0200
@@ -13,8 +13,12 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#++
+
+require "packaging/git_helpers"
+
namespace :version do
include Libyui::Tasks::Helpers
+ include Packaging::GitHelpers
desc "Check that the version numbers are in sync"
task :check do
@@ -47,4 +51,22 @@
end
puts version if verbose
end
+
+ desc "Show the version"
+ task :show do
+ puts cmake_version
+ end
+
+ desc "Create a git tag with this version"
+ task :tag do
+ create_version_tag { cmake_version }
+ # To use the version number from the .spec file, just use
+ # create_version_tag
+ # (without the code block)
+ end
+
+ desc "Create a git tag with this version (master branch only)"
+ task :tag_if_master do
+ create_version_tag { cmake_version } if master?
+ end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2019-03-26 14:41:51.000000000 +0100
+++ new/metadata 2019-09-05 16:16:41.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: libyui-rake
version: !ruby/object:Gem::Version
- version: 0.1.14
+ version: 0.1.19
platform: ruby
authors:
- YaST team
autorequire:
bindir: bin
cert_chain: []
-date: 2019-03-26 00:00:00.000000000 Z
+date: 2019-09-05 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rake
@@ -34,27 +34,21 @@
name: packaging_rake_tasks
requirement: !ruby/object:Gem::Requirement
requirements:
- - - ">"
- - !ruby/object:Gem::Version
- version: 1.1.4
- - - "<"
+ - - "~>"
- !ruby/object:Gem::Version
- version: '2'
+ version: 1.4.8
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - - ">"
- - !ruby/object:Gem::Version
- version: 1.1.4
- - - "<"
+ - - "~>"
- !ruby/object:Gem::Version
- version: '2'
+ version: 1.4.8
description: |
- Rake tasks that support work-flow of libyui developer. It allows packaging
- a repo, sending it to build service, creating submit request
- to target repo or running client from git repo.
- Heavily inspired in yast-rake.
+ Rake tasks that support the workflow of a libyui developer. It allows
packaging
+ a repo, sending it to the build service, creating a submit request to the
+ target repo or running the client from the git repo.
+ Heavily inspired by yast-rake.
email: [email protected]
executables: []
extensions: []
@@ -87,8 +81,9 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubygems_version: 3.0.1
+rubyforge_project:
+rubygems_version: 2.7.6.2
signing_key:
specification_version: 4
-summary: Rake tasks providing basic work-flow for libyui development
+summary: Rake tasks providing basic workflow for libyui development
test_files: []