Bump the release number to 15
This commit is contained in:
parent
9a3de9b989
commit
30d86e7a84
@ -1,6 +1,6 @@
|
|||||||
Name: ding-libs
|
Name: ding-libs
|
||||||
Version: 0.3.0.1
|
Version: 0.3.0.1
|
||||||
Release: 3%{?dist}
|
Release: 15%{?dist}
|
||||||
Summary: "Ding is not GLib" assorted utility libraries
|
Summary: "Ding is not GLib" assorted utility libraries
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -8,6 +8,9 @@ URL: http://fedorahosted.org/sssd/
|
|||||||
Source0: http://fedorahosted.org/releases/d/i/ding-libs/%{name}-%{version}.tar.gz
|
Source0: http://fedorahosted.org/releases/d/i/ding-libs/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
|
# If a new upstream release changes some, but not all of these
|
||||||
|
# version numbers, remember to keep the Release tag in order to
|
||||||
|
# allow clean upgrades!
|
||||||
%global path_utils_version 0.2.1
|
%global path_utils_version 0.2.1
|
||||||
%global dhash_version 0.4.3
|
%global dhash_version 0.4.3
|
||||||
%global collection_version 0.6.2
|
%global collection_version 0.6.2
|
||||||
@ -349,6 +352,10 @@ rm -f */doc/html/installdox
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 04 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0.1-13
|
||||||
|
- Increase the release number to -13 to allow clean upgrade path from
|
||||||
|
0.2 since some of the components kept their version the same in 0.3
|
||||||
|
|
||||||
* Mon Apr 01 2013 Stephen Gallagher <sgallagh@redhat.com> - 0.3.0.1-3
|
* Mon Apr 01 2013 Stephen Gallagher <sgallagh@redhat.com> - 0.3.0.1-3
|
||||||
- Bumping revision to fix build glitch
|
- Bumping revision to fix build glitch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user