Hello community,
here is the log from the commit of package linux-libertine-fonts for
openSUSE:Factory checked in at 2012-08-04 21:43:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linux-libertine-fonts (Old)
and /work/SRC/openSUSE:Factory/.linux-libertine-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linux-libertine-fonts", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/linux-libertine-fonts/linux-libertine-fonts.changes
2012-05-26 09:26:32.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.linux-libertine-fonts.new/linux-libertine-fonts.changes
2012-08-04 21:50:50.000000000 +0200
@@ -1,0 +2,18 @@
+Thu Aug 2 21:12:39 UTC 2012 - [email protected]
+
+- Update to 5.3.0:
+ * Improved Libertine Bold (Small Caps, Cyrrilic ...).
+ * New style: Libertine Monospaced for the use in listings, code examples etc.
+ * Workaround in OS/2-Tabel for certain eBooks.
+ * Reorganized Kern-Tables. TTFs with additional Pair-Kerning are now much
+ smaller. This also solved problems with simple word processors, where
+ kerning memory could exceed.
+ * Many bug-fixes.
+
+-------------------------------------------------------------------
+Wed Jul 4 12:39:06 CEST 2012 - [email protected]
+
+- amend spec file to reflect new font packaging scheme
+ (see openFATE#313536);
+
+-------------------------------------------------------------------
Old:
----
LinLibertineOTF_5.1.3_2011_06_21.tar.bz2
New:
----
LinLibertineOTF_5.3.0_2012_07_02.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ linux-libertine-fonts.spec ++++++
--- /var/tmp/diff_new_pack.lzvIOm/_old 2012-08-04 21:51:09.000000000 +0200
+++ /var/tmp/diff_new_pack.lzvIOm/_new 2012-08-04 21:51:09.000000000 +0200
@@ -19,20 +19,20 @@
%define fontname LinuxLibertine
Name: linux-libertine-fonts
-Version: 5.1.3
-Release: 1
-License: GPL-2.0-with-font-exception or OFL-1.1
+Version: 5.3.0
+Release: 0
Summary: Free Serif Fonts
-Url: http://linuxlibertine.sourceforge.net/
+License: GPL-2.0-with-font-exception or OFL-1.1
Group: System/X11/Fonts
-Source: LinLibertineOTF_5.1.3_2011_06_21.tar.bz2
-Requires(pre): %suseconfig_fonts_prereq
-# FIXME: This causes a rpmlint warning; change <= to < once there's a new
upstream version
-Obsoletes: %{fontname} <= 5.1.3
+Url: http://www.linuxlibertine.org/
+Source0:
http://downloads.sourceforge.net/linuxlibertine/LinLibertineOTF_%{version}_2012_07_02.tgz
+BuildRequires: fontpackages-devel
+%reconfigure_fonts_prereq
+# LinuxLibertine was last used at openSUSE 12.1 (version 5.1.3)
+Obsoletes: %{fontname} < %{version}
Provides: %{fontname} = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-%define fontdir /usr/share/fonts/truetype
%description
Free serif fonts from the LinuxLibertine project. These might be useful
@@ -42,21 +42,20 @@
%setup -c -q -n %{fontname}
chmod a-x *.txt
+# Fix rpmlint warning "wrong-file-end-of-line-encoding"
+sed -i 's/\r$//' OFL-1.1.txt
+
%build
%install
-mkdir -p %{buildroot}%{fontdir}/
-install -m 0644 *.otf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
%files
-%defattr(-,root,root,755)
-%doc Bugs.txt ChangeLog.txt GPL.txt LICENCE.txt OFL.txt README
-%{fontdir}
+%defattr(-,root,root,-)
+%doc Bugs.txt ChangeLog.txt GPL.txt LICENCE.txt OFL-1.1.txt README ToDo.txt
+%{_ttfontsdir}
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]