Hello community,
here is the log from the commit of package rubygem-httpclient for
openSUSE:Factory checked in at 2013-08-05 20:53:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-httpclient (Old)
and /work/SRC/openSUSE:Factory/.rubygem-httpclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-httpclient"
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-httpclient/rubygem-httpclient.changes
2013-06-05 13:11:56.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-httpclient.new/rubygem-httpclient.changes
2013-08-05 20:53:02.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 16:04:46 UTC 2013 - [email protected]
+
+- updated to version 2.3.4.1, no changelog found
+
+-------------------------------------------------------------------
Old:
----
httpclient-2.3.3.gem
New:
----
httpclient-2.3.4.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-httpclient.spec ++++++
--- /var/tmp/diff_new_pack.43ah7B/_old 2013-08-05 20:53:03.000000000 +0200
+++ /var/tmp/diff_new_pack.43ah7B/_new 2013-08-05 20:53:03.000000000 +0200
@@ -17,20 +17,21 @@
Name: rubygem-httpclient
-Version: 2.3.3
+Version: 2.3.4.1
Release: 0
%define mod_name httpclient
%define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 20304
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 1
+BuildRequires: update-alternatives
Url: http://github.com/nahi/httpclient
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: gives something like the functionality of libwww-perl (LWP) in
Ruby
License: GPL-2.0+ or Ruby
Group: Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 2
PreReq: update-alternatives
%description
@@ -62,8 +63,11 @@
%install
%gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
mv %{buildroot}%{_bindir}/httpclient{,%{mod_branch}}
-ln -s httpclient%{mod_branch} %{buildroot}%{_bindir}/httpclient
+touch %{buildroot}%{_sysconfdir}/alternatives/httpclient
+ln -s %{_sysconfdir}/alternatives/httpclient %{buildroot}%{_bindir}/httpclient
+
mkdir -p %{buildroot}%{_docdir}/%{name}
ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.txt
%buildroot/%{_docdir}/%{name}/README.txt
@@ -80,7 +84,8 @@
%defattr(-,root,root,-)
%{_docdir}/%{name}
%{_bindir}/httpclient%{mod_branch}
-%ghost %{_bindir}/httpclient
+%{_bindir}/httpclient
+%ghost %{_sysconfdir}/alternatives/httpclient
%{_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]