From 6f5a0ce8caf32e374b79ca570db6962fcfc635ac Mon Sep 17 00:00:00 2001 From: Ky-Anh Huynh Date: Sun, 17 Jun 2018 14:46:35 +0700 Subject: [PATCH] CHANGELOG, contrib: Update for new warm up release v2.3.15 --- CHANGELOG.md | 4 ++++ contrib/README.md | 4 ++-- contrib/pacapt.spec | 6 ++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ce5578..d640d78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.3.15 + +* A warm up release with very minor updates. + ## v2.3.14 * `lib/homebrew`: `brew upgrade` is equivalant to `brew upgrade --all`. diff --git a/contrib/README.md b/contrib/README.md index d0006a95..8bca1b16 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -21,8 +21,8 @@ $ rpmdev-setuptree Ok, now we're set up for compiling, now just download the latest release of pacapt (you can find it on the github page, go on Releases), download it in .tar.gz format: ```` $ cd $HOME/rpmbuild/SOURCES -$ wget https://github.com/icy/pacapt/archive/v2.3.14.tar.gz -$ mv v2.3.14.tar.gz pacapt-2.3.14.tar.gz +$ wget https://github.com/icy/pacapt/archive/v2.3.15.tar.gz +$ mv v2.3.15.tar.gz pacapt-2.3.15.tar.gz ```` And now download the spec file in this contrib directory and place it in ````$HOME/rpmbuild/SPECS```` diff --git a/contrib/pacapt.spec b/contrib/pacapt.spec index c6a0dc40..658a7f46 100644 --- a/contrib/pacapt.spec +++ b/contrib/pacapt.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} Name: pacapt -Version: 2.3.14 +Version: 2.3.15 Release: 1%{?dist} Summary: An Arch's pacman-like package manager for some Unices License: Fair URL: https://github.com/icy/pacapt Source0: %{name}-%{version}.tar.gz -BuildArch: noarch +BuildArch: noarch %description An Arch's pacman-like package manager for some Unices. Actually this Bash script provides a wrapper for system's package manager. For example, on CentOS machines, you can install htop with command @@ -51,6 +51,8 @@ rm -rf %_buildrootdir /usr/local/bin/pacman %changelog +* Sun Jun 17 2018 Ky-Anh Huynh(icy) - 1 +- Updated version (2.3.14 -> 2.3.15) * Thu Oct 20 2017 Ky-Anh Huynh(icy) - 1 - Updated version (2.3.13 -> 2.3.14) * Thu Jul 21 2016 Ky-Anh Huynh(icy) - 1