~alpine/aports

testing/libosip2 and libexosip2: upgrade to 5.3.0 v1 APPLIED

Gavin Henry: 1
 testing/libosip2 and libexosip2: upgrade to 5.3.0

 2 files changed, 9 insertions(+), 5 deletions(-)
no, i can just merge it for you :) if you approve of the changes

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32269#note_223752
i don't remember what specifically, but i think it's just being around at release time if there is some major you want added to the release notes regarding a package. for this specifically- doesn't really seem to be the case

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32269#note_223754
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3982/mbox | git am -3
Learn more about email & git

[PATCH] testing/libosip2 and libexosip2: upgrade to 5.3.0 Export this patch

---
 testing/libexosip2/APKBUILD | 8 +++++---
 testing/libosip2/APKBUILD   | 6 ++++--
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/testing/libexosip2/APKBUILD b/testing/libexosip2/APKBUILD
index f898c2ce50..9a5b4be4a5 100644
--- a/testing/libexosip2/APKBUILD
+++ b/testing/libexosip2/APKBUILD
@@ -2,8 +2,8 @@
# Contributor: David Sugar <tychosoft@gmail.com>
pkgname=libexosip2
# Needs to be kept in sync with libosip2
pkgver=5.2.0
pkgrel=2
pkgver=5.3.0
pkgrel=0
pkgdesc="Extended osip2 library"
url="http://savannah.nongnu.org/projects/exosip"
arch="all"
@@ -43,4 +43,6 @@ package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="0abfa695d466a10e67eb89ea5228578e42b713c0aab556e53a76919f7b96069338c3edc151f44566834894244a51cbacda1958612ae58dd2040caa654094d9af  libexosip2-5.2.0.tar.gz"
sha512sums="
546491224d2ac542c032d704be0e08ef0a08dcf74aa706ad40bd0d30d8e3c28419139d14fa2c31f601e19879d00b2b0cea65c08edecbf560b3f5599ef0335828  libexosip2-5.3.0.tar.gz
"
diff --git a/testing/libosip2/APKBUILD b/testing/libosip2/APKBUILD
index 7504be1dc3..a1244ec5a3 100644
--- a/testing/libosip2/APKBUILD
+++ b/testing/libosip2/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: David Sugar <tychosoft@gmail.com>
pkgname=libosip2
# Needs to be kept in sync with libexosip2
pkgver=5.2.0
pkgver=5.3.0
pkgrel=0
pkgdesc="oSIP is an implementation of SIP"
url="https://www.gnu.org/software/osip/"
@@ -34,4 +34,6 @@ package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="cc714ab5669c466ee8f0de78cf74a8b7633f3089bf104c9c1474326840db3d791270159456f9deb877af2df346b04493e8f796b2bb7d2be134f6c08b25a29f83  libosip2-5.2.0.tar.gz"
sha512sums="
010830af0aca7cab48f2d28b130bf8a2443a7eb552ccfd3e6100d3262a1e2a4cca4ab457a073cbf6ff032ed7177a781e2ce980a1f095688659cff8c0005fce50  libosip2-5.3.0.tar.gz
"
-- 
2.34.1
@psykose I don't see a rebase option...does someone else need to merge it, or do I need to merge it into my branch instead and then do a new merge request for it??

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32269#note_223745
It's also been a VERY LONG time since I last did Alpine updates, and I recall there were also guidelines to make sure updates get noted correctly in the project release notes.  I will have to read the contributor guide again @psykose  ;).

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32269#note_223749