From c2e77726d64f48604c8fc9d1907f411a076dc61c Mon Sep 17 00:00:00 2001 From: Ivan Efremov Date: Mar 12 2013 08:50:35 +0000 Subject: Update to 1.11.5 --- diff --git a/.gitignore b/.gitignore index 8174e08..fe74526 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ ugene-1.7.0.tar.gz /ugene-1.9.8.tar.gz /ugene-1.11.3.tar.gz /ugene-1.11.4.tar.gz +/ugene-1.11.5.tar.gz diff --git a/sources b/sources index facd66b..6f67807 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -49e9faea1f73b688a40f275d382f4506 ugene-1.11.4.tar.gz +ccd3acbd418215004523cdb16a9bb1d2 ugene-1.11.5.tar.gz diff --git a/ugene.spec b/ugene.spec index 07c5929..3db4792 100644 --- a/ugene.spec +++ b/ugene.spec @@ -32,6 +32,11 @@ is a designer for custom bioinformatics workflows. INSTALL_LIBDIR=%{_libdir} \ INSTALL_DATADIR=%{_datadir} \ INSTALL_MANDIR=%{_mandir} \ +%if 0%{?_ugene_with_non_free} + UGENE_WITHOUT_NON_FREE=0 \ +%else + UGENE_WITHOUT_NON_FREE=1 \ +%endif UGENE_EXCLUDE_LIST_ENABLED=1 make %{?_smp_mflags} @@ -49,10 +54,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %doc COPYRIGHT LICENSE LICENSE.3rd_party %changelog -* Fri Feb 15 2013 Fedora Release Engineering - 1.11.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild +* Tue Mar 12 2013 Yulia Algaer 1.11.5-1 +- Upstream version change -* Fri Jan 18 2013 Yulia Algaer - 1.11.4-1 +* Tue Jan 22 2013 Yulia Algaer 1.11.4-1 - Upstream version change * Tue Nov 27 2012 Rex Dieter 1.11.3-2 @@ -84,4 +89,4 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop - Upstream version change * Mon Feb 02 2009 Ivan Efremov - 1.3.3-1 -- Initial release of rpm +- Initial release of rpm \ No newline at end of file