rpms/samyak-fonts/devel samyak-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/samyak-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4801/devel Modified Files: .cvsignore sources Added Files: samyak-fonts.spec Log Message: * Fri Jan 18 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.1.0-1 - initial packaging --- NEW FILE samyak-fonts.spec --- %define fontname samyak %define fontdir %{_datadir}/fonts/%{fontname} Name: %{fontname}-fonts Version: 1.1.0 Release: 1%{?dist} License: GPLv2 Source: %{fontname}-fonts-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires : dos2unix Group: User Interface/X Summary: Samyak Font for Indic Script URL: https://sarovar.org/projects/samyak/ %description The Samyak package contains fonts for the display of Scripts Devanagari, Gujarati, Malayalam, Oriya and Tamil %prep %setup -q find . -not -name \*.ttf -type f -exec dos2unix -k {} \; %build echo "Nothing to do in Build." %install rm -rf %{buildroot} install -m 0755 -d %{buildroot}%{fontdir} install -m 0644 -p devanagari/*.ttf %{buildroot}%{fontdir} install -m 0644 -p malayalam/*.ttf %{buildroot}%{fontdir} install -m 0644 -p oriya/*.ttf %{buildroot}%{fontdir} install -m 0644 -p tamil/*.ttf %{buildroot}%{fontdir} install -m 0644 -p gujarati/*.ttf %{buildroot}%{fontdir} %clean rm -rf %{buildroot} %post if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache %{fontdir} || : fi %postun if [ "$1" = "0" ]; then if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache %{fontdir} || : fi fi %files %defattr(-,root,root,-) %dir %{fontdir} %{fontdir}/*.ttf %changelog * Fri Jan 18 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.1.0-1 - initial packaging Index: .cvsignore === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Jan 2008 08:56:31 - 1.1 +++ .cvsignore 21 Jan 2008 09:30:58 - 1.2 @@ -0,0 +1 @@ +samyak-fonts-1.1.0.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Jan 2008 08:56:31 - 1.1 +++ sources 21 Jan 2008 09:30:58 - 1.2 @@ -0,0 +1 @@ +a887c7f255b13fb1ce0c8adad306a16b samyak-fonts-1.1.0.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/samyak-fonts/F-8 samyak-fonts.spec,NONE,1.1 sources,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/samyak-fonts/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5025 Modified Files: sources Added Files: samyak-fonts.spec Log Message: * Fri Jan 18 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.1.0-1 - initial packaging --- NEW FILE samyak-fonts.spec --- %define fontname samyak %define fontdir %{_datadir}/fonts/%{fontname} Name: %{fontname}-fonts Version: 1.1.0 Release: 1%{?dist} License: GPLv2 Source: %{fontname}-fonts-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires : dos2unix Group: User Interface/X Summary: Samyak Font for Indic Script URL: https://sarovar.org/projects/samyak/ %description The Samyak package contains fonts for the display of Scripts Devanagari, Gujarati, Malayalam, Oriya and Tamil %prep %setup -q find . -not -name \*.ttf -type f -exec dos2unix -k {} \; %build echo "Nothing to do in Build." %install rm -rf %{buildroot} install -m 0755 -d %{buildroot}%{fontdir} install -m 0644 -p devanagari/*.ttf %{buildroot}%{fontdir} install -m 0644 -p malayalam/*.ttf %{buildroot}%{fontdir} install -m 0644 -p oriya/*.ttf %{buildroot}%{fontdir} install -m 0644 -p tamil/*.ttf %{buildroot}%{fontdir} install -m 0644 -p gujarati/*.ttf %{buildroot}%{fontdir} %clean rm -rf %{buildroot} %post if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache %{fontdir} || : fi %postun if [ "$1" = "0" ]; then if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache %{fontdir} || : fi fi %files %defattr(-,root,root,-) %dir %{fontdir} %{fontdir}/*.ttf %changelog * Fri Jan 18 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.1.0-1 - initial packaging Index: sources === RCS file: /cvs/pkgs/rpms/samyak-fonts/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Jan 2008 08:56:31 - 1.1 +++ sources 21 Jan 2008 09:34:56 - 1.2 @@ -0,0 +1 @@ +a887c7f255b13fb1ce0c8adad306a16b samyak-fonts-1.1.0.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/samyak-fonts/devel samyak-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/samyak-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12563 Modified Files: samyak-fonts.spec Log Message: * Fri Feb 08 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.1.0-2 - added sub packaging support in spec file based on lohit-fonts.spec file Index: samyak-fonts.spec === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/samyak-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- samyak-fonts.spec 21 Jan 2008 09:30:58 - 1.1 +++ samyak-fonts.spec 8 Feb 2008 05:51:09 - 1.2 @@ -1,60 +1,77 @@ -%define fontname samyak -%define fontdir %{_datadir}/fonts/%{fontname} +%define xfontdir%{_datadir}/fonts +%define langlist"devanagari gujarati tamil malayalam oriya" + +Name:samyak-fonts +Version: 1.1.0 +Release: 2%{?dist} +Summary: Free Indian truetype/opentype fonts +Group: User Interface/X +License: GPLv2 +URL: https://sarovar.org/projects/samyak/ +Source: samyak-fonts-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Name: %{fontname}-fonts -Version: 1.1.0 -Release: 1%{?dist} -License: GPLv2 -Source: %{fontname}-fonts-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch -BuildRequires : dos2unix -Group: User Interface/X -Summary: Samyak Font for Indic Script -URL: https://sarovar.org/projects/samyak/ - %description The Samyak package contains fonts for the display of Scripts Devanagari, Gujarati, Malayalam, Oriya and Tamil +# mk_pkg +%define mk_pkg() \ +%package -n samyak-fonts-%1\ +Summary:Free %(echo %1 | sed -e "s/\\(.*\\)/\\u\\1/") font\ +Group: User Interface/X \ +Provides: ttfonts-%2 = 1.8-2\ +Obsoletes : ttfonts-%2 <= 1.8-1\ +\ +\ +%description -n samyak-fonts-%1\ +This package provides a free %(echo %1 | sed -e "s/\\(.*\\)/\\u\\1/") truetype/opentype font.\ +\ +%files -n samyak-fonts-%1\ +%defattr(-, root, root, -)\ +%dir %{xfontdir}/samyak-%1\ +%{xfontdir}/samyak-%1/*.ttf\ +\ +%post -n samyak-fonts-%1 \ +if [ -x %{_bindir}/fc-cache ]; then \ + %{_bindir}/fc-cache %{xfontdir} \ +fi \ +\ +%postun -n samyak-fonts-%1 \ +if [ "$1" = "0" ]; then \ + if [ -x %{_bindir}/fc-cache ]; then \ +%{_bindir}/fc-cache %{xfontdir} \ + fi \ +fi + +%mk_pkg gujarati gu +%mk_pkg devanagari hi +%mk_pkg malayalam ml +%mk_pkg oriya or +%mk_pkg tamil ta + %prep -%setup -q -find . -not -name \*.ttf -type f -exec dos2unix -k {} \; +%setup -q -n samyak-fonts-%{version} %build echo "Nothing to do in Build." %install -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT -install -m 0755 -d %{buildroot}%{fontdir} -install -m 0644 -p devanagari/*.ttf %{buildroot}%{fontdir} -install -m 0644 -p malayalam/*.ttf %{buildroot}%{fontdir} -install -m 0644 -p oriya/*.ttf %{buildroot}%{fontdir} -install -m 0644 -p tamil/*.ttf %{buildroot}%{fontdir} -install -m 0644 -p gujarati/*.ttf %{buildroot}%{fontdir} +for i in "%{langlist}" +do + install -d $RPM_BUILD_ROOT/%{xfontdir}/samyak-$i + install -m 0644 $i/* $RPM_BUILD_ROOT/%{xfontdir}/samyak-$i +done %clean -rm -rf %{buildroot} - -%post -if [ -x %{_bindir}/fc-cache ]; then - %{_bindir}/fc-cache %{fontdir} || : -fi - -%postun -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache %{fontdir} || : - fi -fi - -%files -%defattr(-,root,root,-) -%dir %{fontdir} -%{fontdir}/*.ttf - +rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 08 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.1.0-2 +- added sub packaging support in spec file based on lohit-fonts.spec file + * Fri Jan 18 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.1.0-1 - initial packaging ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/samyak-fonts/devel .cvsignore, 1.2, 1.3 samyak-fonts.spec, 1.2, 1.3 sources, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/samyak-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23426 Modified Files: .cvsignore samyak-fonts.spec sources Log Message: * Thu Feb 28 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.2.0-1 - update to samyak-fonts-1.2.0 from upstream cvs - major bug fixes for devanagari and malayalam - licence update to 'GNU Gplv3 or later with font exceptions' - update spec file Index: .cvsignore === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Jan 2008 09:30:58 - 1.2 +++ .cvsignore 28 Feb 2008 06:26:41 - 1.3 @@ -1 +1,2 @@ samyak-fonts-1.1.0.tar.gz +samyak-fonts-1.2.0.tar.gz Index: samyak-fonts.spec === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/samyak-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- samyak-fonts.spec 8 Feb 2008 05:51:09 - 1.2 +++ samyak-fonts.spec 28 Feb 2008 06:26:41 - 1.3 @@ -2,11 +2,11 @@ %define langlist"devanagari gujarati tamil malayalam oriya" Name:samyak-fonts -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.2.0 +Release: 1%{?dist} Summary: Free Indian truetype/opentype fonts Group: User Interface/X -License: GPLv2 +License: GPLv3 of later with font exceptions URL: https://sarovar.org/projects/samyak/ Source: samyak-fonts-%{version}.tar.gz BuildArch: noarch @@ -30,6 +30,7 @@ \ %files -n samyak-fonts-%1\ %defattr(-, root, root, -)\ +%doc COPYING README AUTHORS\ %dir %{xfontdir}/samyak-%1\ %{xfontdir}/samyak-%1/*.ttf\ \ @@ -70,6 +71,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 28 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.2.0-1 +- update to samyak-fonts-1.2.0 from upstream cvs +- major bug fixes for devanagari and malayalam +- licence update to 'GNU Gplv3 or later with font exceptions' +- update spec file + * Fri Feb 08 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.1.0-2 - added sub packaging support in spec file based on lohit-fonts.spec file Index: sources === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Jan 2008 09:30:58 - 1.2 +++ sources 28 Feb 2008 06:26:41 - 1.3 @@ -1 +1 @@ -a887c7f255b13fb1ce0c8adad306a16b samyak-fonts-1.1.0.tar.gz +a57339ba2b4279938a2d792ebdf70377 samyak-fonts-1.2.0.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/samyak-fonts/F-8 .cvsignore, 1.1, 1.2 samyak-fonts.spec, 1.1, 1.2 sources, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/samyak-fonts/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5764 Modified Files: .cvsignore samyak-fonts.spec sources Log Message: * Fri Feb 29 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.2.0-1 - update to samyak-fonts-1.2.0 from upstream cvs - major bug fixes for devanagari and malayalam - licence update to 'GNU Gplv3 or later with font exceptions' - added sub packaging support in spec file based on lohit-fonts.spec file Index: .cvsignore === RCS file: /cvs/pkgs/rpms/samyak-fonts/F-8/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Jan 2008 08:56:31 - 1.1 +++ .cvsignore 29 Feb 2008 10:56:18 - 1.2 @@ -0,0 +1 @@ +samyak-fonts-1.2.0.tar.gz Index: samyak-fonts.spec === RCS file: /cvs/pkgs/rpms/samyak-fonts/F-8/samyak-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- samyak-fonts.spec 21 Jan 2008 09:34:56 - 1.1 +++ samyak-fonts.spec 29 Feb 2008 10:56:18 - 1.2 @@ -1,60 +1,81 @@ -%define fontname samyak -%define fontdir %{_datadir}/fonts/%{fontname} +%define xfontdir%{_datadir}/fonts +%define langlist"devanagari gujarati tamil malayalam oriya" + +Name:samyak-fonts +Version: 1.2.0 +Release: 1%{?dist} +Summary: Free Indian truetype/opentype fonts +Group: User Interface/X +License: GPLv3 of later with font exceptions +URL: https://sarovar.org/projects/samyak/ +Source: samyak-fonts-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Name: %{fontname}-fonts -Version: 1.1.0 -Release: 1%{?dist} -License: GPLv2 -Source: %{fontname}-fonts-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch -BuildRequires : dos2unix -Group: User Interface/X -Summary: Samyak Font for Indic Script -URL: https://sarovar.org/projects/samyak/ - %description The Samyak package contains fonts for the display of Scripts Devanagari, Gujarati, Malayalam, Oriya and Tamil +# mk_pkg +%define mk_pkg() \ +%package -n samyak-fonts-%1\ +Summary:Free %(echo %1 | sed -e "s/\\(.*\\)/\\u\\1/") font\ +Group: User Interface/X \ +Provides: ttfonts-%2 = 1.8-2\ +Obsoletes : ttfonts-%2 <= 1.8-1\ +\ +\ +%description -n samyak-fonts-%1\ +This package provides a free %(echo %1 | sed -e "s/\\(.*\\)/\\u\\1/") truetype/opentype font.\ +\ +%files -n samyak-fonts-%1\ +%defattr(-, root, root, -)\ +%doc COPYING README AUTHORS\ +%dir %{xfontdir}/samyak-%1\ +%{xfontdir}/samyak-%1/*.ttf\ +\ +%post -n samyak-fonts-%1 \ +if [ -x %{_bindir}/fc-cache ]; then \ + %{_bindir}/fc-cache %{xfontdir} \ +fi \ +\ +%postun -n samyak-fonts-%1 \ +if [ "$1" = "0" ]; then \ + if [ -x %{_bindir}/fc-cache ]; then \ +%{_bindir}/fc-cache %{xfontdir} \ + fi \ +fi + +%mk_pkg gujarati gu +%mk_pkg devanagari hi +%mk_pkg malayalam ml +%mk_pkg oriya or +%mk_pkg tamil ta + %prep -%setup -q -find . -not -name \*.ttf -type f -exec dos2unix -k {} \; +%setup -q -n samyak-fonts-%{version} %build echo "Nothing to do in Build." %install -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT -install -m 0755 -d %{buildroot}%{fontdir} -install -m 0644 -p devanagari/*.ttf %{buildroot}%{fontdir} -install -m 0644 -p malayalam/*.ttf %{buildroot}%{fontdir} -install -m 0644 -p oriya/*.ttf %{buildroot}%{fontdir} -install -m 0644 -p tamil/*.ttf %{buildroot}%{fontdir} -install -m 0644 -p gujarati/*.ttf %{buildroot}%{fontdir} +for i in "%{langlist}" +do + install -d $RPM_BUILD_ROOT/%{xfontdir}/samyak-$i + install -m 0644 $i/* $RPM_BUILD_ROOT/%{xfontdir}/samyak-$i +done %clean -rm -rf %{buildroot} - -%post -if [ -x %{_bindir}/fc-cache ]; then - %{_bindir}/fc-cache %{fontdir} || : -fi - -%postun -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache %{fontdir} || : - fi -fi - -%files -%defattr(-,root,root,-) -%dir %{fontdir} -%{fontdir}/*.ttf - +rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 29 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.2.0-1 +- update to samyak-fonts-1.2.0 from upstream cvs +- major bug fixes for devanagari and malayalam +- licence update to 'GNU Gplv3 or later with font exceptions' +- added sub packaging support in spec file based on lohit-fonts.spec file + * Fri Jan 18 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.1.0-1 - initial packaging Index: sources === RCS file: /cvs/pkgs/rpms/samyak-fonts/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Jan 2008 09:34:56 -
rpms/samyak-fonts/devel samyak-fonts.spec,1.3,1.4
Author: pravins Update of /cvs/pkgs/rpms/samyak-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18715 Modified Files: samyak-fonts.spec Log Message: * Fri Apr 4 2008 Pravin Satpute <[EMAIL PROTECTED]> 1.2.0-2 - given proper license name - fc-cache now run on samyak-langname folder Index: samyak-fonts.spec === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/samyak-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- samyak-fonts.spec 28 Feb 2008 06:26:41 - 1.3 +++ samyak-fonts.spec 4 Apr 2008 07:16:24 - 1.4 @@ -3,10 +3,10 @@ Name:samyak-fonts Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Free Indian truetype/opentype fonts Group: User Interface/X -License: GPLv3 of later with font exceptions +License: GPLv3+ with exceptions URL: https://sarovar.org/projects/samyak/ Source: samyak-fonts-%{version}.tar.gz BuildArch: noarch @@ -36,13 +36,13 @@ \ %post -n samyak-fonts-%1 \ if [ -x %{_bindir}/fc-cache ]; then \ - %{_bindir}/fc-cache %{xfontdir} \ + %{_bindir}/fc-cache %{xfontdir}/samyak-%1 \ fi \ \ %postun -n samyak-fonts-%1 \ if [ "$1" = "0" ]; then \ if [ -x %{_bindir}/fc-cache ]; then \ -%{_bindir}/fc-cache %{xfontdir} \ +%{_bindir}/fc-cache %{xfontdir}/samyak-%1 \ fi \ fi @@ -71,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Apr 04 2008 Pravin Satpute <[EMAIL PROTECTED]> 1.2.0-2 +- given proper license name +- fc-cache now run on samyak-langname folder + * Thu Feb 28 2008 Pravin Satpute <[EMAIL PROTECTED]> - 1.2.0-1 - update to samyak-fonts-1.2.0 from upstream cvs - major bug fixes for devanagari and malayalam ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/smc-fonts/devel smc-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/smc-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12876/devel Modified Files: .cvsignore sources Added Files: smc-fonts.spec Log Message: * Tue Apr 15 2008 Pravin Satpute <[EMAIL PROTECTED]> 04-6 - corrected meera fonts description it is for traditional script --- NEW FILE smc-fonts.spec --- %define fontname smc %define fontdir %{_datadir}/fonts/%{fontname} Name: %{fontname}-fonts Version:04 Release:6%{?dist} Summary:Open Type Fonts for Malayalam script Group: User Interface/X License:GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ and GPLv2 URL:http://savannah.nongnu.org/projects/smc Source: http://download.savannah.nongnu.org/releases/smc/fonts/malayalam-fonts-%{version}.zip BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description The smc-fonts package contains fonts for the display of traditional and new Malayalam Script. %package dyuthi Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv3+ with exceptions %description dyuthi The smc-fonts-dyuthi package contains fonts for the display of traditional Malayalam Scripts. %package meera Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv2+ with exceptions %description meera The smc-fonts-meera package contains fonts for the display of traditional Malayalam Scripts. %package rachana Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv2+ %description rachana The smc-fonts-rachana package contains fonts for the display of traditional Malayalam Scripts. %package raghumalayalam Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv2 %description raghumalayalam The smc-fonts-malayalam package contains fonts for the display of new Malayalam Scripts. %package suruma Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv3+ with exceptions %description suruma The smc-fonts-suruma package contains fonts for the display of traditional Malayalam Scripts. %prep %setup -q -n malayalam-fonts-%{version} %build echo "Nothing to do in Build." %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{fontdir} install -m 0644 -p *.ttf %{buildroot}%{fontdir} %clean rm -fr %{buildroot} %post dyuthi if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache -f %{fontdir} || : fi %post meera if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache -f %{fontdir} || : fi %post rachana if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache -f %{fontdir} || : fi %post raghumalayalam if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache -f %{fontdir} || : fi %post suruma if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache -f %{fontdir} || : fi %postun dyuthi if [ "$1" = "0" ]; then if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache -f %{fontdir} || : fi fi %postun meera if [ "$1" = "0" ]; then if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache -f %{fontdir} || : fi fi %postun rachana if [ "$1" = "0" ]; then if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache -f %{fontdir} || : fi fi %postun raghumalayalam if [ "$1" = "0" ]; then if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache -f %{fontdir} || : fi fi %postun suruma if [ "$1" = "0" ]; then if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache -f %{fontdir} || : fi fi #%{fontdir} is shared by following packages since they all are for malayalam script only %files dyuthi %defattr(-,root,root,-) %doc *.txt %dir %{fontdir} %{fontdir}/Dyuthi*.ttf %files meera %defattr(-,root,root,-) %doc *.txt %dir %{fontdir} %{fontdir}/Meera*.ttf %files rachana %defattr(-,root,root,-) %doc *.txt %dir %{fontdir} %{fontdir}/Rachana*.ttf %files raghumalayalam %defattr(-,root,root,-) %doc *.txt %dir %{fontdir} %{fontdir}/RaghuMalayalamSans*.ttf %files suruma %defattr(-,root,root,-) %doc *.txt %dir %{fontdir} %{fontdir}/suruma*.ttf %changelog * Tue Apr 15 2008 Pravin Satpute <[EMAIL PROTECTED]> 04-6 - corrected meera fonts description it is for traditional script * Tue Apr 15 2008 Pravin Satpute <[EMAIL PROTECTED]> 04-5 - removed -n {fontname}-fonts from all fields * Mon Apr 14 2008 Pravin Satpute <[EMAIL PROTECTED]> 04-4 - added comment about sharing directory in spec file - fontdir will be 'smc' only instead of 'smc-fonts' earlier * Wed Apr 9 2008 Pravin Satpute <[EMAIL PROTECTED]> 04-3 - defattr now comes after files - s/malayalam/Malayalam in description - removed '-fonts' from fontdir variable value * Fri Apr 4 2008 Pravin Satpute <[EMAIL PROTECTED]> 04-2 -
rpms/smc-fonts/devel .cvsignore, 1.2, 1.3 smc-fonts.spec, 1.1, 1.2 sources, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/smc-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28663 Modified Files: .cvsignore smc-fonts.spec sources Log Message: * Tue Jul 29 2008 Pravin Satpute <[EMAIL PROTECTED]> 04.1-1 - new upstream release - fontconfig rule for size adjustment of Meera is added - two new fonts kalyani and anjalioldlipi - bugfix 448078 Index: .cvsignore === RCS file: /cvs/pkgs/rpms/smc-fonts/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 16 Apr 2008 05:36:29 - 1.2 +++ .cvsignore 29 Jul 2008 09:14:48 - 1.3 @@ -1 +1,2 @@ malayalam-fonts-04.zip +malayalam-fonts-04.1.zip Index: smc-fonts.spec === RCS file: /cvs/pkgs/rpms/smc-fonts/devel/smc-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- smc-fonts.spec 16 Apr 2008 05:36:29 - 1.1 +++ smc-fonts.spec 29 Jul 2008 09:14:48 - 1.2 @@ -1,10 +1,10 @@ %define fontname smc %define fontdir %{_datadir}/fonts/%{fontname} - +%define fontconfdir %{_sysconfdir}/fonts/conf.d Name: %{fontname}-fonts -Version: 04 -Release: 6%{?dist} +Version: 04.1 +Release: 1%{?dist} Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ and GPLv2 @@ -59,17 +59,35 @@ The smc-fonts-suruma package contains fonts for the display of traditional Malayalam Scripts. +%package kalyani +Summary: Open Type Fonts for Malayalam script +Group: User Interface/X +License: GPLv3+ with exceptions +%description kalyani +The smc-fonts-suruma package contains fonts for the display of +new Malayalam Scripts. + +%package anjalioldlipi +Summary: Open Type Fonts for Malayalam script +Group: User Interface/X +License: GPLv3+ with exceptions +%description anjalioldlipi +The smc-fonts-suruma package contains fonts for the display of +traditional Malayalam Scripts. + %prep -%setup -q -n malayalam-fonts-%{version} +%setup -q -n malayalam-fonts-04 %build echo "Nothing to do in Build." %install -rm -fr %{buildroot} +rm -rf %{buildroot} install -m 0755 -d %{buildroot}%{fontdir} install -m 0644 -p *.ttf %{buildroot}%{fontdir} +install -m 0755 -d %{buildroot}%{fontconfdir} +install -m 0644 -p $RPM_BUILD_DIR/malayalam-fonts-04/malayalam-fonts.conf %{buildroot}%{fontconfdir}/90-%{fontname}.conf %clean rm -fr %{buildroot} @@ -99,6 +117,16 @@ %{_bindir}/fc-cache -f %{fontdir} || : fi +%post kalyani +if [ -x %{_bindir}/fc-cache ]; then +%{_bindir}/fc-cache -f %{fontdir} || : +fi + +%post anjalioldlipi +if [ -x %{_bindir}/fc-cache ]; then +%{_bindir}/fc-cache -f %{fontdir} || : +fi + %postun dyuthi if [ "$1" = "0" ]; then if [ -x %{_bindir}/fc-cache ]; then @@ -134,6 +162,20 @@ fi fi +%postun kalyani +if [ "$1" = "0" ]; then + if [ -x %{_bindir}/fc-cache ]; then +%{_bindir}/fc-cache -f %{fontdir} || : + fi +fi + +%postun anjalioldlipi +if [ "$1" = "0" ]; then + if [ -x %{_bindir}/fc-cache ]; then +%{_bindir}/fc-cache -f %{fontdir} || : + fi +fi + #%{fontdir} is shared by following packages since they all are for malayalam script only %files dyuthi %defattr(-,root,root,-) @@ -144,6 +186,7 @@ %files meera %defattr(-,root,root,-) %doc *.txt +%config(noreplace) %{fontconfdir}/90-%{fontname}.conf %dir %{fontdir} %{fontdir}/Meera*.ttf @@ -165,8 +208,25 @@ %dir %{fontdir} %{fontdir}/suruma*.ttf +%files kalyani +%defattr(-,root,root,-) +%doc *.txt +%dir %{fontdir} +%{fontdir}/Kalyani*.ttf + +%files anjalioldlipi +%defattr(-,root,root,-) +%doc *.txt +%dir %{fontdir} +%{fontdir}/AnjaliOldLipi.ttf %changelog +* Tue Jul 29 2008 Pravin Satpute <[EMAIL PROTECTED]> 04.1-1 +- new upstream release +- fontconfig rule for size adjustment of Meera is added +- two new fonts kalyani and anjalioldlipi +- bugfix 448078 + * Tue Apr 15 2008 Pravin Satpute <[EMAIL PROTECTED]> 04-6 - corrected meera fonts description it is for traditional script Index: sources === RCS file: /cvs/pkgs/rpms/smc-fonts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 16 Apr 2008 05:36:29 - 1.2 +++ sources 29 Jul 2008 09:14:48 - 1.3 @@ -1 +1 @@ -a88a77e6b22ac077c729234c15671908 malayalam-fonts-04.zip +492cb9ec6bf69d775e987c1ca06b4003 malayalam-fonts-04.1.zip ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/samyak-fonts/devel .cvsignore, 1.3, 1.4 samyak-fonts.spec, 1.4, 1.5 sources, 1.3, 1.4
Author: pravins Update of /cvs/pkgs/rpms/samyak-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16041 Modified Files: .cvsignore samyak-fonts.spec sources Log Message: * Thu Sep 18 2008 Pravin Satpute <[EMAIL PROTECTED]> 1.2.1-1 - Upstream release 1.2.1 - Added Unicode 5.1 support in Samyak-Devanagari Index: .cvsignore === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Feb 2008 06:26:41 - 1.3 +++ .cvsignore 18 Sep 2008 09:35:10 - 1.4 @@ -1,2 +1,3 @@ samyak-fonts-1.1.0.tar.gz samyak-fonts-1.2.0.tar.gz +samyak-fonts-1.2.1.tar.gz Index: samyak-fonts.spec === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/samyak-fonts.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- samyak-fonts.spec 4 Apr 2008 07:16:24 - 1.4 +++ samyak-fonts.spec 18 Sep 2008 09:35:10 - 1.5 @@ -2,8 +2,8 @@ %define langlist"devanagari gujarati tamil malayalam oriya" Name:samyak-fonts -Version: 1.2.0 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: Free Indian truetype/opentype fonts Group: User Interface/X License: GPLv3+ with exceptions @@ -71,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 18 2008 Pravin Satpute <[EMAIL PROTECTED]> 1.2.1-1 +- upstream release 1.2.1 +- Added Unicode 5.1 support in Samyak-Devanagari + * Fri Apr 04 2008 Pravin Satpute <[EMAIL PROTECTED]> 1.2.0-2 - given proper license name - fc-cache now run on samyak-langname folder Index: sources === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Feb 2008 06:26:41 - 1.3 +++ sources 18 Sep 2008 09:35:10 - 1.4 @@ -1 +1 @@ -a57339ba2b4279938a2d792ebdf70377 samyak-fonts-1.2.0.tar.gz +b487da8289cf633ea131c715a60a6348 samyak-fonts-1.2.1.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/smc-fonts/devel smc-fonts.spec,1.2,1.3
Author: pravins Update of /cvs/pkgs/rpms/smc-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14333 Modified Files: smc-fonts.spec Log Message: * Tue Jan 06 2009 Pravin Satpute 04.1-2 - bugfix 477458 - updated spec Index: smc-fonts.spec === RCS file: /cvs/pkgs/rpms/smc-fonts/devel/smc-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- smc-fonts.spec 29 Jul 2008 09:14:48 - 1.2 +++ smc-fonts.spec 6 Jan 2009 09:30:39 - 1.3 @@ -1,25 +1,38 @@ -%define fontname smc -%define fontdir %{_datadir}/fonts/%{fontname} -%define fontconfdir %{_sysconfdir}/fonts/conf.d +%definefontnamesmc +%definefontconf90-%{fontname} + +# Common description +%define common_desc \ +The smc-fonts package contains fonts for the display of\ +traditional and new Malayalam Script. Name: %{fontname}-fonts Version: 04.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ and GPLv2 URL: http://savannah.nongnu.org/projects/smc Source: http://download.savannah.nongnu.org/releases/smc/fonts/malayalam-fonts-%{version}.zip BuildArch: noarch +BuildRequires: fontpackages-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description -The smc-fonts package contains fonts for the display of -traditional and new Malayalam Script. +%common_desc + +%package common +Summary: Common files for smc-fonts +Group: User Interface/X +Requires: fontpackages-filesystem + +%description common +%common_desc %package dyuthi Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions %description dyuthi The smc-fonts-dyuthi package contains fonts for the display of @@ -28,6 +41,7 @@ %package meera Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv2+ with exceptions %description meera The smc-fonts-meera package contains fonts for the display of @@ -37,6 +51,7 @@ %package rachana Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv2+ %description rachana The smc-fonts-rachana package contains fonts for the display of @@ -46,6 +61,7 @@ %package raghumalayalam Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv2 %description raghumalayalam The smc-fonts-malayalam package contains fonts for the display of @@ -54,6 +70,7 @@ %package suruma Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions %description suruma The smc-fonts-suruma package contains fonts for the display of @@ -62,6 +79,7 @@ %package kalyani Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions %description kalyani The smc-fonts-suruma package contains fonts for the display of @@ -70,11 +88,27 @@ %package anjalioldlipi Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions %description anjalioldlipi The smc-fonts-suruma package contains fonts for the display of traditional Malayalam Scripts. +#%{_fontdir} is shared by following packages since they all are for malayalam script only +%_font_pkg -n dyuthi Dyuthi*.ttf + +%_font_pkg -n meera -f 90-%{fontname}-fonts.conf Meera*.ttf + +%_font_pkg -n rachana Rachana*.ttf + +%_font_pkg -n raghumalayalam RaghuMalayalamSans*.ttf + +%_font_pkg -n suruma suruma*.ttf + +%_font_pkg -n kalyani Kalyani*.ttf + +%_font_pkg -n anjalioldlipi AnjaliOldLipi.ttf + %prep %setup -q -n malayalam-fonts-04 @@ -82,145 +116,31 @@ echo "Nothing to do in Build." %install - rm -rf %{buildroot} -install -m 0755 -d %{buildroot}%{fontdir} -install -m 0644 -p *.ttf %{buildroot}%{fontdir} -install -m 0755 -d %{buildroot}%{fontconfdir} -install -m 0644 -p $RPM_BUILD_DIR/malayalam-fonts-04/malayalam-fonts.conf %{buildroot}%{fontconfdir}/90-%{fontname}.conf +install -m 0755 -d %{buildroot}%{_fontdir} +install -m 0644 -p *.ttf %{buildroot}%{_fontdir} +install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ + %{buildroot}%{_fontconfig_confdir} +install -m 0644 -p $RPM_BUILD_DIR/malayalam-fonts-04/malayalam-fonts.conf %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-fonts.conf +for fconf in %{fontconf}-fonts.conf ; do + ln -s %{_fontconfig_templatedir}/$fconf \ + %
rpms/samyak-fonts/devel samyak-fonts.spec,1.5,1.6
Author: pravins Update of /cvs/pkgs/rpms/samyak-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7015 Modified Files: samyak-fonts.spec Log Message: * Mon Jan 12 2009 Pravin Satpute 1.2.1-2 - bugzilla 477451 - updated spec Index: samyak-fonts.spec === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/samyak-fonts.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- samyak-fonts.spec 18 Sep 2008 09:35:10 - 1.5 +++ samyak-fonts.spec 12 Jan 2009 10:45:29 - 1.6 @@ -1,56 +1,90 @@ -%define xfontdir%{_datadir}/fonts -%define langlist"devanagari gujarati tamil malayalam oriya" +%definefontnamesamyak +%define langlist "devanagari gujarati tamil malayalam oriya" -Name:samyak-fonts -Version: 1.2.1 -Release: 1%{?dist} -Summary: Free Indian truetype/opentype fonts -Group: User Interface/X -License: GPLv3+ with exceptions -URL: https://sarovar.org/projects/samyak/ -Source: samyak-fonts-%{version}.tar.gz -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# Common description +%define common_desc \ +The Samyak package contains fonts for the display of \ +Scripts Devanagari, Gujarati, Malayalam, Oriya and Tamil + +Name: %{fontname}-fonts +Version: 1.2.1 +Release: 2%{?dist} +Summary: Free Indian truetype/opentype fonts +Group: User Interface/X +License: GPLv3+ with exceptions +URL: https://sarovar.org/projects/samyak/ +Source:samyak-fonts-%{version}.tar.gz +BuildArch: noarch +BuildRequires: fontpackages-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description -The Samyak package contains fonts for the display of -Scripts Devanagari, Gujarati, Malayalam, Oriya and Tamil +%common_desc + +%package common +Summary: Common files for smc-fonts +Group: User Interface/X +Requires: fontpackages-filesystem + +%description common +%common_desc + +%package devanagari +Summary: Open Type Fonts for Devanagari script +Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} +License: GPLv3+ with exceptions +%description devanagari +This package contains truetype/opentype font for the display of \ +Scripts Devanagari. + +%package tamil +Summary: Open Type Fonts for Tamil script +Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} +License: GPLv3+ with exceptions +%description tamil +This package contains truetype/opentype font for the display of \ +Scripts Tamil. + + +%package malayalam +Summary: Open Type Fonts for Malayalam script +Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} +License: GPLv3+ with exceptions +%description malayalam +This package contains truetype/opentype font for the display of \ +Scripts Malayalam. + +%package gujarati +Summary: Open Type Fonts for Gujarai script +Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} +License: GPLv3+ with exceptions +%description gujarati +This package contains truetype/opentype font for the display of \ +Scripts Gujarati. + +%package oriya +Summary: Open Type Fonts for Oriya script +Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} +License: GPLv3+ with exceptions +%description oriya +This package contains truetype/opentype font for the display of \ +Scripts Oriya. + +%_font_pkg -n devanagari %{fontname}-devanagari/Samyak-*.ttf + +%_font_pkg -n tamil %{fontname}-tamil/*.ttf + +%_font_pkg -n malayalam %{fontname}-malayalam/*.ttf + +%_font_pkg -n oriya %{fontname}-oriya/*.ttf + +%_font_pkg -n gujarati %{fontname}-gujarati/*.ttf -# mk_pkg -%define mk_pkg() \ -%package -n samyak-fonts-%1\ -Summary:Free %(echo %1 | sed -e "s/\\(.*\\)/\\u\\1/") font\ -Group: User Interface/X \ -Provides: ttfonts-%2 = 1.8-2\ -Obsoletes : ttfonts-%2 <= 1.8-1\ -\ -\ -%description -n samyak-fonts-%1\ -This package provides a free %(echo %1 | sed -e "s/\\(.*\\)/\\u\\1/") truetype/opentype font.\ -\ -%files -n samyak-fonts-%1\ -%defattr(-, root, root, -)\ -%doc COPYING README AUTHORS\ -%dir %{xfontdir}/samyak-%1\ -%{xfontdir}/samyak-%1/*.ttf\ -\ -%post -n samyak-fonts-%1 \ -if [ -x %{_bindir}/fc-cache ]; then \ - %{_bindir}/fc-cache %{xfontdir}/samyak-%1 \ -fi \ -\ -%postun -n samyak-fonts-%1 \ -if [ "$1" = "0" ]; then \ - if [ -x %{_bindir}/fc-cache ]; then \ -%{_bindir}/fc-cache %{xfontdir}/samyak-%1 \ - fi \ -fi - -%mk_pkg gujarati gu -%mk_pkg devanagari hi -%mk_pkg malayalam ml -%mk_pkg oriya or -%mk_pkg tamil ta %prep %setup -q -n samyak-fonts-%{version} @@ -59,18 +93,28 @@ echo "Nothing to do in Build." %install -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} for i in "%{langlist}" do - install -d $RPM_BUILD_ROOT/%{xfontdi
rpms/samyak-fonts/devel samyak-fonts.spec,1.6,1.7
Author: pravins Update of /cvs/pkgs/rpms/samyak-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24456 Modified Files: samyak-fonts.spec Log Message: * Tue Feb 03 2009 Pravin Satpute 1.2.1-3 - renamed font package as per fedora new Font_package_naming guideline - updated spec Index: samyak-fonts.spec === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/samyak-fonts.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- samyak-fonts.spec 12 Jan 2009 10:45:29 - 1.6 +++ samyak-fonts.spec 3 Feb 2009 09:34:58 - 1.7 @@ -8,7 +8,7 @@ Name: %{fontname}-fonts Version: 1.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Free Indian truetype/opentype fonts Group: User Interface/X License: GPLv3+ with exceptions @@ -21,70 +21,80 @@ %description %common_desc -%package common +%package -n %{fontname}-common-fonts Summary: Common files for smc-fonts Group: User Interface/X Requires: fontpackages-filesystem - -%description common +Provides: %{name}-common = %{version}-%{release} +Obsoletes: %{name}-common < 1.2.1-3 +%description -n %{fontname}-common-fonts %common_desc -%package devanagari +%package -n %{fontname}-devanagari-fonts Summary: Open Type Fonts for Devanagari script Group: User Interface/X -Requires: %{name}-common = %{version}-%{release} +Requires: %{fontname}-common-fonts = %{version}-%{release} License: GPLv3+ with exceptions -%description devanagari +Provides: %{name}-devanagari = %{version}-%{release} +Obsoletes: %{name}-devanagari < 1.2.1-3 +%description -n %{fontname}-devanagari-fonts This package contains truetype/opentype font for the display of \ Scripts Devanagari. -%package tamil +%_font_pkg -n devanagari %{fontname}-devanagari/Samyak-*.ttf + +%package -n %{fontname}-tamil-fonts Summary: Open Type Fonts for Tamil script Group: User Interface/X -Requires: %{name}-common = %{version}-%{release} +Requires: %{fontname}-common-fonts = %{version}-%{release} License: GPLv3+ with exceptions -%description tamil +Provides: %{name}-tamil = %{version}-%{release} +Obsoletes: %{name}-tamil < 1.2.1-3 +%description -n %{fontname}-tamil-fonts This package contains truetype/opentype font for the display of \ Scripts Tamil. +%_font_pkg -n tamil %{fontname}-tamil/*.ttf -%package malayalam +%package -n %{fontname}-malayalam-fonts Summary: Open Type Fonts for Malayalam script Group: User Interface/X -Requires: %{name}-common = %{version}-%{release} +Requires: %{fontname}-common-fonts = %{version}-%{release} License: GPLv3+ with exceptions -%description malayalam +Provides: %{name}-malayalam = %{version}-%{release} +Obsoletes: %{name}-malayalam < 1.2.1-3 +%description -n %{fontname}-malayalam-fonts This package contains truetype/opentype font for the display of \ Scripts Malayalam. -%package gujarati +%_font_pkg -n malayalam %{fontname}-malayalam/*.ttf + +%package -n %{fontname}-gujarati-fonts Summary: Open Type Fonts for Gujarai script Group: User Interface/X -Requires: %{name}-common = %{version}-%{release} +Requires: %{fontname}-common-fonts = %{version}-%{release} License: GPLv3+ with exceptions -%description gujarati +Provides: %{name}-gujarati = %{version}-%{release} +Obsoletes: %{name}-gujarati < 1.2.1-3 +%description -n %{fontname}-gujarati-fonts This package contains truetype/opentype font for the display of \ Scripts Gujarati. -%package oriya +%_font_pkg -n gujarati %{fontname}-gujarati/*.ttf + +%package -n %{fontname}-oriya-fonts Summary: Open Type Fonts for Oriya script Group: User Interface/X -Requires: %{name}-common = %{version}-%{release} +Requires: %{fontname}-common-fonts = %{version}-%{release} License: GPLv3+ with exceptions -%description oriya +Provides: %{name}-oriya = %{version}-%{release} +Obsoletes: %{name}-oriya < 1.2.1-3 +%description -n %{fontname}-oriya-fonts This package contains truetype/opentype font for the display of \ Scripts Oriya. -%_font_pkg -n devanagari %{fontname}-devanagari/Samyak-*.ttf - -%_font_pkg -n tamil %{fontname}-tamil/*.ttf - -%_font_pkg -n malayalam %{fontname}-malayalam/*.ttf - %_font_pkg -n oriya %{fontname}-oriya/*.ttf -%_font_pkg -n gujarati %{fontname}-gujarati/*.ttf - %prep %setup -q -n samyak-fonts-%{version} @@ -105,12 +115,16 @@ rm -fr %{buildroot} -%files common +%files -n %{fontname}-common-fonts %defattr(-,root,root,-) %doc COPYING README AUTHORS %dir %{_fontdir} %changelog +* Tue Feb 03 2009 Pravin Satpute 1.2.1-3 +- renamed font package as per fedora new Font_package_naming guideline +- updated spec + * Mon Jan 12 2009 Pravin Satpute 1.2.1-2 - bugzilla 477451 - updated spec ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/samyak-fonts/devel samyak-fonts.spec,1.7,1.8
Author: pravins Update of /cvs/pkgs/rpms/samyak-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20471 Modified Files: samyak-fonts.spec Log Message: * Wed Feb 04 2009 Pravin Satpute 1.2.1-4 - renamed samyak-common-fonts to samyak-fonts-common Index: samyak-fonts.spec === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/samyak-fonts.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- samyak-fonts.spec 3 Feb 2009 09:34:58 - 1.7 +++ samyak-fonts.spec 4 Feb 2009 08:16:22 - 1.8 @@ -8,7 +8,7 @@ Name: %{fontname}-fonts Version: 1.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Free Indian truetype/opentype fonts Group: User Interface/X License: GPLv3+ with exceptions @@ -21,19 +21,19 @@ %description %common_desc -%package -n %{fontname}-common-fonts +%package common Summary: Common files for smc-fonts Group: User Interface/X Requires: fontpackages-filesystem -Provides: %{name}-common = %{version}-%{release} -Obsoletes: %{name}-common < 1.2.1-3 -%description -n %{fontname}-common-fonts +Provides: %{fontname}-common-fonts = %{version}-%{release} +Obsoletes: %{fontname}-common-fonts < 1.2.1-4 +%description common %common_desc %package -n %{fontname}-devanagari-fonts Summary: Open Type Fonts for Devanagari script Group: User Interface/X -Requires: %{fontname}-common-fonts = %{version}-%{release} +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions Provides: %{name}-devanagari = %{version}-%{release} Obsoletes: %{name}-devanagari < 1.2.1-3 @@ -46,7 +46,7 @@ %package -n %{fontname}-tamil-fonts Summary: Open Type Fonts for Tamil script Group: User Interface/X -Requires: %{fontname}-common-fonts = %{version}-%{release} +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions Provides: %{name}-tamil = %{version}-%{release} Obsoletes: %{name}-tamil < 1.2.1-3 @@ -59,7 +59,7 @@ %package -n %{fontname}-malayalam-fonts Summary: Open Type Fonts for Malayalam script Group: User Interface/X -Requires: %{fontname}-common-fonts = %{version}-%{release} +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions Provides: %{name}-malayalam = %{version}-%{release} Obsoletes: %{name}-malayalam < 1.2.1-3 @@ -72,7 +72,7 @@ %package -n %{fontname}-gujarati-fonts Summary: Open Type Fonts for Gujarai script Group: User Interface/X -Requires: %{fontname}-common-fonts = %{version}-%{release} +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions Provides: %{name}-gujarati = %{version}-%{release} Obsoletes: %{name}-gujarati < 1.2.1-3 @@ -85,7 +85,7 @@ %package -n %{fontname}-oriya-fonts Summary: Open Type Fonts for Oriya script Group: User Interface/X -Requires: %{fontname}-common-fonts = %{version}-%{release} +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions Provides: %{name}-oriya = %{version}-%{release} Obsoletes: %{name}-oriya < 1.2.1-3 @@ -115,12 +115,15 @@ rm -fr %{buildroot} -%files -n %{fontname}-common-fonts +%files common %defattr(-,root,root,-) %doc COPYING README AUTHORS %dir %{_fontdir} %changelog +* Wed Feb 04 2009 Pravin Satpute 1.2.1-4 +- renamed samyak-common-fonts to samyak-fonts-common + * Tue Feb 03 2009 Pravin Satpute 1.2.1-3 - renamed font package as per fedora new Font_package_naming guideline - updated spec ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/smc-fonts/devel smc-fonts.spec,1.6,1.7
Author: pravins Update of /cvs/pkgs/rpms/smc-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18272 Modified Files: smc-fonts.spec Log Message: * Fri Apr 03 2009 Pravin Satpute 04.1-6 - bugfix 493814 - added 'Provides' field for packages Index: smc-fonts.spec === RCS file: /cvs/pkgs/rpms/smc-fonts/devel/smc-fonts.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- smc-fonts.spec 26 Feb 2009 01:41:38 - 1.6 +++ smc-fonts.spec 3 Apr 2009 09:27:32 - 1.7 @@ -8,7 +8,7 @@ Name: %{fontname}-fonts Version: 04.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ and GPLv2 @@ -34,6 +34,7 @@ Group: User Interface/X Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions +Provides: %{fontname}-fonts-dyuthi = %{version}-%{release} Obsoletes: %{name}-dyuthi < 04.1-4 %description -n %{fontname}-dyuthi-fonts The Dyuthi font package contains fonts for the display of @@ -46,6 +47,7 @@ Group: User Interface/X Requires: %{name}-common = %{version}-%{release} License: GPLv2+ with exceptions +Provides: %{fontname}-fonts-meera = %{version}-%{release} Obsoletes: %{name}-meera < 04.1-4 %description -n %{fontname}-meera-fonts The Meera font package contains fonts for the display of @@ -59,6 +61,7 @@ Group: User Interface/X Requires: %{name}-common = %{version}-%{release} License: GPLv2+ +Provides: %{fontname}-fonts-rachana = %{version}-%{release} Obsoletes: %{name}-rachana < 04.1-4 %description -n %{fontname}-rachana-fonts The Rachana font package contains fonts for the display of @@ -72,6 +75,7 @@ Group: User Interface/X Requires: %{name}-common = %{version}-%{release} License: GPLv2 +Provides: %{fontname}-fonts-raghumalayalam = %{version}-%{release} Obsoletes: %{name}-raghumalayalam < 04.1-4 %description -n %{fontname}-raghumalayalam-fonts The SMC Malayalam fonts package contains fonts for the display of @@ -84,6 +88,7 @@ Group: User Interface/X Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions +Provides: %{fontname}-fonts-suruma = %{version}-%{release} Obsoletes: %{name}-suruma < 04.1-4 %description -n %{fontname}-suruma-fonts The Suruma font package contains fonts for the display of @@ -96,6 +101,7 @@ Group: User Interface/X Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions +Provides: %{fontname}-fonts-kalyani = %{version}-%{release} Obsoletes: %{name}-kalyani < 04.1-4 %description -n %{fontname}-kalyani-fonts The Kalyani font package contains fonts for the display of @@ -108,6 +114,7 @@ Group: User Interface/X Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions +Provides: %{fontname}-fonts-anjalioldlipi = %{version}-%{release} Obsoletes: %{name}-anjalioldlipi < 04.1-4 %description -n %{fontname}-anjalioldlipi-fonts The Anjali OldLipi package contains fonts for the display of @@ -145,6 +152,10 @@ %dir %{_fontdir} %changelog +* Fri Apr 03 2009 Pravin Satpute 04.1-6 +- bugfix 493814 +- added 'Provides' field for packages + * Wed Feb 25 2009 Fedora Release Engineering - 04.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-fonts/devel .cvsignore, 1.10, 1.11 lohit-fonts.spec, 1.13, 1.14 sources, 1.10, 1.11
Author: pravins Update of /cvs/pkgs/rpms/lohit-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24929 Modified Files: .cvsignore lohit-fonts.spec sources Log Message: * Tue Aug 04 2009 Pravin Satpute - 2.4.0-1 - Added Unicode 5.1 support in All Lohit fonts Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-fonts/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 5 Mar 2009 14:12:48 - 1.10 +++ .cvsignore 4 Aug 2009 05:10:43 - 1.11 @@ -1 +1,2 @@ lohit-fonts-2.3.8.tar.gz +lohit-fonts-2.4.0.tar.gz Index: lohit-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-fonts/devel/lohit-fonts.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- lohit-fonts.spec25 Jul 2009 11:16:17 - 1.13 +++ lohit-fonts.spec4 Aug 2009 05:10:43 - 1.14 @@ -7,8 +7,8 @@ Languages. Name: %{fontname}-fonts -Version:2.3.8 -Release:2%{?dist} +Version:2.4.0 +Release:1%{?dist} Summary:Free Indian truetype/opentype fonts Group: User Interface/X @@ -267,6 +267,9 @@ rm -fr %{buildroot} %changelog +* Tue Aug 04 2009 Pravin Satpute - 2.4.0-1 +- Added Unicode 5.1 support in All Lohit fonts + * Sat Jul 25 2009 Fedora Release Engineering - 2.3.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources === RCS file: /cvs/pkgs/rpms/lohit-fonts/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 5 Mar 2009 14:12:48 - 1.10 +++ sources 4 Aug 2009 05:10:43 - 1.11 @@ -1 +1 @@ -f3b5c3cd8e370f1669d44cec3eab1f2b lohit-fonts-2.3.8.tar.gz +a729f805c323308ab2c728c8e6fa72c0 lohit-fonts-2.4.0.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-fonts/devel lohit-fonts.spec,1.14,1.15
Author: pravins Update of /cvs/pkgs/rpms/lohit-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19809 Modified Files: lohit-fonts.spec Log Message: * Tue Aug 04 2009 Pravin Satpute - 2.4.0-2 - updated summary for Hindi font package bug 514443 Index: lohit-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-fonts/devel/lohit-fonts.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- lohit-fonts.spec4 Aug 2009 05:10:43 - 1.14 +++ lohit-fonts.spec4 Aug 2009 06:49:40 - 1.15 @@ -8,7 +8,7 @@ Languages. Name: %{fontname}-fonts Version:2.4.0 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Indian truetype/opentype fonts Group: User Interface/X @@ -71,7 +71,7 @@ This package provides a free Gujarati tr %_font_pkg -n gujarati lohit_gu.ttf %package -n %{fontname}-hindi-fonts -Summary:Free Gujarati font +Summary:Free Hindi font Group: User Interface/X Requires: %{name}-common = %{version}-%{release} Provides: lohit-fonts-hindi = %{version}-%{release} @@ -267,6 +267,9 @@ rm -fr %{buildroot} %changelog +* Tue Aug 04 2009 Pravin Satpute - 2.4.0-2 +- updated summary for Hindi font package bug 514443 + * Tue Aug 04 2009 Pravin Satpute - 2.4.0-1 - Added Unicode 5.1 support in All Lohit fonts ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-fonts/devel lohit-fonts.spec,1.15,1.16
Author: pravins Update of /cvs/pkgs/rpms/lohit-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30542 Modified Files: lohit-fonts.spec Log Message: * Tue Aug 11 2009 Pravin Satpute - 2.4.0-3 - updated source url Index: lohit-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-fonts/devel/lohit-fonts.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- lohit-fonts.spec4 Aug 2009 06:49:40 - 1.15 +++ lohit-fonts.spec11 Aug 2009 04:49:17 - 1.16 @@ -8,13 +8,13 @@ Languages. Name: %{fontname}-fonts Version:2.4.0 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Indian truetype/opentype fonts Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ -Source: http://rbhalera.fedorapeople.org/released/lohit/lohit-fonts-%{version}.tar.gz +Source: http://pravins.fedorapeople.org/lohit/lohit-fonts-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontpackages-devel @@ -267,6 +267,9 @@ rm -fr %{buildroot} %changelog +* Tue Aug 11 2009 Pravin Satpute - 2.4.0-3 +- updated source url + * Tue Aug 04 2009 Pravin Satpute - 2.4.0-2 - updated summary for Hindi font package bug 514443 ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-fonts/devel .cvsignore, 1.11, 1.12 lohit-fonts.spec, 1.16, 1.17 sources, 1.11, 1.12
Author: pravins Update of /cvs/pkgs/rpms/lohit-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1645 Modified Files: .cvsignore lohit-fonts.spec sources Log Message: * Wed Aug 12 2009 Pravin Satpute - 2.4.1-1 - upstream new release Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-fonts/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- .cvsignore 4 Aug 2009 05:10:43 - 1.11 +++ .cvsignore 12 Aug 2009 06:47:37 - 1.12 @@ -1,2 +1,3 @@ lohit-fonts-2.3.8.tar.gz lohit-fonts-2.4.0.tar.gz +lohit-fonts-2.4.1.tar.gz Index: lohit-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-fonts/devel/lohit-fonts.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- lohit-fonts.spec11 Aug 2009 04:49:17 - 1.16 +++ lohit-fonts.spec12 Aug 2009 06:47:37 - 1.17 @@ -7,14 +7,14 @@ Languages. Name: %{fontname}-fonts -Version:2.4.0 -Release:3%{?dist} +Version:2.4.1 +Release:1%{?dist} Summary:Free Indian truetype/opentype fonts Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ -Source: http://pravins.fedorapeople.org/lohit/lohit-fonts-%{version}.tar.gz +Source: https://fedorahosted.org/releases/l/o/lohit/lohit-fonts-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontpackages-devel @@ -261,12 +261,15 @@ rm -fr %{buildroot} %files common %defattr(0644,root,root,0755) -%doc COPYING README AUTHORS ChangeLog +%doc COPYING README AUTHORS ChangeLog COPYRIGHT %dir %{_fontdir} %changelog +* Wed Aug 12 2009 Pravin Satpute - 2.4.1-1 +- upstream new release + * Tue Aug 11 2009 Pravin Satpute - 2.4.0-3 - updated source url Index: sources === RCS file: /cvs/pkgs/rpms/lohit-fonts/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- sources 4 Aug 2009 05:10:43 - 1.11 +++ sources 12 Aug 2009 06:47:37 - 1.12 @@ -1 +1 @@ -a729f805c323308ab2c728c8e6fa72c0 lohit-fonts-2.4.0.tar.gz +d2dccfceed0d38cbf5bf6fb31836f7f7 lohit-fonts-2.4.1.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-fonts/devel .cvsignore, 1.12, 1.13 lohit-fonts.spec, 1.17, 1.18 sources, 1.12, 1.13
Author: pravins Update of /cvs/pkgs/rpms/lohit-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6232 Modified Files: .cvsignore lohit-fonts.spec sources Log Message: * Mon Aug 31 2009 Pravin Satpute - 2.4.2-1 - upstream new release - rh bugzilla bug fixes 520032 520033 520034 520035 520036 520037 520038 520039 - rh bugzilla bug fixes 520040 520041 520042 520043 520045 520046 520049 520050 520051 Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-fonts/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- .cvsignore 12 Aug 2009 06:47:37 - 1.12 +++ .cvsignore 31 Aug 2009 08:52:49 - 1.13 @@ -1,3 +1,4 @@ lohit-fonts-2.3.8.tar.gz lohit-fonts-2.4.0.tar.gz lohit-fonts-2.4.1.tar.gz +lohit-fonts-2.4.2.tar.gz Index: lohit-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-fonts/devel/lohit-fonts.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- lohit-fonts.spec12 Aug 2009 06:47:37 - 1.17 +++ lohit-fonts.spec31 Aug 2009 08:52:49 - 1.18 @@ -7,7 +7,7 @@ Languages. Name: %{fontname}-fonts -Version:2.4.1 +Version:2.4.2 Release:1%{?dist} Summary:Free Indian truetype/opentype fonts @@ -42,7 +42,7 @@ Requires: %{name}-common = %{versi %common_desc This package provides a free Assamese truetype/opentype font. -%_font_pkg -n assamese lohit_as.ttf +%_font_pkg -n assamese -f 66-%{fontname}-assamese.conf lohit_as.ttf %package -n %{fontname}-bengali-fonts Summary:Free Bengali font @@ -55,7 +55,7 @@ Obsoletes: lohit-fonts-bengali < 2.3.1-2 %common_desc This package provides a free Bengali truetype/opentype font. -%_font_pkg -n bengali lohit_bn.ttf +%_font_pkg -n bengali -f 66-%{fontname}-bengali.conf lohit_bn.ttf %package -n %{fontname}-gujarati-fonts Summary:Free Gujarati font @@ -68,7 +68,7 @@ Obsoletes: lohit-fonts-gujarati < 2.3.1- %common_desc This package provides a free Gujarati truetype/opentype font. -%_font_pkg -n gujarati lohit_gu.ttf +%_font_pkg -n gujarati -f 66-%{fontname}-gujarati.conf lohit_gu.ttf %package -n %{fontname}-hindi-fonts Summary:Free Hindi font @@ -81,7 +81,7 @@ Obsoletes: lohit-fonts-hindi < 2.3.1-2 %common_desc This package provides a free Hindi truetype/opentype font. -%_font_pkg -n hindi lohit_hi.ttf +%_font_pkg -n hindi -f 66-%{fontname}-hindi.conf lohit_hi.ttf %package -n %{fontname}-kannada-fonts Summary:Free Kannada font @@ -94,7 +94,7 @@ Obsoletes: lohit-fonts-kannada < 2.3.1-2 %common_desc This package provides a free Kannada truetype/opentype font. -%_font_pkg -n kannada lohit_kn.ttf +%_font_pkg -n kannada -f 66-%{fontname}-kannada.conf lohit_kn.ttf %package -n %{fontname}-kashmiri-fonts Summary:Free Kashmiri font @@ -107,7 +107,7 @@ Obsoletes: lohit-fonts-kashmiri < 2.3.1- %common_desc This package provides a free Kashmiri truetype/opentype font. -%_font_pkg -n kashmiri lohit_ks.ttf +%_font_pkg -n kashmiri -f 66-%{fontname}-kashmiri*.conf lohit_ks.ttf %package -n %{fontname}-konkani-fonts Summary:Free Konkani font @@ -120,7 +120,7 @@ Obsoletes: lohit-fonts-konkani < 2.3.1-2 %common_desc This package provides a free Konkani truetype/opentype font. -%_font_pkg -n konkani lohit_kok.ttf +%_font_pkg -n konkani -f 66-%{fontname}-konkani.conf lohit_kok.ttf %package -n %{fontname}-maithili-fonts Summary:Free Maithili font @@ -133,7 +133,7 @@ Obsoletes: lohit-fonts-maithili < 2.3.1- %common_desc This package provides a free Maithili truetype/opentype font. -%_font_pkg -n maithili lohit_mai.ttf +%_font_pkg -n maithili -f 66-%{fontname}-maithili.conf lohit_mai.ttf %package -n %{fontname}-malayalam-fonts Summary:Free Malayalam font @@ -159,7 +159,7 @@ Obsoletes: lohit-fonts-marathi < 2.3.1-2 %common_desc This package provides a free Marathi truetype/opentype font. -%_font_pkg -n marathi lohit_mr.ttf +%_font_pkg -n marathi -f 66-%{fontname}-marathi.conf lohit_mr.ttf %package -n %{fontname}-nepali-fonts Summary:Free Nepali font @@ -172,7 +172,7 @@ Obsoletes: lohit-fonts-nepali < 2.3.1-2 %common_desc This package provides a free Nepali truetype/opentype font. -%_font_pkg -n nepali lohit_ne.ttf +%_font_pkg -n nepali -f 67-%{fontname}-nepali.conf lohit_ne.ttf %package -n %{fontname}-oriya-fonts Summary:Free Oriya font @@ -185,7 +185,7 @@ Obsoletes: lohit-fonts-oriya < 2.3.1-2 %common_desc This package provides a free Oriya truetype/opentype font. -%_font_pkg -n oriya lohit_or.ttf +%_font_pkg -n oriya -f 66-%{fontname}-oriya.conf lohit_or.ttf %package -n %{fontname}-punjabi-fonts Summary:Free Punjabi font @@ -198,7 +198,7 @@ Obsoletes: lohit-fonts-punjabi < 2.
rpms/lohit-fonts/F-11 .cvsignore, 1.10, 1.11 lohit-fonts.spec, 1.12, 1.13 sources, 1.10, 1.11
Author: pravins Update of /cvs/pkgs/rpms/lohit-fonts/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31197 Modified Files: .cvsignore lohit-fonts.spec sources Log Message: * Thu Sep 10 2009 Pravin Satpute - 2.4.0-1 - Added Unicode 5.1 support in All Lohit fonts - updated summary for Hindi font package bug 514443 - updated source url Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-fonts/F-11/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 5 Mar 2009 14:12:48 - 1.10 +++ .cvsignore 10 Sep 2009 07:16:22 - 1.11 @@ -1 +1,2 @@ lohit-fonts-2.3.8.tar.gz +lohit-fonts-2.4.0.tar.gz Index: lohit-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-fonts/F-11/lohit-fonts.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- lohit-fonts.spec5 Mar 2009 14:12:48 - 1.12 +++ lohit-fonts.spec10 Sep 2009 07:16:22 - 1.13 @@ -7,14 +7,14 @@ Languages. Name: %{fontname}-fonts -Version:2.3.8 +Version:2.4.0 Release:1%{?dist} Summary:Free Indian truetype/opentype fonts Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ -Source: http://rbhalera.fedorapeople.org/released/lohit/lohit-fonts-%{version}.tar.gz +Source: http://pravins.fedorapeople.org/lohit/lohit-fonts-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontpackages-devel @@ -84,7 +84,7 @@ This package provides a free Hindi truet %_font_pkg -n hindi lohit_hi.ttf %package -n %{fontname}-kannada-fonts -Summary:Free Kannada font +Summary:Free Hindi font Group: User Interface/X Requires: %{name}-common = %{version}-%{release} Provides: lohit-fonts-kannada = %{version}-%{release} @@ -267,6 +267,10 @@ rm -fr %{buildroot} %changelog +* Thu Sep 10 2009 Pravin Satpute - 2.4.0-1 +- Added Unicode 5.1 support in All Lohit fonts +- updated summary for Hindi font package bug 514443 +- updated source url * Thu Mar 05 2009 Rahul Bhalerao - 2.3.8-1.fc11 - Bug 428427 - [kn_IN][fonts-indic] - 0CB5+0CCA is wrongly rendering Index: sources === RCS file: /cvs/pkgs/rpms/lohit-fonts/F-11/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 5 Mar 2009 14:12:48 - 1.10 +++ sources 10 Sep 2009 07:16:23 - 1.11 @@ -1 +1 @@ -f3b5c3cd8e370f1669d44cec3eab1f2b lohit-fonts-2.3.8.tar.gz +a729f805c323308ab2c728c8e6fa72c0 lohit-fonts-2.4.0.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-assamese-fonts/devel import.log, NONE, 1.1 lohit-assamese-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-assamese-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7469/devel Modified Files: .cvsignore sources Added Files: import.log lohit-assamese-fonts.spec Log Message: * Wed Sep 09 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-assamese-fonts-2_4_3-1_fc11:HEAD:lohit-assamese-fonts-2.4.3-1.fc11.src.rpm:1252660518 --- NEW FILE lohit-assamese-fonts.spec --- %global fontname lohit-assamese %global fontconf 66-%{fontname}.conf #global archivename %{name}-%{version} â‘¡ Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Assamese font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/assamese/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Assamese truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Wed Sep 09 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-assamese-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 07:12:04 - 1.1 +++ .cvsignore 11 Sep 2009 09:13:50 - 1.2 @@ -0,0 +1 @@ +lohit-assamese-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-assamese-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 07:12:04 - 1.1 +++ sources 11 Sep 2009 09:13:50 - 1.2 @@ -0,0 +1 @@ +95852a4abd82d4e14a83e3272d33f29e lohit-assamese-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-bengali-fonts/devel import.log, NONE, 1.1 lohit-bengali-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-bengali-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9595/devel Modified Files: .cvsignore sources Added Files: import.log lohit-bengali-fonts.spec Log Message: * Wed Sep 09 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-bengali-fonts-2_4_3-1_fc11:HEAD:lohit-bengali-fonts-2.4.3-1.fc11.src.rpm:1252661088 --- NEW FILE lohit-bengali-fonts.spec --- %global fontname lohit-bengali %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Bengali font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/bengali/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Bengali truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Wed Sep 09 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-bengali-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:04:36 - 1.1 +++ .cvsignore 11 Sep 2009 09:21:05 - 1.2 @@ -0,0 +1 @@ +lohit-bengali-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-bengali-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:04:36 - 1.1 +++ sources 11 Sep 2009 09:21:05 - 1.2 @@ -0,0 +1 @@ +e696acd2baad147430062303b4794d53 lohit-bengali-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-gujarati-fonts/devel import.log, NONE, 1.1 lohit-gujarati-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-gujarati-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21854/devel Modified Files: .cvsignore sources Added Files: import.log lohit-gujarati-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-gujarati-fonts-2_4_3-1_fc11:HEAD:lohit-gujarati-fonts-2.4.3-1.fc11.src.rpm:1252663708 --- NEW FILE lohit-gujarati-fonts.spec --- %global fontname lohit-gujarati %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Gujarati font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/gujarati/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Gujarati truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-gujarati-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:10:23 - 1.1 +++ .cvsignore 11 Sep 2009 10:04:36 - 1.2 @@ -0,0 +1 @@ +lohit-gujarati-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-gujarati-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:10:23 - 1.1 +++ sources 11 Sep 2009 10:04:36 - 1.2 @@ -0,0 +1 @@ +92dacc86836abbf69bfcc47c3e9ae669 lohit-gujarati-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-hindi-fonts/devel import.log, NONE, 1.1 lohit-hindi-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-hindi-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23109/devel Modified Files: .cvsignore sources Added Files: import.log lohit-hindi-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-hindi-fonts-2_4_3-1_fc11:HEAD:lohit-hindi-fonts-2.4.3-1.fc11.src.rpm:1252663836 --- NEW FILE lohit-hindi-fonts.spec --- %global fontname lohit-hindi %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Hindi font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/gujarati/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Hindi truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-hindi-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:21:16 - 1.1 +++ .cvsignore 11 Sep 2009 10:06:35 - 1.2 @@ -0,0 +1 @@ +lohit-hindi-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-hindi-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:21:17 - 1.1 +++ sources 11 Sep 2009 10:06:35 - 1.2 @@ -0,0 +1 @@ +4612dc350a1364745c42935d5d67ba04 lohit-hindi-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-kannada-fonts/devel import.log, NONE, 1.1 lohit-kannada-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-kannada-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24471/devel Modified Files: .cvsignore sources Added Files: import.log lohit-kannada-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-kannada-fonts-2_4_3-1_fc11:HEAD:lohit-kannada-fonts-2.4.3-1.fc11.src.rpm:1252664020 --- NEW FILE lohit-kannada-fonts.spec --- %global fontname lohit-kannada %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Kannada font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/kannada/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Kannada truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-kannada-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:29:41 - 1.1 +++ .cvsignore 11 Sep 2009 10:09:54 - 1.2 @@ -0,0 +1 @@ +lohit-kannada-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-kannada-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:29:41 - 1.1 +++ sources 11 Sep 2009 10:09:54 - 1.2 @@ -0,0 +1 @@ +a5a3d4367ebf8f68388bd9c75f82e8a0 lohit-kannada-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-kashmiri-fonts/devel import.log, NONE, 1.1 lohit-kashmiri-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-kashmiri-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25708/devel Modified Files: .cvsignore sources Added Files: import.log lohit-kashmiri-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-kashmiri-fonts-2_4_3-1_fc11:HEAD:lohit-kashmiri-fonts-2.4.3-1.fc11.src.rpm:1252664215 --- NEW FILE lohit-kashmiri-fonts.spec --- %global fontname lohit-kashmiri %global fontconf 66-%{fontna...@devanagari.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Kashmiri Devanagari Script Font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/gujarati/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Kashmiri devanagari script truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-kashmiri-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:42:56 - 1.1 +++ .cvsignore 11 Sep 2009 10:13:56 - 1.2 @@ -0,0 +1 @@ +lohit-kashmiri-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-kashmiri-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:42:56 - 1.1 +++ sources 11 Sep 2009 10:13:56 - 1.2 @@ -0,0 +1 @@ +d93ad45a8834d963d4d315719000c65d lohit-kashmiri-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-konkani-fonts/devel import.log, NONE, 1.1 lohit-konkani-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-konkani-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27971/devel Modified Files: .cvsignore sources Added Files: import.log lohit-konkani-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-konkani-fonts-2_4_3-1_fc11:HEAD:lohit-konkani-fonts-2.4.3-1.fc11.src.rpm:1252664687 --- NEW FILE lohit-konkani-fonts.spec --- %global fontname lohit-konkani %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Konkani Font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/konkani/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Konkani truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-konkani-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:44:57 - 1.1 +++ .cvsignore 11 Sep 2009 10:21:07 - 1.2 @@ -0,0 +1 @@ +lohit-konkani-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-konkani-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:44:57 - 1.1 +++ sources 11 Sep 2009 10:21:08 - 1.2 @@ -0,0 +1 @@ +4e207253134e0c487da1f5bb22de4bf0 lohit-konkani-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-maithili-fonts/devel import.log, NONE, 1.1 lohit-maithili-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-maithili-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3237/devel Modified Files: .cvsignore sources Added Files: import.log lohit-maithili-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-maithili-fonts-2_4_3-1_fc11:HEAD:lohit-maithili-fonts-2.4.3-1.fc11.src.rpm:1252665853 --- NEW FILE lohit-maithili-fonts.spec --- %global fontname lohit-maithili %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Maithili font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/gujarati/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Maithili truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-maithili-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:46:05 - 1.1 +++ .cvsignore 11 Sep 2009 10:40:25 - 1.2 @@ -0,0 +1 @@ +lohit-maithili-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-maithili-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:46:05 - 1.1 +++ sources 11 Sep 2009 10:40:25 - 1.2 @@ -0,0 +1 @@ +5d4e24bad60471282243f66d427480df lohit-maithili-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-malayalam-fonts/devel import.log, NONE, 1.1 lohit-malayalam-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-malayalam-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3743/devel Modified Files: .cvsignore sources Added Files: import.log lohit-malayalam-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-malayalam-fonts-2_4_3-1_fc11:HEAD:lohit-malayalam-fonts-2.4.3-1.fc11.src.rpm:1252665903 --- NEW FILE lohit-malayalam-fonts.spec --- %global fontname lohit-malayalam #%global fontconf 67-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Malayalam font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/malayalam/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Malayalam truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} #install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ # %{buildroot}%{_fontconfig_confdir} #install -m 0644 -p %{fontconf} \ #%{buildroot}%{_fontconfig_templatedir}/%{fontconf} #ln -s %{_fontconfig_templatedir}/%{fontconf} \ # %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-malayalam-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:47:16 - 1.1 +++ .cvsignore 11 Sep 2009 10:41:05 - 1.2 @@ -0,0 +1 @@ +lohit-malayalam-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-malayalam-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:47:16 - 1.1 +++ sources 11 Sep 2009 10:41:05 - 1.2 @@ -0,0 +1 @@ +3dca42cc0169ce2146d4c5ea74054bb3 lohit-malayalam-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-marathi-fonts/devel import.log, NONE, 1.1 lohit-marathi-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-marathi-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4911/devel Modified Files: .cvsignore sources Added Files: import.log lohit-marathi-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-marathi-fonts-2_4_3-1_fc11:HEAD:lohit-marathi-fonts-2.4.3-1.fc11.src.rpm:1252666091 --- NEW FILE lohit-marathi-fonts.spec --- %global fontname lohit-marathi %global fontconf 66-%{fontname}.conf #global archivename %{name}-%{version} â‘¡ Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Marathi font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/marathi/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Marathi truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-marathi-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:48:23 - 1.1 +++ .cvsignore 11 Sep 2009 10:44:09 - 1.2 @@ -0,0 +1 @@ +lohit-marathi-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-marathi-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:48:23 - 1.1 +++ sources 11 Sep 2009 10:44:09 - 1.2 @@ -0,0 +1 @@ +5eec5a8ae1653ac578fa8a48a59394bf lohit-marathi-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-nepali-fonts/devel import.log, NONE, 1.1 lohit-nepali-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-nepali-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5068/devel Modified Files: .cvsignore sources Added Files: import.log lohit-nepali-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-nepali-fonts-2_4_3-1_fc11:HEAD:lohit-nepali-fonts-2.4.3-1.fc11.src.rpm:1252666106 --- NEW FILE lohit-nepali-fonts.spec --- %global fontname lohit-nepali %global fontconf 67-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Nepali font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/nepali/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Nepali truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-nepali-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:49:14 - 1.1 +++ .cvsignore 11 Sep 2009 10:44:25 - 1.2 @@ -0,0 +1 @@ +lohit-nepali-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-nepali-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:49:15 - 1.1 +++ sources 11 Sep 2009 10:44:25 - 1.2 @@ -0,0 +1 @@ +7aba74371161a105eb3462fccee8e6a7 lohit-nepali-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-oriya-fonts/devel import.log, NONE, 1.1 lohit-oriya-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-oriya-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6214/devel Modified Files: .cvsignore sources Added Files: import.log lohit-oriya-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-oriya-fonts-2_4_3-1_fc11:HEAD:lohit-oriya-fonts-2.4.3-1.fc11.src.rpm:1252666284 --- NEW FILE lohit-oriya-fonts.spec --- %global fontname lohit-oriya %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Oriya Font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/Oriya/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Oriya truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-oriya-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:50:11 - 1.1 +++ .cvsignore 11 Sep 2009 10:47:25 - 1.2 @@ -0,0 +1 @@ +lohit-oriya-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-oriya-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:50:11 - 1.1 +++ sources 11 Sep 2009 10:47:25 - 1.2 @@ -0,0 +1 @@ +3b8118576e8ca848ec6b6f13555d6832 lohit-oriya-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-punjabi-fonts/devel import.log, NONE, 1.1 lohit-punjabi-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-punjabi-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6573/devel Modified Files: .cvsignore sources Added Files: import.log lohit-punjabi-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-punjabi-fonts-2_4_3-1_fc11:HEAD:lohit-punjabi-fonts-2.4.3-1.fc11.src.rpm:1252666332 --- NEW FILE lohit-punjabi-fonts.spec --- %global fontname lohit-punjabi %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Punjabi font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/punjabi/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Punjabi truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-punjabi-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:51:19 - 1.1 +++ .cvsignore 11 Sep 2009 10:48:11 - 1.2 @@ -0,0 +1 @@ +lohit-punjabi-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-punjabi-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:51:19 - 1.1 +++ sources 11 Sep 2009 10:48:11 - 1.2 @@ -0,0 +1 @@ +8a7ad188b9d5fcff01e3620a515b10e0 lohit-punjabi-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-sindhi-fonts/devel import.log, NONE, 1.1 lohit-sindhi-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-sindhi-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8571/devel Modified Files: .cvsignore sources Added Files: import.log lohit-sindhi-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-sindhi-fonts-2_4_3-1_fc11:HEAD:lohit-sindhi-fonts-2.4.3-1.fc11.src.rpm:125243 --- NEW FILE lohit-sindhi-fonts.spec --- %global fontname lohit-sindhi %global fontconf 66-%{fontna...@devanagari.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Sindhi font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/sindhi/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Sindhi truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-sindhi-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:59:38 - 1.1 +++ .cvsignore 11 Sep 2009 10:54:10 - 1.2 @@ -0,0 +1 @@ +lohit-sindhi-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-sindhi-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:59:38 - 1.1 +++ sources 11 Sep 2009 10:54:11 - 1.2 @@ -0,0 +1 @@ +5a38290af209c3caec4468f155d60b58 lohit-sindhi-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-tamil-fonts/devel import.log, NONE, 1.1 lohit-tamil-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-tamil-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8542/devel Modified Files: .cvsignore sources Added Files: import.log lohit-tamil-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-tamil-fonts-2_4_3-1_fc11:HEAD:lohit-tamil-fonts-2.4.3-1.fc11.src.rpm:125263 --- NEW FILE lohit-tamil-fonts.spec --- %global fontname lohit-tamil %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Tamil font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/tamil/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Tamil truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:54:37 - 1.1 +++ .cvsignore 11 Sep 2009 10:54:14 - 1.2 @@ -0,0 +1 @@ +lohit-tamil-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:54:37 - 1.1 +++ sources 11 Sep 2009 10:54:14 - 1.2 @@ -0,0 +1 @@ +7d0ba57a033024c6336e773968da41fb lohit-tamil-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-telugu-fonts/devel import.log, NONE, 1.1 lohit-telugu-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-telugu-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9623/devel Modified Files: .cvsignore sources Added Files: import.log lohit-telugu-fonts.spec Log Message: * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball --- NEW FILE import.log --- lohit-telugu-fonts-2_4_3-1_fc11:HEAD:lohit-telugu-fonts-2.4.3-1.fc11.src.rpm:1252666815 --- NEW FILE lohit-telugu-fonts.spec --- %global fontname lohit-telugu %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.3 Release:1%{?dist} Summary:Free Telugu font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/telugu/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description This package provides a free Telugu truetype/opentype font. %prep %setup -q -n %{fontname}-%{version} %build ./generate.pe *.sfd %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Sep 2009 08:57:20 - 1.1 +++ .cvsignore 11 Sep 2009 10:56:36 - 1.2 @@ -0,0 +1 @@ +lohit-telugu-2.4.3.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Sep 2009 08:57:21 - 1.1 +++ sources 11 Sep 2009 10:56:36 - 1.2 @@ -0,0 +1 @@ +848f59611b73a92aaa6de3e2e0311883 lohit-telugu-2.4.3.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-kannada-fonts/devel .cvsignore, 1.2, 1.3 lohit-kannada-fonts.spec, 1.1, 1.2 sources, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-kannada-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9223 Modified Files: .cvsignore lohit-kannada-fonts.spec sources Log Message: * Mon Sep 21 2009 Pravin Satpute - 2.4.4-1 - upstream release of 2.4.4 - updated url for upstream tarball - added Makefile in upstream tar ball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-kannada-fonts/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 11 Sep 2009 10:09:54 - 1.2 +++ .cvsignore 21 Sep 2009 12:03:45 - 1.3 @@ -1 +1,2 @@ lohit-kannada-2.4.3.tar.gz +lohit-kannada-2.4.4.tar.gz Index: lohit-kannada-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-kannada-fonts/devel/lohit-kannada-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-kannada-fonts.spec11 Sep 2009 10:09:54 - 1.1 +++ lohit-kannada-fonts.spec21 Sep 2009 12:03:45 - 1.2 @@ -2,14 +2,14 @@ %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts -Version:2.4.3 +Version:2.4.4 Release:1%{?dist} Summary:Free Kannada font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ -Source0: http://pravins.fedorapeople.org/lohit/kannada/%{fontname}-%{version}.tar.gz +Source0: https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 @@ -27,7 +27,7 @@ This package provides a free Kannada tru %build -./generate.pe *.sfd +make %install rm -fr %{buildroot} @@ -54,5 +54,10 @@ rm -fr %{buildroot} %changelog +* Mon Sep 21 2009 Pravin Satpute - 2.4.4-1 +- upstream release of 2.4.4 +- updated url for upstream tarball +- added Makefile in upstream tar ball + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: sources === RCS file: /cvs/pkgs/rpms/lohit-kannada-fonts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 Sep 2009 10:09:54 - 1.2 +++ sources 21 Sep 2009 12:03:45 - 1.3 @@ -1 +1 @@ -a5a3d4367ebf8f68388bd9c75f82e8a0 lohit-kannada-2.4.3.tar.gz +51977f80be46413b99d7c78c31c157a5 lohit-kannada-2.4.4.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-malayalam-fonts/devel .cvsignore, 1.2, 1.3 lohit-malayalam-fonts.spec, 1.1, 1.2 sources, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-malayalam-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11083 Modified Files: .cvsignore lohit-malayalam-fonts.spec sources Log Message: * Mon Sep 21 2009 Pravin Satpute - 2.4.4-1 - upstream release of 2.4.4 - updated url for upstream tarball - added Makefile in upstream tar ball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-malayalam-fonts/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 11 Sep 2009 10:41:05 - 1.2 +++ .cvsignore 21 Sep 2009 12:07:13 - 1.3 @@ -1 +1,2 @@ lohit-malayalam-2.4.3.tar.gz +lohit-malayalam-2.4.4.tar.gz Index: lohit-malayalam-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-malayalam-fonts/devel/lohit-malayalam-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-malayalam-fonts.spec 11 Sep 2009 10:41:05 - 1.1 +++ lohit-malayalam-fonts.spec 21 Sep 2009 12:07:13 - 1.2 @@ -2,14 +2,14 @@ #%global fontconf 67-%{fontname}.conf Name: %{fontname}-fonts -Version:2.4.3 +Version:2.4.4 Release:1%{?dist} Summary:Free Malayalam font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ -Source0: http://pravins.fedorapeople.org/lohit/malayalam/%{fontname}-%{version}.tar.gz +Source0: https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 @@ -27,7 +27,7 @@ This package provides a free Malayalam t %build -./generate.pe *.sfd +make %install rm -fr %{buildroot} @@ -54,5 +54,10 @@ rm -fr %{buildroot} %changelog +* Mon Sep 21 2009 Pravin Satpute - 2.4.4-1 +- upstream release of 2.4.4 +- updated url for upstream tarball +- added Makefile in upstream tar ball + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: sources === RCS file: /cvs/pkgs/rpms/lohit-malayalam-fonts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 Sep 2009 10:41:05 - 1.2 +++ sources 21 Sep 2009 12:07:13 - 1.3 @@ -1 +1 @@ -3dca42cc0169ce2146d4c5ea74054bb3 lohit-malayalam-2.4.3.tar.gz +a18f132fdd15f616bd9b5c9fd3716a20 lohit-malayalam-2.4.4.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-telugu-fonts/devel .cvsignore, 1.2, 1.3 lohit-telugu-fonts.spec, 1.1, 1.2 sources, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-telugu-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13791 Modified Files: .cvsignore lohit-telugu-fonts.spec sources Log Message: * Mon Sep 21 2009 Pravin Satpute - 2.4.4-1 - upstream release of 2.4.4 - updated url for upstream tarball - added Makefile in upstream tar ball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 11 Sep 2009 10:56:36 - 1.2 +++ .cvsignore 21 Sep 2009 12:13:14 - 1.3 @@ -1 +1,2 @@ lohit-telugu-2.4.3.tar.gz +lohit-telugu-2.4.4.tar.gz Index: lohit-telugu-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/lohit-telugu-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-telugu-fonts.spec 11 Sep 2009 10:56:36 - 1.1 +++ lohit-telugu-fonts.spec 21 Sep 2009 12:13:14 - 1.2 @@ -2,14 +2,14 @@ %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts -Version:2.4.3 +Version:2.4.4 Release:1%{?dist} Summary:Free Telugu font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ -Source0: http://pravins.fedorapeople.org/lohit/telugu/%{fontname}-%{version}.tar.gz +Source0: https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 @@ -27,7 +27,7 @@ This package provides a free Telugu true %build -./generate.pe *.sfd +make %install rm -fr %{buildroot} @@ -54,5 +54,10 @@ rm -fr %{buildroot} %changelog +* Mon Sep 21 2009 Pravin Satpute - 2.4.4-1 +- upstream release of 2.4.4 +- updated url for upstream tarball +- added Makefile in upstream tar ball + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: sources === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 Sep 2009 10:56:36 - 1.2 +++ sources 21 Sep 2009 12:13:14 - 1.3 @@ -1 +1 @@ -848f59611b73a92aaa6de3e2e0311883 lohit-telugu-2.4.3.tar.gz +da2bd6b204af0575ecf0d26b3497c463 lohit-telugu-2.4.4.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-tamil-fonts/devel .cvsignore, 1.2, 1.3 lohit-tamil-fonts.spec, 1.1, 1.2 sources, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-tamil-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13844 Modified Files: .cvsignore lohit-tamil-fonts.spec sources Log Message: * Mon Sep 21 2009 Pravin Satpute - 2.4.4-1 - upstream release of 2.4.4 - updated url for upstream tarball - added Makefile in upstream tar ball Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 11 Sep 2009 10:54:14 - 1.2 +++ .cvsignore 21 Sep 2009 12:13:20 - 1.3 @@ -1 +1,2 @@ lohit-tamil-2.4.3.tar.gz +lohit-tamil-2.4.4.tar.gz Index: lohit-tamil-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/lohit-tamil-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-tamil-fonts.spec 11 Sep 2009 10:54:14 - 1.1 +++ lohit-tamil-fonts.spec 21 Sep 2009 12:13:20 - 1.2 @@ -2,14 +2,14 @@ %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts -Version:2.4.3 +Version:2.4.4 Release:1%{?dist} Summary:Free Tamil font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ -Source0: http://pravins.fedorapeople.org/lohit/tamil/%{fontname}-%{version}.tar.gz +Source0: https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 @@ -27,7 +27,7 @@ This package provides a free Tamil truet %build -./generate.pe *.sfd +make %install rm -fr %{buildroot} @@ -54,5 +54,10 @@ rm -fr %{buildroot} %changelog +* Mon Sep 21 2009 Pravin Satpute - 2.4.4-1 +- upstream release of 2.4.4 +- updated url for upstream tarball +- added Makefile in upstream tar ball + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball Index: sources === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 Sep 2009 10:54:14 - 1.2 +++ sources 21 Sep 2009 12:13:20 - 1.3 @@ -1 +1 @@ -7d0ba57a033024c6336e773968da41fb lohit-tamil-2.4.3.tar.gz +5ca4933b344fca080c013c2f572351df lohit-tamil-2.4.4.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-hindi-fonts/devel lohit-hindi-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-hindi-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29034 Modified Files: lohit-hindi-fonts.spec Log Message: * Fri Sep 23 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-hindi-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-hindi-fonts/devel/lohit-hindi-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-hindi-fonts.spec 11 Sep 2009 10:06:35 - 1.1 +++ lohit-hindi-fonts.spec 25 Sep 2009 11:46:51 - 1.2 @@ -3,19 +3,18 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Hindi font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ -Source0: http://pravins.fedorapeople.org/lohit/gujarati/%{fontname}-%{version}.tar.gz +Source0: http://pravins.fedorapeople.org/lohit/hindi/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -53,6 +52,9 @@ rm -fr %{buildroot} %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +- updated specs + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-assamese-fonts/devel lohit-assamese-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-assamese-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30285 Modified Files: lohit-assamese-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-assamese-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-assamese-fonts/devel/lohit-assamese-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-assamese-fonts.spec 11 Sep 2009 09:13:50 - 1.1 +++ lohit-assamese-fonts.spec 25 Sep 2009 11:49:53 - 1.2 @@ -5,7 +5,7 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Assamese font Group: User Interface/X @@ -17,7 +17,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -56,5 +55,8 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +- updated specs + * Wed Sep 09 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-bengali-fonts/devel lohit-bengali-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-bengali-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31056 Modified Files: lohit-bengali-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-bengali-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-bengali-fonts/devel/lohit-bengali-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-bengali-fonts.spec11 Sep 2009 09:21:05 - 1.1 +++ lohit-bengali-fonts.spec25 Sep 2009 11:52:07 - 1.2 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Bengali font Group: User Interface/X @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -54,6 +53,9 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +- updated specs + * Wed Sep 09 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-gujarati-fonts/devel lohit-gujarati-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-gujarati-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32138 Modified Files: lohit-gujarati-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-gujarati-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-gujarati-fonts/devel/lohit-gujarati-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-gujarati-fonts.spec 11 Sep 2009 10:04:36 - 1.1 +++ lohit-gujarati-fonts.spec 25 Sep 2009 11:54:41 - 1.2 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Gujarati font Group: User Interface/X @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -54,6 +53,9 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +- updated specs + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-kannada-fonts/devel lohit-kannada-fonts.spec,1.2,1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-kannada-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv318 Modified Files: lohit-kannada-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 - updated specs Index: lohit-kannada-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-kannada-fonts/devel/lohit-kannada-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-kannada-fonts.spec21 Sep 2009 12:03:45 - 1.2 +++ lohit-kannada-fonts.spec25 Sep 2009 11:56:34 - 1.3 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.4 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Kannada font Group: User Interface/X @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -54,6 +53,9 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 +- updated specs + * Mon Sep 21 2009 Pravin Satpute - 2.4.4-1 - upstream release of 2.4.4 - updated url for upstream tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-kashmiri-fonts/devel lohit-kashmiri-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-kashmiri-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1379 Modified Files: lohit-kashmiri-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-kashmiri-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-kashmiri-fonts/devel/lohit-kashmiri-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-kashmiri-fonts.spec 11 Sep 2009 10:13:56 - 1.1 +++ lohit-kashmiri-fonts.spec 25 Sep 2009 11:58:02 - 1.2 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Kashmiri Devanagari Script Font Group: User Interface/X @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -54,5 +53,8 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +- updated specs + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-konkani-fonts/devel lohit-konkani-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-konkani-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2651 Modified Files: lohit-konkani-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-konkani-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-konkani-fonts/devel/lohit-konkani-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-konkani-fonts.spec11 Sep 2009 10:21:08 - 1.1 +++ lohit-konkani-fonts.spec25 Sep 2009 11:59:47 - 1.2 @@ -4,7 +4,7 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Konkani Font Group: User Interface/X @@ -16,7 +16,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -55,6 +54,9 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +- updated specs + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-maithili-fonts/devel lohit-maithili-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-maithili-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3486 Modified Files: lohit-maithili-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-maithili-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-maithili-fonts/devel/lohit-maithili-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-maithili-fonts.spec 11 Sep 2009 10:40:25 - 1.1 +++ lohit-maithili-fonts.spec 25 Sep 2009 12:02:01 - 1.2 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Maithili font Group: User Interface/X @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -54,5 +53,8 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +- updated specs + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-malayalam-fonts/devel lohit-malayalam-fonts.spec, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-malayalam-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4857 Modified Files: lohit-malayalam-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 - updated specs Index: lohit-malayalam-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-malayalam-fonts/devel/lohit-malayalam-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-malayalam-fonts.spec 21 Sep 2009 12:07:13 - 1.2 +++ lohit-malayalam-fonts.spec 25 Sep 2009 12:03:45 - 1.3 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.4 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Malayalam font Group: User Interface/X @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -54,6 +53,9 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 +- updated specs + * Mon Sep 21 2009 Pravin Satpute - 2.4.4-1 - upstream release of 2.4.4 - updated url for upstream tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-marathi-fonts/devel lohit-marathi-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-marathi-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5755 Modified Files: lohit-marathi-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-marathi-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-marathi-fonts/devel/lohit-marathi-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-marathi-fonts.spec11 Sep 2009 10:44:09 - 1.1 +++ lohit-marathi-fonts.spec25 Sep 2009 12:05:19 - 1.2 @@ -5,7 +5,7 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Marathi font Group: User Interface/X @@ -17,7 +17,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -55,6 +54,9 @@ rm -fr %{buildroot} %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +- updated specs + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-nepali-fonts/devel lohit-nepali-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-nepali-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6253 Modified Files: lohit-nepali-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-nepali-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-nepali-fonts/devel/lohit-nepali-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-nepali-fonts.spec 11 Sep 2009 10:44:25 - 1.1 +++ lohit-nepali-fonts.spec 25 Sep 2009 12:07:00 - 1.2 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Nepali font Group: User Interface/X @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -54,5 +53,8 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +- updated specs + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-oriya-fonts/devel lohit-oriya-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-oriya-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7758 Modified Files: lohit-oriya-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-oriya-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-oriya-fonts/devel/lohit-oriya-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-oriya-fonts.spec 11 Sep 2009 10:47:25 - 1.1 +++ lohit-oriya-fonts.spec 25 Sep 2009 12:09:19 - 1.2 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Oriya Font Group: User Interface/X @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -54,5 +53,8 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +- updated specs + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-punjabi-fonts/devel lohit-punjabi-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-punjabi-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8991 Modified Files: lohit-punjabi-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-punjabi-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-punjabi-fonts/devel/lohit-punjabi-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-punjabi-fonts.spec11 Sep 2009 10:48:11 - 1.1 +++ lohit-punjabi-fonts.spec25 Sep 2009 12:11:02 - 1.2 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Punjabi font Group: User Interface/X @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -54,5 +53,8 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +- updated specs + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-sindhi-fonts/devel lohit-sindhi-fonts.spec,1.1,1.2
Author: pravins Update of /cvs/pkgs/rpms/lohit-sindhi-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10679 Modified Files: lohit-sindhi-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-sindhi-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-sindhi-fonts/devel/lohit-sindhi-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- lohit-sindhi-fonts.spec 11 Sep 2009 10:54:11 - 1.1 +++ lohit-sindhi-fonts.spec 25 Sep 2009 12:13:14 - 1.2 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Sindhi font Group: User Interface/X @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -54,5 +53,8 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +- updated specs + * Fri Sep 11 2009 Pravin Satpute - 2.4.3-1 - first release after lohit-fonts split in new tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-tamil-fonts/devel lohit-tamil-fonts.spec,1.2,1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-tamil-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11581 Modified Files: lohit-tamil-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: lohit-tamil-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/lohit-tamil-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-tamil-fonts.spec 21 Sep 2009 12:13:20 - 1.2 +++ lohit-tamil-fonts.spec 25 Sep 2009 12:14:47 - 1.3 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.4 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Tamil font Group: User Interface/X @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -54,6 +53,9 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 +- updated specs + * Mon Sep 21 2009 Pravin Satpute - 2.4.4-1 - upstream release of 2.4.4 - updated url for upstream tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-telugu-fonts/devel lohit-telugu-fonts.spec,1.2,1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-telugu-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13737 Modified Files: lohit-telugu-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 - updated specs Index: lohit-telugu-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/lohit-telugu-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-telugu-fonts.spec 21 Sep 2009 12:13:14 - 1.2 +++ lohit-telugu-fonts.spec 25 Sep 2009 12:19:10 - 1.3 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.4 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Telugu font Group: User Interface/X @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem -Obsoletes: %{fontname}-fonts < %{version}-%{release} Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -54,6 +53,9 @@ rm -fr %{buildroot} %changelog +* Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 +- updated specs + * Mon Sep 21 2009 Pravin Satpute - 2.4.4-1 - upstream release of 2.4.4 - updated url for upstream tarball ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-bengali-fonts/devel lohit-bengali-fonts.spec,1.2,1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-bengali-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15274 Modified Files: lohit-bengali-fonts.spec Log Message: * Fri Sep 25 2009 Pravin Satpute - 2.4.3-3 - updated specs Index: lohit-bengali-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-bengali-fonts/devel/lohit-bengali-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-bengali-fonts.spec25 Sep 2009 11:52:07 - 1.2 +++ lohit-bengali-fonts.spec25 Sep 2009 12:21:13 - 1.3 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Bengali font Group: User Interface/X @@ -53,7 +53,7 @@ rm -fr %{buildroot} %changelog -* Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 +* Fri Sep 25 2009 Pravin Satpute - 2.4.3-3 - updated specs * Wed Sep 09 2009 Pravin Satpute - 2.4.3-1 ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/bitmap-fonts/F-12 bitmap-fonts.spec,1.20,1.21
Author: pravins Update of /cvs/pkgs/rpms/bitmap-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21578 Modified Files: bitmap-fonts.spec Log Message: * Wed Sep 30 2009 Pravin Satpute - 0.3-9 - updating as per new packaging guidelines - bugfix 481068 Index: bitmap-fonts.spec === RCS file: /cvs/pkgs/rpms/bitmap-fonts/F-12/bitmap-fonts.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- bitmap-fonts.spec 24 Jul 2009 18:07:05 - 1.20 +++ bitmap-fonts.spec 30 Sep 2009 07:26:47 - 1.21 @@ -1,6 +1,12 @@ +#%global fontname bitmap +%define common_desc \ +The bitmap-fonts package provides a number of bitmap fonts selected\ +from the xorg package designed for use locations such as\ +terminals. + Name: bitmap-fonts Version: 0.3 -Release: 8%{?dist} +Release: 9%{?dist} License: Lucida and MIT and Public Domain Source0: bitmap-fonts-%{version}.tar.bz2 Source1: fixfont-3.5.tar.bz2 @@ -10,25 +16,40 @@ Group: User Interface/X Summary: Selected set of bitmap fonts Requires(pre): fontconfig BuildRequires: xorg-x11-font-utils +BuildRequires: fontpackages-devel %description -The bitmap-fonts package provides a number of bitmap fonts selected -from the xorg package designed for use locations such as -terminals. +%common_desc + +%package common +Summary: Common files for bitmap-fonts +Requires: fontpackages-filesystem -%package cjk +%description common +%common_desc + +This package consists of files used by other %{name} packages. + +%_font_pkg lut* con* [0-9]* + +%package -n bitmap-cjk-fonts Summary: Selected CJK bitmap fonts for Anaconda Group: Applications/System Requires(pre): fontconfig +Requires: %{name}-common = %{version}-%{release} +Provides: %{name}-cjk = %{version}-%{release} -%description cjk +%description -n %{fontname}-cjk-fonts bitmap-fonts-cjk package contains bitmap fonts used by Anaconda. They are selected from the xorg packages, and the font encoding are converted from native encoding to ISO10646. They are only intended to be used in Anaconda. +%_font_pkg -n cjk fangsongti* + %prep %setup -q -a 1 + %install rm -rf $RPM_BUILD_ROOT @@ -38,44 +59,25 @@ cd fixfont-3.5 make install DESTDIR=$RPM_BUILD_ROOT +mv $RPM_BUILD_ROOT/usr/share/fonts/bitmap-fonts %{buildroot}%{_fontdir} + +#install -m 0755 -d %{buildroot}%{_fontdir} + # %%ghost the fonts.cache-1 file -touch $RPM_BUILD_ROOT%{_datadir}/fonts/bitmap-fonts/fonts.cache-1 +#touch $RPM_BUILD_ROOT%{_datadir}/fonts/bitmap-fonts/fonts.cache-1 %clean rm -rf $RPM_BUILD_ROOT -%post -fc-cache %{_datadir}/fonts - -%postun -if [ "$1" = "0" ]; then - fc-cache %{_datadir}/fonts -fi - -%post cjk -fc-cache %{_datadir}/fonts - -%postun cjk -if [ "$1" = "0" ]; then - fc-cache %{_datadir}/fonts -fi - -%files +%files common %defattr(-,root,root) %doc README LU_LEGALNOTICE -%dir %{_datadir}/fonts/bitmap-fonts -%{_datadir}/fonts/bitmap-fonts/lut* -%{_datadir}/fonts/bitmap-fonts/con* -%{_datadir}/fonts/bitmap-fonts/[0-9]* -%ghost %{_datadir}/fonts/bitmap-fonts/fonts.cache-1 - -%files cjk -%defattr(-,root,root) -%dir %{_datadir}/fonts/bitmap-fonts -%{_datadir}/fonts/bitmap-fonts/fangsongti* -%ghost %{_datadir}/fonts/bitmap-fonts/fonts.cache-1 %changelog +* Wed Sep 30 2009 Pravin Satpute - 0.3-9 +- updating as per new packaging guidelines +- bugfix 481068 + * Fri Jul 24 2009 Fedora Release Engineering - 0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/bitmap-fonts/devel bitmap-fonts.spec,1.20,1.21
Author: pravins Update of /cvs/pkgs/rpms/bitmap-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24980 Modified Files: bitmap-fonts.spec Log Message: * Wed Sep 30 2009 Pravin Satpute - 0.3-9 - updating as per new packaging guidelines - bugfix 481068 Index: bitmap-fonts.spec === RCS file: /cvs/pkgs/rpms/bitmap-fonts/devel/bitmap-fonts.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- bitmap-fonts.spec 24 Jul 2009 18:07:05 - 1.20 +++ bitmap-fonts.spec 30 Sep 2009 07:36:13 - 1.21 @@ -1,6 +1,12 @@ +#%global fontname bitmap +%define common_desc \ +The bitmap-fonts package provides a number of bitmap fonts selected\ +from the xorg package designed for use locations such as\ +terminals. + Name: bitmap-fonts Version: 0.3 -Release: 8%{?dist} +Release: 9%{?dist} License: Lucida and MIT and Public Domain Source0: bitmap-fonts-%{version}.tar.bz2 Source1: fixfont-3.5.tar.bz2 @@ -10,25 +16,40 @@ Group: User Interface/X Summary: Selected set of bitmap fonts Requires(pre): fontconfig BuildRequires: xorg-x11-font-utils +BuildRequires: fontpackages-devel %description -The bitmap-fonts package provides a number of bitmap fonts selected -from the xorg package designed for use locations such as -terminals. +%common_desc + +%package common +Summary: Common files for bitmap-fonts +Requires: fontpackages-filesystem -%package cjk +%description common +%common_desc + +This package consists of files used by other %{name} packages. + +%_font_pkg lut* con* [0-9]* + +%package -n bitmap-cjk-fonts Summary: Selected CJK bitmap fonts for Anaconda Group: Applications/System Requires(pre): fontconfig +Requires: %{name}-common = %{version}-%{release} +Provides: %{name}-cjk = %{version}-%{release} -%description cjk +%description -n %{fontname}-cjk-fonts bitmap-fonts-cjk package contains bitmap fonts used by Anaconda. They are selected from the xorg packages, and the font encoding are converted from native encoding to ISO10646. They are only intended to be used in Anaconda. +%_font_pkg -n cjk fangsongti* + %prep %setup -q -a 1 + %install rm -rf $RPM_BUILD_ROOT @@ -38,44 +59,25 @@ cd fixfont-3.5 make install DESTDIR=$RPM_BUILD_ROOT +mv $RPM_BUILD_ROOT/usr/share/fonts/bitmap-fonts %{buildroot}%{_fontdir} + +#install -m 0755 -d %{buildroot}%{_fontdir} + # %%ghost the fonts.cache-1 file -touch $RPM_BUILD_ROOT%{_datadir}/fonts/bitmap-fonts/fonts.cache-1 +#touch $RPM_BUILD_ROOT%{_datadir}/fonts/bitmap-fonts/fonts.cache-1 %clean rm -rf $RPM_BUILD_ROOT -%post -fc-cache %{_datadir}/fonts - -%postun -if [ "$1" = "0" ]; then - fc-cache %{_datadir}/fonts -fi - -%post cjk -fc-cache %{_datadir}/fonts - -%postun cjk -if [ "$1" = "0" ]; then - fc-cache %{_datadir}/fonts -fi - -%files +%files common %defattr(-,root,root) %doc README LU_LEGALNOTICE -%dir %{_datadir}/fonts/bitmap-fonts -%{_datadir}/fonts/bitmap-fonts/lut* -%{_datadir}/fonts/bitmap-fonts/con* -%{_datadir}/fonts/bitmap-fonts/[0-9]* -%ghost %{_datadir}/fonts/bitmap-fonts/fonts.cache-1 - -%files cjk -%defattr(-,root,root) -%dir %{_datadir}/fonts/bitmap-fonts -%{_datadir}/fonts/bitmap-fonts/fangsongti* -%ghost %{_datadir}/fonts/bitmap-fonts/fonts.cache-1 %changelog +* Wed Sep 30 2009 Pravin Satpute - 0.3-9 +- updating as per new packaging guidelines +- bugfix 481068 + * Fri Jul 24 2009 Fedora Release Engineering - 0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/smc-fonts/F-12 bug-523454.patch, NONE, 1.1 smc-fonts.spec, 1.9, 1.10
Author: pravins Update of /cvs/pkgs/rpms/smc-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4068 Modified Files: smc-fonts.spec Added Files: bug-523454.patch Log Message: * Wed Oct 14 2009 Pravin Satpute 04.2-2 - bugfix 523454 bug-523454.patch: malayalam-fonts.conf |2 -- 1 file changed, 2 deletions(-) --- NEW FILE bug-523454.patch --- diff -rup malayalam-fonts-04/malayalam-fonts.conf malayalam-fonts-04_mod/malayalam-fonts.conf --- malayalam-fonts-04/malayalam-fonts.conf 2008-06-30 00:46:25.0 +0530 +++ malayalam-fonts-04_mod/malayalam-fonts.conf 2009-10-12 16:30:00.0 +0530 @@ -32,13 +32,11 @@ Meera - matrix 1.20 01.2 - Index: smc-fonts.spec === RCS file: /cvs/pkgs/rpms/smc-fonts/F-12/smc-fonts.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- smc-fonts.spec 18 Aug 2009 15:46:31 - 1.9 +++ smc-fonts.spec 14 Oct 2009 05:30:02 - 1.10 @@ -8,7 +8,7 @@ traditional and new Malayalam Script. Name: %{fontname}-fonts Version: 04.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ and GPLv2 @@ -17,6 +17,7 @@ Source: http://download.savannah.nongnu BuildArch: noarch BuildRequires: fontpackages-devel > 1.13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch1: bug-523454.patch %description %common_desc @@ -126,6 +127,7 @@ traditional Malayalam Scripts. %prep %setup -q -n malayalam-fonts-04 +%patch1 -p1 -b .1-conffile %build echo "Nothing to do in Build." @@ -152,6 +154,9 @@ rm -fr %{buildroot} %dir %{_fontdir} %changelog +* Wed Oct 14 2009 Pravin Satpute 04.2-2 +- bugfix 523454 + * Tue Aug 18 2009 Rajeesh K Nambiar 04.2-1 - bugfix 484536 for Meera ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/smc-fonts/devel smc-fonts.spec,1.9,1.10
Author: pravins Update of /cvs/pkgs/rpms/smc-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6429 Modified Files: smc-fonts.spec Log Message: * Wed Oct 14 2009 Pravin Satpute 04.2-2 - bugfix 523454 Index: smc-fonts.spec === RCS file: /cvs/pkgs/rpms/smc-fonts/devel/smc-fonts.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- smc-fonts.spec 18 Aug 2009 15:46:31 - 1.9 +++ smc-fonts.spec 14 Oct 2009 05:43:10 - 1.10 @@ -8,7 +8,7 @@ traditional and new Malayalam Script. Name: %{fontname}-fonts Version: 04.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ and GPLv2 @@ -17,6 +17,7 @@ Source: http://download.savannah.nongnu BuildArch: noarch BuildRequires: fontpackages-devel > 1.13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch1: bug-523454.patch %description %common_desc @@ -126,6 +127,7 @@ traditional Malayalam Scripts. %prep %setup -q -n malayalam-fonts-04 +%patch1 -p1 -b .1-conffile %build echo "Nothing to do in Build." @@ -152,6 +154,9 @@ rm -fr %{buildroot} %dir %{_fontdir} %changelog +* Wed Oct 14 2009 Pravin Satpute 04.2-2 +- bugfix 523454 + * Tue Aug 18 2009 Rajeesh K Nambiar 04.2-1 - bugfix 484536 for Meera ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/smc-fonts/devel bug-523454.patch,NONE,1.1
Author: pravins Update of /cvs/pkgs/rpms/smc-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7130 Added Files: bug-523454.patch Log Message: added patch bug-523454.patch: malayalam-fonts.conf |2 -- 1 file changed, 2 deletions(-) --- NEW FILE bug-523454.patch --- diff -rup malayalam-fonts-04/malayalam-fonts.conf malayalam-fonts-04_mod/malayalam-fonts.conf --- malayalam-fonts-04/malayalam-fonts.conf 2008-06-30 00:46:25.0 +0530 +++ malayalam-fonts-04_mod/malayalam-fonts.conf 2009-10-12 16:30:00.0 +0530 @@ -32,13 +32,11 @@ Meera - matrix 1.20 01.2 - ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/samyak-fonts/devel 67-samyak-devanagari.conf, NONE, 1.1 67-samyak-gujarati.conf, NONE, 1.1 67-samyak-oriya.conf, NONE, 1.1 67-samyak-tamil.conf, NONE, 1.1 69-samyak-malayalam.conf, NONE, 1.1 samy
Author: pravins Update of /cvs/pkgs/rpms/samyak-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19279 Modified Files: samyak-fonts.spec Added Files: 67-samyak-devanagari.conf 67-samyak-gujarati.conf 67-samyak-oriya.conf 67-samyak-tamil.conf 69-samyak-malayalam.conf Log Message: * Wed Oct 28 2009 Pravin Satpute 1.2.1-7 - added fontconf files for each subpackage --- NEW FILE 67-samyak-devanagari.conf --- hi serif Samyak Devanagari Samyak Devanagari serif --- NEW FILE 67-samyak-gujarati.conf --- gu serif Samyak Gujarati Samyak Gujarati serif --- NEW FILE 67-samyak-oriya.conf --- or serif Samyak Oriya Samyak Oriya serif --- NEW FILE 67-samyak-tamil.conf --- ta serif Samyak Tamil Samyak Tamil serif --- NEW FILE 69-samyak-malayalam.conf --- ml serif Samyak Malayalam Samyak Malayalam serif Index: samyak-fonts.spec === RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/samyak-fonts.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- samyak-fonts.spec 27 Jul 2009 03:47:48 - 1.10 +++ samyak-fonts.spec 28 Oct 2009 07:38:25 - 1.11 @@ -1,4 +1,5 @@ %definefontnamesamyak +%global fontconf 67-%{fontname} %define langlist "devanagari gujarati tamil malayalam oriya" # Common description @@ -8,12 +9,17 @@ Scripts Devanagari, Gujarati, Malayalam, Name: %{fontname}-fonts Version: 1.2.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Free Indian truetype/opentype fonts Group: User Interface/X License: GPLv3+ with exceptions URL: https://sarovar.org/projects/samyak/ Source:samyak-fonts-%{version}.tar.gz +Source1: 67-samyak-devanagari.conf +Source2: 67-samyak-tamil.conf +Source3: 69-samyak-malayalam.conf +Source4: 67-samyak-gujarati.conf +Source5: 67-samyak-oriya.conf BuildArch: noarch BuildRequires: fontpackages-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -41,7 +47,7 @@ Obsoletes: %{name}-devanagari < 1.2.1-3 This package contains truetype/opentype font for the display of \ Scripts Devanagari. -%_font_pkg -n devanagari %{fontname}-devanagari/Samyak-*.ttf +%_font_pkg -n devanagari -f %{fontconf}-devanagari.conf %{fontname}-devanagari/Samyak-*.ttf %package -n %{fontname}-tamil-fonts Summary: Open Type Fonts for Tamil script @@ -54,7 +60,7 @@ Obsoletes: %{name}-tamil < 1.2.1-3 This package contains truetype/opentype font for the display of \ Scripts Tamil. -%_font_pkg -n tamil %{fontname}-tamil/*.ttf +%_font_pkg -n tamil -f %{fontconf}-tamil.conf %{fontname}-tamil/*.ttf %package -n %{fontname}-malayalam-fonts Summary: Open Type Fonts for Malayalam script @@ -67,7 +73,7 @@ Obsoletes: %{name}-malayalam < 1.2.1-3 This package contains truetype/opentype font for the display of \ Scripts Malayalam. -%_font_pkg -n malayalam %{fontname}-malayalam/*.ttf +%_font_pkg -n malayalam -f 69-samyak-malayalam.conf %{fontname}-malayalam/*.ttf %package -n %{fontname}-gujarati-fonts Summary: Open Type Fonts for Gujarai script @@ -80,7 +86,7 @@ Obsoletes: %{name}-gujarati < 1.2.1-3 This package contains truetype/opentype font for the display of \ Scripts Gujarati. -%_font_pkg -n gujarati %{fontname}-gujarati/*.ttf +%_font_pkg -n gujarati -f %{fontconf}-gujarati.conf %{fontname}-gujarati/*.ttf %package -n %{fontname}-oriya-fonts Summary: Open Type Fonts for Oriya script @@ -93,7 +99,7 @@ Obsoletes: %{name}-oriya < 1.2.1-3 This package contains truetype/opentype font for the display of \ Scripts Oriya. -%_font_pkg -n oriya %{fontname}-oriya/*.ttf +%_font_pkg -n oriya -f %{fontconf}-oriya.conf %{fontname}-oriya/*.ttf %prep @@ -111,6 +117,35 @@ install -m 0755 -d %{buildroot}%{_fontdi install -m 0644 -p $i/* %{buildroot}%{_fontdir}/samyak-$i done +install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ + %{buildroot}%{_fontconfig_confdir} + +# Repeat for every font family +install -m 0644 -p %{SOURCE1} \ +%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-devanagari.conf + +install -m 0644 -p %{SOURCE2} \ +%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-tamil.conf + +install -m 0644 -p %{SOURCE3} \ +%{buildroot}%{_fontconfig_templatedir}/69-samyak-malayalam.conf + +install -m 0644 -p %{SOURCE4} \ +%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-gujarati.conf + +install -m 0644 -p %{SOURCE5} \ +%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-oriya.conf + + +for fconf in %{fontconf}-devanagari.conf \ + %{fontconf}-tamil.conf
rpms/lohit-gujarati-fonts/F-12 .cvsignore, 1.2, 1.3 lohit-gujarati-fonts.spec, 1.2, 1.3 sources, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-gujarati-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9962 Modified Files: .cvsignore lohit-gujarati-fonts.spec sources Log Message: * Wed Oct 28 2009 Pravin Satpute - 2.4.4-1 - upstream release wuth bugfix 529637 - update in upstream url Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-gujarati-fonts/F-12/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 11 Sep 2009 10:04:36 - 1.2 +++ .cvsignore 28 Oct 2009 12:07:27 - 1.3 @@ -1 +1,2 @@ lohit-gujarati-2.4.3.tar.gz +lohit-gujarati-2.4.4.tar.gz Index: lohit-gujarati-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-gujarati-fonts/F-12/lohit-gujarati-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-gujarati-fonts.spec 25 Sep 2009 11:54:41 - 1.2 +++ lohit-gujarati-fonts.spec 28 Oct 2009 12:07:27 - 1.3 @@ -2,14 +2,14 @@ %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts -Version:2.4.3 -Release:2%{?dist} +Version:2.4.4 +Release:1%{?dist} Summary:Free Gujarati font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ -Source0: http://pravins.fedorapeople.org/lohit/gujarati/%{fontname}-%{version}.tar.gz +Source0: https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 @@ -53,6 +53,10 @@ rm -fr %{buildroot} %changelog +* Wed Oct 28 2009 Pravin Satpute - 2.4.4-1 +- upstream release wuth bugfix 529637 +- update in upstream url + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: sources === RCS file: /cvs/pkgs/rpms/lohit-gujarati-fonts/F-12/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 Sep 2009 10:04:36 - 1.2 +++ sources 28 Oct 2009 12:07:27 - 1.3 @@ -1 +1 @@ -92dacc86836abbf69bfcc47c3e9ae669 lohit-gujarati-2.4.3.tar.gz +9a3775f24e9772c365986dbd7cef2b94 lohit-gujarati-2.4.4.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-gujarati-fonts/devel .cvsignore, 1.2, 1.3 lohit-gujarati-fonts.spec, 1.2, 1.3 sources, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-gujarati-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11062 Modified Files: .cvsignore lohit-gujarati-fonts.spec sources Log Message: * Wed Oct 28 2009 Pravin Satpute - 2.4.4-1 - upstream release wuth bugfix 529637 - update in upstream url Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-gujarati-fonts/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 11 Sep 2009 10:04:36 - 1.2 +++ .cvsignore 28 Oct 2009 12:11:46 - 1.3 @@ -1 +1,2 @@ lohit-gujarati-2.4.3.tar.gz +lohit-gujarati-2.4.4.tar.gz Index: lohit-gujarati-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-gujarati-fonts/devel/lohit-gujarati-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-gujarati-fonts.spec 25 Sep 2009 11:54:41 - 1.2 +++ lohit-gujarati-fonts.spec 28 Oct 2009 12:11:46 - 1.3 @@ -2,14 +2,14 @@ %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts -Version:2.4.3 -Release:2%{?dist} +Version:2.4.4 +Release:1%{?dist} Summary:Free Gujarati font Group: User Interface/X License:GPLv2 URL:https://fedorahosted.org/lohit/ -Source0: http://pravins.fedorapeople.org/lohit/gujarati/%{fontname}-%{version}.tar.gz +Source0: https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 @@ -53,6 +53,10 @@ rm -fr %{buildroot} %changelog +* Wed Oct 28 2009 Pravin Satpute - 2.4.4-1 +- upstream release wuth bugfix 529637 +- update in upstream url + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs Index: sources === RCS file: /cvs/pkgs/rpms/lohit-gujarati-fonts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 Sep 2009 10:04:36 - 1.2 +++ sources 28 Oct 2009 12:11:46 - 1.3 @@ -1 +1 @@ -92dacc86836abbf69bfcc47c3e9ae669 lohit-gujarati-2.4.3.tar.gz +9a3775f24e9772c365986dbd7cef2b94 lohit-gujarati-2.4.4.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-tamil-fonts/F-12 anchor-bug.patch, NONE, 1.1 lohit-tamil-fonts.spec, 1.3, 1.4
Author: pravins Update of /cvs/pkgs/rpms/lohit-tamil-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11143 Modified Files: lohit-tamil-fonts.spec Added Files: anchor-bug.patch Log Message: * Wed Nov 11 2009 Pravin Satpute - 2.4.4-3 - resolved rh bug 536724 anchor-bug.patch: Lohit-Tamil.sfd |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- NEW FILE anchor-bug.patch --- diff -rup lohit-tamil-2.4.4/Lohit-Tamil.sfd lohit-tamil-2.4.4_mod/Lohit-Tamil.sfd --- lohit-tamil-2.4.4/Lohit-Tamil.sfd 2009-09-21 20:44:28.0 +1000 +++ lohit-tamil-2.4.4_mod/Lohit-Tamil.sfd 2009-11-11 14:41:12.0 +1000 @@ -7001,7 +7001,7 @@ PUSHW_3 5 CALL EndTTInstrs -AnchorPoint: "Anchor-0" 501 408 mark 0 +AnchorPoint: "Anchor-0" 501 408 basechar 0 LayerCount: 2 Fore SplineSet @@ -7542,7 +7542,7 @@ StartChar: u0BC1 Encoding: 3009 3009 91 Width: 433 GlyphClass: 4 -Flags: HW +Flags: W TtInstrs: NPUSHW 14 @@ -7613,7 +7613,7 @@ StartChar: u0BC2 Encoding: 3010 3010 92 Width: 632 GlyphClass: 4 -Flags: HW +Flags: W TtInstrs: NPUSHW 22 Index: lohit-tamil-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/F-12/lohit-tamil-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- lohit-tamil-fonts.spec 25 Sep 2009 12:14:47 - 1.3 +++ lohit-tamil-fonts.spec 11 Nov 2009 04:47:37 - 1.4 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.4 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Tamil font Group: User Interface/X @@ -16,13 +16,15 @@ BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: lohit-fonts-common < %{version}-%{release} +Patch1: anchor-bug.patch %description This package provides a free Tamil truetype/opentype font. %prep -%setup -q -n %{fontname}-%{version} +%setup -q -n %{fontname}-%{version} +%patch1 -p1 -b .1-anchor-problem %build @@ -53,6 +55,9 @@ rm -fr %{buildroot} %changelog +* Wed Nov 11 2009 Pravin Satpute - 2.4.4-3 +- resolved rh bug 536724 + * Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-tamil-fonts/devel anchor-bug.patch, NONE, 1.1 lohit-tamil-fonts.spec, 1.3, 1.4
Author: pravins Update of /cvs/pkgs/rpms/lohit-tamil-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12048 Modified Files: lohit-tamil-fonts.spec Added Files: anchor-bug.patch Log Message: * Wed Nov 11 2009 Pravin Satpute - 2.4.4-3 - resolved rh bug 536724 anchor-bug.patch: Lohit-Tamil.sfd |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- NEW FILE anchor-bug.patch --- diff -rup lohit-tamil-2.4.4/Lohit-Tamil.sfd lohit-tamil-2.4.4_mod/Lohit-Tamil.sfd --- lohit-tamil-2.4.4/Lohit-Tamil.sfd 2009-09-21 20:44:28.0 +1000 +++ lohit-tamil-2.4.4_mod/Lohit-Tamil.sfd 2009-11-11 14:41:12.0 +1000 @@ -7001,7 +7001,7 @@ PUSHW_3 5 CALL EndTTInstrs -AnchorPoint: "Anchor-0" 501 408 mark 0 +AnchorPoint: "Anchor-0" 501 408 basechar 0 LayerCount: 2 Fore SplineSet @@ -7542,7 +7542,7 @@ StartChar: u0BC1 Encoding: 3009 3009 91 Width: 433 GlyphClass: 4 -Flags: HW +Flags: W TtInstrs: NPUSHW 14 @@ -7613,7 +7613,7 @@ StartChar: u0BC2 Encoding: 3010 3010 92 Width: 632 GlyphClass: 4 -Flags: HW +Flags: W TtInstrs: NPUSHW 22 Index: lohit-tamil-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/lohit-tamil-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- lohit-tamil-fonts.spec 25 Sep 2009 12:14:47 - 1.3 +++ lohit-tamil-fonts.spec 11 Nov 2009 04:50:00 - 1.4 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.4 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Tamil font Group: User Interface/X @@ -16,13 +16,15 @@ BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: lohit-fonts-common < %{version}-%{release} +Patch1: anchor-bug.patch %description This package provides a free Tamil truetype/opentype font. %prep -%setup -q -n %{fontname}-%{version} +%setup -q -n %{fontname}-%{version} +%patch1 -p1 -b .1-anchor-problem %build @@ -53,6 +55,9 @@ rm -fr %{buildroot} %changelog +* Wed Nov 11 2009 Pravin Satpute - 2.4.4-3 +- resolved rh bug 536724 + * Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/bitmap-fonts/devel 66-bitmap-console.conf, NONE, 1.1 66-bitmap-fangsongti.conf, NONE, 1.1 66-bitmap-fixed.conf, NONE, 1.1 66-bitmap-lucida-typewriter.conf, NONE, 1.1 LICENSE, NONE, 1.1 bitmap-fon
Author: pravins Update of /cvs/pkgs/rpms/bitmap-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8344 Modified Files: bitmap-fonts.spec Added Files: 66-bitmap-console.conf 66-bitmap-fangsongti.conf 66-bitmap-fixed.conf 66-bitmap-lucida-typewriter.conf LICENSE Log Message: * Wed Nov 18 2009 Pravin Satpute - 0.3-14 - removed console8x8.pcf from console sub-package --- NEW FILE 66-bitmap-console.conf --- monospace Console Console monospace --- NEW FILE 66-bitmap-fangsongti.conf --- monospace Fangsong ti Fangsong ti monospace --- NEW FILE 66-bitmap-fixed.conf --- monospace Fixed Fixed monospace --- NEW FILE 66-bitmap-lucida-typewriter.conf --- monospace LucidaTypewriter LucidaTypewriter monospace --- NEW FILE LICENSE --- This font is a merge of: -ISAS-Fangsong ti-Medium-R-Normal--24-240-72-72-c-240-ISO10646-1 -Sony-Fixed-Medium-R-Normal--24-170-100-100-C-120-ISO8859-1 Copyright (C) 1988 The Institute of Software, Academia Sinica. Correspondence Address: P.O.Box 8718, Beijing, China 100080. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notices appear in all copies and that both those copyright notices and this permission notice appear in supporting documentation, and that the name of "the Institute of Software, Academia Sinica" not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. The Institute of Software, Academia Sinica, makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. THE INSTITUTE OF SOFTWARE, ACADEMIA SINICA, DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE INSTITUTE OF SOFTWARE, ACADEMIA SINICA, BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. This is a hanzi guobiao (GB) code 24x24 song ti font. GB stands for the National Standard GB2312-80 of the People's Republic of China. Copyright 1989 by Sony Corp. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notices appear in all copies and that both those copyright notices and this permission notice appear in supporting documentation, and that the name of Sony Corp. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Sony Corp. makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. SONY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SONY BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Index: bitmap-fonts.spec === RCS file: /cvs/pkgs/rpms/bitmap-fonts/devel/bitmap-fonts.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- bitmap-fonts.spec 30 Sep 2009 07:36:13 - 1.21 +++ bitmap-fonts.spec 18 Nov 2009 14:22:19 - 1.22 @@ -1,53 +1,83 @@ -#%global fontname bitmap -%define common_desc \ +%global fontname bitmap +%global fontconf 66-%{fontname} +%global common_desc \ The bitmap-fonts package provides a number of bitmap fonts selected\ from the xorg package designed for use locations such as\ terminals. Name: bitmap-fonts Version: 0.3 -Release: 9%{?dist} -License: Lucida and MIT and Public Domain +Release: 14%{?dist} +License: Lucida Source0: bitmap-fonts-%{version}.tar.bz2 Source1: fixfont-3.5.tar.bz2 +Source2: LICENSE +Source3: 66-bitmap-console.conf +Source4: 66-bitmap-fangsongti.conf +Source5: 66-bitmap-fixed.conf +Source6: 66-bitmap-lucida-typewriter.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Group: User Interface/X Summary: Selected set of bitmap fonts -Requires(pre): fontconfig +Requires: fontpackages-filesystem BuildRequires: xorg-x11-font
rpms/lohit-tamil-fonts/devel .cvsignore, 1.3, 1.4 lohit-tamil-fonts.spec, 1.4, 1.5 sources, 1.3, 1.4
Author: pravins Update of /cvs/pkgs/rpms/lohit-tamil-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13207 Modified Files: .cvsignore lohit-tamil-fonts.spec sources Log Message: * Tue Nov 24 2009 Pravin Satpute - 2.4.5-1 - upstream new release Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 21 Sep 2009 12:13:20 - 1.3 +++ .cvsignore 24 Nov 2009 13:24:27 - 1.4 @@ -1,2 +1,3 @@ lohit-tamil-2.4.3.tar.gz lohit-tamil-2.4.4.tar.gz +lohit-tamil-2.4.5.tar.gz Index: lohit-tamil-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/lohit-tamil-fonts.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- lohit-tamil-fonts.spec 11 Nov 2009 04:50:00 - 1.4 +++ lohit-tamil-fonts.spec 24 Nov 2009 13:24:27 - 1.5 @@ -2,8 +2,8 @@ %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts -Version:2.4.4 -Release:3%{?dist} +Version:2.4.5 +Release:1%{?dist} Summary:Free Tamil font Group: User Interface/X @@ -16,7 +16,6 @@ BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: lohit-fonts-common < %{version}-%{release} -Patch1: anchor-bug.patch %description This package provides a free Tamil truetype/opentype font. @@ -24,7 +23,6 @@ This package provides a free Tamil truet %prep %setup -q -n %{fontname}-%{version} -%patch1 -p1 -b .1-anchor-problem %build @@ -55,6 +53,9 @@ rm -fr %{buildroot} %changelog +* Tue Nov 24 2009 Pravin Satpute - 2.4.5-1 +- upstream new release + * Wed Nov 11 2009 Pravin Satpute - 2.4.4-3 - resolved rh bug 536724 Index: sources === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 21 Sep 2009 12:13:20 - 1.3 +++ sources 24 Nov 2009 13:24:27 - 1.4 @@ -1 +1 @@ -5ca4933b344fca080c013c2f572351df lohit-tamil-2.4.4.tar.gz +02c4b530a9f1c29355941d1958978f10 lohit-tamil-2.4.5.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/ucs-miscfixed-fonts/devel 66-ucs-miscfixed.conf, NONE, 1.1 import.log, NONE, 1.1 readme_cleanup.patch, NONE, 1.1 ucs-miscfixed-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: pravins Update of /cvs/pkgs/rpms/ucs-miscfixed-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5000/devel Modified Files: .cvsignore sources Added Files: 66-ucs-miscfixed.conf import.log readme_cleanup.patch ucs-miscfixed-fonts.spec Log Message: * Wed Nov 25 2009 Pravin Satpute - 0.3-5 - removed \ from description --- NEW FILE 66-ucs-miscfixed.conf --- monospace MiscFixed MiscFixed monospace --- NEW FILE import.log --- ucs-miscfixed-fonts-0_3-5_fc12:HEAD:ucs-miscfixed-fonts-0.3-5.fc12.src.rpm:1259129345 readme_cleanup.patch: README |9 - 1 file changed, 9 deletions(-) --- NEW FILE readme_cleanup.patch --- diff -rup bitmap-fonts-0.3/README bitmap-fonts-0.3_mod/README --- bitmap-fonts-0.3/README 2003-01-22 03:35:13.0 +0530 +++ bitmap-fonts-0.3_mod/README 2009-10-07 18:01:47.0 +0530 @@ -11,15 +11,6 @@ Most of these fonts are in the public do are under the X license. Copyright information where applicable can be found in the .bdf files. -The Lucida fonts are also derived from the X distribution. -The file LU_LEGALNOTICE is the license that applies to the -original versions of these fonts. - -The fangongti16.bdf fangongti24.bdf are merges of the -Fangosong ti fonts, and the Sony 8x16/12x24 fonts of -the same size to get full ASCII coverage. The licenses -of these fonts can be found in the .bdf files. - Owen Taylor June 27 2002 August 28 2002 --- NEW FILE ucs-miscfixed-fonts.spec --- %global fontname ucs-miscfixed %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts Version: 0.3 Release: 5%{?dist} License: Public Domain URL: http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html Source0: bitmap-fonts-%{version}.tar.bz2 Source1: fixfont-3.5.tar.bz2 Source2: 66-ucs-miscfixed.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Group: User Interface/X Summary: Selected set of bitmap fonts BuildRequires: fontpackages-devel BuildRequires: xorg-x11-font-utils Patch1: readme_cleanup.patch %description The usc-fixed-fonts package provides bitmap fonts for locations such as terminals. %prep %setup -q -n bitmap-fonts-%{version} -a1 %patch1 -p1 -b .1-readme_cleanup %build %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT cd fixfont-3.5 make install DESTDIR=$RPM_BUILD_ROOT mv $RPM_BUILD_ROOT/usr/share/fonts/bitmap-fonts %{buildroot}%{_fontdir} rm %{buildroot}%{_fontdir}/lut*.pcf %{buildroot}%{_fontdir}/fang*.pcf %{buildroot}%{_fontdir}/cons*.pcf gzip %{buildroot}%{_fontdir}/*.pcf install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{SOURCE2} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -rf $RPM_BUILD_ROOT %_font_pkg -f %{fontconf} [0-9]* %doc README %changelog * Wed Nov 25 2009 Pravin Satpute - 0.3-5 - removed \ from description * Thu Oct 22 2009 Pravin Satpute - 0.3-4 - chnaged conf file priority * Thu Sep 29 2009 Pravin Satpute - 0.3-3 - modified license field * Thu Sep 29 2009 Pravin Satpute - 0.3-2 - updated as per package review suggestion, bug 526204 * Thu Sep 29 2009 Pravin Satpute - 0.3-1 - initial packaging - these fonts was there in bitmap-fonts package previously, packaging it separate as per merger review suggetion. Index: .cvsignore === RCS file: /cvs/pkgs/rpms/ucs-miscfixed-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Nov 2009 03:55:21 - 1.1 +++ .cvsignore 25 Nov 2009 06:05:44 - 1.2 @@ -0,0 +1,2 @@ +bitmap-fonts-0.3.tar.bz2 +fixfont-3.5.tar.bz2 Index: sources === RCS file: /cvs/pkgs/rpms/ucs-miscfixed-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Nov 2009 03:55:21 - 1.1 +++ sources 25 Nov 2009 06:05:45 - 1.2 @@ -0,0 +1,2 @@ +f07548f9668f178e1a6f6ae39d595c8c bitmap-fonts-0.3.tar.bz2 +008073dee211f94105b2ff2790aa45dc fixfont-3.5.tar.bz2 ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-telugu-fonts/devel .cvsignore, 1.3, 1.4 lohit-telugu-fonts.spec, 1.3, 1.4 sources, 1.3, 1.4
Author: pravins Update of /cvs/pkgs/rpms/lohit-telugu-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31255 Modified Files: .cvsignore lohit-telugu-fonts.spec sources Log Message: * Wed Nov 25 2009 Pravin Satpute - 2.4.5-1 - upstream new release - bug fix 531201 Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 21 Sep 2009 12:13:14 - 1.3 +++ .cvsignore 25 Nov 2009 07:34:52 - 1.4 @@ -1,2 +1,3 @@ lohit-telugu-2.4.3.tar.gz lohit-telugu-2.4.4.tar.gz +lohit-telugu-2.4.5.tar.gz Index: lohit-telugu-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/lohit-telugu-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- lohit-telugu-fonts.spec 25 Sep 2009 12:19:10 - 1.3 +++ lohit-telugu-fonts.spec 25 Nov 2009 07:34:52 - 1.4 @@ -2,8 +2,8 @@ %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts -Version:2.4.4 -Release:2%{?dist} +Version:2.4.5 +Release:1%{?dist} Summary:Free Telugu font Group: User Interface/X @@ -53,6 +53,10 @@ rm -fr %{buildroot} %changelog +* Wed Nov 25 2009 Pravin Satpute - 2.4.5-1 +- upstream new release +- bug fix 531201 + * Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 - updated specs Index: sources === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 21 Sep 2009 12:13:14 - 1.3 +++ sources 25 Nov 2009 07:34:52 - 1.4 @@ -1 +1 @@ -da2bd6b204af0575ecf0d26b3497c463 lohit-telugu-2.4.4.tar.gz +b7b8d569773b56c2e218d22b60d22fd9 lohit-telugu-2.4.5.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-telugu-fonts/F-12 .cvsignore, 1.3, 1.4 lohit-telugu-fonts.spec, 1.3, 1.4 sources, 1.3, 1.4
Author: pravins Update of /cvs/pkgs/rpms/lohit-telugu-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1493 Modified Files: .cvsignore lohit-telugu-fonts.spec sources Log Message: * Wed Nov 25 2009 Pravin Satpute - 2.4.5-1 - upstream new release - bug fix 531201 Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/F-12/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 21 Sep 2009 12:13:14 - 1.3 +++ .cvsignore 25 Nov 2009 07:42:18 - 1.4 @@ -1,2 +1,3 @@ lohit-telugu-2.4.3.tar.gz lohit-telugu-2.4.4.tar.gz +lohit-telugu-2.4.5.tar.gz Index: lohit-telugu-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/F-12/lohit-telugu-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- lohit-telugu-fonts.spec 25 Sep 2009 12:19:10 - 1.3 +++ lohit-telugu-fonts.spec 25 Nov 2009 07:42:18 - 1.4 @@ -2,8 +2,8 @@ %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts -Version:2.4.4 -Release:2%{?dist} +Version:2.4.5 +Release:1%{?dist} Summary:Free Telugu font Group: User Interface/X @@ -53,6 +53,10 @@ rm -fr %{buildroot} %changelog +* Wed Nov 25 2009 Pravin Satpute - 2.4.5-1 +- upstream new release +- bug fix 531201 + * Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 - updated specs Index: sources === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/F-12/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 21 Sep 2009 12:13:14 - 1.3 +++ sources 25 Nov 2009 07:42:18 - 1.4 @@ -1 +1 @@ -da2bd6b204af0575ecf0d26b3497c463 lohit-telugu-2.4.4.tar.gz +b7b8d569773b56c2e218d22b60d22fd9 lohit-telugu-2.4.5.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-tamil-fonts/F-12 .cvsignore, 1.3, 1.4 lohit-tamil-fonts.spec, 1.4, 1.5 sources, 1.3, 1.4 anchor-bug.patch, 1.1, NONE
Author: pravins Update of /cvs/pkgs/rpms/lohit-tamil-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28229 Modified Files: .cvsignore lohit-tamil-fonts.spec sources Removed Files: anchor-bug.patch Log Message: * Fri Dec 04 2009 Pravin Satpute - 2.4.5-1 - upstream new release Index: .cvsignore === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/F-12/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 21 Sep 2009 12:13:20 - 1.3 +++ .cvsignore 4 Dec 2009 07:01:42 - 1.4 @@ -1,2 +1,3 @@ lohit-tamil-2.4.3.tar.gz lohit-tamil-2.4.4.tar.gz +lohit-tamil-2.4.5.tar.gz Index: lohit-tamil-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/F-12/lohit-tamil-fonts.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- lohit-tamil-fonts.spec 11 Nov 2009 04:47:37 - 1.4 +++ lohit-tamil-fonts.spec 4 Dec 2009 07:01:42 - 1.5 @@ -2,8 +2,8 @@ %global fontconf 66-%{fontname}.conf Name: %{fontname}-fonts -Version:2.4.4 -Release:3%{?dist} +Version:2.4.5 +Release:1%{?dist} Summary:Free Tamil font Group: User Interface/X @@ -16,7 +16,6 @@ BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: lohit-fonts-common < %{version}-%{release} -Patch1: anchor-bug.patch %description This package provides a free Tamil truetype/opentype font. @@ -24,7 +23,6 @@ This package provides a free Tamil truet %prep %setup -q -n %{fontname}-%{version} -%patch1 -p1 -b .1-anchor-problem %build @@ -55,6 +53,9 @@ rm -fr %{buildroot} %changelog +* Fri Dec 04 2009 Pravin Satpute - 2.4.5-1 +- upstream new release + * Wed Nov 11 2009 Pravin Satpute - 2.4.4-3 - resolved rh bug 536724 Index: sources === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/F-12/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 21 Sep 2009 12:13:20 - 1.3 +++ sources 4 Dec 2009 07:01:42 - 1.4 @@ -1 +1 @@ -5ca4933b344fca080c013c2f572351df lohit-tamil-2.4.4.tar.gz +02c4b530a9f1c29355941d1958978f10 lohit-tamil-2.4.5.tar.gz --- anchor-bug.patch DELETED --- ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/smc-fonts/devel 66-smc-meera.conf, NONE, 1.1 bug-545683.patch, NONE, 1.1 smc-fonts.spec, 1.10, 1.11
Author: pravins Update of /cvs/pkgs/rpms/smc-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13694 Modified Files: smc-fonts.spec Added Files: 66-smc-meera.conf bug-545683.patch Log Message: Wed Dec 09 2009 Pravin Satpute 04.2-3 - bugfix 545683 --- NEW FILE 66-smc-meera.conf --- ml sans-serif Meera Meera sans-serif bug-545683.patch: malayalam-fonts.conf | 12 1 file changed, 12 deletions(-) --- NEW FILE bug-545683.patch --- diff -rup malayalam-fonts-04/malayalam-fonts.conf malayalam-fonts-04_mod/malayalam-fonts.conf --- malayalam-fonts-04/malayalam-fonts.conf 2008-06-30 00:46:25.0 +0530 +++ malayalam-fonts-04_mod/malayalam-fonts.conf 2009-12-09 10:45:20.0 +0530 @@ -7,18 +7,6 @@ ml -sans-serif - -Meera - - - - - - -ml - - serif Rachana Index: smc-fonts.spec === RCS file: /cvs/pkgs/rpms/smc-fonts/devel/smc-fonts.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- smc-fonts.spec 14 Oct 2009 05:43:10 - 1.10 +++ smc-fonts.spec 9 Dec 2009 06:30:09 - 1.11 @@ -8,16 +8,18 @@ traditional and new Malayalam Script. Name: %{fontname}-fonts Version: 04.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ and GPLv2 URL: http://savannah.nongnu.org/projects/smc Source: http://download.savannah.nongnu.org/releases/smc/fonts/malayalam-fonts-%{version}.zip +Source1: 66-smc-meera.conf BuildArch: noarch BuildRequires: fontpackages-devel > 1.13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: bug-523454.patch +Patch2: bug-545683.patch %description %common_desc @@ -54,7 +56,7 @@ Obsoletes: %{name}-meera < 04.2-1 The Meera font package contains fonts for the display of traditional Malayalam Scripts. -%_font_pkg -n meera -f 90-%{fontname}-fonts.conf Meera*.ttf +%_font_pkg -n meera -f *smc*.conf Meera*.ttf %package -n %{fontname}-rachana-fonts @@ -128,6 +130,7 @@ traditional Malayalam Scripts. %prep %setup -q -n malayalam-fonts-04 %patch1 -p1 -b .1-conffile +%patch2 -p1 -b .2-fontconf_priority %build echo "Nothing to do in Build." @@ -139,11 +142,17 @@ install -m 0644 -p *.ttf %{buildroot}%{ install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p $RPM_BUILD_DIR/malayalam-fonts-04/malayalam-fonts.conf %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-fonts.conf -for fconf in %{fontconf}-fonts.conf ; do + +install -m 0644 -p %{SOURCE1} \ +%{buildroot}%{_fontconfig_templatedir}/66-smc-meera.conf + +for fconf in %{fontconf}-fonts.conf \ + 66-smc-meera.conf ; do ln -s %{_fontconfig_templatedir}/$fconf \ - %{buildroot}%{_fontconfig_confdir}/$fconf +%{buildroot}%{_fontconfig_confdir}/$fconf done + %clean rm -fr %{buildroot} @@ -154,6 +163,9 @@ rm -fr %{buildroot} %dir %{_fontdir} %changelog +* Wed Dec 09 2009 Pravin Satpute 04.2-3 +- bugfix 545683 + * Wed Oct 14 2009 Pravin Satpute 04.2-2 - bugfix 523454 ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-malayalam-fonts/devel lohit-malayalam-fonts.spec, 1.3, 1.4
Author: pravins Update of /cvs/pkgs/rpms/lohit-malayalam-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20211 Modified Files: lohit-malayalam-fonts.spec Log Message: * Wed Dec 09 2009 Pravin Satpute - 2.4.4-3 - bugfix 520041 Index: lohit-malayalam-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-malayalam-fonts/devel/lohit-malayalam-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- lohit-malayalam-fonts.spec 25 Sep 2009 12:03:45 - 1.3 +++ lohit-malayalam-fonts.spec 9 Dec 2009 06:52:45 - 1.4 @@ -1,9 +1,9 @@ %global fontname lohit-malayalam -#%global fontconf 67-%{fontname}.conf +%global fontconf 67-%{fontname}.conf Name: %{fontname}-fonts Version:2.4.4 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Malayalam font Group: User Interface/X @@ -34,25 +34,26 @@ rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} -#install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ -# %{buildroot}%{_fontconfig_confdir} +install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ + %{buildroot}%{_fontconfig_confdir} -#install -m 0644 -p %{fontconf} \ -#%{buildroot}%{_fontconfig_templatedir}/%{fontconf} -#ln -s %{_fontconfig_templatedir}/%{fontconf} \ -# %{buildroot}%{_fontconfig_confdir}/%{fontconf} +install -m 0644 -p %{fontconf} \ +%{buildroot}%{_fontconfig_templatedir}/%{fontconf} +ln -s %{_fontconfig_templatedir}/%{fontconf} \ + %{buildroot}%{_fontconfig_confdir}/%{fontconf} %clean rm -fr %{buildroot} - -%_font_pkg *.ttf +%_font_pkg -f %{fontconf} *.ttf %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old - %changelog +* Wed Dec 09 2009 Pravin Satpute - 2.4.4-3 +- bugfix 520041 + * Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/smc-fonts/devel 66-smc-meera.conf, 1.1, 1.2 smc-fonts.spec, 1.11, 1.12
Author: pravins Update of /cvs/pkgs/rpms/smc-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31512 Modified Files: 66-smc-meera.conf smc-fonts.spec Log Message: * Mon Dec 21 2009 Pravin Satpute 04.2-4 - updated meera conf file Index: 66-smc-meera.conf === RCS file: /cvs/pkgs/rpms/smc-fonts/devel/66-smc-meera.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- 66-smc-meera.conf 9 Dec 2009 06:30:09 - 1.1 +++ 66-smc-meera.conf 21 Dec 2009 11:06:04 - 1.2 @@ -8,7 +8,7 @@ sans-serif - + Meera Index: smc-fonts.spec === RCS file: /cvs/pkgs/rpms/smc-fonts/devel/smc-fonts.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- smc-fonts.spec 9 Dec 2009 06:30:09 - 1.11 +++ smc-fonts.spec 21 Dec 2009 11:06:04 - 1.12 @@ -8,7 +8,7 @@ traditional and new Malayalam Script. Name: %{fontname}-fonts Version: 04.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ and GPLv2 @@ -163,6 +163,9 @@ rm -fr %{buildroot} %dir %{_fontdir} %changelog +* Mon Dec 21 2009 Pravin Satpute 04.2-4 +- updated meera conf file + * Wed Dec 09 2009 Pravin Satpute 04.2-3 - bugfix 545683 ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-assamese-fonts/devel bug-549319.patch, NONE, 1.1 lohit-assamese-fonts.spec, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-assamese-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25955 Modified Files: lohit-assamese-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 24 2009 Pravin Satpute - 2.4.3-3 - fixes bug 548686 and 549319 bug-549319.patch: 66-lohit-assamese.conf |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-assamese-2.4.3/66-lohit-assamese.conf lohit-assamese-2.4.3_mod/66-lohit-assamese.conf --- lohit-assamese-2.4.3/66-lohit-assamese.conf 2009-09-09 15:18:33.0 +0530 +++ lohit-assamese-2.4.3_mod/66-lohit-assamese.conf 2009-12-21 14:21:14.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Assamese @@ -19,4 +19,3 @@ - Index: lohit-assamese-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-assamese-fonts/devel/lohit-assamese-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-assamese-fonts.spec 25 Sep 2009 11:49:53 - 1.2 +++ lohit-assamese-fonts.spec 24 Dec 2009 09:30:27 - 1.3 @@ -5,11 +5,11 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Assamese font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/assamese/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -17,6 +17,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -25,6 +26,7 @@ This package provides a free Assamese tr %prep %setup -q -n %{fontname}-%{version} +%patch1 -p1 -b .1-fix-font-conf %build @@ -55,6 +57,9 @@ rm -fr %{buildroot} %changelog +* Thu Dec 24 2009 Pravin Satpute - 2.4.3-3 +- fixes bug 548686 and 549319 + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-bengali-fonts/devel bug-549319.patch, NONE, 1.1 lohit-bengali-fonts.spec, 1.3, 1.4
Author: pravins Update of /cvs/pkgs/rpms/lohit-bengali-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28276 Modified Files: lohit-bengali-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.3-4 - fixed bug 548686, license field bug-549319.patch: 66-lohit-bengali.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-bengali-2.4.3/66-lohit-bengali.conf lohit-bengali-2.4.3_mod/66-lohit-bengali.conf --- lohit-bengali-2.4.3/66-lohit-bengali.conf 2009-09-09 15:18:33.0 +0530 +++ lohit-bengali-2.4.3_mod/66-lohit-bengali.conf 2009-12-23 19:31:52.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Bengali Index: lohit-bengali-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-bengali-fonts/devel/lohit-bengali-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- lohit-bengali-fonts.spec25 Sep 2009 12:21:13 - 1.3 +++ lohit-bengali-fonts.spec24 Dec 2009 09:50:53 - 1.4 @@ -3,11 +3,11 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:3%{?dist} +Release:4%{?dist} Summary:Free Bengali font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/bengali/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -15,6 +15,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,7 +24,7 @@ This package provides a free Bengali tru %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build ./generate.pe *.sfd @@ -53,6 +54,9 @@ rm -fr %{buildroot} %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.3-4 +- fixed bug 548686, license field + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-3 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-gujarati-fonts/devel bug-549319.patch, NONE, 1.1 lohit-gujarati-fonts.spec, 1.3, 1.4
Author: pravins Update of /cvs/pkgs/rpms/lohit-gujarati-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28658 Modified Files: lohit-gujarati-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.3-4 - fixed bug 548686, license field bug-549319.patch: 66-lohit-gujarati.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-gujarati-2.4.4/66-lohit-gujarati.conf lohit-gujarati-2.4.4_mod/66-lohit-gujarati.conf --- lohit-gujarati-2.4.4/66-lohit-gujarati.conf 2009-10-28 17:17:03.0 +0530 +++ lohit-gujarati-2.4.4_mod/66-lohit-gujarati.conf 2009-12-23 19:36:49.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Gujarati Index: lohit-gujarati-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-gujarati-fonts/devel/lohit-gujarati-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- lohit-gujarati-fonts.spec 28 Oct 2009 12:11:46 - 1.3 +++ lohit-gujarati-fonts.spec 24 Dec 2009 09:53:14 - 1.4 @@ -3,11 +3,11 @@ Name: %{fontname}-fonts Version:2.4.4 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Gujarati font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -15,6 +15,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,10 +24,10 @@ This package provides a free Gujarati tr %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build -./generate.pe *.sfd +make %install rm -fr %{buildroot} @@ -53,6 +54,9 @@ rm -fr %{buildroot} %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.3-4 +- fixed bug 548686, license field + * Wed Oct 28 2009 Pravin Satpute - 2.4.4-1 - upstream release wuth bugfix 529637 - update in upstream url ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-hindi-fonts/devel bug-549319.patch, NONE, 1.1 lohit-hindi-fonts.spec, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-hindi-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29056 Modified Files: lohit-hindi-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 - fixed bug 548686, license field bug-549319.patch: 66-lohit-hindi.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-hindi-2.4.3/66-lohit-hindi.conf lohit-hindi-2.4.3_mod/66-lohit-hindi.conf --- lohit-hindi-2.4.3/66-lohit-hindi.conf 2009-09-09 15:18:33.0 +0530 +++ lohit-hindi-2.4.3_mod/66-lohit-hindi.conf 2009-12-23 19:39:21.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Hindi Index: lohit-hindi-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-hindi-fonts/devel/lohit-hindi-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-hindi-fonts.spec 25 Sep 2009 11:46:51 - 1.2 +++ lohit-hindi-fonts.spec 24 Dec 2009 09:55:37 - 1.3 @@ -3,11 +3,11 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Hindi font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/hindi/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -15,6 +15,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,7 +24,7 @@ This package provides a free Hindi truet %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build ./generate.pe *.sfd @@ -52,6 +53,9 @@ rm -fr %{buildroot} %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 +- fixed bug 548686, license field + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-kannada-fonts/devel bug-549319.patch, NONE, 1.1 lohit-kannada-fonts.spec, 1.3, 1.4
Author: pravins Update of /cvs/pkgs/rpms/lohit-kannada-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29444 Modified Files: lohit-kannada-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 - fixed bug 548686, license field bug-549319.patch: 66-lohit-kannada.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-kannada-2.4.4/66-lohit-kannada.conf lohit-kannada-2.4.4_mod/66-lohit-kannada.conf --- lohit-kannada-2.4.4/66-lohit-kannada.conf 2009-09-21 16:14:27.0 +0530 +++ lohit-kannada-2.4.4_mod/66-lohit-kannada.conf 2009-12-23 19:41:09.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Kannada Index: lohit-kannada-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-kannada-fonts/devel/lohit-kannada-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- lohit-kannada-fonts.spec25 Sep 2009 11:56:34 - 1.3 +++ lohit-kannada-fonts.spec24 Dec 2009 09:57:40 - 1.4 @@ -3,11 +3,11 @@ Name: %{fontname}-fonts Version:2.4.4 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Kannada font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -15,6 +15,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,7 +24,7 @@ This package provides a free Kannada tru %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build make @@ -53,6 +54,9 @@ rm -fr %{buildroot} %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 +- fixed bug 548686, license field + * Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-kashmiri-fonts/devel bug-549319.patch, NONE, 1.1 lohit-kashmiri-fonts.spec, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-kashmiri-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29802 Modified Files: lohit-kashmiri-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 - fixed bug 548686, license field - corrected source url bug-549319.patch: 66-lohit-kashm...@devanagari.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-kashmiri-2.4.3/66-lohit-kashm...@devanagari.conf lohit-kashmiri-2.4.3_mod/66-lohit-kashm...@devanagari.conf --- lohit-kashmiri-2.4.3/66-lohit-kashm...@devanagari.conf 2009-09-09 15:18:35.0 +0530 +++ lohit-kashmiri-2.4.3_mod/66-lohit-kashm...@devanagari.conf 2009-12-23 19:43:23.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Kashmiri Index: lohit-kashmiri-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-kashmiri-fonts/devel/lohit-kashmiri-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-kashmiri-fonts.spec 25 Sep 2009 11:58:02 - 1.2 +++ lohit-kashmiri-fonts.spec 24 Dec 2009 09:59:57 - 1.3 @@ -3,18 +3,19 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Kashmiri Devanagari Script Font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ -Source0: http://pravins.fedorapeople.org/lohit/gujarati/%{fontname}-%{version}.tar.gz +Source0: http://pravins.fedorapeople.org/lohit/kashmiri/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,7 +24,7 @@ This package provides a free Kashmiri de %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build ./generate.pe *.sfd @@ -53,6 +54,10 @@ rm -fr %{buildroot} %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 +- fixed bug 548686, license field +- corrected source url + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-konkani-fonts/devel bug-549319.patch, NONE, 1.1 lohit-konkani-fonts.spec, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-konkani-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31589 Modified Files: lohit-konkani-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 - fixed bug 548686, license field bug-549319.patch: 66-lohit-konkani.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-konkani-2.4.3/66-lohit-konkani.conf lohit-konkani-2.4.3_mod/66-lohit-konkani.conf --- lohit-konkani-2.4.3/66-lohit-konkani.conf 2009-09-09 15:18:34.0 +0530 +++ lohit-konkani-2.4.3_mod/66-lohit-konkani.conf 2009-12-23 19:49:30.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Konkani Index: lohit-konkani-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-konkani-fonts/devel/lohit-konkani-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-konkani-fonts.spec25 Sep 2009 11:59:47 - 1.2 +++ lohit-konkani-fonts.spec24 Dec 2009 10:15:09 - 1.3 @@ -4,11 +4,11 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Konkani Font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/konkani/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -16,6 +16,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -24,7 +25,7 @@ This package provides a free Konkani tru %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build ./generate.pe *.sfd @@ -54,6 +55,9 @@ rm -fr %{buildroot} %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 +- fixed bug 548686, license field + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-maithili-fonts/devel bug-549319.patch, NONE, 1.1 lohit-maithili-fonts.spec, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-maithili-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32217 Modified Files: lohit-maithili-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 - fixed bug 548686, license field - corrected source link bug-549319.patch: 66-lohit-maithili.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-maithili-2.4.3/66-lohit-maithili.conf lohit-maithili-2.4.3_mod/66-lohit-maithili.conf --- lohit-maithili-2.4.3/66-lohit-maithili.conf 2009-09-09 15:18:34.0 +0530 +++ lohit-maithili-2.4.3_mod/66-lohit-maithili.conf 2009-12-23 19:52:49.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Maithili Index: lohit-maithili-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-maithili-fonts/devel/lohit-maithili-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-maithili-fonts.spec 25 Sep 2009 12:02:01 - 1.2 +++ lohit-maithili-fonts.spec 24 Dec 2009 10:20:04 - 1.3 @@ -3,18 +3,19 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Maithili font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ -Source0: http://pravins.fedorapeople.org/lohit/gujarati/%{fontname}-%{version}.tar.gz +Source0: http://pravins.fedorapeople.org/lohit/maithili/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,7 +24,7 @@ This package provides a free Maithili tr %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build ./generate.pe *.sfd @@ -53,6 +54,10 @@ rm -fr %{buildroot} %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 +- fixed bug 548686, license field +- corrected source link + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-malayalam-fonts/devel bug-549319.patch, NONE, 1.1 lohit-malayalam-fonts.spec, 1.4, 1.5
Author: pravins Update of /cvs/pkgs/rpms/lohit-malayalam-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32668 Modified Files: lohit-malayalam-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.4-4 - fixed bug 548686, license field bug-549319.patch: 67-lohit-malayalam.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-malayalam-2.4.4/67-lohit-malayalam.conf lohit-malayalam-2.4.4_mod/67-lohit-malayalam.conf --- lohit-malayalam-2.4.4/67-lohit-malayalam.conf 2009-09-21 16:14:28.0 +0530 +++ lohit-malayalam-2.4.4_mod/67-lohit-malayalam.conf 2009-12-23 19:55:13.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Malayalam Index: lohit-malayalam-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-malayalam-fonts/devel/lohit-malayalam-fonts.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- lohit-malayalam-fonts.spec 9 Dec 2009 06:52:45 - 1.4 +++ lohit-malayalam-fonts.spec 24 Dec 2009 10:23:02 - 1.5 @@ -3,11 +3,11 @@ Name: %{fontname}-fonts Version:2.4.4 -Release:3%{?dist} +Release:4%{?dist} Summary:Free Malayalam font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -15,6 +15,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,7 +24,7 @@ This package provides a free Malayalam t %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build make @@ -51,6 +52,9 @@ rm -fr %{buildroot} %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.4-4 +- fixed bug 548686, license field + * Wed Dec 09 2009 Pravin Satpute - 2.4.4-3 - bugfix 520041 ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-marathi-fonts/devel bug-549319.patch, NONE, 1.1 lohit-marathi-fonts.spec, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-marathi-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1011 Modified Files: lohit-marathi-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 - fixed bug 548686, license field bug-549319.patch: 66-lohit-marathi.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-marathi-2.4.3/66-lohit-marathi.conf lohit-marathi-2.4.3_mod/66-lohit-marathi.conf --- lohit-marathi-2.4.3/66-lohit-marathi.conf 2009-09-09 15:18:34.0 +0530 +++ lohit-marathi-2.4.3_mod/66-lohit-marathi.conf 2009-12-23 19:57:30.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Marathi Index: lohit-marathi-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-marathi-fonts/devel/lohit-marathi-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-marathi-fonts.spec25 Sep 2009 12:05:19 - 1.2 +++ lohit-marathi-fonts.spec24 Dec 2009 10:28:17 - 1.3 @@ -5,11 +5,11 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Marathi font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/marathi/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -17,6 +17,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -25,7 +26,7 @@ This package provides a free Marathi tru %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build ./generate.pe *.sfd @@ -54,6 +55,9 @@ rm -fr %{buildroot} %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 +- fixed bug 548686, license field + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-nepali-fonts/devel bug-549319.patch, NONE, 1.1 lohit-nepali-fonts.spec, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-nepali-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1635 Modified Files: lohit-nepali-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 - fixed bug 548686, license field bug-549319.patch: 67-lohit-nepali.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-nepali-2.4.3/67-lohit-nepali.conf lohit-nepali-2.4.3_mod/67-lohit-nepali.conf --- lohit-nepali-2.4.3/67-lohit-nepali.conf 2009-09-09 15:18:35.0 +0530 +++ lohit-nepali-2.4.3_mod/67-lohit-nepali.conf 2009-12-23 20:02:23.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Nepali Index: lohit-nepali-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-nepali-fonts/devel/lohit-nepali-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-nepali-fonts.spec 25 Sep 2009 12:07:00 - 1.2 +++ lohit-nepali-fonts.spec 24 Dec 2009 10:30:11 - 1.3 @@ -3,11 +3,11 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Nepali font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/nepali/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -15,6 +15,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,7 +24,7 @@ This package provides a free Nepali true %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build ./generate.pe *.sfd @@ -53,6 +54,9 @@ rm -fr %{buildroot} %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 +- fixed bug 548686, license field + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-punjabi-fonts/devel bug-549319.patch, NONE, 1.1 lohit-punjabi-fonts.spec, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-punjabi-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3177 Modified Files: lohit-punjabi-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 - fixed bug 548686, license field bug-549319.patch: 66-lohit-punjabi.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-punjabi-2.4.3/66-lohit-punjabi.conf lohit-punjabi-2.4.3_mod/66-lohit-punjabi.conf --- lohit-punjabi-2.4.3/66-lohit-punjabi.conf 2009-09-09 15:18:34.0 +0530 +++ lohit-punjabi-2.4.3_mod/66-lohit-punjabi.conf 2009-12-23 20:12:27.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Punjabi Index: lohit-punjabi-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-punjabi-fonts/devel/lohit-punjabi-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-punjabi-fonts.spec25 Sep 2009 12:11:02 - 1.2 +++ lohit-punjabi-fonts.spec24 Dec 2009 10:37:08 - 1.3 @@ -3,11 +3,11 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Punjabi font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/punjabi/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -15,6 +15,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,7 +24,7 @@ This package provides a free Punjabi tru %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build ./generate.pe *.sfd @@ -53,6 +54,9 @@ rm -fr %{buildroot} %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 +- fixed bug 548686, license field + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-oriya-fonts/devel bug-549319.patch, NONE, 1.1 lohit-oriya-fonts.spec, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-oriya-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2510 Modified Files: lohit-oriya-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 - fixed bug 548686, license field - corrected source url bug-549319.patch: 66-lohit-oriya.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-oriya-2.4.3/66-lohit-oriya.conf lohit-oriya-2.4.3_mod/66-lohit-oriya.conf --- lohit-oriya-2.4.3/66-lohit-oriya.conf 2009-09-09 15:18:34.0 +0530 +++ lohit-oriya-2.4.3_mod/66-lohit-oriya.conf 2009-12-23 20:07:48.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Oriya Index: lohit-oriya-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-oriya-fonts/devel/lohit-oriya-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-oriya-fonts.spec 25 Sep 2009 12:09:19 - 1.2 +++ lohit-oriya-fonts.spec 24 Dec 2009 10:32:17 - 1.3 @@ -3,18 +3,19 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Oriya Font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ -Source0: http://pravins.fedorapeople.org/lohit/Oriya/%{fontname}-%{version}.tar.gz +Source0: http://pravins.fedorapeople.org/lohit/oriya/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,7 +24,7 @@ This package provides a free Oriya truet %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build ./generate.pe *.sfd @@ -53,6 +54,10 @@ rm -fr %{buildroot} %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 +- fixed bug 548686, license field +- corrected source url + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-sindhi-fonts/devel bug-549319.patch, NONE, 1.1 lohit-sindhi-fonts.spec, 1.2, 1.3
Author: pravins Update of /cvs/pkgs/rpms/lohit-sindhi-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3918 Modified Files: lohit-sindhi-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 - fixed bug 548686, license field bug-549319.patch: 66-lohit-sin...@devanagari.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-sindhi-2.4.3/66-lohit-sin...@devanagari.conf lohit-sindhi-2.4.3_mod/66-lohit-sin...@devanagari.conf --- lohit-sindhi-2.4.3/66-lohit-sin...@devanagari.conf 2009-09-09 15:18:35.0 +0530 +++ lohit-sindhi-2.4.3_mod/66-lohit-sin...@devanagari.conf 2009-12-23 20:37:02.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Sindhi Index: lohit-sindhi-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-sindhi-fonts/devel/lohit-sindhi-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lohit-sindhi-fonts.spec 25 Sep 2009 12:13:14 - 1.2 +++ lohit-sindhi-fonts.spec 24 Dec 2009 10:41:14 - 1.3 @@ -3,11 +3,11 @@ Name: %{fontname}-fonts Version:2.4.3 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Sindhi font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: http://pravins.fedorapeople.org/lohit/sindhi/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -15,6 +15,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,7 +24,7 @@ This package provides a free Sindhi true %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build ./generate.pe *.sfd @@ -53,6 +54,9 @@ rm -fr %{buildroot} %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.3-3 +- fixed bug 548686, license field + * Fri Sep 25 2009 Pravin Satpute - 2.4.3-2 - updated specs ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-tamil-fonts/devel bug-549319.patch, NONE, 1.1 lohit-tamil-fonts.spec, 1.5, 1.6
Author: pravins Update of /cvs/pkgs/rpms/lohit-tamil-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4424 Modified Files: lohit-tamil-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.5-2 - fixed bug 548686, license field bug-549319.patch: 66-lohit-tamil.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-tamil-2.4.5/66-lohit-tamil.conf lohit-tamil-2.4.5_mod/66-lohit-tamil.conf --- lohit-tamil-2.4.5/66-lohit-tamil.conf 2009-11-24 18:44:14.0 +0530 +++ lohit-tamil-2.4.5_mod/66-lohit-tamil.conf 2009-12-23 20:40:07.0 +0530 @@ -8,7 +8,7 @@ sans-serif - + Lohit Tamil Index: lohit-tamil-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/lohit-tamil-fonts.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- lohit-tamil-fonts.spec 24 Nov 2009 13:24:27 - 1.5 +++ lohit-tamil-fonts.spec 24 Dec 2009 10:43:20 - 1.6 @@ -3,11 +3,12 @@ Name: %{fontname}-fonts Version:2.4.5 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Tamil font Group: User Interface/X License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -15,6 +16,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,7 +25,7 @@ This package provides a free Tamil truet %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build make @@ -53,6 +55,9 @@ rm -fr %{buildroot} %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.5-2 +- fixed bug 548686, license field + * Tue Nov 24 2009 Pravin Satpute - 2.4.5-1 - upstream new release ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-tamil-fonts/devel lohit-tamil-fonts.spec,1.6,1.7
Author: pravins Update of /cvs/pkgs/rpms/lohit-tamil-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4789 Modified Files: lohit-tamil-fonts.spec Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.5-2 - fixed bug 548686, license field Index: lohit-tamil-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/lohit-tamil-fonts.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- lohit-tamil-fonts.spec 24 Dec 2009 10:43:20 - 1.6 +++ lohit-tamil-fonts.spec 24 Dec 2009 10:45:42 - 1.7 @@ -7,7 +7,6 @@ Release:2%{?dist} Summary:Free Tamil font Group: User Interface/X -License:GPLv2 License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-telugu-fonts/devel bug-549319.patch, NONE, 1.1 lohit-telugu-fonts.spec, 1.4, 1.5
Author: pravins Update of /cvs/pkgs/rpms/lohit-telugu-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6646 Modified Files: lohit-telugu-fonts.spec Added Files: bug-549319.patch Log Message: * Thu Dec 13 2009 Pravin Satpute - 2.4.5-2 - fixed bug 548686, license field bug-549319.patch: 66-lohit-telugu.conf |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- NEW FILE bug-549319.patch --- diff -rup lohit-telugu-2.4.5/66-lohit-telugu.conf lohit-telugu-2.4.5_mod/66-lohit-telugu.conf --- lohit-telugu-2.4.5/66-lohit-telugu.conf 2009-11-25 12:47:59.0 +0530 +++ lohit-telugu-2.4.5_mod/66-lohit-telugu.conf 2009-12-24 14:42:05.0 +0530 @@ -1,4 +1,4 @@ - + @@ -8,7 +8,7 @@ sans-serif - + Lohit Telugu Index: lohit-telugu-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/lohit-telugu-fonts.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- lohit-telugu-fonts.spec 25 Nov 2009 07:34:52 - 1.4 +++ lohit-telugu-fonts.spec 24 Dec 2009 10:57:44 - 1.5 @@ -3,11 +3,11 @@ Name: %{fontname}-fonts Version:2.4.5 -Release:1%{?dist} +Release:2%{?dist} Summary:Free Telugu font Group: User Interface/X -License:GPLv2 +License:GPLv2 with exceptions URL:https://fedorahosted.org/lohit/ Source0: https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX) @@ -15,6 +15,7 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +Patch1: bug-549319.patch Obsoletes: lohit-fonts-common < %{version}-%{release} %description @@ -23,7 +24,7 @@ This package provides a free Telugu true %prep %setup -q -n %{fontname}-%{version} - +%patch1 -p1 -b .1-fix-font-conf %build make @@ -53,6 +54,9 @@ rm -fr %{buildroot} %changelog +* Thu Dec 13 2009 Pravin Satpute - 2.4.5-2 +- fixed bug 548686, license field + * Wed Nov 25 2009 Pravin Satpute - 2.4.5-1 - upstream new release - bug fix 531201 ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-telugu-fonts/devel bug-549319.patch, 1.1, 1.2 lohit-telugu-fonts.spec, 1.5, 1.6
Author: pravins Update of /cvs/pkgs/rpms/lohit-telugu-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31188 Modified Files: bug-549319.patch lohit-telugu-fonts.spec Log Message: * Mon Dec 28 2009 Pravin Satpute - 2.4.5-3 - corrected patch bug-549319.patch: 66-lohit-telugu.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: bug-549319.patch === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/bug-549319.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- bug-549319.patch24 Dec 2009 10:57:44 - 1.1 +++ bug-549319.patch28 Dec 2009 07:16:46 - 1.2 @@ -1,12 +1,6 @@ diff -rup lohit-telugu-2.4.5/66-lohit-telugu.conf lohit-telugu-2.4.5_mod/66-lohit-telugu.conf --- lohit-telugu-2.4.5/66-lohit-telugu.conf2009-11-25 12:47:59.0 +0530 -+++ lohit-telugu-2.4.5_mod/66-lohit-telugu.conf2009-12-24 14:42:05.0 +0530 -@@ -1,4 +1,4 @@ -- -+ - - - lohit-telugu-2.4.5_mod/66-lohit-telugu.conf2009-12-28 12:43:39.0 +0530 @@ -8,7 +8,7 @@ sans-serif Index: lohit-telugu-fonts.spec === RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/lohit-telugu-fonts.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- lohit-telugu-fonts.spec 24 Dec 2009 10:57:44 - 1.5 +++ lohit-telugu-fonts.spec 28 Dec 2009 07:16:46 - 1.6 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version:2.4.5 -Release:2%{?dist} +Release:3%{?dist} Summary:Free Telugu font Group: User Interface/X @@ -54,6 +54,9 @@ rm -fr %{buildroot} %changelog +* Mon Dec 28 2009 Pravin Satpute - 2.4.5-3 +- corrected patch + * Thu Dec 13 2009 Pravin Satpute - 2.4.5-2 - fixed bug 548686, license field ___ Fedora-fonts-bugs-list mailing list Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
rpms/lohit-telugu-fonts/devel bug-551317.patch, NONE, 1.1 lohit-telugu-fonts.spec, 1.6, 1.7
Author: pravins Update of /cvs/pkgs/rpms/lohit-telugu-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22739 Modified Files: lohit-telugu-fonts.spec Added Files: bug-551317.patch Log Message: * Mon Dec 28 2009 Pravin Satpute - 2.4.5-4 - fixes bug 551317 bug-551317.patch: Lohit-Telugu.sfd | 1009 ++- 1 file changed, 1002 insertions(+), 7 deletions(-) --- NEW FILE bug-551317.patch --- diff -rup lohit-telugu-2.4.5/Lohit-Telugu.sfd lohit-telugu-2.4.5_mod/Lohit-Telugu.sfd --- lohit-telugu-2.4.5/Lohit-Telugu.sfd 2009-11-25 12:47:59.0 +0530 +++ lohit-telugu-2.4.5_mod/Lohit-Telugu.sfd 2009-12-30 11:54:46.0 +0530 @@ -4,7 +4,7 @@ FullName: Lohit Telugu FamilyName: Lohit Telugu Weight: Book Copyright: Copyright (c) 2003, Automatic Control Equipments, Pune, INDIA.\n Copyright 2006 Modular Infotech Pvt Ltd.\n Copyright 2009 Red Hat, Inc.\n\n Licensed under the GNU General Public License, version 2 (see file COPYING) along with the following exception:\n\n As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. -Version: 2.4.5 +Version: 2.4.6 ItalicAngle: 0 UnderlinePosition: -300 UnderlineWidth: 20 @@ -19,7 +19,7 @@ OS2Version: 1 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1153280036 -ModificationTime: 1259131491 +ModificationTime: 1262152364 PfmFamily: 17 TTFWeight: 400 TTFWidth: 5 @@ -2879,7 +2879,7 @@ ShortTable: maxp 16 0 0 EndShort -LangName: 1033 "" "" "Regular" "FontForge 1.0 : Lohit Telugu : 19-7-2006" "" "Version 2.4.5" +LangName: 1033 "" "" "Regular" "FontForge 1.0 : Lohit Telugu : 19-7-2006" "" "Version 2.4.6" GaspTable: 1 65535 2 Encoding: UnicodeBmp Compacted: 1 @@ -2890,7 +2890,7 @@ AntiAlias: 1 FitToEm: 1 WinInfo: 0 28 11 AnchorClass2: "Anchor-0" "'blwm' Below Base Mark in Telugu lookup 0" -BeginChars: 65989 556 +BeginChars: 65989 587 StartChar: .notdef Encoding: 65536 -1 0 @@ -2946,11 +2946,19 @@ EndChar StartChar: hyphen Encoding: 45 45 4 -Width: 870 -VWidth: 819 +Width: 692 GlyphClass: 2 -Flags: W +Flags: HW LayerCount: 2 +Fore +SplineSet +100 293 m 0,0,-1 + 100 366 l 0,1,-1 + 593 366 l 0,2,-1 + 593 293 l 0,3,-1 + 100 293 l 0,4,-1 + 100 293 l 0,0,-1 +EndSplineSet EndChar StartChar: uni0214 @@ -45842,5 +45850,992 @@ SplineSet 411.018 238.665 411.018 238.665 425 289 c 0,0,1 EndSplineSet EndChar + +StartChar: exclam +Encoding: 33 33 556 +Width: 339 +Flags: HW +LayerCount: 2 +Fore +SplineSet +107 0 m 0,0,-1 + 107 120 l 0,1,-1 + 233 120 l 0,2,-1 + 233 0 l 0,3,-1 + 107 0 l 0,4,-1 + 107 0 l 0,0,-1 +146 233 m 0,5,-1 + 100 739 l 0,6,-1 + 240 739 l 0,7,-1 + 193 233 l 0,8,-1 + 146 233 l 0,9,-1 + 146 233 l 0,5,-1 +EndSplineSet +EndChar + +StartChar: quotedbl +Encoding: 34 34 557 +Width: 460 +Flags: HW +LayerCount: 2 +Fore +SplineSet +188 664 m 0,0,-1 + 138 664 l 0,1,-1 + 100 875 l 0,2,-1 + 180 875 l 0,3,-1 + 188 664 l 0,4,-1 + 188 664 l 0,0,-1 +361 664 m 0,5,-1 + 312 664 l 0,6,-1 + 273 875 l 0,7,-1 + 353 875 l 0,8,-1 + 361 664 l 0,9,-1 + 361 664 l 0,5,-1 +EndSplineSet +EndChar + +StartChar: numbersign +Encoding: 35 35 558 +Width: 934 +Flags: HW +LayerCount: 2 +Fore +SplineSet +166 450 m 0,0,-1 + 166 511 l 0,1,-1 + 360 511 l 0,2,-1 + 409 668 l 0,3,-1 + 470 668 l 0,4,-1 + 421 511 l 0,5,-1 + 626 511 l 0,6,-1 + 675 668 l 0,7,-1 + 738 668 l 0,8,-1 + 688 511 l 0,9,-1 + 835 511 l 0,10,-1 + 835 450 l 0,11,-1 + 667 450 l 0,12,-1 + 601 245 l 0,13,-1 + 768 245 l 0,14,-1 + 768 181 l 0,15,-1 + 581 181 l 0,16,-1 + 523 -1 l 0,17,-1 + 461 -1 l 0,18,-1 + 519 181 l 0,19,-1 + 314 181 l 0,20,-1 + 256 -1 l 0,21,-1 + 194 -1 l 0,22,-1 + 253 181 l 0,23,-1 + 100 181 l 0,24,-1 + 100 245 l 0,25,-1 + 272 245 l 0,26,-1 + 338 450 l 0,27,-1 + 166 450 l 0,28,-1 + 166 450 l 0,0,-1 +606 450 m 0,29,-1 + 401 450 l 0,30,-1 + 333 245 l 0,31,-1 + 539 245 l 0,32,-1 + 606 450 l 0,33,-1 + 606 450 l 0,29,-1 +EndSplineSet +EndChar + +StartChar: dollar +Encoding: 36 36 559 +Width: 712 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 225 m 0,0,-1 + 161 225 l 0,1,2 + 161 165 161 165 205.5 116 c 128,-1,3 + 250 67 250 67 320 49 c 0,4,-1 + 320 341 l 0,5,6 + 233 350 233 350 174.5 406 c 128,-1,7 + 116 462 116 462 116 535 c 0,8,9 + 116 606 116 606 174 660 c 128,-1,10 + 232 714 232 714 320 724 c 0,11,-1