From 9d139f68391e091cfc7d23605d867b340ff0e013 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sep 10 2015 16:31:36 +0000 Subject: Update to 0.6.12 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 47fe2ad..5418234 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /99edb54e18f4971f50a359803633f44fdeb08428.tar.gz /2db517f87a8c0364d28c0fa2590ba034e866a4b8.tar.gz /libsolv-1f9abfb.tar.gz +/libsolv-0.6.12.tar.gz diff --git a/libsolv.spec b/libsolv.spec index d94b540..c5a2318 100644 --- a/libsolv.spec +++ b/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 - 0.6.12-1 +- Update to 0.6.12 + * Wed Aug 05 2015 Jan Silhan - 0.6.11-3 - added compile flag to support rich dependencies - new version adding MIPS support diff --git a/sources b/sources index 78ec42d..9f16e02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -635e0592bad44aca9c8deb883c5d84a3 libsolv-1f9abfb.tar.gz +57a31231742f4095b1189925ddc13bd2 libsolv-0.6.12.tar.gz