~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] community/libgit2: upgrade to 1.2.0

Details
Message ID
<20210904071909.11046-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 community/libgit2/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/libgit2/APKBUILD b/community/libgit2/APKBUILD
index 601950a42f..23076a4f9b 100644
--- a/community/libgit2/APKBUILD
+++ b/community/libgit2/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Pierre-Gilas MILLON <pgmillon@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libgit2
pkgver=1.1.1
pkgver=1.2.0
pkgrel=0
pkgdesc="linkable library for Git"
url="https://libgit2.org/"
@@ -100,5 +100,5 @@ tests() {
}

sha512sums="
287255c81e5baa04d8fbce95efca8174cb34da8025cab979445d41e8361955f1d8c582d7705666ae9fc03c5215fc4f4f57e51d73d14ca9b063ed94077f88e6bc  libgit2-1.1.1.tar.gz
428188de153fdf8ff5bf78949f4a3a89fba57b87a8b641f92fed501df6a8cfdb72e0ffe0bf61a98adf210a2867134eb4421ea4b8d8219331aabc3daddd92f5fc  libgit2-1.2.0.tar.gz
"
-- 
2.33.0
Details
Message ID
<YTMp3EbBFXaXxkl4@alpha>
In-Reply-To
<20210904071909.11046-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
On Sat, Sep 04, 2021 at 09:19:09AM +0200, Drew DeVault wrote:
> ---
>  community/libgit2/APKBUILD | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/community/libgit2/APKBUILD b/community/libgit2/APKBUILD
> index 601950a42f..23076a4f9b 100644
> --- a/community/libgit2/APKBUILD
> +++ b/community/libgit2/APKBUILD
> @@ -3,7 +3,7 @@
>  # Contributor: Pierre-Gilas MILLON <pgmillon@gmail.com>
>  # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
>  pkgname=libgit2
> -pkgver=1.1.1
> +pkgver=1.2.0
>  pkgrel=0
>  pkgdesc="linkable library for Git"
>  url="https://libgit2.org/"
> @@ -100,5 +100,5 @@ tests() {
>  }
>  
>  sha512sums="
> -287255c81e5baa04d8fbce95efca8174cb34da8025cab979445d41e8361955f1d8c582d7705666ae9fc03c5215fc4f4f57e51d73d14ca9b063ed94077f88e6bc  libgit2-1.1.1.tar.gz
> +428188de153fdf8ff5bf78949f4a3a89fba57b87a8b641f92fed501df6a8cfdb72e0ffe0bf61a98adf210a2867134eb4421ea4b8d8219331aabc3daddd92f5fc  libgit2-1.2.0.tar.gz
>  "
> -- 
> 2.33.0
> 

This upgrade was already done, but reverted, because it has a soname
change:

-usr/lib/libgit2.so.1.1
-usr/lib/libgit2.so.1.1.1
+usr/lib/libgit2.so.1.2
+usr/lib/libgit2.so.1.2.0

The following packages would need to be rebuilt:

* community/bat
* community/broot
* community/calligra
* community/exa
* community/git-interactive-rebase-tool
* community/gitui
* community/kup
* community/libgit2-glib
* community/py3-pygit2
* community/ruby-rugged
* community/rust
* community/stagit
* community/starship
* testing/elektra
* testing/nushell
* testing/onefetch

Kevin
Reply to thread Export thread (mbox)