Skip to content

Commit

Permalink
Actually fix the specfile vs. tag vs. release mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tbielawa committed Aug 15, 2014
1 parent 89a8faf commit 7be1ae8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion python-bitmath.spec
Expand Up @@ -5,7 +5,7 @@
%endif

%global _short_name bitmath
%global _short_release 2
%global _short_release 3

Name: python-bitmath
Summary: Aids representing and manipulating sizes in various prefix notations
Expand Down Expand Up @@ -56,6 +56,9 @@ nosetests -v
%doc README.md LICENSE

%changelog
* Fri Aug 15 2014 Tim Bielawa <tbielawa@redhat.com> - 1.0.8-3
- Actually fix this whole specfile and version mixup

* Fri Aug 15 2014 Tim Bielawa <tbielawa@redhat.com> - 1.0.8-2
- Fix macro expansion in specfile changelog

Expand Down
5 changes: 4 additions & 1 deletion python-bitmath.spec.in
Expand Up @@ -5,7 +5,7 @@
%endif

%global _short_name bitmath
%global _short_release 2
%global _short_release 3

Name: python-bitmath
Summary: Aids representing and manipulating sizes in various prefix notations
Expand Down Expand Up @@ -56,6 +56,9 @@ nosetests -v
%doc README.md LICENSE

%changelog
* Fri Aug 15 2014 Tim Bielawa <tbielawa@redhat.com> - 1.0.8-3
- Actually fix this whole specfile and version mixup

* Fri Aug 15 2014 Tim Bielawa <tbielawa@redhat.com> - 1.0.8-2
- Fix macro expansion in specfile changelog

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
pypi_notice = open('.pypi_notice', 'r').read()

setup(name='bitmath',
version='1.0.8-2',
version='1.0.8-3',
description='Pythonic module for representing and manipulating file sizes with different prefix notations.',
long_description=pypi_notice,
maintainer='Tim Bielawa',
Expand Down

0 comments on commit 7be1ae8

Please sign in to comment.