[Nickle] nickle: Branch 'master' - 2 commits

Keith Packard keithp at keithp.com
Mon Apr 28 15:59:48 PDT 2025


 debian/changelog |    6 ++++++
 debian/control   |    2 +-
 meson.build      |    4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit d17e6872f01c407ab330da0133f8b4e7174ec0ad
Author: Keith Packard <keithp at keithp.com>
Date:   Mon Apr 28 15:40:33 2025 -0700

    Update to version 2.103
    
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/debian/changelog b/debian/changelog
index f3f883e..bf26581 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+nickle (2.103) unstable; urgency=medium
+
+  * Switch 'bool' in %union to 'boolean' for C23 compatibility
+
+ -- Keith Packard <keithp at keithp.com>  Mon, 28 Apr 2025 15:43:18 -0700
+
 nickle (2.102) unstable; urgency=medium
 
   * Round floats nearest, ties to even.
diff --git a/meson.build b/meson.build
index ea2a487..b4e9b66 100644
--- a/meson.build
+++ b/meson.build
@@ -12,10 +12,10 @@ project('nickle', 'c',
 	],
 	license : 'BSD',
 	meson_version : '>= 1.0',
-	version: '2.102'
+	version: '2.103'
        )
 
-release_date = '2024-12-24'
+release_date = '2025-04-28'
 
 prefix = get_option('prefix')
 include = prefix / get_option('includedir')
commit 6f49745adff623a540a6adb0b34dcb0ef002be28
Author: Keith Packard <keithp at keithp.com>
Date:   Mon Apr 28 15:45:47 2025 -0700

    debian: Switch from pkg-config to pkgconf
    
    Upstream changed the name and debian followed suit.
    
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/debian/control b/debian/control
index 4dd9f16..729658b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Keith Packard <keithp at keithp.com>
 Homepage: https://nickle.org
 Build-Depends: debhelper-compat (= 13), libreadline-dev, ruby-asciidoctor-pdf,
- bison, flex, meson, pkg-config, ninja-build, bc, libgmp-dev
+ bison, flex, meson, ninja-build, pkgconf, bc, libgmp-dev
 Rules-Requires-Root: no
 Standards-Version: 4.7.0
 


More information about the Nickle mailing list