[wlmproxy] Update to snapshot 20110521git67984d2

William Lima poetinha at fedoraproject.org
Sat May 21 19:28:48 UTC 2011


commit 0785962af6cc6fd0e6b7464e7c43f9fbd56d7e16
Author: William Lima <wlima at primate.com.br>
Date:   Sat May 21 16:28:35 2011 -0300

    Update to snapshot 20110521git67984d2

 .gitignore    |    1 +
 sources       |    2 +-
 wlmproxy.spec |   18 +++++++++++++-----
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d954a3..efaeedd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /wlmproxy-0.1.2.tar.gz
+/wlmproxy-0.1.3-20110521git67984d2.tar.gz
diff --git a/sources b/sources
index 24b3536..e63164b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7159f7aa7f82b98cf2a3caab23128a60  wlmproxy-0.1.2.tar.gz
+d949d0ce686984f722f4321b8c77723a  wlmproxy-0.1.3-20110521git67984d2.tar.gz
diff --git a/wlmproxy.spec b/wlmproxy.spec
index de9df23..5a734ca 100644
--- a/wlmproxy.spec
+++ b/wlmproxy.spec
@@ -1,6 +1,11 @@
+%define gitdate 20110521
+%define git_version 67984d2
+
+%define snapshot %{gitdate}git%{git_version}
+
 Name:           wlmproxy
-Version:        0.1.2
-Release:        2%{?dist}
+Version:        0.1.3
+Release:        0.1.%{snapshot}%{?dist}
 Summary:        An advanced proxy for the MSN Messenger protocol
 
 Group:          System Environment/Daemons
@@ -8,10 +13,10 @@ License:        BSD
 URL:            http://wlmproxy.org
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
-#  git clone https://github.com/poetinha/wlmproxy.git
+#  git clone -b libevent2 https://github.com/poetinha/wlmproxy.git
 #  cd wlmproxy
-#  git archive --format=tar --prefix=wlmproxy-0.1.2/ v0.1.2 | gzip -n >wlmproxy-0.1.2.tar.gz
-Source0:        %{name}-%{version}.tar.gz
+#  git archive --format=tar --prefix=wlmproxy-0.1.3/ 67984d2 | gzip -n >wlmproxy-0.1.3-20110521git67984d2.tar.gz
+Source0:        %{name}-%{version}-%{snapshot}.tar.gz
 Source1:        %{name}.tmpfiles.d
 
 BuildRequires:  boost-devel
@@ -88,6 +93,9 @@ fi
 %{_sbindir}/*
 
 %changelog
+* Sat May 21 2011 William Lima <wlima at primate.com.br> - 0.1.3-0.1.20110521git67984d2
+- Update to snapshot 20110521git67984d2
+
 * Wed May 04 2011 William Lima <wlima at primate.com.br> - 0.1.2-2
 - Fix macro consistency
 - Use gzip -n to exclude timestamp from compressed tarball


More information about the scm-commits mailing list