Hello community,

here is the log from the commit of package SourceSansPro-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:39:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SourceSansPro-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.SourceSansPro-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SourceSansPro-fonts", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/SourceSansPro-fonts/SourceSansPro-fonts.changes  
2012-08-09 21:38:16.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.SourceSansPro-fonts.new/SourceSansPro-fonts.changes 
    2012-09-14 12:39:04.000000000 +0200
@@ -1,0 +2,21 @@
+Mon Aug 27 07:32:57 UTC 2012 - [email protected]
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536)
+
+-------------------------------------------------------------------
+Wed Aug 22 06:28:30 UTC 2012 - [email protected]
+
+- Included SourceSansProReadMe.html file into %doc path
+  (contains changelog)
+
+-------------------------------------------------------------------
+Tue Aug 21 08:10:55 UTC 2012 - [email protected]
+
+- Update to 1.0.34 release
+- SPEC file changes:
+  . Fix line endings for LICENSE.txt
+  . Adapted to new structure in archive
+  . Installed both, OTF and TTF files 
+
+-------------------------------------------------------------------

Old:
----
  SourceSansPro-1.033.zip

New:
----
  SourceSansPro_FontsOnly-1.034.zip

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

Other differences:
------------------
++++++ SourceSansPro-fonts.spec ++++++
--- /var/tmp/diff_new_pack.V6cxkP/_old  2012-09-14 12:39:05.000000000 +0200
+++ /var/tmp/diff_new_pack.V6cxkP/_new  2012-09-14 12:39:05.000000000 +0200
@@ -1,6 +1,7 @@
 #
-# spec file for package
+# spec file for package SourceSansPro-fonts
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,14 +20,16 @@
 Name:           SourceSansPro-fonts
 %define _name SourceSansPro
 # Thre is no real version number, so we use the zip files release date.
-Version:        1.033
+Version:        1.034
 Release:        0
-License:        OFL-1.1
 Summary:        A set of OpenType fonts designed for user interfaces
-Url:            http://sourceforge.net/projects/sourcesans.adobe/
+License:        OFL-1.1
 Group:          System/X11/Fonts
-Source:         %{_name}-%{version}.zip
+Url:            http://sourceforge.net/projects/sourcesans.adobe/
+Source:         %{_name}_FontsOnly-%{version}.zip
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
+%reconfigure_fonts_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -35,17 +38,21 @@
 
 %prep
 %setup -q -n %{_name}_FontsOnly-%{version}
+# Fix line endings
+sed -i 's/\r$//g' LICENSE.txt
 
 %build
 
 %install
 install -d %{buildroot}%{_datadir}/fonts/truetype/
-install OTF/*.otf %{buildroot}%{_datadir}/fonts/truetype/
+install *.otf *.ttf %{buildroot}%{_datadir}/fonts/truetype/
+
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
-%doc LICENSE.txt
+%doc LICENSE.txt *.html
 %dir %{_datadir}/fonts/truetype/
-%{_datadir}/fonts/truetype/SourceSansPro*.otf
+%{_datadir}/fonts/truetype/SourceSansPro*
 
 %changelog

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

Reply via email to