commit monapo-fonts for openSUSE:Factory

2019-04-01 Thread root
Hello community,

here is the log from the commit of package monapo-fonts for openSUSE:Factory 
checked in at 2019-04-01 12:39:07

Comparing /work/SRC/openSUSE:Factory/monapo-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.monapo-fonts.new.25356 (New)


Package is "monapo-fonts"

Mon Apr  1 12:39:07 2019 rev:8 rq:690039 version:20170722

Changes:

--- /work/SRC/openSUSE:Factory/monapo-fonts/monapo-fonts.changes
2012-09-14 12:31:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.monapo-fonts.new.25356/monapo-fonts.changes 
2019-04-01 12:39:11.181938538 +0200
@@ -1,0 +2,6 @@
+Sun Mar 24 04:29:55 UTC 2019 - Fuminobu Takeyama 
+
+- Upstream update to 20170722
+  * Update IPA P Gothic to 00303
+
+---

Old:

  monapo-20090423.tar.bz2

New:

  monapo-20170722.tar.bz2



Other differences:
--
++ monapo-fonts.spec ++
--- /var/tmp/diff_new_pack.KbOyYu/_old  2019-04-01 12:39:11.749938814 +0200
+++ /var/tmp/diff_new_pack.KbOyYu/_new  2019-04-01 12:39:11.753938816 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package monapo-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   monapo-fonts
-Version:20090423
+Version:20170722
 Release:0
 Summary:Monapo Japanese Truetype font
 License:IPA
 Group:  System/X11/Fonts
-Url:http://dicey.org/vlgothic/
+Url:http://linuxplayers.g1.xrea.com/modified_fonts_01.html
 Source0:monapo-%{version}.tar.bz2
 BuildRequires:  fontpackages-devel
 %reconfigure_fonts_prereq
@@ -42,9 +42,9 @@
 
 %prep
 %setup -q -n monapo-%{version}
-for i in docs-mona/README*
+for i in monafont-ttf-2.90/README*
 do
-iconv -fsjis -tutf-8 < $i > $i.tmp
+iconv -fsjis -tutf-8 < $i | sed "s/\r//g" > $i.tmp
 mv $i.tmp $i
 done
 
@@ -61,9 +61,9 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog IPA_Font_License_Agreement_v1.0.txt README
-%doc docs-ipafont
-%doc docs-mona
+%doc ChangeLog README
+%doc ipagp00303/IPA_Font_License_Agreement_v1.0.txt
+%doc monafont-ttf-2.90/README-ttf.txt
 %{_ttfontsdir}
 
 %changelog

++ monapo-20090423.tar.bz2 -> monapo-20170722.tar.bz2 ++
/work/SRC/openSUSE:Factory/monapo-fonts/monapo-20090423.tar.bz2 
/work/SRC/openSUSE:Factory/.monapo-fonts.new.25356/monapo-20170722.tar.bz2 
differ: char 4, line 1




commit monapo-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package monapo-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:31:16

Comparing /work/SRC/openSUSE:Factory/monapo-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.monapo-fonts.new (New)


Package is monapo-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/monapo-fonts/monapo-fonts.changes
2012-05-26 09:26:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.monapo-fonts.new/monapo-fonts.changes   
2012-09-14 12:31:21.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+---



Other differences:
--
++ monapo-fonts.spec ++
--- /var/tmp/diff_new_pack.6oU9I7/_old  2012-09-14 12:31:22.0 +0200
+++ /var/tmp/diff_new_pack.6oU9I7/_new  2012-09-14 12:31:22.0 +0200
@@ -16,20 +16,19 @@
 #
 
 
-
 Name:   monapo-fonts
 Version:20090423
-Release:1
-%definefontdir /usr/share/fonts/truetype
-License:IPA
+Release:0
 Summary:Monapo Japanese Truetype font
-Url:http://dicey.org/vlgothic/
+License:IPA
 Group:  System/X11/Fonts
+Url:http://dicey.org/vlgothic/
 Source0:monapo-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
+Provides:   monapo = %{version}
 Provides:   scalable-font-ja
 Provides:   locale(ja)
-Provides:   monapo = %{version}
 Obsoletes:  monapo  %{version}
 Provides:   monapo-font = %{version}
 Obsoletes:  monapo-font = 20090423
@@ -52,23 +51,19 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{fontdir}
-install -m 644 monapo.ttf %{buildroot}%{fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 644 monapo.ttf %{buildroot}%{_ttfontsdir}
 
 %clean
 rm -rf %{buildroot}
 
-%post
-%run_suseconfig_fonts -c
-
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-,root,root)
 %doc ChangeLog IPA_Font_License_Agreement_v1.0.txt README
 %doc docs-ipafont
 %doc docs-mona
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit monapo-fonts for openSUSE:Factory

2012-05-26 Thread h_root
Hello community,

here is the log from the commit of package monapo-fonts for openSUSE:Factory 
checked in at 2012-05-26 09:26:58

Comparing /work/SRC/openSUSE:Factory/monapo-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.monapo-fonts.new (New)


Package is monapo-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/monapo-fonts/monapo-fonts.changes
2012-04-12 09:41:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.monapo-fonts.new/monapo-fonts.changes   
2012-05-26 09:26:58.0 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:20 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---



Other differences:
--
++ monapo-fonts.spec ++
--- /var/tmp/diff_new_pack.slsURc/_old  2012-05-26 09:26:59.0 +0200
+++ /var/tmp/diff_new_pack.slsURc/_new  2012-05-26 09:26:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package monapo-fonts
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   monapo-fonts
+Version:20090423
+Release:1
 %definefontdir /usr/share/fonts/truetype
 License:IPA
-Group:  System/X11/Fonts
-AutoReqProv:on
-Url:http://dicey.org/vlgothic/
 Summary:Monapo Japanese Truetype font
-Version:20090423
-Release:1
+Url:http://dicey.org/vlgothic/
+Group:  System/X11/Fonts
+Source0:monapo-%{version}.tar.bz2
+Requires(pre):  %suseconfig_fonts_prereq
 Provides:   scalable-font-ja
 Provides:   locale(ja)
 Provides:   monapo = %{version}
 Obsoletes:  monapo  %{version}
 Provides:   monapo-font = %{version}
 Obsoletes:  monapo-font = 20090423
-PreReq: %suseconfig_fonts_prereq
-Source0:monapo-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -43,7 +41,6 @@
 based on IPA fonts (v3).  Monapo font is adjusted to be compatible
 with MS P Gothic so that it can show Japanese Ascii Art properly.
 
-
 %prep
 %setup -q -n monapo-%{version}
 for i in docs-mona/README*
@@ -55,11 +52,11 @@
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{fontdir}
-install -m 644 monapo.ttf $RPM_BUILD_ROOT%{fontdir}
+mkdir -p %{buildroot}%{fontdir}
+install -m 644 monapo.ttf %{buildroot}%{fontdir}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post
 %run_suseconfig_fonts -c

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org