rpms/fontpackages/devel fontpackages-get-rid-of-binding-same.patch, NONE, 1.1 fontpackages.spec, 1.39, 1.40

Akira TAGOH tagoh at fedoraproject.org
Fri May 28 06:25:12 UTC 2010


Author: tagoh

Update of /cvs/pkgs/rpms/fontpackages/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26816

Modified Files:
	fontpackages.spec 
Added Files:
	fontpackages-get-rid-of-binding-same.patch 
Log Message:
* Fri May 28 2010 Akira TAGOH <tagoh at redhat.com>
- 1.42-2
— Get rid of binding="same" from l10n-font-template.conf (#578015)

fontpackages-get-rid-of-binding-same.patch:
 l10n-font-template.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE fontpackages-get-rid-of-binding-same.patch ---
diff -pruN fontpackages-1.42.orig/fontconfig-templates/l10n-font-template.conf fontpackages-1.42/fontconfig-templates/l10n-font-template.conf
--- fontpackages-1.42.orig/fontconfig-templates/l10n-font-template.conf	2010-02-13 19:08:00.000000000 +0900
+++ fontpackages-1.42/fontconfig-templates/l10n-font-template.conf	2010-05-14 18:12:58.000000000 +0900
@@ -8,7 +8,7 @@
     <test name="family">
       <string>[genericname]</string>
     </test>
-    <edit name="family" mode="prepend" binding="same">
+    <edit name="family" mode="prepend">
       <string>[fontname]</string>
     </edit>
   </match>


Index: fontpackages.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fontpackages/devel/fontpackages.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- fontpackages.spec	13 Feb 2010 10:41:15 -0000	1.39
+++ fontpackages.spec	28 May 2010 06:25:11 -0000	1.40
@@ -4,7 +4,7 @@
 
 Name:    fontpackages
 Version: 1.42
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Common directory and macro definitions used by font packages
 
 Group:     Development/System
@@ -13,6 +13,7 @@ Group:     Development/System
 License:   LGPLv3+
 URL:       http://fedoraproject.org/wiki/fontpackages
 Source0:   http://fedorahosted.org/releases/f/o/%{name}/%{name}-%{version}.tar.xz
+Patch0:    fontpackages-get-rid-of-binding-same.patch
 
 BuildArch: noarch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -56,6 +57,7 @@ This package contains tools used to chec
 
 %prep
 %setup -q
+%patch0 -p1 -b .0-binding-same
 
 
 %build
@@ -134,6 +136,10 @@ rm -fr %{buildroot}
 %{_bindir}/*
 
 %changelog
+* Fri May 28 2010 Akira TAGOH <tagoh at redhat.com>
+- 1.42-2
+— Get rid of binding="same" from l10n-font-template.conf (#578015)
+
 * Sat Feb 13 2010 Nicolas Mailhot <nim at fedoraproject dot org>
 - 1.42-1
 — Update mailing list references



More information about the fonts-bugs mailing list