Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2013-11-24 18:12:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-haml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes        
2013-06-05 14:32:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2013-11-24 18:12:40.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Nov 22 08:40:29 UTC 2013 - [email protected]
+
+- updated to version 4.0.4
+ * Check for Rails::Railtie rather than Rails (thanks [Konstantin 
Shabanov](https://github.com/etehtsea)).
+ * Parser fix to allow literal '#' with suppress_eval (Matt Wildig).
+ * Helpers#escape_once works on frozen strings (as does
+   ERB::Util.html_escape_once for which it acts as a replacement in
+   Rails (thanks [Patrik Metzmacher](https://github.com/patrik)).
+ * Minor test fix (thanks [Mircea Moise](https://github.com/mmircea16)).
+
+-------------------------------------------------------------------

Old:
----
  haml-4.0.3.gem

New:
----
  haml-4.0.4.gem

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

Other differences:
------------------
++++++ rubygem-haml.spec ++++++
--- /var/tmp/diff_new_pack.nVJZFY/_old  2013-11-24 18:12:41.000000000 +0100
+++ /var/tmp/diff_new_pack.nVJZFY/_new  2013-11-24 18:12:41.000000000 +0100
@@ -17,20 +17,21 @@
 
 
 Name:           rubygem-haml
-Version:        4.0.3
+Version:        4.0.4
 Release:        0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 40004
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
+BuildRequires:  update-alternatives
 Url:            http://haml.info/
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        An elegant, structured (X)HTML/XML templating engine
 License:        MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
 Group:          Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 4
 PreReq:         update-alternatives
 
 %description
@@ -69,9 +70,13 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/haml{,%{mod_branch}}
-ln -s haml%{mod_branch} %{buildroot}%{_bindir}/haml
+touch %{buildroot}%{_sysconfdir}/alternatives/haml
+ln -s %{_sysconfdir}/alternatives/haml %{buildroot}%{_bindir}/haml
+
 mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
@@ -88,7 +93,8 @@
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
 %{_bindir}/haml%{mod_branch}
-%ghost %{_bindir}/haml
+%{_bindir}/haml
+%ghost %{_sysconfdir}/alternatives/haml
 %{_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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to