Update to 1.0.19 (#1890463)

epel9
Luya Tshimbalanga 4 years ago
parent f42a1e02bd
commit a1c8e527fe
No known key found for this signature in database
GPG Key ID: 5E528174D8A2609A

1
.gitignore vendored

@ -1,3 +1,4 @@
/xournalpp-1.0.16.tar.gz /xournalpp-1.0.16.tar.gz
/xournalpp-1.0.17.tar.gz /xournalpp-1.0.17.tar.gz
/xournalpp-1.0.18.tar.gz /xournalpp-1.0.18.tar.gz
/xournalpp-1.0.19.tar.gz

@ -1 +1 @@
SHA512 (xournalpp-1.0.18.tar.gz) = 90568a2674a18ff711ecef5f1a66ea1c5746d7f1fde271b36342d9bf48e096e63075cf7fd8b69e39e144273a4d1b922c415eee929eba94b2fa515a0bb481815a SHA512 (xournalpp-1.0.19.tar.gz) = 72d29158b620c0500d94890077e35fe36ef090e3f203ddeb252a659de57c40723f29404e1eb453ed5b4ac8265b8786ebf8e92c8ab67287c5e586955240c0a121

@ -1,23 +1,23 @@
%global __cmake_in_source_build 1 %global __cmake_in_source_build 0
%global _with_cppunit 1 %global _with_cppunit 1
Name: xournalpp Name: xournalpp
Version: 1.0.18 Version: 1.0.19
Release: 4%{?dist} Release: 1%{?dist}
Summary: Handwriting note-taking software with PDF annotation support Summary: Handwriting note-taking software with PDF annotation support
License: GPLv2+ License: GPLv2+
URL: https://github.com/%{name}/%{name} URL: https://github.com/%{name}/%{name}
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake3 >= 3.10 BuildRequires: cmake >= 3.10
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
%{?_with_cppunit:
BuildRequires: cppunit-devel >= 1.12-0
}
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gettext BuildRequires: gettext
BuildRequires: libappstream-glib BuildRequires: libappstream-glib
%{?_with_cppunit:
BuildRequires: pkgconfig(cppunit) >= 1.12-0
}
BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxml-2.0)
@ -57,17 +57,17 @@ mv po/tlh_AA.po po/tlh.po
sed -i 's|tlh-AA|tlh|g' po/tlh.po sed -i 's|tlh-AA|tlh|g' po/tlh.po
%build %build
%cmake3 \ %cmake \
%{?_with_cppunit: -DENABLE_CPPUNIT=ON} \ %{?_with_cppunit: -DENABLE_CPPUNIT=ON} \
%{nil} -DMAC_INTEGRATION=OFF
%cmake3_build %cmake_build
# Add translations parameter # Add translations parameter
# https://github.com/xournalpp/xournalpp/issues/1596 # https://github.com/xournalpp/xournalpp/issues/1596
%cmake3_build --target translations # %%cmake3_build --target translations
%install %install
%cmake3_install %cmake_install
#Remove depreciated key from desktop file #Remove depreciated key from desktop file
#Fix desktop file associated with application #Fix desktop file associated with application
@ -107,6 +107,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n
%{_datadir}/%{name}/ui %{_datadir}/%{name}/ui
%changelog %changelog
* Thu Oct 22 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.0.19-1
- Update to 1.0.19 (#1890463)
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.18-4 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.18-4
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save