Bumped the version number in laconica.spec in prep for a 0.7.2. RPM

This commit is contained in:
Zach Copley 2009-03-04 16:55:33 -08:00
parent 762c56edc6
commit 8ba8eaa330
1 changed files with 5 additions and 2 deletions

View File

@ -2,10 +2,10 @@ BuildRequires: php-pear
BuildRequires: httpd-devel BuildRequires: httpd-devel
Name: laconica Name: laconica
Version: 0.7.1 Version: 0.7.2
Release: 1%{?dist} Release: 1%{?dist}
License: GAGPL v3 or later License: GAGPL v3 or later
Source: laconica-0.7.1.tar.gz Source: laconica-0.7.2.tar.gz
Group: Applications/Internet Group: Applications/Internet
Summary: Laconica, the Open Source microblogging platform Summary: Laconica, the Open Source microblogging platform
BuildArch: noarch BuildArch: noarch
@ -74,6 +74,9 @@ rm -rf %buildroot
%config(noreplace) %{_sysconfdir}/httpd/conf.d/laconica.conf %config(noreplace) %{_sysconfdir}/httpd/conf.d/laconica.conf
%changelog %changelog
* Sat Feb 28 2009 Zach Copley <zach@controlyourself.ca> - 0.7.2
- Changed version number to 0.7.2.
* Sat Feb 28 2009 Ken Sedgwick <ken@bonsai.com> - 0.7.1-1 * Sat Feb 28 2009 Ken Sedgwick <ken@bonsai.com> - 0.7.1-1
- Modified RPM for Fedora. - Modified RPM for Fedora.