Skip to content

Commit 0b52b63

Browse files
committed
package 0.2.2
1 parent 20d901e commit 0b52b63

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## lib45d 0.2.1-2
1+
## lib45d 0.2.2-1
22

3-
* Fix arch devel packaging.
3+
* Report which subsection errors happen in.

Diff for: manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "lib45d",
44
"title": "lib45d",
55
"prerelease": false,
6-
"version": "0.2.1",
7-
"buildVersion": "2",
6+
"version": "0.2.2",
7+
"buildVersion": "1",
88
"author": "Joshua Boudreau <[email protected]>",
99
"url": "https://github.com/45Drives/lib45d",
1010
"category": "utils",
@@ -74,8 +74,8 @@
7474
],
7575
"changelog": {
7676
"urgency": "medium",
77-
"version": "0.2.1",
78-
"buildVersion": "2",
77+
"version": "0.2.2",
78+
"buildVersion": "1",
7979
"ignore": [],
8080
"date": null,
8181
"packager": "Joshua Boudreau <[email protected]>",

Diff for: packaging/el8-devel/main.spec

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ make DESTDIR=%{buildroot} DEVEL=1 install
3131
/usr/lib/*
3232

3333
%changelog
34+
* Fri Sep 10 2021 Joshua Boudreau <[email protected]> 0.2.2-1
35+
- Report which subsection errors happen in.
3436
* Fri Sep 10 2021 Joshua Boudreau <[email protected]> 0.2.1-2
3537
- Fix arch devel packaging.
3638
* Fri Sep 10 2021 Joshua Boudreau <[email protected]> 0.2.1-1

Diff for: packaging/el8/main.spec

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ make DESTDIR=%{buildroot} install
2929
/usr/lib/*
3030

3131
%changelog
32+
* Fri Sep 10 2021 Joshua Boudreau <[email protected]> 0.2.2-1
33+
- Report which subsection errors happen in.
3234
* Fri Sep 10 2021 Joshua Boudreau <[email protected]> 0.2.1-2
3335
- Fix arch devel packaging.
3436
* Fri Sep 10 2021 Joshua Boudreau <[email protected]> 0.2.1-1

Diff for: packaging/focal-dev/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
lib45d (0.2.2-1focal) focal; urgency=medium
2+
3+
* Report which subsection errors happen in.
4+
5+
-- Joshua Boudreau <[email protected]> Fri, 10 Sep 2021 11:51:56 -0300
6+
17
lib45d (0.2.1-2focal) focal; urgency=medium
28

39
* Fix arch devel packaging.

Diff for: packaging/focal/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
lib45d (0.2.2-1focal) focal; urgency=medium
2+
3+
* Report which subsection errors happen in.
4+
5+
-- Joshua Boudreau <[email protected]> Fri, 10 Sep 2021 11:51:56 -0300
6+
17
lib45d (0.2.1-2focal) focal; urgency=medium
28

39
* Fix arch devel packaging.

0 commit comments

Comments
 (0)