|
|
|
%global dmdfe_major 2
|
|
|
|
%global dmdfe_minor 0
|
|
|
|
%global dmdfe_bump 71
|
|
|
|
%global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump
|
|
|
|
%global root %{name}-%{version}-beta3-src
|
|
|
|
|
|
|
|
# Enable this for bootstrapping with an older version that doesn't require a
|
|
|
|
# working D compiler to build itself
|
|
|
|
%global bootstrap 1
|
|
|
|
%global bootstrap_version 0.17.2
|
|
|
|
|
|
|
|
%undefine _hardened_build
|
|
|
|
|
|
|
|
Name: ldc
|
|
|
|
Version: 1.1.0
|
|
|
|
Release: 0.1.beta3%{?dist}
|
|
|
|
Epoch: 1
|
|
|
|
Summary: A compiler for the D programming language
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
# The DMD frontend in dmd/* GPL version 1 or artistic license
|
|
|
|
# The files gen/asmstmt.cpp and gen/asm-*.hG PL version 2+ or artistic license
|
|
|
|
License: BSD
|
|
|
|
URL: https://github.com/ldc-developers/ldc
|
|
|
|
Source0: https://github.com/ldc-developers/ldc/releases/download/v%{version}-beta3/%{name}-%{version}-beta3-src.tar.gz
|
|
|
|
%if 0%{?bootstrap}
|
|
|
|
Source1: https://github.com/ldc-developers/ldc/releases/download/v%{bootstrap_version}/%{name}-%{bootstrap_version}-src.tar.gz
|
|
|
|
%endif
|
|
|
|
Source3: macros.%{name}
|
|
|
|
|
|
|
|
ExclusiveArch: %{ldc_arches}
|
|
|
|
|
|
|
|
%if ! 0%{?bootstrap}
|
|
|
|
BuildRequires: ldc
|
|
|
|
%endif
|
|
|
|
BuildRequires: llvm-devel >= 3.0
|
|
|
|
BuildRequires: libconfig-devel
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: gc, gcc-c++, gcc
|
|
|
|
BuildRequires: llvm-static
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
BuildRequires: libedit-devel
|
|
|
|
BuildRequires: bash-completion
|
|
|
|
|
|
|
|
Requires: ldc-druntime-devel ldc-phobos-devel ldc-config libedit bash-completion
|
|
|
|
|
|
|
|
%description
|
|
|
|
LDC is a compiler for the D programming Language. It is based on the latest DMD
|
|
|
|
frontend and uses LLVM as backend. LLVM provides a fast and modern backend for
|
|
|
|
high quality code generation. LDC is released under a BSD license with
|
|
|
|
exceptions for the DMD frontend and code from GDC.
|
|
|
|
The development takes place mostly on x86-32 and x86-64 Linux and that is where
|
|
|
|
LDC works best. Support for other platforms and architectures is under
|
|
|
|
development, but we are still looking for people to help test and adjust LDC
|
|
|
|
for those platforms!
|
|
|
|
LDC already compiles a lot of D code, but should still be considered beta
|
|
|
|
quality. Take a look at the tickets to get a better impression on what still
|
|
|
|
needs to be implemented.
|
|
|
|
|
|
|
|
%description -l fr_FR
|
|
|
|
LDC est un compiler pour le langage de programmation D. Il est basé sur la
|
|
|
|
dernière, interface de DMD et utilise LLVM comme moteur. LLVM est un moteur
|
|
|
|
rapide pour la génération de code de haute qualité. LDC est publié sous licence
|
|
|
|
BSD avec des exception pour l'interfaces DMD et le code provenant de GDC.
|
|
|
|
Le développement se concentre surtout pour les architectures x86 et x86_64
|
|
|
|
sur Linux et c'est pour cela que LDC travaille bien. le support pour les autres
|
|
|
|
architectures et plateformes sont en développement, mais nous recherchons
|
|
|
|
des personnes pour aider au test et amélioré LDC pour ces plateformes.
|
|
|
|
LDC compile déjà une grande quantité de code D, mais doit encore être considéré
|
|
|
|
en qualité bêta. Regarder les tickets pour ressentir ce qui doit encore être
|
|
|
|
implémenter.
|
|
|
|
|
|
|
|
%package config
|
|
|
|
Summary: Config file for ldc
|
|
|
|
Group: Development/Tools
|
|
|
|
License: Boost
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description config
|
|
|
|
Provide configuration file to customize ldc. As:
|
|
|
|
- default search path for lib and include files
|
|
|
|
- default ldc flag …
|
|
|
|
|
|
|
|
|
|
|
|
%description config -l fr
|
|
|
|
Fournit les fichiers de configuration pour personaliser ldc. Comme:
|
|
|
|
- Le chemin par défaut pour rechercher lib et les fichier d'inclusion
|
|
|
|
- les paramètres par défaut utilisé par ldc …
|
|
|
|
|
|
|
|
%package druntime
|
|
|
|
Summary: Runtime library for D
|
|
|
|
Group: Development/Tools
|
|
|
|
License: Boost
|
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
%description druntime
|
|
|
|
Druntime is the minimum library required to support the D programming
|
|
|
|
language. It includes the system code required to support the garbage
|
|
|
|
collector, associative arrays, exception handling, array vector operations,
|
|
|
|
startup/shutdown, etc.
|
|
|
|
|
|
|
|
%description druntime -l fr
|
|
|
|
Druntime est la bibliothèque minimal requise pour supporter la programmation en
|
|
|
|
D. Est inclut le code système requis pour supporter le ramasse miette, tableau
|
|
|
|
associatif, gestion des exceptions, opertation sur des vecteurs,
|
|
|
|
démarage/extinction, etc
|
|
|
|
|
|
|
|
|
|
|
|
%package druntime-devel
|
|
|
|
Summary: Support for developing D application
|
|
|
|
Group: Development/Tools
|
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: %{name}-druntime = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description druntime-devel
|
|
|
|
The druntime-devel package contains header files for developing D
|
|
|
|
applications that use druntime.
|
|
|
|
|
|
|
|
%description druntime-devel -l fr
|
|
|
|
Le paquet druntime-devel contient les fichiers d'entêtes pour développer
|
|
|
|
des applications en D utilisant druntime.
|
|
|
|
|
|
|
|
%package phobos
|
|
|
|
Summary: Standard Runtime Library
|
|
|
|
Group: Development/Tools
|
|
|
|
License: Boost
|
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: %{name}-druntime = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
%description phobos
|
|
|
|
Each module in Phobos conforms as much as possible to the following design
|
|
|
|
goals. These are goals rather than requirements because D is not a religion,
|
|
|
|
it's a programming language, and it recognizes that sometimes the goals are
|
|
|
|
contradictory and counterproductive in certain situations, and programmers have
|
|
|
|
jobs that need to get done
|
|
|
|
|
|
|
|
%description phobos -l fr
|
|
|
|
Chaque module de Phobos est conforme autant que possible à la conception
|
|
|
|
suivante objectifs. Ce sont des objectifs plutôt que des exigences car D n'est
|
|
|
|
pas une religion, c'est un language de programmation, et il reconnaît que,
|
|
|
|
parfois, les objectifs sont contradictoires et contre-productif dans certaines
|
|
|
|
situations, et les programmeurs ont travail qui doit être effectué.
|
|
|
|
|
|
|
|
%package phobos-devel
|
|
|
|
Summary: Support for developing D application
|
|
|
|
Group: Development/Tools
|
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: %{name}-phobos = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: %{name}-druntime-devel
|
|
|
|
|
|
|
|
%description phobos-devel
|
|
|
|
The phobos-devel package contains header files for developing D
|
|
|
|
applications that use phobos.
|
|
|
|
|
|
|
|
%description phobos-devel -l fr
|
|
|
|
Le paquet phobos-devel contient les fichiers d'entêtes pour développer
|
|
|
|
des applications en D utilisant phobos.
|
|
|
|
|
|
|
|
%package phobos-geany-tags
|
|
|
|
Summary: Support for enable autocompletion in geany
|
|
|
|
Group: Development/Tools
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: geany
|
|
|
|
Requires: geany
|
|
|
|
|
|
|
|
%description phobos-geany-tags
|
|
|
|
Enable autocompletion for phobos library in geany (IDE)
|
|
|
|
|
|
|
|
%description -l fr phobos-geany-tags
|
|
|
|
Active l'autocompletion pour pour la bibliothèque phobos dans geany (IDE)
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %root
|
|
|
|
# temp geany config directory for allow geany to generate tags
|
|
|
|
mkdir geany_config
|
|
|
|
rm -fr %root/runtime/phobos/etc/c/zlib
|
|
|
|
|
|
|
|
%build
|
|
|
|
%if 0%{?bootstrap}
|
|
|
|
tar xf %{SOURCE1}
|
|
|
|
mkdir build-bootstrap
|
|
|
|
pushd build-bootstrap
|
|
|
|
cmake ../%{name}-%{bootstrap_version}-src
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
popd
|
|
|
|
%endif
|
|
|
|
|
|
|
|
mkdir build
|
|
|
|
pushd build
|
|
|
|
%cmake -DMULTILIB:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON \
|
|
|
|
-DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/d \
|
|
|
|
-DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
|
|
|
|
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
|
|
|
|
%if 0%{?bootstrap}
|
|
|
|
-DD_COMPILER:PATH=`pwd`/../build-bootstrap/bin/ldmd2 \
|
|
|
|
%endif
|
|
|
|
--enable-optimized ..
|
|
|
|
make %{?_smp_mflags} VERBOSE=2
|
|
|
|
popd
|
|
|
|
# generate geany tags
|
|
|
|
geany -c geany_config -g phobos.d.tags $(find runtime/phobos/std -name "*.d")
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}/%{_rpmconfigdir}/macros.d/
|
|
|
|
mkdir -p %{buildroot}/%{_datadir}/geany/tags/
|
|
|
|
|
|
|
|
pushd build
|
|
|
|
%make_install
|
|
|
|
popd
|
|
|
|
|
|
|
|
# macros for D package
|
|
|
|
install --mode=0644 %{SOURCE3} %{buildroot}%{_rpmconfigdir}/macros.d/macros.ldc
|
|
|
|
# geany tags
|
|
|
|
install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
|
|
|
|
|
|
|
|
%post druntime -p /sbin/ldconfig
|
|
|
|
%postun druntime -p /sbin/ldconfig
|
|
|
|
%post phobos -p /sbin/ldconfig
|
|
|
|
%postun phobos -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc LICENSE README.md
|
|
|
|
%{_bindir}/ldc2
|
|
|
|
%{_bindir}/ldmd2
|
|
|
|
%{_bindir}/ldc-profdata
|
|
|
|
%{_bindir}/ldc-prune-cache
|
|
|
|
%{_libdir}/libldc-profile-rt.a
|
|
|
|
|
|
|
|
%files config
|
|
|
|
%config(noreplace) %{_sysconfdir}/ldc2.conf
|
|
|
|
%config %{_rpmconfigdir}/macros.d/macros.ldc
|
|
|
|
%config %{_datadir}/bash-completion/completions/ldc2
|
|
|
|
|
|
|
|
%files druntime
|
|
|
|
%doc runtime/druntime/LICENSE runtime/druntime/README.md runtime/README
|
|
|
|
%{_libdir}/libdruntime-ldc.so.%dmdfe
|
|
|
|
%{_libdir}/libdruntime-ldc.so.%dmdfe_bump
|
|
|
|
%{_libdir}/libdruntime-ldc-debug.so.%dmdfe
|
|
|
|
%{_libdir}/libdruntime-ldc-debug.so.%dmdfe_bump
|
|
|
|
|
|
|
|
%files druntime-devel
|
|
|
|
%{_includedir}/d/ldc
|
|
|
|
%{_includedir}/d/core
|
|
|
|
%{_libdir}/libdruntime-ldc.so
|
|
|
|
%{_libdir}/libdruntime-ldc-debug.so
|
|
|
|
|
|
|
|
%files phobos
|
|
|
|
%doc runtime/phobos/LICENSE_1_0.txt
|
|
|
|
%{_libdir}/libphobos2-ldc.so.%dmdfe
|
|
|
|
%{_libdir}/libphobos2-ldc.so.%dmdfe_bump
|
|
|
|
%{_libdir}/libphobos2-ldc-debug.so.%dmdfe
|
|
|
|
%{_libdir}/libphobos2-ldc-debug.so.%dmdfe_bump
|
|
|
|
|
|
|
|
%files phobos-devel
|
|
|
|
%dir %{_includedir}/d
|
|
|
|
%{_includedir}/d/std
|
|
|
|
%{_includedir}/d/etc
|
|
|
|
%{_libdir}/libphobos2-ldc.so
|
|
|
|
%{_libdir}/libphobos2-ldc-debug.so
|
|
|
|
|
|
|
|
%files phobos-geany-tags
|
|
|
|
%{_datadir}/geany/tags/phobos.d.tags
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Mon Oct 31 2016 Kalev Lember <klember@redhat.com> - 1:1.1.0-0.1.beta3
|
|
|
|
- Update to 1.1.0 beta3
|
|
|
|
- Add a bootstrap build option; enable bootstrap
|
|
|
|
|
|
|
|
* Mon Oct 31 2016 Kalev Lember <klember@redhat.com> - 1:0.17.2-3
|
|
|
|
- Move ldc_arches macro to redhat-rpm-config
|
|
|
|
|
|
|
|
* Sun Oct 30 2016 Kalev Lember <klember@redhat.com> - 1:0.17.2-2
|
|
|
|
- Add ldc_arches macro that other packages can use
|
|
|
|
- Enable ppc64 and ppc64le architectures
|
|
|
|
|
|
|
|
* Sun Oct 16 2016 Kalev Lember <klember@redhat.com> - 1:0.17.2-1
|
|
|
|
- Update to 0.17.2
|
|
|
|
- Enable arm architecture
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.16.1-78
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Jan 05 2016 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.16.1-77
|
|
|
|
- Update ldc to latest stable release
|
|
|
|
|
|
|
|
* Fri Sep 18 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.16.0.alpha2-76
|
|
|
|
- update to beta release 0.16.0-alpha3
|
|
|
|
|
|
|
|
* Fri Sep 18 2015 Jonathan MERCIER <bioinfornatics@gmail.com>
|
|
|
|
- update to beta release 0.16.0-alpha3
|
|
|
|
|
|
|
|
* Fri Sep 18 2015 Jonathan MERCIER <bioinfornatics@gmail.com>
|
|
|
|
- update to beta release 0.16.0-alpha3
|
|
|
|
|
|
|
|
* Sun Sep 06 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.16.0.alpha2-73
|
|
|
|
- update to release 0.16.2-alpha2
|
|
|
|
|
|
|
|
* Thu Jul 30 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.15.2.beta2-72
|
|
|
|
- add bash-completion as required
|
|
|
|
|
|
|
|
* Wed Jul 29 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.15.2.beta2-71
|
|
|
|
- update to beta release 0.15.2-beta2
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.15.2.beta1-70
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1:0.15.2.beta1-69
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
|
|
|
* Tue Mar 31 2015 bioinfornatics@gmail.com - 1:0.15.2.beta1-68
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Fri Mar 20 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.15.2.beta1-66
|
|
|
|
- update to beta release 0.15.2
|
|
|
|
|
|
|
|
* Sun Feb 01 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.15.1-65
|
|
|
|
- update to version 0.15.1
|
|
|
|
|
|
|
|
* Sun Feb 01 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.15.0-64
|
|
|
|
- fix spec missing libedit
|
|
|
|
|
|
|
|
* Thu Oct 30 2014 Jonathan MERCIER <bioinfornatics@gmail.com> - 0.15.0-alpha1-63
|
|
|
|
- update to 0.15 alpaha 1 release
|
|
|
|
- enable epoch to follow upstream version number 2 become 0.15
|
|
|
|
|
|
|
|
* Sun Sep 14 2014 bioinfornatics - 0.14.0-62
|
|
|
|
- Update LDC to release 0.14
|
|
|
|
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.0-61
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.0-60
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon May 19 2014 jonathan MERCIER <bioinfornatics@gmail.com> - 0.13.0-59
|
|
|
|
- update to latest rev
|
|
|
|
|
|
|
|
* Sun Apr 27 2014 jonathan MERCIER <bioinfornatics@gmail.com> - 2-58.20140325git7492d06
|
|
|
|
- update to latest rev
|
|
|
|
|
|
|
|
* Mon Mar 10 2014 jonathan MERCIER <bioinfornatics@gmail.com> - 2-57.20140305git6e908ff
|
|
|
|
- Add config sub-package
|
|
|
|
- put rpm macro into %%{_rpmconfigdir}/macros.d
|
|
|
|
|
|
|
|
* Sun Mar 09 2014 jonathan MERCIER <bioinfornatics@gmail.com> - 2-56.20140305git6e908ff
|
|
|
|
- Fix alphatag
|
|
|
|
|
|
|
|
* Sat Mar 08 2014 jonathan MERCIER <bioinfornatics@gmail.com> - 2-55.20131023git287e089
|
|
|
|
- Update to rev 6e908ff
|
|
|
|
|
|
|
|
* Thu Oct 24 2013 Jonathan MERCIER <bioinfornatics@gmail.com> - 2-54.20131023git287e089
|
|
|
|
- Update to rev 287e089
|
|
|
|
|
|
|
|
* Fri Aug 09 2013 Jonathan MERCIER <bioinfornatics@gmail.com> - 2-53.20130805git967b986
|
|
|
|
- Add ExcludeArch arm
|
|
|
|
|
|
|
|
* Mon Aug 05 2013 "Jonathan Mercier" <"Jonathan Mercier at gmail dot org"> - 2-52.20130805git967b986
|
|
|
|
- Update to rev 967b986
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 "Jonathan Mercier" <"Jonathan Mercier at gmail dot org"> - 2-51.20130730git07cb4cc
|
|
|
|
- Update to rev 07cb4cc
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2-50.20130623git9facd25
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jun 26 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-49.20130623git9facd25
|
|
|
|
- Update url and add macros.ldc into git repo
|
|
|
|
|
|
|
|
* Mon Jun 24 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-48.20130623git9facd25
|
|
|
|
- Add phobos and druntimeas as ldc's require
|
|
|
|
|
|
|
|
* Sun Jun 23 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-47.20130623git9facd25
|
|
|
|
- Update to rev 9facd25
|
|
|
|
|
|
|
|
* Tue Jun 11 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-46.20130611git39637c8
|
|
|
|
- Update to rev 39637c8
|
|
|
|
|
|
|
|
* Tue Jun 11 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-45.20130610git354e271
|
|
|
|
- Update to rev 354e271
|
|
|
|
|
|
|
|
* Mon Jun 10 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-44.20130610gitbf0e03d
|
|
|
|
- Update to rev bf0e03d
|
|
|
|
|
|
|
|
* Sun Jun 09 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-43.20130607gitf7aac52
|
|
|
|
- Update to rev f7aac52
|
|
|
|
|
|
|
|
* Fri May 24 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-42.20130519git6e57b6c
|
|
|
|
- Update to rev 6e57b6c
|
|
|
|
|
|
|
|
* Sat May 18 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-41.20130513git23df06a
|
|
|
|
- Fix zlib require
|
|
|
|
|
|
|
|
* Sat May 18 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-40.20130513git23df06a
|
|
|
|
- Fix bogus date
|
|
|
|
|
|
|
|
* Fri May 17 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-39.20130513git23df06a
|
|
|
|
- add zlib as build require
|
|
|
|
|
|
|
|
* Fri May 17 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-38.20130513git23df06a
|
|
|
|
- bump
|
|
|
|
|
|
|
|
* Fri May 17 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-37.20130513git23df06a
|
|
|
|
- bump
|
|
|
|
|
|
|
|
* Wed May 15 2013 <bioinfornatics at fedoraproject dot org> - 2-36.20130513git23df06a
|
|
|
|
- Update to rev 23df06a
|
|
|
|
|
|
|
|
* Fri May 10 2013 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-35.20130510git91d653c
|
|
|
|
- Update to rev 91d653c
|
|
|
|
|
|
|
|
* Thu May 09 2013 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-34.20130509git8f26877
|
|
|
|
- Update to rev 8f26877
|
|
|
|
|
|
|
|
* Thu May 09 2013 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-33.20130506git51e1a6c
|
|
|
|
- Update to rev 51e1a6c
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2-32.20121007git0777102
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Oct 09 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-31.20121007git0777102
|
|
|
|
- Update to latest revision
|
|
|
|
|
|
|
|
* Wed Oct 03 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-30.20121003gitb8e62b8
|
|
|
|
- update ldc to rev b8e62b8
|
|
|
|
|
|
|
|
* Wed Sep 26 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-29.20120921git8968103
|
|
|
|
- ldc own D include dir
|
|
|
|
- Update to dmdfe 2.060
|
|
|
|
|
|
|
|
* Sat Aug 11 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-28.20120811git34d595d
|
|
|
|
- Update ldc
|
|
|
|
|
|
|
|
* Thu Jul 26 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-27.20120720git5f15b30
|
|
|
|
- fix link against libcurl
|
|
|
|
|
|
|
|
* Sun Jul 22 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-26.20120624gitcef19fb
|
|
|
|
- Update to use llvm 3.1
|
|
|
|
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2-15.201210307git43667e1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Jun 26 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-24.20120624gitcef19fb
|
|
|
|
- Fix doc generation bug
|
|
|
|
|
|
|
|
* Mon Jun 25 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-23.20120624gitcef19fb
|
|
|
|
- update ldc
|
|
|
|
|
|
|
|
* Fri Jun 15 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-22.20120613git3eef7b7
|
|
|
|
- update ldc
|
|
|
|
|
|
|
|
* Wed Jun 06 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-21.20120606git1c301aa
|
|
|
|
- fix imported di file
|
|
|
|
|
|
|
|
* Sun Jun 03 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-18.20120602git260faae
|
|
|
|
- remove buildroot path into .di file
|
|
|
|
|
|
|
|
* Sat Jun 02 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-17.20120602gitd24592b
|
|
|
|
- fix bug to able tango build bis
|
|
|
|
|
|
|
|
* Sat Jun 02 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-16.20120602git509a579
|
|
|
|
- fix bug to able tango build
|
|
|
|
|
|
|
|
* Fri May 25 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-15.20120525git1805e53
|
|
|
|
- update to latest rev dmdfe 2.059
|
|
|
|
|
|
|
|
* Mon Mar 12 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-14.201210307git43667e1
|
|
|
|
- update to latest rev
|
|
|
|
|
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2-13.201210215git5af48ed
|
|
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
|
|
|
|
* Sat Feb 18 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-12.201210218git53f9964
|
|
|
|
- Update to latest revision
|
|
|
|
- update dmdfe to 2.058
|
|
|
|
- ldc has new parameter -soname
|
|
|
|
- fix library creation when multiple object files
|
|
|
|
- fix phobos and druntime soname
|
|
|
|
|
|
|
|
* Mon Feb 13 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-11.201210207git72d510c
|
|
|
|
- update to latest revision
|
|
|
|
- update dmdfe to 2.057
|
|
|
|
- fix tango build for 32 bit
|
|
|
|
|
|
|
|
* Thu Jan 05 2012 Jonathan MERCIER <bioinfornatics@fedoraproject.org> - 2-10.20111206gitfa5fb92
|
|
|
|
- fix doc for devhelp
|
|
|
|
|
|
|
|
* Fri Dec 09 2011 Jonathan MERCIER <bioinfornatics@fedoraproject.org> - 2-9.20111206gitfa5fb92
|
|
|
|
- Add doc for devhelp
|
|
|
|
|
|
|
|
* Tue Dec 06 2011 Jonathan MERCIER <bioinfornatics@fedoraproject.org> - 2-8.20111206gitfa5fb92
|
|
|
|
- Put %%{_d_includedir}/core into druntime-devel package
|
|
|
|
|
|
|
|
* Tue Dec 06 2011 Jonathan MERCIER <bioinfornatics@fedoraproject.org> - 2-8.20111206git641cc85
|
|
|
|
- Update compiler to latest revision
|
|
|
|
- Update runtime to latest revision
|
|
|
|
- Update phobos to latest revision
|
|
|
|
|
|
|
|
* Thu Dec 01 2011 Jonathan MERCIER <bioinfornatics@fedoraproject.org> - 2-7.20111117git4add11b
|
|
|
|
- Update to latest revision
|
|
|
|
- fix dependencies
|
|
|
|
|
|
|
|
* Wed Nov 09 2011 Jonathan MERCIER <bioinfornatics@fedoraproject.org> - 2-6.20111112gitd9da872
|
|
|
|
- Update to latest revision
|
|
|
|
|
|
|
|
* Wed Nov 09 2011 Jonathan MERCIER <bioinfornatics@fedoraproject.org> - 2-5.20110911git3cf958ad
|
|
|
|
- Update to latest revision
|
|
|
|
|
|
|
|
* Sat Sep 17 2011 Jonathan MERCIER <bioinfornatics@fedoraproject.org> - 2-4.20110915git423076d
|
|
|
|
- Update to latest revision
|
|
|
|
|
|
|
|
* Wed Aug 03 2011 Michel Salim <salimma@fedoraproject.org> - 2-3.20110801git58d40d2
|
|
|
|
- Rebuild against final LLVM 2.9 release
|
|
|
|
|
|
|
|
* Mon Aug 01 2011 Jonathan MERCIER <bioinfornatics at gmail.com> 2-2.20110801git58d40d2
|
|
|
|
- update LDC2 from upstream
|
|
|
|
|
|
|
|
* Tue Jul 26 2011 Jonathan MERCIER <bioinfornatics at gmail.com> 2-2.20110826hg1991
|
|
|
|
- update LDC2 from upstream
|
|
|
|
|
|
|
|
* Sun Mar 06 2011 Jonathan MERCIER <bioinfornatics at gmail.com> 2-1.20110615hg1965
|
|
|
|
- update to LDC2
|
|
|
|
|
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-31.20110115hg1832
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sun Jan 16 2011 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-30.20110115hg1832
|
|
|
|
update to latest revision 1832
|
|
|
|
|
|
|
|
* Fri Jan 07 2011 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-29.20110110hg1828
|
|
|
|
update to latest revision 1828
|
|
|
|
|
|
|
|
* Fri Jan 07 2011 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-28.20110105hg1812
|
|
|
|
update to latest revision 1812
|
|
|
|
|
|
|
|
* Wed Jan 05 2011 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-27.20110102hg1705
|
|
|
|
- update to latest revision 1705
|
|
|
|
|
|
|
|
* Sun Nov 14 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-25.20101114hg1698
|
|
|
|
- update to latest revision 1698
|
|
|
|
- several bug fix
|
|
|
|
|
|
|
|
* Wed Oct 20 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-23.20101004hg1666
|
|
|
|
- add patch for llvm 2.8
|
|
|
|
|
|
|
|
* Fri Oct 15 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-22.20101004hg1666
|
|
|
|
- update to new release 1666
|
|
|
|
|
|
|
|
* Sat Sep 18 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-21.20100928hg1665
|
|
|
|
- update to new release 1665
|
|
|
|
|
|
|
|
* Sat Sep 18 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-20.20100927hg1664
|
|
|
|
- update to new release 1664
|
|
|
|
|
|
|
|
* Sat Sep 18 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-19.20100905hg1659
|
|
|
|
- update to new release 1659
|
|
|
|
|
|
|
|
* Sat Sep 04 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-18.20100904hg1657
|
|
|
|
- update to new release 1657
|
|
|
|
|
|
|
|
* Thu Aug 26 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-17.20100609hg1655
|
|
|
|
- use %%{_libdir} instead %%{_libdir}/d
|
|
|
|
|
|
|
|
* Thu Aug 12 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-16.20100609hg1655
|
|
|
|
- fix minor bug in /etc/ldc.conf
|
|
|
|
|
|
|
|
* Thu Aug 12 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-15.20100609hg1655
|
|
|
|
- fix minor bug in /etc/ldc.conf
|
|
|
|
|
|
|
|
* Thu Aug 12 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-14.20100609hg1655
|
|
|
|
- fix critical bug in /etc/ldc.conf
|
|
|
|
|
|
|
|
* Wed Aug 11 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-13.20100609hg1655
|
|
|
|
- fix critical bug in /etc/ldc.conf
|
|
|
|
|
|
|
|
* Sat Aug 07 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-12.20100609hg1655
|
|
|
|
- Update to revision 1655
|
|
|
|
|
|
|
|
* Mon Aug 02 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-12.20100609hg1654
|
|
|
|
- Add patch
|
|
|
|
|
|
|
|
* Mon Aug 02 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-11.20100609hg1654
|
|
|
|
- Add %%{?_smp_mflags} macro for makefile
|
|
|
|
- Add flag -O2 for good optimizations in %%{_d_optflags} macro
|
|
|
|
|
|
|
|
* Sun Aug 01 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-10.20100609hg1654
|
|
|
|
- Update to revision 1654
|
|
|
|
|
|
|
|
* Thu Jul 29 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-9.20100609hg1653
|
|
|
|
- add %%{_d_libdir} macro in macros.ldc
|
|
|
|
- fix lib path in ldc.conf
|
|
|
|
|
|
|
|
* Wed Jul 28 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-8.20100609hg1653
|
|
|
|
- Using macro for D package
|
|
|
|
|
|
|
|
* Tue Jul 27 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-7.20100609hg1653
|
|
|
|
- Fix macros.ldc name
|
|
|
|
|
|
|
|
* Tue Jul 27 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-6.20100609hg1653
|
|
|
|
- Add %%{_sysconfdir}/rpm/maco.ldc file for new macro
|
|
|
|
- Fix alphatag to YYYYMMDD instead YYYYDDMM
|
|
|
|
|
|
|
|
* Sun Jul 25 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-5.20100706hg1653
|
|
|
|
- Fix ldc.rebuild.conf file
|
|
|
|
|
|
|
|
* Thu Jul 15 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-4.20100706hg1653
|
|
|
|
- Add gcc in require
|
|
|
|
|
|
|
|
* Thu Jul 01 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-3.20100706hg1653
|
|
|
|
- Perform french description
|
|
|
|
|
|
|
|
* Thu Jun 24 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-2.20100706hg1653
|
|
|
|
- Explain why .emty file is removed
|
|
|
|
|
|
|
|
* Wed Jun 23 2010 Jonathan MERCIER <bioinfornatics at gmail.com> - 0.9.2-1.20100706hg1653
|
|
|
|
- Initial release
|