From ac3c960e34a60ae2d172c7099d6cdb38aae3630a Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Aug 17 2015 22:20:44 +0000 Subject: Update to upstream 0.3 --- diff --git a/.gitignore b/.gitignore index 2453329..72029c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /monotonic-0.1.tar.gz +/monotonic-0.3.tar.gz diff --git a/python-monotonic.spec b/python-monotonic.spec index 0614048..e8cf419 100644 --- a/python-monotonic.spec +++ b/python-monotonic.spec @@ -5,7 +5,7 @@ %endif Name: python-%{pypi_name} -Version: 0.1 +Version: 0.3 Release: 1%{?dist} Summary: An implementation of time.monotonic() for Python 2 & < 3.3 @@ -95,5 +95,8 @@ popd %endif %changelog +* Tue Aug 18 2015 Alan Pevec 0.3-1 +- Update to upstream 0.3 + * Thu Jun 18 2015 Haïkel Guémar - 0.1-1 - Initial package diff --git a/sources b/sources index 3f6cee1..ba89365 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f8ab3fa2c8e0eb856a1f9864864b028a monotonic-0.1.tar.gz +4d055924b13474f5ac65385b937124fe monotonic-0.3.tar.gz