Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-sassc-2.2 for
openSUSE:Factory checked in at 2021-10-06 19:49:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sassc-2.2 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-sassc-2.2.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-sassc-2.2"
Wed Oct 6 19:49:52 2021 rev:2 rq:923413 version:2.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sassc-2.2/rubygem-sassc-2.2.changes
2020-04-27 23:41:26.263881576 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-sassc-2.2.new.2443/rubygem-sassc-2.2.changes
2021-10-06 19:50:00.244058875 +0200
@@ -1,0 +2,5 @@
+Wed Oct 6 06:34:58 UTC 2021 - Dan ??erm??k <[email protected]>
+
+- Rename rpmlintrc, cleanup dotfiles & cleanup spec file
+
+-------------------------------------------------------------------
Old:
----
rpmlintrc
New:
----
rubygem-sassc-2.2-rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-sassc-2.2.spec ++++++
--- /var/tmp/diff_new_pack.C1U8tB/_old 2021-10-06 19:50:00.864059111 +0200
+++ /var/tmp/diff_new_pack.C1U8tB/_new 2021-10-06 19:50:00.868059112 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-sassc-2.2
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,49 +12,47 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define mod_name sassc
+%define mod_full_name %{mod_name}-%{version}
+%define mod_version_suffix -2.2
#
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
# All sections marked as MANUAL, license headers, summaries and descriptions
# can be maintained in that file. Please consult this file before editing any
# of those fields
#
-
Name: rubygem-sassc-2.2
Version: 2.2.1
Release: 0
-%define mod_name sassc
-%define mod_full_name %{mod_name}-%{version}
-%define mod_version_suffix -2.2
+Summary: Use libsass with Ruby!
+License: MIT
+Group: Development/Languages/Ruby
+URL: https://github.com/sass/sassc-ruby
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
+Source1: rubygem-sassc-2.2-rpmlintrc
+Source2: gem2rpm.yml
+BuildRequires: %{rubydevel >= 2.0.0}
+BuildRequires: %{rubygem gem2rpm}
+BuildRequires: ruby-macros >= 5
# MANUAL
BuildRequires: gcc-c++
# /MANUAL
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: ruby-macros >= 5
-BuildRequires: %{rubydevel >= 2.0.0}
-BuildRequires: %{rubygem gem2rpm}
-Url: https://github.com/sass/sassc-ruby
-Source: https://rubygems.org/gems/%{mod_full_name}.gem
-Source1: rpmlintrc
-Source2: gem2rpm.yml
# MANUAL
Patch0: reproducible.patch
# /MANUAL
-Summary: Use libsass with Ruby!
-License: MIT
-Group: Development/Languages/Ruby
%description
Use libsass with Ruby!.
%prep
-%gem_unpack
+%{gem_unpack}
%patch0 -p1
-find -type f -print0 | xargs -0 touch -r %{S:0}
-%gem_build
+find -type f -print0 | xargs -0 touch -r %{SOURCE0}
+%{gem_build}
%build
@@ -63,9 +61,10 @@
--extconf-opts=--disable-march-tune-native \
--doc-files="CHANGELOG.md LICENSE.txt README.md" \
-f
-%gem_cleanup
+%{gem_cleanup}
# MANUAL
find %{buildroot}%{_libdir} -name sassc-2.\*.info -delete
+find %{buildroot}/%{_libdir}/ruby/gems/ \( -name '.travis.yml' -o -name
'.gitignore' -o -name '.gitmodules' \) -delete
# /MANUAL
++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.C1U8tB/_old 2021-10-06 19:50:00.900059124 +0200
+++ /var/tmp/diff_new_pack.C1U8tB/_new 2021-10-06 19:50:00.904059126 +0200
@@ -1,4 +1,4 @@
-# ---
+---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
@@ -28,7 +28,7 @@
# if you need to fiddle with the source dir before rebuilding the gem
# ## used by gem2rpm
:sources:
- - rpmlintrc
+ - rubygem-sassc-2.2-rpmlintrc
:gem_install_args: ' --extconf-opts=--disable-march-tune-native'
# ## used by gem2rpm
# :pre_install: |-
@@ -38,6 +38,7 @@
# ## used by gem2rpm
:post_install: |-
find %{buildroot}%{_libdir} -name sassc-2.\*.info -delete
+ find %{buildroot}/%{_libdir}/ruby/gems/ \( -name '.travis.yml' -o -name
'.gitignore' -o -name '.gitmodules' \) -delete
# # delete custom files here or do other fancy stuff
# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
++++++ rubygem-sassc-2.2-rpmlintrc ++++++
addFilter('devel-file-in-non-devel-package')