SHA256
6
0
forked from pool/libcap

- update to 2.48:

* More uniform use of $(MAKE) in Makefiles
  * No longer include symlinks in the git tree 
  * Provide support for make GOLANG=no ...
  * Provide support for pointing at a specific build of the go binary
  * camelCase the contrib/seccomp/explore.go program
  * A number of documentation fixes to man pages and source code comments
  * Last use of GO major version 0

OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=55
This commit is contained in:
2021-02-09 23:18:04 +00:00
committed by Git OBS Bridge
parent b830e8a6f7
commit eae0ad6ed8
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Feb 9 23:16:17 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.48:
* More uniform use of $(MAKE) in Makefiles
* No longer include symlinks in the git tree
* Provide support for make GOLANG=no ...
* Provide support for pointing at a specific build of the go binary
* camelCase the contrib/seccomp/explore.go program
* A number of documentation fixes to man pages and source code comments
* Last use of GO major version 0
-------------------------------------------------------------------
Wed Jan 27 07:53:21 UTC 2021 - Dirk Müller <dmueller@suse.com>