-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c9e2b4
commit 6490a1d
Showing
9 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
%define version_major 2 | ||
%define version_minor 6 | ||
%define version_revision 3 | ||
%define version_revision 4 | ||
|
||
Name: libQGLViewer | ||
Version: %{version_major}.%{version_minor}.%{version_revision} | ||
|
@@ -155,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT | |
%{docDir}/examples/*/* | ||
|
||
%changelog | ||
* Tue Sep 27 2016 Gilles Debunne <[email protected]> 2.6.4 | ||
- Fix ARM build, remove contribs examples' compilation. | ||
|
||
* Thu Jul 16 2015 Gilles Debunne <[email protected]> 2.6.3 | ||
- Build library in QGLViewer directory. Simplified examples.pri. | ||
|
||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
|
||
libName="libQGLViewer" | ||
version="2.6.3" | ||
version="2.6.4" | ||
|
||
WebURL="http://www.libqglviewer.com" | ||
|
||
|