Hello community,

here is the log from the commit of package hub for openSUSE:Factory checked in 
at 2018-06-22 13:35:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hub (Old)
 and      /work/SRC/openSUSE:Factory/.hub.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hub"

Fri Jun 22 13:35:14 2018 rev:2 rq:618222 version:2.3.0_pre10

Changes:
--------
--- /work/SRC/openSUSE:Factory/hub/hub.changes  2018-02-07 18:40:27.982843869 
+0100
+++ /work/SRC/openSUSE:Factory/.hub.new/hub.changes     2018-06-22 
13:35:26.798509892 +0200
@@ -1,0 +2,10 @@
+Thu Jun 21 06:58:13 UTC 2018 - [email protected]
+
+- Modernise spec file a bit
+
+-------------------------------------------------------------------
+Thu Jun 21 03:05:01 UTC 2018 - [email protected]
+
+- Properly handle upgrade from old renamed hub gem
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hub.spec ++++++
--- /var/tmp/diff_new_pack.HBXhKi/_old  2018-06-22 13:35:28.018464794 +0200
+++ /var/tmp/diff_new_pack.HBXhKi/_new  2018-06-22 13:35:28.022464646 +0200
@@ -16,21 +16,22 @@
 #
 
 
+%define ver 2.3.0-pre10
 Name:           hub
 Version:        2.3.0_pre10
-%define ver 2.3.0-pre10
 Release:        0
 Summary:        Command-line wrapper for git and GitHub
 License:        MIT
 Group:          Development/Tools/Version Control
-Url:            https://github.com/github/hub
+URL:            https://github.com/github/hub
 Source:         https://github.com/github/%{name}/archive/v%{ver}.tar.gz
 BuildRequires:  fish
 BuildRequires:  go
 BuildRequires:  groff
-BuildRequires:  rubygem(ronn)
 BuildRequires:  zsh
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  rubygem(ronn)
+Provides:       rubygem-hub = %{version}
+Obsoletes:      rubygem-hub < 2.0
 
 %description
 hub is a command line tool that wraps git in order to extend it with extra 
features and commands that make working with GitHub easier.
@@ -42,23 +43,27 @@
 sed -i -e 's#cd .*#true#' script/install.sh
 
 %build
-make bin/hub man-pages
+make %{?_smp_mflags} bin/hub man-pages
 
 %install
 prefix=%{buildroot}%{_prefix} script/install.sh
-install -Dm0644 etc/hub.bash_completion.sh 
%{buildroot}%{_datadir}/bash-completion/completions/hub
-install -Dm0644 etc/hub.fish_completion 
%{buildroot}%{_datadir}/fish/vendor_completions.d/hub.fish
-install -Dm0644 etc/hub.zsh_completion 
%{buildroot}%{_datadir}/zsh/site-functions/_hub
+install -Dpm 0644 etc/hub.bash_completion.sh \
+  %{buildroot}%{_datadir}/bash-completion/completions/hub
+install -Dpm 0644 etc/hub.fish_completion \
+  %{buildroot}%{_datadir}/fish/vendor_completions.d/hub.fish
+install -Dpm 0644 etc/hub.zsh_completion \
+  %{buildroot}%{_datadir}/zsh/site-functions/_hub
 
 %check
 #make test
 #make test-all
 
 %files
-%defattr(-,root,root)
+%doc README.md
+%license LICENSE
 %{_bindir}/hub
-%{_mandir}/man1/hub.1.gz
-%{_mandir}/man1/hub-*.1.gz
+%{_mandir}/man1/hub.1%{?ext_man}
+%{_mandir}/man1/hub-*.1%{?ext_man}
 %{_datadir}/bash-completion/completions/hub
 %{_datadir}/fish/vendor_completions.d/hub.fish
 %{_datadir}/zsh/site-functions/_hub


Reply via email to