[dejavu-fonts] 2.34-2

2013-12-26 Thread paragn
commit 72e1ed22ae42a0eb059e35875072c06a9970ba05
Author: Parag Nemade 
Date:   Thu Dec 26 18:52:04 2013 +0530

2.34-2

- Resolves:rh#880473 - drop Conflicts: lines from spec file

 dejavu-fonts.spec |   21 +
 1 files changed, 5 insertions(+), 16 deletions(-)
---
diff --git a/dejavu-fonts.spec b/dejavu-fonts.spec
index 122a38f..5441546 100644
--- a/dejavu-fonts.spec
+++ b/dejavu-fonts.spec
@@ -16,7 +16,7 @@ original style, using an open collaborative development 
process.
 
 Name:%{fontname}-fonts
 Version: 2.34
-Release: 1%{?alphatag}%{?dist}
+Release: 2%{?alphatag}%{?dist}
 Summary: DejaVu fonts
 
 Group: User Interface/X
@@ -56,9 +56,6 @@ This package consists of files used by other DejaVu packages.
 Summary:  Variable-width sans-serif font faces
 Requires: %{name}-common = %{version}-%{release}
 
-Conflicts: dejavu-fonts < 2.26-3
-Conflicts: dejavu-fonts-experimental < 2.26-3
-
 Obsoletes: %{name}-sans < 2.28-2
 
 %description -n %{fontname}-sans-fonts
@@ -74,9 +71,6 @@ their unabridged version.
 Summary:  Variable-width serif font faces
 Requires: %{name}-common = %{version}-%{release}
 
-Conflicts: dejavu-fonts < 2.26-3
-Conflicts: dejavu-fonts-experimental < 2.26-3
-
 Obsoletes: %{name}-serif < 2.28-2
 
 %description -n %{fontname}-serif-fonts
@@ -92,9 +86,6 @@ unabridged version.
 Summary:  Monospace sans-serif font faces
 Requires: %{name}-common = %{version}-%{release}
 
-Conflicts: dejavu-fonts < 2.26-3
-Conflicts: dejavu-fonts-experimental < 2.26-3
-
 Obsoletes: %{name}-sans-mono < 2.28-2
 
 %description -n %{fontname}-sans-mono-fonts
@@ -110,8 +101,6 @@ unabridged version.
 Summary:  Variable-width sans-serif font faces, Latin-Greek-Cyrillic subset
 Requires: %{name}-common = %{version}-%{release}
 
-Conflicts: dejavu-lgc-fonts < 2.26-3
-
 Obsoletes: %{name}-lgc-sans < 2.28-2
 
 %description -n %{fontname}-lgc-sans-fonts
@@ -127,8 +116,6 @@ unicode coverage restricted to Latin, Greek and Cyrillic.
 Summary:  Variable-width serif font faces, Latin-Greek-Cyrillic subset
 Requires: %{name}-common = %{version}-%{release}
 
-Conflicts: dejavu-lgc-fonts < 2.26-3
-
 Obsoletes: %{name}-lgc-serif < 2.28-2
 
 %description -n %{fontname}-lgc-serif-fonts
@@ -144,8 +131,6 @@ unicode coverage restricted to Latin, Greek and Cyrillic.
 Summary:  Monospace sans-serif font faces, Latin-Greek-Cyrillic subset
 Requires: %{name}-common = %{version}-%{release}
 
-Conflicts: dejavu-lgc-fonts < 2.26-3
-
 Obsoletes: %{name}-lgc-sans-mono < 2.28-2
 
 %description -n %{fontname}-lgc-sans-mono-fonts
@@ -200,6 +185,10 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Thu Dec 26 2013 Parag Nemade 
+- 2.34-2
+- Resolves:rh#880473 - drop Conflicts: lines from spec file
+
 * Sun Sep 01 2013 Nicolas Mailhot 
 - 2.34-1
 
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[ucviewer/f20] Fix rh#992831 - ucviewer: FTBFS in rawhide

2013-09-18 Thread paragn
Summary of changes:

  557c8cd... Fix rh#992831 - ucviewer: FTBFS in rawhide (*)

(*) This commit already existed in another branch; no separate mail sent
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[ucviewer] Fix rh#992831 - ucviewer: FTBFS in rawhide

2013-09-18 Thread paragn
commit 557c8cd079f87222073610749d9c1c662e068bb6
Author: Parag Nemade 
Date:   Wed Sep 18 15:40:05 2013 +0530

Fix rh#992831 - ucviewer: FTBFS in rawhide

- Added patch which replaced lua_open by luaL_newstate function

 ucviewer-20101019-lua_open-to-luaL_newstate.patch |   12 
 ucviewer.spec |   12 +---
 2 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/ucviewer-20101019-lua_open-to-luaL_newstate.patch 
b/ucviewer-20101019-lua_open-to-luaL_newstate.patch
new file mode 100644
index 000..944d26d
--- /dev/null
+++ b/ucviewer-20101019-lua_open-to-luaL_newstate.patch
@@ -0,0 +1,12 @@
+diff -urN ucviewer-20101019.old/src/controller/LuaController.cpp 
ucviewer-20101019/src/controller/LuaController.cpp
+--- ucviewer-20101019.old/src/controller/LuaController.cpp 2010-09-26 
22:04:58.0 +0530
 ucviewer-20101019/src/controller/LuaController.cpp 2013-09-18 
13:47:29.88026 +0530
+@@ -152,7 +152,7 @@
+ void LuaController::init ()
+ {
+ // initialize Lua
+-L_ = lua_open();
++L_ = luaL_newstate();
+ 
+ // load Lua base libraries
+ luaL_openlibs ( L_ );
diff --git a/ucviewer.spec b/ucviewer.spec
index 9116be6..b122cc7 100644
--- a/ucviewer.spec
+++ b/ucviewer.spec
@@ -4,7 +4,7 @@
 Name:  ucviewer
 # The only place I could find a version was in the documentation.
 Version:   0.1
-Release:   0.7.%{svndate}svn%{svnrev}%{?dist}
+Release:   0.8.%{svndate}svn%{svnrev}%{?dist}
 Summary:   A tool for browsing Unicode tables
 Group: Applications/System
 License:   GPLv2+
@@ -21,6 +21,8 @@ Source1:  %{name}.desktop
 Patch0:%{name}-20101019-system-lua.patch
 # Don't prompt on buildtype (and use sane system paths)
 Patch1:%{name}-20101019-no-prompting.patch
+# lua_open() changed to luaL_newstate()
+Patch2: %{name}-20101019-lua_open-to-luaL_newstate.patch
 BuildRequires: lua-devel, qt-devel
 BuildRequires: desktop-file-utils
 
@@ -35,6 +37,7 @@ allows sorting according to an order specified in an 
allkeys.txt-File.
 %setup -q -n %{name}-%{svndate}
 %patch0 -p1 -b .system
 %patch1 -p1 -b .no-prompting
+%patch2 -p1 -b .lua_open
 
 %build
 qmake-qt4
@@ -49,7 +52,6 @@ popd
 desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
 
 %files
-%defattr(-,root,root,-)
 %doc License.txt ReadMe.txt
 %{_bindir}/UnicodeViewer
 %{_datadir}/applications/ucviewer.desktop
@@ -57,6 +59,10 @@ desktop-file-install --dir 
%{buildroot}%{_datadir}/applications %{SOURCE1}
 %{_datadir}/UnicodeViewer/
 
 %changelog
+* Wed Sep 18 2013 Parag  - 
0.1-0.8.20101019svn4
+- Fix rh#992831 - ucviewer: FTBFS in rawhide
+- Added patch which replaced lua_open by luaL_newstate function
+
 * Sun Aug 04 2013 Fedora Release Engineering  
- 0.1-0.7.20101019svn4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -72,7 +78,7 @@ desktop-file-install --dir 
%{buildroot}%{_datadir}/applications %{SOURCE1}
 * Mon Feb 07 2011 Fedora Release Engineering  
- 0.1-0.3.20101019svn4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Wed Oct 19 2010 Tom "spot" Callaway  
0.1-0.2.20101019svn4
+* Tue Oct 19 2010 Tom "spot" Callaway  
0.1-0.2.20101019svn4
 - fix license tag
 - fix desktop file
 
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[mplus-fonts/f20] update to 056 version

2013-09-15 Thread paragn
Summary of changes:

  637f9c6... update to 056 version (*)

(*) This commit already existed in another branch; no separate mail sent
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[mplus-fonts] update to 056 version

2013-09-15 Thread paragn
commit 637f9c60a0e85dab3f88d4b62e2e6db9eec925c7
Author: Parag Nemade 
Date:   Mon Sep 16 10:07:52 2013 +0530

update to 056 version

 .gitignore   |1 +
 mplus-fonts.spec |   29 +
 sources  |2 +-
 3 files changed, 15 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aab7127..14a801c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /mplus-TESTFLIGHT-028.tar.gz
+/mplus-TESTFLIGHT-056.tar.xz
diff --git a/mplus-fonts.spec b/mplus-fonts.spec
index a229a01..f13b8dc 100644
--- a/mplus-fonts.spec
+++ b/mplus-fonts.spec
@@ -1,43 +1,42 @@
 ###
 # Definitions
 ###
-%define fixed_desc() \
+%global fixed_desc() \
 The combination of fixed-fullwidth M+ %2 for Japanese and fixed-halfwidth \
 %1 %2 %3 for alphabets. They are 5 weights from Thin to Bold.   
 
-%define proportional_desc() \
+%global proportional_desc() \
 The combination of fixed-fullwidth M+ %2 for Japanese and proportional  \
 %1 %2 %3 for alphabets. They are 7 weights from Thin to Black. 
 
-%define common_desc() \
+%global common_desc() \
 The Mplus fonts are 7 families of fonts, of which 4 are combinations \
 of proportional font families,variations of fixed-fullwidth fonts, \
 variations of fixed-halfwidth fonts and each have between 5 - 7 \
 different weights.
 
-%define summary_p M+ P is aimed as sophisticated and relaxed design
+%global summary_p M+ P is aimed as sophisticated and relaxed design
 
-%define summary_c M+ C is optimized to be proportioned and has two variations
+%global summary_c M+ C is optimized to be proportioned and has two variations
 
-%define summary_m M+ M emphasize the balance of natural letterform and high 
legibility
+%global summary_m M+ M emphasize the balance of natural letterform and high 
legibility
 
 
-%define fontname mplus
+%global fontname mplus
 
 ###
 # Header
 ###
 
 Name:   %{fontname}-fonts
-Version:028 
-Release:6%{?dist}
+Version:056
+Release:1%{?dist}
 Summary:The Mplus fonts is a superfamily of fonts designed by Coji 
Morishita
 
 Group:  User Interface/X
 License:mplus
 URL:
http://%{fontname}-fonts.sourceforge.jp/%{fontname}-outline-fonts/index-en.html
-Source0:
http://downloads.sourceforge.jp/%{fontname}-fonts/6650/%{fontname}-TESTFLIGHT-%{version}.tar.gz
-BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
+Source0:
http://dl.sourceforge.jp/%{fontname}-fonts/6650/%{fontname}-TESTFLIGHT-%{version}.tar.xz
 
 BuildArch: noarch  
 BuildRequires:   fontpackages-devel  
@@ -138,19 +137,17 @@ Requires: %{name}-common = %{version}-%{release}
 %build
 
 %install
-rm -fr %{buildroot}
 
 install -m 0755 -d %{buildroot}%{_fontdir}
 install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
 
-%clean
-rm -fr %{buildroot}
-
 %files common
-%defattr(0644,root,root,0755)
 %doc LICENSE_{E,J} README_{E,J}
 
 %changelog
+* Mon Sep 16 2013 Parag  - 056-1
+- update to 056 version
+
 * Sat Aug 03 2013 Fedora Release Engineering  
- 028-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index a862afb..88f0cfc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b13ab33c2938d3be693be2e54790c86c  mplus-TESTFLIGHT-028.tar.gz
+1ad9f99b52122d0239b55aac4c194881  mplus-TESTFLIGHT-056.tar.xz
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

File mplus-TESTFLIGHT-056.tar.xz uploaded to lookaside cache by paragn

2013-09-15 Thread paragn
A file has been added to the lookaside cache for mplus-fonts:

1ad9f99b52122d0239b55aac4c194881  mplus-TESTFLIGHT-056.tar.xz
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[sil-padauk-fonts/f19] Resolves:rh#907330 - Fix the PostScript name in font files

2013-03-13 Thread paragn
Summary of changes:

  690e20a... Resolves:rh#907330 - Fix the PostScript name in font files (*)

(*) This commit already existed in another branch; no separate mail sent
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[sil-padauk-fonts] Resolves:rh#907330 - Fix the PostScript name in font files

2013-03-13 Thread paragn
commit 690e20a4da7588a0aa44568bb3252e4209f04d22
Author: Parag Nemade 
Date:   Wed Mar 13 14:49:40 2013 +0530

Resolves:rh#907330 - Fix the PostScript name in font files

 sil-padauk-fonts.spec |   18 --
 1 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/sil-padauk-fonts.spec b/sil-padauk-fonts.spec
index adae7fc..1c79652 100644
--- a/sil-padauk-fonts.spec
+++ b/sil-padauk-fonts.spec
@@ -10,7 +10,7 @@ The font is a smart font using a Graphite description.
 
 Name:%{fontname}-fonts
 Version: 2.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: A font for Burmese and the Myanmar script
 
 Group:   User Interface/X
@@ -23,6 +23,7 @@ Source2: %{name}-book-fontconfig.conf
 
 BuildArch: noarch
 BuildRequires: fontpackages-devel
+BuildRequires: fonttools
 Requires:  fontpackages-filesystem
 
 %description
@@ -47,7 +48,17 @@ Padauk Book family font.
 sed -i 's/\r//' OFL.txt
 
 %build
-# Nothing there
+# Following is needed to fix the postscript font name
+ttx *.ttf
+sed -i 
's|ပိတောက်|Padauk|g'
 Padauk*.ttx
+
+sed -i 
's|စာလုံးမဲ|Bold|g'
 Padauk*.ttx
+
+sed -i 
's|စာအုပ်|Book|g'
 Padauk-book*.ttx
+rm *.ttf
+ttx Padauk*.ttx
+
+rm *.ttx
 
 
 %install
@@ -70,6 +81,9 @@ ln -s %{_fontconfig_templatedir}/%{fontconf}-book.conf \
 
 
 %changelog
+* Wed Mar 13 2013 Parag  - 2.8-4
+- Resolves:rh#907330 - Fix the PostScript name in font files
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 2.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[paratype-pt-sans-fonts/f18] Resolves:rh#882107 - source files does not match with upstream

2012-11-29 Thread paragn
Summary of changes:

  455f1b9... Resolves:rh#882107 - source files does not match with upstr (*)

(*) This commit already existed in another branch; no separate mail sent
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[sil-padauk-fonts/f18] (2 commits) ...Package Padauk Book family font in separate subpackage

2012-11-29 Thread paragn
Summary of changes:

  a6236f5... Resolves:rh#880012 - upstream new release available 2.8 (*)
  fed02b0... Package Padauk Book family font in separate subpackage (*)

(*) This commit already existed in another branch; no separate mail sent
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[paratype-pt-sans-fonts] Resolves:rh#882107 - source files does not match with upstream

2012-11-29 Thread paragn
commit 455f1b992f5c9ea57e767502bae078b54bb00ca5
Author: Parag 
Date:   Fri Nov 30 12:18:31 2012 +0530

Resolves:rh#882107 - source files does not match with upstream

 paratype-pt-sans-fonts.spec |   12 +---
 sources |2 +-
 2 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/paratype-pt-sans-fonts.spec b/paratype-pt-sans-fonts.spec
index aa09b7c..31e6b7d 100644
--- a/paratype-pt-sans-fonts.spec
+++ b/paratype-pt-sans-fonts.spec
@@ -28,8 +28,8 @@ and released by ParaType. \
 
 
 Name:   %{fontname}-fonts
-Version:20100408
-Release:4%{?dist}
+Version:20101909
+Release:1%{?dist}
 Summary:A pan-Cyrillic typeface
 
 Group:  User Interface/X
@@ -86,8 +86,6 @@ done
 
 
 %install
-rm -fr %{buildroot}
-
 install -m 0755 -d %{buildroot}%{_fontdir}
 install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
 
@@ -106,11 +104,11 @@ for fconf in %{fontconf}.conf \
 done
 
 
-%clean
-rm -fr %{buildroot}
-
 
 %changelog
+* Fri Nov 30 2012 Parag  - 20101909-1
+- Resolves:rh#882107 - source files does not match with upstream
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 20100408-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 80a7cb1..4bfa57f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-998ab33e14d4822e20e456c8ccc0c279  PTSans_OFL.zip
+2aa7b2364db856e1f5aee077971bf7aa  PTSans_OFL.zip
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[sil-padauk-fonts] Package Padauk Book family font in separate subpackage

2012-11-29 Thread paragn
commit fed02b0168ba212e1af3215e3616da84197e
Author: Parag 
Date:   Fri Nov 30 12:13:28 2012 +0530

Package Padauk Book family font in separate subpackage

 sil-padauk-fonts-book-fontconfig.conf |   16 +++
 sil-padauk-fonts.spec |   46 +++-
 2 files changed, 49 insertions(+), 13 deletions(-)
---
diff --git a/sil-padauk-fonts-book-fontconfig.conf 
b/sil-padauk-fonts-book-fontconfig.conf
new file mode 100644
index 000..90dcd07
--- /dev/null
+++ b/sil-padauk-fonts-book-fontconfig.conf
@@ -0,0 +1,16 @@
+
+
+
+  
+Padauk Book
+
+  sans-serif
+
+  
+  
+sans-serif
+
+  Padauk Book
+
+  
+
diff --git a/sil-padauk-fonts.spec b/sil-padauk-fonts.spec
index 1d59325..f0b9cab 100644
--- a/sil-padauk-fonts.spec
+++ b/sil-padauk-fonts.spec
@@ -1,10 +1,16 @@
 %global fontname sil-padauk
-%global fontconf 65-%{fontname}.conf
+%global fontconf 65-%{fontname}
 %global archivename padauk-2.8
 
+%global common_desc \
+Padauk is a Myanmar font covering all currently used characters \
+in the Myanmar block. The font aims to cover all minority language needs. \
+At the moment, these do not extend to stylistic variation needs. \
+The font is a smart font using a Graphite description.
+
 Name:%{fontname}-fonts
 Version: 2.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A font for Burmese and the Myanmar script
 
 Group:   User Interface/X
@@ -13,17 +19,28 @@ URL: http://scripts.sil.org/Padauk
 # The source link is a redirect and is not directly accessible
 Source0: %{archivename}.zip
 Source1: %{name}-fontconfig.conf
+Source2: %{name}-book-fontconfig.conf
 
 BuildArch: noarch
 BuildRequires: fontpackages-devel
 Requires:  fontpackages-filesystem
 
 %description
-Padauk is a Myanmar font covering all currently used characters
-in the Myanmar block. The font aims to cover all minority language needs.
-At the moment, these do not extend to stylistic variation needs.
-The font is a smart font using a Graphite description.
+%common_desc
+
+%_font_pkg -f %{fontconf}.conf Padauk.ttf Padauk-bold.ttf
+%doc *.txt
+
+%package -n %{fontname}-book-fonts
+Summary:  A font for Burmese and the Myanmar script
+
+%description -n %{fontname}-book-fonts
+Padauk Book family font.
 
+%common_desc
+
+%_font_pkg -n book -f %{fontconf}-book.conf Padauk-book*.ttf
+%doc *.txt
 
 %prep
 %setup -q -n padauk-2.80
@@ -41,18 +58,21 @@ install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
%{buildroot}%{_fontconfig_confdir}
 
 install -m 0644 -p %{SOURCE1} \
-%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
-
-ln -s %{_fontconfig_templatedir}/%{fontconf} \
-  %{buildroot}%{_fontconfig_confdir}/%{fontconf}
+%{buildroot}%{_fontconfig_templatedir}/%{fontconf}.conf
+install -m 0644 -p %{SOURCE2} \
+%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-book.conf
 
-%_font_pkg -f %{fontconf} *.ttf
-
-%doc *.txt
+ln -s %{_fontconfig_templatedir}/%{fontconf}.conf \
+  %{buildroot}%{_fontconfig_confdir}/%{fontconf}.conf
 
+ln -s %{_fontconfig_templatedir}/%{fontconf}-book.conf \
+  %{buildroot}%{_fontconfig_confdir}/%{fontconf}-book.conf
 
 
 %changelog
+* Fri Nov 30 2012 Parag  - 2.8-2
+- Package Padauk Book family font in separate subpackage
+
 * Thu Nov 29 2012 Parag  - 2.8-1
 - Resolves:rh#880012 - upstream new release available 2.8
 
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[sil-padauk-fonts] Resolves:rh#880012 - upstream new release available 2.8

2012-11-29 Thread paragn
commit a6236f580da803a62315e25ecf61db73bf43bd71
Author: Parag 
Date:   Fri Nov 30 11:24:30 2012 +0530

Resolves:rh#880012 - upstream new release available 2.8

 .gitignore|1 +
 sil-padauk-fonts.spec |   17 ++---
 sources   |2 +-
 3 files changed, 8 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83bc482..a40349f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ttf-sil-padauk-2.4.tar.gz
 /ttf-sil-padauk-2.8.tar.gz
+/padauk-2.8.zip
diff --git a/sil-padauk-fonts.spec b/sil-padauk-fonts.spec
index cda7ff0..1d59325 100644
--- a/sil-padauk-fonts.spec
+++ b/sil-padauk-fonts.spec
@@ -1,6 +1,6 @@
 %global fontname sil-padauk
 %global fontconf 65-%{fontname}.conf
-%global archivename ttf-sil-padauk-2.8
+%global archivename padauk-2.8
 
 Name:%{fontname}-fonts
 Version: 2.8
@@ -11,7 +11,7 @@ Group:   User Interface/X
 License: OFL
 URL: http://scripts.sil.org/Padauk
 # The source link is a redirect and is not directly accessible
-Source0: %{archivename}.tar.gz
+Source0: %{archivename}.zip
 Source1: %{name}-fontconfig.conf
 
 BuildArch: noarch
@@ -26,14 +26,8 @@ The font is a smart font using a Graphite description.
 
 
 %prep
-%setup -q -c
-for txt in doc/*.txt ; do
-   fold -s $txt > $txt.new
-   sed -i 's/\r//' $txt.new
-   touch -r $txt $txt.new
-   mv $txt.new $txt
-done
-
+%setup -q -n padauk-2.80
+sed -i 's/\r//' OFL.txt
 
 %build
 # Nothing there
@@ -53,7 +47,8 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \
   %{buildroot}%{_fontconfig_confdir}/%{fontconf}
 
 %_font_pkg -f %{fontconf} *.ttf
-%doc doc/*.txt
+
+%doc *.txt
 
 
 
diff --git a/sources b/sources
index 8561bee..c8e1d06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d0197ba31a782e91178a4fe017741a2  ttf-sil-padauk-2.8.tar.gz
+5601d47d09ea76d271abd624638a3c5b  padauk-2.8.zip
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

File padauk-2.8.zip uploaded to lookaside cache by paragn

2012-11-29 Thread paragn
A file has been added to the lookaside cache for sil-padauk-fonts:

5601d47d09ea76d271abd624638a3c5b  padauk-2.8.zip
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

File PTSans_OFL.zip uploaded to lookaside cache by paragn

2012-11-29 Thread paragn
A file has been added to the lookaside cache for paratype-pt-sans-fonts:

2aa7b2364db856e1f5aee077971bf7aa  PTSans_OFL.zip
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[sil-padauk-fonts/f18] Resolves:rh#880012 - upstream new release available 2.8

2012-11-29 Thread paragn
Summary of changes:

  e455dfd... Resolves:rh#880012 - upstream new release available 2.8 (*)

(*) This commit already existed in another branch; no separate mail sent
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[sil-padauk-fonts] Resolves:rh#880012 - upstream new release available 2.8

2012-11-29 Thread paragn
commit e455dfd1a0049d2ae3fd87d143bf95be2af991ff
Author: Parag 
Date:   Thu Nov 29 15:45:08 2012 +0530

Resolves:rh#880012 - upstream new release available 2.8

 .gitignore|1 +
 sil-padauk-fonts.spec |   18 ++
 sources   |2 +-
 3 files changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 66c0360..83bc482 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ttf-sil-padauk-2.4.tar.gz
+/ttf-sil-padauk-2.8.tar.gz
diff --git a/sil-padauk-fonts.spec b/sil-padauk-fonts.spec
index c866e8c..cda7ff0 100644
--- a/sil-padauk-fonts.spec
+++ b/sil-padauk-fonts.spec
@@ -1,10 +1,10 @@
 %global fontname sil-padauk
 %global fontconf 65-%{fontname}.conf
-%global archivename ttf-sil-padauk-2.4
+%global archivename ttf-sil-padauk-2.8
 
 Name:%{fontname}-fonts
-Version: 2.4
-Release: 9%{?dist}
+Version: 2.8
+Release: 1%{?dist}
 Summary: A font for Burmese and the Myanmar script
 
 Group:   User Interface/X
@@ -14,13 +14,10 @@ URL: http://scripts.sil.org/Padauk
 Source0: %{archivename}.tar.gz
 Source1: %{name}-fontconfig.conf
 
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 BuildArch: noarch
 BuildRequires: fontpackages-devel
 Requires:  fontpackages-filesystem
 
-Obsoletes: padauk-fonts < 2.4-6
-
 %description
 Padauk is a Myanmar font covering all currently used characters
 in the Myanmar block. The font aims to cover all minority language needs.
@@ -43,8 +40,6 @@ done
 
 
 %install
-rm -fr %{buildroot}
-
 install -m 0755 -d %{buildroot}%{_fontdir}
 install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
 
@@ -57,16 +52,15 @@ install -m 0644 -p %{SOURCE1} \
 ln -s %{_fontconfig_templatedir}/%{fontconf} \
   %{buildroot}%{_fontconfig_confdir}/%{fontconf}
 
-%clean
-rm -fr %{buildroot}
-
 %_font_pkg -f %{fontconf} *.ttf
-
 %doc doc/*.txt
 
 
 
 %changelog
+* Thu Nov 29 2012 Parag  - 2.8-1
+- Resolves:rh#880012 - upstream new release available 2.8
+
 * Sat Jul 21 2012 Fedora Release Engineering  
- 2.4-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 07654ca..8561bee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f328e367efc7425d7b161d1c287d8caa  ttf-sil-padauk-2.4.tar.gz
+4d0197ba31a782e91178a4fe017741a2  ttf-sil-padauk-2.8.tar.gz
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

File ttf-sil-padauk-2.8.tar.gz uploaded to lookaside cache by paragn

2012-11-29 Thread paragn
A file has been added to the lookaside cache for sil-padauk-fonts:

4d0197ba31a782e91178a4fe017741a2  ttf-sil-padauk-2.8.tar.gz
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[fontforge/f18] Remove all unused (upstream) patches

2012-11-28 Thread paragn
commit e8a2616cd272a87ca98966796bcd5ed31c3ec26e
Author: Parag 
Date:   Thu Nov 29 11:16:07 2012 +0530

Remove all unused (upstream) patches

 fontforge-20100501-CVE-2010-4259.patch   |   50 
 fontforge-20100501-python27.patch|   12 --
 fontforge-20100501-select-points-crash.patch |   11 --
 fontforge-20100501-splinesets.patch  |   20 ---
 fontforge-20100501-unicode-crash.patch   |   12 --
 fontforge-20110222-libpng15.patch|  176 --
 fontforge-20110222-multilib.patch|   11 --
 7 files changed, 0 insertions(+), 292 deletions(-)
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[fontforge/f18] Cosmetic cleanups for bug 880472

2012-11-28 Thread paragn
Summary of changes:

  8b102f7... Cosmetic cleanups for bug 880472 (*)

(*) This commit already existed in another branch; no separate mail sent
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[pango/f18: 2/2] Add missing BR:harfbuzz-devel

2012-08-21 Thread paragn
commit d9b0f8082399e160dba50a5a0b3c25475519e405
Merge: b5633a0 a8ac316
Author: Parag Nemade 
Date:   Wed Aug 22 11:01:32 2012 +0530

Add missing BR:harfbuzz-devel

- Remove file pangox.aliases as pangox support is now removed

 pango.spec |8 ++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[pango/f18] (2 commits) ...Add missing BR:harfbuzz-devel

2012-08-21 Thread paragn
Summary of changes:

  a8ac316... Add missing BR:harfbuzz-devel (*)
  d9b0f80... Add missing BR:harfbuzz-devel

(*) This commit already existed in another branch; no separate mail sent
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[pango] Add missing BR:harfbuzz-devel

2012-08-21 Thread paragn
commit a8ac31639e4c4ee78c1175ca2fe4856d1187c5eb
Author: Parag Nemade 
Date:   Wed Aug 22 10:46:45 2012 +0530

Add missing BR:harfbuzz-devel

- Remove file pangox.aliases as pangox support is now removed

 .gitignore |1 +
 pango.spec |   11 +--
 sources|2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d10face..2cbe589 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ pango-1.28.1.tar.bz2
 /pango-1.29.5.tar.xz
 /pango-1.30.0.tar.xz
 /pango-1.30.1.tar.xz
+/pango-1.31.0.tar.xz
diff --git a/pango.spec b/pango.spec
index 95257f1..1851709 100644
--- a/pango.spec
+++ b/pango.spec
@@ -8,7 +8,7 @@
 
 Summary: System for layout and rendering of internationalized text
 Name: pango
-Version: 1.30.1
+Version: 1.31.0
 Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -34,6 +34,7 @@ BuildRequires: libXft-devel
 BuildRequires: libXt-devel
 BuildRequires: cairo-devel >= %{cairo_version}
 BuildRequires: libthai-devel >= %{libthai_version}
+BuildRequires: harfbuzz-devel
 BuildRequires: gobject-introspection-devel
 BuildRequires: cairo-gobject-devel
 # Bootstrap requirements
@@ -206,7 +207,6 @@ fi
 %{_mandir}/man1/pango-querymodules.1.gz
 %{_libdir}/pango
 %dir %{_sysconfdir}/pango
-%config %{_sysconfdir}/pango/pangox.aliases
 %{_libdir}/girepository-1.0/Pango-1.0.typelib
 %{_libdir}/girepository-1.0/PangoCairo-1.0.typelib
 %{_libdir}/girepository-1.0/PangoFT2-1.0.typelib
@@ -226,6 +226,13 @@ fi
 
 
 %changelog
+* Wed Aug 22 2012 Parag Nemade  - 1.31.0-2
+- Add missing BR:harfbuzz-devel 
+- Remove file pangox.aliases as pangox support is now removed
+
+* Tue Aug 21 2012 Richard Hughes  - 1.31.0-1
+- Update to 1.31.0
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 1.30.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 46dda3d..0e5f3c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec3c1f236ee9bd4a982a5f46fcaff7b9  pango-1.30.1.tar.xz
+660dbd93aa004a3fbe64c08da207e654  pango-1.31.0.tar.xz
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[fontpackages/f17] Resolves:rh#761409:remove fedora-packager dependency from -tools in RHEL

2012-05-23 Thread paragn
Summary of changes:

  8bab6f9... Resolves:rh#761409:remove fedora-packager dependency from - (*)

(*) This commit already existed in another branch; no separate mail sent
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[fontpackages] Resolves:rh#761409:remove fedora-packager dependency from -tools in RHEL

2012-05-22 Thread paragn
commit 8bab6f92637be33ad873d3a664a979d92c24d5a2
Author: Parag Nemade 
Date:   Tue May 22 14:46:49 2012 +0530

Resolves:rh#761409:remove fedora-packager dependency from -tools in RHEL

 fontpackages.spec |   18 ++
 1 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/fontpackages.spec b/fontpackages.spec
index 4b8597c..908a03e 100644
--- a/fontpackages.spec
+++ b/fontpackages.spec
@@ -4,7 +4,7 @@
 
 Name:fontpackages
 Version: 1.44
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Common directory and macro definitions used by font packages
 
 Group: Development/System
@@ -47,7 +47,13 @@ Summary: Tools used to check fonts and font packages
 
 Requires: fontconfig, fontforge
 Requires: curl, make, mutt
-Requires: fedora-packager, rpmlint, yum-utils
+Requires: rpmlint, yum-utils
+
+# repo-font-audit script need to run fedoradev-pkgowners command
+# which is available on Fedora only and not on RHEL.
+%if 0%{?fedora}
+Requires: fedora-packager
+%endif
 
 %description tools
 This package contains tools used to check fonts and font packages
@@ -55,10 +61,11 @@ This package contains tools used to check fonts and font 
packages
 
 %prep
 %setup -q
-
+%if 0%{?rhel}
+sed -i 's|/usr/bin/fedoradev-pkgowners|""|g' bin/repo-font-audit
+%endif
 
 %build
-
 for file in bin/repo-font-audit bin/compare-repo-font-audit ; do
 sed -i "s|^DATADIR\([[:space:]]*\)\?=\(.*\)$|DATADIR=%{_datadir}/%{name}|g" \
   $file
@@ -133,6 +140,9 @@ rm -fr %{buildroot}
 %{_bindir}/*
 
 %changelog
+* Tue May 22 2012 Parag  - 1.44-4
+- Resolves:rh#761409:remove fedora-packager dependency from -tools in RHEL
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 1.44-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

[fontforge] Add patch for libpng15

2012-01-28 Thread paragn
commit 5ac6d84774b318cd18edc5f490bc22e31f61a92b
Author: Parag Nemade 
Date:   Sat Jan 28 20:14:06 2012 +0530

Add patch for libpng15

 fontforge-20110222-libpng15.patch |  176 +
 fontforge.spec|8 ++-
 2 files changed, 183 insertions(+), 1 deletions(-)
---
diff --git a/fontforge-20110222-libpng15.patch 
b/fontforge-20110222-libpng15.patch
new file mode 100644
index 000..156e3c1
--- /dev/null
+++ b/fontforge-20110222-libpng15.patch
@@ -0,0 +1,176 @@
+From e76a8a537dbf8c47024f5863f9f18ed55ad686d3 Mon Sep 17 00:00:00 2001
+From: michal-n 
+Date: Sat, 17 Dec 2011 15:24:12 +0100
+Subject: [PATCH] There was no need to panic...
+ The patch from Paul contained errant reference to 'png_color16'.
+ The correct form is 'png_color_16'. So, patch reapplied.
+
+---
+ gutils/gimagewritepng.c |  100 +++---
+ 1 files changed, 50 insertions(+), 50 deletions(-)
+
+diff --git a/gutils/gimagewritepng.c b/gutils/gimagewritepng.c
+index 43fa097..a88ec63 100644
+--- a/gutils/gimagewritepng.c
 b/gutils/gimagewritepng.c
+@@ -236,6 +236,7 @@ return(false);
+}
+} else {
+if ( base->trans!=-1 ) {
++ trans_color = galloc(sizeof(png_color_16));
+  trans_color->red = COLOR_RED(base->trans);
+  trans_color->green = COLOR_GREEN(base->trans);
+  trans_color->blue = COLOR_BLUE(base->trans);
+@@ -258,6 +259,7 @@ return(false);
+ _png_write_end(png_ptr, info_ptr);
+ 
+ if ( trans_alpha!=NULL ) gfree(trans_alpha);
++if ( trans_color!=NULL ) gfree(trans_color);
+ if ( palette!=NULL ) gfree(palette);
+ _png_destroy_write_struct(&png_ptr, &info_ptr);
+ gfree(rows);
+@@ -296,7 +298,7 @@ static void user_error_fn(png_structp png_ptr, 
png_const_charp error_msg) {
+ #if (PNG_LIBPNG_VER < 10500)
+ longjmp(png_ptr->jmpbuf,1);
+ #else
+-_png_longjmp (png_ptr, 1);
++png_longjmp (png_ptr, 1);
+ #endif
+ }
+ 
+@@ -310,6 +312,12 @@ int GImageWrite_Png(GImage *gi, FILE *fp, int 
progressive) {
+ png_infop info_ptr;
+ png_byte **rows;
+ int i;
++int bit_depth;
++int color_type;
++int num_palette;
++png_bytep trans_alpha = NULL;
++png_color_16p trans_color = NULL;
++png_colorp palette = NULL;
+ 
+png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING,
+   (void *)NULL, user_error_fn, user_warning_fn);
+@@ -336,65 +344,60 @@ return(false);
+ 
+png_init_io(png_ptr, fp);
+ 
+-   info_ptr->width = base->width;
+-   info_ptr->height = base->height;
+-   info_ptr->bit_depth = 8;
+-   info_ptr->valid = 0;
+-   info_ptr->interlace_type = progressive;
+-   if ( base->trans!=-1 ) {
+-   info_ptr->num_trans = 1;
+-   info_ptr->valid |= PNG_INFO_tRNS;
++   bit_depth = 8;
++   num_palette = base->clut==NULL?2:base->clut->clut_len;
++   if ( base->image_type==it_index || base->image_type==it_bitmap ) {
++   color_type = PNG_COLOR_TYPE_PALETTE;
++   if ( num_palette<=2 )
++ bit_depth=1;
++   else if ( num_palette<=4 )
++ bit_depth=2;
++   else if ( num_palette<=16 )
++ bit_depth=4;
++   } else {
++   color_type = PNG_COLOR_TYPE_RGB;
++   if ( base->image_type == it_rgba )
++ color_type = PNG_COLOR_TYPE_RGB_ALPHA;
+}
++
++   png_set_IHDR(png_ptr, info_ptr, base->width, base->height,
++  bit_depth, color_type, progressive,
++  PNG_COMPRESSION_TYPE_DEFAULT, PNG_FILTER_TYPE_DEFAULT);
+if ( base->image_type==it_index || base->image_type==it_bitmap ) {
+-   info_ptr->color_type = PNG_COLOR_TYPE_PALETTE;
+-   info_ptr->valid |= PNG_INFO_PLTE;
+-   info_ptr->num_palette = base->clut==NULL?2:base->clut->clut_len;
+-   info_ptr->palette = (png_color *) 
galloc(info_ptr->num_palette*sizeof(png_color));
++   palette = (png_color *) galloc(num_palette*sizeof(png_color));
+if ( base->clut==NULL ) {
+-  info_ptr->palette[0].red = info_ptr->palette[0].green = 
info_ptr->palette[0].blue = 0;
+-  info_ptr->palette[1].red = info_ptr->palette[1].green = 
info_ptr->palette[1].blue = 0xff;
++  palette[0].red = palette[0].green = palette[0].blue = 0;
++  palette[1].red = palette[1].green = palette[1].blue = 0xff;
+} else {
+- for ( i=0; inum_palette; ++i ) {
++ for ( i=0; iclut->clut[i];
+-  info_ptr->palette[i].red = COLOR_RED(col);
+-  info_ptr->palette[i].green = COLOR_GREEN(col);
+-  info_ptr->palette[i].blue = COLOR_BLUE(col);
++  palette[i].red = COLOR_RED(col);
++  palette[i].green = COLOR_GREEN(col);
++  palette[i].blue = COLOR_BLUE(col);
+  }
+}
+-   if ( info_ptr->num_palette<=2 )
+- info_ptr->bit_depth=1;
+-   else if ( info_ptr->num_palette<=4 )
+- info_ptr->bit_depth=2;
+-   else if ( info_ptr->num_palette<=16 )
+- info_ptr->bit_depth=4;
+-   

[fontforge] Add patch for multilib. Fixes bug #694409

2011-04-07 Thread paragn
commit ba08a62fab7df5940c67f581126a8e8bb41aa226
Author: Parag Nemade 
Date:   Thu Apr 7 15:29:09 2011 +0530

Add patch for multilib. Fixes bug #694409

 fontforge-20110222-multilib.patch |   11 +++
 fontforge.spec|7 ++-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/fontforge-20110222-multilib.patch 
b/fontforge-20110222-multilib.patch
new file mode 100644
index 000..79e5bc1
--- /dev/null
+++ b/fontforge-20110222-multilib.patch
@@ -0,0 +1,11 @@
+--- configure.bak  2011-02-19 00:55:16.0 +0530
 configure  2011-04-07 10:43:26.442012820 +0530
+@@ -4676,7 +4676,7 @@
+  LIBS="-Wl,/System/Library/Frameworks/CoreServices.framework/CoreServices 
$LIBS"
+ 
+  ;;
+-powerpc-*-*linux*)
++powerpc*-*-*linux*)
+  $as_echo "#define _Keyboard 3" >>confdefs.h
+ 
+  ;;
diff --git a/fontforge.spec b/fontforge.spec
index 435eba1..d99903d 100644
--- a/fontforge.spec
+++ b/fontforge.spec
@@ -5,7 +5,7 @@
 
 Name:   fontforge
 Version:20110222
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Outline and bitmap font editor
 
 Group:  Applications/Publishing
@@ -15,6 +15,7 @@ Source0:
http://downloads.sourceforge.net/fontforge/fontforge_full-%{vers
 Source2:
http://downloads.sourceforge.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2
 Patch1: fontforge-20090224-pythondl.patch
 Patch2: fontforge-20100501-select-points-crash.patch
+Patch3:fontforge-20110222-multilib.patch   
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:   xdg-utils
@@ -57,6 +58,7 @@ to compile applications against fontforge.
 
 %patch1 -p1
 %patch2 -p1
+%patch3 -p0
 
 mkdir htdocs
 tar xjf %{SOURCE2} -C htdocs
@@ -147,6 +149,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Apr 07 2011 Parag Nemade  - 2011022-4
+- Add patch for multilib. Fixes bug #694409
+
 * Thu Mar 31 2011 Paul Flo Williams  - 20110222-3
 - Add patch for charview crash. Fixes bug #660376
 
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[pango] - Merge Review cleanup (rh#226229)

2010-09-02 Thread paragn
commit 027d0fda3d6cd0909450a6e9381b7819ba8407b9
Author: paragn 
Date:   Fri Sep 3 10:06:01 2010 +0530

- Merge Review cleanup (rh#226229)

 pango.spec |   24 +---
 1 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/pango.spec b/pango.spec
index a8341d7..85ae431 100644
--- a/pango.spec
+++ b/pango.spec
@@ -9,7 +9,7 @@
 Summary: System for layout and rendering of internationalized text
 Name: pango
 Version: 1.28.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 #VCS: git:git://git.gnome.org/pango
@@ -80,8 +80,9 @@ for the pango package.
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; 
CONFIGFLAGS=--enable-gtk-doc; fi;
  %configure $CONFIGFLAGS \
   --enable-doc-cross-references \
- --with-included-modules=basic-fc )
-make
+  --with-included-modules=basic-fc )
+make %{?_smp_mflags}
+
 
 %install
 
@@ -110,7 +111,7 @@ if test "x$compile_host" != "x$host" ; then
   echo 1>&2 "Host mismatch: compile='$compile_host', spec file='$host'" && 
exit 1
 fi
 
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 # Remove files that should not be packaged
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
@@ -135,7 +136,6 @@ case "$host" in
;;
 esac
 
-rm $RPM_BUILD_ROOT%{_sysconfdir}/pango/pango.modules
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pango/$host
 touch $RPM_BUILD_ROOT%{_sysconfdir}/pango/$host/pango.modules
 
@@ -207,16 +207,15 @@ esac
 fi
 
 %files -f modules.files
-%defattr(-, root, root)
+%defattr(-, root, root,-)
 %doc README AUTHORS COPYING NEWS
 %doc pango-view/HELLO.txt
 %{_libdir}/libpango*-*.so.*
 %{_bindir}/pango-querymodules*
 %{_bindir}/pango-view
-%{_datadir}/man/man1/pango-view.1.gz
+%{_mandir}/man1/pango-view.1.gz
+%{_mandir}/man1/pango-querymodules.1.gz
 %{_libdir}/pango
-%doc %{_mandir}/man1/*
-
 %dir %{_sysconfdir}/pango
 %config %{_sysconfdir}/pango/pangox.aliases
 %{_libdir}/girepository-1.0/Pango-1.0.typelib
@@ -226,7 +225,7 @@ fi
 
 
 %files devel
-%defattr(-, root, root)
+%defattr(-, root, root,-)
 %{_libdir}/libpango*.so
 %{_includedir}/*
 %{_libdir}/pkgconfig/*
@@ -238,6 +237,9 @@ fi
 
 
 %changelog
+* Fri Sep 03 2010 Parag Nemade  - 1.28.1-5
+- Merge Review cleanup (rh#226229)
+
 * Thu Jul 15 2010 Colin Walters  - 1.28.1-4
 - Rebuild for new gobject-introspection
 
@@ -505,7 +507,7 @@ fi
 - Remove "static libs" from -devel description, since we don't ship them.
 
 * Fri Jan 12 2007 Behdad Esfahbod  - 1.15.3-5
-- Require pango = %{version}-%{release} in devel (previously didn't have
+- Require pango = %%{version}-%%{release} in devel (previously didn't have
   releaes).
 
 * Thu Jan 11 2007 Behdad Esfahbod  - 1.15.3-4
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


rpms/myanmar3-unicode-fonts/F-13 myanmar3-unicode-fonts.spec,1.3,1.4

2010-05-13 Thread paragn
Author: paragn

Update of /cvs/pkgs/rpms/myanmar3-unicode-fonts/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15329

Modified Files:
myanmar3-unicode-fonts.spec 
Log Message:
* Thu May 13 2010 Parag Nemade  - 3.00-4
- Resolves:rh#477429:Spec cleanups to follow current Fonts packaging guidelines.




Index: myanmar3-unicode-fonts.spec
===
RCS file: 
/cvs/pkgs/rpms/myanmar3-unicode-fonts/F-13/myanmar3-unicode-fonts.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- myanmar3-unicode-fonts.spec 25 Jul 2009 15:28:43 -  1.3
+++ myanmar3-unicode-fonts.spec 13 May 2010 07:02:56 -  1.4
@@ -1,13 +1,11 @@
-%define fontnamemyanmar3-unicode
-%define fontdir %{_datadir}/fonts/%{fontname}
-%define fontconfdir %{_sysconfdir}/fonts/conf.d
-
-%define archivename Myanmar3_Unicode 
+%global fontname myanmar3-unicode
+%global fontconf 65-%{fontname}.conf
 
+%global archivename Myanmar3_Unicode
 
 Name:%{fontname}-fonts
 Version: 3.00
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Myanmar3 unicode font
 
 Group:   User Interface/X
@@ -15,65 +13,58 @@ License: LGPLv2+
 URL:http://www.myanmarnlp.net.mm 
 Source0: http://www.myanmarnlp.net.mm/downloads/%{archivename}.zip
 Source1: %{name}-fontconfig.conf
+BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
-BuildArch: noarch
+BuildArch:  noarch
+BuildRequires:  fontpackages-devel
+Requires:   fontpackages-filesystem
 
 %description
-Myanmar3 unicode font from 
-Myanmar Unicode & NLP Research Center
+Myanmar3 unicode font from Myanmar Unicode &
+NLP Research Center.
 
 %prep
 %setup -q -c
 unzip -j -L -q %{SOURCE0}
 
-
 %build
-# Nothing there
 
 
 %install
 rm -fr %{buildroot}
 
-install -m 0755 -d %{buildroot}%{fontdir}
-install -m 0644 -p *.ttf %{buildroot}%{fontdir}
+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}%{fontconfdir}
-install -m 0644 -p %{SOURCE1} %{buildroot}%{fontconfdir}/65-%{fontname}.conf
+install -m 0644 -p %{SOURCE1} \
+%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
+ln -s %{_fontconfig_templatedir}/%{fontconf} \
+  %{buildroot}%{_fontconfig_confdir}/%{fontconf}
 
 
 %clean
 rm -fr %{buildroot}
 
 
-%post
-if [ -x %{_bindir}/fc-cache ] ; then
-%{_bindir}/fc-cache %{fontdir} || :
-fi
-
-
-%postun
-if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then
-%{_bindir}/fc-cache %{fontdir} || :
-fi
-
+%_font_pkg -f %{fontconf} *.ttf
 
-%files
-%defattr(0644,root,root,0755)
-
-%config(noreplace) %{fontconfdir}/65-%{fontname}.conf
-
-%dir %{fontdir}/
-%{fontdir}/*.ttf
+%doc
 
 
 %changelog
+* Thu May 13 2010 Parag Nemade  - 3.00-4
+- Resolves:rh#477429:Spec cleanups to follow current Fonts packaging 
guidelines.
+
 * Sat Jul 25 2009 Fedora Release Engineering  
- 3.00-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Wed Feb 25 2009 Fedora Release Engineering  
- 3.00-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-
 * Fri Aug 01 2008 Minto Joseph  - 3.00-1 
 - initial package
+
+

___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


rpms/myanmar3-unicode-fonts/devel myanmar3-unicode-fonts.spec, 1.3, 1.4

2010-05-12 Thread paragn
Author: paragn

Update of /cvs/pkgs/rpms/myanmar3-unicode-fonts/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8783

Modified Files:
myanmar3-unicode-fonts.spec 
Log Message:
* Thu May 13 2010 Parag Nemade  - 3.00-4
- Resolves:rh#477429:Spec cleanups to follow current Fonts packaging guidelines.




Index: myanmar3-unicode-fonts.spec
===
RCS file: 
/cvs/pkgs/rpms/myanmar3-unicode-fonts/devel/myanmar3-unicode-fonts.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- myanmar3-unicode-fonts.spec 25 Jul 2009 15:28:43 -  1.3
+++ myanmar3-unicode-fonts.spec 13 May 2010 06:53:15 -  1.4
@@ -1,13 +1,11 @@
-%define fontnamemyanmar3-unicode
-%define fontdir %{_datadir}/fonts/%{fontname}
-%define fontconfdir %{_sysconfdir}/fonts/conf.d
-
-%define archivename Myanmar3_Unicode 
+%global fontname myanmar3-unicode
+%global fontconf 65-%{fontname}.conf
 
+%global archivename Myanmar3_Unicode
 
 Name:%{fontname}-fonts
 Version: 3.00
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Myanmar3 unicode font
 
 Group:   User Interface/X
@@ -15,65 +13,58 @@ License: LGPLv2+
 URL:http://www.myanmarnlp.net.mm 
 Source0: http://www.myanmarnlp.net.mm/downloads/%{archivename}.zip
 Source1: %{name}-fontconfig.conf
+BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
-BuildArch: noarch
+BuildArch:  noarch
+BuildRequires:  fontpackages-devel
+Requires:   fontpackages-filesystem
 
 %description
-Myanmar3 unicode font from 
-Myanmar Unicode & NLP Research Center
+Myanmar3 unicode font from Myanmar Unicode &
+NLP Research Center.
 
 %prep
 %setup -q -c
 unzip -j -L -q %{SOURCE0}
 
-
 %build
-# Nothing there
 
 
 %install
 rm -fr %{buildroot}
 
-install -m 0755 -d %{buildroot}%{fontdir}
-install -m 0644 -p *.ttf %{buildroot}%{fontdir}
+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}%{fontconfdir}
-install -m 0644 -p %{SOURCE1} %{buildroot}%{fontconfdir}/65-%{fontname}.conf
+install -m 0644 -p %{SOURCE1} \
+%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
+ln -s %{_fontconfig_templatedir}/%{fontconf} \
+  %{buildroot}%{_fontconfig_confdir}/%{fontconf}
 
 
 %clean
 rm -fr %{buildroot}
 
 
-%post
-if [ -x %{_bindir}/fc-cache ] ; then
-%{_bindir}/fc-cache %{fontdir} || :
-fi
-
-
-%postun
-if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then
-%{_bindir}/fc-cache %{fontdir} || :
-fi
-
+%_font_pkg -f %{fontconf} *.ttf
 
-%files
-%defattr(0644,root,root,0755)
-
-%config(noreplace) %{fontconfdir}/65-%{fontname}.conf
-
-%dir %{fontdir}/
-%{fontdir}/*.ttf
+%doc
 
 
 %changelog
+* Thu May 13 2010 Parag Nemade  - 3.00-4
+- Resolves:rh#477429:Spec cleanups to follow current Fonts packaging 
guidelines.
+
 * Sat Jul 25 2009 Fedora Release Engineering  
- 3.00-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Wed Feb 25 2009 Fedora Release Engineering  
- 3.00-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-
 * Fri Aug 01 2008 Minto Joseph  - 3.00-1 
 - initial package
+
+

___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/