4 Commits

4 changed files with 23 additions and 15 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0c6873742d07544f6bacf2ad52eb9cb392974d56427938dc1dfbc8399c64d05
size 1174687

3
culmus-0.140.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6daed104481007752a76905000e71c0093c591c8ef3017d1b18222c277fc52e3
size 1958577

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Dec 22 11:02:09 UTC 2025 - Petr Gajdos <pgajdos@suse.com>
- Update to version 0.140
* All fonts are now distributed in OpenType format, PS Type 1 is obsoleted.
* General-use glyph coverage substantially expanded and Hebrew romanization
added to Simple CLM by Aharon Varady.
* Hebrew romanization characters are also supported in Frank Ruehl CLM,
Nachlieli CLM, and Miriam Mono CLM.
(https://culmus.sourceforge.io/notes.html#romanization)
* Drugulin CLM how comes in bold face only, bold italic was extracted and
renamed to Farissol (see https://culmus.sourceforge.io/fancy/index.html)
* Drugulin CLM now supports diacritics.
* All fonts with diacritics now support meteg, rafe, and ACCENT OLE.
* Added YOD TRIANGLE to most basic fonts.
* Fixed fontconfig warnings.
-------------------------------------------------------------------
Sat May 7 18:54:53 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package culmus-fonts
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,10 @@
#
%define type1dir %{_fontsdir}/Type1
%define upstream_name culmus
Name: culmus-fonts
Version: 0.133
Version: 0.140
Release: 0
Summary: A set of Hebrew fonts
License: GPL-2.0-or-later
@@ -29,8 +28,6 @@ URL: https://culmus.sourceforge.io/
Source0: https://sourceforge.net/projects/culmus/files/culmus/%{version}/culmus-%{version}.tar.gz
BuildRequires: fontpackages-devel
%reconfigure_fonts_prereq
Provides: locale(he)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@@ -41,7 +38,7 @@ and Bitstream fonts. Also included Miriam, Drugulin, Aharoni, David,
Yehuda, and Ellinia.
%prep
%setup -q -n %{upstream_name}-%{version}
%autosetup -p1 -n %{upstream_name}-%{version}
%build
@@ -49,18 +46,12 @@ Yehuda, and Ellinia.
mkdir -p %{buildroot}%_ttfontsdir
install -m 0644 *.ttf *.otf \
%{buildroot}%_ttfontsdir
mkdir -p %{buildroot}%type1dir
install -c -m 644 *.afm *.pf? %{buildroot}%type1dir
install -c -m 644 fonts.scale-type1 \
%{buildroot}%type1dir/fonts.scale.culmus
%reconfigure_fonts_scriptlets
%files
%defattr(-, root,root)
%doc CHANGES fonts.scale-ttf culmus.conf
%license GNU-GPL LICENSE LICENSE-BITSTREAM
%type1dir
%_ttfontsdir
%changelog