diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-10 07:24:18 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-10 07:24:18 +0100 |
| commit | 53e21f90b6a85d928919f756d1656f8886ac814f (patch) | |
| tree | 7eabb3c7dc46cc926e7506b70fe01e1d50c2994c | |
| parent | f31492abdc7ebd50da17ab590ca482c29295ecd2 (diff) | |
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-kjdev-bzip3.spec | 9 |
4 files changed, 9 insertions, 6 deletions
@@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../../common/Makefile +include ../../../common/Makefile @@ -2,5 +2,5 @@ bzip3 Bzip3 support => enabled -Extension Version => 0.1.1 +Extension Version => 0.1.2 Library Version => 1.4.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #72 bzip3 version 0.1.1 ] { +Extension [ <persistent> extension #73 bzip3 version 0.1.2 ] { - Functions { Function [ <internal:bzip3> 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 <remi@remirepo.net> - 0.1.2-1 +- update to 0.1.2 (no change) + * Thu May 15 2025 Remi Collet <remi@remirepo.net> - 0.1.1-1 - update to 0.1.1 (no change) - EL-10: use system libbzip3 |
