Hello community,

here is the log from the commit of package asciinema for openSUSE:Factory 
checked in at 2016-07-14 09:50:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/asciinema (Old)
 and      /work/SRC/openSUSE:Factory/.asciinema.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "asciinema"

Changes:
--------
--- /work/SRC/openSUSE:Factory/asciinema/asciinema.changes      2016-04-30 
23:29:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.asciinema.new/asciinema.changes 2016-07-14 
09:50:48.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul 13 17:00:28 UTC 2016 - avvi...@yandex.by
+
+- Upadate to 1.3.0:
+  * see: /usr/share/doc/packages/asciinema/CHANGELOG 
+- Create a new spec file for building RPM on Python.
+
+-------------------------------------------------------------------

Old:
----
  asciinema-1.2.0.tar.gz
  asciinema-rpmlintrc

New:
----
  asciinema-1.3.0.tar.gz

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

Other differences:
------------------
++++++ asciinema.spec ++++++
--- /var/tmp/diff_new_pack.0KZl2r/_old  2016-07-14 09:50:50.000000000 +0200
+++ /var/tmp/diff_new_pack.0KZl2r/_new  2016-07-14 09:50:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package asciinema
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,19 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           asciinema
-Version:        1.2.0
+Version:        1.3.0
 Release:        0
 Summary:        Terminal session recorder 
-Group:          Productivity/Networking/Other
 License:        GPL-3.0+
-Url:            https://asciinema.org/
-Source0:        
https://github.com/asciinema/asciinema/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Source1:        asciinema-rpmlintrc
-BuildRequires:  python-base
-BuildRequires:  go >= 1.3.1
-BuildRequires:  golang-packaging
-ExclusiveArch:  %{ix86} x86_64
+Group:          Productivity/Networking/Other
+Url:            https://asciinema.org
+Source:         
https://github.com/asciinema/asciinema/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 Record of terminal sessions and sharing them on the web.
@@ -36,20 +36,19 @@
 %setup -q
 
 %build
-%goprep github.com/asciinema/asciinema
-%gobuild ...
+python3 setup.py build
 
 %install
-install -m755 %{_builddir}/go/bin/* %{buildroot}%{_bindir}
-install -Dm644 {man/,%{buildroot}%{_mandir}/man1/}%{name}.1
+python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-%gotest github.com/asciinema/asciinema
+install -Dm644 {man/,%{buildroot}%{_mandir}/man1/}%{name}.1
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc CHANGELOG* LICENSE
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_info}
+%{python3_sitelib}/%{name}/
+%{python3_sitelib}/%{name}-%{version}*
+%{_mandir}/man?/%{name}.?%{ext_info}
 
 %changelog

++++++ asciinema-1.2.0.tar.gz -> asciinema-1.3.0.tar.gz ++++++
++++ 207880 lines of diff (skipped)


Reply via email to