diff --git a/README.FAQ b/README.FAQ index abf005f..9c572d3 100644 --- a/README.FAQ +++ b/README.FAQ @@ -1,5 +1,5 @@ FAQ by Gordon Leung -Last reviewed: 2024-05-01 +Last reviewed: 2024-07-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 46727ae..e46a383 100644 --- a/README.maintain +++ b/README.maintain @@ -1,4 +1,4 @@ -Last reviewed: 2024-05-01 +Last reviewed: 2024-07-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 347057f..8b9b720 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.6.1" +font_dir="notofonts.github.io-noto-monthly-release-24.7.1" # Used to extract the tarball to generate the specfile. # You can comment this out while testing out changes to the script, @@ -28,7 +28,7 @@ cp -f $pkg_name.spec.in $pkg_name.spec ls $font_dir/fonts | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' -e 's:\.ttc::' | sort -f | uniq | while read -r font; do # DO NOT create font packages out of these folders. - if [ "$font" == "LICENSE" ] || [ "$font" == "SansTest" ] || [ "$font" == "SerifTest" ] || [ "$font" == "NaskhArabicUI" ]; then + if [ "$font" == "LICENSE" ] || [ "$font" == "SansTest" ] || [ "$font" == "SerifTest" ] || [ "$font" == "NaskhArabicUI" ] || [ "$font" == "SansArabicUI" ]; then continue fi diff --git a/google-noto-fonts.changes b/google-noto-fonts.changes index ffa6cd1..3080413 100644 --- a/google-noto-fonts.changes +++ b/google-noto-fonts.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 2 04:51:35 UTC 2024 - Gordon Leung + +- Update to 20230701 + * Sans Kaithi, Sans Psalter Pahlavi, Serif Toto, Sans Nag Mundari, + Sans Old Italic, Sans Old Sogdian, Sans Old Turkic, Serif Old Uyghur, + Sans Masaram Gondi, Sans Hebrew, Sans Math, Sans Limbu, Sans Mandaic, + and Sans Marchen have all received updates + ------------------------------------------------------------------- Sun Jun 2 16:19:02 UTC 2024 - Gordon Leung diff --git a/google-noto-fonts.spec b/google-noto-fonts.spec index c2bb6ba..ba3ab4e 100644 --- a/google-noto-fonts.spec +++ b/google-noto-fonts.spec @@ -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.6.1.tar.gz -Source0: notofonts.github.io-noto-monthly-release-24.6.1.tar.gz +Source0: notofonts.github.io-noto-monthly-release-24.7.1.tar.gz Source1: generate-specfile.sh Source2: README.FAQ Source3: README.maintain @@ -2977,15 +2977,16 @@ ZnamennyMusicalNotation font, hinted. %prep %autosetup -c -cp notofonts.github.io-noto-monthly-release-24.6.1/fonts/LICENSE . +cp notofonts.github.io-noto-monthly-release-24.7.1/fonts/LICENSE . %build %install -rm -r notofonts.github.io-noto-monthly-release-24.6.1/fonts/Noto*Test +rm -r notofonts.github.io-noto-monthly-release-24.7.1/fonts/Noto*Test +rm -r notofonts.github.io-noto-monthly-release-24.7.1/fonts/NotoSansArabicUI -install -Dm 644 -t %{buildroot}%{_ttfontsdir} notofonts.github.io-noto-monthly-release-24.6.1/fonts/*/hinted/ttf/* +install -Dm 644 -t %{buildroot}%{_ttfontsdir} notofonts.github.io-noto-monthly-release-24.7.1/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 285fee6..ef89d12 100644 --- a/google-noto-fonts.spec.in +++ b/google-noto-fonts.spec.in @@ -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.6.1.tar.gz -Source0: notofonts.github.io-noto-monthly-release-24.6.1.tar.gz +Source0: notofonts.github.io-noto-monthly-release-24.7.1.tar.gz Source1: generate-specfile.sh Source2: README.FAQ Source3: README.maintain @@ -49,15 +49,16 @@ thicknesses) across languages. This package contains most noto fonts except for %prep %autosetup -c -cp notofonts.github.io-noto-monthly-release-24.6.1/fonts/LICENSE . +cp notofonts.github.io-noto-monthly-release-24.7.1/fonts/LICENSE . %build %install -rm -r notofonts.github.io-noto-monthly-release-24.6.1/fonts/Noto*Test +rm -r notofonts.github.io-noto-monthly-release-24.7.1/fonts/Noto*Test +rm -r notofonts.github.io-noto-monthly-release-24.7.1/fonts/NotoSansArabicUI -install -Dm 644 -t %{buildroot}%{_ttfontsdir} notofonts.github.io-noto-monthly-release-24.6.1/fonts/*/hinted/ttf/* +install -Dm 644 -t %{buildroot}%{_ttfontsdir} notofonts.github.io-noto-monthly-release-24.7.1/fonts/*/hinted/ttf/* @SUBPACKAGE_SCRIPTLETS@ %files diff --git a/notofonts.github.io-noto-monthly-release-24.6.1.tar.gz b/notofonts.github.io-noto-monthly-release-24.6.1.tar.gz deleted file mode 100644 index 1d9917c..0000000 --- a/notofonts.github.io-noto-monthly-release-24.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54358c2945b6fc6312983cfa38ca9ab69dbe39580e5aabba8880f500e07297dd -size 1067823129 diff --git a/notofonts.github.io-noto-monthly-release-24.7.1.tar.gz b/notofonts.github.io-noto-monthly-release-24.7.1.tar.gz new file mode 100644 index 0000000..5765dc5 --- /dev/null +++ b/notofonts.github.io-noto-monthly-release-24.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934ec561b5c623b460aea837f7bad243073165b1ed6766b61c44d623997b88e0 +size 1089254749