Hello community,

here is the log from the commit of package vollkorn-fonts for openSUSE:Factory 
checked in at 2014-06-16 21:37:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vollkorn-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.vollkorn-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vollkorn-fonts"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vollkorn-fonts/vollkorn-fonts.changes    
2012-09-14 12:41:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vollkorn-fonts.new/vollkorn-fonts.changes       
2014-06-16 21:37:40.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jun 13 09:26:24 UTC 2014 - [email protected]
+
+- update fonts to 3.005
+- update URL to vollkorn-typeface.com
+- remove -j parameter from unzip, as that was not helpful
+
+-------------------------------------------------------------------

Old:
----
  Vollkorn-2.1.zip

New:
----
  Vollkorn-3.005.zip

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

Other differences:
------------------
++++++ vollkorn-fonts.spec ++++++
--- /var/tmp/diff_new_pack.1p8M3E/_old  2014-06-16 21:37:41.000000000 +0200
+++ /var/tmp/diff_new_pack.1p8M3E/_new  2014-06-16 21:37:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vollkorn-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %define fontname Vollkorn
 
 Name:           vollkorn-fonts
-Version:        2.1
+Version:        3.005
 Release:        0
-Summary:        An every day use free serif font
+Summary:        An serif font for everyday use
 License:        OFL-1.1
 Group:          System/X11/Fonts
-Url:            http://friedrichalthausen.de/?page_id=411
+Url:            http://vollkorn-typeface.com/
 Source0:        %{fontname}-%{version}.zip
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
@@ -43,21 +43,24 @@
 
 %prep
 %setup -T -c %{name} -n %{name}
-unzip -j %{SOURCE0}
-chmod 644 *.txt *.ttf
+unzip %{SOURCE0}
+chmod 644 *.txt TTF/*.ttf
 # Remove DOS line endings:
 for i in *.txt; do
  sed -i 's/.$//' $i
 done
 
 [ -e __MACOSX  ] && rm -rf __MACOSX/
+[ -e EOT  ] && rm -rf EOT/
+[ -e PS-OTF  ] && rm -rf PS-OTF/
+[ -e WOFF  ] && rm -rf WOFF/
 
 %build
 # -- nop --
 
 %install
 mkdir -p  %{buildroot}%{_ttfontsdir}/
-install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
+install -c -m 644 TTF/*.ttf %{buildroot}%{_ttfontsdir}
 
 %reconfigure_fonts_scriptlets
 

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

Reply via email to