Skip to content

Commit

Permalink
Merge pull request #112 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 2.12.1
  • Loading branch information
andyone authored Jun 28, 2022
2 parents 9e83f88 + 65183dd commit 2440b2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SOURCES/libexec/observer.shx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ statusObserver() {
fi

if [[ "$status" != "$prev_status+$bld_time" && -n "$status" ]] ; then
grc_time=$(getGraceDuration "$build_start" "$cur_time")
grc_time=$(getGraceDurationShort "$build_start" "$cur_time")
showt "${CL_GREEN}Executing:${CL_NORM} ${CL_CYAN}$status${CL_NORM} ${CL_DARK}($grc_time)${CL_NORM}"
prev_status="$status+$bld_time"
fi
Expand Down
2 changes: 1 addition & 1 deletion SOURCES/rpmbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
APP="RPMBuilder"

# Utility version (String)
VER="2.12.0"
VER="2.12.1"

################################################################################

Expand Down
5 changes: 4 additions & 1 deletion rpmbuilder.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Summary: RPM package build helper
Name: rpmbuilder
Version: 2.12.0
Version: 2.12.1
Release: 0%{?dist}
License: Apache License, Version 2.0
Group: Development/Tools
Expand Down Expand Up @@ -63,6 +63,9 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Tue Jun 28 2022 Anton Novojilov <[email protected]> - 2.12.1-0
- Minor UI improvements

* Thu Apr 28 2022 Anton Novojilov <[email protected]> - 2.12.0-0
- Fixed bug with fetching sources from GitHub using git
- Much faster data fetching from git repositories
Expand Down

0 comments on commit 2440b2f

Please sign in to comment.