Hello community,

here is the log from the commit of package rubygem-hub for openSUSE:Factory 
checked in at 2014-12-05 21:04:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-hub (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-hub.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-hub"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-hub/rubygem-hub.changes  2014-12-01 
14:01:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-hub.new/rubygem-hub.changes     
2014-12-05 21:05:12.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Dec  5 14:08:09 UTC 2014 - [email protected]
+
+- Copy the manpage from the correct dir
+- Replace the PreReq with Requires, since the former creates circular 
dependency issue
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rubygem-hub.spec ++++++
--- /var/tmp/diff_new_pack.XmdqqS/_old  2014-12-05 21:05:13.000000000 +0100
+++ /var/tmp/diff_new_pack.XmdqqS/_new  2014-12-05 21:05:13.000000000 +0100
@@ -29,7 +29,7 @@
 %define mod_name hub
 %define mod_full_name %{mod_name}-%{version}
 # MANUAL
-PreReq: rubygem(%{mod_name})
+Requires: rubygem(%{mod_name})
 # /MANUAL
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 5
@@ -71,7 +71,7 @@
 install -Dm0644 %{SOURCE1} 
%{buildroot}%{_datadir}/bash-completion/completions/%{mod_name}
 install -Dm0644 %{SOURCE2} 
%{buildroot}%{_datadir}/zsh/site-functions/_%{mod_name}
 gemdir="$(gem env gemdir)"
-install -Dm444 $gemdir/gems/%{mod_full_name}/man/%{mod_name}.1 
%{buildroot}%{_mandir}/man1/%{mod_name}.1
+install -Dm444 %{buildroot}$gemdir/gems/%{mod_full_name}/man/%{mod_name}.1 
%{buildroot}%{_mandir}/man1/%{mod_name}.1
 # /MANUAL
 
 

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.XmdqqS/_old  2014-12-05 21:05:13.000000000 +0100
+++ /var/tmp/diff_new_pack.XmdqqS/_new  2014-12-05 21:05:13.000000000 +0100
@@ -4,7 +4,7 @@
     Requires:   rubygem-%{mod_name}
     Recommends: rubygem(%{rb_default_ruby_abi}:%{mod_name})
 :preamble: |-
-  PreReq: rubygem(%{mod_name})
+  Requires: rubygem(%{mod_name})
 :sources:
   - '%{mod_name}.bash_completion.sh'
   - '%{mod_name}.zsh_completion'
@@ -12,7 +12,7 @@
   install -Dm0644 %{SOURCE1} 
%{buildroot}%{_datadir}/bash-completion/completions/%{mod_name}
   install -Dm0644 %{SOURCE2} 
%{buildroot}%{_datadir}/zsh/site-functions/_%{mod_name}
   gemdir="$(gem env gemdir)"
-  install -Dm444 $gemdir/gems/%{mod_full_name}/man/%{mod_name}.1 
%{buildroot}%{_mandir}/man1/%{mod_name}.1
+  install -Dm444 %{buildroot}$gemdir/gems/%{mod_full_name}/man/%{mod_name}.1 
%{buildroot}%{_mandir}/man1/%{mod_name}.1
 :filelist: |-
   %dir %{_datadir}/bash-completion/completions
   %dir %{_datadir}/zsh

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

Reply via email to