Bump version to 0.2.0
This commit is contained in:
parent
bbb9a270df
commit
f5e455ac49
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libdecor-0.1.0.tar.xz
|
||||
/libdecor-0.1.1.tar.xz
|
||||
/libdecor-0.2.0.tar.xz
|
||||
|
||||
@ -1,14 +1,15 @@
|
||||
Name: libdecor
|
||||
Version: 0.1.1
|
||||
Release: 3%{?dist}
|
||||
Version: 0.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Wayland client side decoration library
|
||||
|
||||
License: MIT
|
||||
URL: https://gitlab.gnome.org/jadahl/libdecor
|
||||
Source: %{url}/uploads/ee5ef0f2c3a4743e8501a855d61cb397/libdecor-0.1.1.tar.xz
|
||||
URL: https://gitlab.freedesktop.org/libdecor/libdecor
|
||||
Source: %{url}/-/releases/%{version}/downloads/libdecor-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: gtk3
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
@ -16,6 +17,7 @@ BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(pangocairo)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
|
||||
%description
|
||||
Libdecor provides a small helper library for providing client side decoration
|
||||
@ -50,6 +52,7 @@ developing applications that use %{name}.
|
||||
%dir %{_libdir}/libdecor/
|
||||
%dir %{_libdir}/libdecor/plugins-1
|
||||
%{_libdir}/libdecor/plugins-1/libdecor-cairo.so
|
||||
%{_libdir}/libdecor/plugins-1/libdecor-gtk.so
|
||||
|
||||
%files devel
|
||||
%{_includedir}/libdecor-0/
|
||||
@ -58,6 +61,9 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 25 2023 Jonas Ådahl <jadahl@redhat.com> - 0.2.0-1
|
||||
- Bump version to 0.2.0
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdecor-0.1.1.tar.xz) = b4fd3d22bbc61cd7b0bfc70b1cd89bea60d563de0e7716d87e2e1a6ad32d3dec9850396a0692bb1f879b4aa341ceca816e196cb149a89067eb571d498ab7df25
|
||||
SHA512 (libdecor-0.2.0.tar.xz) = e466b8b7aa19e5c10d716b7ad86381d6a267cf138643bda6f860e122def8c6c8fb93a383e7cf75c09f64767bcc51c3bdf0ae1ec95df2d0a8ed889fa191cc857e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user