[OpenTK] New commit 3127

Miro Hrončok churchyard at fedoraproject.org
Tue Nov 26 11:32:22 UTC 2013


commit 40678ad9b14892a47e3bedde1723bddb1d5a322e
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Tue Nov 26 12:32:09 2013 +0100

    New commit 3127

 .gitignore  |    1 +
 OpenTK.spec |   13 ++++++++++---
 sources     |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25e5e03..733e6b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /OpenTK-20130108svn3126.tar.gz
+/OpenTK-20130910svn3127.tar.gz
diff --git a/OpenTK.spec b/OpenTK.spec
index cb31c47..906a227 100644
--- a/OpenTK.spec
+++ b/OpenTK.spec
@@ -1,7 +1,7 @@
 Name:           OpenTK
 Version:        0.0
-%global         snapshot 20130108svn3126
-Release:        7.%{snapshot}%{?dist}
+%global         snapshot 20130910svn3127
+Release:        8.%{snapshot}%{?dist}
 Summary:        C# library that wraps OpenGL, OpenCL and OpenAL
 # See License.txt for more information
 License:        MIT and BSD
@@ -13,6 +13,8 @@ BuildArch:      noarch
 BuildRequires:  mono(xbuild)
 BuildRequires:  mono(gacutil)
 BuildRequires:  dos2unix
+# https://bugzilla.redhat.com/show_bug.cgi?id=1032883
+Provides:       opentk = %{version}-%{release}
 
 %description
 The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, OpenCL
@@ -20,8 +22,9 @@ and OpenAL. It is suitable for games, scientific applications and any other
 project that requires 3d graphics, audio or compute functionality.
 
 %package        doc
-Requires:       %{name} = %{version}-%{release}
 Summary:        Documentation for %{name}
+Requires:       %{name} = %{version}-%{release}
+Provides:       opentk-doc = %{version}-%{release}
 
 %description    doc
 The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, OpenCL
@@ -62,6 +65,10 @@ gacutil -i Binaries/OpenTK/Release/%{name}.GLControl.dll -f -package %{name} -ro
 %doc Source/Examples
 
 %changelog
+* Tue Nov 26 2013 Miro Hrončok <mhroncok at redhat.com> - 0.0-8.20130910svn3127
+- New commit
+- Provide opentk
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0-7.20130108svn3126
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index d1e1084..4b2e2dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff0a9a11c1bb1f6de2d94a4b67e6dc19  OpenTK-20130108svn3126.tar.gz
+794e3db9079a5f71862ff13e94920158  OpenTK-20130910svn3127.tar.gz


More information about the scm-commits mailing list