Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2012-02-16 10:10:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-haml", Maintainer is "fcaste...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes        
2011-09-23 12:44:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2012-02-16 10:10:13.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Feb 13 10:54:56 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Sun Sep 18 00:29:19 UTC 2011 - mrueck...@suse.de
+
+- update to haml 3.1.3
+  - Fix partial layouts
+
+-------------------------------------------------------------------

Old:
----
  haml-3.1.2.gem

New:
----
  haml-3.1.3.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-haml.spec ++++++
--- /var/tmp/diff_new_pack.yJs2WN/_old  2012-02-16 10:10:14.000000000 +0100
+++ /var/tmp/diff_new_pack.yJs2WN/_new  2012-02-16 10:10:14.000000000 +0100
@@ -16,25 +16,23 @@
 #
 
 # norootforbuild
-
-
 Name:           rubygem-haml
-Version:        3.1.2
-Release:        1
+Version:        3.1.3
+Release:        0
 %define mod_name haml
+%define mod_full_name %{mod_name}-%{version}
 #
 Group:          Development/Languages/Ruby
-License:        X11 MIT
+License:        MIT
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 #
 Url:            http://haml-lang.com/
-Source:         %{mod_name}-%{version}.gem
+Source:         %{mod_full_name}.gem
 #
 Summary:        An elegant, structured XHTML/XML templating engine
-
 %description
       Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML
       that's designed to express the structure of XHTML or XML documents
@@ -44,10 +42,23 @@
       It was originally envisioned as a plugin for Ruby on Rails,
       but it can function as a stand-alone templating engine.
 
-%prep
+%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.
 
-%build
+%package testsuite
+Summary:        Test suite for %{mod_name}
+Group:          Development/Languages/Ruby
+Requires:       %{name} = %{version}
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
 
+%prep
+%build
 %install
 %gem_install %{S:0}
 
@@ -58,9 +69,17 @@
 %defattr(-,root,root,-)
 %{_bindir}/haml
 %{_bindir}/html2haml
-%{_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}/test
+%{_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}/test
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to