summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-02-21 16:16:04 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2016-02-21 16:16:04 -0600
commit7143e89d0b6d54e7c8417384a441a835f7ba320d (patch)
tree71f994b396501e43c9a471351afb3114d52a1509
parente0ed3bd386affb16c7468c32519d233a1947a22f (diff)
downloadcygwin-w32api-headers-7143e89d0b6d54e7c8417384a441a835f7ba320d.tar.gz
cygwin-w32api-headers-7143e89d0b6d54e7c8417384a441a835f7ba320d.tar.xz
cygwin-w32api-headers-7143e89d0b6d54e7c8417384a441a835f7ba320d.zip
cygwin-w32api-headers 4.0.4
-rw-r--r--cygwin-backports.patch32
-rw-r--r--cygwin-w32api-headers.spec13
-rw-r--r--sources2
3 files changed, 8 insertions, 39 deletions
diff --git a/cygwin-backports.patch b/cygwin-backports.patch
deleted file mode 100644
index fb0ec08..0000000
--- a/cygwin-backports.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -ur origsrc/mingw-w64/mingw-w64-headers/include/lmaccess.h src/mingw-w64/mingw-w64-headers/include/lmaccess.h
---- origsrc/mingw-w64/mingw-w64-headers/include/lmaccess.h 2014-10-27 09:11:20.000000000 +0800
-+++ src/mingw-w64/mingw-w64-headers/include/lmaccess.h 2014-12-03 17:29:15.072873500 +0800
-@@ -207,6 +207,14 @@
- PSID usri23_user_sid;
- } USER_INFO_23,*PUSER_INFO_23,*LPUSER_INFO_23;
-
-+ typedef struct _USER_INFO_24 {
-+ BOOL usri24_internet_identity;
-+ DWORD usri24_flags;
-+ LPWSTR usri24_internet_provider_name;
-+ LPWSTR usri24_internet_principal_name;
-+ PSID usri24_user_sid;
-+ } USER_INFO_24,*PUSER_INFO_24,*LPUSER_INFO_24;
-+
- typedef struct _USER_INFO_1003 {
- LPWSTR usri1003_password;
- } USER_INFO_1003,*PUSER_INFO_1003,*LPUSER_INFO_1003;
-diff -ur origsrc/mingw-w64/mingw-w64-headers/include/userenv.h src/mingw-w64/mingw-w64-headers/include/userenv.h
---- origsrc/mingw-w64/mingw-w64-headers/include/userenv.h 2014-10-27 09:11:29.000000000 +0800
-+++ src/mingw-w64/mingw-w64-headers/include/userenv.h 2014-12-03 17:27:19.664218500 +0800
-@@ -123,6 +123,10 @@
- USERENVAPI DWORD WINAPI GetAppliedGPOListA(DWORD dwFlags,LPCSTR pMachineName,PSID pSidUser,GUID *pGuidExtension,PGROUP_POLICY_OBJECTA *ppGPOList);
- USERENVAPI DWORD WINAPI GetAppliedGPOListW(DWORD dwFlags,LPCWSTR pMachineName,PSID pSidUser,GUID *pGuidExtension,PGROUP_POLICY_OBJECTW *ppGPOList);
-
-+#if WINVER >= 0x0600
-+ USERENVAPI HRESULT WINAPI CreateProfile (LPCWSTR pszUserSid, LPCWSTR pszUserName, LPWSTR pszProfilePath, DWORD cchProfilePath);
-+#endif
-+
- #define GP_DLLNAME TEXT("DllName")
- #define GP_ENABLEASYNCHRONOUSPROCESSING TEXT("EnableAsynchronousProcessing")
- #define GP_MAXNOGPOLISTCHANGESINTERVAL TEXT("MaxNoGPOListChangesInterval")
diff --git a/cygwin-w32api-headers.spec b/cygwin-w32api-headers.spec
index 205a928..2ae9f0a 100644
--- a/cygwin-w32api-headers.spec
+++ b/cygwin-w32api-headers.spec
@@ -2,7 +2,7 @@
#%%global branch trunk
Name: cygwin-w32api-headers
-Version: 3.3.0
+Version: 4.0.4
Release: 1%{?dist}
Summary: Win32 header files for Cygwin toolchain
@@ -19,9 +19,8 @@ BuildArch: noarch
# wget http://sourceforge.net/code-snapshots/svn/m/mi/mingw-w64/code/mingw-w64-code-%{snapshot_rev}-%{branch}.zip
Source0: mingw-w64-code-%{snapshot_rev}-%{branch}.zip
%else
-Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-%{version}.tar.bz2
+Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.bz2
%endif
-Patch0: cygwin-backports.patch
BuildRequires: cygwin32-filesystem
BuildRequires: cygwin64-filesystem
@@ -50,9 +49,8 @@ Cygwin x86_64 cross-compiler Win32 header files.
%if 0%{?snapshot_rev}
%setup -q -n mingw-w64-code-%{snapshot_rev}-%{branch}
%else
-%setup -q -n mingw-w64
+%setup -q -n mingw-w64-v%{version}
%endif
-%patch0 -p2
%build
pushd mingw-w64-headers
@@ -78,6 +76,9 @@ popd
%changelog
+* Sun Feb 21 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 4.0.4-1
+- new version
+
* Wed Mar 04 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 3.3.0-1
- new version
@@ -90,7 +91,7 @@ popd
* Thu Jan 16 2014 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 3.1.0-1
- Update to latest stable release.
-* Thu Jan 27 2013 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 2.0.999-4.trunk.svn5747
+* Thu Jun 27 2013 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 2.0.999-4.trunk.svn5747
- Update to match current Cygwin package.
- Update to new Cygwin packaging scheme.
diff --git a/sources b/sources
index c24571b..c58882c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df0e7657f46cbd59ed9cbe2a50c66e15 mingw-w64-v3.1.0.tar.bz2
+d54e353670e17b54f1ac86df3bb33e31 mingw-w64-v4.0.4.tar.bz2