[tango] fix changelog

MERCIER Jonathan bioinfornatics at fedoraproject.org
Sun Aug 4 22:27:34 UTC 2013


commit 62de6d912fab3be60b42199a211c1cdaad701180
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Mon Aug 5 00:27:26 2013 +0200

    fix changelog

 tango.spec |   38 +++++++++++++++++++++-----------------
 1 files changed, 21 insertions(+), 17 deletions(-)
---
diff --git a/tango.spec b/tango.spec
index 4a4d589..a55a9f8 100644
--- a/tango.spec
+++ b/tango.spec
@@ -1,27 +1,28 @@
-%global     alphatag            20120821
-%global     tango_revision      git7b92443
+%global     snapdate            20130629
+%global     tango_revision      667c566
 %global     debug_package       %{nil}
+%global     alphatag            %{snapdate}git%{tango_revision}
 
 # The source for this package was pulled from upstream's git.
 # Use the following commands to generate the tarball:
 # cd Tango-D2; git rev-parse --short HEAD            -> for tango_rev
 # git clone git://github.com/SiegeLord/Tango-D2.git
-# cd Tango-D2; git checkout %%tango_rev  
+# cd Tango-D2; git checkout %%tango_rev
 # git archive --prefix=tango-%%{alphatag}/ HEAD --format=tar | xz > ../tango-%%{alphatag}.xz
 
 Name:           tango
 Version:        2
-Release:        13.%{alphatag}%{tango_revision}%{?dist}
+Release:        14%{?dist}
 Summary:        The Developer's Library for D
 
 Group:          Development/Libraries
 # Preferred license is the Academic Free License v3.0. All Tango project
 # release their code under the terms of this license.
 # Depending on your needs, the binary attribution of the BSD license may be an
-# unwelcome restriction, in which case the AFL is the correct license to apply. 
+# unwelcome restriction, in which case the AFL is the correct license to apply.
 License:        AFL or BSD
 URL:            http://www.dsource.org/projects/tango
-Source0:        %{name}-%{alphatag}%{tango_revision}.tar.xz
+Source0:        %{name}-%{alphatag}.tar.xz
 
 BuildRequires:  ldc, ldc-phobos-devel, ldc-druntime-devel
 BuildRequires:  gcc, make
@@ -33,7 +34,7 @@ and utilities.
 Tango tries hard to provide a platform agnostic API where it makes sense, and
 avoid too many application specific features.
 Tango is a cross-platform open-source software library, written in the D
-programming language for D programmers. 
+programming language for D programmers.
 Availability of solid and extensive documentation represents a prime factor in
 library accessibility, and thus this project is as much about documentation
 production as it is about top-notch functionality.
@@ -136,7 +137,7 @@ Enable autocompletion for tango library in geany (IDE)
 Active l'autocompletion pour pour la bibliothèque tango dans geany (IDE)
 
 %prep
-%setup -q -n %{name}-%{alphatag}%{tango_revision}
+%setup -q -n %{name}-%{alphatag}
 # remove binaries
 rm -rf ./build/bin/*
 # fix end of line
@@ -144,7 +145,7 @@ find . -type f \( -name "*.d" -or -name "*.xml" \) -exec sed -i 's/\r//' {} \;
 # temp geany config directory for allow geany to generate tags
 mkdir geany_config
 %build
-#./build/script/bob.rb -v -r ldc -c ldc  -p linux . 
+#./build/script/bob.rb -v -r ldc -c ldc  -p linux .
 make %{?_smp_mflags} -f build/Makefile DCFLAGS+="%{_d_optflags}" LIBDIR=%{_libdir} DCFLAGS_IMPORT="-Itango" all-shared
 
 # generate geany tags
@@ -157,7 +158,7 @@ mkdir -p %{buildroot}%{_d_includedir}/%{name}
 mkdir -p %{buildroot}/%{_datadir}/geany/tags/
 
 # Tango
-make %{?_smp_mflags} -f build/Makefile DCFLAGS+="%{_d_optflags} -d" DESTDIR=%{buildroot} DATA_DIR=%{_datadir} INCLUDE_DIR=%{_d_includedir} LIB_DIR=%{_libdir} install-shared 
+make %{?_smp_mflags} -f build/Makefile DCFLAGS+="%{_d_optflags} -d" DESTDIR=%{buildroot} DATA_DIR=%{_datadir} INCLUDE_DIR=%{_d_includedir} LIB_DIR=%{_libdir} install-shared
 pushd %{buildroot}%{_libdir}/
 ln -s libtango-ldc.so.2 libtango-ldc.so.2.0.0
 ln -s libtango-ldc.so.2 libtango-ldc.so
@@ -185,8 +186,11 @@ install -m0755 tango.d.tags %{buildroot}/%{_datadir}/geany/tags/
 
 
 %changelog
-* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2-13.20120821git7b92443
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+* Sun Aug 04 2013 "Jonathan Mercier" <"Jonathan Mercier at gmail dot org"> - 2-14
+- Update to rev 667c566
+
+* Mon Jun 10 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-13
+- Update to rev 96fea24
 
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2-12.20120821git7b92443
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
@@ -264,7 +268,7 @@ install -m0755 tango.d.tags %{buildroot}/%{_datadir}/geany/tags/
 * Mon Aug 02 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.99.9-10.20100802svn5515
 - Update to revivion 5515
 
-* Mon Jul 26 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.99.9-9.20100726svn5508
+* Thu Jul 29 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.99.9-9.20100729svn5508
 - Use %%{_d_libdir} instead %%{_libdir}
 - Use %%{_d_optflags} instead -release
 
@@ -280,13 +284,13 @@ install -m0755 tango.d.tags %{buildroot}/%{_datadir}/geany/tags/
 - Change alphatag to YYYYMMDD instead YYYYDDMM
 - Update to revivion 5505
 
-* Mon Jul 12 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.99.9-5.20100712svn5498
+* Mon Jul 12 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.99.9-5.20101207svn5498
 - Update to revivion 5498
 
-* Tue Jul 06 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.99.9-4.201000706svn5487
+* Tue Jul 06 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.99.9-4.20100706svn5487
 - Fix ruby script
 
-* Thu Jul 01 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.99.9-3.20100701svn5487
+* Thu Jul 01 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.99.9-3.2010701svn5487
 - Perform french description
 
 * Wed Jun 30 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.99.9-2.20100630svn5487
@@ -294,5 +298,5 @@ install -m0755 tango.d.tags %{buildroot}/%{_datadir}/geany/tags/
 - Perform summary and description package
 - use ruby script instead binary
 
-* Wed Jun 23 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.99.9-1.20100623svn5487
+* Wed Jun 23 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.99.9-1.20102406svn5487
 - Initial release


More information about the scm-commits mailing list