diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-02-29 03:14:36 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-02-29 03:14:36 +0100 |
commit | 2d179ff17bc93c49eb58d820bdf2942face1deb3 (patch) | |
tree | 881c6156e7f3d798469cac0a8f0e52ca67eed79b /blogc.spec.in | |
parent | 85be5b7505f60119a6a3522b9297247c0b925326 (diff) | |
download | blogc-2d179ff17bc93c49eb58d820bdf2942face1deb3.tar.gz blogc-2d179ff17bc93c49eb58d820bdf2942face1deb3.tar.bz2 blogc-2d179ff17bc93c49eb58d820bdf2942face1deb3.zip |
build: version bumpv0.7.6
Diffstat (limited to 'blogc.spec.in')
-rw-r--r-- | blogc.spec.in | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/blogc.spec.in b/blogc.spec.in index 5d9cbff..2f3b787 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -1,11 +1,13 @@ -Name: @PACKAGE_NAME@ -Version: @PACKAGE_VERSION@ -Release: 1%{?dist} -License: BSD -Group: Applications/Text -Summary: A blog compiler -URL: @PACKAGE_URL@ -Source0: https://github.com/blogc/blogc/releases/download/v%{version}/blogc-%{version}.tar.xz +Name: @PACKAGE_NAME@ +Version: @PACKAGE_VERSION@ +Release: 1%{?dist} +License: BSD +Group: Applications/Text +Summary: A blog compiler +URL: @PACKAGE_URL@ +Source0: https://github.com/blogc/blogc/releases/download/v%{version}/blogc-%{version}.tar.xz + +BuildRequires: squareball-devel %description blogc(1) is a blog compiler. It converts source files and templates into @@ -30,6 +32,9 @@ rm -rf $RPM_BUILD_ROOT %license LICENSE %changelog +* Mon Feb 29 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> 0.7.6-1 +- New release. Added new dependency. + * Sun Feb 21 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> 0.7.5-1 - New release. |