summaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2020-06-08 22:34:32 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2020-06-08 22:34:32 -0700
commit2abcb0c357f27390837359842dfd607f34bf6651 (patch)
tree1978f510705a14c68f2ddedf173eb6c4ddf94847 /rust
parentf5405f982c23df3dbd04ab87e5617426fc46b678 (diff)
downloadspecs-2abcb0c357f27390837359842dfd607f34bf6651.tar.gz
specs-2abcb0c357f27390837359842dfd607f34bf6651.tar.xz
specs-2abcb0c357f27390837359842dfd607f34bf6651.zip
rust-xcursor: update to 0.3.1, add PR for docs
Diffstat (limited to 'rust')
-rw-r--r--rust/rust-xcursor.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/rust/rust-xcursor.spec b/rust/rust-xcursor.spec
index 1440024..7560136 100644
--- a/rust/rust-xcursor.spec
+++ b/rust/rust-xcursor.spec
@@ -5,7 +5,7 @@
%global crate xcursor
Name: rust-%{crate}
-Version: 0.2.0
+Version: 0.3.1
Release: 1%{?dist}
Summary: Library for loading XCursor themes
@@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel
# docs not in the source bundle
-# TODO ship when bumping > 0.2.0
+# https://github.com/esposm03/xcursor-rs/pull/7
#license LICENSE
#doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
@@ -73,5 +73,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
+* Mon Jun 8 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.3.1-1
+- Update to 0.3.1
+
* Fri May 22 14:53:23 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.2.0-1
- Initial package