Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2024-03-06 23:02:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/efl (Old)
 and      /work/SRC/openSUSE:Factory/.efl.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "efl"

Wed Mar  6 23:02:51 2024 rev:53 rq:1155089 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/efl/efl.changes  2022-11-30 16:07:59.263519975 
+0100
+++ /work/SRC/openSUSE:Factory/.efl.new.1770/efl.changes        2024-03-06 
23:02:54.281774124 +0100
@@ -1,0 +2,6 @@
+Tue Mar  5 11:29:06 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Add d9ec36e1de4c2a70ac82dc66a72c282dc42037b7.patch: add charset
+  header to po files.
+
+-------------------------------------------------------------------

New:
----
  d9ec36e1de4c2a70ac82dc66a72c282dc42037b7.patch

BETA DEBUG BEGIN:
  New:
- Add d9ec36e1de4c2a70ac82dc66a72c282dc42037b7.patch: add charset
  header to po files.
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ efl.spec ++++++
--- /var/tmp/diff_new_pack.HQ3vKg/_old  2024-03-06 23:02:56.681861138 +0100
+++ /var/tmp/diff_new_pack.HQ3vKg/_new  2024-03-06 23:02:56.685861283 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package efl
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -76,6 +76,8 @@
 URL:            https://git.enlightenment.org/core/efl.git
 Source:         
https://download.enlightenment.org/rel/libs/efl/%{name}-%{version}.tar.xz
 Patch1:         efl-no-neon.patch
+# PATCH-FIX-UPSTREAM
+Patch2:         
https://git.enlightenment.org/enlightenment/efl/commit/d9ec36e1de4c2a70ac82dc66a72c282dc42037b7.patch
 BuildRequires:  ImageMagick
 BuildRequires:  cmake
 BuildRequires:  gcc-c++

++++++ d9ec36e1de4c2a70ac82dc66a72c282dc42037b7.patch ++++++
>From d9ec36e1de4c2a70ac82dc66a72c282dc42037b7 Mon Sep 17 00:00:00 2001
From: dimmus <dmitri.chudi...@gmail.com>
Date: Mon, 14 Aug 2023 21:39:05 +0500
Subject: [PATCH] examples: edje - add charset header to po files.

Solved compilation error with novel gettext-0.22.
@fix
---
 src/examples/edje/en_IN/domain_name.po | 5 +++++
 src/examples/edje/hi_IN/domain_name.po | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/src/examples/edje/en_IN/domain_name.po 
b/src/examples/edje/en_IN/domain_name.po
index f461123404..131579ee36 100644
--- a/src/examples/edje/en_IN/domain_name.po
+++ b/src/examples/edje/en_IN/domain_name.po
@@ -1,3 +1,8 @@
+msgid ""
+msgstr ""
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: UTF-8\n"
+
 msgid "LOADING"
 msgstr "Loading..."
 
diff --git a/src/examples/edje/hi_IN/domain_name.po 
b/src/examples/edje/hi_IN/domain_name.po
index 809cf6f399..fcb0e85d00 100644
--- a/src/examples/edje/hi_IN/domain_name.po
+++ b/src/examples/edje/hi_IN/domain_name.po
@@ -1,3 +1,8 @@
+msgid ""
+msgstr ""
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: UTF-8\n"
+
 msgid "LOADING"
 msgstr "लोड हो रहा है..."
 

Reply via email to