diff --git a/README.FAQ b/README.FAQ index 9c572d3..5fd69b8 100644 --- a/README.FAQ +++ b/README.FAQ @@ -1,5 +1,5 @@ -FAQ by Gordon Leung -Last reviewed: 2024-07-01 +FAQ by litma leung +Last reviewed: 2024-12-01 Q: Why are there so many Noto packages? A: Each Noto Font family is individually packaged to allow the user to pick and diff --git a/README.maintain b/README.maintain index e46a383..7bbb90d 100644 --- a/README.maintain +++ b/README.maintain @@ -1,4 +1,4 @@ -Last reviewed: 2024-07-01 +Last reviewed: 2024-12-01 1. Download the latest release tarball from here: https://github.com/notofonts/notofonts.github.io/releases 2. Rename the current specfile to old.spec then edit the versions in generate-specfile.sh and google-noto-fonts.spec.in 3. Run generate-specfile.sh to get the new specfile diff --git a/generate-specfile.sh b/generate-specfile.sh index be210ba..232c113 100644 --- a/generate-specfile.sh +++ b/generate-specfile.sh @@ -17,7 +17,7 @@ set -euo pipefail pkg_name="google-noto-fonts" -font_dir="notofonts.github.io-noto-monthly-release-24.9.1" +font_dir="notofonts.github.io-noto-monthly-release-2024.12.01" # Used to extract the tarball to generate the specfile. # You can comment this out while testing out changes to the script, diff --git a/google-noto-fonts.changes b/google-noto-fonts.changes index 8d9e13c..431aa37 100644 --- a/google-noto-fonts.changes +++ b/google-noto-fonts.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 1 18:16:05 UTC 2024 - Gordon Leung + +- Update to 20241201 + * Base Noto Sans and Noto Serif is updated + ------------------------------------------------------------------- Sun Sep 1 04:52:12 UTC 2024 - Gordon Leung diff --git a/google-noto-fonts.spec b/google-noto-fonts.spec index 9658af0..bb3cf6a 100644 --- a/google-noto-fonts.spec +++ b/google-noto-fonts.spec @@ -17,7 +17,7 @@ %define hyear 2024 -%define hmonth 09 +%define hmonth 12 %define hday 01 %define src_name NotoFonts @@ -31,7 +31,7 @@ Summary: All Noto Fonts except CJK and Emoji License: OFL-1.1 URL: https://notofonts.github.io/ # https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-24.9.1.tar.gz -Source0: notofonts.github.io-noto-monthly-release-24.9.1.tar.gz +Source0: notofonts.github.io-noto-monthly-release-%{hyear}.%{hmonth}.%{hday}.tar.gz Source1: generate-specfile.sh Source2: README.FAQ Source3: README.maintain @@ -2977,16 +2977,16 @@ ZnamennyMusicalNotation font, hinted. %prep %autosetup -c -cp notofonts.github.io-noto-monthly-release-24.9.1/fonts/LICENSE . +cp notofonts.github.io-noto-monthly-release-%{hyear}.%{hmonth}.%{hday}/fonts/LICENSE . %build %install -rm -r notofonts.github.io-noto-monthly-release-24.9.1/fonts/Noto*Test -rm -r notofonts.github.io-noto-monthly-release-24.9.1/fonts/NotoSansArabicUI +rm -r notofonts.github.io-noto-monthly-release-%{hyear}.%{hmonth}.%{hday}/fonts/Noto*Test +rm -r notofonts.github.io-noto-monthly-release-%{hyear}.%{hmonth}.%{hday}/fonts/NotoSansArabicUI -install -Dm 644 -t %{buildroot}%{_ttfontsdir} notofonts.github.io-noto-monthly-release-24.9.1/fonts/*/hinted/ttf/* +install -Dm 644 -t %{buildroot}%{_ttfontsdir} notofonts.github.io-noto-monthly-release-%{hyear}.%{hmonth}.%{hday}/fonts/*/hinted/ttf/* %reconfigure_fonts_scriptlets -n google-noto-fangsongkssrotated-fonts diff --git a/google-noto-fonts.spec.in b/google-noto-fonts.spec.in index 60a9e0f..7cc027d 100644 --- a/google-noto-fonts.spec.in +++ b/google-noto-fonts.spec.in @@ -17,7 +17,7 @@ %define hyear 2024 -%define hmonth 09 +%define hmonth 12 %define hday 01 %define src_name NotoFonts @@ -31,7 +31,7 @@ Summary: All Noto Fonts except CJK and Emoji License: OFL-1.1 URL: https://notofonts.github.io/ # https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-24.9.1.tar.gz -Source0: notofonts.github.io-noto-monthly-release-24.9.1.tar.gz +Source0: notofonts.github.io-noto-monthly-release-%{hyear}.%{hmonth}.%{hday}.tar.gz Source1: generate-specfile.sh Source2: README.FAQ Source3: README.maintain @@ -49,16 +49,16 @@ thicknesses) across languages. This package contains most noto fonts except for %prep %autosetup -c -cp notofonts.github.io-noto-monthly-release-24.9.1/fonts/LICENSE . +cp notofonts.github.io-noto-monthly-release-%{hyear}.%{hmonth}.%{hday}/fonts/LICENSE . %build %install -rm -r notofonts.github.io-noto-monthly-release-24.9.1/fonts/Noto*Test -rm -r notofonts.github.io-noto-monthly-release-24.9.1/fonts/NotoSansArabicUI +rm -r notofonts.github.io-noto-monthly-release-%{hyear}.%{hmonth}.%{hday}/fonts/Noto*Test +rm -r notofonts.github.io-noto-monthly-release-%{hyear}.%{hmonth}.%{hday}/fonts/NotoSansArabicUI -install -Dm 644 -t %{buildroot}%{_ttfontsdir} notofonts.github.io-noto-monthly-release-24.9.1/fonts/*/hinted/ttf/* +install -Dm 644 -t %{buildroot}%{_ttfontsdir} notofonts.github.io-noto-monthly-release-%{hyear}.%{hmonth}.%{hday}/fonts/*/hinted/ttf/* @SUBPACKAGE_SCRIPTLETS@ %files diff --git a/notofonts.github.io-noto-monthly-release-2024.12.01.tar.gz b/notofonts.github.io-noto-monthly-release-2024.12.01.tar.gz new file mode 100644 index 0000000..ce10a34 --- /dev/null +++ b/notofonts.github.io-noto-monthly-release-2024.12.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106ef938580a210e4fe84f890275863b2e463997a8ed510cf41d2b16ec9b95d3 +size 1086711769 diff --git a/notofonts.github.io-noto-monthly-release-24.9.1.tar.gz b/notofonts.github.io-noto-monthly-release-24.9.1.tar.gz deleted file mode 100644 index 77512bc..0000000 --- a/notofonts.github.io-noto-monthly-release-24.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73fc256356e4ed66c54aa300a71c390695603547e127f27cd6eefdeb942726b0 -size 1086944636