Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH]  vlc: update to 3.0.7.1.
@ 2019-06-29 15:04 voidlinux-github
  2019-07-02 22:36 ` [PR PATCH] [Merged]: " voidlinux-github
  2019-07-02 22:36 ` voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-06-29 15:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is a new pull request by Chocimier against master on the void-packages repository

https://github.com/Chocimier/void-packages-org vlc
https://github.com/void-linux/void-packages/pull/12736

 vlc: update to 3.0.7.1. 


A patch file from https://github.com/void-linux/void-packages/pull/12736.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vlc-12736.patch --]
[-- Type: application/text/x-diff, Size: 2210 bytes --]

From 8985a1dc35c697945560072af44ddb100e7847ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 29 Jun 2019 17:03:32 +0200
Subject: [PATCH 1/2] update-check: find versions with more components

---
 common/xbps-src/shutils/update_check.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh
index 445600a2fe9..e278fe90e34 100644
--- a/common/xbps-src/shutils/update_check.sh
+++ b/common/xbps-src/shutils/update_check.sh
@@ -78,7 +78,9 @@ update_check() {
             fi
             skipdirs=
             curl -A "xbps-src-update-check/$XBPS_SRC_VERSION" --max-time 10 -Lsk "$urlpfx" |
-                grep -Po -i "$rx" | sort -Vru |
+                grep -Po -i "$rx" |
+                # sort -V places 1.1/ before 1/, but 1A/ before 1.1A/
+                sed -e 's:$:A:' -e 's:/A$:A/:' | sort -Vru | sed -e 's:A/$:/A:' -e 's:A$::' |
                 while IFS= read -r newver; do
                     newurl="${urlpfx}${newver}${urlsfx}"
                     if [ "$newurl" = "$url" ]; then

From e19c1178ac0984c48c7ea606392a705936a6efd6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 29 Jun 2019 17:03:32 +0200
Subject: [PATCH 2/2] vlc: update to 3.0.7.1.

---
 srcpkgs/vlc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vlc/template b/srcpkgs/vlc/template
index 1c281e1a235..57b27bfda07 100644
--- a/srcpkgs/vlc/template
+++ b/srcpkgs/vlc/template
@@ -1,6 +1,6 @@
 # Template file for 'vlc'
 pkgname=vlc
-version=3.0.7
+version=3.0.7.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-gme --disable-libtar --enable-jack
@@ -15,7 +15,7 @@ license="GPL-2.0-only, LGPL-2.1-only"
 homepage="https://www.videolan.org/vlc/"
 changelog="https://www.videolan.org/developers/vlc-branch/NEWS"
 distfiles="https://download.videolan.org/pub/videolan/vlc/${version}/vlc-${version}.tar.xz"
-checksum=5cb5fe140f0f4bae3e0a613fb5f516270f62e2dbde6de27fa78ea9f43cd73916
+checksum=0655804371096772f06104b75c21cde8a76e3b6c8a2fdadc97914f082c6264f5
 
 lib32disabled=yes
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]:  vlc: update to 3.0.7.1.
  2019-06-29 15:04 [PR PATCH] vlc: update to 3.0.7.1 voidlinux-github
@ 2019-07-02 22:36 ` voidlinux-github
  2019-07-02 22:36 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-02 22:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

There's a merged pull request on the void-packages repository

 vlc: update to 3.0.7.1. 
https://github.com/void-linux/void-packages/pull/12736
Description: 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]:  vlc: update to 3.0.7.1.
  2019-06-29 15:04 [PR PATCH] vlc: update to 3.0.7.1 voidlinux-github
  2019-07-02 22:36 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2019-07-02 22:36 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-02 22:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

There's a merged pull request on the void-packages repository

 vlc: update to 3.0.7.1. 
https://github.com/void-linux/void-packages/pull/12736
Description: 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-02 22:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-29 15:04 [PR PATCH] vlc: update to 3.0.7.1 voidlinux-github
2019-07-02 22:36 ` [PR PATCH] [Merged]: " voidlinux-github
2019-07-02 22:36 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).