rebased to upstream 228d412

This commit is contained in:
Ales Kozumplik 2013-06-24 10:47:28 +02:00
parent 1744b25163
commit a4b5dac5cb
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/libsolv-e372b78.tar.xz /libsolv-e372b78.tar.xz
/libsolv-7399ad1.tar.xz /libsolv-7399ad1.tar.xz
/libsolv-209e9cb.tar.xz /libsolv-209e9cb.tar.xz
/libsolv-228d412.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 209e9cb %global gitrev 228d412
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorarchdir"] ')} %{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorarchdir"] ')}
%filter_provides_in %{perl_vendorarch}/.*\.so$ %filter_provides_in %{perl_vendorarch}/.*\.so$
%filter_provides_in %{python_sitearch}/.*\.so$ %filter_provides_in %{python_sitearch}/.*\.so$
@ -7,7 +7,7 @@
Name: libsolv Name: libsolv
Version: 0.3.0 Version: 0.3.0
Release: 4.git%{gitrev}%{?dist} Release: 5.git%{gitrev}%{?dist}
License: BSD License: BSD
Url: https://github.com/openSUSE/libsolv Url: https://github.com/openSUSE/libsolv
# git clone https://github.com/openSUSE/libsolv.git # git clone https://github.com/openSUSE/libsolv.git
@ -145,6 +145,10 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv
%{python_sitearch}/* %{python_sitearch}/*
%changelog %changelog
* Mon Jun 24 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-5.git228d412
- Rebase to upstream 228d412.
- Fixes hawkey github issue https://github.com/akozumpl/hawkey/issues/13
* Thu Jun 20 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-4.git209e9cb * Thu Jun 20 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-4.git209e9cb
- Rebase to upstream 209e9cb. - Rebase to upstream 209e9cb.
- Package the new man pages. - Package the new man pages.

View File

@ -1 +1 @@
0c2107032e2a67e9dc9d3e4597f9d514 libsolv-209e9cb.tar.xz 83b46ade1b63440106df8248e1e5aa93 libsolv-228d412.tar.xz