]> git.pld-linux.org Git - packages/gitlab-ce.git/commitdiff
up to 8.12.2 gitlab-ce-8.12.2-0.76
authorElan Ruusamäe <glen@delfi.ee>
Thu, 29 Sep 2016 21:37:46 +0000 (00:37 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 29 Sep 2016 21:39:39 +0000 (00:39 +0300)
- Fix Import/Export not recognising correctly the imported services.
- Fix snippets pagination
- Fix List-Unsubscribe header in emails
- Fix IssuesController#show degradation including project on loaded notes
- Fix an issue with the "Commits" section of the cycle analytics summary. !6513
- Fix errors importing project feature and milestone models using GitLab project import
- Make JWT messages Docker-compatible
- Fix an issue with the "Commits" section of the cycle analytics summary. !6513
- Fix duplicate branch entry in the merge request version compare dropdown
- Respect the fork_project permission when forking projects
- Only update issuable labels if they have been changed
- Fix bug where 'Search results' repeated many times when a search in the emoji search form is cleared (Xavier Bick) (@zeiv)
- Fix resolve discussion buttons endpoint path

gitlab-ce.spec

index 82d69a533099bc618488e780855bf8d33d7d1c41..f48770147df0d1aad59e99fb3058356bcf9bd673 100644 (file)
@@ -18,7 +18,7 @@
 %define        workhorse_version 0.8.2
 Summary:       A Web interface to create projects and repositories, manage access and do code reviews
 Name:          gitlab-ce
-Version:       8.12.1
+Version:       8.12.2
 Release:       0.76
 License:       MIT
 Group:         Applications/WWW
@@ -108,12 +108,12 @@ mv config/database.yml.mysql config/database.yml
 
 find -name .gitkeep | xargs rm
 
-%build
 v=$(cat GITLAB_SHELL_VERSION)
 test "$v" = "%{shell_version}"
 v=$(cat GITLAB_WORKHORSE_VERSION)
 test "$v" = "%{workhorse_version}"
 
+%build
 %if %{with gem_cache}
 cachedir="%{_specdir}/cache/%{version}.%{_arch}"
 install -d vendor/bundle
This page took 0.04862 seconds and 4 git commands to generate.