Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2024-07-02 18:15:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-noto-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.google-noto-fonts.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-noto-fonts"

Tue Jul  2 18:15:06 2024 rev:32 rq:1184766 version:20240601

Changes:
--------
--- /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.changes      
2024-06-04 12:49:39.324613558 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-noto-fonts.new.18349/google-noto-fonts.changes
   2024-07-02 18:15:11.480656210 +0200
@@ -1,0 +2,9 @@
+Tue Jul  2 04:51:35 UTC 2024 - Gordon Leung <piratec...@protonmail.com>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  notofonts.github.io-noto-monthly-release-24.6.1.tar.gz

New:
----
  notofonts.github.io-noto-monthly-release-24.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ google-noto-fonts.spec ++++++
--- /var/tmp/diff_new_pack.BenZMt/_old  2024-07-02 18:15:26.233196052 +0200
+++ /var/tmp/diff_new_pack.BenZMt/_new  2024-07-02 18:15:26.245196492 +0200
@@ -31,7 +31,7 @@
 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 @@
 %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
 

++++++ README.FAQ ++++++
--- /var/tmp/diff_new_pack.BenZMt/_old  2024-07-02 18:15:26.557207909 +0200
+++ /var/tmp/diff_new_pack.BenZMt/_new  2024-07-02 18:15:26.613209958 +0200
@@ -1,5 +1,5 @@
 FAQ by Gordon Leung <piratec...@protonmail.com>
-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

++++++ README.maintain ++++++
--- /var/tmp/diff_new_pack.BenZMt/_old  2024-07-02 18:15:26.893220205 +0200
+++ /var/tmp/diff_new_pack.BenZMt/_new  2024-07-02 18:15:26.961222693 +0200
@@ -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

++++++ generate-specfile.sh ++++++
--- /var/tmp/diff_new_pack.BenZMt/_old  2024-07-02 18:15:27.225232354 +0200
+++ /var/tmp/diff_new_pack.BenZMt/_new  2024-07-02 18:15:27.229232500 +0200
@@ -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 @@
 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
 

++++++ google-noto-fonts.spec.in ++++++
--- /var/tmp/diff_new_pack.BenZMt/_old  2024-07-02 18:15:27.257233525 +0200
+++ /var/tmp/diff_new_pack.BenZMt/_new  2024-07-02 18:15:27.265233818 +0200
@@ -31,7 +31,7 @@
 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 @@
 %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

++++++ notofonts.github.io-noto-monthly-release-24.6.1.tar.gz -> 
notofonts.github.io-noto-monthly-release-24.7.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/google-noto-fonts/notofonts.github.io-noto-monthly-release-24.6.1.tar.gz
 
/work/SRC/openSUSE:Factory/.google-noto-fonts.new.18349/notofonts.github.io-noto-monthly-release-24.7.1.tar.gz
 differ: char 13, line 1

Reply via email to