summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libtimezonemap/files
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2025-05-30 10:41:45 +0800
committerKhem Raj <raj.khem@gmail.com>2025-05-29 21:07:31 -0700
commitadf3de70b24092ff3fe618cde3fee7226fb26522 (patch)
tree5c06114ae49effc887366910e803f7b5a121249a /meta-gnome/recipes-gnome/libtimezonemap/files
parent96ef6227b81a74707b77c2c71084984df7c8f26e (diff)
downloadmeta-openembedded-adf3de70b24092ff3fe618cde3fee7226fb26522.tar.gz
libtimezonemap: correct package version
correct the package version in configure.ac Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libtimezonemap/files')
-rw-r--r--meta-gnome/recipes-gnome/libtimezonemap/files/0001-configure.ac-correct-the-version.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libtimezonemap/files/0001-configure.ac-correct-the-version.patch b/meta-gnome/recipes-gnome/libtimezonemap/files/0001-configure.ac-correct-the-version.patch
new file mode 100644
index 0000000000..0538bc3e5c
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libtimezonemap/files/0001-configure.ac-correct-the-version.patch
@@ -0,0 +1,29 @@
1From 915bc44d9f243075d084238c72089a346036388c Mon Sep 17 00:00:00 2001
2From: Changqing Li <changqing.li@windriver.com>
3Date: Thu, 29 May 2025 10:08:21 +0800
4Subject: [PATCH] configure.ac: correct the version
5
6The source is here:
7https://salsa.debian.org/cinnamon-team/libtimezonemap
8
9Upstream-Status: Pending [ register account rejected ]
10
11Signed-off-by: Changqing Li <changqing.li@windriver.com>
12---
13 configure.ac | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/configure.ac b/configure.ac
17index 3f74dae..24eb0e5 100644
18--- a/configure.ac
19+++ b/configure.ac
20@@ -1,5 +1,5 @@
21 AC_INIT([libtimezonemap],
22- [0.4.4],
23+ [0.4.6],
24 [http://bugs.launchpad.net/libtimezonemap],
25 [libtimezonemap],
26 [http://launchpad.net/libtimezonemap])
27--
282.34.1
29