Skip to content
Snippets Groups Projects
Verified Commit d640ed25 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Release 0.10.3

parent 9a9e4dc5
No related branches found
No related tags found
No related merge requests found
Pipeline #8034 passed
pyalpm 0.10.3 :
* Fix segfault with libalpm progress/event/question callbacks
pyalpm 0.10.2 : pyalpm 0.10.2 :
* Fix segfault with libalpm freeing the database object * Fix segfault with libalpm freeing the database object
......
...@@ -7,7 +7,7 @@ libalpm = pkgconfig.parse('libalpm') ...@@ -7,7 +7,7 @@ libalpm = pkgconfig.parse('libalpm')
os.putenv('LC_CTYPE', 'en_US.UTF-8') os.putenv('LC_CTYPE', 'en_US.UTF-8')
pyalpm_version = '0.10.2' pyalpm_version = '0.10.3'
cflags = ['-Wall', '-Wextra', '-Werror', cflags = ['-Wall', '-Wextra', '-Werror',
'-Wno-unused-parameter', '-Wno-incompatible-pointer-types', '-Wno-unused-parameter', '-Wno-incompatible-pointer-types',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment