Hello community,

here is the log from the commit of package rubygem-treetop for openSUSE:Factory 
checked in at 2013-10-06 18:41:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-treetop (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-treetop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-treetop"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-treetop/rubygem-treetop.changes  
2013-06-13 22:40:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-treetop.new/rubygem-treetop.changes     
2013-10-06 18:41:15.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 26 05:05:30 UTC 2013 - [email protected]
+
+- updated to version 1.4.15, no changelog
+
+-------------------------------------------------------------------

Old:
----
  treetop-1.4.14.gem

New:
----
  treetop-1.4.15.gem

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

Other differences:
------------------
++++++ rubygem-treetop.spec ++++++
--- /var/tmp/diff_new_pack.6SpLBT/_old  2013-10-06 18:41:15.000000000 +0200
+++ /var/tmp/diff_new_pack.6SpLBT/_new  2013-10-06 18:41:15.000000000 +0200
@@ -17,20 +17,21 @@
 
 
 Name:           rubygem-treetop
-Version:        1.4.14
+Version:        1.4.15
 Release:        0
 %define mod_name treetop
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 10415
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
+BuildRequires:  update-alternatives
 Url:            https://github.com/cjheath/treetop
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        A Ruby-based text parsing and interpretation DSL
 License:        MIT
 Group:          Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 1
 PreReq:         update-alternatives
 
 %description
@@ -62,8 +63,11 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/tt{,%{mod_branch}}
-ln -s tt%{mod_branch} %{buildroot}%{_bindir}/tt
+touch %{buildroot}%{_sysconfdir}/alternatives/tt
+ln -s %{_sysconfdir}/alternatives/tt %{buildroot}%{_bindir}/tt
+
 mkdir -p %{buildroot}%{_docdir}/%{name}
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
@@ -81,7 +85,8 @@
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
 %{_bindir}/tt%{mod_branch}
-%ghost %{_bindir}/tt
+%{_bindir}/tt
+%ghost %{_sysconfdir}/alternatives/tt
 %{_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

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

Reply via email to