Skip to content

Commit

Permalink
Improve libverto spec
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Nov 3, 2023
1 parent 8f92644 commit 8218af4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion specs/libverto.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Summary: Main loop abstraction library
Name: libverto
Version: 0.3.2
Release: 0%{?dist}
Release: 1%{?dist}
License: MIT
Group: Development/Libraries
URL: https://github.com/latchset/libverto
Expand All @@ -20,6 +20,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: make gcc glib2-devel libevent-devel libev-devel chrpath

Obsoletes: libverto-tevent <= 0.3.1

Provides: %{name} = %{version}-%{release}

################################################################################
Expand Down Expand Up @@ -231,6 +233,9 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Fri Nov 03 2023 Anton Novojilov <[email protected]> - 0.3.2-1
- Improved spec

* Thu Sep 22 2022 Anton Novojilov <[email protected]> - 0.3.2-0
- Fix use-after-free in verto_reinitialize()
- Fix use-after-free in verto_free()
Expand Down

0 comments on commit 8218af4

Please sign in to comment.