Changeset 1758
- Timestamp:
- Mar 16, 2021, 10:39:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/iqpuzzle.spec
r1757 r1758 20 20 Summary: Challenging pentomino puzzle 21 21 Version: 1.2.2 22 Release: 122 Release: 2%{?dist} 23 23 URL: https://github.com/ElTh0r0/iqpuzzle 24 24 %if !0%{?os2_version} … … 83 83 # Fedora, RHEL, or CentOS 84 84 #-------------------------------------------------------------------- 85 %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} || !0%{?os2_version}85 %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} 86 86 %build 87 87 # Create qmake cache file to add rpm optflags. … … 89 89 QMAKE_CXXFLAGS += %{optflags} 90 90 EOF 91 %else 91 %endif 92 93 %if 0%{?os2_version} 92 94 export QMAKE_SH=$SHELL 93 95 export FAST_BUILD=1 … … 191 193 192 194 %changelog 195 * Tue Mar 16 2021 Elbert Pol <elbert.pol@gmail.com> 1.2.2-2 196 - Fix a wrong def for OS/2 197 193 198 * Sun Mar 14 2021 Elbert Pol <elbert.pol@gmail.com> 1.2.2-1 194 199 - Updated to latest version
Note:
See TracChangeset
for help on using the changeset viewer.