Hello community,

here is the log from the commit of package culmus-fonts for openSUSE:Factory 
checked in at 2012-03-16 13:10:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/culmus-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.culmus-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "culmus-fonts", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-03-04 14:46:25.491534019 +0100
+++ /work/SRC/openSUSE:Factory/.culmus-fonts.new/culmus-fonts.changes   
2012-03-16 13:10:24.000000000 +0100
@@ -0,0 +1,73 @@
+-------------------------------------------------------------------
+Wed Feb  1 13:49:17 UTC 2012 - pgaj...@suse.com
+
+- renamed to culmus-fonts
+
+-------------------------------------------------------------------
+Sun Sep 18 00:08:08 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+-------------------------------------------------------------------
+Thu May  5 10:08:40 CEST 2011 - pgaj...@suse.cz
+
+- package missed TTF fonts -- thanks to andrei.levi at gmail.com
+
+-------------------------------------------------------------------
+Mon Nov 22 09:11:35 CET 2010 - pgaj...@suse.cz
+
+- updated to 0.120:
+ 1. Keter YG - complete family with cantillation marks support. 
+    Based on Aleppo codex.
+ 2. Left quotes added to David, Miriam, Miriam Mono.
+ 3. Geresh and gershayim lowered in David, Miriam, Miriam Mono.
+ 4. Dreydl symbol added to Caladings.
+
+-------------------------------------------------------------------
+Fri Oct 15 09:08:21 CEST 2010 - pgaj...@suse.cz
+
+- updated to 0.110:
+ 1. Hadasim CLM - complete family with diacritics supported. Inspired by
+    Henri Friedlander's Hadassah font.
+ 2. Simple CLM - complete sans-serif family with diacritics supported.
+ 3. Stam Ashkenaz CLM and Stam Sefarad CLM - each in single weight, modeled
+    after the respective Torah scroll writing traditions.
+
+-------------------------------------------------------------------
+Mon Aug 30 15:44:15 CEST 2010 - pgaj...@suse.cz
+
+- updated to 0.105:
+ 1. Introduced diacritics placement into Miriam Mono font, meteg supported.
+ 2. Supported "Hataf" diacritics with all letters in Miriam, David.
+
+-------------------------------------------------------------------
+Mon Mar 15 09:35:43 CET 2010 - pgaj...@suse.cz
+
+- updated to 0.104:
+   * Fixed TZVEY YUDN MIT A PASEKH in David.
+   * Miriam font enhanced to support diacritics, more symbols.
+
+-------------------------------------------------------------------
+Tue Dec  8 11:56:01 CET 2009 - pgaj...@suse.cz
+
+- updated to 0.103
+
+-------------------------------------------------------------------
+Wed Aug  9 10:51:44 CEST 2006 - dmuel...@suse.de
+
+- install into /usr/share/fonts
+
+-------------------------------------------------------------------
+Wed Mar 01 13:12:49 CET 2006 - mfab...@suse.de
+
+- add "Provides: locale(he)".
+
+-------------------------------------------------------------------
+Wed Jan 25 21:46:02 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Thu Sep 29 14:16:44 CEST 2005 - mfab...@suse.de
+
+- new package: culmus, version 0.101.

New:
----
  culmus-0.120.tar.bz2
  culmus-fonts.changes
  culmus-fonts.spec

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

Other differences:
------------------
++++++ culmus-fonts.spec ++++++
#
# spec file for package culmus
#
# Copyright (c) 2011 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
# 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 type1dir /usr/share/fonts/Type1
%define ttfdir   /usr/share/fonts/truetype
%define upstream_name  culmus

Name:           culmus-fonts
Version:        0.120
License:        GPL-2.0+
Group:          System/X11/Fonts
PreReq:         %suseconfig_fonts_prereq
Provides:       locale(he)
# FIXME: This causes a rpmlint warning; change <= to < once here's a new 
upstream version
Obsoletes:      culmus <= %{version}
Provides:       culmus = %{version}
Release:        6
Url:            http://culmus.sourceforge.net/
Source0:        %{upstream_name}-%{version}.tar.bz2
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Summary:        Free Hebrew Fonts

%description
Nine Hebrew font families. ASCII glyphs partially borrowed from the URW
and Bitstream fonts.  Those families provide a basic set of a serif
(Frank Ruehl), sans serif (Nachlieli), and monospaced (Miriam Mono)
fonts. Also included Miriam, Drugulin, Aharoni, David, Yehuda, and
Ellinia.

%prep
%setup -q -n %{upstream_name}-%{version}

%build

%install
mkdir -p $RPM_BUILD_ROOT%ttfdir
install -m 0644 *.ttf \
        $RPM_BUILD_ROOT%ttfdir
mkdir -p $RPM_BUILD_ROOT%type1dir
install -c -m 644 *.afm *.pf? $RPM_BUILD_ROOT%type1dir
install -c -m 644 fonts.scale-type1 \
        $RPM_BUILD_ROOT%type1dir/fonts.scale.culmus

%post
%run_suseconfig_fonts

%postun
%run_suseconfig_fonts

%files 
%defattr(-, root,root)
%doc CHANGES fonts.scale-ttf culmus.conf GNU-GPL LICENSE LICENSE-BITSTREAM
%type1dir
%ttfdir

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

Reply via email to