Hello community, here is the log from the commit of package rubygem-RedCloth for openSUSE:Factory checked in at 2012-02-16 10:10:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-RedCloth (Old) and /work/SRC/openSUSE:Factory/.rubygem-RedCloth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-RedCloth", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-RedCloth/rubygem-RedCloth.changes 2011-09-23 12:44:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-RedCloth.new/rubygem-RedCloth.changes 2012-02-16 10:10:19.000000000 +0100 @@ -1,0 +2,38 @@ +Mon Feb 13 10:55:09 UTC 2012 - [email protected] + +- patch license to follow spdx.org standard + +------------------------------------------------------------------- +Sun Sep 18 00:27:41 UTC 2011 - [email protected] + +- update to version 4.2.8 + * Do not treat warnings as errors so it compiles cleanly. + [Tomasz WaĆkuski] + +------------------------------------------------------------------- +Wed Jul 27 14:02:55 UTC 2011 - [email protected] + +- Fix build on SLE + +------------------------------------------------------------------- +Thu Jul 21 12:05:08 UTC 2011 - [email protected] + +- update to version 4.2.7 + * Fixed typo in gemspec to make case-sensitive require + work. [Gabe da Silveira] + * Tested installing the gem and requiring it with both cases on + Ubuntu 8.04, 10.10 and OS X Version 10.6.6. + * Have spaces around the en-dash in LaTeX [Benjamin Quorning] + * Turned double-quote close to smart quotes in LaTeX [Jonathan D. Blake] + * Add case-sensitive require back into the gemspec. + * Fix rdoc options in gemspec. + * Fix bundler and rubygems-test incompatibilities. Working around bug: + https://github.com/carlhuda/bundler/issues/issue/1021 + * Add .gemtest to opt-in to rubygems-test program (gem install + rubygems-test to participate) + * Allow attributes to be set on hr and br tags [Jesse Stormier] + * Fix dangling <li> [Stephen Bannasch] + * Switch to bundler and rake-compiler for gem management/compilation + * Fix invalid YAML for Ruby 1.9.2 [Aaron Patterson]- + +------------------------------------------------------------------- Old: ---- RedCloth-4.2.3.gem New: ---- RedCloth-4.2.8.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-RedCloth.spec ++++++ --- /var/tmp/diff_new_pack.zNxKTj/_old 2012-02-16 10:10:20.000000000 +0100 +++ /var/tmp/diff_new_pack.zNxKTj/_new 2012-02-16 10:10:20.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package rubygem-RedCloth (Version 4.2.3) +# spec file for package rubygem-RedCloth # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,70 +15,53 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: rubygem-RedCloth -Version: 4.2.3 -Release: 1 +Version: 4.2.8 +Release: 0 %define mod_name RedCloth +%define mod_full_name %{mod_name}-%{version} # -Group: Development/Languages/Ruby -License: BSD3c # BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fastjar +BuildRequires: fdupes BuildRequires: rubygems_with_buildroot_patch %rubygems_requires - -Requires: ruby >= 1.8.4 -BuildRequires: ruby-devel >= 1.8.4 # Url: http://redcloth.org -Source: %{mod_name}-%{version}.gem -Source1: rubygem-RedCloth-rpmlintrc +Source: %{mod_full_name}.gem # -Summary: RedCloth is a module for using Textile and Markdown in Ruby +Summary: Textile parser for Ruby +License: BSD-3-Clause +Group: Development/Languages/Ruby %description -Textile and Markdown are text formats. A very simple text format. -Another stab at making readable text that can be converted to HTML. - -No need to use verbose HTML to build your docs, your blogs, your pages. - Textile gives you readable text while you're writing and beautiful -text for your readers. And if you need to break out into HTML, Textile -will allow you to do so. Textile also handles some subtleties of -formatting which will enhance your document's readability: - -* Single- and double-quotes around words or phrases are converted to - curly quotations, much easier on the eye. "Observe!" - -* Double hyphens are replaced with an em-dash. Observe -- very - nice! - -* Single hyphens are replaced with en-dashes. Observe - so cute! - -* Triplets of periods become an ellipsis. Observe... - +Textile parser for Ruby. -_(TM)== to (TM), ==(R)== to (R), ==(C)_ +%package doc +Summary: RDoc documentation for %{mod_name} +Group: Development/Languages/Ruby +Requires: %{name} = %{version} +%description doc +Documentation generated at gem installation time. +Usually in RDoc and RI formats. +%package testsuite +Summary: Test suite for %{mod_name} +Group: Development/Languages/Ruby +Requires: %{name} = %{version} -Authors: --------- - why the lucky stiff <[email protected]> +%description testsuite +Test::Unit or RSpec files, useful for developers. %prep - %build - %install %gem_install %{S:0} -perl -p -i -e 's|/usr/bin/ruby18|/usr/bin/ruby|g' \ - %{buildroot}%{_bindir}/redcloth \ - %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/bin/redcloth - %gem_cleanup +%fdupes %{buildroot}/%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ %clean %{__rm} -rf %{buildroot} @@ -86,9 +69,17 @@ %files %defattr(-,root,root,-) %{_bindir}/redcloth -%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ -%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec -%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/ +%{_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 + +%files doc +%defattr(-,root,root,-) +%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ + +%files testsuite +%defattr(-,root,root,-) +%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
