[tigase-server/f13/master] Stabilize on the tagged release.

Matej Cepl mcepl at fedoraproject.org
Wed Oct 20 09:21:07 UTC 2010


commit debe3387ff995b1bfdd5fa75f5d40d94242f5b59
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Wed Oct 20 11:20:48 2010 +0200

    Stabilize on the tagged release.

 .gitignore         |    2 ++
 sources            |    2 +-
 tigase-server.spec |   14 ++++++++------
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69d6fee..336d775 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 tigase-server-5.0.0.tar.bz2
+/tigase-server.tar.bz2
+/tigase-server-5.0.4.tar.bz2
diff --git a/sources b/sources
index 3b4cce5..3f7ceb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b7d8654892f4f848d4c415f5efdd5a6  tigase-server-5.0.0.tar.bz2
+4d7d5e4a1fe260eff43f2cdb6bf1d178  tigase-server-5.0.4.tar.bz2
diff --git a/tigase-server.spec b/tigase-server.spec
index 70424ed..fae615b 100644
--- a/tigase-server.spec
+++ b/tigase-server.spec
@@ -1,7 +1,6 @@
 Name:           tigase-server
-Version:        5.0.0
-# This is beta of 5.0.0
-Release:        0.4.20100527svn%{?dist}
+Version:        5.0.4
+Release:        1%{?dist}
 Summary:        Tigase Server
 
 Group:          Development/Libraries
@@ -9,7 +8,7 @@ License:        GPLv3
 URL:            http://www.tigase.org/
 # The source for this package was pulled from upstream's vcs.
 # Use the following commands to generate the tarball:
-#  svn export -r 2206 https://svn.tigase.org/reps/%{name}/trunk/ %{name}-%{version}
+#  svn export -r 2407 https://svn.tigase.org/reps/%{name}/trunk/ %{name}-%{version}
 #  tar -cjvf %{name}-%{version}.tar.bz2 %{name}-%{version}
 Source0:        %{name}-%{version}.tar.bz2  
 Patch0:         %{name}-RH-build.patch
@@ -51,9 +50,9 @@ find . -name \*.jar -print -delete
 %build
 export CLASSPATH=$(build-classpath ant/ant-contrib)
 ls /usr/share/java/
-build-jar-repository -p libs tigase-utils tigase-xmltools-3.3.4
+build-jar-repository -p libs tigase-utils tigase-xmltools
 ls -l libs/
-ant -Dbuild-no=2206 jar-dist docs
+ant -Dbuild-no=2262 jar-dist docs
 
 cat <<EOS >tigase-logrotate
 /var/log/tigase/*.log {
@@ -158,6 +157,9 @@ fi
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Oct 20 2010 Matěj Cepl <mcepl at redhat.com> - 5.0.4-1
+- New upstream release.
+
 * Mon Aug 30 2010 Matěj Cepl <mcepl at redhat.com> - 5.0.0-0.4.20100527svn
 - Bits missing.
 


More information about the scm-commits mailing list