diff --git a/Fix-boundingbox-parsing_part1.patch b/Fix-boundingbox-parsing_part1.patch index c90d447..f23b986 100644 --- a/Fix-boundingbox-parsing_part1.patch +++ b/Fix-boundingbox-parsing_part1.patch @@ -12,7 +12,7 @@ Subject: [PATCH] Add TinyDeflate as dependency diff --git a/TinyDeflate/README.md b/TinyDeflate/README.md new file mode 100644 -index 00000000000..8df1acaae26 +index 0000000000..8df1acaae2 --- /dev/null +++ b/TinyDeflate/README.md @@ -0,0 +1,360 @@ @@ -378,7 +378,7 @@ index 00000000000..8df1acaae26 + diff --git a/TinyDeflate/gunzip.hh b/TinyDeflate/gunzip.hh new file mode 100644 -index 00000000000..c0039d5f832 +index 0000000000..c0039d5f83 --- /dev/null +++ b/TinyDeflate/gunzip.hh @@ -0,0 +1,1430 @@ diff --git a/Fix-boundingbox-parsing_part2.patch b/Fix-boundingbox-parsing_part2.patch index cd4d7a9..773f5bb 100644 --- a/Fix-boundingbox-parsing_part2.patch +++ b/Fix-boundingbox-parsing_part2.patch @@ -11,7 +11,7 @@ Subject: [PATCH] issue #9319: Doc build fails with cairo 1.17.6 4 files changed, 120 insertions(+), 13 deletions(-) diff --git a/TinyDeflate/gunzip.hh b/TinyDeflate/gunzip.hh -index c0039d5f832..c237298fdb0 100644 +index c0039d5f83..c237298fdb 100644 --- a/TinyDeflate/gunzip.hh +++ b/TinyDeflate/gunzip.hh @@ -944,23 +944,27 @@ namespace gunzip_ns @@ -54,7 +54,7 @@ index c0039d5f832..c237298fdb0 100644 #define Fail_If(condition) do { \ /*assert(!(condition));*/ \ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index e9df895ce3a..0e33638c42d 100644 +index e9df895ce3..0e33638c42 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,7 @@ @@ -66,7 +66,7 @@ index e9df895ce3a..0e33638c42d 100644 ${PROJECT_SOURCE_DIR}/libmd5 ${PROJECT_SOURCE_DIR}/liblodepng diff --git a/src/dotrunner.cpp b/src/dotrunner.cpp -index d3b2615f4ed..5be9f20de9c 100644 +index d3b2615f4e..5be9f20de9 100644 --- a/src/dotrunner.cpp +++ b/src/dotrunner.cpp @@ -16,6 +16,8 @@ @@ -202,7 +202,7 @@ index d3b2615f4ed..5be9f20de9c 100644 //--------------------------------------------------------------------------------- diff --git a/src/doxygen.cpp b/src/doxygen.cpp -index 78b72ebfecc..55068e74dcb 100644 +index 78b72ebfec..55068e74dc 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -11930,8 +11930,6 @@ void parseInput() diff --git a/Fix-boundingbox-parsing_part3.patch b/Fix-boundingbox-parsing_part3.patch index 99f20b4..76624e7 100644 --- a/Fix-boundingbox-parsing_part3.patch +++ b/Fix-boundingbox-parsing_part3.patch @@ -9,7 +9,7 @@ Subject: [PATCH] Fix and work around compiler warnings and remove dead code 2 files changed, 11 insertions(+), 35 deletions(-) diff --git a/TinyDeflate/gunzip.hh b/TinyDeflate/gunzip.hh -index c237298fdb0..a631815a255 100644 +index c237298fdb..a631815a25 100644 --- a/TinyDeflate/gunzip.hh +++ b/TinyDeflate/gunzip.hh @@ -430,7 +430,7 @@ namespace gunzip_ns @@ -31,7 +31,7 @@ index c237298fdb0..a631815a255 100644 if(len > maxlen) { diff --git a/src/dotrunner.cpp b/src/dotrunner.cpp -index 5be9f20de9c..9246029cb61 100644 +index 5be9f20de9..9246029cb6 100644 --- a/src/dotrunner.cpp +++ b/src/dotrunner.cpp @@ -16,7 +16,16 @@ diff --git a/Fix-boundingbox-parsing_part4.patch b/Fix-boundingbox-parsing_part4.patch index aeabf31..66c4066 100644 --- a/Fix-boundingbox-parsing_part4.patch +++ b/Fix-boundingbox-parsing_part4.patch @@ -10,7 +10,7 @@ Subject: [PATCH] issue #9319: Doc build fails with cairo 1.17.6 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/TinyDeflate/gunzip.hh b/TinyDeflate/gunzip.hh -index a631815a255..652058ab823 100644 +index a631815a25..652058ab82 100644 --- a/TinyDeflate/gunzip.hh +++ b/TinyDeflate/gunzip.hh @@ -430,7 +430,7 @@ namespace gunzip_ns @@ -23,7 +23,7 @@ index a631815a255..652058ab823 100644 struct result_of : std::invoke_result {}; #else diff --git a/src/dotrunner.cpp b/src/dotrunner.cpp -index 9246029cb61..2e87a0d4a37 100644 +index 9246029cb6..2e87a0d4a3 100644 --- a/src/dotrunner.cpp +++ b/src/dotrunner.cpp @@ -20,6 +20,7 @@ diff --git a/doxygen.changes b/doxygen.changes index 2aa44d5..4d6d236 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Apr 24 12:16:18 UTC 2023 - Dominique Leuenberger + +- Re-download patches: the server presents them with shorter hash + refs: + * Fix-boundingbox-parsing_part1.patch + * Fix-boundingbox-parsing_part2.patch + * Fix-boundingbox-parsing_part3.patch + * Fix-boundingbox-parsing_part4.patch + + ------------------------------------------------------------------- Mon Apr 24 11:40:17 UTC 2023 - Dominique Leuenberger