From 3dce71fa94f713737cf75976fc979aef6ee9987f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 30 Dec 2023 16:02:24 -0500 Subject: scite 5.4.1 --- scite/debian/patches/0002-reproducible_build.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scite/debian/patches/0002-reproducible_build.patch') diff --git a/scite/debian/patches/0002-reproducible_build.patch b/scite/debian/patches/0002-reproducible_build.patch index d91ff9b..717a6c0 100644 --- a/scite/debian/patches/0002-reproducible_build.patch +++ b/scite/debian/patches/0002-reproducible_build.patch @@ -8,10 +8,10 @@ Subject: Allow reproducible build 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scite/src/Credits.cxx b/scite/src/Credits.cxx -index 7489bf2..3e8ff89 100644 +index 19bf5d3..b20a895 100644 --- a/scite/src/Credits.cxx +++ b/scite/src/Credits.cxx -@@ -619,7 +619,7 @@ void SciTEBase::SetAboutMessage(GUI::ScintillaWindow &wsci, const char *appTitle +@@ -622,7 +622,7 @@ void SciTEBase::SetAboutMessage(GUI::ScintillaWindow &wsci, const char *appTitle } AddStyledText(wsci, GetTranslationToAbout("Version"), trsSty); AddStyledText(wsci, sVersion, 1); -- cgit