Skip to content

Commit

Permalink
CHANGELOG, contrib: Update for new warm up release v2.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Jun 17, 2018
1 parent 8c8f60d commit 6f5a0ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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````

Expand Down
6 changes: 4 additions & 2 deletions contrib/pacapt.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -51,6 +51,8 @@ rm -rf %_buildrootdir
/usr/local/bin/pacman

%changelog
* Sun Jun 17 2018 Ky-Anh Huynh(icy) <kyanh@theslinux.org> - 1
- Updated version (2.3.14 -> 2.3.15)
* Thu Oct 20 2017 Ky-Anh Huynh(icy) <kyanh@theslinux.org> - 1
- Updated version (2.3.13 -> 2.3.14)
* Thu Jul 21 2016 Ky-Anh Huynh(icy) <kyanh@theslinux.org> - 1
Expand Down

0 comments on commit 6f5a0ce

Please sign in to comment.