Skip to content

Commit 2646c0d

Browse files
committed
Releasing version 0.13.0.
1 parent 5a663e6 commit 2646c0d

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

HOWTO-RELEASE

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Push, and check the Travis CI results.
1111
Edit VERSION NEWS package/rubygem-ruby-dbus.spec
1212

1313
osc vc package
14+
gem2rpm --config package/gem2rpm.yml \
15+
package/ruby-dbus-$(cat VERSION).gem > package/rubygem-ruby-dbus.spec
1416
git commit -m "Releasing version $(cat VERSION)."
1517

1618
Build, and submit + SR to OBS
@@ -19,13 +21,13 @@ Build, and submit + SR to OBS
1921

2022
Push the versioned commit; tag
2123

22-
cat VERSION && git tag v`cat VERSION`
24+
cat VERSION && git tag v$(cat VERSION)
2325
git push
2426
git push --tags
2527

2628
Push gem
2729

28-
gem push package/ruby-dbus-`cat VERSION`.gem
30+
gem push package/ruby-dbus-$(cat VERSION).gem
2931

3032
Publicize
3133

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## Ruby D-Bus 0.13.0 - 2016-09-21
6+
57
Bug fixes:
68
* It is no longer required to explicitly call ProxyObject#introspect,
79
it will be done automatically once ([#28][]).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.13.0

package/rubygem-ruby-dbus.changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
-------------------------------------------------------------------
2+
Wed Sep 21 20:18:19 UTC 2016 - mvidner@suse.com
3+
4+
- 0.13.0
5+
Bug fixes:
6+
* It is no longer required to explicitly call ProxyObject#introspect,
7+
it will be done automatically once (gh#mvidner/ruby-dbus#28).
8+
19
-------------------------------------------------------------------
210
Mon Sep 12 19:51:17 UTC 2016 - mvidner@suse.com
311

package/rubygem-ruby-dbus.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#
2525

2626
Name: rubygem-ruby-dbus
27-
Version: 0.12.0
27+
Version: 0.13.0
2828
Release: 0
2929
%define mod_name ruby-dbus
3030
%define mod_full_name %{mod_name}-%{version}

0 commit comments

Comments
 (0)