Hello community,
here is the log from the commit of package rubygem-ci_reporter for
openSUSE:Factory checked in at 2014-05-21 16:24:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-ci_reporter (Old)
and /work/SRC/openSUSE:Factory/.rubygem-ci_reporter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-ci_reporter"
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-ci_reporter/rubygem-ci_reporter.changes
2014-01-13 12:03:34.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-ci_reporter.new/rubygem-ci_reporter.changes
2014-05-21 16:24:57.000000000 +0200
@@ -1,0 +2,8 @@
+Sun May 18 09:04:36 UTC 2014 - [email protected]
+
+- updated to version 1.9.2
+ - GH #119: add timestamp attribute (Shawn Zhu)
+ - GH #118: yank rubyforge guts (Shawn Zhu)
+ - GH #115: README doc additions (Piotr Kuczynski)
+
+-------------------------------------------------------------------
Old:
----
ci_reporter-1.9.1.gem
New:
----
ci_reporter-1.9.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-ci_reporter.spec ++++++
--- /var/tmp/diff_new_pack.EcTNcG/_old 2014-05-21 16:24:58.000000000 +0200
+++ /var/tmp/diff_new_pack.EcTNcG/_new 2014-05-21 16:24:58.000000000 +0200
@@ -17,15 +17,15 @@
Name: rubygem-ci_reporter
-Version: 1.9.1
+Version: 1.9.2
Release: 0
%define mod_name ci_reporter
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: ruby-macros >= 1
+BuildRequires: ruby-macros >= 3
BuildRequires: rubygem(rdoc) > 3.10
-Url: http://caldersphere.rubyforge.org/ci_reporter
+Url: https://github.com/nicksieger/ci_reporter
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: CI::Reporter allows you to generate reams of XML for use with
License: MIT
@@ -65,24 +65,24 @@
%install
%gem_install -f
mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.txt
%buildroot/%{_docdir}/%{name}/History.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc
%buildroot/%{_docdir}/%{name}/README.rdoc
+ln -s %{gem_base}/gems/%{mod_full_name}/History.txt
%buildroot/%{_docdir}/%{name}/History.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc
%buildroot/%{_docdir}/%{name}/README.rdoc
%files
%defattr(-,root,root,-)
%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
%files doc
%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
%files testsuite
%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]