To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111292
User pl changed the following:
What |Old value |New value
================================================================================
Target milestone|--- |OOo 3.4
--------------------------------------------------------------------------------
------- Additional comments from pl(a)openoffice.org Fri Jun 4 12:53:03 +0000 2010 -------
target
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105084
User hdu changed the following:
What |Old value |New value
================================================================================
OtherIssuesDependingOnTh|50314,53223,69108,75472,79|50314,53223,69108,75472,79
is|037,92203,93925,105085,106|037,92203,93925,105085,106
|815 |815,110654
--------------------------------------------------------------------------------
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: FTBFS ghostscript-fonts-5.50-23.fc12
https://bugzilla.redhat.com/show_bug.cgi?id=565206
Summary: FTBFS ghostscript-fonts-5.50-23.fc12
Product: Fedora
Version: rawhide
Platform: x86_64
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mo
ck-results/
OS/Version: Linux
Status: NEW
Keywords: Triaged
Severity: high
Priority: high
Component: ghostscript-fonts
AssignedTo: twaugh(a)redhat.com
ReportedBy: ftbfs(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: twaugh(a)redhat.com, fonts-bugs(a)lists.fedoraproject.org
Blocks: 538681
Classification: Fedora
ghostscript-fonts-5.50-23.fc12.src.rpm Failed To Build From Source against the
rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information.
If you believe this is actually a bug in another package, do NOT change the
component in this bug or close this bug. Instead, add the appropriate bug
number from the other package to the "Depends on" line in this bug. If the
other package does not yet have a bug created that you think matches, please
create one. Doing so helps us properly track bugs and their dependencies, just
as we track package dependencies. (If you close this bug, and the other
package is not fixed before the next FTBFS run, a new bug will get created.
Please follow the above advice to avoid such duplication.)
--
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.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: FTBFS apanov-heuristica-fonts-0.2-5.fc13
https://bugzilla.redhat.com/show_bug.cgi?id=565136
Summary: FTBFS apanov-heuristica-fonts-0.2-5.fc13
Product: Fedora
Version: rawhide
Platform: All
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mo
ck-results/
OS/Version: Linux
Status: NEW
Keywords: Triaged
Severity: high
Priority: high
Component: apanov-heuristica-fonts
AssignedTo: nicolas.mailhot(a)laposte.net
ReportedBy: ftbfs(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: nicolas.mailhot(a)laposte.net,
fonts-bugs(a)lists.fedoraproject.org
Blocks: 538681
Classification: Fedora
apanov-heuristica-fonts-0.2-5.fc13.src.rpm Failed To Build From Source against
the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more
information.
If you believe this is actually a bug in another package, do NOT change the
component in this bug or close this bug. Instead, add the appropriate bug
number from the other package to the "Depends on" line in this bug. If the
other package does not yet have a bug created that you think matches, please
create one. Doing so helps us properly track bugs and their dependencies, just
as we track package dependencies. (If you close this bug, and the other
package is not fixed before the next FTBFS run, a new bug will get created.
Please follow the above advice to avoid such duplication.)
--
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.
Author: pnemade
Update of /cvs/pkgs/rpms/tangerine-fonts/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4544
Modified Files:
sources
Added Files:
tangerine-fonts-fontconfig.conf tangerine-fonts.spec
Log Message:
Initial F13 release
--- NEW FILE tangerine-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<alias>
<family>cursive</family>
<prefer>
<family>Tangerine</family>
</prefer>
</alias>
<alias>
<family>Tangerine</family>
<default>
<family>cursive</family>
</default>
</alias>
</fontconfig>
--- NEW FILE tangerine-fonts.spec ---
%global fontname tangerine
%global fontconf 62-%{fontname}.conf
Name: %{fontname}-fonts
Version: 1.000
Release: 1%{?dist}
Summary: Tangerine is a calligraphy font inspired by many italic chancery hands
Group: User Interface/X
License: OFL
URL: http://code.google.com/p/googlefontdirectory/source/browse/tangerine/
Source0: http://googlefontdirectory.googlecode.com/hg/tangerine/Tangerine.ttf
Source1: %{name}-fontconfig.conf
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
BuildRequires: fontpackages-devel
Requires: fontpackages-filesystem
%description
Tangerine is a calligraphy font inspired by many italic chancery hands from
the 16-17th century. Its tall ascender, the most distinct characteristic of
this type, takes a wide line space between lines and gives it a graceful
texture. It is generally advisable to use Tangerine for a title or short text
at large size because of the short height of lowercase letters. Tangerine is
produced by Japanese type designer Toshi Omagari and was named after a woman
who encouraged him to begin this work.
%prep
%setup -c -T
cp -p %{SOURCE0} .
%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
%changelog
* Mon May 24 2010 Parag Nemade <pnemade AT redhat.com> - 1.000-1
- Initial Fedora release.
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tangerine-fonts/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 27 May 2010 22:41:54 -0000 1.1
+++ sources 1 Jun 2010 05:37:50 -0000 1.2
@@ -0,0 +1 @@
+4ca6b964ca668a305cbb23b13900b9d7 Tangerine.ttf