wicast %!s(int64=10) %!d(string=hai) anos
pai
achega
ca291617be
Modificáronse 3 ficheiros con 27 adicións e 7 borrados
  1. 3 3
      .SRCINFO
  2. 4 4
      PKGBUILD
  3. 20 0
      gogs.changelog

+ 3 - 3
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = gogs
 	pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
-	pkgver = 0.6.5
-	pkgrel = 5
+	pkgver = 0.6.9
+	pkgrel = 1
 	epoch = 1
 	url = http://gogs.io/
 	install = gogs.install
@@ -29,7 +29,7 @@ pkgbase = gogs
 	source = gogs.service
 	source = app.ini.patch
 	source = helper.sh
-	source = gogs::git+https://github.com/gogits/gogs.git#tag=v0.6.5
+	source = gogs::git+https://github.com/gogits/gogs.git#tag=v0.6.9
 	sha512sums = 2b4303f850e3b13b2fc3c9f0bc5820dae431d228002b35f01be0d4bfbcf05de8dcec2a559a85e318b609e4a4d492d44306eadf5f6508fd72333b198661bb0bb7
 	sha512sums = 939be9ad851ae6e20b786e2e189b0b67c0198edfc8c83442934ec48c7be073e03c75172e79f23a6ee1e0eb467c6fa18096a66d69d1142ebba28fdc8bb2a3964c
 	sha512sums = e746dbdafc4c8d0b15a224dba95ae3151611ba9ff468ee6f0b1789e489955e4d7eaac0dbdf28a22e5b8211559af5950726f4a37d699a2490fd349f034401028c

+ 4 - 4
PKGBUILD

@@ -3,8 +3,8 @@
 
 pkgname=gogs
 _pkgname=${pkgname}
-pkgver=0.6.5
-pkgrel=5
+pkgver=0.6.9
+pkgrel=1
 epoch=1
 pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
 arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -69,8 +69,8 @@ prepare() {
   msg2 "Check and download dependencies from .gopmfile"
   get_gopm "$GOPATH/src/${_gourl}/.gopmfile" "$GOPATH/src"
 
-  msg2 "Download missing dependencies"
-  go_get github.com/shurcooL/sanitized_anchor_name "$GOPATH/src/github.com/shurcooL/sanitized_anchor_name"
+#  msg2 "Download missing dependencies"
+#  go_get github.com/shurcooL/sanitized_anchor_name "$GOPATH/src/github.com/shurcooL/sanitized_anchor_name"
 
 #  msg2 "Workaround dependencies"
 #  cd "$GOPATH/src/github.com/gogits/go-gogs-client/"

+ 20 - 0
gogs.changelog

@@ -1,3 +1,23 @@
+2015-09-05
+
+    * V0.6.9
+	Bug fix: File name with double quotation mark makes the repository inaccessible #966
+	Bug fix: Time zone trouble #1500
+	Bug fix: Removing deploy key does not remove key #1535
+	Improvement: Add webhook last delivery status, recent deliveries and new events
+	Improvement: Auto-remember visibility of last created repository #965
+	Improvement: Support BindDN and TLS in LDAP #1145
+	Improvement: Significantly enhanced LDAP support #1476
+	Improvement: Support ‘AUTH LOGIN’ in mailer #1517
+	Improvement: Add [markdown] ENABLE_HARD_LINE_BREAK to enable Markdown hard line break extension
+	Features: Add dashboard issues page for organization
+	Features: Allow editing of past comments #1280
+	Features: Support README template #1487
+	Others: Add official Docker images
+	Others: Change minimum password length to 1
+	Others: Change minimum size of RSA to 1024 #1519
+	Others: Change maximum size of e-mail to 254 #1579
+
 2015-08-16
 
 	* V0.6.5