diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2021-03-09 14:19:12 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-03-09 08:00:13 -0700 |
commit | 1815337f7dbb530ae3e3bc1175d8da214cf76eb5 (patch) | |
tree | 868308bd8d18d02b525471b47744caf603d33380 | |
parent | 35c199c48dfd54ad46b96e386882e7ac341314c5 (diff) | |
download | liburing-1815337f7dbb530ae3e3bc1175d8da214cf76eb5.tar.gz liburing-1815337f7dbb530ae3e3bc1175d8da214cf76eb5.tar.bz2 |
spec: bump version to 2.0
The shared library is now liburing.so.2 but the pkgconfig and rpm files
still say 0.7. Existing binaries link against liburing.so.1 and will not
automatically pick up the new liburing.so.2 shared library.
Update the version number in liburing.spec so
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Link: https://lore.kernel.org/r/20210309141913.262131-2-stefanha@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | liburing.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liburing.spec b/liburing.spec index fa4d970..8607074 100644 --- a/liburing.spec +++ b/liburing.spec @@ -1,5 +1,5 @@ Name: liburing -Version: 0.7 +Version: 2.0 Release: 1%{?dist} Summary: Linux-native io_uring I/O access library License: (GPLv2 with exceptions and LGPLv2+) or MIT |