commit guile-git for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package guile-git for openSUSE:Factory 
checked in at 2020-01-14 21:11:49

Comparing /work/SRC/openSUSE:Factory/guile-git (Old)
 and  /work/SRC/openSUSE:Factory/.guile-git.new.6675 (New)


Package is "guile-git"

Tue Jan 14 21:11:49 2020 rev:4 rq:764390 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/guile-git/guile-git.changes  2019-02-27 
15:07:54.122414985 +0100
+++ /work/SRC/openSUSE:Factory/.guile-git.new.6675/guile-git.changes
2020-01-14 21:13:57.650947661 +0100
@@ -1,0 +2,22 @@
+Tue Jan 14 11:37:31 UTC 2020 - Jonathan Brielmaier 
+
+- Update to version 0.3.0:
+  * Support for Guile 3.0
+  * New modules (git signature), (git describe), (git blob)
+  * Add new (git tag) procedures
+  * Add accessor and setter for the download tags of ~fetch-options~ 
+  * Add ~CREDTYPE-*~ variables
+  * Add ssh authentication support
+  * ~repository-state~ return a symbols instead of an int
+  * Rename ~foo-init-options~ procedures to be more idiomatic
+- Remove patch:
+  * support-guile-3.0.patch: Included in release
+
+---
+Mon Jan 13 21:46:50 UTC 2020 - Jonathan Brielmaier 
+
+- Make files section compatible with Guile 3.0
+- Add patch:
+  * support-guile-3.0.patch: Adds support for Guile 3.0 
+
+---

Old:

  guile-git-v0.2.0.tar.gz

New:

  guile-git-v0.3.0.tar.gz



Other differences:
--
++ guile-git.spec ++
--- /var/tmp/diff_new_pack.7B47QO/_old  2020-01-14 21:13:58.230947925 +0100
+++ /var/tmp/diff_new_pack.7B47QO/_new  2020-01-14 21:13:58.234947927 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guile-git
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   guile-git
-Version:0.2.0
+Version:0.3.0
 Release:0
 Summary:Guile bindings of libgit2
 License:GPL-3.0-or-later
 Group:  Development/Libraries/Other
-Url:https://gitlab.com/guile-git/guile-git
+URL:https://gitlab.com/guile-git/guile-git
 Source0:
https://gitlab.com/guile-git/guile-git/-/archive/v%{version}/%{name}-v%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -62,8 +62,8 @@
 %defattr(-,root,root)
 %license COPYING
 %doc NEWS README.md
-%{_libdir}/guile/2.*/site-ccache/git*
-%{_datadir}/guile/site/2.*/git*
+%{_libdir}/guile/*/site-ccache/git*
+%{_datadir}/guile/site/*/git*
 %{_infodir}/guile-git.info.gz
 
 %changelog

++ guile-git-v0.2.0.tar.gz -> guile-git-v0.3.0.tar.gz ++
 2588 lines of diff (skipped)




commit guile-git for openSUSE:Factory

2019-02-27 Thread root
Hello community,

here is the log from the commit of package guile-git for openSUSE:Factory 
checked in at 2019-02-27 15:07:46

Comparing /work/SRC/openSUSE:Factory/guile-git (Old)
 and  /work/SRC/openSUSE:Factory/.guile-git.new.28833 (New)


Package is "guile-git"

Wed Feb 27 15:07:46 2019 rev:3 rq:679503 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/guile-git/guile-git.changes  2018-09-18 
11:47:39.575647352 +0200
+++ /work/SRC/openSUSE:Factory/.guile-git.new.28833/guile-git.changes   
2019-02-27 15:07:54.122414985 +0100
@@ -1,0 +2,18 @@
+Wed Jan 30 10:25:21 UTC 2019 - jbrielma...@suse.de
+
+- upate to 0.2.0:
+   * New Functionality 
+** Add (git submodule) module 
+   * Bug fixes
+** Fix experience in REPL
+** Correctly export ~repository-working-directory~
+  For more details see /usr/share/doc/packages/guile-git/NEWS
+- package NEWS file
+
+---
+Tue Dec 11 21:43:19 UTC 2018 - jbrielma...@suse.de
+
+- add libgit2-devel as run time dependency to avoid 
+  "/usr/lib64/libgit2", message: "file not found" error
+
+---

Old:

  guile-git-v0.1.0.tar.gz

New:

  guile-git-v0.2.0.tar.gz



Other differences:
--
++ guile-git.spec ++
--- /var/tmp/diff_new_pack.06AO6Y/_old  2019-02-27 15:07:55.386414601 +0100
+++ /var/tmp/diff_new_pack.06AO6Y/_new  2019-02-27 15:07:55.418414591 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guile-git
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,7 +17,7 @@
 
 
 Name:   guile-git
-Version:0.1.0
+Version:0.2.0
 Release:0
 Summary:Guile bindings of libgit2
 License:GPL-3.0-or-later
@@ -33,6 +33,7 @@
 BuildRequires:  texinfo
 Requires:   guile
 Requires:   guile-bytestructures
+Requires:   libgit2-devel
 Requires(pre):  %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -60,7 +61,7 @@
 %files
 %defattr(-,root,root)
 %license COPYING
-%doc README.md
+%doc NEWS README.md
 %{_libdir}/guile/2.*/site-ccache/git*
 %{_datadir}/guile/site/2.*/git*
 %{_infodir}/guile-git.info.gz

++ guile-git-v0.1.0.tar.gz -> guile-git-v0.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guile-git-v0.1.0/COPYING.LESSER 
new/guile-git-v0.2.0/COPYING.LESSER
--- old/guile-git-v0.1.0/COPYING.LESSER 1970-01-01 01:00:00.0 +0100
+++ new/guile-git-v0.2.0/COPYING.LESSER 2019-01-01 23:13:40.0 +0100
@@ -0,0 +1,165 @@
+   GNU LESSER GENERAL PUBLIC LICENSE
+   Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. 
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+  This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+  0. Additional Definitions.
+
+  As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+  "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+  An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+  A "Combined Work" is a work produced by combining or linking an
+Application with the Library.  The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+  The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+  The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+  1. Exception to Section 3 of the GNU GPL.
+
+  You m

commit guile-git for openSUSE:Factory

2018-09-18 Thread root
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 - 
+
+- 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 time1509985185
+
 
 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