pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-redmine51
Module Name: pkgsrc
Committed By: taca
Date: Fri Dec 13 16:31:18 UTC 2024
Modified Files:
pkgsrc/devel/ruby-redmine51: Makefile PLIST distinfo
Log Message:
devel/ruby-redmine51: update to 5.1.5
5.1.5 (2024-12-11)
[Accounts / authentication]
* Feature #41927: Enable browser autocomplete for 2FA input fields
* Feature #41937: Enable browser autocomplete for login input fields
[Code cleanup/refactoring]
* Defect #41795: Missing fixture: a test does not pass if the
'issue_categories' fixtures are not already loaded
* Patch #41881: Improper deletion of custom fields in
IssueNestedSetConcurrencyTest causes test failures of other tests
* Patch #41889: Fix random test failures in Redmine::Acts::MentionableTest
due to unsorted mentioned_users
* Patch #41894: Fix random test failure by ensuring
WatchersController#find_objects_from_params returns results in consistent
order
* Patch #41901: Fix random test failure in DestroyProjectsJobTest due to
unsorted Projects Projects
* Patch #41902: Fix class name to match file name in
keyboard_shortcuts_test.rb
* Patch #41931: Fix random failures in
IssueRelationTest#test_create_with_initialized_journals due to ambiguous
conditions for retrieving the expected detail
* Patch #41934: Fix random test failure in
ProjectsControllerTest::test_post_copy_should_copy_requested_items due to
missing :issue_categories fixture
* Patch #41951: Fix random test failure in IssueTest due to unsorted
expected_statuses
[Gems support]
* Defect #41749: Warning during startup: "Unresolved or ambiguous specs
during Gem::Specification.reset"
[Issues]
* Defect #40301: Error when create a version with custom field of "File"
type from Issue page
[UI]
* Defect #41778: Name field in custom query creation/edit form is not marked
as required
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-redmine51/Makefile \
pkgsrc/devel/ruby-redmine51/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-redmine51/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-redmine51/Makefile
diff -u pkgsrc/devel/ruby-redmine51/Makefile:1.6 pkgsrc/devel/ruby-redmine51/Makefile:1.7
--- pkgsrc/devel/ruby-redmine51/Makefile:1.6 Wed Nov 6 16:21:18 2024
+++ pkgsrc/devel/ruby-redmine51/Makefile Fri Dec 13 16:31:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/11/06 16:21:18 taca Exp $
+# $NetBSD: Makefile,v 1.7 2024/12/13 16:31:18 taca Exp $
DISTNAME= redmine-${RM_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://www.redmine.org/
COMMENT= Flexible project management web application
LICENSE= gnu-gpl-v2 # and so on.
-RM_VERSION= 5.1.4
+RM_VERSION= 5.1.5
NO_BUILD= yes
Index: pkgsrc/devel/ruby-redmine51/distinfo
diff -u pkgsrc/devel/ruby-redmine51/distinfo:1.6 pkgsrc/devel/ruby-redmine51/distinfo:1.7
--- pkgsrc/devel/ruby-redmine51/distinfo:1.6 Wed Nov 6 16:21:18 2024
+++ pkgsrc/devel/ruby-redmine51/distinfo Fri Dec 13 16:31:18 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2024/11/06 16:21:18 taca Exp $
+$NetBSD: distinfo,v 1.7 2024/12/13 16:31:18 taca Exp $
-BLAKE2s (redmine-5.1.4.tar.gz) = b330cddc5c3b4a04ce2d8234ef4ea324d4c3ae43265cb03a5b3f8fa82323cc86
-SHA512 (redmine-5.1.4.tar.gz) = ec4340049a28720eba9e51b6abb8cf322f92c24297bd27de5fd3846e0928f03465692de4bea503404699f12f984aeb2e5d7de9e8d13c7e26710abbddf9254f6e
-Size (redmine-5.1.4.tar.gz) = 3256191 bytes
+BLAKE2s (redmine-5.1.5.tar.gz) = bacf7fc14edfc6c4002cc4e398e5456d47e40d530def724ef745a73f52e95c68
+SHA512 (redmine-5.1.5.tar.gz) = e2735076b9f0498008778c0600fade98f96dd734d80b78f0994ba1f714229116f84940d1c248dff13baffddb1f9b57445412a8917216df9ab8c84808720952ae
+Size (redmine-5.1.5.tar.gz) = 3257204 bytes
SHA1 (patch-Gemfile) = 34150c702f0372f5adcf379c949113cbac9950f6
SHA1 (patch-config_additional__environment.rb.example) = 7ad913800c5f31fdd9b71aa92294bdbeea7b77fe
SHA1 (patch-lib_redmine_scm_adapters_mercurial_redminehelper.py) = 87db1005896b2a962b8b93ec5b5b7d313ae6f691
Index: pkgsrc/devel/ruby-redmine51/PLIST
diff -u pkgsrc/devel/ruby-redmine51/PLIST:1.3 pkgsrc/devel/ruby-redmine51/PLIST:1.4
--- pkgsrc/devel/ruby-redmine51/PLIST:1.3 Sun Mar 10 15:22:33 2024
+++ pkgsrc/devel/ruby-redmine51/PLIST Fri Dec 13 16:31:18 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/03/10 15:22:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/12/13 16:31:18 taca Exp $
bin/redmine51_generate_secret_token${RUBY_SUFFIX}.sh
bin/redmine51_load_default_data${RUBY_SUFFIX}.sh
bin/redmine51_migrate_db${RUBY_SUFFIX}.sh
@@ -2098,6 +2098,7 @@ share/${RUBY_NAME}-redmine51/test/system
share/${RUBY_NAME}-redmine51/test/system/quick_jump_test.rb
share/${RUBY_NAME}-redmine51/test/system/sudo_mode_test.rb
share/${RUBY_NAME}-redmine51/test/system/timelog_test.rb
+share/${RUBY_NAME}-redmine51/test/system/versions_test.rb
share/${RUBY_NAME}-redmine51/test/test_helper.rb
share/${RUBY_NAME}-redmine51/test/unit/activity_test.rb
share/${RUBY_NAME}-redmine51/test/unit/attachment_test.rb
Home |
Main Index |
Thread Index |
Old Index