Hello community, here is the log from the commit of package rubygem-pry for openSUSE:Factory checked in at 2014-02-25 07:39:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old) and /work/SRC/openSUSE:Factory/.rubygem-pry.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-pry" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes 2013-11-27 15:33:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 2014-02-25 07:40:00.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Feb 22 06:25:42 UTC 2014 - [email protected] + +- updated to version 0.9.12.6 + +------------------------------------------------------------------- Old: ---- pry-0.9.12.4.gem New: ---- pry-0.9.12.6.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-pry.spec ++++++ --- /var/tmp/diff_new_pack.QX8xbU/_old 2014-02-25 07:40:01.000000000 +0100 +++ /var/tmp/diff_new_pack.QX8xbU/_new 2014-02-25 07:40:01.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-pry # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,22 +17,21 @@ Name: rubygem-pry -Version: 0.9.12.4 +Version: 0.9.12.6 Release: 0 %define mod_name pry %define mod_full_name %{mod_name}-%{version} +%define mod_branch -%{version} +%define mod_weight 912 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 -# MANUAL -BuildRequires: rubygem(rdoc) >= 3.12 +BuildRequires: ruby-macros >= 3 +BuildRequires: update-alternatives Url: http://pry.github.com Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: An IRB alternative and runtime developer console License: MIT Group: Development/Languages/Ruby -%define mod_branch -0.9.12 -%define mod_weight 0 PreReq: update-alternatives %description @@ -58,10 +57,14 @@ %install %gem_install -f +mkdir -p %{buildroot}%{_sysconfdir}/alternatives mv %{buildroot}%{_bindir}/pry{,%{mod_branch}} -ln -s pry%{mod_branch} %{buildroot}%{_bindir}/pry +touch %{buildroot}%{_sysconfdir}/alternatives/pry +ln -s %{_sysconfdir}/alternatives/pry %{buildroot}%{_bindir}/pry + mkdir -p %{buildroot}%{_docdir}/%{name} -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE +ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG %buildroot/%{_docdir}/%{name}/CHANGELOG +ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE # MANUAL rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ @@ -79,14 +82,15 @@ %defattr(-,root,root,-) %{_docdir}/%{name} %{_bindir}/pry%{mod_branch} -%ghost %{_bindir}/pry -%{_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 +%{_bindir}/pry +%ghost %{_sysconfdir}/alternatives/pry +%{gem_base}/cache/%{mod_full_name}.gem +%{gem_base}/gems/%{mod_full_name}/ +%exclude %{gem_base}/gems/%{mod_full_name}/spec +%{gem_base}/specifications/%{mod_full_name}.gemspec %files testsuite %defattr(-,root,root,-) -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec +%{gem_base}/gems/%{mod_full_name}/spec %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
