Update to 0.6.12

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-09-10 18:31:03 +02:00
parent 8abde894a9
commit 9d139f6839
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/99edb54e18f4971f50a359803633f44fdeb08428.tar.gz /99edb54e18f4971f50a359803633f44fdeb08428.tar.gz
/2db517f87a8c0364d28c0fa2590ba034e866a4b8.tar.gz /2db517f87a8c0364d28c0fa2590ba034e866a4b8.tar.gz
/libsolv-1f9abfb.tar.gz /libsolv-1f9abfb.tar.gz
/libsolv-0.6.12.tar.gz

View File

@ -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']")} %{!?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 %{perl_vendorarch}/.*\.so$
%filter_provides_in %{python2_sitearch}/.*\.so$ %filter_provides_in %{python2_sitearch}/.*\.so$
@ -31,11 +29,11 @@
%filter_setup %filter_setup
Name: libsolv Name: libsolv
Version: 0.6.11 Version: 0.6.12
Release: 3.git%{shortcommit}%{?dist} Release: 1%{?dist}
License: BSD License: BSD
Url: https://github.com/openSUSE/libsolv 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 Patch0: libsolv-rubyinclude.patch
Group: Development/Libraries Group: Development/Libraries
Summary: Package dependency solver Summary: Package dependency solver
@ -132,7 +130,7 @@ Perl bindings for sat solver.
%endif %endif
%prep %prep
%setup -q -n libsolv-%{gitrev} %setup -q
%patch0 -p1 -b .rubyinclude %patch0 -p1 -b .rubyinclude
%if %{with python3} %if %{with python3}
@ -224,6 +222,9 @@ make ARGS="-V" test
%endif %endif
%changelog %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 * Wed Aug 05 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.11-3
- added compile flag to support rich dependencies - added compile flag to support rich dependencies
- new version adding MIPS support - new version adding MIPS support

View File

@ -1 +1 @@
635e0592bad44aca9c8deb883c5d84a3 libsolv-1f9abfb.tar.gz 57a31231742f4095b1189925ddc13bd2 libsolv-0.6.12.tar.gz