Hello community,
here is the log from the commit of package rubygem-ci_reporter for
openSUSE:Factory checked in at 2014-10-16 18:15:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-14 07:12:34.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-ci_reporter.new/rubygem-ci_reporter.changes
2014-10-16 18:17:12.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Oct 14 10:21:10 UTC 2014 - [email protected]
+
+- updated to version 2.0.0
+ - Gem has been refactored into multiple framework-specific gems.
+ - All methods of use except the `ci:setup:*` Rake tasks.
+
+-------------------------------------------------------------------
Old:
----
ci_reporter-1.9.2.gem
New:
----
ci_reporter-2.0.0.gem
gem2rpm.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-ci_reporter.spec ++++++
--- /var/tmp/diff_new_pack.V1MmXT/_old 2014-10-16 18:17:14.000000000 +0200
+++ /var/tmp/diff_new_pack.V1MmXT/_new 2014-10-16 18:17:14.000000000 +0200
@@ -17,27 +17,25 @@
Name: rubygem-ci_reporter
-Version: 1.9.2
+Version: 2.0.0
Release: 0
%define mod_name ci_reporter
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{rubygem gem2rpm}
-BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
-Url: https://github.com/nicksieger/ci_reporter
+Url: https://github.com/ci-reporter/ci_reporter
Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Summary: CI::Reporter allows you to generate reams of XML for use with
+Source1: gem2rpm.yml
+Summary: Connects Ruby test frameworks to CI systems via JUnit reports
License: MIT
Group: Development/Languages/Ruby
%description
-CI::Reporter is an add-on to Test::Unit, RSpec and Cucumber that allows you to
-generate XML reports of your test, spec and/or feature runs. The resulting
-files can be read by a continuous integration system that understands Ant's
-JUnit report XML format, thus allowing your CI system to track test/spec
-successes and failures.
+CI::Reporter is an add-on to Ruby testing frameworks that allows you to
+generate XML reports of your test runs. The resulting files can be read by a
+continuous integration system that understands Ant's JUnit report format.
%prep
@@ -45,7 +43,7 @@
%install
%gem_install \
- --doc-files="History.txt LICENSE.txt README.rdoc" \
+ --doc-files="History.txt LICENSE.txt README.md" \
-f
%gem_packages
++++++ ci_reporter-1.9.2.gem -> ci_reporter-2.0.0.gem ++++++
++++ 3985 lines of diff (skipped)
++++++ gem2rpm.yml ++++++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
# this is a custom description
#
# it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
# BuildRequires: foobar
# Requires: foobar
# ## used by gem2rpm
# :patches:
# foo.patch: -p1
# bar.patch:
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'
# ## used by gem2rpm
# :pre_install: |-
# %if 0%{?use_system_libev}
# export USE_VENDORED_LIBEV="no"
# %endif
# ## used by gem2rpm
# :post_install: |-
# # delete custom files here or do other fancy stuff
# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
# (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
# :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
# :preamble: |-
# Requires: util-linux
# Recommends: pwgen
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
# apache:
# :preamble: |-
# Requires: .....
# :filelist: |-
# /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
# Custom description is optional
#
# bar
# :post: |-
# /bin/echo foo
#
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]