Hello community,

here is the log from the commit of package guile-git for openSUSE:Factory 
checked in at 2018-09-18 11:47:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guile-git (Old)
 and      /work/SRC/openSUSE:Factory/.guile-git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guile-git"

Tue Sep 18 11:47:31 2018 rev:2 rq:636190 version:0.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/guile-git/guile-git.changes      2018-03-12 
12:11:44.999412164 +0100
+++ /work/SRC/openSUSE:Factory/.guile-git.new/guile-git.changes 2018-09-18 
11:47:39.575647352 +0200
@@ -1,0 +2,17 @@
+Mon Sep 17 14:16:09 UTC 2018 - <jbrielma...@suse.de>
+
+- remove needless _service and tar file 
+
+-------------------------------------------------------------------
+Fri Sep 14 08:03:54 UTC 2018 - jbrielma...@suse.de
+
+- bump to 0.1.0:
+  - support remote-ls
+  - support repository-close
+  - small fixes
+- switch from git service to release tarball
+- order build requires alphabetical
+- install info files
+- COPYING now as license 
+
+-------------------------------------------------------------------

Old:
----
  _service
  guile-git-0.0.1509985185.951a32c.tar

New:
----
  guile-git-v0.1.0.tar.gz

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

Other differences:
------------------
++++++ guile-git.spec ++++++
--- /var/tmp/diff_new_pack.2TO5WY/_old  2018-09-18 11:47:42.107644736 +0200
+++ /var/tmp/diff_new_pack.2TO5WY/_new  2018-09-18 11:47:42.111644731 +0200
@@ -12,28 +12,28 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
-%define commit  951a32c
-%define time    1509985185
+
 
 Name:           guile-git
-Version:        0.0
+Version:        0.1.0
 Release:        0
 Summary:        Guile bindings of libgit2
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Development/Libraries/Other
 Url:            https://gitlab.com/guile-git/guile-git
-Source0:        %{name}-%{version}.%{time}.%{commit}.tar
+Source0:        
https://gitlab.com/guile-git/guile-git/-/archive/v%{version}/%{name}-v%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  texinfo
-BuildRequires:  pkg-config
-BuildRequires:  guile-devel
 BuildRequires:  guile-bytestructures
+BuildRequires:  guile-devel
 BuildRequires:  libgit2-devel
+BuildRequires:  pkg-config
+BuildRequires:  texinfo
 Requires:       guile
 Requires:       guile-bytestructures
+Requires(pre):  %{install_info_prereq}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,7 +41,7 @@
 a library manipulate repositories of the Git version control system.
 
 %prep
-%setup -q -n %{name}-%{version}.%{time}.%{commit}
+%setup -q -n %{name}-v%{version}
 autoreconf -vif
 
 %build
@@ -51,9 +51,16 @@
 %install
 %make_install
 
+%post
+%install_info --info-dir=%{_infodir} %{_infodir}/guile-git.info.gz
+
+%postun
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/guile-git.info.gz
+
 %files
 %defattr(-,root,root)
-%doc COPYING README.md
+%license COPYING
+%doc README.md
 %{_libdir}/guile/2.*/site-ccache/git*
 %{_datadir}/guile/site/2.*/git*
 %{_infodir}/guile-git.info.gz


Reply via email to