Hello community, here is the log from the commit of package rubygem-yajl-ruby for openSUSE:Factory checked in at 2014-10-23 14:20:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-yajl-ruby (Old) and /work/SRC/openSUSE:Factory/.rubygem-yajl-ruby.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-yajl-ruby" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-yajl-ruby/rubygem-yajl-ruby.changes 2014-10-15 08:52:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-yajl-ruby.new/rubygem-yajl-ruby.changes 2014-10-23 14:21:00.000000000 +0200 @@ -1,0 +2,16 @@ +Wed Oct 22 13:39:22 UTC 2014 - [email protected] + +- Fixed the license as there is still BSD-3-Clause source included + +------------------------------------------------------------------- +Wed Oct 22 08:29:41 UTC 2014 - [email protected] + +- For SLES 11 it exceeds the badness limit + +------------------------------------------------------------------- +Wed Oct 22 08:20:23 UTC 2014 - [email protected] + +- Made it really aware of new macros +- Removed manual entry, maximum badness not exceeded + +------------------------------------------------------------------- New: ---- gem2rpm.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-yajl-ruby.spec ++++++ --- /var/tmp/diff_new_pack.CyM8V2/_old 2014-10-23 14:21:01.000000000 +0200 +++ /var/tmp/diff_new_pack.CyM8V2/_new 2014-10-23 14:21:01.000000000 +0200 @@ -16,17 +16,25 @@ # +# +# 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-yajl-ruby Version: 1.2.1 Release: 0 %define mod_name yajl-ruby %define mod_full_name %{mod_name}-%{version} - BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{rubydevel} +BuildRequires: %{rubydevel >= 1.8.6} +BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 Url: http://github.com/brianmario/yajl-ruby Source: http://rubygems.org/gems/%{mod_full_name}.gem +Source1: gem2rpm.yml Summary: Ruby C bindings to the excellent Yajl JSON stream-based parser License: MIT and BSD-3-Clause Group: Development/Languages/Ruby @@ -40,11 +48,12 @@ %install %gem_install \ - --symlink-binaries \ --doc-files="CHANGELOG.md MIT-LICENSE README.md" \ -f +%gem_cleanup # MANUAL -rm -rf %{buildroot}%{gem_base}/gems/%{mod_full_name}/ext/yajl/{,api/}*.{h,c,o} +find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ext/yajl -name "*.[h|c|o]" -exec rm {} \; +# /MANUAL %gem_packages ++++++ gem2rpm.yml ++++++ :license: MIT and BSD-3-Clause :post_install: |- find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ext/yajl -name "*.[h|c|o]" -exec rm {} \; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
