From 8a9aadd70b3bb16f6643c5f5f255e75e18e999c4 Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Mon, 13 Jan 2025 21:05:33 +0100 Subject: [PATCH 1/2] Add blog post for week 25/02 Signed-off-by: Frantisek Lachman --- weekly/2025/week-2.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 weekly/2025/week-2.md diff --git a/weekly/2025/week-2.md b/weekly/2025/week-2.md new file mode 100644 index 0000000000..3bc1044715 --- /dev/null +++ b/weekly/2025/week-2.md @@ -0,0 +1,13 @@ +--- +title: Week 2 in Packit +date: 2025-01-13 +authors: flachman +tags: + - 2025-January + - 2025 + - January +--- + +## Week 2 (January 7th – January 13th) + +- Fix EVR regex to not match email addresses with `-` in them. (contributed by [Dan Čermák](https://github.com/dcermak), [specfile#445](https://github.com/packit/specfile/pull/445)) From 56f647fef2682d2ec7820a0666679eb813d742d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Lachman?= Date: Mon, 13 Jan 2025 21:12:42 +0100 Subject: [PATCH 2/2] Update weekly/2025/week-2.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nikola Forró --- weekly/2025/week-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weekly/2025/week-2.md b/weekly/2025/week-2.md index 3bc1044715..dfd66aa0d6 100644 --- a/weekly/2025/week-2.md +++ b/weekly/2025/week-2.md @@ -10,4 +10,4 @@ tags: ## Week 2 (January 7th – January 13th) -- Fix EVR regex to not match email addresses with `-` in them. (contributed by [Dan Čermák](https://github.com/dcermak), [specfile#445](https://github.com/packit/specfile/pull/445)) +- Fixed EVR regex used when parsing changelog entries in the _specfile_ library to not match email addresses with `-` in them. (contributed by [Dan Čermák](https://github.com/dcermak), [specfile#445](https://github.com/packit/specfile/pull/445))