[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/libaxc][upstream] New upstream version 0.3.6

Henry-Nicolas Tourneur (@hntourne) gitlab at salsa.debian.org
Fri Sep 17 16:59:31 BST 2021



Henry-Nicolas Tourneur pushed to branch upstream at Debian On Mobile / libaxc


Commits:
6bb7488f by Henry-Nicolas Tourneur at 2021-09-17T15:53:53+00:00
New upstream version 0.3.6
- - - - -


3 changed files:

- CHANGELOG.md
- Makefile
- README.md


Changes:

=====================================
CHANGELOG.md
=====================================
@@ -1,5 +1,9 @@
 # Changelog
 
+## [0.3.6] - 2021-09-06
+### Fixed
+- `pkg_config` can now be set from env like the rest of the tools. ([#28](https://github.com/gkdr/axc/pull/28)) (thanks, [@henry-nicolas](https://github.com/henry-nicolas) and Helmut Grohne!)
+
 ## [0.3.5] - 2021-08-21
 ### Fixed
 - Added missing symlinks `libaxc.so.$(VER_MAJ)` and `libaxc.so`. ([#24](https://github.com/gkdr/axc/pull/24)) (thanks, [@hartwork](https://github.com/hartwork)!)


=====================================
Makefile
=====================================
@@ -8,7 +8,7 @@ CMAKE ?= cmake
 CMAKE_FLAGS = -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-fPIC
 ARCH := $(shell gcc -print-multiarch)
 VER_MAJ = 0
-VERSION = 0.3.5
+VERSION = 0.3.6
 
 AX_DIR=./lib/libsignal-protocol-c
 AX_BDIR=$(AX_DIR)/build/src
@@ -44,7 +44,7 @@ PKGCFG_L=$(GLIB_LDFLAGS) \
 	 $(LIBGCRYPT_LDFLAGS)
 
 REQPKG=libsignal-protocol-c
-REQPKG:=$(shell pkg-config --exists $(REQPKG) && echo '$(REQPKG)')
+REQPKG:=$(shell $(PKG_CONFIG) --exists $(REQPKG) && echo '$(REQPKG)')
 ifneq ($(REQPKG),)
 	PKGCFG_C += $(SIGNAL_CFLAGS)
 	PKGCFG_L += $(SIGNAL_LDFLAGS)


=====================================
README.md
=====================================
@@ -1,4 +1,4 @@
-# axc 0.3.5
+# axc 0.3.6
 Client lib for [libsignal-c](https://github.com/WhisperSystems/libsignal-protocol-c), implementing the needed database and crypto interfaces using SQLite and gcrypt.
 Initially, the library's name was _libaxolotl_, hence the name.
 



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libaxc/-/commit/6bb7488fb0477e6fbcc5ba9491177270680c360c

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libaxc/-/commit/6bb7488fb0477e6fbcc5ba9491177270680c360c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20210917/76b300ab/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list