Obsolete libgit2_0.28

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-07-14 13:34:21 +02:00
parent 3080dbb62e
commit 2ab6231175
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -1,6 +1,6 @@
Name: libgit2 Name: libgit2
Version: 0.28.2 Version: 0.28.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: C implementation of the Git core methods as a library with a solid API Summary: C implementation of the Git core methods as a library with a solid API
License: GPLv2 with exceptions License: GPLv2 with exceptions
URL: https://libgit2.org/ URL: https://libgit2.org/
@ -16,6 +16,7 @@ BuildRequires: openssl-devel
BuildRequires: python3 BuildRequires: python3
BuildRequires: zlib-devel BuildRequires: zlib-devel
Provides: bundled(libxdiff) Provides: bundled(libxdiff)
Obsoletes: libgit2_0.28 < 0.28.2-2
%description %description
libgit2 is a portable, pure C implementation of the Git core methods libgit2 is a portable, pure C implementation of the Git core methods
@ -26,6 +27,7 @@ with bindings.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: libgit2_0.28-devel < 0.28.2-2
%description devel %description devel
This package contains libraries and header files for This package contains libraries and header files for
@ -58,20 +60,21 @@ rm -frv deps
%check %check
%ninja_test -C %{_target_platform} %ninja_test -C %{_target_platform}
%ldconfig_scriptlets
%files %files
%license COPYING %license COPYING
%{_libdir}/%{name}.so.* %{_libdir}/libgit2.so.*
%files devel %files devel
%doc AUTHORS docs examples README.md %doc AUTHORS docs examples README.md
%{_libdir}/%{name}.so %{_libdir}/libgit2.so
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/libgit2.pc
%{_includedir}/git2.h %{_includedir}/git2.h
%{_includedir}/git2/ %{_includedir}/git2/
%changelog %changelog
* Sun Jul 14 13:34:04 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.2-2
- Obsolete libgit2_0.28
* Thu Jun 06 14:22:16 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.2-1 * Thu Jun 06 14:22:16 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.2-1
- Update to 0.28.2 - Update to 0.28.2