Hello community,

here is the log from the commit of package ponysay for openSUSE:Factory checked 
in at 2017-03-13 15:33:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ponysay (Old)
 and      /work/SRC/openSUSE:Factory/.ponysay.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ponysay"

Mon Mar 13 15:33:11 2017 rev:4 rq:478899 version:3.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ponysay/ponysay.changes  2014-09-17 
17:24:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ponysay.new/ponysay.changes     2017-03-13 
15:34:56.121965502 +0100
@@ -1,0 +2 @@
+Sun Mar 12 20:12:58 UTC 2017 - [email protected]
@@ -2,0 +4,3 @@
+- Explicitly package %{_docdir}/%{name}/.
+
+-------------------------------------------------------------------
@@ -22 +25,0 @@
-

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

Other differences:
------------------
++++++ ponysay.spec ++++++
--- /var/tmp/diff_new_pack.M6ylNX/_old  2017-03-13 15:34:56.873859245 +0100
+++ /var/tmp/diff_new_pack.M6ylNX/_new  2017-03-13 15:34:56.873859245 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ponysay
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,9 +24,8 @@
 Group:          Amusements/Toys/Other
 Url:            https://github.com/erkin/ponysay
 Source:         
https://github.com/erkin/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-
 BuildRequires:  fdupes
-BuildRequires:  python3-devel
+BuildRequires:  python3
 BuildRequires:  texinfo
 Requires:       python3
 Requires(post): info
@@ -46,13 +45,14 @@
 
 %install
 python3 setup.py \
-  --prefix=%{_prefix} \
   --dest-dir=%{buildroot} \
+  --prefix=%{_prefix} \
   --freedom=partial \
   --with-everything \
   --with-pdf=%{_docdir}/%{name}/ \
   install
-rm -rf %{buildroot}%{_infodir}/dir %{buildroot}%{_datadir}/licenses/
+rm -r %{buildroot}%{_infodir}/dir \
+  %{buildroot}%{_datadir}/licenses/
 %fdupes %{buildroot}/%{_datadir}/%{name}
 
 %post
@@ -68,9 +68,10 @@
 %files
 %defattr(-,root,root)
 %doc CHANGELOG CONTRIBUTING COPYING CREDITS LICENSE README.md
+%doc %{_docdir}/%{name}/
 %{_bindir}/pony*
 %{_datadir}/%{name}/
-%{_infodir}/*.gz
+%{_infodir}/*%{ext_info}
 %{_mandir}/*/
 %{_datadir}/bash-completion/
 %{_datadir}/zsh/


Reply via email to