]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
regular procedure... bumping PKGBUILDs, GMQCC_VERSION macros, adding back GMQCC_VERSI...
authorWolfgang Bumiller <wry.git@bumiller.com>
Thu, 31 Oct 2013 21:17:53 +0000 (22:17 +0100)
committerWolfgang Bumiller <wry.git@bumiller.com>
Thu, 31 Oct 2013 21:17:53 +0000 (22:17 +0100)
distro/archbsd/git/PKGBUILD
distro/archbsd/release/PKGBUILD
distro/archlinux/git/PKGBUILD
distro/archlinux/release/PKGBUILD
gmqcc.h

index 006c8d082aab3e8d86171cd9500e25c9adb6a70d..f1ec819a65b17d0759d11d33dbdc8e9676d565e2 100644 (file)
@@ -2,13 +2,13 @@
 # Contributor: Wolfgang Bumiller <blub@speed.at>
 
 pkgname=gmqcc-git
 # Contributor: Wolfgang Bumiller <blub@speed.at>
 
 pkgname=gmqcc-git
-pkgver=20130127
+pkgver=20131031
 pkgrel=1
 pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
 depends=()
 conflicts=('gmqcc')
 pkgrel=1
 pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
 depends=()
 conflicts=('gmqcc')
-provides=('gmqcc=0.2.4')
+provides=('gmqcc=0.3.5')
 makedepends=('git')
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')
 makedepends=('git')
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')
index a0af9e72532eab4cae358797c92651437b6052f4..a57846caff930c993839aa761aff39a2ac1f6291 100644 (file)
@@ -2,7 +2,7 @@
 # Contributor: Wolfgang Bumiller <blub@speed.at>
 
 pkgname=gmqcc
 # Contributor: Wolfgang Bumiller <blub@speed.at>
 
 pkgname=gmqcc
-pkgver=0.2.9
+pkgver=0.3.5
 pkgrel=1
 pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
 pkgrel=1
 pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
@@ -10,9 +10,9 @@ depends=()
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')
 source=(gmqcc-$pkgver.zip::https://github.com/graphitemaster/gmqcc/zipball/$pkgver)
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')
 source=(gmqcc-$pkgver.zip::https://github.com/graphitemaster/gmqcc/zipball/$pkgver)
-sha1sums=('adf972360c0b3d2f032a688952f6fb4715e4d45b')
+sha1sums=('69085478f48f04eefbd2a088c1bd8c266b59f952')
 
 
-_gitname=graphitemaster-gmqcc-219508e/
+_gitname=graphitemaster-gmqcc-7f2b206/
 
 build() {
        msg "Starting compilation..."
 
 build() {
        msg "Starting compilation..."
index 77fee4a55f82077dae36cd3b4b8f84d169bb42fa..7fbe857167d605abf2bc692e1186ab6f4663698c 100644 (file)
@@ -1,7 +1,7 @@
 # Contributor: matthiaskrgr <matthiaskrgr _strange_curverd_character_ freedroid D0T org>
 
 pkgname=gmqcc-git
 # Contributor: matthiaskrgr <matthiaskrgr _strange_curverd_character_ freedroid D0T org>
 
 pkgname=gmqcc-git
-pkgver=0.3.0
+pkgver=0.3.5
 pkgver(){
     cd gmqcc
     git describe --tags | sed -e 's/^gmqcc\-//' -e 's/-/./g'
 pkgver(){
     cd gmqcc
     git describe --tags | sed -e 's/^gmqcc\-//' -e 's/-/./g'
@@ -11,7 +11,7 @@ pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
 depends=('glibc')
 conflicts=('gmqcc')
 arch=('i686' 'x86_64')
 depends=('glibc')
 conflicts=('gmqcc')
-provides=('gmqcc=0.2.4')
+provides=('gmqcc=0.3.5')
 makedepends=('git')
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')
 makedepends=('git')
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')
index 6253271c0d4c3d717941bf2767c3d4ff38943c6d..980ca5510df2dc785b18f54aefa70c6e29a787fe 100644 (file)
@@ -2,7 +2,7 @@
 # Contributor: Wolfgang Bumiller <blub@speed.at>
 
 pkgname=gmqcc
 # Contributor: Wolfgang Bumiller <blub@speed.at>
 
 pkgname=gmqcc
-pkgver=0.3.0
+pkgver=0.3.5
 pkgrel=1
 pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
 pkgrel=1
 pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
@@ -10,9 +10,9 @@ depends=('glibc')
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')
 source=(gmqcc-$pkgver.zip::https://github.com/graphitemaster/gmqcc/zipball/$pkgver)
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')
 source=(gmqcc-$pkgver.zip::https://github.com/graphitemaster/gmqcc/zipball/$pkgver)
-sha1sums=('27f59ce53c77bc2cf97eb49704b1bc9e8d892d2e')
+sha1sums=('69085478f48f04eefbd2a088c1bd8c266b59f952')
 
 
-_gitname=graphitemaster-gmqcc-963e93e/
+_gitname=graphitemaster-gmqcc-7f2b206/
 
 build() {
        msg "Starting compilation..."
 
 build() {
        msg "Starting compilation..."
diff --git a/gmqcc.h b/gmqcc.h
index bc65ec05f505e210d23ca6de1329d1cd38ddfab1..1285072a1790a623899b79b6d24bcc1849626539 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
 
 #define GMQCC_VERSION_MAJOR 0
 #define GMQCC_VERSION_MINOR 3
 
 #define GMQCC_VERSION_MAJOR 0
 #define GMQCC_VERSION_MINOR 3
-#define GMQCC_VERSION_PATCH 5
+#define GMQCC_VERSION_PATCH 6
 #define GMQCC_VERSION_BUILD(J,N,P) (((J)<<16)|((N)<<8)|(P))
 #define GMQCC_VERSION \
     GMQCC_VERSION_BUILD(GMQCC_VERSION_MAJOR, GMQCC_VERSION_MINOR, GMQCC_VERSION_PATCH)
 /* Undefine the following on a release-tag: */
 #define GMQCC_VERSION_BUILD(J,N,P) (((J)<<16)|((N)<<8)|(P))
 #define GMQCC_VERSION \
     GMQCC_VERSION_BUILD(GMQCC_VERSION_MAJOR, GMQCC_VERSION_MINOR, GMQCC_VERSION_PATCH)
 /* Undefine the following on a release-tag: */
-/* #define GMQCC_VERSION_TYPE_DEVEL */
+#define GMQCC_VERSION_TYPE_DEVEL
 
 /* Full version string in case we need it */
 #ifdef GMQCC_VERSION_TYPE_DEVEL
 
 /* Full version string in case we need it */
 #ifdef GMQCC_VERSION_TYPE_DEVEL