Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 463449 - www-apps/redmine-2.3.2 version bump
Summary: www-apps/redmine-2.3.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: MATSUU Takuto (RETIRED)
URL: http://www.redmine.org/news/81
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-27 10:18 UTC by Markus Hauschild
Modified: 2013-09-02 14:13 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
redmine-2.2.4.ebuild patch (redmine.patch,639 bytes, patch)
2013-05-14 09:58 UTC, Coacher
Details | Diff
redmine-2.3.2.ebuild (redmine-2.3.2.ebuild,6.29 KB, text/plain)
2013-07-28 03:06 UTC, Coacher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Hauschild 2013-03-27 10:18:34 UTC
redmine has seen several new releases which are not in tree yet (2.2.x up to 2.2.4 and 2.3.0)

Reproducible: Always
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2013-03-27 10:34:09 UTC
see also bug #418925
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2013-05-11 10:09:13 UTC
Thanks for report. Let's keep it as redmine-2.3.1 version bump request. 2.2.4 will be bumped to fix security issue.
Comment 3 Coacher 2013-05-14 09:11:40 UTC
Simply renaming ebuild from 2.2.4 to 2.3.1 works for me since the release of 2.3.1. Yet redmine guys updated test deps, so it would be nice to update them in ebuild. Patch:

@@ -60,18 +70,11 @@ ruby_add_rdepend "virtual/ruby-ssl
 #      )

 #ruby_add_bdepend ">=dev-ruby/rdoc-2.4.2
-#      yard
+#      dev-ruby/yard
 #      test? (
-#              !ruby_targets_ruby19? (
-#                      >=dev-ruby/shoulda-2.11
-#              )
-#              ruby_targets_ruby19? (
-#                      dev-ruby/test-unit
-#              )
-#              ruby_targets_jruby? (
-#                      dev-ruby/test-unit
-#              )
-#              =dev-ruby/mocha-0.12*
+#              >=dev-ruby/shoulda-3.3.2
+#              >=dev-ruby/mocha-0.13.3
+#              >=dev-ruby/capybara-2.0.0
 #      )"

 REDMINE_DIR="/var/lib/${PN}"
Comment 4 Peter Volkov (RETIRED) gentoo-dev 2013-05-14 09:42:29 UTC
Coacher, please do not paste patches to the comments in bugzilla until you want to comment it. Could you attach patch to the bug?
Comment 5 Coacher 2013-05-14 09:58:47 UTC
Created attachment 348242 [details, diff]
redmine-2.2.4.ebuild patch

(In reply to comment #4)
> Coacher, please do not paste patches to the comments in bugzilla until you
> want to comment it. Could you attach patch to the bug?

Ok, sorry for inconvenience.
Comment 6 Coacher 2013-07-28 03:06:01 UTC
Created attachment 354364 [details]
redmine-2.3.2.ebuild

redmine-2.3.2 has been already out for some time. Changelog can be found here: http://www.redmine.org/projects/redmine/wiki/Changelog#232-2013-07-14

It is mostly bugfixes, but required coderay version was raised to 1.0.9 as well.
Comment 7 Peter Volkov (RETIRED) gentoo-dev 2013-09-02 14:13:54 UTC
Thank you Coacher for report. New version is in the tree.