GNU bug report logs -
#43411
[PATCH] gnu: font-adobe-source-serif-pro: Update to 3.001R.
Previous Next
Reported by: Jens Mølgaard <jens <at> zete.tk>
Date: Tue, 15 Sep 2020 01:37:03 UTC
Severity: normal
Tags: fixed, patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43411 in the body.
You can then email your comments to 43411 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
help-debbugs <at> gnu.org
:
bug#43411
; Package
debbugs.gnu.org
.
(Tue, 15 Sep 2020 01:37:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jens Mølgaard <jens <at> zete.tk>
:
New bug report received and forwarded. Copy sent to
help-debbugs <at> gnu.org
.
(Tue, 15 Sep 2020 01:37:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fonts.scm (font-adobe-source-serif-pro): Update to 3.001R.
---
New (joint roman/italic) versioning scheme no longer requires substitution.
gnu/packages/fonts.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 1dbb4a9675..01be4f50df 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -973,19 +973,16 @@ work well in user interface (UI) environments.")
(define-public font-adobe-source-serif-pro
(package
(name "font-adobe-source-serif-pro")
- (version "2.007R-ro-1.007R-it")
+ (version "3.001R")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/adobe-fonts/source-serif-pro")
- (commit (regexp-substitute/global
- ;; The upstream tag uses "/" between the roman and italic
- ;; versions, so substitute our "-" separator here.
- #f "R-ro-" version 'pre "R-ro/" 'post))))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1vvzfhjpi47m84bzkapylkd5fri8bdm8qng2hiylmmlw0wk4gpas"))))
+ (base32 "1z0pjvx0jpjwb8vzvc6l5gzlg0mqax4v9pizqcxx82l0ydlfh5bj"))))
(build-system font-build-system)
(home-page "https://github.com/adobe-fonts/source-serif-pro")
(synopsis
--
2.28.0
Added tag(s) fixed.
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sat, 26 Sep 2020 21:09:01 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
43411 <at> debbugs.gnu.org and Jens Mølgaard <jens <at> zete.tk>
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sat, 26 Sep 2020 21:09:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 25 Oct 2020 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 254 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.