Hello community,

here is the log from the commit of package google-roboto-fonts for 
openSUSE:Factory checked in at 2013-09-26 07:04:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-roboto-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.google-roboto-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-roboto-fonts"

Changes:
--------
--- /work/SRC/openSUSE:Factory/google-roboto-fonts/google-roboto-fonts.changes  
2012-08-24 13:51:28.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-roboto-fonts.new/google-roboto-fonts.changes 
    2013-09-26 07:04:24.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep 25 13:37:12 UTC 2013 - skn...@suse.de
+
+- update Roboto & Roboto Condensed (from hg)
+- add Roboto Slab (from hg)
+- add archive with documentation (from homepage URL)
+
+-------------------------------------------------------------------

Old:
----
  roboto20120626-fonts.tar.bz2
  robotocondensed20120626-fonts.tar.bz2

New:
----
  roboto-doc-20130925.tar.bz2
  roboto-fonts-20130925.tar.bz2
  robotocondensed-fonts-20130925.tar.bz2
  robotoslab-fonts-20130925.tar.bz2

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

Other differences:
------------------
++++++ google-roboto-fonts.spec ++++++
--- /var/tmp/diff_new_pack.mLUdBp/_old  2013-09-26 07:04:25.000000000 +0200
+++ /var/tmp/diff_new_pack.mLUdBp/_new  2013-09-26 07:04:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package google-roboto-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,20 +16,26 @@
 #
 
 
-%define fontname       roboto-fonts
+%define fontname0      roboto-fonts
+%define fontname1      robotocondensed-fonts
+%define fontname2      robotoslab-fonts
+%define docname        roboto-doc
 
 Name:           google-roboto-fonts
-Version:        20120626
-Release:        13
+# Version is actually not quite correct, as all the fonts were last touched
+# on different date -- the latest one to be touched was condensed here
+Version:        20130925
+Release:        0
+Summary:        Mechanical yet friendly fonts originally designed for Android
 License:        Apache-2.0
-Summary:        Android 4.0 Sans Serif Fonts
-Url:            http://developer.android.com/design/style/typography.html
 Group:          System/X11/Fonts
-Source0:         roboto%{version}-fonts.tar.bz2
-Source1:        robotocondensed%{version}-fonts.tar.bz2
+Url:            http://developer.android.com/design/style/typography.html
+Source0:        %{fontname0}-%{version}.tar.bz2
+Source1:        %{fontname1}-%{version}.tar.bz2
+Source2:        %{fontname2}-%{version}.tar.bz2
+Source3:        %{docname}-%{version}.tar.bz2
 BuildRequires: fontpackages-devel
 %reconfigure_fonts_prereq
-BuildRequires:  unzip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -43,12 +49,17 @@
 introduced a new type family named Roboto, created specifically for
 the requirements of UI and high-resolution screens.
 
+This package contains the original Roboto sans-serif font, a condensed
+version of the sans-serif version, and a newer slab-serif version.
 
 Designer: Christian Robertson
 
 
 %prep
-%setup -b 1 -n %{fontname}-%{version}
+%setup -b 1 -n %{fontname0}-%{version}
+tar -xjvf  %{S:1} --strip=1 %{fontname1}-%{version}
+tar -xjvf  %{S:2} --strip=1 %{fontname2}-%{version}
+tar -xjvf  %{S:3} --strip=1 %{docname}-%{version}
 
 %build
 # --- Nothing to do ---

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

Reply via email to