Hello community,
here is the log from the commit of package rubygem-packaging_rake_tasks for
openSUSE:Factory checked in at 2019-05-14 13:13:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-packaging_rake_tasks (Old)
and /work/SRC/openSUSE:Factory/.rubygem-packaging_rake_tasks.new.5148
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-packaging_rake_tasks"
Tue May 14 13:13:02 2019 rev:19 rq:701983 version:1.4.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-packaging_rake_tasks/rubygem-packaging_rake_tasks.changes
2018-06-15 14:32:04.463508715 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-packaging_rake_tasks.new.5148/rubygem-packaging_rake_tasks.changes
2019-05-14 13:13:07.288758494 +0200
@@ -1,0 +2,14 @@
+Fri May 10 10:49:59 UTC 2019 - David Diaz <[email protected]>
+
+- Add support for SUSE's Jira tags (bsc#1134704)
+- 1.4.7
+
+-------------------------------------------------------------------
+Thu Aug 16 10:04:54 UTC 2018 - [email protected]
+
+- Do not set the "--root" osc option in the "osc:build" task,
+ it is not needed anymore and the default works even better
+ (bsc#1105050)
+- 1.4.6
+
+-------------------------------------------------------------------
Old:
----
packaging_rake_tasks-1.4.5.gem
New:
----
packaging_rake_tasks-1.4.7.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-packaging_rake_tasks.spec ++++++
--- /var/tmp/diff_new_pack.htFnKA/_old 2019-05-14 13:13:07.936760121 +0200
+++ /var/tmp/diff_new_pack.htFnKA/_new 2019-05-14 13:13:07.940760131 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-packaging_rake_tasks
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +17,7 @@
Name: rubygem-packaging_rake_tasks
-Version: 1.4.5
+Version: 1.4.7
Release: 0
%define mod_name packaging_rake_tasks
%define mod_full_name %{mod_name}-%{version}
++++++ packaging_rake_tasks-1.4.5.gem -> packaging_rake_tasks-1.4.7.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2017-07-13 08:53:54.000000000 +0200
+++ new/VERSION 2017-09-21 14:04:46.000000000 +0200
@@ -1 +1 @@
-1.4.5
+1.4.7
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/tasks/check_changelog.rake
new/lib/tasks/check_changelog.rake
--- old/lib/tasks/check_changelog.rake 2017-07-13 08:53:54.000000000 +0200
+++ new/lib/tasks/check_changelog.rake 2017-09-21 14:04:46.000000000 +0200
@@ -44,7 +44,8 @@
/bxo#(\d+)/,
/obs#(\d+)/,
/build#(\d+)/,
- /osc#(\d+)/
+ /osc#(\d+)/,
+ /jsc#([[:alpha:]]+\-\d+)/,
]
namespace "check" do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/tasks/osc.rake new/lib/tasks/osc.rake
--- old/lib/tasks/osc.rake 2017-07-13 08:53:54.000000000 +0200
+++ new/lib/tasks/osc.rake 2017-09-21 14:04:46.000000000 +0200
@@ -163,9 +163,7 @@
command = "yes | osc -A '#{obs_api}' build"
command << " --no-verify" #ignore untrusted BS projects
command << " --release=1" #have always same release number
- # have separated roots per target system, so sharing is more effficient
- command << " --root=/var/tmp/build-root-#{build_dist}"
- # store packages for given base system at one place, so it spped up
rebuild
+ # store packages for given base system at one place, so it speeds up
rebuild
command << " --keep-pkgs=#{pkg_dir}"
command << " #{args[:osc_options]}"
command << " #{build_dist}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2018-06-07 10:04:33.000000000 +0200
+++ new/metadata 2019-05-10 13:12:44.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: packaging_rake_tasks
version: !ruby/object:Gem::Version
- version: 1.4.5
+ version: 1.4.7
platform: ruby
authors:
- Josef Reidinger
autorequire:
bindir: bin
cert_chain: []
-date: 2018-06-07 00:00:00.000000000 Z
+date: 2019-05-10 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rake