rpms/dejavu-fonts/devel .cvsignore, 1.43, 1.44 dejavu-fonts.spec, 1.73, 1.74 sources, 1.43, 1.44

Nicolas Mailhot (nim) fedora-extras-commits at redhat.com
Thu Dec 6 07:16:12 UTC 2007


Author: nim

Update of /cvs/extras/rpms/dejavu-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5729/devel

Modified Files:
	.cvsignore dejavu-fonts.spec sources 
Log Message:
start of 2.22 rc testing


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dejavu-fonts/devel/.cvsignore,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- .cvsignore	28 Oct 2007 18:25:14 -0000	1.43
+++ .cvsignore	6 Dec 2007 07:15:35 -0000	1.44
@@ -1 +1 @@
-dejavu-sfd-2.21.tar.bz2
+dejavu-fonts-2.21-20071206-2135.tar.bz2


Index: dejavu-fonts.spec
===================================================================
RCS file: /cvs/extras/rpms/dejavu-fonts/devel/dejavu-fonts.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- dejavu-fonts.spec	28 Oct 2007 18:25:14 -0000	1.73
+++ dejavu-fonts.spec	6 Dec 2007 07:15:35 -0000	1.74
@@ -1,14 +1,14 @@
-%define fontname        dejavu
-%define fontdir         %{_datadir}/fonts/%{fontname}
-%define fontconfdir     %{_sysconfdir}/fonts/conf.d
+%define fontname    dejavu
+%define fontdir     %{_datadir}/fonts/%{fontname}
+%define fontconfdir %{_sysconfdir}/fonts/conf.d
 
-%define archivename     %{fontname}-sfd-%{archiveversion}
+%define archivename %{name}-%{archiveversion}
 
-#define alphatag        .20071027svn2023
-#define alphatag        .rc1
+%define alphatag .20071206svn2135
+#define alphatag .rc1
 
-#define archiveversion  20071027-2023
-%define archiveversion  %{version}
+%define archiveversion 2.21-20071206-2135
+#define archiveversion  %{version}
 
 
 # Let the perl maintainer worry about Unicode.org data files
@@ -16,8 +16,8 @@
 %define UnicodeData     %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
 
 Name:      %{fontname}-fonts
-Version:   2.21
-Release:   1%{?alphatag}%{?dist}
+Version:   2.22
+Release:   0.1%{?alphatag}%{?dist}
 Summary:   DejaVu fonts, mature typefaces
 
 Group:     User Interface/X
@@ -103,42 +103,42 @@
 
 %post
 if [ -x %{_bindir}/fc-cache ]; then
-  %{_bindir}/fc-cache -f %{fontdir}
+  %{_bindir}/fc-cache %{fontdir}
 fi
 
 
 %postun
 if [ "$1" = "0" ]; then
   if [ -x %{_bindir}/fc-cache ]; then
-    %{_bindir}/fc-cache -f %{fontdir}
+    %{_bindir}/fc-cache %{fontdir}
   fi
 fi
 
 
 %post experimental
 if [ -x %{_bindir}/fc-cache ]; then
-  %{_bindir}/fc-cache -f %{fontdir}
+  %{_bindir}/fc-cache %{fontdir}
 fi
 
 
 %postun experimental
 if [ "$1" = "0" ]; then
   if [ -x %{_bindir}/fc-cache ]; then
-    %{_bindir}/fc-cache -f %{fontdir}
+    %{_bindir}/fc-cache %{fontdir}
   fi
 fi
 
 
 %post -n %{fontname}-lgc-fonts
 if [ -x %{_bindir}/fc-cache ]; then
-  %{_bindir}/fc-cache -f %{fontdir}
+  %{_bindir}/fc-cache %{fontdir}
 fi
 
 
 %postun -n %{fontname}-lgc-fonts
 if [ "$1" = "0" ]; then
   if [ -x %{_bindir}/fc-cache ]; then
-    %{_bindir}/fc-cache -f %{fontdir}
+    %{_bindir}/fc-cache %{fontdir}
   fi
 fi
 
@@ -184,6 +184,11 @@
 
 
 %changelog
+* Thu Dec 6 2007 <nicolas.mailhot at laposte.net>
+☺ 2.22-0.1.20071206svn2135
+✓ 2.22 rc phase started
+✓ sync with guidelines
+
 * Sun Oct 28 2007 <nicolas.mailhot at laposte.net>
 ☺ 2.21-1
 ✓ 2.21 final


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dejavu-fonts/devel/sources,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sources	28 Oct 2007 18:25:14 -0000	1.43
+++ sources	6 Dec 2007 07:15:35 -0000	1.44
@@ -1 +1 @@
-e22954c815a7105bc7f5a70880b05515  dejavu-sfd-2.21.tar.bz2
+092fdea74151f3adcb9c3af52f824a3e  dejavu-fonts-2.21-20071206-2135.tar.bz2




More information about the fedora-extras-commits mailing list