Blame SPECS/libmodulemd.spec

a8f232
%global baserelease 1
8d9ba2
%global v2_epoch 0
8d9ba2
%global v2_major 2
a8f232
%global v2_minor 13
a8f232
%global v2_patch 0
8d9ba2
%global v2_release %{baserelease}
8d9ba2
%global libmodulemd_v2_version %{v2_major}.%{v2_minor}.%{v2_patch}
8d9ba2
%global libmodulemd_v1_version 1.8.16
8d9ba2
# This is trickery to ensure that the upgrade path for libmodulemd1 is always
8d9ba2
# clean and associated with the appropriate v2 build
8d9ba2
%global libmodulemd_v1_release %{v2_epoch}.%{v2_major}.%{v2_minor}.%{v2_patch}.%{v2_release}
536e1a
536e1a
Name:           libmodulemd
8d9ba2
Version:        %{libmodulemd_v2_version}
8d9ba2
Release:        %{baserelease}%{?dist}
536e1a
Summary:        Module metadata manipulation library
536e1a
536e1a
License:        MIT
536e1a
URL:            https://github.com/fedora-modularity/libmodulemd
a8f232
Source0:        %{url}/releases/download/%{version}/modulemd-%{version}.tar.xz
8d9ba2
Source1:        %{url}/releases/download/%{name}-%{libmodulemd_v1_version}/modulemd-%{libmodulemd_v1_version}.tar.xz
a8f232
# Accept invalid, but existing 18446744073709551615 buildorder when loading
a8f232
# modulemd-v2 documents, bug #1984402, proposed to the upstream
a8f232
Patch0:         modulemd-2.13.0-Accept-18446744073709551615-buildorder-if-accept_ove.patch
8d9ba2
536e1a
536e1a
BuildRequires:  meson >= 0.47
536e1a
BuildRequires:  pkgconfig
536e1a
BuildRequires:  gcc
536e1a
BuildRequires:  gcc-c++
536e1a
BuildRequires:  pkgconfig(gobject-2.0)
536e1a
BuildRequires:  pkgconfig(gobject-introspection-1.0)
536e1a
BuildRequires:  pkgconfig(yaml-0.1)
536e1a
BuildRequires:  pkgconfig(gtk-doc)
8d9ba2
BuildRequires:  glib2-doc
8d9ba2
BuildRequires:  rpm-devel
8d9ba2
BuildRequires:  file-devel
536e1a
BuildRequires:  python3-devel
536e1a
BuildRequires:  python3-gobject-base
dae858
BuildRequires:  help2man
536e1a
536e1a
# Patches
536e1a
536e1a
536e1a
%description
536e1a
C Library for manipulating module metadata files.
536e1a
See https://github.com/fedora-modularity/libmodulemd/blob/master/README.md for
536e1a
more details.
536e1a
536e1a
536e1a
%package -n python3-%{name}
536e1a
Summary: Python 3 bindings for %{name}
536e1a
Requires: %{name}%{?_isa} = %{version}-%{release}
536e1a
Requires: python3-gobject-base
536e1a
Requires: %{py3_dist six}
536e1a
Obsoletes: python3-modulemd < 1.3.4
536e1a
536e1a
%description -n python3-%{name}
536e1a
Python 3 bindings for %{name}
536e1a
536e1a
536e1a
%package devel
536e1a
Summary:        Development files for libmodulemd
536e1a
Requires:       %{name}%{?_isa} = %{version}-%{release}
536e1a
536e1a
536e1a
%description devel
536e1a
Development files for libmodulemd.
536e1a
536e1a
536e1a
%package -n libmodulemd1
536e1a
Summary: Compatibility package for libmodulemd 1.x
536e1a
Version: %{libmodulemd_v1_version}
8d9ba2
Release: %{libmodulemd_v1_release}
536e1a
Obsoletes: libmodulemd < 2
536e1a
Provides: libmodulemd = %{libmodulemd_v1_version}-%{release}
536e1a
Provides: libmodulemd%{?_isa} = %{libmodulemd_v1_version}-%{release}
536e1a
536e1a
%description -n libmodulemd1
536e1a
Compatibility library for libmodulemd 1.x
536e1a
536e1a
536e1a
%package -n libmodulemd1-devel
536e1a
Summary: Compatibility development package for libmodulemd 1.x
536e1a
Version: %{libmodulemd_v1_version}
8d9ba2
Release: %{libmodulemd_v1_release}
536e1a
Requires: libmodulemd1%{?_isa} = %{libmodulemd_v1_version}-%{release}
536e1a
Conflicts: %{name}-devel
536e1a
Obsoletes: libmodulemd-devel < 2
536e1a
Provides: libmodulemd-devel = %{libmodulemd_v1_version}-%{release}
536e1a
RemovePathPostfixes: .compat
536e1a
536e1a
536e1a
%description -n libmodulemd1-devel
536e1a
Development files for libmodulemd 1.x
536e1a
536e1a
536e1a
%package -n python3-libmodulemd1
536e1a
Summary: Python 3 bindings for %{name}1
536e1a
Version: %{libmodulemd_v1_version}
dae858
Release: %{libmodulemd_v1_release}
536e1a
Requires: libmodulemd1 = %{libmodulemd_v1_version}-%{release}
536e1a
Requires: python3-gobject-base
536e1a
536e1a
Obsoletes: python3-libmodulemd < 2
536e1a
Provides: python3-libmodulemd = %{libmodulemd_v1_version}-%{release}
536e1a
536e1a
%description -n python3-libmodulemd1
536e1a
Python 3 bindings for libmodulemd1
536e1a
536e1a
536e1a
%prep
8d9ba2
%setup -c
8d9ba2
%setup -c -T -D -a 1
a8f232
pushd modulemd-%{libmodulemd_v2_version}
a8f232
%patch0 -p1
a8f232
popd
536e1a
536e1a
%build
8d9ba2
# Build the v1 API first
8d9ba2
pushd modulemd-%{libmodulemd_v1_version}
536e1a
%define _vpath_builddir api1
8d9ba2
%meson -Ddeveloper_build=false
536e1a
%meson_build
8d9ba2
popd
536e1a
8d9ba2
# Build the v2 API
8d9ba2
pushd modulemd-%{libmodulemd_v2_version}
536e1a
%define _vpath_builddir api2
a8f232
%meson -Ddeveloper_build=false -Dwith_manpages=enabled -Dwith_py2=false \
a8f232
    -Daccept_overflowed_buildorder=true
536e1a
%meson_build
8d9ba2
popd
536e1a
536e1a
%check
536e1a
536e1a
export LC_CTYPE=C.utf8
536e1a
8d9ba2
pushd modulemd-%{libmodulemd_v1_version}
536e1a
%define _vpath_builddir api1
8d9ba2
%{__meson} test -C %{_vpath_builddir} %{?_smp_mesonflags} --print-errorlogs -t 10
8d9ba2
popd
536e1a
8d9ba2
pushd modulemd-%{libmodulemd_v2_version}
536e1a
%define _vpath_builddir api2
8d9ba2
%{__meson} test -C %{_vpath_builddir} %{?_smp_mesonflags} --print-errorlogs -t 10
8d9ba2
popd
536e1a
536e1a
536e1a
%install
8d9ba2
pushd modulemd-%{libmodulemd_v1_version}
536e1a
%define _vpath_builddir api1
536e1a
%meson_install
8d9ba2
popd
536e1a
8d9ba2
pushd modulemd-%{libmodulemd_v2_version}
536e1a
%define _vpath_builddir api2
536e1a
%meson_install
8d9ba2
popd
536e1a
8d9ba2
# Create a symlink for the libmodulemd1-devel package
536e1a
ln -s libmodulemd.so.%{libmodulemd_v1_version} \
536e1a
      %{buildroot}%{_libdir}/%{name}.so.compat
536e1a
536e1a
536e1a
%files
8d9ba2
%license modulemd-%{libmodulemd_v2_version}/COPYING
a8f232
%doc modulemd-%{libmodulemd_v2_version}/NEWS
8d9ba2
%doc modulemd-%{libmodulemd_v2_version}/README.md
536e1a
%{_bindir}/modulemd-validator
dae858
%{_mandir}/man1/modulemd-validator.1*
536e1a
%{_libdir}/%{name}.so.2*
536e1a
%dir %{_libdir}/girepository-1.0
536e1a
%{_libdir}/girepository-1.0/Modulemd-2.0.typelib
536e1a
536e1a
536e1a
%files devel
536e1a
%{_libdir}/%{name}.so
536e1a
%{_libdir}/pkgconfig/modulemd-2.0.pc
536e1a
%{_includedir}/modulemd-2.0/
536e1a
%dir %{_datadir}/gir-1.0
536e1a
%{_datadir}/gir-1.0/Modulemd-2.0.gir
536e1a
%dir %{_datadir}/gtk-doc
536e1a
%dir %{_datadir}/gtk-doc/html
536e1a
%{_datadir}/gtk-doc/html/modulemd-2.0/
536e1a
536e1a
536e1a
%files -n python3-%{name}
536e1a
%{python3_sitearch}/gi/overrides/
536e1a
536e1a
536e1a
%files -n python3-libmodulemd1
536e1a
536e1a
536e1a
%files -n libmodulemd1
8d9ba2
%license modulemd-%{libmodulemd_v1_version}/COPYING
8d9ba2
%doc modulemd-%{libmodulemd_v1_version}/README.md
536e1a
%{_bindir}/modulemd-validator-v1
536e1a
%{_libdir}/%{name}.so.1*
536e1a
%dir %{_libdir}/girepository-1.0
536e1a
%{_libdir}/girepository-1.0/Modulemd-1.0.typelib
536e1a
536e1a
536e1a
%files -n libmodulemd1-devel
536e1a
%{_libdir}/%{name}.so.compat
536e1a
%{_libdir}/pkgconfig/modulemd.pc
536e1a
%{_includedir}/modulemd/
536e1a
%dir %{_datadir}/gir-1.0
536e1a
%{_datadir}/gir-1.0/Modulemd-1.0.gir
536e1a
%dir %{_datadir}/gtk-doc
536e1a
%dir %{_datadir}/gtk-doc/html
536e1a
%{_datadir}/gtk-doc/html/modulemd-1.0/
536e1a
536e1a
536e1a
%changelog
a8f232
* Fri Jul 09 2021 Petr Pisar <ppisar@redhat.com> - 2.13.0-1
a8f232
- 2.13.0 bump (bug #1984402)
a8f232
a8f232
* Mon May 03 2021 Petr Pisar <ppisar@redhat.com> - 2.12.1-1
a8f232
- 2.12.1 bump (bug #1894573)
a8f232
dae858
* Wed May 20 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.9.4-2
dae858
- Update to 2.9.4
dae858
- Drop valgrind tests from RPM build
dae858
- Resolves: RHBZ#1797749
dae858
8d9ba2
* Tue Oct 29 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.2-1
8d9ba2
- Update to versions 2.8.2 and 1.8.16
8d9ba2
- Resolves: rhbz#1752511
8d9ba2
8d9ba2
* Wed Oct 23 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-4
8d9ba2
- Improve default merging logic when dealing with third-party repos
8d9ba2
- Resolves: rhbz#1761805
8d9ba2
536e1a
* Wed May 29 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-2
536e1a
- Fix memory corruption error using Module.search_rpms() from python
536e1a
- Speed up valgrind tests
536e1a
- Resolves: rhbz#1714766
536e1a
536e1a
* Wed May 22 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-1
536e1a
- Rebase to 2.5.0 and 1.8.11
536e1a
- Related: rhbz#1693680
536e1a
536e1a
* Mon May 13 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.4.0-1
536e1a
- Rebase to 2.4.0 and 1.8.10
536e1a
- Resolves: rhbz#1693680
536e1a
536e1a
* Fri Jan 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.0.0-5
536e1a
- Don't fail merges when default streams differ
536e1a
- Resolves: rhbz#1666871
536e1a
536e1a
* Wed Jan 16 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.0.0-4
536e1a
- Include modified value when copying Defaults objects
536e1a
- Resolves: rhbz#1665465
536e1a
536e1a
* Thu Dec 13 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.0.0-3
536e1a
- Keep libmodulemd1 in sync with libmodulemd
536e1a
536e1a
* Thu Dec 13 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.0.0-2
536e1a
- Fix package location of modulemd-validator
536e1a
536e1a
* Thu Dec 13 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.0.0-1
536e1a
- Update to 2.0.0 final
536e1a
- Assorted fixes for validation
536e1a
- Add modulemd-validator tool based on v2 code
536e1a
- Fix a crash when merging defaults
536e1a
- Add missing BuildRequires
536e1a
536e1a
* Tue Dec 11 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.0.0-0.beta2
536e1a
- Update to 2.0.0beta2
536e1a
- Better validation of stored content during read and write operations
536e1a
- ModuleIndex now returns FALSE if any subdocument fails
536e1a
- Fix tests on 32-bit platforms
536e1a
- Make unknown keys in YAML maps non-fatal for libmodulemd1
536e1a
- Make unknown keys in YAML maps optionally fatal for libmodulemd 2.x
536e1a
- Fix RPM version requirements for libmodulemd1
536e1a
536e1a
* Mon Dec 10 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.0.0-0.beta1
536e1a
- Total rewrite to 2.0 API
536e1a
- Resolves: rhbz#1646436
536e1a
536e1a
* Thu Aug 09 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.6.2-2
536e1a
- Fix backwards-incompatible API change
536e1a
- Resolves: rhbz#1607083
536e1a
536e1a
* Tue Aug 07 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.6.2-1
536e1a
- Update to 1.6.2
536e1a
- Make buildorder a signed integer to match modulemd specification
536e1a
- Obsolete unsupported pythonX-modulemd packages
536e1a
536e1a
* Fri Aug  3 2018 Florian Weimer <fweimer@redhat.com> - 1.6.1-2
536e1a
- Honor %%{valgrind_arches}
536e1a
536e1a
* Fri Jul 20 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.6.1-1
536e1a
- Update to 1.6.1
536e1a
- Fix header include ordering
536e1a
- Suppress empty sections from .dump() ordering
536e1a
536e1a
* Wed Jul 18 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.6.0-1
536e1a
- Update to 1.6.0
536e1a
- Adds Modulemd.ModuleStream object, deprecating Modulemd.Module
536e1a
- Adds Modulemd.Translation and Modulemd.TranslationEntry objects
536e1a
- Adds Modulemd.ImprovedModule object that collects streams, defaults and
536e1a
  translations together
536e1a
- Adds new Modulemd.index_from_*() funtions to get a hash table of
536e1a
  Modulemd.ImprovedModule objects for easier searching
536e1a
- Moves function documentation to the public headers
536e1a
- Corrects the license headers to MIT (they were incorrectly listed as MITNFA
536e1a
  in previous releases)
536e1a
- Makes the "eol" field optional for Modulemd.ServiceLevel
536e1a
- Clean up HTML documentation
536e1a
- Fixes a type error on 32-bit systems
536e1a
536e1a
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
536e1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
536e1a
536e1a
* Sat Jun 23 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.5.2-1
536e1a
- Update to libdmodulemd 1.5.2
536e1a
- Don't free uninitialized memory
536e1a
536e1a
* Fri Jun 22 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.5.1-2
536e1a
- Fix buildopts property not being initialized
536e1a
536e1a
* Tue Jun 19 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.5.1-1
536e1a
- Update to version 1.5.1
536e1a
- Re-enable build-time tests
536e1a
536e1a
* Mon Jun 18 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.5.0-2
536e1a
- Temporarily disable build-time tests
536e1a
536e1a
* Mon Jun 18 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.5.0-1
536e1a
- Update to version 1.5.0
536e1a
- Adds support for "intents" in Modulemd.Defaults
536e1a
- Adds `Modulemd.get_version()`
536e1a
- Adds support for RPM whitelists in the buildopts
536e1a
- Adds a new object: Modulemd.Buildopts
536e1a
- Deprecates Modulemd.Module.get_rpm_buildopts()
536e1a
- Deprecates Modulemd.Module.set_rpm_buildopts()
536e1a
- Fixes some missing license blurbs
536e1a
536e1a
* Tue May 08 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.4.1-1
536e1a
- Update to version 1.4.1
536e1a
- Improve output from modulemd-validator
536e1a
- Drop upstreamed patches
536e1a
536e1a
* Wed Apr 25 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.4.0-2
536e1a
- Fix pointer math error
536e1a
- Fix compilation failure in Fedora build system
536e1a
536e1a
* Wed Apr 25 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.4.0-1
536e1a
- Update to version 1.4.0
536e1a
- Adds new API for returning failed YAML subdocuments
536e1a
- Stop emitting log messages by default (polluting consumer logs)
536e1a
- Validate RPM artifacts for proper NEVRA format
536e1a
- Improve the validator tool
536e1a
- Drop upstreamed patch
536e1a
536e1a
* Mon Apr 16 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.3.0-2
536e1a
- Fix serious error in modulemd-defaults emitter
536e1a
536e1a
* Fri Apr 13 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.3.0-1
536e1a
- Update to version 1.3.0
536e1a
- New Public Objects:
536e1a
  * Modulemd.Prioritizer - tool to merge module defaults
536e1a
- New Public Functions:
536e1a
  * Modulemd.SimpleSet.is_equal()
536e1a
  * Modulemd.Defaults.copy()
536e1a
  * Modulemd.Defaults.merge()
536e1a
536e1a
* Wed Apr 04 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.2.0-1
536e1a
- Update to version 1.2.0
536e1a
- New Functions:
536e1a
  * Modulemd.objects_from_file()
536e1a
  * Modulemd.objects_from_string()
536e1a
  * Modulemd.dump()
536e1a
  * Modulemd.dumps()
536e1a
  * Modulemd.Defaults.new_from_file()
536e1a
  * Modulemd.Defaults.new_from_string()
536e1a
- Deprecated Functions:
536e1a
  * Modulemd.Module.new_all_from_file()
536e1a
  * Modulemd.Module.new_all_from_file_ext()
536e1a
  * Modulemd.Module.new_all_from_string()
536e1a
  * Modulemd.Module.new_all_from_string_ext()
536e1a
  * Modulemd.Module.dump_all()
536e1a
  * Modulemd.Module.dumps_all()
536e1a
- Bugfixes
536e1a
  * Properly use G_BEGIN_DECLS and G_END_DECLS in headers
536e1a
  * Assorted fixes for memory ownership in GObject Introspection
536e1a
536e1a
* Fri Mar 23 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.1.3-2
536e1a
- Fix missing G_END_DECL from public headers
536e1a
536e1a
* Mon Mar 19 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.1.3-1
536e1a
- Fix numerous memory leaks
536e1a
- Drop upstreamed patch
536e1a
536e1a
* Thu Mar 15 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.1.2-1
536e1a
- Update to version 1.1.2
536e1a
- Revert backwards-incompatible API change
536e1a
- Fix version string in pkgconfig file
536e1a
536e1a
* Thu Mar 15 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.1.1-1
536e1a
- Update to version 1.1.1
536e1a
- Make default stream and profiles optional
536e1a
- Fixes: https://github.com/fedora-modularity/libmodulemd/issues/25
536e1a
- Fixes: https://github.com/fedora-modularity/libmodulemd/issues/26
536e1a
- Fixes: https://github.com/fedora-modularity/libmodulemd/issues/27
536e1a
536e1a
* Wed Mar 14 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-1
536e1a
- Update to version 1.1.0
536e1a
- Adds support for handling modulemd-defaults YAML documents
536e1a
- Adds peek()/dup() routines to all object properties
536e1a
- Adds Modulemd.Module.dup_nsvc() to retrieve the canonical form of the unique module identifier.
536e1a
- Adds support for boolean types in the XMD section
536e1a
- Revert obsoletion of pythonX-modulemd packages for now
536e1a
536e1a
* Tue Mar 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-2
536e1a
- Obsolete unsupported pythonX-modulemd packages
536e1a
536e1a
* Tue Feb 27 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.0.4-1
536e1a
- Update to 1.0.4
536e1a
- Rework version autodetection
536e1a
- Avoid infinite loop on unparseable YAML
536e1a
536e1a
* Sun Feb 25 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.0.3-1
536e1a
- RPM components are properly emitted when no module components exist
536e1a
- Parser works around late determination of modulemd version
536e1a
536e1a
* Fri Feb 16 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.0.2-1
536e1a
- Be more strict with certain parser edge-cases
536e1a
- Replace popt argument processing with glib
536e1a
- Drop upstreamed patches
536e1a
536e1a
* Thu Feb 15 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.0.1-2
536e1a
- Handle certain unlikely format violations
536e1a
536e1a
* Thu Feb 15 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.0.1-1
536e1a
- Support modulemd v2
536e1a
- Add tool to do quick validation of modulemd
536e1a
- Fix memory management
536e1a
- Warn and ignore unparseable sub-documents in the YAML
536e1a
- Fix several memory issues detected by Coverity scan
536e1a
536e1a
* Tue Feb 06 2018 Stephen Gallagher <sgallagh@redhat.com> - 0.2.2-1
536e1a
- Update to libmodulemd 0.2.2
536e1a
- Fix numerous minor memory leaks
536e1a
- Fix issues with EOL/SL dates
536e1a
536e1a
* Tue Feb 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-3
536e1a
- Own appropriate directories
536e1a
536e1a
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-2
536e1a
- Switch to %%ldconfig_scriptlets
536e1a
536e1a
* Fri Jan 05 2018 Stephen Gallagher <sgallagh@redhat.com> - 0.2.1-1
536e1a
- Update to libmodulemd 0.2.1
536e1a
- Add 'name' property for Profiles
536e1a
536e1a
* Thu Oct 05 2017 Stephen Gallagher <sgallagh@redhat.com> - 0.2.0-2
536e1a
- Add missing BuildRequires for gtk-doc
536e1a
536e1a
* Thu Oct 05 2017 Stephen Gallagher <sgallagh@redhat.com> - 0.2.0-1
536e1a
- Update to libmodulemd 0.2.0
536e1a
- Adds gtk-doc generated documentation
536e1a
- (ABI-break) Makes all optional properties accept NULL as a value to clear
536e1a
  them
536e1a
- (ABI-break) Modulemd.SimpleSet takes a STRV (char **) instead of a
536e1a
  GLib.PtrArray
536e1a
- Fixes a bug where the name was not always set for components
536e1a
- Adds support for dumping YAML from the introspected API
536e1a
- Includes add/remove routines for profiles
536e1a
536e1a
* Sat Sep 30 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-5
536e1a
- Use %%_isa in Requires for main package from devel
536e1a
536e1a
* Mon Sep 18 2017 Stephen Gallagher <sgallagh@redhat.com> - 0.1.0-4
536e1a
- Correct the license to MIT
536e1a
536e1a
* Mon Sep 18 2017 Stephen Gallagher <sgallagh@redhat.com> - 0.1.0-3
536e1a
- Modifications requested during package review
536e1a
536e1a
* Fri Sep 15 2017 Stephen Gallagher <sgallagh@redhat.com> - 0.1.0-2
536e1a
- First public release
536e1a