Hello community,

here is the log from the commit of package sil-charis-fonts for 
openSUSE:Factory checked in at 2014-05-16 17:56:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sil-charis-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.sil-charis-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sil-charis-fonts"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sil-charis-fonts/sil-charis-fonts.changes        
2014-04-11 13:42:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sil-charis-fonts.new/sil-charis-fonts.changes   
2014-05-16 17:56:24.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May  6 12:41:03 UTC 2014 - t...@opensuse.org
+
+- Spec file:
+  Some applications (like XEP) needs the "old" filenames.
+  As such, create links with old naming without "-" 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sil-charis-fonts.spec ++++++
--- /var/tmp/diff_new_pack.1IvC1B/_old  2014-05-16 17:56:25.000000000 +0200
+++ /var/tmp/diff_new_pack.1IvC1B/_new  2014-05-16 17:56:25.000000000 +0200
@@ -66,6 +66,17 @@
 mkdir -p %{buildroot}%{_ttfontsdir}/
 install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
+#
+# This is unfortunately necessary to support old
+# filename naming
+# The following expression removes any "-" characters
+# in the filename:
+cd %{buildroot}%{_ttfontsdir}
+for font in *.ttf; do
+  ln -s "$font" "${font/-}"
+done
+cd -
+
 %reconfigure_fonts_scriptlets
 
 %files


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to