2019-04-23 06:14:07 +00:00
|
|
|
%global mainver 1.10.3
|
2016-01-28 03:06:54 +00:00
|
|
|
#%%global prever .rc3
|
2010-10-17 16:39:43 +00:00
|
|
|
|
2019-01-29 07:29:20 +00:00
|
|
|
%global mainrel 1
|
2010-10-17 16:39:43 +00:00
|
|
|
%global prerpmver %(echo "%{?prever}" | sed -e 's|\\.||g')
|
|
|
|
|
2018-01-25 09:13:39 +00:00
|
|
|
%global gem_name nokogiri
|
2009-07-28 18:13:48 +00:00
|
|
|
|
2018-02-06 05:08:04 +00:00
|
|
|
%undefine __brp_mangle_shebangs
|
2018-10-09 05:47:23 +00:00
|
|
|
%undefine _changelog_trimtime
|
2018-02-06 05:08:04 +00:00
|
|
|
|
2009-01-20 04:10:53 +00:00
|
|
|
Summary: An HTML, XML, SAX, and Reader parser
|
2018-01-25 09:13:39 +00:00
|
|
|
Name: rubygem-%{gem_name}
|
2010-10-17 16:39:43 +00:00
|
|
|
Version: %{mainver}
|
2019-07-26 19:46:18 +00:00
|
|
|
Release: %{?prever:0.}%{mainrel}%{?prever:.%{prerpmver}}%{?dist}.1
|
2009-01-20 04:10:53 +00:00
|
|
|
License: MIT
|
|
|
|
URL: http://nokogiri.rubyforge.org/nokogiri/
|
2018-01-25 09:13:39 +00:00
|
|
|
Source0: https://rubygems.org/gems/%{gem_name}-%{mainver}%{?prever}.gem
|
2018-12-31 09:00:26 +00:00
|
|
|
# %%{SOURCE2} %%{name} %%{version}
|
|
|
|
Source1: rubygem-%{gem_name}-%{version}-full.tar.gz
|
|
|
|
Source2: nokogiri-create-full-tarball.sh
|
2010-12-06 19:55:04 +00:00
|
|
|
# ./test/html/test_element_description.rb:62 fails, as usual......
|
2011-01-29 16:58:22 +00:00
|
|
|
# Patch0: rubygem-nokogiri-1.5.0.beta3-test-failure.patch
|
2012-04-09 09:27:08 +00:00
|
|
|
#Patch0: rubygem-nokogiri-1.5.0-allow-non-crosscompile.patch
|
2015-12-11 05:42:11 +00:00
|
|
|
# Shut down libxml2 version unmatching warning
|
|
|
|
Patch0: %{name}-1.6.6.4-shutdown-libxml2-warning.patch
|
2013-02-23 07:48:10 +00:00
|
|
|
BuildRequires: ruby(release)
|
2009-01-20 04:10:53 +00:00
|
|
|
BuildRequires: ruby(rubygems)
|
2011-01-29 16:58:22 +00:00
|
|
|
##
|
|
|
|
## For %%check
|
|
|
|
BuildRequires: rubygem(minitest)
|
2012-01-24 09:04:16 +00:00
|
|
|
BuildRequires: rubygems-devel
|
2018-01-25 09:13:39 +00:00
|
|
|
Obsoletes: ruby-%{gem_name} <= 1.5.2-2
|
2012-01-24 10:03:42 +00:00
|
|
|
#BuildRequires: ruby(racc)
|
2011-01-29 16:58:22 +00:00
|
|
|
##
|
|
|
|
## Others
|
2018-07-16 01:45:13 +00:00
|
|
|
BuildRequires: gcc
|
2016-06-20 14:39:23 +00:00
|
|
|
BuildRequires: rubygem(pkg-config)
|
2009-01-20 04:10:53 +00:00
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: ruby-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
Nokogiri parses and searches XML/HTML very quickly, and also has
|
|
|
|
correctly implemented CSS3 selector support as well as XPath support.
|
|
|
|
|
|
|
|
Nokogiri also features an Hpricot compatibility layer to help ease the change
|
|
|
|
to using correct CSS and XPath.
|
|
|
|
|
2010-10-17 16:39:43 +00:00
|
|
|
%if 0
|
|
|
|
%package jruby
|
|
|
|
Summary: JRuby support for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description jruby
|
|
|
|
This package contains JRuby support for %{name}.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2009-01-20 04:10:53 +00:00
|
|
|
%package doc
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
This package contains documentation for %{name}.
|
|
|
|
|
2018-01-25 09:13:39 +00:00
|
|
|
%package -n ruby-%{gem_name}
|
|
|
|
Summary: Non-Gem support package for %{gem_name}
|
2009-01-20 04:10:53 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2018-01-25 09:13:39 +00:00
|
|
|
Provides: ruby(%{gem_name}) = %{version}-%{release}
|
2009-01-20 04:10:53 +00:00
|
|
|
|
2018-01-25 09:13:39 +00:00
|
|
|
%description -n ruby-%{gem_name}
|
|
|
|
This package provides non-Gem support for %{gem_name}.
|
2009-01-20 04:10:53 +00:00
|
|
|
|
2015-09-24 13:00:25 +00:00
|
|
|
%global version %{mainver}%{?prever}
|
|
|
|
|
2009-01-20 04:10:53 +00:00
|
|
|
%prep
|
2018-12-31 09:00:26 +00:00
|
|
|
%setup -q -T -c -a 1
|
2009-01-20 04:10:53 +00:00
|
|
|
|
2012-12-31 15:22:36 +00:00
|
|
|
# Gem repack
|
|
|
|
TOPDIR=$(pwd)
|
|
|
|
mkdir tmpunpackdir
|
|
|
|
pushd tmpunpackdir
|
|
|
|
|
|
|
|
gem unpack %{SOURCE0}
|
|
|
|
cd %{gem_name}-%{version}
|
|
|
|
|
|
|
|
# patches
|
2015-12-11 05:42:11 +00:00
|
|
|
%patch0 -p1
|
2012-12-31 15:22:36 +00:00
|
|
|
|
|
|
|
gem specification -l --ruby %{SOURCE0} > %{gem_name}.gemspec
|
|
|
|
|
2013-10-04 10:00:22 +00:00
|
|
|
# remove bundled external libraries
|
2014-05-14 08:36:18 +00:00
|
|
|
sed -i \
|
|
|
|
-e 's|, "ports/archives/[^"][^"]*"||g' \
|
|
|
|
-e 's|, "ports/patches/[^"][^"]*"||g' \
|
2013-10-04 10:00:22 +00:00
|
|
|
%{gem_name}.gemspec
|
|
|
|
# Actually not needed when using system libraries
|
|
|
|
sed -i -e '\@mini_portile@d' %{gem_name}.gemspec
|
|
|
|
|
2012-12-31 15:22:36 +00:00
|
|
|
# Ummm...
|
2018-11-18 21:25:46 +00:00
|
|
|
LANG=C.UTF-8 gem build %{gem_name}.gemspec
|
2012-12-31 15:22:36 +00:00
|
|
|
mv %{gem_name}-%{version}.gem $TOPDIR
|
|
|
|
|
|
|
|
popd
|
|
|
|
rm -rf tmpunpackdir
|
|
|
|
|
|
|
|
%build
|
2018-01-25 09:13:39 +00:00
|
|
|
mkdir -p ./%{gem_dir}
|
2013-10-04 10:00:22 +00:00
|
|
|
# 1.6.0 needs this
|
|
|
|
export NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
|
|
|
|
|
2013-02-23 07:48:10 +00:00
|
|
|
%gem_install
|
2009-01-20 04:10:53 +00:00
|
|
|
|
2010-12-06 19:55:04 +00:00
|
|
|
|
2010-10-17 16:39:43 +00:00
|
|
|
# Permission
|
2018-01-25 09:13:39 +00:00
|
|
|
chmod 0644 .%{gem_dir}/cache/%{gem_name}-%{mainver}%{?prever}.gem
|
2010-10-17 16:39:43 +00:00
|
|
|
|
|
|
|
# Remove precompiled Java .jar file
|
2018-01-25 09:13:39 +00:00
|
|
|
rm -f .%{gem_instdir}/lib/*.jar
|
2010-10-17 16:39:43 +00:00
|
|
|
# For now remove JRuby support
|
2018-01-25 09:13:39 +00:00
|
|
|
rm -rf .%{gem_instdir}/ext/java
|
2010-04-28 16:17:11 +00:00
|
|
|
|
2009-01-20 04:10:53 +00:00
|
|
|
|
|
|
|
%install
|
2018-01-25 09:13:39 +00:00
|
|
|
mkdir -p %{buildroot}%{gem_dir}
|
|
|
|
cp -a ./%{gem_dir}/* %{buildroot}%{gem_dir}
|
2009-01-20 04:10:53 +00:00
|
|
|
|
2010-05-25 17:24:27 +00:00
|
|
|
# Remove backup file
|
|
|
|
find %{buildroot} -name \*.orig_\* | xargs rm -vf
|
|
|
|
|
2012-01-24 09:04:16 +00:00
|
|
|
# move arch dependent files to %%gem_extdir
|
2014-04-17 08:20:49 +00:00
|
|
|
mkdir -p %{buildroot}%{gem_extdir_mri}
|
|
|
|
cp -a ./%{gem_extdir_mri}/* %{buildroot}%{gem_extdir_mri}/
|
|
|
|
|
|
|
|
pushd %{buildroot}
|
|
|
|
rm -f .%{gem_extdir_mri}/{gem_make.out,mkmf.log}
|
|
|
|
popd
|
|
|
|
|
2009-01-20 04:10:53 +00:00
|
|
|
|
2009-06-10 19:53:39 +00:00
|
|
|
# move bin/ files
|
2013-02-23 07:48:10 +00:00
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
|
|
cp -pa .%{_bindir}/* \
|
|
|
|
%{buildroot}%{_bindir}/
|
2009-06-10 19:53:39 +00:00
|
|
|
|
2009-01-20 04:10:53 +00:00
|
|
|
# remove all shebang
|
2018-01-25 09:13:39 +00:00
|
|
|
for f in $(find %{buildroot}%{gem_instdir} -name \*.rb)
|
2009-01-20 04:10:53 +00:00
|
|
|
do
|
|
|
|
sed -i -e '/^#!/d' $f
|
|
|
|
chmod 0644 $f
|
|
|
|
done
|
|
|
|
|
2018-12-31 09:00:26 +00:00
|
|
|
# Copy document files from full source
|
|
|
|
cp -p %{gem_name}-%{version}/[A-Z]* %{buildroot}%{gem_instdir}/
|
|
|
|
|
2009-01-20 04:10:53 +00:00
|
|
|
# cleanups
|
2018-01-25 09:13:39 +00:00
|
|
|
rm -rf %{buildroot}%{gem_instdir}/ext/%{gem_name}/
|
|
|
|
rm -rf %{buildroot}%{gem_instdir}/tmp/
|
|
|
|
rm -f %{buildroot}%{gem_instdir}/{.autotest,.require_paths,.gemtest,.travis.yml}
|
|
|
|
rm -f %{buildroot}%{gem_instdir}/appveyor.yml
|
|
|
|
rm -f %{buildroot}%{gem_instdir}/.cross_rubies
|
|
|
|
rm -f %{buildroot}%{gem_instdir}/{build_all,dependencies.yml,test_all}
|
|
|
|
rm -f %{buildroot}%{gem_instdir}/.editorconfig
|
|
|
|
rm -rf %{buildroot}%{gem_instdir}/suppressions/
|
|
|
|
rm -rf %{buildroot}%{gem_instdir}/patches/
|
|
|
|
rm -f %{buildroot}%{gem_instdir}/{Rakefile,Gemfile*}
|
|
|
|
rm -f %{buildroot}%{gem_instdir}/Manifest.txt
|
2015-09-24 13:00:25 +00:00
|
|
|
|
2009-01-20 04:10:53 +00:00
|
|
|
|
|
|
|
|
2009-03-11 15:35:33 +00:00
|
|
|
%check
|
2011-01-29 16:58:22 +00:00
|
|
|
# Ah....
|
2009-08-21 17:33:20 +00:00
|
|
|
# test_exslt(TestXsltTransforms) [./test/test_xslt_transforms.rb:93]
|
|
|
|
# fails without TZ on sparc
|
|
|
|
export TZ="Asia/Tokyo"
|
2012-01-24 09:04:16 +00:00
|
|
|
#???
|
2018-11-18 21:25:46 +00:00
|
|
|
LANG=C.UTF-8
|
2009-08-21 17:33:20 +00:00
|
|
|
|
2018-12-31 09:00:26 +00:00
|
|
|
# Copy test files from full tarball
|
|
|
|
cp -a %{gem_name}-%{version}/test/ ./%{gem_instdir}
|
2018-01-25 09:13:39 +00:00
|
|
|
pushd ./%{gem_instdir}
|
2012-04-09 09:27:08 +00:00
|
|
|
|
2019-01-29 07:41:43 +00:00
|
|
|
# Remove unneeded simplecov coverage test
|
|
|
|
sed -i test/helper.rb \
|
|
|
|
-e '\@require.*simplecov@,\@^end$@d'
|
|
|
|
|
2012-05-28 09:04:04 +00:00
|
|
|
# Need investigation. For now anyway build
|
2014-04-17 08:20:49 +00:00
|
|
|
ruby \
|
|
|
|
-I.:lib:test:ext \
|
2012-06-25 08:59:57 +00:00
|
|
|
-e \
|
2013-10-04 10:00:22 +00:00
|
|
|
"require 'test/helper' ; Dir.glob('test/**/test_*.rb'){|f| require f}" || \
|
2017-01-11 00:14:17 +00:00
|
|
|
exit 1
|
2012-05-28 09:04:04 +00:00
|
|
|
echo "Please investigate this"
|
2012-04-09 09:27:08 +00:00
|
|
|
|
|
|
|
for f in $SKIPTEST
|
2011-01-29 16:58:22 +00:00
|
|
|
do
|
2012-04-09 09:27:08 +00:00
|
|
|
mv $f.skip $f
|
2011-01-29 16:58:22 +00:00
|
|
|
done
|
|
|
|
|
2009-03-11 15:35:33 +00:00
|
|
|
popd
|
|
|
|
|
2009-01-20 04:10:53 +00:00
|
|
|
%files
|
2018-07-16 01:45:13 +00:00
|
|
|
%defattr(-,root, root,-)
|
2018-01-25 09:13:39 +00:00
|
|
|
%{_bindir}/%{gem_name}
|
2013-02-25 11:52:32 +00:00
|
|
|
%{gem_extdir_mri}/
|
2017-06-12 04:54:55 +00:00
|
|
|
|
2018-01-25 09:13:39 +00:00
|
|
|
%dir %{gem_instdir}/
|
|
|
|
%doc %{gem_instdir}/[A-Z]*
|
2017-06-12 04:54:55 +00:00
|
|
|
|
2018-01-25 09:13:39 +00:00
|
|
|
%{gem_instdir}/bin/
|
|
|
|
%{gem_instdir}/lib/
|
|
|
|
%exclude %{gem_dir}/cache/%{gem_name}-%{mainver}%{?prever}.gem
|
|
|
|
%{gem_dir}/specifications/%{gem_name}-%{mainver}%{?prever}.gemspec
|
2010-10-17 16:39:43 +00:00
|
|
|
|
|
|
|
%if 0
|
|
|
|
%files jruby
|
2018-07-16 01:45:13 +00:00
|
|
|
%defattr(-,root,root,-)
|
2018-01-25 09:13:39 +00:00
|
|
|
%{gem_instdir}/ext/java/
|
2010-10-17 16:39:43 +00:00
|
|
|
%endif
|
2009-01-20 04:10:53 +00:00
|
|
|
|
|
|
|
%files doc
|
2018-07-16 01:45:13 +00:00
|
|
|
%defattr(-,root,root,-)
|
2018-01-25 09:13:39 +00:00
|
|
|
#%%{gem_instdir}/deps.rip
|
|
|
|
#%%{gem_instdir}/spec/
|
2018-12-31 09:00:26 +00:00
|
|
|
%exclude %{gem_instdir}/tasks/
|
|
|
|
%exclude %{gem_instdir}/test/
|
2018-01-25 09:13:39 +00:00
|
|
|
%{gem_dir}/doc/%{gem_name}-%{mainver}%{?prever}/
|
2009-01-20 04:10:53 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-07-26 19:46:18 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.3-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-04-23 06:14:07 +00:00
|
|
|
* Tue Apr 23 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.10.3-1
|
|
|
|
- 1.10.3
|
|
|
|
|
2019-03-26 05:45:29 +00:00
|
|
|
* Tue Mar 26 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.10.2-1
|
|
|
|
- 1.10.2
|
|
|
|
|
2019-02-02 12:39:52 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-29 07:29:20 +00:00
|
|
|
* Tue Jan 29 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.10.1-1
|
|
|
|
- 1.10.1
|
|
|
|
|
2019-01-21 07:04:35 +00:00
|
|
|
* Mon Jan 21 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.10.0-2
|
|
|
|
- F-30: rebuild against ruby26
|
|
|
|
|
2019-01-09 05:47:52 +00:00
|
|
|
* Wed Jan 9 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.10.0-1
|
|
|
|
- 1.10.0
|
|
|
|
|
2018-12-31 09:00:26 +00:00
|
|
|
* Mon Dec 31 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.1-1
|
|
|
|
- 1.9.1
|
|
|
|
|
2018-11-18 21:25:46 +00:00
|
|
|
* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.8.5-1.1
|
|
|
|
- Use C.UTF-8 locale
|
|
|
|
See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
|
|
|
|
|
2018-10-09 05:47:23 +00:00
|
|
|
* Tue Oct 9 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.8.5-1
|
|
|
|
- 1.8.5
|
|
|
|
|
2018-07-14 04:30:37 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-06 05:00:12 +00:00
|
|
|
* Fri Jul 6 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.8.4-1
|
|
|
|
- 1.8.4
|
|
|
|
|
2018-06-18 05:32:31 +00:00
|
|
|
* Mon Jun 18 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.8.3-1
|
|
|
|
- 1.8.3
|
|
|
|
|
2018-02-06 05:08:04 +00:00
|
|
|
* Tue Feb 6 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.8.2-1
|
|
|
|
- 1.8.2
|
|
|
|
|
2018-01-25 09:13:39 +00:00
|
|
|
* Thu Jan 25 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 1.8.1-1.3
|
|
|
|
- Drop compatibility with old releases
|
|
|
|
|
2018-01-20 22:08:06 +00:00
|
|
|
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.8.1-1.2
|
|
|
|
- Rebuilt for switch to libxcrypt
|
|
|
|
|
2018-01-03 16:21:50 +00:00
|
|
|
* Wed Jan 03 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.8.1-1.1
|
|
|
|
- F-28: rebuild for ruby25
|
|
|
|
|
2017-09-20 06:09:26 +00:00
|
|
|
* Wed Sep 20 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.8.1-1
|
|
|
|
- 1.8.1
|
|
|
|
|
2017-08-03 07:57:25 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-1.2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 17:30:28 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-12 04:54:55 +00:00
|
|
|
* Mon Jun 12 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.8.0-1
|
|
|
|
- 1.8.0
|
|
|
|
|
2017-05-12 03:02:23 +00:00
|
|
|
* Fri May 12 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.7.2-1
|
|
|
|
- 1.7.2
|
|
|
|
|
2017-03-21 06:34:53 +00:00
|
|
|
* Tue Mar 21 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.7.1-1
|
|
|
|
- 1.7.1
|
|
|
|
|
2017-02-11 12:32:38 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0.1-2.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-11 00:14:17 +00:00
|
|
|
* Wed Jan 11 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.7.0.1-2
|
|
|
|
- F-26: rebuild for ruby24
|
|
|
|
|
2017-01-04 16:45:03 +00:00
|
|
|
* Thu Jan 5 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.7.0.1-1
|
|
|
|
- 1.7.0.1
|
|
|
|
|
2016-12-29 06:07:56 +00:00
|
|
|
* Thu Dec 29 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.7.0-1
|
|
|
|
- 1.7.0
|
|
|
|
|
2016-10-10 04:34:21 +00:00
|
|
|
* Mon Oct 10 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.8.1-1
|
|
|
|
- 1.6.8.1
|
|
|
|
|
2016-07-01 01:45:34 +00:00
|
|
|
* Fri Jul 1 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.8-3
|
|
|
|
- Kill pkg-config runtime redundant dependency (bug 1349893)
|
|
|
|
|
2016-06-20 14:39:23 +00:00
|
|
|
* Mon Jun 20 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.8-2
|
2016-06-20 14:32:19 +00:00
|
|
|
- 1.6.8
|
|
|
|
|
2016-02-04 23:02:14 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.7.2-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-28 03:06:54 +00:00
|
|
|
* Thu Jan 28 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.7.2-1
|
|
|
|
- 1.6.7.2
|
|
|
|
|
2016-01-11 07:16:16 +00:00
|
|
|
* Mon Jan 11 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.7-0.4.rc4
|
|
|
|
- F-24: rebuild against ruby23
|
|
|
|
|
2015-12-11 05:42:11 +00:00
|
|
|
* Fri Dec 11 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.7-0.3.rc3
|
|
|
|
- Shutdown libxml2 version mismatch warning
|
2016-01-11 07:16:16 +00:00
|
|
|
|
2015-12-08 06:59:52 +00:00
|
|
|
* Tue Dec 8 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.7-0.2.rc3
|
|
|
|
- Rebuild against new libxml2, to make rspec test succeed
|
|
|
|
|
2015-09-24 13:00:25 +00:00
|
|
|
* Thu Sep 24 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.7-0.1.rc3
|
|
|
|
- 1.6.7.rc3
|
|
|
|
|
2015-06-18 23:32:07 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6.2-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-24 15:44:23 +00:00
|
|
|
* Sun Jan 25 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.6.2-1
|
|
|
|
- 1.6.6.2
|
|
|
|
|
2015-01-23 08:26:53 +00:00
|
|
|
* Fri Jan 23 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.6.1-1
|
|
|
|
- 1.6.6.1
|
|
|
|
|
2015-01-15 13:15:08 +00:00
|
|
|
* Thu Jan 15 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.5-2
|
|
|
|
- Rebuild for ruby 2.2
|
|
|
|
|
2014-12-01 04:22:14 +00:00
|
|
|
* Mon Dec 1 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.5-1
|
|
|
|
- 1.6.5
|
|
|
|
|
2014-11-07 11:13:35 +00:00
|
|
|
* Fri Nov 7 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.4.1-1
|
|
|
|
- 1.6.4.1
|
|
|
|
|
2014-08-18 00:50:06 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3.1-1.2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-12 15:42:54 +00:00
|
|
|
* Tue Aug 12 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.3.1-1
|
|
|
|
- 1.6.3.1
|
|
|
|
|
2014-06-08 04:49:25 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2.1-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-14 08:36:18 +00:00
|
|
|
* Wed May 14 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.2.1-1
|
|
|
|
- 1.6.2.1
|
|
|
|
|
2014-04-17 08:20:49 +00:00
|
|
|
* Thu Apr 17 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.1-2
|
|
|
|
- F-21: rebuild for ruby 2.1 / rubygems 2.2
|
|
|
|
|
2013-12-25 09:07:03 +00:00
|
|
|
* Wed Dec 25 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.1-1
|
|
|
|
- 1.6.1
|
|
|
|
|
2013-10-04 10:00:22 +00:00
|
|
|
* Fri Oct 4 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.0-1
|
|
|
|
- 1.6.0
|
|
|
|
|
2013-08-04 14:31:00 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.9-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-28 03:27:33 +00:00
|
|
|
* Thu Mar 28 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.5.9-1
|
|
|
|
- 1.5.9
|
|
|
|
|
2013-03-26 13:58:58 +00:00
|
|
|
* Tue Mar 26 2013 Vít Ondruch <vondruch@redhat.com> - 1.5.6-3
|
|
|
|
- Use %%{gem_extdir_mri} instead of %%{gem_extdir}.
|
|
|
|
|
2013-02-23 07:48:10 +00:00
|
|
|
* Sat Feb 23 2013 Vít Ondruch <vondruch@redhat.com> - 1.5.6-2
|
|
|
|
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
|
|
|
|
|
2013-02-14 22:56:30 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.6-1.2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-31 15:22:36 +00:00
|
|
|
* Tue Jan 1 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.5.6-1
|
|
|
|
- A Happy New Year
|
|
|
|
- 1.5.6
|
|
|
|
|
2012-08-17 18:34:08 +00:00
|
|
|
* Fri Aug 17 2012 Vít Ondruch <vondruch@redhat.com> - 1.5.5-2
|
|
|
|
- Rebuilt againts libxml2 2.9.
|
|
|
|
|
2012-07-21 18:13:50 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-25 08:59:57 +00:00
|
|
|
* Mon Jun 25 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.5.5-1
|
|
|
|
- 1.5.5
|
|
|
|
|
2012-05-28 08:18:24 +00:00
|
|
|
* Mon May 28 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.5.2-3
|
|
|
|
- Fix Obsoletes (bug 822931)
|
|
|
|
|
2012-04-09 09:27:08 +00:00
|
|
|
* Mon Apr 9 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.5.2-1
|
|
|
|
- 1.5.2
|
|
|
|
|
2012-04-03 07:46:47 +00:00
|
|
|
* Tue Apr 03 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1.5.0-3
|
|
|
|
- Fix conditionals for F17 to work for RHEL 7 as well.
|
|
|
|
|
2012-01-24 09:04:16 +00:00
|
|
|
* Tue Jan 24 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.5.0-2
|
|
|
|
- F-17: rebuild for ruby19
|
2012-01-24 10:03:42 +00:00
|
|
|
- For now aviod build failure by touching some files
|
2012-01-24 09:04:16 +00:00
|
|
|
|
2012-01-18 07:53:43 +00:00
|
|
|
* Thu Jan 18 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.5.0-1
|
|
|
|
- 1.5.0
|
|
|
|
|
2012-01-14 03:18:11 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-0.5.beta4.1
|
2012-01-18 07:53:43 +00:00
|
|
|
- F-17: Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
2012-01-14 03:18:11 +00:00
|
|
|
|
2011-06-25 16:18:01 +00:00
|
|
|
* Sun Jun 26 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.5.0-0.5.beta4
|
|
|
|
- Remove unneeded patch
|
|
|
|
|
2011-03-17 20:18:34 +00:00
|
|
|
* Thu Mar 18 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.5.0-0.4.beta4
|
|
|
|
- Patch for newer rake to make testsuite run
|
|
|
|
|
2011-02-09 10:24:43 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-0.3.beta4.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-29 16:58:22 +00:00
|
|
|
* Sun Jan 30 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.5.0-0.3.beta4
|
|
|
|
- 1.5.0.beta.4
|
|
|
|
|
2010-12-06 19:55:04 +00:00
|
|
|
* Tue Dec 7 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.5.0-0.2.beta3
|
|
|
|
- 1.5.0.beta.3
|
|
|
|
|
2010-10-17 16:39:43 +00:00
|
|
|
* Sun Oct 17 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.5.0-0.1.beta2
|
|
|
|
- Try 1.5.0.beta.2
|
|
|
|
|
2010-07-30 18:18:29 +00:00
|
|
|
* Fri Jul 30 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.4.3.1-1
|
|
|
|
- 1.4.3.1
|
|
|
|
|
2010-05-25 17:24:27 +00:00
|
|
|
* Wed May 26 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.4.2-1
|
|
|
|
- 1.4.2
|
|
|
|
|
2010-04-28 16:17:11 +00:00
|
|
|
* Thu Apr 29 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.4.1-2
|
|
|
|
- Fix build failure with libxml2 >= 2.7.7
|
|
|
|
|
2009-12-15 07:09:01 +00:00
|
|
|
* Tue Dec 15 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.4.1-1
|
|
|
|
- 1.4.1
|
|
|
|
|
2009-11-08 16:21:12 +00:00
|
|
|
* Mon Nov 9 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.4.0-1
|
|
|
|
- 1.4.0
|
|
|
|
|
2009-08-21 17:33:20 +00:00
|
|
|
* Sat Aug 22 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.3.3-2
|
|
|
|
- Fix test failure on sparc
|
|
|
|
|
2009-07-28 18:13:48 +00:00
|
|
|
* Wed Jul 29 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.3.3-1
|
|
|
|
- 1.3.3
|
|
|
|
|
2009-07-25 07:07:57 +00:00
|
|
|
* Sat Jul 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.3.2-3
|
|
|
|
- F-12: Mass rebuild
|
|
|
|
|
2009-07-02 05:36:36 +00:00
|
|
|
* Thu Jul 2 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.3.2-2
|
|
|
|
- Enable test
|
|
|
|
- Recompile with -O2
|
|
|
|
|
2009-06-24 18:22:46 +00:00
|
|
|
* Thu Jun 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.3.2-1
|
|
|
|
- 1.3.2
|
|
|
|
|
2009-06-10 19:53:39 +00:00
|
|
|
* Thu Jun 11 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.3.1-1
|
|
|
|
- 1.3.1
|
|
|
|
|
2009-03-25 19:45:03 +00:00
|
|
|
* Thu Mar 26 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.3-1
|
|
|
|
- 1.2.3
|
|
|
|
|
2009-03-18 15:53:47 +00:00
|
|
|
* Thu Mar 19 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.2-1
|
|
|
|
- 1.2.2
|
|
|
|
|
2009-03-11 15:35:33 +00:00
|
|
|
* Thu Mar 12 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.1-1
|
|
|
|
- 1.2.1
|
|
|
|
|
2009-02-24 14:52:03 +00:00
|
|
|
* Tue Feb 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.1.1-2
|
|
|
|
- F-11: Mass rebuild
|
|
|
|
|
2009-01-20 04:10:53 +00:00
|
|
|
* Thu Jan 15 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.1.1-1
|
|
|
|
- 1.1.1
|
|
|
|
|
|
|
|
* Thu Dec 25 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.1.0-1
|
|
|
|
- Initial packaging
|
|
|
|
|