Skip to content

Upgrade: libeasyfc version to 0.14.1 #11143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/libeasyfc/libeasyfc.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libeasyfc-0.14.0.tar.bz2": "7403945bc2277517364b02592c1bbd90e56b7efcfa77c3e2c3e6ba37f6e47000"
"libeasyfc-0.14.1.tar.bz2": "87d4a5ddcfa74e4ace3a7333749d87ea25855de4a31a78a4f8e6212831432d31"
}
}
28 changes: 15 additions & 13 deletions SPECS-EXTENDED/libeasyfc/libeasyfc.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: libeasyfc
Version: 0.14.0
Release: 8%{?dist}
Summary: Easy configuration generator interface for fontconfig

License: LGPLv3+
URL: http://tagoh.bitbucket.org/libeasyfc/
Source0: https://bitbucket.org/tagoh/libeasyfc/downloads/%{name}-%{version}.tar.bz2
Patch0: %{name}-freetype.patch
Patch1: %{name}-fix-config.patch
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: libeasyfc
Version: 0.14.1
Release: 1%{?dist}
Summary: Easy configuration generator interface for fontconfig

License: LGPLv3+
URL: https://bitbucket.org/tagoh/libeasyfc/
Source0: https://bitbucket.org/tagoh/libeasyfc/downloads/%{name}-%{version}.tar.bz2
Patch0: %{name}-freetype.patch

BuildRequires: glib2-devel gobject-introspection-devel libxml2-devel fontconfig-devel >= 2.12.93 harfbuzz-devel
BuildRequires: gettext
Expand Down Expand Up @@ -59,7 +58,6 @@ applications with libeasyfc-gobject.
%prep
%autosetup -p1


%build
%configure --disable-static
make %{?_smp_mflags} V=1
Expand Down Expand Up @@ -96,6 +94,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_datadir}/gir-*/Easyfc-*.gir

%changelog
* Tue Nov 19 2024 Jyoti Kanase <v-jykanase@microsoft.com> - 0.14.1-1
- Update to 0.14.1
- License verified.

* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.14.0-8
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9251,8 +9251,8 @@
"type": "other",
"other": {
"name": "libeasyfc",
"version": "0.14.0",
"downloadUrl": "https://bitbucket.org/tagoh/libeasyfc/downloads/libeasyfc-0.14.0.tar.bz2"
"version": "0.14.1",
"downloadUrl": "https://bitbucket.org/tagoh/libeasyfc/downloads/libeasyfc-0.14.1.tar.bz2"
}
}
},
Expand Down
Loading