Rebase to 2.0.2
This commit is contained in:
parent
bbf73cfe6b
commit
aa6949c25e
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ librtas-1.3.4.tar.gz
|
||||
/librtas-2.0.0.tar.gz
|
||||
/v2.0.0.tar.gz
|
||||
/v2.0.1.tar.gz
|
||||
/v2.0.2.tar.gz
|
||||
|
@ -18,7 +18,7 @@ index e02d007..5f819c3 100644
|
||||
-LIBRTAS_LIBRARY_VERSION = 2:0:0
|
||||
+# CURRENT:REVISION:AGE(C:R:A)
|
||||
+# For calculating version number of library, formula used is (C - A).(A).(R)
|
||||
+LIBRTAS_LIBRARY_VERSION = 2:1:0
|
||||
+LIBRTAS_LIBRARY_VERSION = 2:2:0
|
||||
|
||||
lib_LTLIBRARIES += librtas.la
|
||||
librtas_la_LDFLAGS = -version-info $(LIBRTAS_LIBRARY_VERSION)
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Libraries to provide access to RTAS calls and RTAS events
|
||||
Name: librtas
|
||||
Version: 2.0.1
|
||||
Release: 4%{?dist}
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/nfont/librtas
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
@ -14,7 +14,7 @@ BuildRequires: libtool
|
||||
# Fedora specific patch
|
||||
Patch0: %{name}-2.0.1-libversion.patch
|
||||
|
||||
ExclusiveArch: ppc %{power64}
|
||||
ExclusiveArch: %{power64}
|
||||
|
||||
%description
|
||||
The librtas shared library provides userspace with an interface
|
||||
@ -74,6 +74,9 @@ rm -f %{buildroot}/%{_docdir}/librtas/*
|
||||
%{_includedir}/librtasevent_v6.h
|
||||
|
||||
%changelog
|
||||
* Fri Jul 06 2018 Sinny Kumari <sinnykumari@fedoraproject.org> - 2.0.2-1
|
||||
- Rebase to 2.0.2
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v2.0.1.tar.gz) = 922465aa08bc0de49ae259a2655081eb8f91dcc213475b6cac6c4740279433011699a3b50cc23941bb3275f85deec2ffefc2bf1faae51a4baf8baa067b4d6a4d
|
||||
SHA512 (v2.0.2.tar.gz) = 112d355bc486657289a186d9f1b8c576af55422f1527259a0cd680c07d6fa787aef2dc0cb6322721dc4aa1c5bd1de669f5c4d05e6a07de65262e9e3d4d0283c7
|
||||
|
Loading…
Reference in New Issue
Block a user