Bug 1279580

Summary: Missing win32 APIs (such as zip_source_win32w)
Product: [Fedora] Fedora Reporter: Gene Hightower <gene>
Component: mingw-libzipAssignee: Sandro Mani <manisandro>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 23CC: erik-fedora, manisandro
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Windows   
Whiteboard:
Fixed In Version: mingw-libzip-1.0.1-3.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-22 02:24:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
little test program you can use in C++ none

Description Gene Hightower 2015-11-09 19:29:52 UTC
Created attachment 1091911 [details]
little test program you can use in C++

Description of problem:

It seems the automake build does not include the Win32 files:
zip_source_win32a.c
zip_source_win32handle.c
zip_source_win32utf8.c
zip_source_win32w.c
in the library.  Looks like the Cmake style build is used for Windows so
maybe nobody noticed that you don't get the new Windows APIs if you build
with Automake.  

The new Windows APIs are a big reason to use the new 1.0.1 version.

Version-Release number of selected component (if applicable):

1.0.1-2

How reproducible:

Try to link code with a call to zip_source_win32w_create.  I have attached a C++ program you can use.

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Fedora Update System 2015-11-09 20:50:25 UTC
mingw-libzip-1.0.1-3.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-e644e4587a

Comment 2 Fedora Update System 2015-11-11 02:23:53 UTC
mingw-libzip-1.0.1-3.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update mingw-libzip'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-e644e4587a

Comment 3 Fedora Update System 2015-11-22 02:24:29 UTC
mingw-libzip-1.0.1-3.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.