Hello community,

here is the log from the commit of package lcdf-typetools for openSUSE:Factory
checked in at Thu Jul 7 14:57:29 CEST 2011.



--------
--- lcdf-typetools/lcdf-typetools.changes       2011-05-10 22:58:54.000000000 
+0200
+++ /mounts/work_src_done/STABLE/lcdf-typetools/lcdf-typetools.changes  
2011-07-06 11:37:51.000000000 +0200
@@ -1,0 +2,19 @@
+Wed Jul  6 09:36:05 UTC 2011 - [email protected]
+
+-version bump to 2.91 
+-fixes Correct some compilation problems on unusual systems 
+ reported by Vladimir Volovich.
+
+-------------------------------------------------------------------
+Tue Jun  7 07:55:39 UTC 2011 - [email protected]
+
+-version bump to 2.90
+-run spec-cleaner on spec file
+ +Changes since 2.88
+ -Better handle combinations of fonts and options that 
+  would create so many   substitutions that otftotfm would run 
+  out of memory.  Marc van Dongen report.
+ -Correct crash on glyph names that start with a dot.  Marc van 
+   Dongen report. 
+
+-------------------------------------------------------------------
@@ -7,2 +26,2 @@
-  - Support version 4 of the OpenType OS/2 table.  Reported by Thomas
-  Zumbrunn. 
+  -Support version 4 of the OpenType OS/2 table.  Reported by 
+   Thomas Zumbrunn. 

calling whatdependson for head-i586


Old:
----
  lcdf-typetools-2.88.tar.bz2

New:
----
  lcdf-typetools-2.91.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lcdf-typetools.spec ++++++
--- /var/tmp/diff_new_pack.zJq4wh/_old  2011-07-07 14:38:20.000000000 +0200
+++ /var/tmp/diff_new_pack.zJq4wh/_new  2011-07-07 14:38:20.000000000 +0200
@@ -15,33 +15,40 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Summary:        Programs to manipulate OpenType and multiple-master fonts
 
 Name:           lcdf-typetools
-Version:        2.88
+Version:        2.91
 Release:        1
 License:        GPL
 Url:            http://www.lcdf.org/type/
 Group:          System/X11/Fonts
-Source:         %{name}-%{version}.tar.bz2
+Source:         %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?suse_version} <=  1020
-BuildRequires:  gcc-c++ libstdc++-devel tetex > 2.0
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
+BuildRequires:  tetex > 2.0
 %endif
 
 %if 0%{?suse_version} >= 1030
-BuildRequires:  gcc-c++ libstdc++-devel texlive
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
+BuildRequires:  texlive
 %endif
 
 %if 0%{?fedora_version} >= 5
-BuildRequires:  gcc-c++ libstdc++-devel tetex > 2.0
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
+BuildRequires:  tetex > 2.0
 %endif
 
 %if 0%{?mandriva_version} > 2006
-BuildRequires:  gcc-c++ libstdc++-devel tetex > 2.0
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
+BuildRequires:  tetex > 2.0
 %endif
 
 %define prefix   /usr
@@ -87,19 +94,18 @@
              like an instance of a multiple-master font.  It reads
              the multiple-master font program in PFA or PFB format.
 
-
 %prep 
 %setup -q
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
 
 ./configure \
 --without-kpathsea \
 --disable-selfauto-set \
 --prefix=%{prefix} \
-           --libdir=%{prefix}/%_lib  \
+           --libdir=%{prefix}/%{_lib}  \
            --mandir=%{prefix}/share/man \
            --infodir=%{prefix}/share/info \
 
@@ -107,10 +113,10 @@
 
 %install
 
-make DESTDIR=$RPM_BUILD_ROOT install
+%makeinstall
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files  
 %defattr(-,root,root)
@@ -130,6 +136,6 @@
 %{_mandir}/man*/*
 %{_datadir}/lcdf-typetools/*
 
-%dir /usr/share/lcdf-typetools
+%dir %{_datadir}/lcdf-typetools
 
 %changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to