commit google-opensans-fonts for openSUSE:Factory

2012-05-26 Thread h_root
Hello community,

here is the log from the commit of package google-opensans-fonts for 
openSUSE:Factory checked in at 2012-05-26 09:25:40

Comparing /work/SRC/openSUSE:Factory/google-opensans-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-opensans-fonts.new (New)


Package is "google-opensans-fonts", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/google-opensans-fonts/google-opensans-fonts.changes  
2012-04-23 09:14:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-opensans-fonts.new/google-opensans-fonts.changes
 2012-05-26 09:25:48.0 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:13 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---



Other differences:
--
++ google-opensans-fonts.spec ++
--- /var/tmp/diff_new_pack.M6vWQf/_old  2012-05-26 09:25:50.0 +0200
+++ /var/tmp/diff_new_pack.M6vWQf/_new  2012-05-26 09:25:50.0 +0200
@@ -2,27 +2,35 @@
 # spec file for package google-opensans-fonts
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
 #
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define  fontdir%{_datadir}/fonts/truetype
 %define  fontname   opensans
 
 Name:   google-opensans-fonts
-BuildRequires:  bzip2
-License:Apache-2.0
-Group:  System/X11/Fonts
-PreReq: %suseconfig_fonts_prereq
 Version:1.0
 Release:0
-URL:http://code.google.com/webfonts/family?family=Open+Sans
+License:Apache-2.0
+Summary:Humanist Sans Serif Typeface
+Url:http://code.google.com/webfonts/family?family=Open+Sans
+Group:  System/X11/Fonts
 Source0:%{fontname}.tar.bz2
-BuildArch:  noarch
+BuildRequires:  bzip2
+Requires(pre):  %suseconfig_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Humanist Sans Serif Typeface
+BuildArch:  noarch
 
 %description
 Open Sans is a humanist sans serif typeface designed by 
@@ -38,13 +46,12 @@
 %prep
 %setup -q -n %{fontname} -c %{fontname}
 
-
 %build
 # -- nothing to do --
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{fontdir}/
-install -m 0644 %{fontname}/*.ttf $RPM_BUILD_ROOT%{fontdir}
+mkdir -p %{buildroot}%{fontdir}/
+install -m 0644 %{fontname}/*.ttf %{buildroot}%{fontdir}
 
 %post
 %run_suseconfig_fonts

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



commit google-opensans-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-opensans-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:25:20

Comparing /work/SRC/openSUSE:Factory/google-opensans-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-opensans-fonts.new (New)


Package is "google-opensans-fonts", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/google-opensans-fonts/google-opensans-fonts.changes  
2012-05-26 09:25:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-opensans-fonts.new/google-opensans-fonts.changes
 2012-09-14 12:25:32.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+---



Other differences:
--
++ google-opensans-fonts.spec ++
--- /var/tmp/diff_new_pack.fJjXKd/_old  2012-09-14 12:25:43.0 +0200
+++ /var/tmp/diff_new_pack.fJjXKd/_new  2012-09-14 12:25:43.0 +0200
@@ -16,19 +16,20 @@
 #
 
 
-%define  fontdir%{_datadir}/fonts/truetype
 %define  fontname   opensans
 
 Name:   google-opensans-fonts
 Version:1.0
 Release:0
-License:Apache-2.0
 Summary:Humanist Sans Serif Typeface
-Url:http://code.google.com/webfonts/family?family=Open+Sans
+License:Apache-2.0
 Group:  System/X11/Fonts
+Url:http://code.google.com/webfonts/family?family=Open+Sans
 Source0:%{fontname}.tar.bz2
 BuildRequires:  bzip2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -43,26 +44,25 @@
 optimized for print, web, and mobile interfaces, and has
 excellent legibility characteristics in its letterforms.
 
+Designer: Steve Matteson
+
 %prep
 %setup -q -n %{fontname} -c %{fontname}
 
 %build
-# -- nothing to do --
+chmod 644 %{fontname}/LICENSE.txt
+dos2unix %{fontname}/LICENSE.txt
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -m 0644 %{fontname}/*.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 0644 %{fontname}/*.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 %doc %{fontname}/LICENSE.txt
 
 %changelog

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



commit google-opensans-fonts for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package google-opensans-fonts for 
openSUSE:Factory checked in at 2018-09-26 15:59:46

Comparing /work/SRC/openSUSE:Factory/google-opensans-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-opensans-fonts.new (New)


Package is "google-opensans-fonts"

Wed Sep 26 15:59:46 2018 rev:8 rq:636092 version:20180610

Changes:

--- 
/work/SRC/openSUSE:Factory/google-opensans-fonts/google-opensans-fonts.changes  
2012-09-14 12:25:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-opensans-fonts.new/google-opensans-fonts.changes
 2018-09-26 15:59:48.192662507 +0200
@@ -1,0 +2,6 @@
+Fri Sep 14 07:45:20 UTC 2018 - Yunhe Guo 
+
+- Version 20180607 from GitHub master
+- Use hinted TrueType fonts
+
+---

Old:

  opensans.tar.bz2

New:

  opensans-20180610.tar.gz



Other differences:
--
++ google-opensans-fonts.spec ++
--- /var/tmp/diff_new_pack.xhfhaG/_old  2018-09-26 15:59:49.408660393 +0200
+++ /var/tmp/diff_new_pack.xhfhaG/_new  2018-09-26 15:59:49.408660393 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package google-opensans-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define  fontname   opensans
 
 Name:   google-opensans-fonts
-Version:1.0
+Version:20180610
 Release:0
 Summary:Humanist Sans Serif Typeface
 License:Apache-2.0
 Group:  System/X11/Fonts
-Url:http://code.google.com/webfonts/family?family=Open+Sans
-Source0:%{fontname}.tar.bz2
-BuildRequires:  bzip2
-BuildRequires:  dos2unix
+Url:https://github.com/googlefonts/opensans
+Source0:%{fontname}-%{version}.tar.gz
+Obsoletes:  %{name} <= 1.0
 BuildRequires:  fontpackages-devel
 %reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,15 +46,13 @@
 Designer: Steve Matteson
 
 %prep
-%setup -q -n %{fontname} -c %{fontname}
+%setup -q -n %{fontname}-%{version}
 
 %build
-chmod 644 %{fontname}/LICENSE.txt
-dos2unix %{fontname}/LICENSE.txt
 
 %install
 mkdir -p %{buildroot}%{_ttfontsdir}/
-install -m 0644 %{fontname}/*.ttf %{buildroot}%{_ttfontsdir}
+install -m 0644 hinted_ttfs/*.ttf %{buildroot}%{_ttfontsdir}
 
 %reconfigure_fonts_scriptlets
 
@@ -63,6 +60,6 @@
 %defattr(-, root,root)
 %dir %{_ttfontsdir}/
 %{_ttfontsdir}/*
-%doc %{fontname}/LICENSE.txt
+%license LICENSE.txt
 
 %changelog