2015-06-22 17:15:46 +00:00
|
|
|
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -r rbconfig -e "puts RbConfig::CONFIG['vendorarchdir'].nil? ? RbConfig::CONFIG['sitearchdir'] : RbConfig::CONFIG['vendorarchdir']")}
|
2012-02-06 19:35:49 +00:00
|
|
|
%filter_provides_in %{perl_vendorarch}/.*\.so$
|
2015-08-04 09:36:06 +00:00
|
|
|
%filter_provides_in %{python2_sitearch}/.*\.so$
|
2015-08-05 18:49:19 +00:00
|
|
|
%if 0%{?fedora}
|
2015-08-04 09:36:06 +00:00
|
|
|
%bcond_without python3
|
|
|
|
%filter_provides_in %{python3_sitearch}/.*\.so$
|
|
|
|
%global _cmake_opts \\\
|
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \\\
|
|
|
|
-DENABLE_PERL=1 \\\
|
|
|
|
-DENABLE_PYTHON=1 \\\
|
|
|
|
-DENABLE_RUBY=1 \\\
|
|
|
|
-DUSE_VENDORDIRS=1 \\\
|
|
|
|
-DFEDORA=1 \\\
|
|
|
|
-DENABLE_DEBIAN=1 \\\
|
|
|
|
-DENABLE_ARCHREPO=1 \\\
|
|
|
|
-DENABLE_LZMA_COMPRESSION=1 \\\
|
|
|
|
-DMULTI_SEMANTICS=1 \\\
|
|
|
|
-DENABLE_COMPLEX_DEPS=1 \\\
|
|
|
|
%{nil}
|
|
|
|
%else
|
|
|
|
%bcond_with python3
|
|
|
|
%global _cmake_opts \\\
|
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \\\
|
|
|
|
-DFEDORA=1 \\\
|
|
|
|
-DENABLE_LZMA_COMPRESSION=1 \\\
|
|
|
|
%{nil}
|
|
|
|
%endif
|
2012-06-07 06:50:19 +00:00
|
|
|
%filter_provides_in %{ruby_vendorarch}/.*\.so$
|
2012-02-06 19:35:49 +00:00
|
|
|
%filter_setup
|
|
|
|
|
|
|
|
Name: libsolv
|
2015-10-12 16:54:15 +00:00
|
|
|
Version: 0.6.14
|
2015-09-10 16:31:03 +00:00
|
|
|
Release: 1%{?dist}
|
2012-02-06 19:35:49 +00:00
|
|
|
License: BSD
|
|
|
|
Url: https://github.com/openSUSE/libsolv
|
2015-09-10 16:31:03 +00:00
|
|
|
Source: https://github.com/openSUSE/libsolv/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
2015-10-12 16:54:15 +00:00
|
|
|
Patch0: 0001-ruby-make-compatible-with-ruby-2.2.patch
|
|
|
|
|
|
|
|
Patch1: 0001-Move-allowuninstall-map-creation.patch
|
|
|
|
Patch2: 0002-Prefer-to-autouninstall-orphans.patch
|
|
|
|
Patch3: 0003-Check-keep_orphans-flag-in-solver_addduprules.patch
|
|
|
|
Patch4: 0004-Fix-spelling-duh.patch
|
|
|
|
BuildRequires: git-core
|
|
|
|
|
2012-02-06 19:35:49 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Package dependency solver
|
|
|
|
BuildRequires: cmake libdb-devel expat-devel rpm-devel zlib-devel
|
2015-08-05 20:40:21 +00:00
|
|
|
BuildRequires: swig
|
|
|
|
%if 0%{?fedora}
|
|
|
|
BuildRequires: perl perl-devel ruby ruby-devel python2-devel
|
|
|
|
%endif
|
2015-08-04 09:36:06 +00:00
|
|
|
%if %{with python3}
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
%endif
|
2013-07-22 10:11:05 +00:00
|
|
|
BuildRequires: xz-devel
|
2012-02-06 19:35:49 +00:00
|
|
|
%description
|
|
|
|
A free package dependency solver using a satisfiability algorithm. The
|
|
|
|
library is based on two major, but independent, blocks:
|
|
|
|
|
|
|
|
- Using a dictionary approach to store and retrieve package
|
|
|
|
and dependency information.
|
|
|
|
|
|
|
|
- Using satisfiability, a well known and researched topic, for
|
|
|
|
resolving package dependencies.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: A new approach to package dependency solving
|
|
|
|
Group: Development/Libraries
|
2012-06-07 06:50:19 +00:00
|
|
|
Requires: libsolv-tools%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: libsolv%{?_isa} = %{version}-%{release}
|
2012-02-06 19:35:49 +00:00
|
|
|
Requires: rpm-devel%{?_isa}
|
|
|
|
Requires: cmake
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development files for libsolv,
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
Summary: A new approach to package dependency solving
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: gzip bzip2 coreutils
|
2012-06-07 06:50:19 +00:00
|
|
|
Requires: libsolv%{?_isa} = %{version}-%{release}
|
2012-02-06 19:35:49 +00:00
|
|
|
|
|
|
|
%description tools
|
|
|
|
Package dependency solver tools.
|
|
|
|
|
|
|
|
%package demo
|
|
|
|
Summary: Applications demoing the libsolv library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: curl gnupg2
|
|
|
|
|
|
|
|
%description demo
|
|
|
|
Applications demoing the libsolv library.
|
|
|
|
|
2015-08-05 20:40:21 +00:00
|
|
|
%if 0%{?fedora}
|
2012-02-06 19:35:49 +00:00
|
|
|
%package -n ruby-solv
|
|
|
|
Summary: Ruby bindings for the libsolv library
|
|
|
|
Group: Development/Languages
|
2015-08-04 19:39:30 +00:00
|
|
|
Requires: libsolv%{?_isa} = %{version}-%{release}
|
2012-02-06 19:35:49 +00:00
|
|
|
|
|
|
|
%description -n ruby-solv
|
|
|
|
Ruby bindings for sat solver.
|
2015-08-05 20:40:21 +00:00
|
|
|
%endif
|
2012-02-06 19:35:49 +00:00
|
|
|
|
2015-08-05 20:40:21 +00:00
|
|
|
%if 0%{?fedora}
|
2015-08-04 09:36:06 +00:00
|
|
|
%package -n python2-solv
|
2012-02-06 19:35:49 +00:00
|
|
|
Summary: Python bindings for the libsolv library
|
|
|
|
Group: Development/Languages
|
2015-08-04 09:36:06 +00:00
|
|
|
Requires: python2
|
2015-08-04 19:39:30 +00:00
|
|
|
Requires: libsolv%{?_isa} = %{version}-%{release}
|
2015-08-04 09:36:06 +00:00
|
|
|
%{?python_provide:%python_provide python2-solv}
|
2012-02-06 19:35:49 +00:00
|
|
|
|
2015-08-04 09:36:06 +00:00
|
|
|
%description -n python2-solv
|
2012-02-06 19:35:49 +00:00
|
|
|
Python bindings for sat solver.
|
2015-08-05 20:40:21 +00:00
|
|
|
%endif
|
2012-02-06 19:35:49 +00:00
|
|
|
|
2015-08-04 09:36:06 +00:00
|
|
|
%if %{with python3}
|
|
|
|
%package -n python3-solv
|
|
|
|
Summary: Python 3 bindings for the libsolv library
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: python3
|
|
|
|
Requires: libsolv%{?_isa} = %{version}-%{release}
|
|
|
|
%{?python_provide:%python_provide python3-solv}
|
|
|
|
|
|
|
|
%description -n python3-solv
|
|
|
|
Python 3 bindings for sat solver.
|
|
|
|
%endif
|
|
|
|
|
2015-08-05 20:40:21 +00:00
|
|
|
%if 0%{?fedora}
|
2012-02-06 19:35:49 +00:00
|
|
|
%package -n perl-solv
|
|
|
|
Summary: Perl bindings for the libsolv library
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: perl
|
2015-08-04 19:39:30 +00:00
|
|
|
Requires: libsolv%{?_isa} = %{version}-%{release}
|
2012-02-06 19:35:49 +00:00
|
|
|
|
|
|
|
%description -n perl-solv
|
|
|
|
Perl bindings for sat solver.
|
2015-08-05 20:40:21 +00:00
|
|
|
%endif
|
2012-02-06 19:35:49 +00:00
|
|
|
|
|
|
|
%prep
|
2015-10-12 16:54:15 +00:00
|
|
|
%autosetup -S git
|
2012-02-06 19:35:49 +00:00
|
|
|
|
2015-08-04 09:36:06 +00:00
|
|
|
%if %{with python3}
|
|
|
|
rm -rf %{py3dir}
|
|
|
|
cp -a . %{py3dir}
|
|
|
|
%endif
|
2013-05-16 07:48:06 +00:00
|
|
|
|
2012-02-06 19:35:49 +00:00
|
|
|
%build
|
2015-08-04 09:36:06 +00:00
|
|
|
%cmake %_cmake_opts \
|
|
|
|
-DPythonLibs_FIND_VERSION=2 -DPythonLibs_FIND_VERSION_MAJOR=2
|
2015-08-05 20:33:31 +00:00
|
|
|
make %{?_smp_mflags}
|
2015-08-04 09:36:06 +00:00
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
pushd %{py3dir}/
|
|
|
|
%cmake %_cmake_opts \
|
|
|
|
-DPythonLibs_FIND_VERSION=3 -DPythonLibs_FIND_VERSION_MAJOR=3
|
2015-08-05 20:33:31 +00:00
|
|
|
make %{?_smp_mflags}
|
2015-08-04 09:36:06 +00:00
|
|
|
popd
|
|
|
|
%endif
|
2012-02-06 19:35:49 +00:00
|
|
|
|
|
|
|
%install
|
2015-08-04 09:36:06 +00:00
|
|
|
%make_install
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
pushd %{py3dir}/
|
|
|
|
%make_install
|
|
|
|
popd
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%check
|
|
|
|
make ARGS="-V" test
|
2012-02-06 19:35:49 +00:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc LICENSE* README BUGS
|
|
|
|
%_libdir/libsolv.so.*
|
|
|
|
%_libdir/libsolvext.so.*
|
|
|
|
|
|
|
|
%files tools
|
2015-08-05 20:40:21 +00:00
|
|
|
%if 0%{?fedora}
|
2013-07-19 14:01:02 +00:00
|
|
|
%_bindir/archpkgs2solv
|
|
|
|
%_bindir/archrepo2solv
|
|
|
|
%_bindir/deb2solv
|
2015-08-05 20:40:21 +00:00
|
|
|
%endif
|
2012-02-06 19:35:49 +00:00
|
|
|
%_bindir/deltainfoxml2solv
|
|
|
|
%_bindir/dumpsolv
|
|
|
|
%_bindir/installcheck
|
|
|
|
%_bindir/mergesolv
|
|
|
|
%_bindir/repo2solv.sh
|
|
|
|
%_bindir/repomdxml2solv
|
|
|
|
%_bindir/rpmdb2solv
|
|
|
|
%_bindir/rpmmd2solv
|
|
|
|
%_bindir/rpms2solv
|
2015-08-04 09:36:06 +00:00
|
|
|
%_bindir/testsolv
|
2012-02-06 19:35:49 +00:00
|
|
|
%_bindir/updateinfoxml2solv
|
|
|
|
|
|
|
|
%files devel
|
2015-10-12 17:00:42 +00:00
|
|
|
%doc examples/solv/
|
2012-02-06 19:35:49 +00:00
|
|
|
%_libdir/libsolv.so
|
|
|
|
%_libdir/libsolvext.so
|
|
|
|
%_includedir/solv
|
|
|
|
%_datadir/cmake/Modules/FindLibSolv.cmake
|
2013-06-20 15:17:47 +00:00
|
|
|
%{_mandir}/man?/*
|
2015-09-10 16:52:37 +00:00
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
2012-02-06 19:35:49 +00:00
|
|
|
|
|
|
|
%files demo
|
|
|
|
%_bindir/solv
|
|
|
|
|
2015-08-05 20:40:21 +00:00
|
|
|
%if 0%{?fedora}
|
2012-02-06 19:35:49 +00:00
|
|
|
%files -n perl-solv
|
|
|
|
%doc examples/p5solv
|
|
|
|
%{perl_vendorarch}/*
|
|
|
|
|
|
|
|
%files -n ruby-solv
|
|
|
|
%doc examples/rbsolv
|
2012-06-07 06:50:19 +00:00
|
|
|
%{ruby_vendorarch}/*
|
2012-02-06 19:35:49 +00:00
|
|
|
|
2015-08-04 09:36:06 +00:00
|
|
|
%files -n python2-solv
|
2012-02-06 19:35:49 +00:00
|
|
|
%doc examples/pysolv
|
2015-08-04 09:36:06 +00:00
|
|
|
%{python2_sitearch}/*
|
2015-08-05 20:40:21 +00:00
|
|
|
%endif
|
2015-08-04 09:36:06 +00:00
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
%files -n python3-solv
|
|
|
|
%doc examples/pysolv
|
|
|
|
%{python3_sitearch}/*
|
|
|
|
%endif
|
2012-02-06 19:35:49 +00:00
|
|
|
|
|
|
|
%changelog
|
2015-10-12 16:54:15 +00:00
|
|
|
* Mon Oct 12 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.6.14-1
|
|
|
|
- Update to 0.6.14
|
|
|
|
- Backport patches from upstream
|
|
|
|
|
2015-09-10 16:31:03 +00:00
|
|
|
* Thu Sep 10 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.6.12-1
|
|
|
|
- Update to 0.6.12
|
|
|
|
|
2015-08-04 09:36:06 +00:00
|
|
|
* 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
|
|
|
|
- Distribute testsolv in -tools subpackage (Igor Gnatenko)
|
|
|
|
- Enable python3 bindings for fedora (Igor Gnatenko)
|
|
|
|
|
2015-08-04 19:39:30 +00:00
|
|
|
* Tue Aug 04 2015 Adam Williamson <awilliam@redhat.com> - 0.6.11-2
|
|
|
|
- make bindings require the exact matching version of the lib (#1243737)
|
|
|
|
|
2015-06-22 17:15:46 +00:00
|
|
|
* Mon Jun 22 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.11-1
|
|
|
|
- new version fixing segfault
|
|
|
|
- RbConfig fixed in the upstream (1928f1a), libsolv-ruby22-rbconfig.patch erased
|
|
|
|
|
2015-06-17 17:20:11 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-03-25 16:39:57 +00:00
|
|
|
* Wed Mar 25 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.10-1
|
|
|
|
- new version fixing segfault
|
|
|
|
|
2015-03-06 15:04:04 +00:00
|
|
|
* Fri Mar 6 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.8-3
|
2015-02-24 19:05:07 +00:00
|
|
|
- Rebuilt with new provides selection feature
|
|
|
|
|
2015-01-19 11:57:54 +00:00
|
|
|
* Mon Jan 19 2015 Vít Ondruch <vondruch@redhat.com> - 0.6.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.2
|
|
|
|
|
2015-01-16 14:34:05 +00:00
|
|
|
* Fri Jan 16 2015 Richard Hughes <richard@hughsie.com> - 0.6.8-2
|
|
|
|
- Update to latest upstream release to fix a crash in PackageKit.
|
|
|
|
|
2014-08-17 06:04:59 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-28 12:38:39 +00:00
|
|
|
|
2014-08-11 13:50:53 +00:00
|
|
|
* Mon Aug 11 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.4-2
|
|
|
|
- Rebase to upstream 12af31a
|
|
|
|
|
2014-07-28 12:38:39 +00:00
|
|
|
* Mon Jul 28 2014 Aleš Kozumplík <akozumpl@redhat.com> - 0.6.4-1
|
|
|
|
- Rebase to upstream 5bd9589
|
|
|
|
|
2014-07-14 16:11:21 +00:00
|
|
|
* Mon Jul 14 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.4-0.git2a5c1c4
|
|
|
|
- Rebase to upstream 2a5c1c4
|
|
|
|
- Filename selector can start with a star
|
|
|
|
|
2014-06-07 05:30:57 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2.git6d968f1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-27 14:34:16 +00:00
|
|
|
* Tue May 27 2014 Aleš Kozumplík <ales@redhat.com> - 0.6.1-1.git6d968f1
|
|
|
|
- Rebase to upstream 6d968f1
|
|
|
|
- Fix RhBug:1049209
|
|
|
|
|
2014-04-25 15:25:33 +00:00
|
|
|
* Fri Apr 25 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.1-0.gitf78f5de
|
|
|
|
- Rebase to 0.6.0, upstream commit f78f5de.
|
|
|
|
|
2014-04-24 12:05:34 +00:00
|
|
|
* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 0.6.0-0.git05baf54.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
|
|
|
|
|
2014-04-09 19:26:43 +00:00
|
|
|
* Wed Apr 9 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.0-0.git05baf54
|
2014-04-09 17:53:12 +00:00
|
|
|
- Rebase to 0.6.0, upstream commit 05baf54.
|
|
|
|
|
2014-01-23 13:07:49 +00:00
|
|
|
* Mon Dec 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.4.1-1.gitbcedc98
|
|
|
|
- Rebase upstream bcedc98
|
|
|
|
- Fix RhBug:1051917.
|
|
|
|
|
2013-12-16 16:32:28 +00:00
|
|
|
* Mon Dec 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.4.1-0.gita8e47f1
|
|
|
|
- Rebase to 0.4.1, upstream commit a8e47f1.
|
|
|
|
|
2013-11-22 15:19:41 +00:00
|
|
|
* Fri Nov 22 2013 Zdenek Pavlas <zpavlas@redhat.com> - 0.4.0-2.git4442b7f
|
|
|
|
- Rebase to 0.4.0, upstream commit 4442b7f.
|
|
|
|
- support DELTA_LOCATION_BASE for completeness
|
2013-10-29 15:41:04 +00:00
|
|
|
|
2013-12-16 16:32:28 +00:00
|
|
|
* Tue Oct 29 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.4.0-1.gitd49d319
|
2013-10-29 15:41:04 +00:00
|
|
|
- Rebase to 0.4.0, upstream commit d49d319.
|
|
|
|
|
2013-08-03 10:27:11 +00:00
|
|
|
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 0.3.0-9.gita59d11d
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-31 15:35:36 +00:00
|
|
|
* Wed Jul 31 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-8.gita59d11d
|
|
|
|
- Rebase to upstream a59d11d.
|
|
|
|
|
2013-07-22 08:00:01 +00:00
|
|
|
* Fri Jul 19 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-7.git228d412
|
2013-07-19 14:01:02 +00:00
|
|
|
- Add build flags, including Deb, Arch, LZMA and MULTI_SEMANTICS. (RhBug:985905)
|
|
|
|
|
2013-07-17 11:32:14 +00:00
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.3.0-6.git228d412
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-19 14:01:02 +00:00
|
|
|
* Mon Jun 24 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-5.git228d412
|
2013-06-24 08:47:28 +00:00
|
|
|
- Rebase to upstream 228d412.
|
|
|
|
- Fixes hawkey github issue https://github.com/akozumpl/hawkey/issues/13
|
|
|
|
|
2013-06-20 15:17:47 +00:00
|
|
|
* Thu Jun 20 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-4.git209e9cb
|
|
|
|
- Rebase to upstream 209e9cb.
|
|
|
|
- Package the new man pages.
|
|
|
|
|
2013-06-20 15:19:00 +00:00
|
|
|
* Thu May 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-3.git7399ad1
|
2013-05-16 07:48:06 +00:00
|
|
|
- Run 'make test' with libsolv build.
|
|
|
|
|
2012-07-16 08:46:02 +00:00
|
|
|
* Mon Apr 8 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-2.git7399ad1
|
|
|
|
- Rebase to upstream 7399ad1.
|
|
|
|
- Fixes RhBug:905209
|
|
|
|
|
2013-04-08 11:44:44 +00:00
|
|
|
* Mon Apr 8 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-1.gite372b78
|
|
|
|
- Rebase to upstream e372b78.
|
|
|
|
- Fixes RhBug:e372b78
|
|
|
|
|
2013-02-14 05:15:48 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-2.gitf663ca2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-08-23 08:58:22 +00:00
|
|
|
* Thu Aug 23 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-17.git6c9d3eb
|
|
|
|
- Rebase to upstream 6c9d3eb.
|
|
|
|
- Drop the solv.i stdbool.h fix integrated upstream.
|
|
|
|
- Dropped the job reasons fix.
|
|
|
|
|
2012-07-23 08:51:33 +00:00
|
|
|
* Mon Jul 23 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-16.git1617994
|
|
|
|
- Fix build problems with Perl bindings.
|
|
|
|
|
2012-07-23 06:34:47 +00:00
|
|
|
* Mon Jul 23 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-15.git1617994
|
|
|
|
- Rebuilt after a failed mass rebuild.
|
|
|
|
|
2012-07-19 21:14:33 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.0-14.git1617994
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-16 09:04:08 +00:00
|
|
|
* Mon Jul 16 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-13.git1617994%{?dist}
|
|
|
|
- preliminary fix for JOB resons in solver_describe_decision().
|
|
|
|
|
2012-07-01 10:58:27 +00:00
|
|
|
* Sun Jul 1 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-12.git1617994%{?dist}
|
|
|
|
- Rebase to upstream 1617994.
|
|
|
|
- Support for RPM_ADD_WITH_HDRID.
|
|
|
|
|
2012-06-07 06:50:19 +00:00
|
|
|
* Thu Jun 7 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-11.gitd39a42b%{?dist}
|
|
|
|
- Rebase to upstream d39a42b.
|
|
|
|
- Fix the epochs.
|
|
|
|
- Move the ruby modules into vendorarch dir, where they are expected.
|
|
|
|
|
2012-05-17 14:16:44 +00:00
|
|
|
* Thu May 17 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-9.git8cf7650%{?dist}
|
|
|
|
- Rebase to upstream 8cf7650.
|
|
|
|
- ruby bindings: fix USE_VENDORDIRS for Fedora.
|
|
|
|
|
2012-04-12 08:59:10 +00:00
|
|
|
* Thu Apr 12 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-7.gitaf1465a2%{?dist}
|
|
|
|
- Rebase to the upstream.
|
|
|
|
- Make repo_add_solv() work without stub repodata.
|
|
|
|
|
2012-04-05 15:15:36 +00:00
|
|
|
* Thu Apr 5 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-6.git80afaf7%{?dist}
|
|
|
|
- Rebuild for the new libdb package.
|
|
|
|
|
2012-04-02 07:28:06 +00:00
|
|
|
* Mon Apr 2 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-5.git80afaf7%{?dist}
|
|
|
|
- Rebuild for the new rpm package.
|
|
|
|
|
2012-04-12 08:59:10 +00:00
|
|
|
* Wed Mar 21 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-4.git80afaf7%{?dist}
|
2012-03-21 10:42:06 +00:00
|
|
|
- New upstream version, fix the .rpm release number.
|
|
|
|
|
2012-04-12 08:59:10 +00:00
|
|
|
* Wed Mar 21 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-3.git80afaf7%{?dist}
|
2012-03-21 10:00:06 +00:00
|
|
|
- New upstream version.
|
|
|
|
|
2012-02-07 19:23:40 +00:00
|
|
|
* Tue Feb 7 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-2.git857fe28%{?dist}
|
|
|
|
- Adapted to Ruby 1.9.3 (workaround for broken CMake in Fedora and
|
|
|
|
ruby template correction in bindings)
|
|
|
|
|
2012-02-06 19:35:49 +00:00
|
|
|
* Thu Feb 2 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-1.git857fe28
|
|
|
|
- Initial packaging
|
|
|
|
- Based on Jindra Novy's spec file
|
|
|
|
- Based on upstream spec file
|