From e26f3695fc3e8ed8493ac2dbc83a296c5e6b9dd0 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Apr 14 2018 10:38:13 +0000 Subject: This package code is now 7 years of old since last upstream commit --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 99792fa..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -fontmatrix-0.6.99-Source.tar.gz -/fontmatrix-0.9.99-Source.tar.gz diff --git a/bug_564904_fix-missing-DSO-icuuc.patch b/bug_564904_fix-missing-DSO-icuuc.patch deleted file mode 100644 index 7ea415e..0000000 --- a/bug_564904_fix-missing-DSO-icuuc.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- src/CMakeLists.txt.old 2009-08-11 09:58:39.000000000 +0530 -+++ src/CMakeLists.txt 2010-02-16 11:26:43.000000000 +0530 -@@ -120,6 +120,7 @@ - SET(PYTHONQT_LIB PythonQt) - ENDIF(WANT_PYTHONQT) - -+SET(LIBICUUC icuuc) - - SET(fontmatrix_MOC_HDRS - aboutwidget.h -@@ -272,6 +273,7 @@ - ${SHAPERS_LIBRARIES} - ${PYTHON_LIBRARIES} - ${LIBPODOFO_LIBRARY} -+ ${LIBICUUC} - ) - - INSTALL(TARGETS fontmatrix diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..ba2f624 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package code is now 7 years of old since last upstream commit diff --git a/fontmatrix-0.9.99-adapt-to-icu-56.patch b/fontmatrix-0.9.99-adapt-to-icu-56.patch deleted file mode 100644 index 56d171a..0000000 --- a/fontmatrix-0.9.99-adapt-to-icu-56.patch +++ /dev/null @@ -1,47 +0,0 @@ -diff -ur old.fontmatrix-0.9.99-Source/src/icushaper.cpp fontmatrix-0.9.99-Source/src/icushaper.cpp ---- old.fontmatrix-0.9.99-Source/src/icushaper.cpp 2011-10-03 08:02:54.369203955 +0200 -+++ fontmatrix-0.9.99-Source/src/icushaper.cpp 2015-10-29 12:58:30.806886446 +0100 -@@ -248,7 +248,7 @@ - - } - --const void * IcuFontImpl::getFontTable ( LETag tableTag ) const -+const void * IcuFontImpl::getFontTable ( LETag tableTag, size_t &olength ) const - { - // qDebug()<< "IcuFontImpl::getFontTable" << OTF_tag_name( tableTag ); - FT_Face face ( otf->face() ); -@@ -263,13 +263,21 @@ - FT_Load_Sfnt_Table ( face, tableTag, 0, bA, &length ); - - regTables( tableTag, bA ); -+ olength = length; - return (const void*) tables.value(tableTag); - } - - } -+ olength = length; - return 0; - } - -+const void * IcuFontImpl::getFontTable ( LETag tableTag ) const -+{ -+ size_t length(0); -+ return getFontTable( tableTag, length); -+} -+ - le_int32 IcuFontImpl::getUnitsPerEM() const - { - return otf->face()->units_per_EM; -diff -ur old.fontmatrix-0.9.99-Source/src/icushaper.h fontmatrix-0.9.99-Source/src/icushaper.h ---- old.fontmatrix-0.9.99-Source/src/icushaper.h 2011-10-03 08:02:54.363203913 +0200 -+++ fontmatrix-0.9.99-Source/src/icushaper.h 2015-10-29 12:55:57.983050904 +0100 -@@ -27,7 +27,8 @@ - ~IcuFontImpl(); - // implements pure virtual methods of LEFontInstance - -- const void* getFontTable(LETag tableTag ) const; -+ const void* getFontTable(LETag tableTag, size_t &length ) const; -+ const void* getFontTable(LETag tableTag ) const; // DEPRECATED - le_bool canDisplay (LEUnicode32 ch) const {return true;} - le_int32 getUnitsPerEM () const; - LEGlyphID mapCharToGlyph (LEUnicode32 ch) const ; diff --git a/fontmatrix-0.9.99-arm.patch b/fontmatrix-0.9.99-arm.patch deleted file mode 100644 index 68a1ff1..0000000 --- a/fontmatrix-0.9.99-arm.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/fminfodisplay.cpp.orig 2011-10-03 01:02:54.000000000 -0500 -+++ src/fminfodisplay.cpp 2012-09-19 10:12:48.887735375 -0500 -@@ -151,7 +151,7 @@ - GlyphToSVGHelper gtsh ( gpi->path(), tf ); - svg += gtsh.getSVGPath() + "\n"; - horOffset += gpi->data(GLYPH_DATA_HADVANCE).toDouble() * scaleFactor; -- maxHeight = qMax ( gtsh.getRect().height(), maxHeight ); -+ maxHeight = qMax ( (double) gtsh.getRect().height(), maxHeight ); - tf.translate( gpi->data(GLYPH_DATA_HADVANCE).toDouble() * scaleFactor,0 ); - delete gpi; - } diff --git a/fontmatrix-0.9.99-format-security-flag.patch b/fontmatrix-0.9.99-format-security-flag.patch deleted file mode 100644 index c06f9bc..0000000 --- a/fontmatrix-0.9.99-format-security-flag.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -urN fontmatrix-0.9.99-Source.old/src/fmsharestruct.h fontmatrix-0.9.99-Source/src/fmsharestruct.h ---- fontmatrix-0.9.99-Source.old/src/fmsharestruct.h 2011-10-03 11:32:54.364203920 +0530 -+++ fontmatrix-0.9.99-Source/src/fmsharestruct.h 2013-12-04 21:19:22.996748833 +0530 -@@ -18,6 +18,7 @@ - - #include - #include -+#include - - struct OTFSet - { -@@ -83,14 +84,14 @@ - void dump() const - { - QString ds("glyph %1; log %2; xadv %3; yadv %4; xof %5; yof %6; char %7; hyph %8"); -- qDebug(ds.arg(glyph) -+ qDebug() << ds.arg(glyph) - .arg(log) - .arg(xadvance) - .arg(yadvance) - .arg(xoffset) - .arg(yoffset) - .arg(QChar(lChar)) -- .arg(hyphen.first.count()).toLocal8Bit()); -+ .arg(hyphen.first.count()); - } - }; - diff --git a/fontmatrix-0.9.99-rh893080-move-fonts-config-file.patch b/fontmatrix-0.9.99-rh893080-move-fonts-config-file.patch deleted file mode 100644 index 40ea592..0000000 --- a/fontmatrix-0.9.99-rh893080-move-fonts-config-file.patch +++ /dev/null @@ -1,70 +0,0 @@ -diff -urN fontmatrix-0.9.99-Source.old/fontmatrix.1 fontmatrix-0.9.99-Source/fontmatrix.1 ---- fontmatrix-0.9.99-Source.old/fontmatrix.1 2011-10-03 11:32:54.357203868 +0530 -+++ fontmatrix-0.9.99-Source/fontmatrix.1 2013-01-08 21:27:30.704581547 +0530 -@@ -53,10 +53,10 @@ - User preferences are stored in $HOME/.fontmatrix/ on Unix or Linux. Most other paths are configurable from the Fontmatrix preferences. - .B $HOME/.fonts/ - .TP --.B $HOME/.fonts.conf -+.B $HOME/.config/fontconfig/fonts.conf - .TP - .B /etc/fonts --Fontconfig, the library used by Fontmatrix to locate fonts, is normally configured with files in /etc/fonts, mainly /etc/fonts/fonts.conf and /etc/fonts/local.conf . It may also use a config file $HOME/.fonts.conf and fonts in $HOME/.fonts/ . See fonts.conf(5) and the fontconfig documentation for more information. Note that Fontmatrix may also use its internal font path to locate more fonts \- see the Preferences dialog and fontmatrix help. -+Fontconfig, the library used by Fontmatrix to locate fonts, is normally configured with files in /etc/fonts, mainly /etc/fonts/fonts.conf and /etc/fonts/local.conf . It may also use a config file $HOME/.config/fontconfig/fonts.conf and fonts in $HOME/.fonts/ . See fonts.conf(5) and the fontconfig documentation for more information. Note that Fontmatrix may also use its internal font path to locate more fonts \- see the Preferences dialog and fontmatrix help. - .SH "RELATED SOFTWARE AND AFFILIATES" - Scribus \- http://www.scribus.net - -diff -urN fontmatrix-0.9.99-Source.old/src/fmactivate.cpp fontmatrix-0.9.99-Source/src/fmactivate.cpp ---- fontmatrix-0.9.99-Source.old/src/fmactivate.cpp 2011-10-03 11:32:54.428204383 +0530 -+++ fontmatrix-0.9.99-Source/src/fmactivate.cpp 2013-01-08 20:58:56.616642198 +0530 -@@ -285,7 +285,7 @@ - bool FMActivate::addFcReject(const QString & path) - { - #ifdef HAVE_FONTCONFIG -- QFile fcfile ( QDir::homePath() + "/.fonts.conf" ); -+ QFile fcfile ( QDir::homePath() + "/.config/fontconfig/fonts.conf" ); - if ( !fcfile.open ( QFile::ReadWrite ) ) - { - qWarning()<<"Cannot open"<< fcfile.fileName(); -@@ -380,7 +380,7 @@ - bool FMActivate::remFcReject(const QString & path) - { - #ifdef HAVE_FONTCONFIG -- QFile fcfile ( QDir::homePath() + "/.fonts.conf" ); -+ QFile fcfile ( QDir::homePath() + "/.config/fontconfig/fonts.conf" ); - if ( !fcfile.open ( QFile::ReadWrite ) ) - { - return false; -diff -urN fontmatrix-0.9.99-Source.old/src/fmactivate.h fontmatrix-0.9.99-Source/src/fmactivate.h ---- fontmatrix-0.9.99-Source.old/src/fmactivate.h 2011-10-03 11:32:54.434204428 +0530 -+++ fontmatrix-0.9.99-Source/src/fmactivate.h 2013-01-08 20:58:16.264618945 +0530 -@@ -52,7 +52,7 @@ - - private: - /* -- Add and Remove fonts in ~/.fonts.conf -+ Add and Remove fonts in ~/.config/fontconfig/fonts.conf - with sequence - */ - bool addFcReject(const QString& path); -diff -urN fontmatrix-0.9.99-Source.old/src/typotek.cpp fontmatrix-0.9.99-Source/src/typotek.cpp ---- fontmatrix-0.9.99-Source.old/src/typotek.cpp 2011-10-03 11:32:54.366203934 +0530 -+++ fontmatrix-0.9.99-Source/src/typotek.cpp 2013-01-08 20:59:58.561676631 +0530 -@@ -1093,7 +1093,7 @@ - void typotek::addFcDirItem(const QString & dirPath) - { - #ifdef HAVE_FONTCONFIG -- QFile fcfile ( QDir::homePath() + "/.fonts.conf" ); -+ QFile fcfile ( QDir::homePath() + "/.config/fontconfig/fonts.conf" ); - if ( !fcfile.open ( QFile::ReadWrite ) ) - { - return; -@@ -1102,7 +1102,7 @@ - { - QDomDocument fc ( "fontconfig" ); - -- // .fonts.conf is empty, it seems that we just created it. -+ // ~/.config/fontconfig/fonts.conf is empty, it seems that we just created it. - // Wed have to populate it a bit - if ( fcfile.size() == 0 ) - { diff --git a/fontmatrix.spec b/fontmatrix.spec deleted file mode 100644 index b047bcf..0000000 --- a/fontmatrix.spec +++ /dev/null @@ -1,338 +0,0 @@ -%global svnrev 1218 - -Name: fontmatrix -Summary: A fonts manager -Version: 0.9.99 -Release: 35.r%{svnrev}%{?dist} -License: GPLv2+ - -##### svn checkout HOWTO ##### -##### $ svn export -r %{svnrev} http://svn.gna.org/svn/undertype/trunk/tools/typotek fontmatrix ##### -##### $ mkdir ../fontmatrix-build ##### -##### $ cd ../fontmatrix-build ##### -##### $ cmake ../fontmatrix ##### -##### $ make package_source ##### - -## Upstream URL is dead now. Better remove it -#URL: http://www.fontmatrix.net/ - -## Official stable releases can be downloaded from http://www.fontmatrix.net/archives/ -Source0: %{name}-%{version}-Source.tar.gz -Patch0: bug_564904_fix-missing-DSO-icuuc.patch -Patch1: fontmatrix-0.9.99-arm.patch -Patch2: fontmatrix-0.9.99-rh893080-move-fonts-config-file.patch -Patch3: fontmatrix-0.9.99-format-security-flag.patch -Patch4: fontmatrix-0.9.99-adapt-to-icu-56.patch - -BuildRequires: qt-devel freetype-devel qt-webkit-devel -BuildRequires: desktop-file-utils cmake python2-devel -BuildRequires: openssl-devel podofo-devel libicu-devel - -##Following is needed to ensure that enduser can edit font with fontforge application -Requires: fontforge - -%description -A powerful and well designed fonts manager - -%prep -%setup -q -n %{name}-%{version}-Source -%patch0 -p0 -%patch1 -p0 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 - -# Though I don't see this is installed but lets remove non-free icon files -rm -f src/icons/application-fontmatrix-*-vectors.svg - -%build -export CFLAGS="$RPM_OPT_FLAGS" -export CXXFLAGS="$RPM_OPT_FLAGS" -%cmake . -DWANT_HARFBUZZ:bool=true -DWANT_ICU:bool=true \ - -DWANT_PYTHONQT:bool=true -DWANT_PODOFO:bool=true - -make VERBOSE=1 %{?_smp_mflags} - -%check -ctest - -%install -make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p" - -#rpmlint complains Zero-length file -rm -f $RPM_BUILD_ROOT%{_datadir}/fontmatrix/help/en/what_fonts_are.html - -desktop-file-install --delete-original \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop - -# Register as an application to be visible in the software center -# -# NOTE: It would be *awesome* if this file was maintained by the upstream -# project, translated and installed into the right place during `make install`. -# -# See http://www.freedesktop.org/software/appstream/docs/ for more details. -# -mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata -cat > $RPM_BUILD_ROOT%{_datadir}/appdata/%{name}.appdata.xml < - - - - fontmatrix.desktop - CC0-1.0 - Manage fonts installed on your system - -

- Font Matrix is an advanced font manager that allows you to view and organise the fonts - installed on your system. It provides a wide range of information about the fonts installed - on your system, and allows you to tag them into groups, perform searches on your fonts based - on font metadata, and easily compare glyphs of fonts. -

-
- http://fontmatrix.be/node/21 - - https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/fontmatrix/a.png - https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/fontmatrix/b.png - -
-EOF - -%files -%doc COPYING TODO INSTALL -%{_bindir}/fontmatrix -%{_datadir}/fontmatrix -%{_mandir}/man1/* -%{_datadir}/appdata/*.appdata.xml -%{_datadir}/applications/*.desktop -%{_datadir}/icons/hicolor/48x48/apps/fontmatrix.png - - -%changelog -* Wed Feb 07 2018 Fedora Release Engineering - 0.9.99-35.r1218 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jan 11 2018 Igor Gnatenko - 0.9.99-34.r1218 -- Remove obsolete scriptlets - -* Thu Nov 30 2017 Pete Walter - 0.9.99-33.r1218 -- Rebuild for ICU 60.1 - -* Wed Aug 02 2017 Fedora Release Engineering - 0.9.99-32.r1218 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0.9.99-31.r1218 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0.9.99-30.r1218 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 02 2017 Sandro Mani - 0.9.99-29.r1218 -- Rebuild (podofo) - -* Fri Sep 23 2016 Jon Ciesla - 0.9.99-28.r1218 -- podofo rebuild - -* Wed Aug 10 2016 Parag Nemade - 0.9.99-27.r1218 -- Resolves:rh#1295169 - fontmatrix included non-free content - -* Fri Apr 15 2016 David Tardon - 0.9.99-26.r1218 -- rebuild for ICU 57.1 - -* Wed Feb 03 2016 Fedora Release Engineering - 0.9.99-25.r1218 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Oct 29 2015 Eike Rathke - 0.9.99-24.r1218 -- adapt to ICU 56.1 LEFontInstance::getFontTable() - -* Wed Oct 28 2015 David Tardon - 0.9.99-23.r1218 -- rebuild for ICU 56.1 - -* Wed Jun 17 2015 Fedora Release Engineering - 0.9.99-22.r1218 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 0.9.99-21.r1218 -- Rebuilt for GCC 5 C++11 ABI change - -* Thu Mar 26 2015 Richard Hughes - 0.9.99-20.r1218 -- Add an AppData file for the software center - -* Mon Jan 26 2015 David Tardon - 0.9.99-19.r1218 -- rebuild for ICU 54.1 - -* Tue Aug 26 2014 David Tardon - 0.9.99-18.r1218 -- rebuild for ICU 53.1 - -* Sat Aug 16 2014 Fedora Release Engineering - 0.9.99-17.r1218 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.9.99-16.r1218 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Feb 14 2014 Parag Nemade - 0.9.99-15.r1218 -- rebuild for icu 52 - -* Wed Dec 04 2013 Parag Nemade - 0.9.99-14.r1218 -- Shame format-security feature owner not provided any patch (rh#1037066) - -* Sat Aug 03 2013 Fedora Release Engineering - 0.9.99-13.r1218 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Mon Jul 22 2013 David Tardon - 0.9.99-12.r1218 -- rebuild for ICU ABI break - -* Mon May 13 2013 Jon Ciesla - 0.9.99-11.r1218 -- Drop desktop vendor tag. - -* Fri Feb 08 2013 Parag Nemade - 0.9.99-10.r1218 -- Remove vendor tag as per https://fedorahosted.org/fesco/ticket/1077 - -* Tue Jan 29 2013 Parag Nemade - 0.9.99-9.r1218 -- rebuild for icu 50 - -* Sun Jan 20 2013 Parag Nemade - 0.9.99-8.r1218 -- Resolves:rh#893080-Fontmatrix creates a deprecated $HOME/.fonts.conf file - -* Wed Sep 19 2012 Jon Ciesla - 0.9.99-7.r1218 -- Fix FTBFS on ARM. - -* Thu Jul 19 2012 Fedora Release Engineering - 0.9.99-6.r1218 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu May 10 2012 Parag Nemade - 0.9.99-5.r1218 -- Commented dead upstream URL. - -* Mon Apr 23 2012 Parag Nemade - 0.9.99-4.r1218 -- rebuild for icu 49 - -* Tue Feb 28 2012 Fedora Release Engineering - 0.9.99-3.r1218 -- Rebuilt for c++ ABI breakage - -* Fri Jan 13 2012 Fedora Release Engineering - 0.9.99-2.r1218 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Oct 03 2011 Parag Nemade - 0.9.99-1.r1218 -- update to latest upstream commit 1218 - -* Sun Sep 11 2011 Parag Nemade - 0.6.99-16.r1073 -- Rebuild against icu 4.8 - -* Wed May 04 2011 Dan Horák - 0.6.99-15.r1073 -- rebuilt against podofo 0.9.1 - -* Thu Apr 14 2011 Dan Horák - 0.6.99-14.r1073 -- rebuilt against podofo 0.9.0 - -* Mon Mar 07 2011 Caolán McNamara - 0.6.99-13.r1073 -- rebuild for icu 4.6 - -* Tue Feb 08 2011 Fedora Release Engineering - 0.6.99-12.r1073 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Tue Nov 02 2010 Dan Horák - 0.6.99-11.r1073 -- rebuilt against podofo 0.8.4 - -* Fri Oct 22 2010 Dan Horák - 0.6.99-10.r1073 -- rebuilt against podofo 0.8.3 - -* Tue Jul 27 2010 David Malcolm - 0.6.99-9.r1073 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Tue Jun 08 2010 Dan Horák - 0.6.99-8.r1073 -- rebuilt with podofo 0.8.1 - -* Tue Jun 01 2010 Parag Nemade - 0.6.99-7.r1073 -- qt-devel no longer provides qt-webkit-devel; so add it as BR - -* Mon May 03 2010 Parag Nemade - 0.6.99-6.r1073 -- rebuild for podofo-0.8.0-1.fc14 - -* Fri Apr 02 2010 Caolán McNamara - 0.6.99-5.r1073 -- rebuild for icu 4.4 - -* Tue Feb 16 2010 Parag - 0.6.99-4.r1073 -- Resolves: rh#561044,rh#532882:- Remove broken fontmatrix shaper -- Resolves: rh#564904:-ImplicitDSOLinking - -* Fri Aug 21 2009 Tomas Mraz - 0.6.99-3.r1073 -- rebuilt with new openssl - -* Tue Aug 11 2009 Parag - 0.6.99-2.r1073 -- update to svn revision 1073 -- Fix Source Audit 2009-08-10 - -* Tue Aug 04 2009 Parag - 0.6.99-1.r1072 -- update to svn revision 1072 - -* Fri Jul 24 2009 Fedora Release Engineering - 0.6.0-3.r1063 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Mon Jul 13 2009 Parag - 0.6.0-2.r1063 -- Add missing BRs:python-devel podofo-devel libicu-devel - -* Mon Jul 13 2009 Parag - 0.6.0-1.r1063 -- update to svn revision 1063 - -* Fri Apr 24 2009 Parag - 0.5.0-2.r931 -- update to svn revision 931 - -* Fri Mar 20 2009 Parag - 0.5.0-1.r900 -- update to svn revision 900 - -* Tue Feb 24 2009 Fedora Release Engineering - 0.4.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Fri Jan 16 2009 Tomas Mraz - 0.4.2-3 -- rebuild with new openssl - -* Tue Jun 10 2008 Parag - 0.4.2-2 -- Resolves: rh#449406:FTBFS fontmatrix-0.4.2-1.fc9 - -* Tue Apr 08 2008 Parag - 0.4.2-1.fc9 -- Update to 0.4.2 - -* Mon Apr 07 2008 Parag - 0.4.0-2.fc9 -- Add support for Shaper functionality. - -* Fri Apr 04 2008 Parag - 0.4.0-1.fc9 -- Update to 0.4.0 - -* Mon Feb 11 2008 Parag - 0.3.1-2 -- Rebuild for gcc 4.3 - -* Wed Jan 23 2008 Parag - 0.3.1-1 -- Update to 0.3.1 - -* Mon Jan 14 2008 Parag - 0.3.0-4.r289 -- update to svn revision 289(Stable release of 0.3.0 version) - -* Thu Dec 27 2007 Parag - 0.3.0-3.r270 -- update to svn revision 270 -- Added Requires:fontforge - -* Thu Dec 27 2007 Parag - 0.3.0-3.r270 -- update to svn revision 270 - -* Fri Dec 21 2007 Parag - 0.3.0-3.r263 -- Fixed license tag -- update to new svn checkout -- drop unnecessary BR: qt4-x11 - -* Tue Dec 18 2007 Parag - 0.3.0-2.r253 -- Added BR:cmake - -* Mon Dec 17 2007 Parag - 0.3.0-1.r253 -- New upstream svn checkout - -* Fri Dec 14 2007 Parag - 0.2-14.3.fc8 -- Some spec cleanup - -* Fri Dec 14 2007 Parag - 0.2-14.2.fc8 -- Initial spec for Fedora. - -* Mon Nov 26 2007 - 0.2-14.1 -- Initial upstream spec. - diff --git a/sources b/sources deleted file mode 100644 index 044796c..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -fbfb10aa0111557a5ee0fd3d6c821e5b fontmatrix-0.9.99-Source.tar.gz