Update to 0.6.12
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
8abde894a9
commit
9d139f6839
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/99edb54e18f4971f50a359803633f44fdeb08428.tar.gz
|
||||
/2db517f87a8c0364d28c0fa2590ba034e866a4b8.tar.gz
|
||||
/libsolv-1f9abfb.tar.gz
|
||||
/libsolv-0.6.12.tar.gz
|
||||
|
13
libsolv.spec
13
libsolv.spec
@ -1,5 +1,3 @@
|
||||
%global gitrev 1f9abfb5b1bb18a8f46887fa2541957e74132567
|
||||
%global shortcommit %(c=%{gitrev}; echo ${c:0:7})
|
||||
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -r rbconfig -e "puts RbConfig::CONFIG['vendorarchdir'].nil? ? RbConfig::CONFIG['sitearchdir'] : RbConfig::CONFIG['vendorarchdir']")}
|
||||
%filter_provides_in %{perl_vendorarch}/.*\.so$
|
||||
%filter_provides_in %{python2_sitearch}/.*\.so$
|
||||
@ -31,11 +29,11 @@
|
||||
%filter_setup
|
||||
|
||||
Name: libsolv
|
||||
Version: 0.6.11
|
||||
Release: 3.git%{shortcommit}%{?dist}
|
||||
Version: 0.6.12
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Url: https://github.com/openSUSE/libsolv
|
||||
Source: https://github.com/openSUSE/libsolv/archive/%{gitrev}.tar.gz#/%{name}-%{shortcommit}.tar.gz
|
||||
Source: https://github.com/openSUSE/libsolv/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Patch0: libsolv-rubyinclude.patch
|
||||
Group: Development/Libraries
|
||||
Summary: Package dependency solver
|
||||
@ -132,7 +130,7 @@ Perl bindings for sat solver.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n libsolv-%{gitrev}
|
||||
%setup -q
|
||||
%patch0 -p1 -b .rubyinclude
|
||||
|
||||
%if %{with python3}
|
||||
@ -224,6 +222,9 @@ make ARGS="-V" test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 10 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.6.12-1
|
||||
- Update to 0.6.12
|
||||
|
||||
* Wed Aug 05 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.11-3
|
||||
- added compile flag to support rich dependencies
|
||||
- new version adding MIPS support
|
||||
|
Loading…
Reference in New Issue
Block a user