Update to 1.7.0
* Enhance YAML parser for use with `fedmod lint` * Support running unit tests against installed packages * Include all NSVCs for ModuleStreams in ImprovedModule Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
34765fc27d
commit
61b348a792
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/modulemd-1.6.2.tar.xz
|
||||
/modulemd-1.6.3.tar.xz
|
||||
/modulemd-1.6.4.tar.xz
|
||||
/modulemd-1.7.0.tar.xz
|
||||
|
@ -1,12 +1,6 @@
|
||||
%global majorversion 1
|
||||
%global minorversion 6
|
||||
%global patchversion 4
|
||||
%global majorminorversion %{majorversion}.%{minorversion}
|
||||
%global nsversion %{majorversion}.0
|
||||
|
||||
Name: libmodulemd
|
||||
Version: %{majorminorversion}%{?patchversion:.%{patchversion}}
|
||||
Release: 2%{?dist}
|
||||
Version: 1.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Module metadata manipulation library
|
||||
|
||||
License: MIT
|
||||
@ -37,6 +31,7 @@ more details.
|
||||
|
||||
%package -n python3-%{name}
|
||||
Summary: Python 3 bindings for %{name}
|
||||
BuildArch: noarch
|
||||
Requires: libmodulemd = %{version}-%{release}
|
||||
Requires: python3-gobject-base
|
||||
Obsoletes: python3-modulemd < 1.3.4
|
||||
@ -89,9 +84,9 @@ export MMD_SKIP_VALGRIND=1
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_bindir}/modulemd-validator
|
||||
%{_libdir}/%{name}.so.%{majorversion}*
|
||||
%{_libdir}/%{name}.so.1*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/Modulemd-%{nsversion}.typelib
|
||||
%{_libdir}/girepository-1.0/Modulemd-1.0.typelib
|
||||
|
||||
|
||||
%files -n python3-%{name}
|
||||
@ -102,12 +97,18 @@ export MMD_SKIP_VALGRIND=1
|
||||
%{_libdir}/pkgconfig/modulemd.pc
|
||||
%{_includedir}/modulemd/
|
||||
%dir %{_datadir}/gir-1.0
|
||||
%{_datadir}/gir-1.0/Modulemd-%{nsversion}.gir
|
||||
%{_datadir}/gir-1.0/Modulemd-1.0.gir
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/modulemd-1.0/
|
||||
|
||||
%changelog
|
||||
* Fri Oct 26 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.7.0-1
|
||||
- Update to 1.7.0
|
||||
- Enhance YAML parser for use with `fedmod lint`
|
||||
- Support running unit tests against installed packages
|
||||
- Include all NSVCs for ModuleStreams in ImprovedModule
|
||||
|
||||
* Tue Sep 18 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.6.4-1
|
||||
- Update to 1.6.4.
|
||||
- Add Buildopts to the documentation.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-1.6.4.tar.xz) = ca2b81ceb8e60c4d61eaf988b9058f28d2deebeeb3c362712713f9060a315409009791f11bac19b22109b26f02336a1ca18db17b8193694273f77a361cbb538f
|
||||
SHA512 (modulemd-1.7.0.tar.xz) = 6bdf5c77a25ae0d1bf583e5b5fd1ab6ac609c3c3893f66529cb09fcec08479afc3765048abf03bb6afee531119fa6f2bc9ebb51ac388751ea4f59ce64434104e
|
||||
|
Loading…
Reference in New Issue
Block a user