]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Need to include regex.dll in redistributable package.
authorMichael R Sweet <msweet@msweet.org>
Fri, 30 Jul 2021 23:57:43 +0000 (19:57 -0400)
committerMichael R Sweet <msweet@msweet.org>
Fri, 30 Jul 2021 23:57:43 +0000 (19:57 -0400)
vcnet/libcups2_native.nuspec
vcnet/libcups2_native.redist.nuspec

index c3cd77ad43725d5260a10c23ac1560e3da591346..e19f952c3c40326f8a7dcbdd6d9babd5bc6b4d9a 100644 (file)
@@ -3,7 +3,7 @@
     <metadata>
         <id>libcups2_native</id>
         <title>OpenPrinting CUPS Library for VS2019+</title>
-        <version>2.4.0-b1</version>
+        <version>2.4.0-b0</version>
         <authors>Michael R Sweet, OpenPrinting</authors>
         <owners>michaelrsweet</owners>
         <projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
@@ -16,7 +16,7 @@ and other Unix®-like operating systems. The CUPS library provides a convenient
         <copyright>Copyright © 2020-2021 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
         <tags>http ipp native</tags>
        <dependencies>
-           <dependency id="libcups2_native.redist" version="2.4.0-b1" />
+           <dependency id="libcups2_native.redist" version="2.4.0-b0" />
        </dependencies>
     </metadata>
     <files>
index 35243659243877602f97b95aa28b0c03a384ad59..9da6e8d0dcb751355b7916341577d5a56c6e5238 100644 (file)
@@ -3,7 +3,7 @@
     <metadata>
         <id>libcups2_native.redist</id>
         <title>OpenPrinting CUPS Library for VS2019+ Redist</title>
-        <version>2.4.0-b1</version>
+        <version>2.4.0-b0</version>
         <authors>Michael R Sweet, OpenPrinting</authors>
         <owners>michaelrsweet</owners>
         <projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
@@ -20,6 +20,8 @@ and other Unix®-like operating systems. This package provides the redistributab
         <file src="..\desktop\cups-128.png" target="native" />
         <file src="..\README.md" target="native" />
         <file src="Win32\**\libcups2*.dll" target="native\bin\Win32" />
+        <file src="Win32\**\regex*.dll" target="native\bin\Win32" />
         <file src="x64\**\libcups2*.dll" target="native\bin\x64" />
+        <file src="x64\**\regex*.dll" target="native\bin\x64" />
     </files>
 </package>