~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
4

[alpine-aports] [PATCH 1/5] main/glew: upgrade to 1.13.0

Details
Message ID
<1444166797-3784-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1444166793
DKIM signature
missing
Download raw message
Patch: +4 -4
---
 main/glew/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/main/glew/APKBUILD b/main/glew/APKBUILD
index c49ba27..91baeca 100644
--- a/main/glew/APKBUILD
+++ b/main/glew/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=glew
pkgver=1.12.0
pkgver=1.13.0
pkgrel=0
pkgdesc="A cross-platform C/C++ extension loading library"
url="http://glew.sourceforge.net"
@@ -32,6 +32,6 @@ package() {
	install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

md5sums="01246c7ecd135d99be031aa63f86dca1  glew-1.12.0.tgz"
sha256sums="af58103f4824b443e7fa4ed3af593b8edac6f3a7be3b30911edbc7344f48e4bf  glew-1.12.0.tgz"
sha512sums="9af4db32f6ada61f578c903fe1674f98fcaba2fb6fafced2cea2b1d82769427283d940b095c69237860357dcb1629b5227bb74a392b80da41f7be6288cbda0ae  glew-1.12.0.tgz"
md5sums="7cbada3166d2aadfc4169c4283701066  glew-1.13.0.tgz"
sha256sums="aa25dc48ed84b0b64b8d41cdd42c8f40f149c37fa2ffa39cd97f42c78d128bc7  glew-1.13.0.tgz"
sha512sums="8fc8d7c0d2cd9235ea51db9972f492701827bff40642fdb3cc54c10b0737dba8e6d8d0dcd8c5aa5bfaaae39c6198ba3d4292cd1662fbe1977eb9a5d187ba635f  glew-1.13.0.tgz"
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 2/5] main/cegui06: rebuild against glew 1.3-r0

Details
Message ID
<1444166797-3784-2-git-send-email-soeren+git@soeren-tempel.net>
In-Reply-To
<1444166797-3784-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1444166794
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 main/cegui06/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/cegui06/APKBUILD b/main/cegui06/APKBUILD
index 275d574..99eae62 100644
--- a/main/cegui06/APKBUILD
+++ b/main/cegui06/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=cegui06
pkgver=0.6.2b
pkgrel=11
pkgrel=12
pkgdesc="CEGUI library 0.6 for apps which need this specific version"
url="http://www.cegui.org.uk"
arch="all"
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 3/5] main/kodi: rebuild against glew 1.3-r0

Details
Message ID
<1444166797-3784-3-git-send-email-soeren+git@soeren-tempel.net>
In-Reply-To
<1444166797-3784-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1444166795
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 main/kodi/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/kodi/APKBUILD b/main/kodi/APKBUILD
index c1d655c..d9c3ac3 100644
--- a/main/kodi/APKBUILD
+++ b/main/kodi/APKBUILD
@@ -3,7 +3,7 @@
pkgname=kodi
pkgver=14.2
_realname=Helix
pkgrel=4
pkgrel=5
pkgdesc="A software media player and entertainment hub for digital media"
url="http://kodi.tv"
arch="x86 x86_64"
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 4/5] main/libreoffice: rebuild against glew 1.3-r0

Details
Message ID
<1444166797-3784-4-git-send-email-soeren+git@soeren-tempel.net>
In-Reply-To
<1444166797-3784-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1444166796
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 main/libreoffice/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/libreoffice/APKBUILD b/main/libreoffice/APKBUILD
index 67e19cf..8e2fa9d 100644
--- a/main/libreoffice/APKBUILD
+++ b/main/libreoffice/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=libreoffice
pkgver=5.0.2.2
pkgrel=0
pkgrel=1
pkgdesc="LibreOffice - Meta package for the full office suite"
url="http://www.libreoffice.org/"
arch="all"
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 5/5] main/mesa-demos: rebuild against glew 1.3-r0

Details
Message ID
<1444166797-3784-5-git-send-email-soeren+git@soeren-tempel.net>
In-Reply-To
<1444166797-3784-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1444166797
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 main/mesa-demos/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/mesa-demos/APKBUILD b/main/mesa-demos/APKBUILD
index 0a64853..3e600da 100644
--- a/main/mesa-demos/APKBUILD
+++ b/main/mesa-demos/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mesa-demos
pkgver=8.2.0
pkgrel=2
pkgrel=3
pkgdesc="Mesa demos and utils"
url="http://mesa3d.sourceforge.net"
arch="all"
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)