Thomas Fanninger 10 лет назад
Родитель
Сommit
2072c5c700
4 измененных файлов с 32 добавлено и 12 удалено
  1. 3 3
      .SRCINFO
  2. 4 8
      PKGBUILD
  3. 3 1
      app_old.ini
  4. 22 0
      gogs.changelog

+ 3 - 3
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = gogs
 pkgbase = gogs
 	pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
 	pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
-	pkgver = 0.7.6
-	pkgrel = 3
+	pkgver = 0.7.19
+	pkgrel = 1
 	epoch = 1
 	epoch = 1
 	url = http://gogs.io/
 	url = http://gogs.io/
 	install = gogs.install
 	install = gogs.install
@@ -30,7 +30,7 @@ pkgbase = gogs
 	source = gogs.service.patch
 	source = gogs.service.patch
 	source = app.ini.patch
 	source = app.ini.patch
 	source = helper.sh
 	source = helper.sh
-	source = gogs::git+https://github.com/gogits/gogs.git#tag=v0.7.6
+	source = gogs::git+https://github.com/gogits/gogs.git#tag=v0.7.19
 	sha512sums = 834e95fe9bcfa291a573ad1fa43f41bbed844658a918ff4fcf53ab8a44a296206ee4003eab1d9a2785c9126be077022f4907846d2eb6c5d64050b5e81ce47f44
 	sha512sums = 834e95fe9bcfa291a573ad1fa43f41bbed844658a918ff4fcf53ab8a44a296206ee4003eab1d9a2785c9126be077022f4907846d2eb6c5d64050b5e81ce47f44
 	sha512sums = 7fe59ae091353438bd59d1b27fd40663e2f53c073eedd5f321ae2e2f657de7af5efd10f0ce316dab3ef9f300e82450da5f86f64592d75e9b150b7d08d59af04a
 	sha512sums = 7fe59ae091353438bd59d1b27fd40663e2f53c073eedd5f321ae2e2f657de7af5efd10f0ce316dab3ef9f300e82450da5f86f64592d75e9b150b7d08d59af04a
 	sha512sums = e45775adafeecad5deaf24a98cd85b25a8383cb0e89905b2927c13fe7f0ec9918a42071ce43eabc429d8a826db93bb75ffb1927dce9c431ed88b0b5c619fd60d
 	sha512sums = e45775adafeecad5deaf24a98cd85b25a8383cb0e89905b2927c13fe7f0ec9918a42071ce43eabc429d8a826db93bb75ffb1927dce9c431ed88b0b5c619fd60d

+ 4 - 8
PKGBUILD

@@ -3,8 +3,8 @@
 
 
 pkgname=gogs
 pkgname=gogs
 _pkgname=${pkgname}
 _pkgname=${pkgname}
-pkgver=0.7.6
-pkgrel=3
+pkgver=0.7.19
+pkgrel=1
 epoch=1
 epoch=1
 pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
 pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
 arch=('i686' 'x86_64' 'armv6h' 'armv7h')
 arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -70,12 +70,8 @@ prepare() {
   msg2 "Check and download dependencies from .gopmfile"
   msg2 "Check and download dependencies from .gopmfile"
   get_gopm "$GOPATH/src/${_gourl}/.gopmfile" "$GOPATH/src"
   get_gopm "$GOPATH/src/${_gourl}/.gopmfile" "$GOPATH/src"
 
 
-  msg2 "Download missing dependencies"
-  go_get golang.org/x/crypto "$GOPATH/src/golang.org/x/crypto"
-
-#  msg2 "Workaround dependencies"
-#  cd "$GOPATH/src/github.com/gogits/go-gogs-client/"
-#  git checkout -q master
+#  msg2 "Download missing dependencies"
+#  go_get golang.org/x/crypto "$GOPATH/src/golang.org/x/crypto"
 
 
   # Execute patch
   # Execute patch
   msg2 "Execute patches"
   msg2 "Execute patches"

+ 3 - 1
app_old.ini

@@ -333,4 +333,6 @@ bg-BG = bg
 it-IT = it
 it-IT = it
 
 
 [other]
 [other]
-SHOW_FOOTER_BRANDING = false
+SHOW_FOOTER_BRANDING = false
+; Show version information about gogs and go in the footer
+SHOW_FOOTER_VERSION = true

+ 22 - 0
gogs.changelog

@@ -1,3 +1,25 @@
+2015-11-21
+
+	* V0.7.19
+	Bug fix: Bad syntax highlighting #670 #1315 #1549 #1712
+	Bug fix: Broken copy link button #1168 #1396
+	Bug fix: Broken download archive UI #1668
+	Bug fix: Pull request does not support merge BIN diff #1922
+	Bug fix: Test patch does not checkout correct base branch #1931
+	Bug fix: Branch/tag selection has wrong z-index #1942
+	Bug fix: Huge image does not display correctly in file view
+	Bug fix: No links in email for admin created account #1979
+	Bug fix: Repository description is not copied after forked #1981
+	Bug fix: Forked repository's visibility is changed itself when update settings #1987
+	Improvement: Sort collaborative repositories by last updated time in dashboard #1302
+	Improvement: Able to delete a release #1383
+	Improvement: Update default branch in Git repository while change in web view #1742
+	Improvement: Show issue title and content in news feeds #1854
+	Improvement: Show custom avatar for pushed commits list in news feeds
+	Improvement: Able to use config option [other] SHOW_FOOTER_VERSION = true disable version display on non-admin pages' footer #1957
+	Features: Admin can now view and edit settings of private repositories #493 #1401
+	Others: New discussion forum http://forum.gogs.io/
+
 2015-11-12
 2015-11-12
 
 
 	* V0.7.6
 	* V0.7.6