commit indic-fonts for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package indic-fonts for openSUSE:Factory 
checked in at 2016-06-03 16:34:54

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


Package is "indic-fonts"

Changes:

--- /work/SRC/openSUSE:Factory/indic-fonts/indic-fonts.changes  2014-04-02 
17:22:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.indic-fonts.new/indic-fonts.changes 
2016-06-03 16:34:55.0 +0200
@@ -1,0 +2,14 @@
+Thu May 12 14:45:16 UTC 2016 - pgaj...@suse.com
+
+- gujrati fonts [bsc#977195]: remove hinting instructions for all 
+  letters except gujrati symbols in
+  * aakar medium
+  * padmaa Bold
+  * padmaa Medium
+  * Rekha medium
+  Fonts updated from:
+  https://github.com/kartikm/fonts-aakar
+  https://github.com/samyakbhuta/fonts-padmaa
+  https://github.com/kartikm/fonts-rekha
+
+---

New:

  clear-latin-instrs.ff



Other differences:
--
++ indic-fonts.spec ++
--- /var/tmp/diff_new_pack.ID6G48/_old  2016-06-03 16:34:56.0 +0200
+++ /var/tmp/diff_new_pack.ID6G48/_new  2016-06-03 16:34:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package indic-fonts
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,21 @@
 #
 
 
+%define lohit_version 20140220
+
 Name:   indic-fonts
-Version:20140220
+Version:20160512
 Release:0
 Summary:Professional Indian Language TrueType Fonts
 License:GPL-2.0+ and OFL-1.1
 Group:  System/X11/Fonts
 Url:https://fedorahosted.org/lohit/
-Source0:
https://fedorahosted.org/releases/l/o/lohit/lohit-ttf-%{version}.tar.gz
+Source0:
https://fedorahosted.org/releases/l/o/lohit/lohit-ttf-%{lohit_version}.tar.gz
 # Other free indic fonts collected by
 # Amish Munshi  (he is not working at Novell anymore):
 Source1:indic-fonts.tar.bz2
+Source2:clear-latin-instrs.ff
+BuildRequires:  fontforge
 BuildRequires:  fontpackages-devel
 Recommends: pothana2000
 Provides:   scalable-font-bn
@@ -46,10 +50,17 @@
 open source. All fonts are available under GPL-2.0+ or OFL-1.1.
 
 %prep
-%setup -q -n lohit-ttf-%{version} -a 1
+%setup -q -n lohit-ttf-%{lohit_version} -a 1
 mv indic/doc docs-for-non-lohit-fonts
 
 %build
+# bsc#977195
+pushd indic/fonts/gujrati
+for file in aakar-medium.ttf padmaa-Bold.1.1.ttf padmaa-Medium-0.5.ttf 
Rekha.ttf; do
+  fontforge -lang=ff -script %{SOURCE2} $file
+  mv fixed.$file $file
+done
+popd
 
 %install
 mkdir -p %{buildroot}%{_ttfontsdir}/

++ clear-latin-instrs.ff ++
Open($argv[1])

i = 0x20
while (i < 0x2FF)
  Select(i)
  ClearInstrs()
  ++i
endloop

i = 0x2000
while (i < 0x206F)
  Select(i)
  ClearInstrs()
  ++i
endloop

SetFontNames($fontname, $familyname, $fullname, $weight, $copyright + " SUSE 
removed instructions for non-gujarati glyphs [bsc#977195].", $fontversion + 
".suse")

Generate('fixed.' + $argv[1])

++ indic-fonts.tar.bz2 ++
Files old/indic/fonts/gujrati/Rekha-medium.ttf and 
new/indic/fonts/gujrati/Rekha-medium.ttf differ
Files old/indic/fonts/gujrati/Rekha.ttf and new/indic/fonts/gujrati/Rekha.ttf 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/indic/fonts/gujrati/SOURCE 
new/indic/fonts/gujrati/SOURCE
--- old/indic/fonts/gujrati/SOURCE  1970-01-01 01:00:00.0 +0100
+++ new/indic/fonts/gujrati/SOURCE  2016-05-16 15:42:19.0 +0200
@@ -0,0 +1,8 @@
+Some of fonts are taken from:
+
+  https://github.com/kartikm/fonts-aakar
+  https://github.com/samyakbhuta/fonts-padmaa
+  https://github.com/kartikm/fonts-rekha
+
+and modified to not contain byte code instructions for
+non indic letters, see bsc#977195.
Files old/indic/fonts/gujrati/aakar-medium.ttf and 
new/indic/fonts/gujrati/aakar-medium.ttf differ
Files old/indic/fonts/gujrati/padmaa-Bold.0.6.ttf and 
new/indic/fonts/gujrati/padmaa-Bold.0.6.ttf differ
Files old/indic/fonts/gujrati/padmaa-Bold.1.1.ttf and 
new/indic/fonts/gujrati/padmaa-Bold.1.1.ttf differ




commit indic-fonts for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package indic-fonts for openSUSE:Factory 
checked in at 2014-04-02 17:22:53

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


Package is indic-fonts

Changes:

--- /work/SRC/openSUSE:Factory/indic-fonts/indic-fonts.changes  2013-11-28 
16:51:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.indic-fonts.new/indic-fonts.changes 
2014-04-02 17:22:56.0 +0200
@@ -1,0 +2,10 @@
+Mon Mar 31 11:56:52 UTC 2014 - pgaj...@suse.com
+
+- updated Lohit fonts to 20140220:
+  * Lohit Devanagari 2.94.0 release with number of improvements 
+and bug fixes.
+  * Lohit Malayalam 2.92.0 (Beta-1) release with number of improvements 
+and bug fixes.
+  * etc. see https://raw.github.com/pravins/lohit/master/RECENT-NEWS
+
+---

Old:

  lohit-ttf-20130612.tar.gz

New:

  lohit-ttf-20140220.tar.gz



Other differences:
--
++ indic-fonts.spec ++
--- /var/tmp/diff_new_pack.3Yr29G/_old  2014-04-02 17:22:57.0 +0200
+++ /var/tmp/diff_new_pack.3Yr29G/_new  2014-04-02 17:22:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package indic-fonts
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   indic-fonts
-Version:20130612
+Version:20140220
 Release:0
 Summary:Professional Indian Language TrueType Fonts
 License:GPL-2.0+ and OFL-1.1

++ lohit-ttf-20130612.tar.gz - lohit-ttf-20140220.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lohit-ttf-20130612/AUTHORS 
new/lohit-ttf-20140220/AUTHORS
--- old/lohit-ttf-20130612/AUTHORS  1970-01-01 01:00:00.0 +0100
+++ new/lohit-ttf-20140220/AUTHORS  2014-02-20 08:16:35.0 +0100
@@ -0,0 +1,13 @@
+Contributors (Alphabetically) :-
+- Baishampayan Ghose
+- Bernard Massot
+- Darshan Santani
+- Hiran Venugopalan
+- Leon Ho 
+- Parag Nemade
+- Pravin Satpute
+- Rahul Bhalerao
+- Ramkrishna Reddy
+- Sandeep Shedmake
+- Shriramana Sharma
+- Sneha Kore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lohit-ttf-20130612/COPYRIGHT 
new/lohit-ttf-20140220/COPYRIGHT
--- old/lohit-ttf-20130612/COPYRIGHT2013-06-12 11:45:27.0 +0200
+++ new/lohit-ttf-20140220/COPYRIGHT2014-02-20 08:16:35.0 +0100
@@ -1,4 +1,4 @@
-Copyright 2011-12 Lohit Fonts Project contributors. 
+Copyright 2011-13 Lohit Fonts Project contributors. 
 http://fedorahosted.org/lohit
 
  Licensed under the SIL Open Font License 1.1 (see file
Files old/lohit-ttf-20130612/Lohit-Assamese.ttf and 
new/lohit-ttf-20140220/Lohit-Assamese.ttf differ
Files old/lohit-ttf-20130612/Lohit-Bengali.ttf and 
new/lohit-ttf-20140220/Lohit-Bengali.ttf differ
Files old/lohit-ttf-20130612/Lohit-Devanagari.ttf and 
new/lohit-ttf-20140220/Lohit-Devanagari.ttf differ
Files old/lohit-ttf-20130612/Lohit-Gujarati.ttf and 
new/lohit-ttf-20140220/Lohit-Gujarati.ttf differ
Files old/lohit-ttf-20130612/Lohit-Kannada.ttf and 
new/lohit-ttf-20140220/Lohit-Kannada.ttf differ
Files old/lohit-ttf-20130612/Lohit-Malayalam.ttf and 
new/lohit-ttf-20140220/Lohit-Malayalam.ttf differ
Files old/lohit-ttf-20130612/Lohit-Marathi.ttf and 
new/lohit-ttf-20140220/Lohit-Marathi.ttf differ
Files old/lohit-ttf-20130612/Lohit-Nepali.ttf and 
new/lohit-ttf-20140220/Lohit-Nepali.ttf differ
Files old/lohit-ttf-20130612/Lohit-Oriya.ttf and 
new/lohit-ttf-20140220/Lohit-Oriya.ttf differ
Files old/lohit-ttf-20130612/Lohit-Punjabi.ttf and 
new/lohit-ttf-20140220/Lohit-Punjabi.ttf differ
Files old/lohit-ttf-20130612/Lohit-Tamil-Classical.ttf and 
new/lohit-ttf-20140220/Lohit-Tamil-Classical.ttf differ
Files old/lohit-ttf-20130612/Lohit-Tamil.ttf and 
new/lohit-ttf-20140220/Lohit-Tamil.ttf differ
Files old/lohit-ttf-20130612/Lohit-Telugu.ttf and 
new/lohit-ttf-20140220/Lohit-Telugu.ttf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lohit-ttf-20130612/OFL.txt 
new/lohit-ttf-20140220/OFL.txt
--- old/lohit-ttf-20130612/OFL.txt  2013-06-12 11:45:27.0 +0200
+++ new/lohit-ttf-20140220/OFL.txt  2014-02-20 08:16:35.0 +0100
@@ -1,4 +1,4 @@
-Copyright 2011-12 Lohit Fonts Project contributors
+Copyright 2011-13 Lohit Fonts Project contributors
   http://fedorahosted.org/lohit
 
 This Font Software is licensed under the 

commit indic-fonts for openSUSE:Factory

2013-11-28 Thread h_root
Hello community,

here is the log from the commit of package indic-fonts for openSUSE:Factory 
checked in at 2013-11-28 16:51:29

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


Package is indic-fonts

Changes:

--- /work/SRC/openSUSE:Factory/indic-fonts/indic-fonts.changes  2013-04-05 
17:28:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.indic-fonts.new/indic-fonts.changes 
2013-11-28 16:51:30.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 27 08:46:30 UTC 2013 - pgaj...@suse.com
+
+- updated Lohit fonts to 20130612:
+  * Released Lohit Oriya with bug fixes against Harfbuzz NG. 
+
+---

Old:

  lohit-ttf-20130130.tar.gz

New:

  lohit-ttf-20130612.tar.gz



Other differences:
--
++ indic-fonts.spec ++
--- /var/tmp/diff_new_pack.4cInmQ/_old  2013-11-28 16:51:31.0 +0100
+++ /var/tmp/diff_new_pack.4cInmQ/_new  2013-11-28 16:51:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   indic-fonts
-Version:20130130
+Version:20130612
 Release:0
 Summary:Professional Indian Language TrueType Fonts
 License:GPL-2.0+ and OFL-1.1

++ lohit-ttf-20130130.tar.gz - lohit-ttf-20130612.tar.gz ++
Files old/lohit-ttf-20130130/Lohit-Assamese.ttf and 
new/lohit-ttf-20130612/Lohit-Assamese.ttf differ
Files old/lohit-ttf-20130130/Lohit-Bengali.ttf and 
new/lohit-ttf-20130612/Lohit-Bengali.ttf differ
Files old/lohit-ttf-20130130/Lohit-Devanagari.ttf and 
new/lohit-ttf-20130612/Lohit-Devanagari.ttf differ
Files old/lohit-ttf-20130130/Lohit-Gujarati.ttf and 
new/lohit-ttf-20130612/Lohit-Gujarati.ttf differ
Files old/lohit-ttf-20130130/Lohit-Kannada.ttf and 
new/lohit-ttf-20130612/Lohit-Kannada.ttf differ
Files old/lohit-ttf-20130130/Lohit-Malayalam.ttf and 
new/lohit-ttf-20130612/Lohit-Malayalam.ttf differ
Files old/lohit-ttf-20130130/Lohit-Marathi.ttf and 
new/lohit-ttf-20130612/Lohit-Marathi.ttf differ
Files old/lohit-ttf-20130130/Lohit-Nepali.ttf and 
new/lohit-ttf-20130612/Lohit-Nepali.ttf differ
Files old/lohit-ttf-20130130/Lohit-Oriya.ttf and 
new/lohit-ttf-20130612/Lohit-Oriya.ttf differ
Files old/lohit-ttf-20130130/Lohit-Punjabi.ttf and 
new/lohit-ttf-20130612/Lohit-Punjabi.ttf differ
Files old/lohit-ttf-20130130/Lohit-Tamil-Classical.ttf and 
new/lohit-ttf-20130612/Lohit-Tamil-Classical.ttf differ
Files old/lohit-ttf-20130130/Lohit-Tamil.ttf and 
new/lohit-ttf-20130612/Lohit-Tamil.ttf differ
Files old/lohit-ttf-20130130/Lohit-Telugu.ttf and 
new/lohit-ttf-20130612/Lohit-Telugu.ttf differ

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



commit indic-fonts for openSUSE:Factory

2013-04-05 Thread h_root
Hello community,

here is the log from the commit of package indic-fonts for openSUSE:Factory 
checked in at 2013-04-05 17:28:06

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


Package is indic-fonts, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/indic-fonts/indic-fonts.changes  2012-09-20 
15:31:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.indic-fonts.new/indic-fonts.changes 
2013-04-05 17:28:06.0 +0200
@@ -1,0 +2,17 @@
+Tue Apr  2 11:45:11 UTC 2013 - pgaj...@suse.com
+
+- url in source
+
+---
+Thu Mar 28 13:22:46 UTC 2013 - pgaj...@suse.com
+
+- adjusted description [bnc#812254]
+
+---
+Tue Mar 26 15:19:08 UTC 2013 - pgaj...@suse.com
+
+- updated Lohit fonts to 20130130:
+  * Released version 2.5.3 of All Lohit fonts with major enhancement 
+and dropping Reserved Font Name.
+
+---

Old:

  lohit-fonts-2.4.2.tar.bz2

New:

  lohit-ttf-20130130.tar.gz



Other differences:
--
++ indic-fonts.spec ++
--- /var/tmp/diff_new_pack.NIjGJ6/_old  2013-04-05 17:28:08.0 +0200
+++ /var/tmp/diff_new_pack.NIjGJ6/_new  2013-04-05 17:28:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package indic-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
 
 
 Name:   indic-fonts
-Version:2009.12.08
+Version:20130130
 Release:0
 Summary:Professional Indian Language TrueType Fonts
-License:GPL-2.0+
+License:GPL-2.0+ and OFL-1.1
 Group:  System/X11/Fonts
-%define lohit_version   2.4.2
 Url:https://fedorahosted.org/lohit/
-# Lohit fonts: http://rbhalera.fedorapeople.org/released/lohit
-Source0:
http://rbhalera.fedorapeople.org/released/lohit/lohit-fonts-%{lohit_version}.tar.bz2
+Source0:
https://fedorahosted.org/releases/l/o/lohit/lohit-ttf-%{version}.tar.gz
 # Other free indic fonts collected by
 # Amish Munshi amun...@novell.com (he is not working at Novell anymore):
 Source1:indic-fonts.tar.bz2
@@ -45,10 +43,10 @@
 %description
 This package contains many professional Indian language TrueType fonts
 contributed by the community and some also donated by organizations to
-open source. All fonts are available under GPL.
+open source. All fonts are available under GPL-2.0+ or OFL-1.1.
 
 %prep
-%setup -q -n lohit-fonts-%{lohit_version} -a 1
+%setup -q -n lohit-ttf-%{version} -a 1
 mv indic/doc docs-for-non-lohit-fonts
 
 %build
@@ -56,7 +54,7 @@
 %install
 mkdir -p %{buildroot}%{_ttfontsdir}/
 # Lohit fonts:
-install -m 644 ./*/*.?tf %{buildroot}%{_ttfontsdir}
+install -m 644 ./*.?tf %{buildroot}%{_ttfontsdir}
 # other fonts:
 install -m 644 ./indic//fonts/*/*.?tf %{buildroot}%{_ttfontsdir}
 
@@ -65,7 +63,7 @@
 %files
 %defattr(-, root,root)
 %doc docs-for-non-lohit-fonts
-%doc AUTHORS ChangeLog COPYING README
+%doc COPYRIGHT OFL.txt
 %{_ttfontsdir}
 
 %changelog

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



commit indic-fonts for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package indic-fonts for openSUSE:Factory 
checked in at 2011-12-06 18:19:24

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


Package is indic-fonts, Maintainer is pgaj...@suse.com

Changes:




Other differences:
--
++ indic-fonts.spec ++
--- /var/tmp/diff_new_pack.G0sDil/_old  2011-12-06 18:33:48.0 +0100
+++ /var/tmp/diff_new_pack.G0sDil/_new  2011-12-06 18:33:48.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   indic-fonts
 %define ttf_fontdir /usr/share/fonts/truetype
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/X11/Fonts
 Provides:   scalable-font-ta, scalable-font-bn, scalable-font-gu, 
scalable-font-hi, scalable-font-pa, scalable-font-mr
 Provides:   locale(ta;bn;gu;hi;mr;pa)

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