Update to version 1.2.0
New Functions: * Modulemd.objects_from_file() * Modulemd.objects_from_string() * Modulemd.dump() * Modulemd.dumps() * Modulemd.Defaults.new_from_file() * Modulemd.Defaults.new_from_string() Deprecated Functions: * Modulemd.Module.new_all_from_file() * Modulemd.Module.new_all_from_file_ext() * Modulemd.Module.new_all_from_string() * Modulemd.Module.new_all_from_string_ext() * Modulemd.Module.dump_all() * Modulemd.Module.dumps_all() Bugfixes * Properly use G_BEGIN_DECLS and G_END_DECLS in headers * Assorted fixes for memory ownership in GObject Introspection Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
a223c7919c
commit
413a53e996
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/modulemd-1.1.1.tar.xz
|
||||
/modulemd-1.1.2.tar.xz
|
||||
/modulemd-1.1.3.tar.xz
|
||||
/modulemd-1.2.0.tar.xz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global majorversion 1
|
||||
%global minorversion 1
|
||||
%global patchversion 3
|
||||
%global minorversion 2
|
||||
%global patchversion 0
|
||||
%global majorminorversion %{majorversion}.%{minorversion}
|
||||
%global nsversion %{majorversion}.0
|
||||
|
||||
Name: libmodulemd
|
||||
Version: %{majorminorversion}%{?patchversion:.%{patchversion}}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Module metadata manipulation library
|
||||
|
||||
License: MIT
|
||||
@ -23,8 +23,6 @@ BuildRequires: python3-gobject-base
|
||||
|
||||
# Patches
|
||||
|
||||
# Fix missing G_END_DECL from several headers
|
||||
Patch0001: 0001-Fix-up-header-issues.patch
|
||||
|
||||
%description
|
||||
C Library for manipulating module metadata files.
|
||||
@ -73,6 +71,26 @@ export LC_CTYPE=C.utf8
|
||||
%{_datadir}/gtk-doc/html/modulemd/
|
||||
|
||||
%changelog
|
||||
* Wed Apr 04 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.2.0-1
|
||||
- Update to version 1.2.0
|
||||
- New Functions:
|
||||
* Modulemd.objects_from_file()
|
||||
* Modulemd.objects_from_string()
|
||||
* Modulemd.dump()
|
||||
* Modulemd.dumps()
|
||||
* Modulemd.Defaults.new_from_file()
|
||||
* Modulemd.Defaults.new_from_string()
|
||||
- Deprecated Functions:
|
||||
* Modulemd.Module.new_all_from_file()
|
||||
* Modulemd.Module.new_all_from_file_ext()
|
||||
* Modulemd.Module.new_all_from_string()
|
||||
* Modulemd.Module.new_all_from_string_ext()
|
||||
* Modulemd.Module.dump_all()
|
||||
* Modulemd.Module.dumps_all()
|
||||
- Bugfixes
|
||||
* Properly use G_BEGIN_DECLS and G_END_DECLS in headers
|
||||
* Assorted fixes for memory ownership in GObject Introspection
|
||||
|
||||
* Fri Mar 23 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.1.3-2
|
||||
- Fix missing G_END_DECL from public headers
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-1.1.3.tar.xz) = ac562d015256eead8315546f9e94c9c9781fae0ca5bb1e840b30d8c2d267db4081b62267499432ea610fdbc192c4224b6c2895cc84282b044fb21d6ca00d3130
|
||||
SHA512 (modulemd-1.2.0.tar.xz) = b93e8fca1256bf3a9650d7206f7dcf48595a55b349d18f1bfd19d59e6b8cc73e2084a7eabf13f9e442c4a552969cf8f9fda4ef86ec2372de68767a7974c2e576
|
||||
|
Loading…
Reference in New Issue
Block a user