Hello community, here is the log from the commit of package rubygem-builder for openSUSE:Factory checked in at Thu May 26 09:49:24 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/rubygem-builder/rubygem-builder.changes 2011-03-18 21:49:13.000000000 +0100 @@ -0,0 +1,43 @@ +------------------------------------------------------------------- +Fri Mar 18 20:48:19 UTC 2011 - [email protected] + +- build with newer rubygem-rdoc to prevent ri choking on + xml comment + +------------------------------------------------------------------- +Thu Jun 10 15:57:29 UTC 2010 - [email protected] + +- use rubygems_requires + +------------------------------------------------------------------- +Sun Aug 19 21:09:08 CEST 2007 - [email protected] + +- update to 2.1.2 + * Fixed bug where private methods in kernel could leak through + using tag!(). Thanks to Hagen Overdick for finding and + diagnosing this bug. + +------------------------------------------------------------------- +Tue May 22 17:11:57 CEST 2007 - [email protected] + +- update to 2.1.1 + * Added <tt>reveal</tt> capability to BlankSlate. + * Fixed a bug in BlankSlate where including a module into Object + could cause methods to leak into BlankSlate. + * Fixed typo in XmlMarkup class docs (from Martin Fowler). + * Fixed test on private methods to differentiate between + targetted and untargetted private methods. + * Removed legacy capture of @self in XmlBase (@self was used back + when we used instance eval). + * Added additional tests for global functions (both direct and + included). + * Several misc internal cleanups, including rearranging the + source code tree. + + <b>NOTE:</b> The escaping attribute values by default is different + than in previous releases of Builder. This makes version 2.0.x + somewhat incompatible with the 1.x series of Builder. If you use "&", + "<", or ">" in attributes values, you may have to change your + code. (Essentially you remove the manual escaping. The new way is + easier, believe me). + calling whatdependson for head-i586 New: ---- builder-2.1.2.gem rubygem-builder.changes rubygem-builder.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-builder.spec ++++++ # # spec file for package rubygem-builder # # Copyright (c) 2011 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # # norootforbuild Name: rubygem-builder Version: 2.1.2 Release: 1 %define mod_name builder # Group: Development/Languages/Ruby License: MIT # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: rubygems_with_buildroot_patch # standard rdoc fails with 'Unhandled special: Special: type=17, text="<!-- HI -->"' BuildRequires: rubygem-rdoc %rubygems_requires # Url: http://onestepback.org Source: %{mod_name}-%{version}.gem # Summary: Builders for MarkUp %description Builder provides a number of builder objects that make creating structured data simple to do. Currently the following builder objects are supported: * XML Markup * XML Events %prep %build %install %gem_install %{S:0} %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %{_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}/ %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
