Hello community,

here is the log from the commit of package euca2ools for openSUSE:Factory 
checked in at 2012-04-17 07:44:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/euca2ools (Old)
 and      /work/SRC/openSUSE:Factory/.euca2ools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "euca2ools", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/euca2ools/euca2ools.changes      2012-01-09 
15:16:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.euca2ools.new/euca2ools.changes 2012-04-17 
07:44:46.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr 13 12:22:40 UTC 2012 - rschweik...@suse.com
+
+- update to version 2.0.1
+  unfortunately upstream does not provide release notes or 
+  change information past the 1.3.1 release
+
+-------------------------------------------------------------------

Old:
----
  boto_s3_connection.patch
  euca2ools-1.3.1.tar.bz2
  euca2ools-1.3.1_mkFile-fixes.patch
  euca2ools-1.3.1_noHashBang.patch
  euca2ools_init_connect.patch

New:
----
  euca2ools-2.0.1.tar.bz2
  euca2ools-2.0.1_mkFile-fixes.patch
  euca2ools_noHashBang.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ euca2ools.spec ++++++
--- /var/tmp/diff_new_pack.N8B4wI/_old  2012-04-17 07:44:49.000000000 +0200
+++ /var/tmp/diff_new_pack.N8B4wI/_new  2012-04-17 07:44:49.000000000 +0200
@@ -15,30 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           euca2ools
-Version:        1.3.1
+Version:        2.0.1
 Release:        0
 Summary:        Elastic Utility Computing Architecture Command Line Tools
 License:        BSD-2-Clause
 Group:          Productivity/Networking/System
 Url:            http://open.eucalyptus.com/downloads
 Source0:        %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM euca2ools-1.3.1_mkFile-fixes.patch
-Patch0:         euca2ools-1.3.1_mkFile-fixes.patch
-# PATCH-FIX-UPSTREAM euca2ools-1.3.1_noHashBang.patch
-Patch1:         euca2ools-1.3.1_noHashBang.patch
-# PATCH-FIX-UPSTREAM boto_s3_connection.patch
-Patch2:         boto_s3_connection.patch
-# PATCH-FIX-UPSTREAM euca2ools_init_connect.patch
-Patch3:         euca2ools_init_connect.patch
+# PATCH-FIX-UPSTREAM euca2ools-2.0.1_mkFile-fixes.patch
+Patch0:         euca2ools-2.0.1_mkFile-fixes.patch
+# PATCH-FIX-UPSTREAM euca2ools_noHashBang.patch
+Patch1:         euca2ools_noHashBang.patch
 BuildRequires:  help2man
 BuildRequires:  make
-BuildRequires:  python-boto   >= 2.0
+BuildRequires:  python-boto   >= 2.1
 BuildRequires:  python-devel
 BuildRequires:  python-m2crypto
 BuildRequires:  python-xml
 Requires:       python-base  >= 2.6
-Requires:       python-boto  >= 2.0
+Requires:       python-boto  >= 2.1
 Requires:       python-m2crypto
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
@@ -58,11 +55,9 @@
 %setup -q
 %patch0
 %patch1
-%patch2
-%patch3
 
 %build
-%{__make} build
+%{__make} man
 
 %install
 %makeinstall PREFIX=%{_prefix} MANPREFIX=%{_prefix}/share
@@ -81,6 +76,7 @@
 %doc COPYING README
 %doc %{_mandir}/man1/*
 %{_bindir}/euca*
+%{_bindir}/euare*
 %{python_sitelib}/euca2ools*
 
 %changelog

++++++ euca2ools-1.3.1.tar.bz2 -> euca2ools-2.0.1.tar.bz2 ++++++
++++ 32117 lines of diff (skipped)

++++++ euca2ools-1.3.1_mkFile-fixes.patch -> euca2ools-2.0.1_mkFile-fixes.patch 
++++++
--- /work/SRC/openSUSE:Factory/euca2ools/euca2ools-1.3.1_mkFile-fixes.patch     
2012-01-09 15:16:21.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.euca2ools.new/euca2ools-2.0.1_mkFile-fixes.patch    
    2012-04-17 07:44:45.000000000 +0200
@@ -12,34 +12,30 @@
 -PREFIX                        =       /usr/local
 -BASH_COMPLETION               =       /etc/bash_completion.d
 -UTILDIR                       =       util
-+SUBDIRS=euca2ools
-+BINDIR=bin
-+BINLIST=$(wildcard $(BINDIR)/*)
-+MANDIR=man
-+MANPAGES=$(shell echo $(BINLIST) | sed -e 's%$(BINDIR)/%$(MANDIR)/%g' -e 's/  
*/.1 /g').1
-+PREFIX=/usr/local
-+BASH_COMPLETION=/etc/bash_completion.d
-+UTILDIR=util
-+MANPREFIX=$(PREFIX)
++SUBDIRS         =euca2ools
++BINDIR                =bin
++BINLIST               =$(wildcard $(BINDIR)/*)
++MANDIR                =man
++MANPAGES      =$(shell echo $(BINLIST) | sed -e 's%$(BINDIR)/%$(MANDIR)/%g' 
-e 's/  */.1 /g').1
++PREFIX                =/usr/local
++BASH_COMPLETION       =/etc/bash_completion.d
++UTILDIR               =util
++MANPREFIX       =$(PREFIX)
   
- .PHONY: man all build install clean distclean
+ .PHONY: man all install clean distclean
  
-@@ -54,12 +55,12 @@ man: $(BINLIST)
+@@ -56,10 +57,10 @@ man: $(BINLIST)
+           done
  
- install: build
-       @for subdir in $(SUBDIRS); do \
--                (cd $$subdir && $(MAKE) $@) || exit $$? ; done
--      @install -o root -m 755 -d $(PREFIX)/bin
--      @install -o root -m 755  bin/* $(PREFIX)/bin/
+ install:
+-      python setup.py install
 -      @install -o root -m 755 -d $(PREFIX)/man/man1
 -      @if [ -d $(MANDIR) ]; then install -o root -m 644  $(MANDIR)/* 
$(PREFIX)/man/man1; fi
 -      @if [ -d $(BASH_COMPLETION) ]; then install -o root -m 644  
$(UTILDIR)/* $(BASH_COMPLETION); fi
-+                (cd $$subdir && $(MAKE) DESTDIR=$(DESTDIR) PREFIX=$(PREFIX) 
$@) || exit $$? ; done
-+      @install -m 755 -d $(DESTDIR)$(PREFIX)/bin
-+      @install -m 755 bin/*  $(DESTDIR)$(PREFIX)/bin/
++      python setup.py install --prefix=$(DESTDIR)$(PREFIX)
 +      @install -m 755 -d $(DESTDIR)$(MANPREFIX)/man/man1
-+      @install -m 644 $(MANDIR)/* $(DESTDIR)$(MANPREFIX)/man/man1
-+      @if [ -d  $(DESTDIR)$(BASH_COMPLETION) ]; then install  $(UTILDIR)/*  
$(DESTDIR)$(BASH_COMPLETION); fi
++      @if [ -d $(MANDIR) ]; then install -m 644  $(MANDIR)/* 
$(DESTDIR)$(MANPREFIX)/man/man1; fi
++      @if [ -d $(DESTDIR)$(BASH_COMPLETION) ]; then install -m 644  
$(UTILDIR)/* $(DESTDIR)$(BASH_COMPLETION); fi
   
  distclean clean:
        @for subdir in $(SUBDIRS); do \
@@ -50,17 +46,6 @@
 -              rm -f $(PREFIX)/bin/$$x ; \
 -              rm -f $(PREFIX)/man/man1/`basename $$x`.1; done
 -      @if [ -d $(BASH_COMPLETION) ]; then rm $(BASH_COMPLETION)/euca2ools; fi 
-+              rm -f  $(DESTDIR)$(PREFIX)/bin/$$x ; \
-+              rm -f  $(DESTDIR)$(PREFIX)/man/man1/`basename $$x`.1; done
-+      @if [ -d  $(DESTDIR)$(BASH_COMPLETION) ]; then rm  
$(DESTDIR)$(BASH_COMPLETION)/euca2ools; fi 
---- euca2ools/Makefile.orig
-+++ euca2ools/Makefile
-@@ -37,7 +37,7 @@ build:
-       python setup.py build
- 
- install:
--      python setup.py install
-+      python setup.py install --prefix=$(DESTDIR)$(PREFIX)
- 
- clean:
-       python setup.py clean
++              rm -f $(DESTDIR)$(PREFIX)/bin/$$x ; \
++              rm -f $(DESTDIR)$(MANPREFIX)/man/man1/`basename $$x`.1; done
++      @if [ -d $(DESTDIR)$(BASH_COMPLETION) ]; then rm 
$(DESTDIR)$(BASH_COMPLETION)/euca2ools; fi

++++++ euca2ools_noHashBang.patch ++++++
--- euca2ools/__init__.py.orig
+++ euca2ools/__init__.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # -*- coding: utf-8 -*-
 # Software License Agreement (BSD License)
 #
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to