Jan Silhan 087fbc9
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -r rbconfig -e "puts RbConfig::CONFIG['vendorarchdir'].nil? ? RbConfig::CONFIG['sitearchdir'] : RbConfig::CONFIG['vendorarchdir']")}
Karel Klic 732335e
%filter_provides_in %{perl_vendorarch}/.*\.so$
e3d3a9e
%filter_provides_in %{python2_sitearch}/.*\.so$
Colin Walters 7eff9ab
%if 0%{?fedora}
e3d3a9e
%bcond_without python3
e3d3a9e
%filter_provides_in %{python3_sitearch}/.*\.so$
e3d3a9e
%global _cmake_opts \\\
e3d3a9e
            -DCMAKE_BUILD_TYPE=RelWithDebInfo \\\
e3d3a9e
            -DENABLE_PERL=1 \\\
e3d3a9e
            -DENABLE_PYTHON=1 \\\
e3d3a9e
            -DENABLE_RUBY=1 \\\
e3d3a9e
            -DUSE_VENDORDIRS=1 \\\
e3d3a9e
            -DFEDORA=1 \\\
e3d3a9e
            -DENABLE_DEBIAN=1 \\\
e3d3a9e
            -DENABLE_ARCHREPO=1 \\\
e3d3a9e
            -DENABLE_LZMA_COMPRESSION=1 \\\
e3d3a9e
            -DMULTI_SEMANTICS=1 \\\
e3d3a9e
            -DENABLE_COMPLEX_DEPS=1 \\\
e3d3a9e
            %{nil}
e3d3a9e
%else
e3d3a9e
%bcond_with python3
e3d3a9e
%global _cmake_opts \\\
e3d3a9e
            -DCMAKE_BUILD_TYPE=RelWithDebInfo \\\
e3d3a9e
            -DFEDORA=1 \\\
e3d3a9e
            -DENABLE_LZMA_COMPRESSION=1 \\\
e3d3a9e
            %{nil}
e3d3a9e
%endif
Ales Kozumplik 0abb4bd
%filter_provides_in %{ruby_vendorarch}/.*\.so$
Karel Klic 732335e
%filter_setup
Karel Klic 732335e
Karel Klic 732335e
Name:		libsolv
be48734
Version:	0.6.15
e42a835
Release:	3%{?dist}
Karel Klic 732335e
License:	BSD
Karel Klic 732335e
Url:		https://github.com/openSUSE/libsolv
9d139f6
Source:		https://github.com/openSUSE/libsolv/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
1994119
Patch0:		0001-ruby-make-compatible-with-ruby-2.2.patch
Michal Luscon f3202ee
Patch1:		0002-Revert-Rework-multiversion-orphaned-handling.patch
1994119
Karel Klic 732335e
Group:		Development/Libraries
Karel Klic 732335e
Summary:	Package dependency solver
Karel Klic 732335e
BuildRequires:	cmake libdb-devel expat-devel rpm-devel zlib-devel
Michal Luscon f3202ee
BuildRequires:	swig
Colin Walters e1ce97e
%if 0%{?fedora}
Colin Walters e1ce97e
BuildRequires:	perl perl-devel ruby ruby-devel python2-devel
Colin Walters e1ce97e
%endif
e3d3a9e
%if %{with python3}
e3d3a9e
BuildRequires:	python3-devel
e3d3a9e
%endif
a3b059d
BuildRequires:  xz-devel bzip2-devel
Karel Klic 732335e
%description
Karel Klic 732335e
A free package dependency solver using a satisfiability algorithm. The
Karel Klic 732335e
library is based on two major, but independent, blocks:
Karel Klic 732335e
Karel Klic 732335e
- Using a dictionary approach to store and retrieve package
Karel Klic 732335e
  and dependency information.
Karel Klic 732335e
Karel Klic 732335e
- Using satisfiability, a well known and researched topic, for
Karel Klic 732335e
  resolving package dependencies.
Karel Klic 732335e
Karel Klic 732335e
%package devel
Karel Klic 732335e
Summary:	A new approach to package dependency solving
Karel Klic 732335e
Group:		Development/Libraries
Ales Kozumplik 0abb4bd
Requires:	libsolv-tools%{?_isa} = %{version}-%{release}
Ales Kozumplik 0abb4bd
Requires:	libsolv%{?_isa} = %{version}-%{release}
Karel Klic 732335e
Requires:	rpm-devel%{?_isa}
Karel Klic 732335e
Requires:	cmake
Karel Klic 732335e
Karel Klic 732335e
%description devel
Karel Klic 732335e
Development files for libsolv,
Karel Klic 732335e
Karel Klic 732335e
%package tools
Karel Klic 732335e
Summary:	A new approach to package dependency solving
Karel Klic 732335e
Group:		Development/Libraries
Karel Klic 732335e
Requires:	gzip bzip2 coreutils
Ales Kozumplik 0abb4bd
Requires:	libsolv%{?_isa} = %{version}-%{release}
Karel Klic 732335e
Karel Klic 732335e
%description tools
Karel Klic 732335e
Package dependency solver tools.
Karel Klic 732335e
Karel Klic 732335e
%package demo
Karel Klic 732335e
Summary:	Applications demoing the libsolv library
Karel Klic 732335e
Group:		Development/Libraries
Karel Klic 732335e
Requires:	curl gnupg2
Karel Klic 732335e
Karel Klic 732335e
%description demo
Karel Klic 732335e
Applications demoing the libsolv library.
Karel Klic 732335e
Colin Walters e1ce97e
%if 0%{?fedora}
Karel Klic 732335e
%package -n ruby-solv
Karel Klic 732335e
Summary:	Ruby bindings for the libsolv library
Karel Klic 732335e
Group:		Development/Languages
e0a228e
Requires:	libsolv%{?_isa} = %{version}-%{release}
Karel Klic 732335e
Karel Klic 732335e
%description -n ruby-solv
Karel Klic 732335e
Ruby bindings for sat solver.
Colin Walters e1ce97e
%endif
Karel Klic 732335e
Colin Walters e1ce97e
%if 0%{?fedora}
e3d3a9e
%package -n python2-solv
Karel Klic 732335e
Summary:	Python bindings for the libsolv library
Karel Klic 732335e
Group:		Development/Languages
e3d3a9e
Requires:	python2
e0a228e
Requires:	libsolv%{?_isa} = %{version}-%{release}
e3d3a9e
%{?python_provide:%python_provide python2-solv}
Karel Klic 732335e
e3d3a9e
%description -n python2-solv
Karel Klic 732335e
Python bindings for sat solver.
Colin Walters e1ce97e
%endif
Karel Klic 732335e
e3d3a9e
%if %{with python3}
e3d3a9e
%package -n python3-solv
e3d3a9e
Summary:	Python 3 bindings for the libsolv library
e3d3a9e
Group:		Development/Languages
e3d3a9e
Requires:	python3
e3d3a9e
Requires:	libsolv%{?_isa} = %{version}-%{release}
e3d3a9e
%{?python_provide:%python_provide python3-solv}
e3d3a9e
e3d3a9e
%description -n python3-solv
e3d3a9e
Python 3 bindings for sat solver.
e3d3a9e
%endif
e3d3a9e
Colin Walters e1ce97e
%if 0%{?fedora}
Karel Klic 732335e
%package -n perl-solv
Karel Klic 732335e
Summary:	Perl bindings for the libsolv library
Karel Klic 732335e
Group:		Development/Languages
Karel Klic 732335e
Requires:	perl
e0a228e
Requires:	libsolv%{?_isa} = %{version}-%{release}
Karel Klic 732335e
Karel Klic 732335e
%description -n perl-solv
Karel Klic 732335e
Perl bindings for sat solver.
Colin Walters e1ce97e
%endif
Karel Klic 732335e
Karel Klic 732335e
%prep
be48734
%autosetup -p1
Karel Klic 732335e
e3d3a9e
%if %{with python3}
e3d3a9e
rm -rf %{py3dir}
e3d3a9e
cp -a . %{py3dir}
e3d3a9e
%endif
Ales Kozumplik b532c3f
Karel Klic 732335e
%build
e3d3a9e
%cmake %_cmake_opts \
a3b059d
        -DPythonLibs_FIND_VERSION=2 -DPythonLibs_FIND_VERSION_MAJOR=2 \
a3b059d
        -DENABLE_BZIP2_COMPRESSION=1
Colin Walters 0abbf51
make %{?_smp_mflags}
e3d3a9e
e3d3a9e
%if %{with python3}
e3d3a9e
pushd %{py3dir}/
e3d3a9e
  %cmake %_cmake_opts \
e42a835
        -DPythonLibs_FIND_VERSION=3 -DPythonLibs_FIND_VERSION_MAJOR=3 \
e42a835
        -DENABLE_BZIP2_COMPRESSION=1
Colin Walters 0abbf51
  make %{?_smp_mflags}
e3d3a9e
popd
e3d3a9e
%endif
Karel Klic 732335e
Karel Klic 732335e
%install
e3d3a9e
%make_install
e3d3a9e
e3d3a9e
%if %{with python3}
e3d3a9e
pushd %{py3dir}/
e3d3a9e
  %make_install
e3d3a9e
popd
e3d3a9e
%endif
e3d3a9e
e3d3a9e
%check
e3d3a9e
make ARGS="-V" test
Karel Klic 732335e
Karel Klic 732335e
%post -p /sbin/ldconfig
Karel Klic 732335e
Karel Klic 732335e
%postun -p /sbin/ldconfig
Karel Klic 732335e
Karel Klic 732335e
%files
Karel Klic 732335e
%doc LICENSE* README BUGS
Karel Klic 732335e
%_libdir/libsolv.so.*
Karel Klic 732335e
%_libdir/libsolvext.so.*
Karel Klic 732335e
Karel Klic 732335e
%files tools
Colin Walters e1ce97e
%if 0%{?fedora}
Ales Kozumplik 92261ed
%_bindir/archpkgs2solv
Ales Kozumplik 92261ed
%_bindir/archrepo2solv
Ales Kozumplik 92261ed
%_bindir/deb2solv
Colin Walters e1ce97e
%endif
Karel Klic 732335e
%_bindir/deltainfoxml2solv
Karel Klic 732335e
%_bindir/dumpsolv
Karel Klic 732335e
%_bindir/installcheck
Karel Klic 732335e
%_bindir/mergesolv
Karel Klic 732335e
%_bindir/repo2solv.sh
Karel Klic 732335e
%_bindir/repomdxml2solv
Karel Klic 732335e
%_bindir/rpmdb2solv
Karel Klic 732335e
%_bindir/rpmmd2solv
Karel Klic 732335e
%_bindir/rpms2solv
e3d3a9e
%_bindir/testsolv
Karel Klic 732335e
%_bindir/updateinfoxml2solv
Karel Klic 732335e
Karel Klic 732335e
%files devel
002aecb
%doc examples/solv/
Karel Klic 732335e
%_libdir/libsolv.so
Karel Klic 732335e
%_libdir/libsolvext.so
Karel Klic 732335e
%_includedir/solv
Karel Klic 732335e
%_datadir/cmake/Modules/FindLibSolv.cmake
Ales Kozumplik ccc9ddf
%{_mandir}/man?/*
ac50906
%{_libdir}/pkgconfig/%{name}.pc
Karel Klic 732335e
Karel Klic 732335e
%files demo
Karel Klic 732335e
%_bindir/solv
Karel Klic 732335e
Colin Walters e1ce97e
%if 0%{?fedora}
Karel Klic 732335e
%files -n perl-solv
Karel Klic 732335e
%doc examples/p5solv
Karel Klic 732335e
%{perl_vendorarch}/*
Karel Klic 732335e
Karel Klic 732335e
%files -n ruby-solv
Karel Klic 732335e
%doc examples/rbsolv
Ales Kozumplik 0abb4bd
%{ruby_vendorarch}/*
Karel Klic 732335e
e3d3a9e
%files -n python2-solv
Karel Klic 732335e
%doc examples/pysolv
e3d3a9e
%{python2_sitearch}/*
Colin Walters e1ce97e
%endif
e3d3a9e
e3d3a9e
%if %{with python3}
e3d3a9e
%files -n python3-solv
e3d3a9e
%doc examples/pysolv
e3d3a9e
%{python3_sitearch}/*
e3d3a9e
%endif
Karel Klic 732335e
Karel Klic 732335e
%changelog
e42a835
* Tue Jan 05 2016 Jaroslav Mracek <jmracek@redhat.com> - 0.6.15-3
e42a835
- Fix bz2 compression support for python3 (RhBug:1293652)
e42a835
Michal Luscon f3202ee
* Fri Dec 18 2015 Michal Luscon <mluscon@redhat.com> - 0.6.15-2
Michal Luscon f3202ee
- Revert reworked multiversion orphaned handling
Michal Luscon f3202ee
be48734
* Thu Dec 17 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.6.15-1
be48734
- Update to 0.6.15
be48734
e42a835
* Tue Dec 08 2015 Jaroslav Mracek <jmracek@redhat.com> - 0.6.14-7
a3b059d
- Rebase to upstream b1ea392
a3b059d
- Enable bz2 compression support (Mikolaj Izdebski <mizdebsk@redhat.com>) (RhBug:1226647)
a3b059d
dfe1bfb
* Thu Nov 26 2015 Adam Williamson <awilliam@redhat.com> - 0.6.14-6
dfe1bfb
- revert obsolete, as %python_provide does it (undocumented)
dfe1bfb
335d304
* Wed Nov 18 2015 Adam Williamson <awilliam@redhat.com> - 0.6.14-5
335d304
- adjust obsolete for stupid packaging
335d304
1c6ed97
* Wed Nov 18 2015 Adam Williamson <awilliam@redhat.com> - 0.6.14-4
1c6ed97
- python2-solv obsoletes python-solv (#1263230)
1c6ed97
ce33c7e
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-3
ce33c7e
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
ce33c7e
Michal Luscon 29e11ee
* Wed Oct 14 2015 Michal Luscon <mluscon@redhat.com> - 0.6.14-2
Michal Luscon 29e11ee
- Backport patches from upstream
Michal Luscon 29e11ee
1994119
* Mon Oct 12 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.6.14-1
1994119
- Update to 0.6.14
1994119
- Backport patches from upstream
1994119
9d139f6
* Thu Sep 10 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.6.12-1
9d139f6
- Update to 0.6.12
9d139f6
e3d3a9e
* Wed Aug 05 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.11-3
e3d3a9e
- added compile flag to support rich dependencies
e3d3a9e
- new version adding MIPS support
e3d3a9e
- Distribute testsolv in -tools subpackage (Igor Gnatenko)
e3d3a9e
- Enable python3 bindings for fedora (Igor Gnatenko)
e3d3a9e
e0a228e
* Tue Aug 04 2015 Adam Williamson <awilliam@redhat.com> - 0.6.11-2
e0a228e
- make bindings require the exact matching version of the lib (#1243737)
e0a228e
Jan Silhan 087fbc9
* Mon Jun 22 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.11-1
Jan Silhan 087fbc9
- new version fixing segfault
Jan Silhan 087fbc9
- RbConfig fixed in the upstream (1928f1a), libsolv-ruby22-rbconfig.patch erased
Jan Silhan 087fbc9
628b582
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.10-2
628b582
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
628b582
Jan Silhan 9cca0bd
* Wed Mar 25 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.10-1
Jan Silhan 9cca0bd
- new version fixing segfault
Jan Silhan 9cca0bd
Jan Silhan e948cba
* Fri Mar 6 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.8-3
Jan Silhan af6f9a1
- Rebuilt with new provides selection feature
Jan Silhan af6f9a1
a30f8a0
* Mon Jan 19 2015 Vít Ondruch <vondruch@redhat.com> - 0.6.8-2
a30f8a0
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.2
a30f8a0
Richard Hughes ef41a38
* Fri Jan 16 2015 Richard Hughes <richard@hughsie.com> - 0.6.8-2
Richard Hughes ef41a38
- Update to latest upstream release to fix a crash in PackageKit.
Richard Hughes ef41a38
3eb8866
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-3
3eb8866
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3eb8866
Ales Kozumplik 10328b6
Jan Silhan 1b7c9c6
* Mon Aug 11 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.4-2
Jan Silhan 1b7c9c6
- Rebase to upstream 12af31a
Jan Silhan 1b7c9c6
Ales Kozumplik 10328b6
* Mon Jul 28 2014 Aleš Kozumplík <akozumpl@redhat.com> - 0.6.4-1
Ales Kozumplik 10328b6
- Rebase to upstream 5bd9589
Ales Kozumplik 10328b6
Jan Silhan 88c71ef
* Mon Jul 14 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.4-0.git2a5c1c4
Jan Silhan 88c71ef
- Rebase to upstream 2a5c1c4
Jan Silhan 88c71ef
- Filename selector can start with a star
Jan Silhan 88c71ef
93cf353
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2.git6d968f1
93cf353
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
93cf353
Ales Kozumplik a4f8735
* Tue May 27 2014 Aleš Kozumplík <ales@redhat.com> - 0.6.1-1.git6d968f1
Ales Kozumplik a4f8735
- Rebase to upstream 6d968f1
Ales Kozumplik a4f8735
- Fix RhBug:1049209
Ales Kozumplik a4f8735
Jan Silhan 8fc425e
* Fri Apr 25 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.1-0.gitf78f5de
Jan Silhan 8fc425e
- Rebase to 0.6.0, upstream commit f78f5de.
Jan Silhan 8fc425e
09a63d8
* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 0.6.0-0.git05baf54.1
09a63d8
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
09a63d8
Jan Silhan f1d6af8
* Wed Apr 9 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.0-0.git05baf54
Jan Silhan 3cda311
- Rebase to 0.6.0, upstream commit 05baf54.
Jan Silhan 3cda311
Ales Kozumplik d7e2afd
* Mon Dec 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.4.1-1.gitbcedc98
Ales Kozumplik d7e2afd
- Rebase upstream bcedc98
Ales Kozumplik d7e2afd
- Fix RhBug:1051917.
Ales Kozumplik d7e2afd
Ales Kozumplik 9fbcf4c
* Mon Dec 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.4.1-0.gita8e47f1
Ales Kozumplik 9fbcf4c
- Rebase to 0.4.1, upstream commit a8e47f1.
Ales Kozumplik 9fbcf4c
Zdenek Pavlas a0370de
* Fri Nov 22 2013 Zdenek Pavlas <zpavlas@redhat.com> - 0.4.0-2.git4442b7f
Zdenek Pavlas a0370de
- Rebase to 0.4.0, upstream commit 4442b7f.
Zdenek Pavlas a0370de
- support DELTA_LOCATION_BASE for completeness
Ales Kozumplik 2e5e671
Ales Kozumplik 9fbcf4c
* Tue Oct 29 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.4.0-1.gitd49d319
Ales Kozumplik 2e5e671
- Rebase to 0.4.0, upstream commit d49d319.
Ales Kozumplik 2e5e671
6ef68f0
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 0.3.0-9.gita59d11d
6ef68f0
- Perl 5.18 rebuild
6ef68f0
Ales Kozumplik ab2d2a1
* Wed Jul 31 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-8.gita59d11d
Ales Kozumplik ab2d2a1
- Rebase to upstream a59d11d.
Ales Kozumplik ab2d2a1
Ales Kozumplik 64575c9
* Fri Jul 19 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-7.git228d412
Ales Kozumplik 92261ed
- Add build flags, including Deb, Arch, LZMA and MULTI_SEMANTICS. (RhBug:985905)
Ales Kozumplik 92261ed
784bf64
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.3.0-6.git228d412
784bf64
- Perl 5.18 rebuild
784bf64
Ales Kozumplik 92261ed
* Mon Jun 24 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-5.git228d412
Ales Kozumplik a4b5dac
- Rebase to upstream 228d412.
Ales Kozumplik a4b5dac
- Fixes hawkey github issue https://github.com/akozumpl/hawkey/issues/13
Ales Kozumplik a4b5dac
Ales Kozumplik ccc9ddf
* Thu Jun 20 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-4.git209e9cb
Ales Kozumplik ccc9ddf
- Rebase to upstream 209e9cb.
Ales Kozumplik ccc9ddf
- Package the new man pages.
Ales Kozumplik ccc9ddf
Ales Kozumplik 1744b25
* Thu May 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-3.git7399ad1
Ales Kozumplik b532c3f
- Run 'make test' with libsolv build.
Ales Kozumplik b532c3f
Ales Kozumplik 3f49e68
* Mon Apr 8 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-2.git7399ad1
Ales Kozumplik 3f49e68
- Rebase to upstream 7399ad1.
Ales Kozumplik 3f49e68
- Fixes RhBug:905209
Ales Kozumplik 3f49e68
Ales Kozumplik 524ed2f
* Mon Apr 8 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-1.gite372b78
Ales Kozumplik 524ed2f
- Rebase to upstream e372b78.
Ales Kozumplik 524ed2f
- Fixes RhBug:e372b78
Ales Kozumplik 524ed2f
5fc4f5d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-2.gitf663ca2
5fc4f5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5fc4f5d
Ales Kozumplik 3dde16b
* Thu Aug 23 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-17.git6c9d3eb
Ales Kozumplik 3dde16b
- Rebase to upstream 6c9d3eb.
Ales Kozumplik 3dde16b
- Drop the solv.i stdbool.h fix integrated upstream.
Ales Kozumplik 3dde16b
- Dropped the job reasons fix.
Ales Kozumplik 3dde16b
Ales Kozumplik 739fa31
* Mon Jul 23 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-16.git1617994
Ales Kozumplik 739fa31
- Fix build problems with Perl bindings.
Ales Kozumplik 739fa31
Ales Kozumplik 5d7faeb
* Mon Jul 23 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-15.git1617994
Ales Kozumplik 5d7faeb
- Rebuilt after a failed mass rebuild.
Ales Kozumplik 5d7faeb
951adf1
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.0-14.git1617994
951adf1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
951adf1
Ales Kozumplik 4e8aed5
* Mon Jul 16 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-13.git1617994%{?dist}
Ales Kozumplik 4e8aed5
- preliminary fix for JOB resons in solver_describe_decision().
Ales Kozumplik 4e8aed5
Ales Kozumplik b06f772
* Sun Jul 1 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-12.git1617994%{?dist}
Ales Kozumplik b06f772
- Rebase to upstream 1617994.
Ales Kozumplik b06f772
- Support for RPM_ADD_WITH_HDRID.
Ales Kozumplik b06f772
Ales Kozumplik 0abb4bd
* Thu Jun  7 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-11.gitd39a42b%{?dist}
Ales Kozumplik 0abb4bd
- Rebase to upstream d39a42b.
Ales Kozumplik 0abb4bd
- Fix the epochs.
Ales Kozumplik 0abb4bd
- Move the ruby modules into vendorarch dir, where they are expected.
Ales Kozumplik 0abb4bd
Ales Kozumplik a22d1f6
* Thu May  17 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-9.git8cf7650%{?dist}
Ales Kozumplik a22d1f6
- Rebase to upstream 8cf7650.
Ales Kozumplik a22d1f6
- ruby bindings: fix USE_VENDORDIRS for Fedora.
Ales Kozumplik a22d1f6
Ales Kozumplik f4c7379
* Thu Apr  12 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-7.gitaf1465a2%{?dist}
Ales Kozumplik f4c7379
- Rebase to the upstream.
Ales Kozumplik f4c7379
- Make repo_add_solv() work without stub repodata.
Ales Kozumplik f4c7379
Karel Klic fe1dd0f
* Thu Apr  5 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-6.git80afaf7%{?dist}
Karel Klic fe1dd0f
- Rebuild for the new libdb package.
Karel Klic fe1dd0f
Karel Klic 29b45a1
* Mon Apr  2 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-5.git80afaf7%{?dist}
Karel Klic 29b45a1
- Rebuild for the new rpm package.
Karel Klic 29b45a1
Ales Kozumplik f4c7379
* Wed Mar 21 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-4.git80afaf7%{?dist}
Ales Kozumplik a6a126d
- New upstream version, fix the .rpm release number.
Ales Kozumplik a6a126d
Ales Kozumplik f4c7379
* Wed Mar 21 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-3.git80afaf7%{?dist}
Ales Kozumplik 714123c
- New upstream version.
Ales Kozumplik 714123c
Karel Klic 5eb5e60
* Tue Feb  7 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-2.git857fe28%{?dist}
Karel Klic 5eb5e60
- Adapted to Ruby 1.9.3 (workaround for broken CMake in Fedora and
Karel Klic 5eb5e60
  ruby template correction in bindings)
Karel Klic 5eb5e60
Karel Klic 732335e
* Thu Feb  2 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-1.git857fe28
Karel Klic 732335e
- Initial packaging
Karel Klic 732335e
- Based on Jindra Novy's spec file
Karel Klic 732335e
- Based on upstream spec file