verdurin pushed to bwa (epel7). "Merge branch 'master' into el5 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat May 30 07:56:27 UTC 2015


From 91583482f9d00036ebdc95236fe048c40326cf4c Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin at fedoraproject.org>
Date: Mon, 7 Jun 2010 21:22:09 +0000
Subject: Initialize branch F-13 for bwa


diff --git a/branch b/branch
new file mode 100644
index 0000000..baa94ef
--- /dev/null
+++ b/branch
@@ -0,0 +1 @@
+F-13
-- 
cgit v0.10.2


From 052667f4758839bd6c0b5cac978e9fca34421a5b Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin at fedoraproject.org>
Date: Mon, 7 Jun 2010 21:22:10 +0000
Subject: Initialize branch F-12 for bwa


diff --git a/branch b/branch
new file mode 100644
index 0000000..06de2d2
--- /dev/null
+++ b/branch
@@ -0,0 +1 @@
+F-12
-- 
cgit v0.10.2


From 7228568a7e55794fe1c23496d814aa3a72744ac2 Mon Sep 17 00:00:00 2001
From: verdurin <verdurin at fedoraproject.org>
Date: Mon, 7 Jun 2010 23:06:19 +0000
Subject: Initial import


diff --git a/.cvsignore b/.cvsignore
index e69de29..0c196a9 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+bwa-0.5.7.tar.bz2
diff --git a/bwa.spec b/bwa.spec
new file mode 100644
index 0000000..6495e18
--- /dev/null
+++ b/bwa.spec
@@ -0,0 +1,60 @@
+Name:           bwa
+Version:        0.5.7
+Release:        2%{?dist}
+Summary:        Burrows-Wheeler Alignment tool
+
+Group:          Applications/Engineering
+License:        GPLv3
+URL:            http://bio-bwa.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/bio-%{name}/%{name}-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  zlib-devel
+
+%description
+
+BWA is a program for aligning sequencing reads against a large
+reference genome (e.g. human genome). It has two major components, one
+for read shorter than 150bp and the other for longer reads.
+
+%prep
+%setup -q
+
+
+%build
+make %{?_smp_mflags} CFLAGS="%{optflags}"
+
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}/%{_mandir}/man1
+
+install -m 0755 bwa %{buildroot}/%{_bindir}
+install -m 0755 solid2fastq.pl %{buildroot}/%{_bindir}
+install -m 0755 qualfa2fq.pl %{buildroot}/%{_bindir}
+
+install -m 0644 bwa.1 %{buildroot}/%{_mandir}/man1/bwa.1
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING NEWS 
+%{_mandir}/man1/%{name}.1*
+%{_bindir}/bwa
+%{_bindir}/qualfa2fq.pl
+%{_bindir}/solid2fastq.pl
+
+
+%changelog
+* Sat May 29 2010 Adam Huffman <bloch at verdurin.com> - 0.5.7-2
+- fix source URL
+- install manpage
+- fix cflags
+
+* Fri May 28 2010 Adam Huffman <bloch at verdurin.com> - 0.5.7-1
+- initial version
+
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..0d837dc
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+bwa-0_5_7-2_fc12:F-12:bwa-0.5.7-2.fc12.src.rpm:1275951921
diff --git a/sources b/sources
index e69de29..a57686e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ec1e467ad7a0bc106b5f610f17d9e95a  bwa-0.5.7.tar.bz2
-- 
cgit v0.10.2


From c1b94baecacf886e4ef42a6747b9508665578150 Mon Sep 17 00:00:00 2001
From: verdurin <verdurin at fedoraproject.org>
Date: Mon, 7 Jun 2010 23:06:19 +0000
Subject: Initial import


diff --git a/.cvsignore b/.cvsignore
index e69de29..0c196a9 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+bwa-0.5.7.tar.bz2
diff --git a/bwa.spec b/bwa.spec
new file mode 100644
index 0000000..6495e18
--- /dev/null
+++ b/bwa.spec
@@ -0,0 +1,60 @@
+Name:           bwa
+Version:        0.5.7
+Release:        2%{?dist}
+Summary:        Burrows-Wheeler Alignment tool
+
+Group:          Applications/Engineering
+License:        GPLv3
+URL:            http://bio-bwa.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/bio-%{name}/%{name}-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  zlib-devel
+
+%description
+
+BWA is a program for aligning sequencing reads against a large
+reference genome (e.g. human genome). It has two major components, one
+for read shorter than 150bp and the other for longer reads.
+
+%prep
+%setup -q
+
+
+%build
+make %{?_smp_mflags} CFLAGS="%{optflags}"
+
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}/%{_mandir}/man1
+
+install -m 0755 bwa %{buildroot}/%{_bindir}
+install -m 0755 solid2fastq.pl %{buildroot}/%{_bindir}
+install -m 0755 qualfa2fq.pl %{buildroot}/%{_bindir}
+
+install -m 0644 bwa.1 %{buildroot}/%{_mandir}/man1/bwa.1
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING NEWS 
+%{_mandir}/man1/%{name}.1*
+%{_bindir}/bwa
+%{_bindir}/qualfa2fq.pl
+%{_bindir}/solid2fastq.pl
+
+
+%changelog
+* Sat May 29 2010 Adam Huffman <bloch at verdurin.com> - 0.5.7-2
+- fix source URL
+- install manpage
+- fix cflags
+
+* Fri May 28 2010 Adam Huffman <bloch at verdurin.com> - 0.5.7-1
+- initial version
+
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..0d837dc
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+bwa-0_5_7-2_fc12:F-12:bwa-0.5.7-2.fc12.src.rpm:1275951921
diff --git a/sources b/sources
index e69de29..a57686e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ec1e467ad7a0bc106b5f610f17d9e95a  bwa-0.5.7.tar.bz2
-- 
cgit v0.10.2


From 35b6bd552b7b388963c162803eb52b70c23afc49 Mon Sep 17 00:00:00 2001
From: verdurin <verdurin at fedoraproject.org>
Date: Mon, 7 Jun 2010 23:07:58 +0000
Subject: Initial import


diff --git a/.cvsignore b/.cvsignore
index e69de29..0c196a9 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+bwa-0.5.7.tar.bz2
diff --git a/bwa.spec b/bwa.spec
new file mode 100644
index 0000000..6495e18
--- /dev/null
+++ b/bwa.spec
@@ -0,0 +1,60 @@
+Name:           bwa
+Version:        0.5.7
+Release:        2%{?dist}
+Summary:        Burrows-Wheeler Alignment tool
+
+Group:          Applications/Engineering
+License:        GPLv3
+URL:            http://bio-bwa.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/bio-%{name}/%{name}-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  zlib-devel
+
+%description
+
+BWA is a program for aligning sequencing reads against a large
+reference genome (e.g. human genome). It has two major components, one
+for read shorter than 150bp and the other for longer reads.
+
+%prep
+%setup -q
+
+
+%build
+make %{?_smp_mflags} CFLAGS="%{optflags}"
+
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}/%{_mandir}/man1
+
+install -m 0755 bwa %{buildroot}/%{_bindir}
+install -m 0755 solid2fastq.pl %{buildroot}/%{_bindir}
+install -m 0755 qualfa2fq.pl %{buildroot}/%{_bindir}
+
+install -m 0644 bwa.1 %{buildroot}/%{_mandir}/man1/bwa.1
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING NEWS 
+%{_mandir}/man1/%{name}.1*
+%{_bindir}/bwa
+%{_bindir}/qualfa2fq.pl
+%{_bindir}/solid2fastq.pl
+
+
+%changelog
+* Sat May 29 2010 Adam Huffman <bloch at verdurin.com> - 0.5.7-2
+- fix source URL
+- install manpage
+- fix cflags
+
+* Fri May 28 2010 Adam Huffman <bloch at verdurin.com> - 0.5.7-1
+- initial version
+
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..c520c0e
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+bwa-0_5_7-2_fc12:F-13:bwa-0.5.7-2.fc12.src.rpm:1275952012
diff --git a/sources b/sources
index e69de29..a57686e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ec1e467ad7a0bc106b5f610f17d9e95a  bwa-0.5.7.tar.bz2
-- 
cgit v0.10.2


From 58c9b3d87113175d23a2b68799d0dc4c638fe696 Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin at fedoraproject.org>
Date: Fri, 11 Jun 2010 04:50:44 +0000
Subject: Initialize branch EL-6 for bwa


diff --git a/branch b/branch
new file mode 100644
index 0000000..46381b9
--- /dev/null
+++ b/branch
@@ -0,0 +1 @@
+EL-6
-- 
cgit v0.10.2


From 055244b0123c491b494b9e861caad5a8c212d1bf Mon Sep 17 00:00:00 2001
From: verdurin <verdurin at fedoraproject.org>
Date: Wed, 21 Jul 2010 15:39:02 +0000
Subject: New upstream release


diff --git a/.cvsignore b/.cvsignore
index 0c196a9..64507fc 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-bwa-0.5.7.tar.bz2
+bwa-0.5.8a.tar.bz2
diff --git a/bwa.spec b/bwa.spec
index 6495e18..1196e85 100644
--- a/bwa.spec
+++ b/bwa.spec
@@ -1,6 +1,6 @@
 Name:           bwa
-Version:        0.5.7
-Release:        2%{?dist}
+Version:        0.5.8a
+Release:        1%{?dist}
 Summary:        Burrows-Wheeler Alignment tool
 
 Group:          Applications/Engineering
@@ -50,6 +50,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jul 20 2010 Adam Huffman <bloch at verdurin.com> - 0.5.8a-1
+- new upstream release
+
 * Sat May 29 2010 Adam Huffman <bloch at verdurin.com> - 0.5.7-2
 - fix source URL
 - install manpage
diff --git a/sources b/sources
index a57686e..00f7b45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec1e467ad7a0bc106b5f610f17d9e95a  bwa-0.5.7.tar.bz2
+4f34d6d1156f7259eb5a3c946f7f59db  bwa-0.5.8a.tar.bz2
-- 
cgit v0.10.2


From 3dc28488209454507a1e5f9d978015b8c80fffa0 Mon Sep 17 00:00:00 2001
From: verdurin <verdurin at fedoraproject.org>
Date: Wed, 21 Jul 2010 15:45:57 +0000
Subject: New upstream release


diff --git a/.cvsignore b/.cvsignore
index 0c196a9..64507fc 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-bwa-0.5.7.tar.bz2
+bwa-0.5.8a.tar.bz2
diff --git a/bwa.spec b/bwa.spec
index 6495e18..1196e85 100644
--- a/bwa.spec
+++ b/bwa.spec
@@ -1,6 +1,6 @@
 Name:           bwa
-Version:        0.5.7
-Release:        2%{?dist}
+Version:        0.5.8a
+Release:        1%{?dist}
 Summary:        Burrows-Wheeler Alignment tool
 
 Group:          Applications/Engineering
@@ -50,6 +50,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jul 20 2010 Adam Huffman <bloch at verdurin.com> - 0.5.8a-1
+- new upstream release
+
 * Sat May 29 2010 Adam Huffman <bloch at verdurin.com> - 0.5.7-2
 - fix source URL
 - install manpage
diff --git a/sources b/sources
index a57686e..00f7b45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec1e467ad7a0bc106b5f610f17d9e95a  bwa-0.5.7.tar.bz2
+4f34d6d1156f7259eb5a3c946f7f59db  bwa-0.5.8a.tar.bz2
-- 
cgit v0.10.2


From 38d944fa78db2da0545ba9790d94f6d7e8b1f496 Mon Sep 17 00:00:00 2001
From: verdurin <verdurin at fedoraproject.org>
Date: Wed, 21 Jul 2010 15:47:52 +0000
Subject: New upstream release


diff --git a/.cvsignore b/.cvsignore
index 0c196a9..64507fc 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-bwa-0.5.7.tar.bz2
+bwa-0.5.8a.tar.bz2
diff --git a/bwa.spec b/bwa.spec
index 6495e18..1196e85 100644
--- a/bwa.spec
+++ b/bwa.spec
@@ -1,6 +1,6 @@
 Name:           bwa
-Version:        0.5.7
-Release:        2%{?dist}
+Version:        0.5.8a
+Release:        1%{?dist}
 Summary:        Burrows-Wheeler Alignment tool
 
 Group:          Applications/Engineering
@@ -50,6 +50,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jul 20 2010 Adam Huffman <bloch at verdurin.com> - 0.5.8a-1
+- new upstream release
+
 * Sat May 29 2010 Adam Huffman <bloch at verdurin.com> - 0.5.7-2
 - fix source URL
 - install manpage
diff --git a/sources b/sources
index a57686e..00f7b45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec1e467ad7a0bc106b5f610f17d9e95a  bwa-0.5.7.tar.bz2
+4f34d6d1156f7259eb5a3c946f7f59db  bwa-0.5.8a.tar.bz2
-- 
cgit v0.10.2


From f11264dcb69e11d514793ea35d5ad227d87bde81 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
Date: Wed, 28 Jul 2010 11:20:17 +0000
Subject: dist-git conversion


diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 64507fc..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-bwa-0.5.8a.tar.bz2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..64507fc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+bwa-0.5.8a.tar.bz2
diff --git a/Makefile b/Makefile
deleted file mode 100644
index d298cac..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: bwa
-# $Id$
-NAME := bwa
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/branch b/branch
deleted file mode 100644
index baa94ef..0000000
--- a/branch
+++ /dev/null
@@ -1 +0,0 @@
-F-13
diff --git a/import.log b/import.log
deleted file mode 100644
index c520c0e..0000000
--- a/import.log
+++ /dev/null
@@ -1 +0,0 @@
-bwa-0_5_7-2_fc12:F-13:bwa-0.5.7-2.fc12.src.rpm:1275952012
-- 
cgit v0.10.2


From a937112bd82fad09a9959cf2c69334bb0352b3dc Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
Date: Wed, 28 Jul 2010 11:20:17 +0000
Subject: dist-git conversion


diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 64507fc..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-bwa-0.5.8a.tar.bz2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..64507fc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+bwa-0.5.8a.tar.bz2
diff --git a/Makefile b/Makefile
deleted file mode 100644
index d298cac..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: bwa
-# $Id$
-NAME := bwa
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/branch b/branch
deleted file mode 100644
index 06de2d2..0000000
--- a/branch
+++ /dev/null
@@ -1 +0,0 @@
-F-12
diff --git a/import.log b/import.log
deleted file mode 100644
index 0d837dc..0000000
--- a/import.log
+++ /dev/null
@@ -1 +0,0 @@
-bwa-0_5_7-2_fc12:F-12:bwa-0.5.7-2.fc12.src.rpm:1275951921
-- 
cgit v0.10.2


From c86691eb7cfbf42ce94a6311ce1729cec8631238 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
Date: Wed, 28 Jul 2010 11:20:21 +0000
Subject: dist-git conversion


diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 64507fc..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-bwa-0.5.8a.tar.bz2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..64507fc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+bwa-0.5.8a.tar.bz2
diff --git a/Makefile b/Makefile
deleted file mode 100644
index d298cac..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: bwa
-# $Id$
-NAME := bwa
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/branch b/branch
deleted file mode 100644
index 46381b9..0000000
--- a/branch
+++ /dev/null
@@ -1 +0,0 @@
-EL-6
diff --git a/import.log b/import.log
deleted file mode 100644
index 0d837dc..0000000
--- a/import.log
+++ /dev/null
@@ -1 +0,0 @@
-bwa-0_5_7-2_fc12:F-12:bwa-0.5.7-2.fc12.src.rpm:1275951921
-- 
cgit v0.10.2


From f55c427835dcfd146a0436db9d350c09d19ae4d2 Mon Sep 17 00:00:00 2001
From: Adam Huffman <bloch at verdurin.com>
Date: Fri, 14 Jan 2011 10:15:15 +0000
Subject: Fix conflict error


diff --git a/bwa.spec b/bwa.spec
index d8cfc49..24973e7 100644
--- a/bwa.spec
+++ b/bwa.spec
@@ -50,12 +50,10 @@ rm -rf %{buildroot}
 
 
 %changelog
-<<<<<<< HEAD
 =======
 * Wed Jan  5 2011 Adam Huffman <bloch at verdurin.com> - 0.5.8c-1
 - upstream bugfix release
 
->>>>>>> master
 * Tue Jul 20 2010 Adam Huffman <bloch at verdurin.com> - 0.5.8a-1
 - new upstream release
 
-- 
cgit v0.10.2


From 8246ec4ccedf934e4b0d178972e4c9d7d0013f0b Mon Sep 17 00:00:00 2001
From: Adam Huffman <bloch at verdurin.com>
Date: Fri, 14 Jan 2011 10:17:41 +0000
Subject: Fix conflict


diff --git a/bwa.spec b/bwa.spec
index 24973e7..0a38ab1 100644
--- a/bwa.spec
+++ b/bwa.spec
@@ -50,7 +50,6 @@ rm -rf %{buildroot}
 
 
 %changelog
-=======
 * Wed Jan  5 2011 Adam Huffman <bloch at verdurin.com> - 0.5.8c-1
 - upstream bugfix release
 
-- 
cgit v0.10.2


From 328437413fbf236085151e4df2908e053a75dbdf Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis at ausil.us>
Date: Tue, 8 Feb 2011 00:04:55 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


diff --git a/bwa.spec b/bwa.spec
index 24973e7..a79a196 100644
--- a/bwa.spec
+++ b/bwa.spec
@@ -1,6 +1,6 @@
 Name:           bwa
 Version:        0.5.8c
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Burrows-Wheeler Alignment tool
 
 Group:          Applications/Engineering
@@ -50,6 +50,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 =======
 * Wed Jan  5 2011 Adam Huffman <bloch at verdurin.com> - 0.5.8c-1
 - upstream bugfix release
-- 
cgit v0.10.2


From 2a9f6e104ac2e273263223b2c29fe57e61e5c13c Mon Sep 17 00:00:00 2001
From: Adam Huffman <bloch at verdurin.com>
Date: Thu, 17 Feb 2011 16:06:32 +0000
Subject: New upstream release 0.5.9


diff --git a/.gitignore b/.gitignore
index c672758..bd30f0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 bwa-0.5.8a.tar.bz2
 /bwa-0.5.8c.tar.bz2
+/bwa-0.5.9.tar.bz2
diff --git a/bwa.spec b/bwa.spec
index a79a196..7cab181 100644
--- a/bwa.spec
+++ b/bwa.spec
@@ -1,6 +1,6 @@
 Name:           bwa
-Version:        0.5.8c
-Release:        2%{?dist}
+Version:        0.5.9
+Release:        1%{?dist}
 Summary:        Burrows-Wheeler Alignment tool
 
 Group:          Applications/Engineering
@@ -50,10 +50,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Feb 17 2011 Adam Huffman <bloch at verdurin.com> - 0.5.9-1
+- new upstream release 0.5.9
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-=======
 * Wed Jan  5 2011 Adam Huffman <bloch at verdurin.com> - 0.5.8c-1
 - upstream bugfix release
 
diff --git a/sources b/sources
index 697b110..e081681 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7685468334d2e56e50dc3a2be96192cd  bwa-0.5.8c.tar.bz2
+27facf40c92e9af40def844b245ed7db  bwa-0.5.9.tar.bz2
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/bwa.git/commit/?h=epel7&id=a99708d00d7316dc7a461e0d34b6ae6d104f07fa


More information about the scm-commits mailing list