Skip to content

Commit

Permalink
build: otopi-1.10.2
Browse files Browse the repository at this point in the history
otopi-1.10.1 was skipped, in order to minimize confusion, due to a bug
in the development phase after 1.10.0.

Change-Id: Iadb9d9a3992fe8c661d1679192e5e693d2ccc041
Signed-off-by: Yedidyah Bar David <[email protected]>
  • Loading branch information
didib committed Aug 3, 2022
1 parent 0e6e4fb commit c51c3f9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 8 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
otopi -- oVirt Task Oriented Pluggable Installer/Implementation

????-??-?? - Version 1.10.2
2022-08-03 - Version 1.10.2
* debug plugins: Add test_note
* dialog: human: Wrap notes output nicely
* build fix: Bump to 1.10.2
* github: Build from the pushed commit
* mark the copr make_srpm git dir as safe
* Post 1.10.0 stuff (#19)
* Build post otopi 1.10.0 (#18)

2022-03-03 - Version 1.10.0
* packager: Support any rhel- or fedora-like distribution
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [10])
define([VERSION_FIX], [2])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_SUFFIX], [_master])
define([VERSION_SUFFIX], [])

AC_INIT([otopi], VERSION_NUMBER[]VERSION_SUFFIX)
PACKAGE_RPM_VERSION="VERSION_NUMBER"
PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')"
PACKAGE_RPM_RELEASE="1"
RELEASE_SUFFIX="VERSION_SUFFIX"
AC_SUBST([PACKAGE_RPM_VERSION])
AC_SUBST([PACKAGE_RPM_RELEASE])
Expand Down
3 changes: 3 additions & 0 deletions otopi.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ install -d -m 755 "%{buildroot}%{_sysconfdir}/%{name}.conf.d"
%doc README.debug-plugins

%changelog
* Wed Aug 03 2022 - Yedidyah Bar David <[email protected]> - 1.10.2-1
- Release.

* Thu Mar 03 2022 - Yedidyah Bar David <[email protected]> - 1.10.0-1
- Release.

Expand Down

0 comments on commit c51c3f9

Please sign in to comment.