diff --git a/.gitignore b/.gitignore index f7856b7..1498761 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ /jekyll-4.0.1.tar.gz /jekyll-4.1.0.gem /jekyll-4.1.0.tar.gz +/jekyll-4.1.1.gem +/jekyll-4.1.1.tar.gz diff --git a/0000-jekyll-commands-remove-bundle-install-step-for-new.patch b/0000-jekyll-commands-remove-bundle-install-step-for-new.patch index c1bbea5..66cfd46 100644 --- a/0000-jekyll-commands-remove-bundle-install-step-for-new.patch +++ b/0000-jekyll-commands-remove-bundle-install-step-for-new.patch @@ -1,4 +1,4 @@ -From 6b9abfb9cd705c381c7b30f5fa08cfa8ab2d694c Mon Sep 17 00:00:00 2001 +From 6b3e6b9d8e2607b34e8cfa36d81bd44734637cf6 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 26 Aug 2019 10:25:42 +0200 Subject: [PATCH 0/7] jekyll/commands: remove "bundle install" step for "new" diff --git a/0001-test-helper-disable-simplecov-and-minitest-plugins.patch b/0001-test-helper-disable-simplecov-and-minitest-plugins.patch index 6016f47..2a79809 100644 --- a/0001-test-helper-disable-simplecov-and-minitest-plugins.patch +++ b/0001-test-helper-disable-simplecov-and-minitest-plugins.patch @@ -1,4 +1,4 @@ -From 485cf69fcc5687bd487706d9b2e96f25b2d0409f Mon Sep 17 00:00:00 2001 +From 48d352f637b71e60f13f118f1032fbfd5d707dfb Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 26 Aug 2019 10:26:59 +0200 Subject: [PATCH 1/7] test/helper: disable simplecov and minitest plugins @@ -8,7 +8,7 @@ Subject: [PATCH 1/7] test/helper: disable simplecov and minitest plugins 1 file changed, 21 deletions(-) diff --git a/test/helper.rb b/test/helper.rb -index 33e52f19..d5907546 100644 +index 479cdf9c..1d53f147 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -11,24 +11,10 @@ def jruby? diff --git a/0002-test-utils-remove-internet-connectivity-test.patch b/0002-test-utils-remove-internet-connectivity-test.patch index 7f588fb..6faeba1 100644 --- a/0002-test-utils-remove-internet-connectivity-test.patch +++ b/0002-test-utils-remove-internet-connectivity-test.patch @@ -1,4 +1,4 @@ -From 617c05cb3cfc6409edcfd0b3b7f8b8f859c7b6dc Mon Sep 17 00:00:00 2001 +From 784b139e6a4f502a7bae612578f5f92abe3a17b4 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 26 Aug 2019 10:27:48 +0200 Subject: [PATCH 2/7] test/utils: remove internet connectivity test diff --git a/0003-test-disable-tests-requiring-the-test-theme.patch b/0003-test-disable-tests-requiring-the-test-theme.patch index 5ef4489..41ded17 100644 --- a/0003-test-disable-tests-requiring-the-test-theme.patch +++ b/0003-test-disable-tests-requiring-the-test-theme.patch @@ -1,4 +1,4 @@ -From 5b4b084197b10f261de34c64645918e20fdbb219 Mon Sep 17 00:00:00 2001 +From bd3b0cb92c31d7c4e307c44cc5cfc4ea97e39fbf Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 27 May 2020 15:09:27 +0200 Subject: [PATCH 3/7] test: disable tests requiring the test theme @@ -72,7 +72,7 @@ index 40795801..8739ada5 100644 end end diff --git a/test/test_site.rb b/test/test_site.rb -index 122490e8..e20be1fe 100644 +index eabfe346..a4696f23 100644 --- a/test/test_site.rb +++ b/test/test_site.rb @@ -64,18 +64,6 @@ class TestSite < JekyllUnitTest @@ -94,7 +94,7 @@ index 122490e8..e20be1fe 100644 should "configure cache_dir" do fixture_site.process assert File.directory?(source_dir(".jekyll-cache", "Jekyll", "Cache")) -@@ -255,14 +243,6 @@ class TestSite < JekyllUnitTest +@@ -258,14 +246,6 @@ class TestSite < JekyllUnitTest assert_equal posts.size - @num_invalid_posts, @site.posts.size end @@ -109,7 +109,7 @@ index 122490e8..e20be1fe 100644 should "read pages with YAML front matter" do abs_path = File.expand_path("about.html", @site.source) assert_equal true, Utils.has_yaml_header?(abs_path) -@@ -592,19 +572,6 @@ class TestSite < JekyllUnitTest +@@ -595,19 +575,6 @@ class TestSite < JekyllUnitTest "to use gem-based themes, but got Hash\n" assert_includes output, expected_msg end @@ -131,7 +131,7 @@ index 122490e8..e20be1fe 100644 context "with liquid profiling" do diff --git a/test/test_theme.rb b/test/test_theme.rb deleted file mode 100644 -index 4c6fee27..00000000 +index bfbe151f..00000000 --- a/test/test_theme.rb +++ /dev/null @@ -1,85 +0,0 @@ @@ -211,7 +211,7 @@ index 4c6fee27..00000000 - - should "raise when getting theme root" do - error = assert_raises(RuntimeError) { Theme.new("test-non-existent-theme") } -- assert_match(%r!fixtures\/test-non-existent-theme does not exist!, error.message) +- assert_match(%r!fixtures/test-non-existent-theme does not exist!, error.message) - end - end - end diff --git a/0004-tests-related_posts-disable-tests-requiring-classifi.patch b/0004-tests-related_posts-disable-tests-requiring-classifi.patch index 4502bdd..da65dd0 100644 --- a/0004-tests-related_posts-disable-tests-requiring-classifi.patch +++ b/0004-tests-related_posts-disable-tests-requiring-classifi.patch @@ -1,4 +1,4 @@ -From 585870ee3df88dbf6b200edf91510dbb0e37b491 Mon Sep 17 00:00:00 2001 +From a99073e4e81b7713e16872fe691a67b7a3b355e4 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 26 Aug 2019 10:31:44 +0200 Subject: [PATCH 4/7] tests/related_posts: disable tests requiring diff --git a/0005-test-coffeescript-disable-tests-requiring-coffeescri.patch b/0005-test-coffeescript-disable-tests-requiring-coffeescri.patch index b820bea..868b69d 100644 --- a/0005-test-coffeescript-disable-tests-requiring-coffeescri.patch +++ b/0005-test-coffeescript-disable-tests-requiring-coffeescri.patch @@ -1,4 +1,4 @@ -From 804a42e68dbcd166d0d8b1d07c6918ffae9b04f4 Mon Sep 17 00:00:00 2001 +From 40f9467ce01a4658000dbb524ad9ec49e487c336 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 26 Aug 2019 10:32:13 +0200 Subject: [PATCH 5/7] test/coffeescript: disable tests requiring coffeescript diff --git a/0006-test-plugin_manager-disable-tests-requiring-gemspec-.patch b/0006-test-plugin_manager-disable-tests-requiring-gemspec-.patch index 4e81d27..c306904 100644 --- a/0006-test-plugin_manager-disable-tests-requiring-gemspec-.patch +++ b/0006-test-plugin_manager-disable-tests-requiring-gemspec-.patch @@ -1,4 +1,4 @@ -From 6a66bfe82ac3c55545181090f18276d039da483a Mon Sep 17 00:00:00 2001 +From 55d936a3db855e062072d5ba702e07d2ae1b914c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 26 Aug 2019 10:33:42 +0200 Subject: [PATCH 6/7] test/plugin_manager: disable tests requiring gemspec and diff --git a/0007-test-kramdown-disable-race-y-test.patch b/0007-test-kramdown-disable-race-y-test.patch index 92075e0..4edd328 100644 --- a/0007-test-kramdown-disable-race-y-test.patch +++ b/0007-test-kramdown-disable-race-y-test.patch @@ -1,4 +1,4 @@ -From 5898eecd0d65e3b4e3d925d9503ce9ad597a1345 Mon Sep 17 00:00:00 2001 +From ae9d8fa12f4e441978def76ffec6fa04478b3060 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 29 Aug 2019 01:16:32 +0200 Subject: [PATCH 7/7] test/kramdown: disable race-y test @@ -8,7 +8,7 @@ Subject: [PATCH 7/7] test/kramdown: disable race-y test 1 file changed, 18 deletions(-) diff --git a/test/test_kramdown.rb b/test/test_kramdown.rb -index 02d2b0c0..3f22e8a1 100644 +index c95f05d8..37bf29eb 100644 --- a/test/test_kramdown.rb +++ b/test/test_kramdown.rb @@ -136,24 +136,6 @@ class TestKramdown < JekyllUnitTest diff --git a/rubygem-jekyll.spec b/rubygem-jekyll.spec index f32c656..885830e 100644 --- a/rubygem-jekyll.spec +++ b/rubygem-jekyll.spec @@ -2,8 +2,8 @@ Name: rubygem-%{gem_name} Summary: Simple, blog aware, static site generator -Version: 4.1.0 -Release: 2%{?dist} +Version: 4.1.1 +Release: 1%{?dist} License: MIT URL: https://github.com/jekyll/jekyll @@ -174,6 +174,9 @@ ruby -I"lib:test" -e 'Dir.glob "./test/**/test_*.rb", &method(:require)' %changelog +* Sat Jul 04 2020 Fabio Valentini - 4.1.1-1 +- Update to version 4.1.1. + * Thu May 28 2020 Fabio Valentini - 4.1.0-2 - Relax mercenary runtime dependency. diff --git a/sources b/sources index 9238dcb..61da5a1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (jekyll-4.1.0.gem) = e4daba3c5100e05a9cc1c0841ea975eabf8ab64210bb4a523482d69c6b600b3e0497143858d5ad1f337be581c7fe3b72ea4c5f4fc0d912d9d3b65c0cf1d3a727 -SHA512 (jekyll-4.1.0.tar.gz) = 5db34599a8f5cfe32e7ef75279ed26cb6a8e52f7ec49f2a9c238ed3a8dd37bfe379f1fa9125e95ba124cd6b0f3f4b9ce3a38d90425ed0d1030dbf893a7b41ef8 +SHA512 (jekyll-4.1.1.gem) = 1718aba3c94662c3de3a644a3169847e51d711736fc9ab166e459f94b1c03a0f3a8678892481b935475455cab461a3c0625354aa0998b1bf0040fda1185f153a +SHA512 (jekyll-4.1.1.tar.gz) = 98c635b54219c9666de6496e76f3a131fc715d650d868049c0fe10d76851a027e0808609c2dce1a138c95eb2fb7e58ef978237a305484071339b4a15d5acc4d5