Michael R. Crusoe pushed to branch master at Debian Med / yaggo
Commits: 607af6f3 by Michael R. Crusoe at 2024-12-11T13:41:13+01:00 Forwarded hardening patch upstream - - - - - 6081bc66 by Michael R. Crusoe at 2024-12-11T13:42:11+01:00 Updated version in our gemspec patch - - - - - 3 changed files: - debian/changelog - debian/patches/add-gemspec.patch - debian/patches/hardening-tests.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +yaggo (1.5.11-3) UNRELEASED; urgency=medium + + * Team upload. + * Forwarded hardening patch upstream + * Updated version in our gemspec patch + + -- Michael R. Crusoe <[email protected]> Wed, 11 Dec 2024 13:41:08 +0100 + yaggo (1.5.11-2) unstable; urgency=medium * Team upload. ===================================== debian/patches/add-gemspec.patch ===================================== @@ -1,6 +1,6 @@ Description: Since gemspec is not present in the github repo, manually pull the one from rubygems Author: Nilesh Patra <[email protected]> -Last-Update: 2021-09-25 +Last-Update: 2024-12-11 --- /dev/null +++ b/yaggo.gemspec @@ -0,0 +1,23 @@ @@ -12,7 +12,7 @@ Last-Update: 2021-09-25 + +Gem::Specification.new do |s| + s.name = "yaggo".freeze -+ s.version = "1.5.10" ++ s.version = "1.5.11" + + s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= + s.require_paths = ["lib".freeze] ===================================== debian/patches/hardening-tests.patch ===================================== @@ -1,6 +1,8 @@ -Description: Propagate hardening flags in the test makefile to get blhc passing -Author: Nilesh Patra <[email protected]> +From: Nilesh Patra <[email protected]> +Subject: Propagate hardening flags in the test makefile to get blhc passing Last-Update: 2021-09-26 +Forwarded: https://github.com/gmarcais/yaggo/pull/9 + --- a/test/Makefile +++ b/test/Makefile @@ -1,12 +1,13 @@ View it on GitLab: https://salsa.debian.org/med-team/yaggo/-/compare/30ac1ab7c6bdb66459d5f08973885d1a676e551d...6081bc66a6dca8343d30b94723ab4e0a927719ec -- View it on GitLab: https://salsa.debian.org/med-team/yaggo/-/compare/30ac1ab7c6bdb66459d5f08973885d1a676e551d...6081bc66a6dca8343d30b94723ab4e0a927719ec You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
