Update to 1.6.1
- Fix header include ordering - Suppress empty sections from .dump() ordering Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
247d91a9a5
commit
0aeebdd088
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/modulemd-1.5.1.tar.xz
|
||||
/modulemd-1.5.2.tar.xz
|
||||
/modulemd-1.6.0.tar.xz
|
||||
/modulemd-1.6.1.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
%global majorversion 1
|
||||
%global minorversion 6
|
||||
%global patchversion 0
|
||||
%global patchversion 1
|
||||
%global majorminorversion %{majorversion}.%{minorversion}
|
||||
%global nsversion %{majorversion}.0
|
||||
|
||||
@ -14,6 +14,7 @@ URL: https://github.com/fedora-modularity/libmodulemd
|
||||
Source0: %{url}/releases/download/%{name}-%{version}/modulemd-%{version}.tar.xz
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
@ -24,25 +25,31 @@ BuildRequires: valgrind
|
||||
|
||||
# Patches
|
||||
|
||||
|
||||
%description
|
||||
C Library for manipulating module metadata files.
|
||||
See https://github.com/fedora-modularity/libmodulemd/blob/master/README.md for
|
||||
more details.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libmodulemd
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%description devel
|
||||
Development files for libmodulemd.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n modulemd-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%meson -Ddeveloper_build=false
|
||||
%meson_build
|
||||
|
||||
|
||||
%check
|
||||
|
||||
export LC_CTYPE=C.utf8
|
||||
@ -55,11 +62,14 @@ export MMD_SKIP_VALGRIND=1
|
||||
|
||||
%meson_test
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
@ -68,6 +78,7 @@ export MMD_SKIP_VALGRIND=1
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/Modulemd-%{nsversion}.typelib
|
||||
|
||||
|
||||
%files devel
|
||||
%{_libdir}/%{name}.so
|
||||
%{_libdir}/pkgconfig/modulemd.pc
|
||||
@ -78,7 +89,13 @@ export MMD_SKIP_VALGRIND=1
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/modulemd-1.0/
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 20 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.6.1-1
|
||||
- Update to 1.6.1
|
||||
- Fix header include ordering
|
||||
- Suppress empty sections from .dump() ordering
|
||||
|
||||
* Wed Jul 18 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.6.0-1
|
||||
- Update to 1.6.0
|
||||
- Adds Modulemd.ModuleStream object, deprecating Modulemd.Module
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-1.6.0.tar.xz) = 76fb0e1c8fd2bc66ec68740ac177705746834eac15291d326339b186b9f7dd5c42f1c870963e65f29b68eb25538a5f015995b5a10db099c2ffa867911fb69481
|
||||
SHA512 (modulemd-1.6.1.tar.xz) = d8f1bc4f9c2ebd473147e1b65b79e8966b9cd50e4f11da41960cbed4806ed90570bf4a94039ee47735778156282d88341852833f1dbeba9f96cf6190161eff06
|
||||
|
Loading…
Reference in New Issue
Block a user