0.3.8 bump (rhbz#2148740)

Switch to json-glib, where available
Disable notify
Tests are disabled
SPDX license identifier
epel9
Alain Vigne 2 years ago
parent ce9e1f70b3
commit a47f04975d

1
.gitignore vendored

@ -19,3 +19,4 @@
/girara-0.3.5.tar.xz
/girara-0.3.6.tar.xz
/girara-0.3.7.tar.xz
/girara-0.3.8.tar.xz

@ -1,23 +1,29 @@
Name: girara
Version: 0.3.7
Release: 2%{?dist}
Version: 0.3.8
Release: 1%{?dist}
Summary: Simple user interface library
License: zlib
License: Zlib
URL: https://pwmt.org/projects/%{name}/
Source0: https://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.xz
BuildRequires: binutils
#BuildRequires: binutils
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: glib2-devel >= 2.50
BuildRequires: gtk3-devel >= 3.20
BuildRequires: intltool
BuildRequires: json-c-devel
BuildRequires: libnotify-devel >= 0.7.0
BuildRequires: meson >= 0.56
BuildRequires: pango-devel >= 1.14
%if 0%{?fedora}
BuildRequires: pkgconfig(json-glib-1.0)
# Tests
BuildRequires: check-devel
#BuildRequires: pkgconfig(check) >= 0.11
%endif
# from Upstream: Mark girara_libnotify as deprecated
#BuildRequires: libnotify-devel >= 0.7.0
%global girara_locales lib%{name}-gtk3-3
@ -38,7 +44,7 @@ developing applications that use %{name}.
%setup -q
%build
%meson -Dnotify=enabled -Ddocs=disabled
%meson -Ddocs=disabled -Dtests=disabled
%meson_build
%install
@ -57,7 +63,15 @@ developing applications that use %{name}.
%{_libdir}/pkgconfig/girara-gtk3.pc
%{_libdir}/libgirara-gtk3.so
%changelog
* Tue Nov 29 2022 Alain Vigne <avigne@fedoraproject.org> - 0.3.8-1
- 0.3.8 bump (rhbz#2148740)
- Switch to json-glib, where available
- Disable notify
- Tests are disabled
- SPDX license identifier
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

@ -1 +1 @@
SHA512 (girara-0.3.7.tar.xz) = 9b91ef7e5047b3250327eab9280372f38615e9948884c108c3d1c5d3e81794f786adc827692b112d2bfdc2660e22206a143fafd5a814408df8ffd4c858148717
SHA512 (girara-0.3.8.tar.xz) = ae8c1a710ded468af40c800a53d2f4ca7aac572ba3ffdfaaede099017541ee79bc8d7c2ae465c947279091c4b52b9d1ec13999595217fdfb7fd5b049a6a3f476

Loading…
Cancel
Save