From 00229c3636650bb4cfc0dea8e6ebe627861e3207 Mon Sep 17 00:00:00 2001 From: Jan Beran Date: Aug 07 2019 09:37:19 +0000 Subject: Fixing previous commit Forgotten backlash Off-by-one in date in changelog --- diff --git a/libgsf.spec b/libgsf.spec index e1e4620..7882456 100644 --- a/libgsf.spec +++ b/libgsf.spec @@ -1,7 +1,7 @@ Summary: GNOME Structured File library Name: libgsf Version: 1.14.43 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPLv2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.xz URL: http://www.gnome.org/projects/libgsf/ @@ -35,10 +35,10 @@ libgsf. %setup -q %build -%configure --disable-gtk-doc --disable-static --enable-introspection=yes +%configure --disable-gtk-doc --disable-static --enable-introspection=yes \ %if 0%{?flatpak} --with-typelib_dir=%{_libdir}/girepository-1.0 --with-gir-dir=%{_datadir}/gir-1.0 -%endif +%endif make %{?_smp_mflags} V=1 @@ -78,7 +78,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_mandir}/man1/gsf-vba-dump.1* %changelog -* Wed Aug 8 2019 Jan Beran - 1.14.43-6 +* Wed Aug 7 2019 Jan Beran - 1.14.43-7 +- Fixing previous commit (forgotten backlash and wrong date) + +* Wed Aug 7 2019 Jan Beran - 1.14.43-6 - Add explicit path for girdir and typelib_dir when building flatpak * Thu Jul 25 2019 Fedora Release Engineering - 1.14.43-5