Skip to content

Commit

Permalink
Merge pull request #264 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Improve libverto spec
  • Loading branch information
andyone authored Nov 3, 2023
2 parents 4217387 + 9e9e424 commit 0ad68e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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,9 @@ 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
Obsoletes: libverto-tevent-devel <= 0.3.1

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

################################################################################
Expand Down Expand Up @@ -231,6 +234,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 0ad68e4

Please sign in to comment.