orion pushed to gdl (f29). "Really use eccodes by fixing typo (bug
#1644928)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-10-31 23:19:50 UTC
From bd80a68b2d70e505f6600eda9b38ba31b6a2dc98 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Oct 31 2018 23:18:10 +0000
Subject: Really use eccodes by fixing typo (bug #1644928)
---
diff --git a/gdl.spec b/gdl.spec
index fd11c1d..809c436 100644
--- a/gdl.spec
+++ b/gdl.spec
@@ -3,7 +3,7 @@
Name: gdl
Version: 0.9.8
-Release: 6%{?dist}.20180919git%{shortcommit}
+Release: 7%{?dist}.20180919git%{shortcommit}
Summary: GNU Data Language
Group: Applications/Engineering
@@ -47,10 +47,10 @@ BuildRequires: python2-devel, python2-numpy, python2-matplotlib
BuildRequires: fftw-devel, hdf-static
%if 0%{?fedora}
%if 0%{?fedora} >= 28
-%else
BuildRequires: eccodes-devel
-%endif
+%else
BuildRequires: grib_api-devel
+%endif
%else
BuildRequires: grib_api-static
%endif
@@ -288,6 +288,9 @@ cat xorg.log
%changelog
+* Wed Oct 31 2018 Orion Poplawski <orion(a)nwra.com> - 0.9.8-7.20180919gitd892ee5
+- Really use eccodes by fixing typo (bug #1644928)
+
* Thu Sep 20 2018 Orion Poplawski <orion(a)nwra.com> - 0.9.8-6.20180919gitd892ee5
- Update to latest git
- Port to python 3
https://src.fedoraproject.org/rpms/gdl/c/bd80a68b2d70e505f6600eda9b38ba31...
4Â years, 10Â months
orion pushed to gdl (master). "Really use eccodes by fixing typo (bug
#1644928)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-10-31 23:18:14 UTC
From bd80a68b2d70e505f6600eda9b38ba31b6a2dc98 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Oct 31 2018 23:18:10 +0000
Subject: Really use eccodes by fixing typo (bug #1644928)
---
diff --git a/gdl.spec b/gdl.spec
index fd11c1d..809c436 100644
--- a/gdl.spec
+++ b/gdl.spec
@@ -3,7 +3,7 @@
Name: gdl
Version: 0.9.8
-Release: 6%{?dist}.20180919git%{shortcommit}
+Release: 7%{?dist}.20180919git%{shortcommit}
Summary: GNU Data Language
Group: Applications/Engineering
@@ -47,10 +47,10 @@ BuildRequires: python2-devel, python2-numpy, python2-matplotlib
BuildRequires: fftw-devel, hdf-static
%if 0%{?fedora}
%if 0%{?fedora} >= 28
-%else
BuildRequires: eccodes-devel
-%endif
+%else
BuildRequires: grib_api-devel
+%endif
%else
BuildRequires: grib_api-static
%endif
@@ -288,6 +288,9 @@ cat xorg.log
%changelog
+* Wed Oct 31 2018 Orion Poplawski <orion(a)nwra.com> - 0.9.8-7.20180919gitd892ee5
+- Really use eccodes by fixing typo (bug #1644928)
+
* Thu Sep 20 2018 Orion Poplawski <orion(a)nwra.com> - 0.9.8-6.20180919gitd892ee5
- Update to latest git
- Port to python 3
https://src.fedoraproject.org/rpms/gdl/c/bd80a68b2d70e505f6600eda9b38ba31...
4Â years, 10Â months
jistone pushed to rust (epel7). "Re-bootstrap ppc64le for rust#54545"
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-10-31 23:12:49 UTC
From cf28e2f093110d7b4f44349ce98f23cc48635b0e Mon Sep 17 00:00:00 2001
From: Josh Stone <jistone(a)redhat.com>
Date: Oct 31 2018 22:48:17 +0000
Subject: Re-bootstrap ppc64le for rust#54545
---
diff --git a/rust.spec b/rust.spec
index e18ce3f..9ff5f8c 100644
--- a/rust.spec
+++ b/rust.spec
@@ -16,6 +16,7 @@
# Only the specified arches will use bootstrap binaries.
#global bootstrap_arches %%{rust_arches}
+%global bootstrap_arches ppc64le
# Using llvm-static may be helpful as an opt-in, e.g. to aid LLVM rebases.
%bcond_with llvm_static
@@ -684,6 +685,7 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py*
%changelog
* Thu Oct 25 2018 Josh Stone <jistone(a)redhat.com> - 1.30.0-6
- Update to 1.30.0.
+- Re-bootstrap ppc64le for rust#54545
* Fri Oct 12 2018 Josh Stone <jistone(a)redhat.com> - 1.29.2-3
- Update to 1.29.2.
diff --git a/sources b/sources
index 53d5f2e..ec99e8b 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
SHA512 (rustc-1.30.0-src.tar.xz) = f5f2f8379b43f68a9c1acd476a41fab2fb3a9458146fbdb21dfb2f5d1ab86905933b9541e866f5fbb520dafe349e0ab87bc6c9466774c4616007d547e6aeaa59
+SHA512 (rust-1.29.2-powerpc64le-unknown-linux-gnu.tar.xz) = b9181da601a467f46713f2f438fc7ad69c46fc310e62a8d45f665744c8578491d832b8624ff454c19c94f1694fa406846a82289250241030a70b2cb4b88913d1
https://src.fedoraproject.org/rpms/rust/c/cf28e2f093110d7b4f44349ce98f23c...
4Â years, 10Â months
jistone pushed to rust (f27). "Re-bootstrap ppc64le for rust#54545"
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-10-31 23:12:37 UTC
From 8dd1169f89e0b1d721cd53bcc6138ef7e4e67ce6 Mon Sep 17 00:00:00 2001
From: Josh Stone <jistone(a)redhat.com>
Date: Oct 31 2018 22:48:11 +0000
Subject: Re-bootstrap ppc64le for rust#54545
---
diff --git a/rust.spec b/rust.spec
index ecce5a0..389fed0 100644
--- a/rust.spec
+++ b/rust.spec
@@ -16,6 +16,7 @@
# Only the specified arches will use bootstrap binaries.
#global bootstrap_arches %%{rust_arches}
+%global bootstrap_arches ppc64le
# Using llvm-static may be helpful as an opt-in, e.g. to aid LLVM rebases.
%bcond_with llvm_static
@@ -684,6 +685,7 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py*
%changelog
* Thu Oct 25 2018 Josh Stone <jistone(a)redhat.com> - 1.30.0-6
- Update to 1.30.0.
+- Re-bootstrap ppc64le for rust#54545
* Fri Oct 12 2018 Josh Stone <jistone(a)redhat.com> - 1.29.2-3
- Update to 1.29.2.
diff --git a/sources b/sources
index 53d5f2e..ec99e8b 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
SHA512 (rustc-1.30.0-src.tar.xz) = f5f2f8379b43f68a9c1acd476a41fab2fb3a9458146fbdb21dfb2f5d1ab86905933b9541e866f5fbb520dafe349e0ab87bc6c9466774c4616007d547e6aeaa59
+SHA512 (rust-1.29.2-powerpc64le-unknown-linux-gnu.tar.xz) = b9181da601a467f46713f2f438fc7ad69c46fc310e62a8d45f665744c8578491d832b8624ff454c19c94f1694fa406846a82289250241030a70b2cb4b88913d1
https://src.fedoraproject.org/rpms/rust/c/8dd1169f89e0b1d721cd53bcc6138ef...
4Â years, 10Â months
jistone pushed to rust (f28). "Re-bootstrap ppc64le for rust#54545"
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-10-31 23:12:14 UTC
From df43fbdd9a91e7b75396e280c1f6fffa670d592a Mon Sep 17 00:00:00 2001
From: Josh Stone <jistone(a)redhat.com>
Date: Oct 31 2018 22:47:45 +0000
Subject: Re-bootstrap ppc64le for rust#54545
---
diff --git a/rust.spec b/rust.spec
index 8fb2ef2..22171a8 100644
--- a/rust.spec
+++ b/rust.spec
@@ -16,6 +16,7 @@
# Only the specified arches will use bootstrap binaries.
#global bootstrap_arches %%{rust_arches}
+%global bootstrap_arches ppc64le
# Using llvm-static may be helpful as an opt-in, e.g. to aid LLVM rebases.
%bcond_with llvm_static
@@ -684,6 +685,7 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py*
%changelog
* Thu Oct 25 2018 Josh Stone <jistone(a)redhat.com> - 1.30.0-6
- Update to 1.30.0.
+- Re-bootstrap ppc64le for rust#54545
* Fri Oct 12 2018 Josh Stone <jistone(a)redhat.com> - 1.29.2-3
- Update to 1.29.2.
diff --git a/sources b/sources
index 53d5f2e..ec99e8b 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
SHA512 (rustc-1.30.0-src.tar.xz) = f5f2f8379b43f68a9c1acd476a41fab2fb3a9458146fbdb21dfb2f5d1ab86905933b9541e866f5fbb520dafe349e0ab87bc6c9466774c4616007d547e6aeaa59
+SHA512 (rust-1.29.2-powerpc64le-unknown-linux-gnu.tar.xz) = b9181da601a467f46713f2f438fc7ad69c46fc310e62a8d45f665744c8578491d832b8624ff454c19c94f1694fa406846a82289250241030a70b2cb4b88913d1
https://src.fedoraproject.org/rpms/rust/c/df43fbdd9a91e7b75396e280c1f6fff...
4Â years, 10Â months
decathorpe pushed to rubygem-jekyll-toc (f28). "update to version
0.9.0"
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-10-31 22:22:39 UTC
From f6ab62b1315e575d430ac7046cc42a9df2a1135a Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe(a)gmail.com>
Date: Oct 31 2018 22:19:08 +0000
Subject: update to version 0.9.0
---
diff --git a/.gitignore b/.gitignore
index 7a8b39c..7875f46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/jekyll-toc-0.7.1.gem
/jekyll-toc-0.8.0.gem
+/jekyll-toc-0.9.0.gem
diff --git a/00-disable-simplecov.patch b/00-disable-simplecov.patch
index 01a4c64..256f0a3 100644
--- a/00-disable-simplecov.patch
+++ b/00-disable-simplecov.patch
@@ -1,6 +1,6 @@
-From 7002d94ff952082a0cac3987d42f5b9f789a4874 Mon Sep 17 00:00:00 2001
+From 3100a72800a7c32dcedcaf23d33b05d7a1b0c0bd Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe(a)gmail.com>
-Date: Mon, 1 Oct 2018 22:18:30 +0200
+Date: Wed, 31 Oct 2018 23:12:34 +0100
Subject: [PATCH] test: disable simplecov in tests
---
@@ -24,7 +24,7 @@ index d7278cc..9b3234b 100644
task :default => [:test]
diff --git a/test/test_helper.rb b/test/test_helper.rb
-index f1e5781..8ae80c5 100644
+index c4069d5..1282753 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,8 +1,5 @@
@@ -49,7 +49,7 @@ index 3c7a95f..8bd2b70 100644
class TestInjectAnchorsFilter < Minitest::Test
include TestHelpers
diff --git a/test/test_kramdown_list.rb b/test/test_kramdown_list.rb
-index 7196703..68b8359 100644
+index 60019aa..32fe36c 100644
--- a/test/test_kramdown_list.rb
+++ b/test/test_kramdown_list.rb
@@ -1,6 +1,6 @@
@@ -61,7 +61,7 @@ index 7196703..68b8359 100644
class TestKramdownList < Minitest::Test
# NOTE: kramdown automatically injects `id` attribute
diff --git a/test/test_option_error.rb b/test/test_option_error.rb
-index 8de4ee8..75c8b63 100644
+index c469e29..8432ed4 100644
--- a/test/test_option_error.rb
+++ b/test/test_option_error.rb
@@ -1,6 +1,6 @@
@@ -97,7 +97,7 @@ index cc0b9eb..a8ae4cd 100644
class TestTOCOnlyFilter < Minitest::Test
include TestHelpers
diff --git a/test/test_various_toc_html.rb b/test/test_various_toc_html.rb
-index 5deeb7d..7d7d26f 100644
+index 0a698b4..a5b539f 100644
--- a/test/test_various_toc_html.rb
+++ b/test/test_various_toc_html.rb
@@ -1,6 +1,6 @@
@@ -109,5 +109,5 @@ index 5deeb7d..7d7d26f 100644
class TestVariousTocHtml < Minitest::Test
# ref. https://github.com/toshimaru/jekyll-toc/issues/45
--
-2.17.1
+2.19.1
diff --git a/rubygem-jekyll-toc.spec b/rubygem-jekyll-toc.spec
index 8538efb..00a8bc7 100644
--- a/rubygem-jekyll-toc.spec
+++ b/rubygem-jekyll-toc.spec
@@ -1,7 +1,7 @@
%global gem_name jekyll-toc
Name: rubygem-%{gem_name}
-Version: 0.8.0
+Version: 0.9.0
Release: 1%{?dist}
Summary: Jekyll Table of Contents plugin
License: MIT
@@ -56,7 +56,6 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
%check
pushd .%{gem_instdir}
-#ruby -i"lib:test" -e 'Dir.glob "./test/**/test_*.rb", &method(:require)'
rake test
popd
@@ -75,6 +74,7 @@ popd
%exclude %{gem_cache}
%exclude %{gem_instdir}/.gitignore
+%exclude %{gem_instdir}/.rubocop.yml
%exclude %{gem_instdir}/.travis.yml
@@ -91,6 +91,9 @@ popd
%changelog
+* Wed Oct 31 2018 Fabio Valentini <decathorpe(a)gmail.com> - 0.9.0-1
+- Update to version 0.9.0.
+
* Sat Oct 20 2018 Fabio Valentini <decathorpe(a)gmail.com> - 0.8.0-1
- Update to version 0.8.0.
diff --git a/sources b/sources
index 2d581c5..f5ae811 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jekyll-toc-0.8.0.gem) = d4ddadb30e7f091ef8df135c12881d72d2e33cd523e3b84d107647e043cf491806728d3caf5241950a52b8ffc735a38d53c45cac4454ce4a38a4d5f0d5757921
+SHA512 (jekyll-toc-0.9.0.gem) = f16c9ad3855cbc61c06cb7fe4ac6ce4a165b54a78216c8eb30a04d44c230d0f6e7b8d5b9562da3fa8a8957d8773ab3863741e6bf467054b9fa0b305ae7ee7281
https://src.fedoraproject.org/rpms/rubygem-jekyll-toc/c/f6ab62b1315e575d4...
4Â years, 10Â months
decathorpe pushed to rubygem-jekyll-toc (f29). "update to version
0.9.0"
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-10-31 22:19:52 UTC
From f6ab62b1315e575d430ac7046cc42a9df2a1135a Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe(a)gmail.com>
Date: Oct 31 2018 22:19:08 +0000
Subject: update to version 0.9.0
---
diff --git a/.gitignore b/.gitignore
index 7a8b39c..7875f46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/jekyll-toc-0.7.1.gem
/jekyll-toc-0.8.0.gem
+/jekyll-toc-0.9.0.gem
diff --git a/00-disable-simplecov.patch b/00-disable-simplecov.patch
index 01a4c64..256f0a3 100644
--- a/00-disable-simplecov.patch
+++ b/00-disable-simplecov.patch
@@ -1,6 +1,6 @@
-From 7002d94ff952082a0cac3987d42f5b9f789a4874 Mon Sep 17 00:00:00 2001
+From 3100a72800a7c32dcedcaf23d33b05d7a1b0c0bd Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe(a)gmail.com>
-Date: Mon, 1 Oct 2018 22:18:30 +0200
+Date: Wed, 31 Oct 2018 23:12:34 +0100
Subject: [PATCH] test: disable simplecov in tests
---
@@ -24,7 +24,7 @@ index d7278cc..9b3234b 100644
task :default => [:test]
diff --git a/test/test_helper.rb b/test/test_helper.rb
-index f1e5781..8ae80c5 100644
+index c4069d5..1282753 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,8 +1,5 @@
@@ -49,7 +49,7 @@ index 3c7a95f..8bd2b70 100644
class TestInjectAnchorsFilter < Minitest::Test
include TestHelpers
diff --git a/test/test_kramdown_list.rb b/test/test_kramdown_list.rb
-index 7196703..68b8359 100644
+index 60019aa..32fe36c 100644
--- a/test/test_kramdown_list.rb
+++ b/test/test_kramdown_list.rb
@@ -1,6 +1,6 @@
@@ -61,7 +61,7 @@ index 7196703..68b8359 100644
class TestKramdownList < Minitest::Test
# NOTE: kramdown automatically injects `id` attribute
diff --git a/test/test_option_error.rb b/test/test_option_error.rb
-index 8de4ee8..75c8b63 100644
+index c469e29..8432ed4 100644
--- a/test/test_option_error.rb
+++ b/test/test_option_error.rb
@@ -1,6 +1,6 @@
@@ -97,7 +97,7 @@ index cc0b9eb..a8ae4cd 100644
class TestTOCOnlyFilter < Minitest::Test
include TestHelpers
diff --git a/test/test_various_toc_html.rb b/test/test_various_toc_html.rb
-index 5deeb7d..7d7d26f 100644
+index 0a698b4..a5b539f 100644
--- a/test/test_various_toc_html.rb
+++ b/test/test_various_toc_html.rb
@@ -1,6 +1,6 @@
@@ -109,5 +109,5 @@ index 5deeb7d..7d7d26f 100644
class TestVariousTocHtml < Minitest::Test
# ref. https://github.com/toshimaru/jekyll-toc/issues/45
--
-2.17.1
+2.19.1
diff --git a/rubygem-jekyll-toc.spec b/rubygem-jekyll-toc.spec
index 8538efb..00a8bc7 100644
--- a/rubygem-jekyll-toc.spec
+++ b/rubygem-jekyll-toc.spec
@@ -1,7 +1,7 @@
%global gem_name jekyll-toc
Name: rubygem-%{gem_name}
-Version: 0.8.0
+Version: 0.9.0
Release: 1%{?dist}
Summary: Jekyll Table of Contents plugin
License: MIT
@@ -56,7 +56,6 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
%check
pushd .%{gem_instdir}
-#ruby -i"lib:test" -e 'Dir.glob "./test/**/test_*.rb", &method(:require)'
rake test
popd
@@ -75,6 +74,7 @@ popd
%exclude %{gem_cache}
%exclude %{gem_instdir}/.gitignore
+%exclude %{gem_instdir}/.rubocop.yml
%exclude %{gem_instdir}/.travis.yml
@@ -91,6 +91,9 @@ popd
%changelog
+* Wed Oct 31 2018 Fabio Valentini <decathorpe(a)gmail.com> - 0.9.0-1
+- Update to version 0.9.0.
+
* Sat Oct 20 2018 Fabio Valentini <decathorpe(a)gmail.com> - 0.8.0-1
- Update to version 0.8.0.
diff --git a/sources b/sources
index 2d581c5..f5ae811 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jekyll-toc-0.8.0.gem) = d4ddadb30e7f091ef8df135c12881d72d2e33cd523e3b84d107647e043cf491806728d3caf5241950a52b8ffc735a38d53c45cac4454ce4a38a4d5f0d5757921
+SHA512 (jekyll-toc-0.9.0.gem) = f16c9ad3855cbc61c06cb7fe4ac6ce4a165b54a78216c8eb30a04d44c230d0f6e7b8d5b9562da3fa8a8957d8773ab3863741e6bf467054b9fa0b305ae7ee7281
https://src.fedoraproject.org/rpms/rubygem-jekyll-toc/c/f6ab62b1315e575d4...
4Â years, 10Â months
decathorpe pushed to rubygem-jekyll-toc (master). "update to version
0.9.0"
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-10-31 22:19:20 UTC
From f6ab62b1315e575d430ac7046cc42a9df2a1135a Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe(a)gmail.com>
Date: Oct 31 2018 22:19:08 +0000
Subject: update to version 0.9.0
---
diff --git a/.gitignore b/.gitignore
index 7a8b39c..7875f46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/jekyll-toc-0.7.1.gem
/jekyll-toc-0.8.0.gem
+/jekyll-toc-0.9.0.gem
diff --git a/00-disable-simplecov.patch b/00-disable-simplecov.patch
index 01a4c64..256f0a3 100644
--- a/00-disable-simplecov.patch
+++ b/00-disable-simplecov.patch
@@ -1,6 +1,6 @@
-From 7002d94ff952082a0cac3987d42f5b9f789a4874 Mon Sep 17 00:00:00 2001
+From 3100a72800a7c32dcedcaf23d33b05d7a1b0c0bd Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe(a)gmail.com>
-Date: Mon, 1 Oct 2018 22:18:30 +0200
+Date: Wed, 31 Oct 2018 23:12:34 +0100
Subject: [PATCH] test: disable simplecov in tests
---
@@ -24,7 +24,7 @@ index d7278cc..9b3234b 100644
task :default => [:test]
diff --git a/test/test_helper.rb b/test/test_helper.rb
-index f1e5781..8ae80c5 100644
+index c4069d5..1282753 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,8 +1,5 @@
@@ -49,7 +49,7 @@ index 3c7a95f..8bd2b70 100644
class TestInjectAnchorsFilter < Minitest::Test
include TestHelpers
diff --git a/test/test_kramdown_list.rb b/test/test_kramdown_list.rb
-index 7196703..68b8359 100644
+index 60019aa..32fe36c 100644
--- a/test/test_kramdown_list.rb
+++ b/test/test_kramdown_list.rb
@@ -1,6 +1,6 @@
@@ -61,7 +61,7 @@ index 7196703..68b8359 100644
class TestKramdownList < Minitest::Test
# NOTE: kramdown automatically injects `id` attribute
diff --git a/test/test_option_error.rb b/test/test_option_error.rb
-index 8de4ee8..75c8b63 100644
+index c469e29..8432ed4 100644
--- a/test/test_option_error.rb
+++ b/test/test_option_error.rb
@@ -1,6 +1,6 @@
@@ -97,7 +97,7 @@ index cc0b9eb..a8ae4cd 100644
class TestTOCOnlyFilter < Minitest::Test
include TestHelpers
diff --git a/test/test_various_toc_html.rb b/test/test_various_toc_html.rb
-index 5deeb7d..7d7d26f 100644
+index 0a698b4..a5b539f 100644
--- a/test/test_various_toc_html.rb
+++ b/test/test_various_toc_html.rb
@@ -1,6 +1,6 @@
@@ -109,5 +109,5 @@ index 5deeb7d..7d7d26f 100644
class TestVariousTocHtml < Minitest::Test
# ref. https://github.com/toshimaru/jekyll-toc/issues/45
--
-2.17.1
+2.19.1
diff --git a/rubygem-jekyll-toc.spec b/rubygem-jekyll-toc.spec
index 8538efb..00a8bc7 100644
--- a/rubygem-jekyll-toc.spec
+++ b/rubygem-jekyll-toc.spec
@@ -1,7 +1,7 @@
%global gem_name jekyll-toc
Name: rubygem-%{gem_name}
-Version: 0.8.0
+Version: 0.9.0
Release: 1%{?dist}
Summary: Jekyll Table of Contents plugin
License: MIT
@@ -56,7 +56,6 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
%check
pushd .%{gem_instdir}
-#ruby -i"lib:test" -e 'Dir.glob "./test/**/test_*.rb", &method(:require)'
rake test
popd
@@ -75,6 +74,7 @@ popd
%exclude %{gem_cache}
%exclude %{gem_instdir}/.gitignore
+%exclude %{gem_instdir}/.rubocop.yml
%exclude %{gem_instdir}/.travis.yml
@@ -91,6 +91,9 @@ popd
%changelog
+* Wed Oct 31 2018 Fabio Valentini <decathorpe(a)gmail.com> - 0.9.0-1
+- Update to version 0.9.0.
+
* Sat Oct 20 2018 Fabio Valentini <decathorpe(a)gmail.com> - 0.8.0-1
- Update to version 0.8.0.
diff --git a/sources b/sources
index 2d581c5..f5ae811 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jekyll-toc-0.8.0.gem) = d4ddadb30e7f091ef8df135c12881d72d2e33cd523e3b84d107647e043cf491806728d3caf5241950a52b8ffc735a38d53c45cac4454ce4a38a4d5f0d5757921
+SHA512 (jekyll-toc-0.9.0.gem) = f16c9ad3855cbc61c06cb7fe4ac6ce4a165b54a78216c8eb30a04d44c230d0f6e7b8d5b9562da3fa8a8957d8773ab3863741e6bf467054b9fa0b305ae7ee7281
https://src.fedoraproject.org/rpms/rubygem-jekyll-toc/c/f6ab62b1315e575d4...
4Â years, 10Â months