From 17dd250c424ff32f1f2c178d2921c0e42d50e277 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Feb 17 2016 03:06:00 +0000 Subject: Update to 1.0.0. --- diff --git a/.gitignore b/.gitignore index 516182b..3252853 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /dfa87da95f8fdb92e270741c2a53f796b682f918.tar.gz +/1.0.0.tar.gz diff --git a/erlang-p1_mysql.spec b/erlang-p1_mysql.spec index e4fea0c..11a7cbc 100644 --- a/erlang-p1_mysql.spec +++ b/erlang-p1_mysql.spec @@ -1,19 +1,16 @@ %global srcname p1_mysql # Erlang packages do not provide debug subpackages %global debug_package %{nil} -%global commit_date 20150929 -%global commit_hash dfa87da95f8fdb92e270741c2a53f796b682f918 -%global short_commit_hash dfa87da9 Name: erlang-%{srcname} -Version: 0 -Release: 1.%{commit_date}git%{short_commit_hash}%{?dist} -Summary: Erlang MySQL driver +Version: 1.0.0 +Release: 1%{?dist} +Summary: Pure Erlang MySQL driver License: BSD -URL: https://github.com/processone/mysql/ -Source0: https://github.com/processone/mysql/archive/%{commit_hash}.tar.gz +URL: https://github.com/processone/p1_mysql/ +Source0: https://github.com/processone/p1_mysql/archive/%{version}.tar.gz BuildRequires: erlang-rebar BuildRequires: erlang-rpm-macros @@ -26,7 +23,7 @@ This is an Erlang MySQL driver, used by ejabberd. %prep -%autosetup -n mysql-%{commit_hash} +%autosetup -n p1_mysql-%{version} %build @@ -47,5 +44,9 @@ install -pm644 include/* $RPM_BUILD_ROOT%{_erllibdir}/%{srcname}-%{version}/incl %changelog +* Tue Feb 16 2016 Randy Barlow - 1.0.0-1 +- Release version 1.0.0. +- Update to the new upstream URL and Source0. + * Thu Dec 31 2015 Randy Barlow - 0-1.20150929gitdfa87da9 - Initial release. diff --git a/sources b/sources index c4838a7..7539733 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3ec05f45186a86f1ea6e3f7aa8cd7d7 dfa87da95f8fdb92e270741c2a53f796b682f918.tar.gz +d5b2a3b8139e3eac4f53c59e203ab0dd 1.0.0.tar.gz