From 53e21f90b6a85d928919f756d1656f8886ac814f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Dec 2025 07:24:18 +0100 Subject: update to 0.1.2 (no change) --- Makefile | 2 +- PHPINFO | 2 +- REFLECTION | 2 +- php-kjdev-bzip3.spec | 9 ++++++--- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 91b0fd5..13af741 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../../common/Makefile +include ../../../common/Makefile diff --git a/PHPINFO b/PHPINFO index fc90dc1..ffcd7de 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ bzip3 Bzip3 support => enabled -Extension Version => 0.1.1 +Extension Version => 0.1.2 Library Version => 1.4.0 diff --git a/REFLECTION b/REFLECTION index e0790ff..f3d65fe 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #72 bzip3 version 0.1.1 ] { +Extension [ extension #73 bzip3 version 0.1.2 ] { - Functions { Function [ function Bzip3\compress ] { diff --git a/php-kjdev-bzip3.spec b/php-kjdev-bzip3.spec index 20871c0..9b7dd26 100644 --- a/php-kjdev-bzip3.spec +++ b/php-kjdev-bzip3.spec @@ -15,7 +15,7 @@ %bcond_without tests %bcond_without libbzip3 -%global gh_commit f2f1ca5bdb002adece623829adb886ba449ed08b +%global gh_commit d684950e0ec7157a99f426a35bbd93156c7684f2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner kjdev %global gh_project php-ext-bzip3 @@ -23,8 +23,8 @@ %global pie_vend kjdev %global pie_proj bzip3 %global ini_name 40-%{pecl_name}.ini -%global lib_version 1.5.2 -%global upstream_version 0.1.1 +%global lib_version 1.5.3 +%global upstream_version 0.1.2 #global upstream_prever rc %global sources %{gh_project}-%{gh_commit} @@ -150,6 +150,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Dec 10 2025 Remi Collet - 0.1.2-1 +- update to 0.1.2 (no change) + * Thu May 15 2025 Remi Collet - 0.1.1-1 - update to 0.1.1 (no change) - EL-10: use system libbzip3 -- cgit