Update to 0.6.27
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
8e58a062d6
commit
221a93a5e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
|||||||
/libsolv-0.6.26.tar.gz
|
/libsolv-0.6.26.tar.gz
|
||||||
/libsolv-2262346.tar.gz
|
/libsolv-2262346.tar.gz
|
||||||
/libsolv-668e249.tar.gz
|
/libsolv-668e249.tar.gz
|
||||||
|
/libsolv-0.6.27.tar.gz
|
||||||
|
19
libsolv.spec
19
libsolv.spec
@ -1,10 +1,5 @@
|
|||||||
%global libname solv
|
%global libname solv
|
||||||
|
|
||||||
# number of commits since last release
|
|
||||||
%global gitnum 20
|
|
||||||
%global commit 668e2495d942e888403f47cd5ce140703a6bb3e1
|
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
%bcond_with perl_bindings
|
%bcond_with perl_bindings
|
||||||
%bcond_with ruby_bindings
|
%bcond_with ruby_bindings
|
||||||
@ -43,17 +38,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: lib%{libname}
|
Name: lib%{libname}
|
||||||
Version: 0.6.26
|
Version: 0.6.27
|
||||||
Release: 5%{?commit:.git.%{gitnum}.%{shortcommit}}%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Package dependency solver
|
Summary: Package dependency solver
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/openSUSE/libsolv
|
URL: https://github.com/openSUSE/libsolv
|
||||||
%if %{undefined commit}
|
|
||||||
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
%else
|
|
||||||
Source: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
|
||||||
%endif
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -163,8 +154,7 @@ Python 3 version.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
# XXX: switch to %{?commit:-n %{name}-%{commit}} in RPM 4.14
|
%autosetup -p1
|
||||||
%autosetup -p1 -n %{name}-%{commit}
|
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -298,6 +288,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 04 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.6.27-1
|
||||||
|
- Update to 0.6.27
|
||||||
|
|
||||||
* Mon Mar 27 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.6.26-5.git.20.668e249
|
* Mon Mar 27 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.6.26-5.git.20.668e249
|
||||||
- Update to latest snapshot
|
- Update to latest snapshot
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libsolv-668e249.tar.gz) = 3b71df1088c1be416c0358b563d5833d9776e8fc07750a3b978702ca8463a7a71b46255840898bef6106a945cd8f73d2613e11f1b544d26384f4c30be9a2b80f
|
SHA512 (libsolv-0.6.27.tar.gz) = 84db308be1cb76d000458fbb5bfaf08014fb02bbecbd3db7774364c3ccaedd9204a7698d9bf4bd4ac607d388327c2c6e3eba3f74d35d252f2e7e5180d1899ff8
|
||||||
|
Loading…
Reference in New Issue
Block a user