]> git.proxmox.com Git - perlmod.git/commitdiff
bump perlmod to 0.10.0-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 14 Dec 2021 12:53:04 +0000 (13:53 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 14 Dec 2021 12:53:54 +0000 (13:53 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
perlmod-macro/debian/control
perlmod/Cargo.toml
perlmod/debian/changelog
perlmod/debian/control

index a497f37c6d9059ea976f5ed70702ed8c012998c4..d82e684c808c039cc3d984fa9d7e134575fe6d8d 100644 (file)
@@ -2,7 +2,7 @@ Source: rust-perlmod-macro
 Section: rust
 Priority: optional
 Build-Depends: debhelper (>= 12),
- dh-cargo (>= 24),
+ dh-cargo (>= 25),
  cargo:native <!nocheck>,
  rustc:native <!nocheck>,
  libstd-rust-dev <!nocheck>,
index 5bca4292afbe8540f4b6dd5a15489f6b1b8b854e..763da28ebce6765fac20cbbe2bf361b083af15e6 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "perlmod"
-version = "0.9.0"
+version = "0.10.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2021"
 build = "build.rs"
index ac269659544d144caebfb9406f5ed62d7a54ac92..6aaef23f03f77d0e1bdcf193aeb8cb934b4a7022 100644 (file)
@@ -1,3 +1,21 @@
+rust-perlmod (0.10.0-1) stable; urgency=medium
+
+  * bugfix: declare_magic now declares MAGIC as a static instead of a const,
+    since it needs its storage guarantees
+
+  * bugfix: instantiate_magic uses the provided magic value rather than
+    hardcoding literally 'MAGIC'
+
+  * MagicSpec has no value anymore, its with_value creates a new MagicValue
+
+  * MagicValue combines a MagicSpec with a value
+
+  * bump to rust edition 2021
+
+  * some documentation fixups
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 14 Dec 2021 13:41:25 +0100
+
 rust-perlmod (0.9.0-1) stable; urgency=medium
 
   * build glue c code with opt_level 3 even in debug mode
index 4b7dac4ddeb20a16763677dd45e7918e04131d8c..3b3dcfc1eb8148c3274af583f73c5399053e3124 100644 (file)
@@ -2,7 +2,7 @@ Source: rust-perlmod
 Section: rust
 Priority: optional
 Build-Depends: debhelper (>= 12),
- dh-cargo (>= 24),
+ dh-cargo (>= 25),
  cargo:native <!nocheck>,
  rustc:native <!nocheck>,
  libstd-rust-dev <!nocheck>,
@@ -29,16 +29,16 @@ Depends:
  librust-serde-1+default-dev,
  perl (>= 5.28.1)
 Recommends:
- librust-perlmod+exporter-dev (= ${binary:Version})
+ librust-perlmod+perlmod-macro-dev (= ${binary:Version})
 Provides:
  librust-perlmod-0-dev (= ${binary:Version}),
- librust-perlmod-0.9-dev (= ${binary:Version}),
- librust-perlmod-0.9.0-dev (= ${binary:Version})
+ librust-perlmod-0.10-dev (= ${binary:Version}),
+ librust-perlmod-0.10.0-dev (= ${binary:Version})
 Description: Ffi & serde code for limited interaction with perl code - Rust source code
  This package contains the source for the Rust perlmod crate, packaged by
  debcargo for use with cargo and dh-cargo.
 
-Package: librust-perlmod+exporter-dev
+Package: librust-perlmod+perlmod-macro-dev
 Architecture: any
 Multi-Arch: same
 Depends:
@@ -47,19 +47,19 @@ Depends:
  librust-perlmod-macro-0.6+default-dev
 Provides:
  librust-perlmod+default-dev (= ${binary:Version}),
- librust-perlmod+perlmod-macro-dev (= ${binary:Version}),
- librust-perlmod-0+exporter-dev (= ${binary:Version}),
- librust-perlmod-0+default-dev (= ${binary:Version}),
+ librust-perlmod+exporter-dev (= ${binary:Version}),
  librust-perlmod-0+perlmod-macro-dev (= ${binary:Version}),
- librust-perlmod-0.9+exporter-dev (= ${binary:Version}),
- librust-perlmod-0.9+default-dev (= ${binary:Version}),
- librust-perlmod-0.9+perlmod-macro-dev (= ${binary:Version}),
- librust-perlmod-0.9.0+exporter-dev (= ${binary:Version}),
- librust-perlmod-0.9.0+default-dev (= ${binary:Version}),
- librust-perlmod-0.9.0+perlmod-macro-dev (= ${binary:Version})
-Description: Ffi & serde code for limited interaction with perl code - feature "exporter" and 2 more
- This metapackage enables feature "exporter" for the Rust perlmod crate, by
+ librust-perlmod-0+default-dev (= ${binary:Version}),
+ librust-perlmod-0+exporter-dev (= ${binary:Version}),
+ librust-perlmod-0.10+perlmod-macro-dev (= ${binary:Version}),
+ librust-perlmod-0.10+default-dev (= ${binary:Version}),
+ librust-perlmod-0.10+exporter-dev (= ${binary:Version}),
+ librust-perlmod-0.10.0+perlmod-macro-dev (= ${binary:Version}),
+ librust-perlmod-0.10.0+default-dev (= ${binary:Version}),
+ librust-perlmod-0.10.0+exporter-dev (= ${binary:Version})
+Description: Ffi & serde code for limited interaction with perl code - feature "perlmod-macro" and 2 more
+ This metapackage enables feature "perlmod-macro" for the Rust perlmod crate, by
  pulling in any additional dependencies needed by that feature.
  .
- Additionally, this package also provides the "default", and "perlmod-macro"
+ Additionally, this package also provides the "default", and "exporter"
  features.