summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-09-17 22:08:16 +0000
committerBryan Ischo <bryan@ischo.com>2008-09-17 22:08:16 +0000
commit0e365b75c7b3a63e4ddfcb8ce201c5c21d28a7e4 (patch)
treec2c57545d0dc3118b357ed343624d139b9c76f59
parentd70aea8ccba843dcbcc1670a49d3d07a125ab285 (diff)
downloadceph-libs3-0e365b75c7b3a63e4ddfcb8ce201c5c21d28a7e4.tar.gz
* Release 0.7 customizations
-rw-r--r--ChangeLog3
-rw-r--r--GNUmakefile4
-rw-r--r--GNUmakefile.mingw4
-rw-r--r--libs3.spec4
4 files changed, 9 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index e0f0d66..fc8797a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Thu Sep 18 10:03:02 NZST 2008 bryan@ischo.com
+ * This file is no longer maintained, sorry
+
Sat Aug 9 13:44:21 NZST 2008 bryan@ischo.com
* Fixed bug wherein keys with non-URI-safe characters did not work
correctly because they were not being URI-encoded in the request UR
diff --git a/GNUmakefile b/GNUmakefile
index f971603..3f8f86b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -38,8 +38,8 @@
# --------------------------------------------------------------------------
# Set libs3 version number
-LIBS3_VER_MAJOR := trunk0
-LIBS3_VER_MINOR := trunk0
+LIBS3_VER_MAJOR := 0
+LIBS3_VER_MINOR := 7
LIBS3_VER := $(LIBS3_VER_MAJOR).$(LIBS3_VER_MINOR)
diff --git a/GNUmakefile.mingw b/GNUmakefile.mingw
index 27f3456..ab223bb 100644
--- a/GNUmakefile.mingw
+++ b/GNUmakefile.mingw
@@ -38,8 +38,8 @@
# --------------------------------------------------------------------------
# Set libs3 version number
-LIBS3_VER_MAJOR := trunk0
-LIBS3_VER_MINOR := trunk0
+LIBS3_VER_MAJOR := 0
+LIBS3_VER_MINOR := 7
LIBS3_VER := $(LIBS3_VER_MAJOR).$(LIBS3_VER_MINOR)
diff --git a/libs3.spec b/libs3.spec
index 95c3678..7fe1a1a 100644
--- a/libs3.spec
+++ b/libs3.spec
@@ -1,11 +1,11 @@
Summary: C Library and Tools for Amazon S3 Access
Name: libs3
-Version: trunk
+Version: 0.7
Release: 1
License: GPL
Group: Networking/Utilities
URL: http://sourceforge.net/projects/reallibs3
-Source0: libs3-trunk.tar.gz
+Source0: libs3-0.7.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
# Want to include curl dependencies, but older Fedora Core uses curl-devel,
# and newer Fedora Core uses libcurl-devel ... have to figure out how to