rpms/fontconfig/devel .cvsignore, 1.35, 1.36 fontconfig.spec, 1.117, 1.118 sources, 1.36, 1.37

2009-01-27 Thread Behdad Esfahbod
Author: behdad

Update of /cvs/pkgs/rpms/fontconfig/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20645

Modified Files:
.cvsignore fontconfig.spec sources 
Log Message:
* Tue Jan 27 2009 Behdad Esfahbod besfa...@redhat.com -
* 2.6.95-1.git.66.gb162bfb
- Update to 2.6.95-1.git.66.gb162bfb




Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/fontconfig/devel/.cvsignore,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- .cvsignore  23 Jan 2009 19:21:24 -  1.35
+++ .cvsignore  27 Jan 2009 09:02:41 -  1.36
@@ -1 +1 @@
-fontconfig-2.6.94.tar.gz
+fontconfig-2.6.95.tar.gz


Index: fontconfig.spec
===
RCS file: /cvs/pkgs/rpms/fontconfig/devel/fontconfig.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- fontconfig.spec 23 Jan 2009 19:21:24 -  1.117
+++ fontconfig.spec 27 Jan 2009 09:02:41 -  1.118
@@ -2,8 +2,8 @@
 
 Summary: Font configuration and customization library
 Name: fontconfig
-Version: 2.6.94
-Release: 1.git.65.g628ee83%{?dist}
+Version: 2.6.95
+Release: 1.git.66.gb162bfb%{?dist}
 License: MIT
 Group: System Environment/Libraries
 Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
@@ -131,6 +131,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 27 2009 Behdad Esfahbod besfa...@redhat.com - 
2.6.95-1.git.66.gb162bfb
+- Update to 2.6.95-1.git.66.gb162bfb
+
 * Fri Jan 23 2009 Behdad Esfahbod besfa...@redhat.com - 
2.6.94-1.git.65.g628ee83
 - Update to 2.6.94-1.git.65.g628ee83
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/fontconfig/devel/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sources 23 Jan 2009 19:21:24 -  1.36
+++ sources 27 Jan 2009 09:02:41 -  1.37
@@ -1 +1 @@
-ba79ff72570a91698fb2f76ef255e5e4  fontconfig-2.6.94.tar.gz
+d568673bb06705503b66eac28c2a2e51  fontconfig-2.6.95.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/fontpackages/devel fontconfig.prov, NONE, 1.1 macros.fontconfig, NONE, 1.1 fontpackages.spec, 1.7, 1.8

2009-01-27 Thread Richard Hughes
Author: rhughes

Update of /cvs/pkgs/rpms/fontpackages/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30318

Modified Files:
fontpackages.spec 
Added Files:
fontconfig.prov macros.fontconfig 
Log Message:
* Tue Jan 27 2009 Richard Hughes rhug...@redhat.com
- 1.16-2
- Add fontconfig.prov and macros.fontconfig so that we can automatically
  generate font provides for packages at build time.
  This lets us do some cool things with PackageKit in the future.



--- NEW FILE fontconfig.prov ---
#!/bin/bash
#
# Script to install in:
# /usr/lib/rpm/redhat/find-provides.d
#
# Transform font files into RPM provides
# Requires fontconfig = 2.6.90
#
# Author: Behdad Esfahbod beh...@redhat.com
# Based on other provides scripts from RPM
#

grep '^/usr/share/fonts/' |
xargs fc-query --format '%{family}\n:lang=%{lang}\n' |
while read line; do
case $line in
:lang=*)
langs=${line#:lang=}
OLDIFS=$IFS
IFS='|'
for lang in $langs; do
echo :lang=$lang
done
IFS=$OLDIFS
;;
*)
echo $line | tr 'A-Z_' 'a-z-' | tr -d -c 'a-z0-9-\n'
;;
esac
done |
sed 's/\(.*\)/Font(\1)/' |
sort -u


--- NEW FILE macros.fontconfig ---
%__fontconfig_provides  /usr/lib/rpm/fontconfig.prov


Index: fontpackages.spec
===
RCS file: /cvs/pkgs/rpms/fontpackages/devel/fontpackages.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fontpackages.spec   21 Jan 2009 21:45:16 -  1.7
+++ fontpackages.spec   27 Jan 2009 09:49:32 -  1.8
@@ -4,7 +4,7 @@
 
 Name:fontpackages
 Version: 1.16
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Common directory and macro definitions used by font packages
 
 Group: Development/System
@@ -13,6 +13,8 @@
 License:   LGPLv3+
 URL:   http://fedoraproject.org/wiki/fontpackages/
 Source0:   
http://fedorahosted.org/releases/f/o/%{name}/%{name}-%{version}.tar.bz2
+Source1:   fontconfig.prov
+Source2:   macros.fontconfig
 BuildArch: noarch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 
@@ -69,6 +71,8 @@
 install -m 0644 -p spec-templates/*.spec  %{buildroot}%{spectemplatedir}
 install -m 0644 -p fontconfig-templates/* %{buildroot}%{ftcgtemplatedir}
 install -m 0644 -p macros/macros* %{buildroot}%{rpmmacrodir}
+install -m 0755 -D -p %{SOURCE1}  
%{buildroot}%{_libdir}/rpm/fontconfig.prov
+install -m 0755 -D -p %{SOURCE2}  
%{buildroot}%{_sysconfdir}/rpm/macros.fontconfig
 
 cat EOF  %{name}-%{version}.files
 %defattr(0644,root,root,0755)
@@ -85,6 +89,8 @@
 %files filesystem -f %{name}-%{version}.files
 %defattr(0644,root,root,0755)
 %dir %{_datadir}/fontconfig
+%{_libdir}/rpm/fontconfig.prov
+%{_sysconfdir}/rpm/macros.fontconfig
 
 
 %files devel
@@ -97,6 +103,12 @@
 
 
 %changelog
+* Tue Jan 27 2009 Richard Hughes rhug...@redhat.com
+- 1.16-2
+- Add fontconfig.prov and macros.fontconfig so that we can automatically
+  generate font provides for packages at build time.
+  This lets us do some cool things with PackageKit in the future.
+
 * Wed Jan 22 2009 Nicolas Mailhot nim at fedoraproject dot org
 - 1.16-1
 

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/unikurd-web-font/devel dead.package, NONE, 1.1 Makefile, 1.1, NONE import.log, 1.1, NONE sources, 1.2, NONE unikurd-web-font.spec, 1.1, NONE

2009-01-27 Thread Michal Nowak
Author: mnowak

Update of /cvs/pkgs/rpms/unikurd-web-font/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2567

Added Files:
dead.package 
Removed Files:
Makefile import.log sources unikurd-web-font.spec 
Log Message:
Renamed to kurdit-unikurd-web-fonts




--- NEW FILE dead.package ---
Renamed to kurdit-unikurd-web-fonts


--- Makefile DELETED ---


--- import.log DELETED ---


--- sources DELETED ---


--- unikurd-web-font.spec DELETED ---

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 378338] Deal with X servers which misreport the screen's dimensions

2009-01-27 Thread gnome-control-center (bugzilla.gnome.org)
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=378338

  gnome-control-center | settings-daemon | Ver: trunk

Fryderyk Dziarmagowski changed:

   What|Removed |Added

 CC|fre...@gmx.net  |




-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=378338.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/sj-fonts/devel import.log, NONE, 1.1 sj-fonts-delphine-fontconfig.conf, NONE, 1.1 sj-fonts-stevehand-fontconfig.conf, NONE, 1.1 sj-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-01-27 Thread Sven Lankes
Author: slankes

Update of /cvs/pkgs/rpms/sj-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14948/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log sj-fonts-delphine-fontconfig.conf 
sj-fonts-stevehand-fontconfig.conf sj-fonts.spec 
Log Message:
initial import



--- NEW FILE import.log ---
sj-fonts-2_0_2-1_fc10:HEAD:sj-fonts-2.0.2-1.fc10.src.rpm:1233094032


--- NEW FILE sj-fonts-delphine-fontconfig.conf ---
?xml version=1.0 encoding=UTF-8?
!DOCTYPE fontconfig SYSTEM ../fonts.dtd
fontconfig
  alias
familyfantasy/family
prefer
  familyDelphine/family
/prefer
  /alias
  alias
familyDelphine/family
default
  familyfantasy/family
/default
  /alias
/fontconfig



--- NEW FILE sj-fonts-stevehand-fontconfig.conf ---
?xml version=1.0 encoding=UTF-8?
!DOCTYPE fontconfig SYSTEM ../fonts.dtd
fontconfig
  alias
familyfantasy/family
prefer
  familySteveHand/family
/prefer
  /alias
  alias
familySteveHand/family
default
  familyfantasy/family
/default
  /alias
/fontconfig



--- NEW FILE sj-fonts.spec ---
%define fontname sj
%define fontconf 63-%{fontname}

%define common_desc Two fonts by Steve Jordi released under the GPL 

Name:  %{fontname}-fonts
Version:   2.0.2
Release:   1%{?dist}
Summary:   Two fonts by Steve Jordi released under the GPL

Group: User Interface/X
License:   GPLv2 with exceptions
URL:   http://sjfonts.sourceforge.net
Source0:   sjfonts-source-2.0.2.tar.bz2
Source1:   %{name}-delphine-fontconfig.conf
Source2:   %{name}-stevehand-fontconfig.conf
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch: noarch
BuildRequires: fontpackages-devel
BuildRequires: fontforge

%description
%common_desc

%package common
Summary:   Common files for %{name}
Group: User Interface/X
Requires:  fontpackages-filesystem

%description common
%common_desc

This package consists of files used by other %{name} packages.

%package -n %{fontname}-delphine-fonts
Summary:   Handwriting font
Group: User Interface/X
Requires:  %{name}-common = %{version}-%{release}

%description -n %{fontname}-delphine-fonts
%common_desc

Handwriting font by Steve Jordi covering latin glyphs.

%_font_pkg -n delphine -f %{fontconf}-delphine.conf Delphine.ttf

%package -n %{fontname}-stevehand-fonts
Summary:   Handwriting font
Group: User Interface/X
Requires:  %{name}-common = %{version}-%{release}

%description -n %{fontname}-stevehand-fonts
%common_desc

Handwriting font by Steve Jordi covering latin glyphs.

%_font_pkg -n stevehand -f %{fontconf}-stevehand.conf SteveHand.ttf

%prep
%setup -q -c %{name}-%{version}

%build
fontforge -script - Delphine.sfd SteveHand.sfd EOF
i = 1
while ( i  \$argc )
  Open (\$argv[i], 1)
  Generate (\$fontname + .ttf)
  PrintSetup (5)
  PrintFont (0, 0, , \$fontname + -sample.pdf)
  Close()
  i++
endloop
EOF

%install
rm -rf $RPM_BUILD_ROOT

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 %{SOURCE1} 
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-delphine.conf
install -m 0644 -p %{SOURCE2} 
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-stevehand.conf

for fontconf in %{fontconf}-delphine.conf %{fontconf}-stevehand.conf ; do
  ln -s %{_fontconfig_templatedir}/$fontconf 
%{buildroot}%{_fontconfig_confdir}/$fontconf
done

%clean
rm -rf $RPM_BUILD_ROOT

%files common
%defattr(0644,root,root,0755)
%doc COPYING
%doc README

%dir %{_fontdir}

%changelog
* Sun Jan 25 2008 Sven Lankes s...@lank.es - 2.0.2-1
- Initial packaging



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/sj-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  26 Jan 2009 22:29:53 -  1.1
+++ .cvsignore  27 Jan 2009 22:07:50 -  1.2
@@ -0,0 +1 @@
+sjfonts-source-2.0.2.tar.bz2


Index: sources
===
RCS file: /cvs/pkgs/rpms/sj-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 26 Jan 2009 22:29:53 -  1.1
+++ sources 27 Jan 2009 22:07:50 -  1.2
@@ -0,0 +1 @@
+f06986cab16248de493109bb2bd1027e  sjfonts-source-2.0.2.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/dustin-domestic-manners-fonts/devel dustin-domestic-manners-fonts-fontconfig.conf, NONE, 1.1 dustin-domestic-manners-fonts.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1,

2009-01-27 Thread Sven Lankes
Author: slankes

Update of /cvs/pkgs/rpms/dustin-domestic-manners-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15621/devel

Modified Files:
.cvsignore sources 
Added Files:
dustin-domestic-manners-fonts-fontconfig.conf 
dustin-domestic-manners-fonts.spec import.log 
Log Message:
initial import



--- NEW FILE dustin-domestic-manners-fonts-fontconfig.conf ---
?xml version=1.0 encoding=UTF-8?
!DOCTYPE fontconfig SYSTEM ../fonts.dtd
fontconfig
  alias
familyfantasy/family
prefer
  familyDomestic Manners/family
/prefer
  /alias
  alias
familyDomestic Manners/family
default
  familyfantasy/family
/default
  /alias
/fontconfig



--- NEW FILE dustin-domestic-manners-fonts.spec ---
%define fontname dustin-domestic-manners
%define fontconf 63-%{fontname}.conf

Name:  %{fontname}-fonts
Version:   20030527
Release:   1%{?dist}
Summary:   Handwriting font by Dustin Norlander

Group: User Interface/X
License:   GPLv2+
URL:   http://www.dustismo.com
# Actual download URL
#URL:   
http://ftp.de.debian.org/debian/pool/main/t/ttf-dustin/ttf-dustin_20030517.orig.tar.gz
 
Source0:   Domestic_Manners.zip
Source1:   %{name}-fontconfig.conf
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch: noarch
BuildRequires: fontpackages-devel
Requires:  fontpackages-filesystem

%description 

This font mimics the authors handwriting. The name come from the book 
Domestic Manners of the Americans, by Fanny Trollope.

Font contains, letters, numbers, punctuation, accented characters and 
some special characters (most European Latin characters).

%prep
%setup -q -c %{name}
sed -i 's/\r//' license.txt

%build

%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 %{SOURCE1} %{buildroot}%{_fontconfig_templatedir}/%{fontconf}

ln -s %{_fontconfig_templatedir}/%{fontconf} 
%{buildroot}%{_fontconfig_confdir}/%{fontconf}

%clean
rm -rf $RPM_BUILD_ROOT

%_font_pkg -f %{fontconf} *.ttf

%doc license.txt
%dir %{_fontdir}

%changelog
* Sun Jan 25 2009 Sven Lankes s...@lank.es - 20030527-1
- Initial packaging



--- NEW FILE import.log ---
dustin-domestic-manners-fonts-20030527-1_fc10:HEAD:dustin-domestic-manners-fonts-20030527-1.fc10.src.rpm:1233094261


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/dustin-domestic-manners-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  26 Jan 2009 22:39:40 -  1.1
+++ .cvsignore  27 Jan 2009 22:11:44 -  1.2
@@ -0,0 +1 @@
+Domestic_Manners.zip


Index: sources
===
RCS file: /cvs/pkgs/rpms/dustin-domestic-manners-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 26 Jan 2009 22:39:40 -  1.1
+++ sources 27 Jan 2009 22:11:44 -  1.2
@@ -0,0 +1 @@
+3f5d0178f3b9f9bbabd697090f89c3b9  Domestic_Manners.zip

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 346419] Add Baseline table support (align scripts in a line of text)

2009-01-27 Thread pango (bugzilla.gnome.org)
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=346419

  pango | general | Ver: unspecified

Roozbeh Pournader changed:

   What|Removed |Added

 CC||rooz...@gmail.com




-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=346419.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/dustin-domestic-manners-fonts/F-10 dustin-domestic-manners-fonts-fontconfig.conf, NONE, 1.1 dustin-domestic-manners-fonts.spec, NONE, 1.1 sources, 1.1, 1.2

2009-01-27 Thread Sven Lankes
Author: slankes

Update of /cvs/pkgs/rpms/dustin-domestic-manners-fonts/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17579/F-10

Modified Files:
sources 
Added Files:
dustin-domestic-manners-fonts-fontconfig.conf 
dustin-domestic-manners-fonts.spec 
Log Message:
initial import


--- NEW FILE dustin-domestic-manners-fonts-fontconfig.conf ---
?xml version=1.0 encoding=UTF-8?
!DOCTYPE fontconfig SYSTEM ../fonts.dtd
fontconfig
  alias
familyfantasy/family
prefer
  familyDomestic Manners/family
/prefer
  /alias
  alias
familyDomestic Manners/family
default
  familyfantasy/family
/default
  /alias
/fontconfig



--- NEW FILE dustin-domestic-manners-fonts.spec ---
%define fontname dustin-domestic-manners
%define fontconf 63-%{fontname}.conf

Name:  %{fontname}-fonts
Version:   20030527
Release:   1%{?dist}
Summary:   Handwriting font by Dustin Norlander

Group: User Interface/X
License:   GPLv2+
URL:   http://www.dustismo.com
# Actual download URL
#URL:   
http://ftp.de.debian.org/debian/pool/main/t/ttf-dustin/ttf-dustin_20030517.orig.tar.gz
 
Source0:   Domestic_Manners.zip
Source1:   %{name}-fontconfig.conf
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch: noarch
BuildRequires: fontpackages-devel
Requires:  fontpackages-filesystem

%description 

This font mimics the authors handwriting. The name come from the book 
Domestic Manners of the Americans, by Fanny Trollope.

Font contains, letters, numbers, punctuation, accented characters and 
some special characters (most European Latin characters).

%prep
%setup -q -c %{name}
sed -i 's/\r//' license.txt

%build

%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 %{SOURCE1} %{buildroot}%{_fontconfig_templatedir}/%{fontconf}

ln -s %{_fontconfig_templatedir}/%{fontconf} 
%{buildroot}%{_fontconfig_confdir}/%{fontconf}

%clean
rm -rf $RPM_BUILD_ROOT

%_font_pkg -f %{fontconf} *.ttf

%doc license.txt
%dir %{_fontdir}

%changelog
* Sun Jan 25 2009 Sven Lankes s...@lank.es - 20030527-1
- Initial packaging



Index: sources
===
RCS file: /cvs/pkgs/rpms/dustin-domestic-manners-fonts/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 26 Jan 2009 22:39:40 -  1.1
+++ sources 27 Jan 2009 22:26:34 -  1.2
@@ -0,0 +1 @@
+3f5d0178f3b9f9bbabd697090f89c3b9  Domestic_Manners.zip

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/dustin-domestic-manners-fonts/F-9 dustin-domestic-manners-fonts-fontconfig.conf, NONE, 1.1 dustin-domestic-manners-fonts.spec, NONE, 1.1 sources, 1.1, 1.2

2009-01-27 Thread Sven Lankes
Author: slankes

Update of /cvs/pkgs/rpms/dustin-domestic-manners-fonts/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17579/F-9

Modified Files:
sources 
Added Files:
dustin-domestic-manners-fonts-fontconfig.conf 
dustin-domestic-manners-fonts.spec 
Log Message:
initial import


--- NEW FILE dustin-domestic-manners-fonts-fontconfig.conf ---
?xml version=1.0 encoding=UTF-8?
!DOCTYPE fontconfig SYSTEM ../fonts.dtd
fontconfig
  alias
familyfantasy/family
prefer
  familyDomestic Manners/family
/prefer
  /alias
  alias
familyDomestic Manners/family
default
  familyfantasy/family
/default
  /alias
/fontconfig



--- NEW FILE dustin-domestic-manners-fonts.spec ---
%define fontname dustin-domestic-manners
%define fontconf 63-%{fontname}.conf

Name:  %{fontname}-fonts
Version:   20030527
Release:   1%{?dist}
Summary:   Handwriting font by Dustin Norlander

Group: User Interface/X
License:   GPLv2+
URL:   http://www.dustismo.com
# Actual download URL
#URL:   
http://ftp.de.debian.org/debian/pool/main/t/ttf-dustin/ttf-dustin_20030517.orig.tar.gz
 
Source0:   Domestic_Manners.zip
Source1:   %{name}-fontconfig.conf
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch: noarch
BuildRequires: fontpackages-devel
Requires:  fontpackages-filesystem

%description 

This font mimics the authors handwriting. The name come from the book 
Domestic Manners of the Americans, by Fanny Trollope.

Font contains, letters, numbers, punctuation, accented characters and 
some special characters (most European Latin characters).

%prep
%setup -q -c %{name}
sed -i 's/\r//' license.txt

%build

%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 %{SOURCE1} %{buildroot}%{_fontconfig_templatedir}/%{fontconf}

ln -s %{_fontconfig_templatedir}/%{fontconf} 
%{buildroot}%{_fontconfig_confdir}/%{fontconf}

%clean
rm -rf $RPM_BUILD_ROOT

%_font_pkg -f %{fontconf} *.ttf

%doc license.txt
%dir %{_fontdir}

%changelog
* Sun Jan 25 2009 Sven Lankes s...@lank.es - 20030527-1
- Initial packaging



Index: sources
===
RCS file: /cvs/pkgs/rpms/dustin-domestic-manners-fonts/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 26 Jan 2009 22:39:40 -  1.1
+++ sources 27 Jan 2009 22:26:34 -  1.2
@@ -0,0 +1 @@
+3f5d0178f3b9f9bbabd697090f89c3b9  Domestic_Manners.zip

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/sj-fonts/F-10 sj-fonts-delphine-fontconfig.conf, NONE, 1.1 sj-fonts-stevehand-fontconfig.conf, NONE, 1.1 sj-fonts.spec, NONE, 1.1 sources, 1.1, 1.2

2009-01-27 Thread Sven Lankes
Author: slankes

Update of /cvs/pkgs/rpms/sj-fonts/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19218/F-10

Modified Files:
sources 
Added Files:
sj-fonts-delphine-fontconfig.conf 
sj-fonts-stevehand-fontconfig.conf sj-fonts.spec 
Log Message:
initial commit


--- NEW FILE sj-fonts-delphine-fontconfig.conf ---
?xml version=1.0 encoding=UTF-8?
!DOCTYPE fontconfig SYSTEM ../fonts.dtd
fontconfig
  alias
familyfantasy/family
prefer
  familyDelphine/family
/prefer
  /alias
  alias
familyDelphine/family
default
  familyfantasy/family
/default
  /alias
/fontconfig



--- NEW FILE sj-fonts-stevehand-fontconfig.conf ---
?xml version=1.0 encoding=UTF-8?
!DOCTYPE fontconfig SYSTEM ../fonts.dtd
fontconfig
  alias
familyfantasy/family
prefer
  familySteveHand/family
/prefer
  /alias
  alias
familySteveHand/family
default
  familyfantasy/family
/default
  /alias
/fontconfig



--- NEW FILE sj-fonts.spec ---
%define fontname sj
%define fontconf 63-%{fontname}

%define common_desc Two fonts by Steve Jordi released under the GPL 

Name:  %{fontname}-fonts
Version:   2.0.2
Release:   1%{?dist}
Summary:   Two fonts by Steve Jordi released under the GPL

Group: User Interface/X
License:   GPLv2 with exceptions
URL:   http://sjfonts.sourceforge.net
Source0:   sjfonts-source-2.0.2.tar.bz2
Source1:   %{name}-delphine-fontconfig.conf
Source2:   %{name}-stevehand-fontconfig.conf
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch: noarch
BuildRequires: fontpackages-devel
BuildRequires: fontforge

%description
%common_desc

%package common
Summary:   Common files for %{name}
Group: User Interface/X
Requires:  fontpackages-filesystem

%description common
%common_desc

This package consists of files used by other %{name} packages.

%package -n %{fontname}-delphine-fonts
Summary:   Handwriting font
Group: User Interface/X
Requires:  %{name}-common = %{version}-%{release}

%description -n %{fontname}-delphine-fonts
%common_desc

Handwriting font by Steve Jordi covering latin glyphs.

%_font_pkg -n delphine -f %{fontconf}-delphine.conf Delphine.ttf

%package -n %{fontname}-stevehand-fonts
Summary:   Handwriting font
Group: User Interface/X
Requires:  %{name}-common = %{version}-%{release}

%description -n %{fontname}-stevehand-fonts
%common_desc

Handwriting font by Steve Jordi covering latin glyphs.

%_font_pkg -n stevehand -f %{fontconf}-stevehand.conf SteveHand.ttf

%prep
%setup -q -c %{name}-%{version}

%build
fontforge -script - Delphine.sfd SteveHand.sfd EOF
i = 1
while ( i  \$argc )
  Open (\$argv[i], 1)
  Generate (\$fontname + .ttf)
  PrintSetup (5)
  PrintFont (0, 0, , \$fontname + -sample.pdf)
  Close()
  i++
endloop
EOF

%install
rm -rf $RPM_BUILD_ROOT

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 %{SOURCE1} 
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-delphine.conf
install -m 0644 -p %{SOURCE2} 
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-stevehand.conf

for fontconf in %{fontconf}-delphine.conf %{fontconf}-stevehand.conf ; do
  ln -s %{_fontconfig_templatedir}/$fontconf 
%{buildroot}%{_fontconfig_confdir}/$fontconf
done

%clean
rm -rf $RPM_BUILD_ROOT

%files common
%defattr(0644,root,root,0755)
%doc COPYING
%doc README

%dir %{_fontdir}

%changelog
* Sun Jan 25 2008 Sven Lankes s...@lank.es - 2.0.2-1
- Initial packaging



Index: sources
===
RCS file: /cvs/pkgs/rpms/sj-fonts/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 26 Jan 2009 22:29:53 -  1.1
+++ sources 27 Jan 2009 22:33:17 -  1.2
@@ -0,0 +1 @@
+f06986cab16248de493109bb2bd1027e  sjfonts-source-2.0.2.tar.bz2

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 346419] Add Baseline table support (align scripts in a line of text)

2009-01-27 Thread pango (bugzilla.gnome.org)
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=346419

  pango | general | Ver: unspecified

John Boncek changed:

   What|Removed |Added

 CC|jbon...@hunter.com  |




-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=346419.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/chisholm-to-be-continued-fonts/devel chisholm-to-be-continued-fonts-fontconfig.conf, NONE, 1.1 chisholm-to-be-continued-fonts.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1

2009-01-27 Thread Clint Savage
Author: herlo

Update of /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10665/devel

Modified Files:
.cvsignore sources 
Added Files:
chisholm-to-be-continued-fonts-fontconfig.conf 
chisholm-to-be-continued-fonts.spec import.log 
Log Message:
initial commit of the chisholm-to-be-continued-fonts



--- NEW FILE chisholm-to-be-continued-fonts-fontconfig.conf ---
?xml version=1.0 encoding=UTF-8?
!DOCTYPE fontconfig SYSTEM ../fonts.dtd
fontconfig
  alias
familyToBeContinued/family
default
  familyfantasy/family
/default
  /alias
  alias
familyfantasy/family
prefer
  familyToBeContinued/family
/prefer
  /alias
/fontconfig


--- NEW FILE chisholm-to-be-continued-fonts.spec ---
%define fontname chisholm-to-be-continued
%define fontconf 61-%{fontname}.conf

Name:   %{fontname}-fonts
Version:20090124
Release:1%{?dist}
Summary:Decorative Sans Serif Font

Group:  User Interface/X
License:OFL
URL:http://www.theory.org/~matt/fonts/free/?font=2bc
Source0:http://www.theory.org/~matt/fonts/free/download/2bc.zip
Source1:%{name}-fontconfig.conf
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch:  noarch
BuildRequires:  fontpackages-devel
Requires:   fontpackages-filesystem

%description
To Be Continued is a decorative/graffiti sans-serif font.

%prep
%setup -q -c %{name}-%{version}

%build


%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 %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}

ln -s %{_fontconfig_templatedir}/%{fontconf} \
  %{buildroot}%{_fontconfig_confdir}/%{fontconf}

%clean
rm -fr %{buildroot}


%_font_pkg -f %{fontconf} *.ttf

%doc

%dir %{_fontdir}

%changelog
* Sun Jan 25 2009 Clint Savage he...@fedoraproject.org 19990319-1
Correctly licensed font
* Fri Jan 23 2009 Clint Savage he...@fedoraproject.org 19990319-1
Initial rpm package


--- NEW FILE import.log ---
chisholm-to-be-continued-fonts-20090124-1_fc10:HEAD:chisholm-to-be-continued-fonts-20090124-1.fc10.src.rpm:1233104074


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  26 Jan 2009 22:50:13 -  1.1
+++ .cvsignore  28 Jan 2009 00:55:51 -  1.2
@@ -0,0 +1 @@
+2bc.zip


Index: sources
===
RCS file: /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 26 Jan 2009 22:50:13 -  1.1
+++ sources 28 Jan 2009 00:55:51 -  1.2
@@ -0,0 +1 @@
+d6d137543eefbee592b8364b0eca5ff4  2bc.zip

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/chisholm-to-be-continued-fonts/F-9 chisholm-to-be-continued-fonts-fontconfig.conf, NONE, 1.1 chisholm-to-be-continued-fonts.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1

2009-01-27 Thread Clint Savage
Author: herlo

Update of /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11179/F-9

Modified Files:
.cvsignore sources 
Added Files:
chisholm-to-be-continued-fonts-fontconfig.conf 
chisholm-to-be-continued-fonts.spec import.log 
Log Message:
initial commit for the chisholm-to-be-continued-fonts for F-9



--- NEW FILE chisholm-to-be-continued-fonts-fontconfig.conf ---
?xml version=1.0 encoding=UTF-8?
!DOCTYPE fontconfig SYSTEM ../fonts.dtd
fontconfig
  alias
familyToBeContinued/family
default
  familyfantasy/family
/default
  /alias
  alias
familyfantasy/family
prefer
  familyToBeContinued/family
/prefer
  /alias
/fontconfig


--- NEW FILE chisholm-to-be-continued-fonts.spec ---
%define fontname chisholm-to-be-continued
%define fontconf 61-%{fontname}.conf

Name:   %{fontname}-fonts
Version:20090124
Release:1%{?dist}
Summary:Decorative Sans Serif Font

Group:  User Interface/X
License:OFL
URL:http://www.theory.org/~matt/fonts/free/?font=2bc
Source0:http://www.theory.org/~matt/fonts/free/download/2bc.zip
Source1:%{name}-fontconfig.conf
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch:  noarch
BuildRequires:  fontpackages-devel
Requires:   fontpackages-filesystem

%description
To Be Continued is a decorative/graffiti sans-serif font.

%prep
%setup -q -c %{name}-%{version}

%build


%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 %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}

ln -s %{_fontconfig_templatedir}/%{fontconf} \
  %{buildroot}%{_fontconfig_confdir}/%{fontconf}

%clean
rm -fr %{buildroot}


%_font_pkg -f %{fontconf} *.ttf

%doc

%dir %{_fontdir}

%changelog
* Sun Jan 25 2009 Clint Savage he...@fedoraproject.org 19990319-1
Correctly licensed font
* Fri Jan 23 2009 Clint Savage he...@fedoraproject.org 19990319-1
Initial rpm package


--- NEW FILE import.log ---
chisholm-to-be-continued-fonts-20090124-1_fc10:F-9:chisholm-to-be-continued-fonts-20090124-1.fc10.src.rpm:1233104203


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  26 Jan 2009 22:50:13 -  1.1
+++ .cvsignore  28 Jan 2009 00:58:13 -  1.2
@@ -0,0 +1 @@
+2bc.zip


Index: sources
===
RCS file: /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 26 Jan 2009 22:50:13 -  1.1
+++ sources 28 Jan 2009 00:58:14 -  1.2
@@ -0,0 +1 @@
+d6d137543eefbee592b8364b0eca5ff4  2bc.zip

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/chisholm-to-be-continued-fonts/F-10 chisholm-to-be-continued-fonts-fontconfig.conf, NONE, 1.1 chisholm-to-be-continued-fonts.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.

2009-01-27 Thread Clint Savage
Author: herlo

Update of /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11846/F-10

Modified Files:
.cvsignore sources 
Added Files:
chisholm-to-be-continued-fonts-fontconfig.conf 
chisholm-to-be-continued-fonts.spec import.log 
Log Message:
initial commit for the chisholm-to-be-continued-fonts for F-10



--- NEW FILE chisholm-to-be-continued-fonts-fontconfig.conf ---
?xml version=1.0 encoding=UTF-8?
!DOCTYPE fontconfig SYSTEM ../fonts.dtd
fontconfig
  alias
familyToBeContinued/family
default
  familyfantasy/family
/default
  /alias
  alias
familyfantasy/family
prefer
  familyToBeContinued/family
/prefer
  /alias
/fontconfig


--- NEW FILE chisholm-to-be-continued-fonts.spec ---
%define fontname chisholm-to-be-continued
%define fontconf 61-%{fontname}.conf

Name:   %{fontname}-fonts
Version:20090124
Release:1%{?dist}
Summary:Decorative Sans Serif Font

Group:  User Interface/X
License:OFL
URL:http://www.theory.org/~matt/fonts/free/?font=2bc
Source0:http://www.theory.org/~matt/fonts/free/download/2bc.zip
Source1:%{name}-fontconfig.conf
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch:  noarch
BuildRequires:  fontpackages-devel
Requires:   fontpackages-filesystem

%description
To Be Continued is a decorative/graffiti sans-serif font.

%prep
%setup -q -c %{name}-%{version}

%build


%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 %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}

ln -s %{_fontconfig_templatedir}/%{fontconf} \
  %{buildroot}%{_fontconfig_confdir}/%{fontconf}

%clean
rm -fr %{buildroot}


%_font_pkg -f %{fontconf} *.ttf

%doc

%dir %{_fontdir}

%changelog
* Sun Jan 25 2009 Clint Savage he...@fedoraproject.org 19990319-1
Correctly licensed font
* Fri Jan 23 2009 Clint Savage he...@fedoraproject.org 19990319-1
Initial rpm package


--- NEW FILE import.log ---
chisholm-to-be-continued-fonts-20090124-1_fc10:F-10:chisholm-to-be-continued-fonts-20090124-1.fc10.src.rpm:1233104317


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  26 Jan 2009 22:50:13 -  1.1
+++ .cvsignore  28 Jan 2009 01:00:37 -  1.2
@@ -0,0 +1 @@
+2bc.zip


Index: sources
===
RCS file: /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 26 Jan 2009 22:50:13 -  1.1
+++ sources 28 Jan 2009 01:00:37 -  1.2
@@ -0,0 +1 @@
+d6d137543eefbee592b8364b0eca5ff4  2bc.zip

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/chisholm-to-be-continued-fonts/devel chisholm-to-be-continued-fonts.spec, 1.1, 1.2 import.log, 1.1, 1.2

2009-01-27 Thread Clint Savage
Author: herlo

Update of /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16478/devel

Modified Files:
chisholm-to-be-continued-fonts.spec import.log 
Log Message:
the change log was incorrect, fixed.



Index: chisholm-to-be-continued-fonts.spec
===
RCS file: 
/cvs/pkgs/rpms/chisholm-to-be-continued-fonts/devel/chisholm-to-be-continued-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chisholm-to-be-continued-fonts.spec 28 Jan 2009 00:55:51 -  1.1
+++ chisholm-to-be-continued-fonts.spec 28 Jan 2009 01:27:05 -  1.2
@@ -52,7 +52,7 @@
 %dir %{_fontdir}
 
 %changelog
-* Sun Jan 25 2009 Clint Savage he...@fedoraproject.org 19990319-1
+* Sun Jan 25 2009 Clint Savage he...@fedoraproject.org 20090124-1
 Correctly licensed font
 * Fri Jan 23 2009 Clint Savage he...@fedoraproject.org 19990319-1
 Initial rpm package


Index: import.log
===
RCS file: /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log  28 Jan 2009 00:55:51 -  1.1
+++ import.log  28 Jan 2009 01:27:05 -  1.2
@@ -1 +1,2 @@
 
chisholm-to-be-continued-fonts-20090124-1_fc10:HEAD:chisholm-to-be-continued-fonts-20090124-1.fc10.src.rpm:1233104074
+chisholm-to-be-continued-fonts-20090124-1_fc10:HEAD:chisholm-to-be-continued-fonts-20090124-1.fc10.src.rpm:1233105943

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/chisholm-to-be-continued-fonts/devel chisholm-to-be-continued-fonts.spec, 1.2, 1.3 import.log, 1.2, 1.3

2009-01-27 Thread Clint Savage
Author: herlo

Update of /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20014/devel

Modified Files:
chisholm-to-be-continued-fonts.spec import.log 
Log Message:
fixing a typo in the spec changelog



Index: chisholm-to-be-continued-fonts.spec
===
RCS file: 
/cvs/pkgs/rpms/chisholm-to-be-continued-fonts/devel/chisholm-to-be-continued-fonts.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chisholm-to-be-continued-fonts.spec 28 Jan 2009 01:27:05 -  1.2
+++ chisholm-to-be-continued-fonts.spec 28 Jan 2009 01:49:12 -  1.3
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:20090124
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Decorative Sans Serif Font
 
 Group:  User Interface/X
@@ -52,6 +52,8 @@
 %dir %{_fontdir}
 
 %changelog
+* Tue Jan 27 2009 Clint Savage he...@fedoraproject.org 20090124-2
+Fixed a typo in the changelog
 * Sun Jan 25 2009 Clint Savage he...@fedoraproject.org 20090124-1
 Correctly licensed font
 * Fri Jan 23 2009 Clint Savage he...@fedoraproject.org 19990319-1


Index: import.log
===
RCS file: /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log  28 Jan 2009 01:27:05 -  1.2
+++ import.log  28 Jan 2009 01:49:12 -  1.3
@@ -1,2 +1,3 @@
 
chisholm-to-be-continued-fonts-20090124-1_fc10:HEAD:chisholm-to-be-continued-fonts-20090124-1.fc10.src.rpm:1233104074
 
chisholm-to-be-continued-fonts-20090124-1_fc10:HEAD:chisholm-to-be-continued-fonts-20090124-1.fc10.src.rpm:1233105943
+chisholm-to-be-continued-fonts-20090124-2_fc10:HEAD:chisholm-to-be-continued-fonts-20090124-2.fc10.src.rpm:1233107275

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/chisholm-to-be-continued-fonts/F-10 chisholm-to-be-continued-fonts.spec, 1.1, 1.2 import.log, 1.1, 1.2

2009-01-27 Thread Clint Savage
Author: herlo

Update of /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20601/F-10

Modified Files:
chisholm-to-be-continued-fonts.spec import.log 
Log Message:
fixed a typo in the changelog



Index: chisholm-to-be-continued-fonts.spec
===
RCS file: 
/cvs/pkgs/rpms/chisholm-to-be-continued-fonts/F-10/chisholm-to-be-continued-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chisholm-to-be-continued-fonts.spec 28 Jan 2009 01:00:37 -  1.1
+++ chisholm-to-be-continued-fonts.spec 28 Jan 2009 01:51:36 -  1.2
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:20090124
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Decorative Sans Serif Font
 
 Group:  User Interface/X
@@ -52,7 +52,9 @@
 %dir %{_fontdir}
 
 %changelog
-* Sun Jan 25 2009 Clint Savage he...@fedoraproject.org 19990319-1
+* Tue Jan 27 2009 Clint Savage he...@fedoraproject.org 20090124-2
+Fixed a typo in the changelog
+* Sun Jan 25 2009 Clint Savage he...@fedoraproject.org 20090124-1
 Correctly licensed font
 * Fri Jan 23 2009 Clint Savage he...@fedoraproject.org 19990319-1
 Initial rpm package


Index: import.log
===
RCS file: /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/F-10/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log  28 Jan 2009 01:00:37 -  1.1
+++ import.log  28 Jan 2009 01:51:36 -  1.2
@@ -1 +1,2 @@
 
chisholm-to-be-continued-fonts-20090124-1_fc10:F-10:chisholm-to-be-continued-fonts-20090124-1.fc10.src.rpm:1233104317
+chisholm-to-be-continued-fonts-20090124-2_fc10:F-10:chisholm-to-be-continued-fonts-20090124-2.fc10.src.rpm:1233107414

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/chisholm-to-be-continued-fonts/F-9 chisholm-to-be-continued-fonts.spec, 1.1, 1.2 import.log, 1.1, 1.2

2009-01-27 Thread Clint Savage
Author: herlo

Update of /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21117/F-9

Modified Files:
chisholm-to-be-continued-fonts.spec import.log 
Log Message:
fixed a typo in the changelog



Index: chisholm-to-be-continued-fonts.spec
===
RCS file: 
/cvs/pkgs/rpms/chisholm-to-be-continued-fonts/F-9/chisholm-to-be-continued-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chisholm-to-be-continued-fonts.spec 28 Jan 2009 00:58:14 -  1.1
+++ chisholm-to-be-continued-fonts.spec 28 Jan 2009 01:54:45 -  1.2
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:20090124
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Decorative Sans Serif Font
 
 Group:  User Interface/X
@@ -52,7 +52,9 @@
 %dir %{_fontdir}
 
 %changelog
-* Sun Jan 25 2009 Clint Savage he...@fedoraproject.org 19990319-1
+* Tue Jan 27 2009 Clint Savage he...@fedoraproject.org 20090124-2
+Fixed a typo in the changelog
+* Sun Jan 25 2009 Clint Savage he...@fedoraproject.org 20090124-1
 Correctly licensed font
 * Fri Jan 23 2009 Clint Savage he...@fedoraproject.org 19990319-1
 Initial rpm package


Index: import.log
===
RCS file: /cvs/pkgs/rpms/chisholm-to-be-continued-fonts/F-9/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log  28 Jan 2009 00:58:14 -  1.1
+++ import.log  28 Jan 2009 01:54:45 -  1.2
@@ -1 +1,2 @@
 
chisholm-to-be-continued-fonts-20090124-1_fc10:F-9:chisholm-to-be-continued-fonts-20090124-1.fc10.src.rpm:1233104203
+chisholm-to-be-continued-fonts-20090124-2_fc10:F-9:chisholm-to-be-continued-fonts-20090124-2.fc10.src.rpm:1233107501

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 481434] Symbol U+0431 looks blurry

2009-01-27 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=481434


Caius kaio Chance ccha...@redhat.com changed:

   What|Removed |Added

   Keywords||i18n
   Flag||needinfo?(ser...@regolit.co
   ||m)




--- Comment #2 from Caius kaio Chance ccha...@redhat.com  2009-01-28 
02:35:57 EDT ---
https://fedorahosted.org/liberation-fonts/browser/trunk/src/LiberationSans-Regular.sfd

has hinting instructions within U+0431.

afaik, only hinting is affected by hinting instructions.

Which software have you used to generate screenshot?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 481434] Symbol U+0431 looks blurry

2009-01-27 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=481434


Caius kaio Chance ccha...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list