Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d429f528f |
2 changed files with 27 additions and 4 deletions
11
vacuum-im-fix-type-mismatch.patch
Normal file
11
vacuum-im-fix-type-mismatch.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- src/thirdparty/minizip/zip.c.orig 2024-08-05 10:01:44.177174058 +0200
|
||||
+++ src/thirdparty/minizip/zip.c 2024-08-05 10:28:07.217053683 +0200
|
||||
@@ -1252,7 +1252,7 @@
|
||||
unsigned char bufHead[RAND_HEAD_LEN];
|
||||
unsigned int sizeHead;
|
||||
zi->ci.encrypt = 1;
|
||||
- zi->ci.pcrc_32_tab = get_crc_table();
|
||||
+ zi->ci.pcrc_32_tab = (const long unsigned int*) get_crc_table();
|
||||
/*init_keys(password,zi->ci.keys,zi->ci.pcrc_32_tab);*/
|
||||
|
||||
sizeHead=crypthead(password,bufHead,RAND_HEAD_LEN,zi->ci.keys,zi->ci.pcrc_32_tab,crcForCrypting);
|
||||
|
|
@ -9,11 +9,13 @@
|
|||
Name: %{sname}-im
|
||||
Summary: XMPP/Jabber client
|
||||
Version: 1.3.0
|
||||
Release: 0.29.%{commitdate}git%{shortcommit}%{?dist}
|
||||
License: GPLv3
|
||||
Release: 0.32.%{commitdate}git%{shortcommit}%{?dist}
|
||||
# Automatically converted from old format: GPLv3 - review is highly recommended.
|
||||
License: GPL-3.0-only
|
||||
Url: http://www.vacuum-im.org/
|
||||
Source0: https://github.com/Vacuum-IM/vacuum-im/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
Patch0: %{name}-fix-building-with-qt5.5.patch
|
||||
Patch1: %{name}-fix-type-mismatch.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
|
|
@ -55,7 +57,8 @@ This package contains images, themes and translations.
|
|||
|
||||
%package devel
|
||||
Summary: Development Files for Vacuum-IM
|
||||
License: GPLv3
|
||||
# Automatically converted from old format: GPLv3 - review is highly recommended.
|
||||
License: GPL-3.0-only
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
|
|
@ -138,13 +141,22 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.metai
|
|||
%{_includedir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Aug 05 2024 Martin Gansser <martinkg@fedoraproject.org> - 1.3.0-0.32.20211209git0abd5e1
|
||||
- Add %%{name}-fix-type-mismatch.patch
|
||||
|
||||
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 1.3.0-0.31.20211209git0abd5e1
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-0.30.20211209git0abd5e1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-0.29.20211209git0abd5e1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-0.28.20211209git0abd5e1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Apr 12 2023 Martin Gansser <martinkg@fedoraproject.org> - 1.3.0-0.27.20211209git0abd5e1
|
||||
* Wed Apr 12 2023 Martin Gansser <martinkg@fedoraproject.org> - 1.3.0-0.27.20211209git0abd5e1
|
||||
- Update to 1.3.0-0.27.20211209git0abd5e1
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-0.26.20200608gitb6c5dad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue