Skip to content

Commit

Permalink
Merge pull request #35 from luyatshimbalanga/master
Browse files Browse the repository at this point in the history
Revert to 1.19.4
  • Loading branch information
luyatshimbalanga authored Jun 7, 2019
2 parents 76c43dc + bc305fd commit 9405f68
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions mendeleydesktop.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global loextdir %{_libdir}/libreoffice/share/extensions/Mendeley

Name: mendeleydesktop
Version: 1.19.5
Version: 1.19.4
Release: 1%{?dist}
Summary: Academic reference management software for researchers

Expand Down Expand Up @@ -54,11 +54,7 @@ Requires: hicolor-icon-theme
BuildRequires: python3-devel

# Set exclusivity for x86 based architecture
%ifarch x86_64
ExclusiveArch: x86_64
%else
ExclusiveArch: i686
%endif
ExclusiveArch: i686 x86_64

%description
Mendeley is a combination of a desktop application and a website which
Expand Down Expand Up @@ -97,7 +93,7 @@ a bibliography automatically.
%ifarch i686
%autosetup -p1 -n %{name}-%{version}-linux-i486
%else
%autosetup -p1 -n %{name}-%{version}-linux-%{_target_cpu}
%autosetup -p1 -n %{name}-%{version}-linux-x86_64
%endif


Expand Down Expand Up @@ -166,7 +162,8 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}-libre

%changelog
* Thu May 02 2019 Luya Tshimbalanga <[email protected]> - 1.19.4-1
- Update to 1.19.5
- Update to 1.19.4
- Remove conditional statement for ExclusiveArch

* Mon Feb 18 2019 Luya Tshimbalanga <[email protected]> - 1.19.3-2
- Fix from rpmfusion bugzilla #4041 suggested by Dominik 'Rathann' Mierzejewski
Expand Down

0 comments on commit 9405f68

Please sign in to comment.