Hello community,
here is the log from the commit of package rubygem-packaging_rake_tasks for
openSUSE:Factory checked in at 2020-06-27 23:22:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-packaging_rake_tasks (Old)
and /work/SRC/openSUSE:Factory/.rubygem-packaging_rake_tasks.new.3060
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-packaging_rake_tasks"
Sat Jun 27 23:22:01 2020 rev:22 rq:816595 version:1.4.11
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-packaging_rake_tasks/rubygem-packaging_rake_tasks.changes
2019-09-11 10:21:49.635500087 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-packaging_rake_tasks.new.3060/rubygem-packaging_rake_tasks.changes
2020-06-27 23:22:05.089724546 +0200
@@ -1,0 +2,7 @@
+Tue Jun 23 08:08:11 UTC 2020 - David Diaz <[email protected]>
+
+- Add support for using Linux Foundation Bugzilla and Github issues
+ references in the changelog (github#yast/yast-theme#128).
+- 1.4.11
+
+-------------------------------------------------------------------
Old:
----
packaging_rake_tasks-1.4.10.gem
New:
----
packaging_rake_tasks-1.4.11.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-packaging_rake_tasks.spec ++++++
--- /var/tmp/diff_new_pack.GSUTBi/_old 2020-06-27 23:22:05.701726557 +0200
+++ /var/tmp/diff_new_pack.GSUTBi/_new 2020-06-27 23:22:05.705726570 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-packaging_rake_tasks
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# 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.10
+Version: 1.4.11
Release: 0
%define mod_name packaging_rake_tasks
%define mod_full_name %{mod_name}-%{version}
@@ -26,7 +26,7 @@
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
Suggests: %{rubygem parallel}
-Url: http://github.org/openSUSE/packaging_tasks
+URL: http://github.org/openSUSE/packaging_tasks
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Rake tasks providing tasks to package project in git and
integration
++++++ packaging_rake_tasks-1.4.10.gem -> packaging_rake_tasks-1.4.11.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2017-09-21 14:04:46.000000000 +0200
+++ new/VERSION 2020-06-23 15:51:49.000000000 +0200
@@ -1 +1 @@
-1.4.10
+1.4.11
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-09-21 14:04:46.000000000 +0200
+++ new/lib/tasks/check_changelog.rake 2020-06-23 15:51:49.000000000 +0200
@@ -46,6 +46,8 @@
/build#(\d+)/,
/osc#(\d+)/,
/jsc#([[:alpha:]]+\-\d+)/,
+ /lf#(\d+)/,
+ /(?:gh|github)#([a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}\/[\w.-]+#\d+)/i
]
namespace "check" do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2019-09-05 16:12:10.000000000 +0200
+++ new/metadata 2020-06-23 15:51:49.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: packaging_rake_tasks
version: !ruby/object:Gem::Version
- version: 1.4.10
+ version: 1.4.11
platform: ruby
authors:
- Josef Reidinger
autorequire:
bindir: bin
cert_chain: []
-date: 2019-09-05 00:00:00.000000000 Z
+date: 2020-06-23 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rake
@@ -66,8 +66,7 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubyforge_project:
-rubygems_version: 2.7.6.2
+rubygems_version: 3.1.2
signing_key:
specification_version: 4
summary: Rake tasks providing tasks to package project in git and integration
with