Update to 0.1.1
This commit is contained in:
parent
3d1f7f2a07
commit
c8f0d7c142
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libxcvt-0.1.0.tar.xz
|
||||
/libxcvt-0.1.1.tar.xz
|
||||
|
@ -1,26 +0,0 @@
|
||||
From 8e7c3d4ff12f783322ad88999841daeabc09bd86 Mon Sep 17 00:00:00 2001
|
||||
From: Olivier Fourdan <ofourdan@redhat.com>
|
||||
Date: Thu, 8 Jul 2021 10:46:14 +0200
|
||||
Subject: [PATCH] lib/meson: Add version to the shared library
|
||||
|
||||
This is a very early release likely to change in the future, make sure
|
||||
to use library versioning.
|
||||
|
||||
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
|
||||
---
|
||||
lib/meson.build | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/lib/meson.build b/lib/meson.build
|
||||
index 91be84c..b3ff615 100644
|
||||
--- a/lib/meson.build
|
||||
+++ b/lib/meson.build
|
||||
@@ -2,4 +2,5 @@ libxcvt_sources = ['libxcvt.c']
|
||||
libxcvt = shared_library('xcvt',
|
||||
libxcvt_sources,
|
||||
include_directories : inc,
|
||||
+ version: meson.project_version(),
|
||||
install : true)
|
||||
--
|
||||
GitLab
|
||||
|
@ -1,15 +1,11 @@
|
||||
Name: libxcvt
|
||||
Version: 0.1.0
|
||||
Version: 0.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: VESA CVT standard timing modelines generator
|
||||
|
||||
URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt/
|
||||
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz
|
||||
|
||||
# https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/merge_requests/3
|
||||
# Set soname
|
||||
Patch0: 8e7c3d4ff12f783322ad88999841daeabc09bd86.patch
|
||||
|
||||
License: MIT
|
||||
|
||||
BuildRequires: gcc
|
||||
@ -62,5 +58,8 @@ provided by the Xorg server.
|
||||
%{_mandir}/man1/cvt.1*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 27 2021 Olivier Fourdan <ofourdan@redhat.com> - 0.1.1-1
|
||||
- Update to 0.1.1
|
||||
|
||||
* Thu Jul 8 2021 Olivier Fourdan <ofourdan@redhat.com> - 0.1.0-1
|
||||
- Initial import (#1980342)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libxcvt-0.1.0.tar.xz) = c2ca7abfc2954cf4427e0b3c3e302aad438525118dc9fa2047fce2bce6578863696387af8eb7adfad40af6313d9d9c87a9dcaf7e026e8049d48118063f6f0088
|
||||
SHA512 (libxcvt-0.1.1.tar.xz) = 50e9cd0283858823d4cfde75f06e23ffc42983272cb1f75408052fb5b76a4bb6f9de7d42d8ff9ec0dae6e95eefebc6273e03c919a92f237585db55eaf1a57005
|
||||
|
Loading…
Reference in New Issue
Block a user