[fig] Update to 1.0.0

Matej Stuchlik mstuchli at fedoraproject.org
Tue Oct 21 13:40:14 UTC 2014


commit dcd73a1b6d44165ace07ea674a56ab6a55376b34
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Tue Oct 21 15:39:58 2014 +0200

    Update to 1.0.0

 .gitignore |    1 +
 fig.spec   |   16 +++++++---------
 sources    |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 890c0f4..1b014ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fig-0.5.2.tar.gz
+/fig-1.0.0.tar.gz
diff --git a/fig.spec b/fig.spec
index eb76fb2..71cd020 100644
--- a/fig.spec
+++ b/fig.spec
@@ -1,8 +1,8 @@
 %global debug_package %{nil}
 
 Name:           fig
-Version:        0.5.2
-Release:        2%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Summary:        Punctual, lightweight development environments using Docker
 
 License:        ASL 2.0
@@ -11,12 +11,9 @@ Source0:        https://pypi.python.org/packages/source/f/%{name}/%{name}-%{vers
 
 # to get tests:
 # git clone https://github.com/docker/fig && cd fig
-# git checkout 0.5.2 && tar -czvf fig-0.5.2-tests.tar.gz tests/
+# git checkout 1.0.0 && tar -czvf fig-1.0.0-tests.tar.gz tests/
 #Source1:        fig-0.5.2-tests.tar.gz
 
-Patch0:         fedora-requirements.patch
-Patch1:         unbundle.patch
-
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools 
 BuildRequires:  python-dockerpty
@@ -57,9 +54,6 @@ Fig allows you to:
 %prep
 %setup -q 
 
-%patch0 -p0
-%patch1 -p1
-
 rm -r %{name}.egg-info
 
 %build
@@ -79,6 +73,10 @@ rm -r %{name}.egg-info
 %{python2_sitelib}/%{name}*
 
 %changelog
+* Tue Oct 21 2014 Matej Stuchlik <mstuchli at redhat.com> - 1.0.0-1
+- Update to 1.0.0
+- Droped the two patches
+
 * Tue Oct 21 2014 Matej Stuchlik <mstuchli at redhat.com> - 0.5.2-2
 - Explicitly disable debuginfo subpackage (#1154780)
 - Add python-docker-py to Requires (#1154874)
diff --git a/sources b/sources
index f40604b..d095ca6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3dd032da472e35199d55c8620d3eac26  fig-0.5.2.tar.gz
+7241595bbf1939cb33ac0c68cd49e643  fig-1.0.0.tar.gz


More information about the scm-commits mailing list