From bbf2e8cb810b549acc6b44f3ed47c91b1d020a9d Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Jul 25 2019 16:17:59 +0000 Subject: Update to 2.1.1 --- diff --git a/alvar.nosamples.patch b/alvar.nosamples.patch index 7e500e1..ef3f22a 100644 --- a/alvar.nosamples.patch +++ b/alvar.nosamples.patch @@ -1,15 +1,13 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index 6e893eb..db92bbe 100644 +index bf7615b..c2b7934 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -264,10 +264,6 @@ if(ALVAR_PACKAGE) - add_subdirectory(doc) - add_subdirectory(test) - endif(ALVAR_PACKAGE) +@@ -159,8 +159,4 @@ endif(UNIX AND PKG_CONFIG_FOUND) + add_subdirectory(src) + add_subdirectory(doc) + add_subdirectory(test) -add_subdirectory(sample) -if(OPENSCENEGRAPH_FOUND) - add_subdirectory(demo) -endif(OPENSCENEGRAPH_FOUND) - add_subdirectory(build) add_subdirectory(data) - diff --git a/libalvar.spec b/libalvar.spec index 08c1485..dedc921 100644 --- a/libalvar.spec +++ b/libalvar.spec @@ -1,7 +1,7 @@ %global _with_samples 0 Name: libalvar -Version: 2.1.0 -Release: 2%{?dist} +Version: 2.1.1 +Release: 1%{?dist} Summary: Library for creating AR applications License: LGPLv2+ @@ -95,6 +95,9 @@ find %{buildroot}/%{_bindir} -type f -exec chrpath -d '{}' \; %changelog +* Thu Jul 25 2019 Till Hofmann - 2.1.1-1 +- Update to 2.1.1 + * Mon May 29 2017 Till Hofmann - 2.1.0-2 - BR: tinyxml-devel