[matreshka] Bugfix update

Pavel Zhukov landgraf at fedoraproject.org
Thu Sep 19 18:57:16 UTC 2013


commit 9080993a86a10d2c9802d317d02d156009b61ea5
Author: Pavel Zhukov <pzhukov at redhat.com>
Date:   Thu Sep 19 20:56:59 2013 +0200

    Bugfix update

 .gitignore                                         |    1 +
 matreshka-0.5.0_parallel-build.patch               |   40 --------------------
 matreshka-0.5.0_valgrind-suppressions.patch        |   20 ----------
 ...ka-0.5.0_gpr.patch => matreshka-0.5.1_gpr.patch |    0
 ...prnames.patch => matreshka-0.5.1_gprnames.patch |    0
 matreshka.spec                                     |   21 ++++++----
 sources                                            |    2 +-
 7 files changed, 14 insertions(+), 70 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9d5ba09..82d727f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /matreshka-0.3.0.tar.gz
 /matreshka-0.4.0.tar.gz
 /matreshka-0.5.0.tar.gz
+/matreshka-0.5.1.tar.gz
diff --git a/matreshka-0.5.0_gpr.patch b/matreshka-0.5.1_gpr.patch
similarity index 100%
rename from matreshka-0.5.0_gpr.patch
rename to matreshka-0.5.1_gpr.patch
diff --git a/matreshka-0.5.0_gprnames.patch b/matreshka-0.5.1_gprnames.patch
similarity index 100%
rename from matreshka-0.5.0_gprnames.patch
rename to matreshka-0.5.1_gprnames.patch
diff --git a/matreshka.spec b/matreshka.spec
index 9783c70..fc4a757 100644
--- a/matreshka.spec
+++ b/matreshka.spec
@@ -1,19 +1,19 @@
 %define _gprdir %_GNAT_project_dir
 Name:       matreshka
-Version:    0.5.0
-Release:    3%{?dist}
+Version:    0.5.1
+Release:    1%{?dist}
 Summary:    Set of Ada libraries to help to develop information systems
 Group:      System Environment/Libraries
 License:    BSD
-URL:        http://adaforge.qtada.com/cgi-bin/tracker.fcgi/matreshka
-Source0:    http://adaforge.qtada.com/cgi-bin/tracker.fcgi/matreshka/downloader/download/file/13/%{name}-%{version}.tar.gz  
+URL:        http://forge.ada-ru.org/matreshka
+Source0:    http://forge.ada-ru.org/matreshka/downloads/%{name}-%{version}.tar.gz
 ## fedora specific
 Patch1:          %{name}-%{version}_gprnames.patch
 ## fedora has stable release ABI. so we haven't to specify RTL
 Patch4:          %{name}-%{version}_gpr.patch
 ## http://forge.ada-ru.org/matreshka/changeset/4090
-Patch2:          %{name}-%{version}_parallel-build.patch
-Patch3:         %{name}-%{version}_valgrind-suppressions.patch
+## Patch2:          %{name}-%{version}_parallel-build.patch
+### Patch3:         %{name}-%{version}_valgrind-suppressions.patch
 BuildRequires:   gcc-gnat
 BuildRequires:   fedora-gnat-project-common  >= 3 
 BuildRequires:   chrpath
@@ -338,8 +338,8 @@ Requires:   fedora-gnat-project-common  >= 2
 %prep
 %setup -q 
 %patch1 -p1 -b .names
-%patch2 -p1 
-%patch3 -p1 
+##%patch2 -p1 
+##%patch3 -p1 
 cd gnat/install && for i in `ls *.gpr` ; do mv $i matreshka_$i ; done
 cd - 
 %patch4 -p1 -b .gprfix
@@ -438,6 +438,9 @@ chrpath --delete %{buildroot}%{_libdir}/lib*
 %files amf-mofext-devel -f .objs/amf_mofext-devel.files
 
 %changelog
+* Thu Sep 19 2013 Pavel Zhukov <landgraf at fedoraproject.org> - 0.5.1-1
+- Bugfix release 0.5.1
+
 * Wed Sep 18 2013 Pavel Zhukov <landgraf at fedoraproject.org> - 0.5.0-3
 - add valgrind suppressions 
 - fix parallel make
@@ -466,7 +469,7 @@ chrpath --delete %{buildroot}%{_libdir}/lib*
 * Tue Apr 3 2012 Pavel Zhukov <landgraf at fedoraproject.org> - 0.2.0-5
 - Fix projects names
 
-* Sun Mar 24 2012 Pavel Zhukov <landgraf at fedoraproject.org> - 0.2.0-3
+* Sat Mar 24 2012 Pavel Zhukov <landgraf at fedoraproject.org> - 0.2.0-3
 - Update to 0.2.0
 - Fix filelist
 - Add files list
diff --git a/sources b/sources
index e5e4de0..297af24 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9f32fe495f2b5319677f6130623b4c0  matreshka-0.5.0.tar.gz
+3609e999988f73244cf908f918857858  matreshka-0.5.1.tar.gz


More information about the scm-commits mailing list