Hello community,

here is the log from the commit of package libGLC for openSUSE:Factory checked 
in at 2015-06-23 11:58:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libGLC (Old)
 and      /work/SRC/openSUSE:Factory/.libGLC.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libGLC"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libGLC/libGLC.changes    2014-11-28 
08:48:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libGLC.new/libGLC.changes       2015-06-23 
11:58:12.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Jun 19 10:38:32 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Do not ship .la file
+- Update dependencies to avoid building bundled libraries
+- Enable tests during build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libGLC.spec ++++++
--- /var/tmp/diff_new_pack.UpmeTo/_old  2015-06-23 11:58:12.000000000 +0200
+++ /var/tmp/diff_new_pack.UpmeTo/_new  2015-06-23 11:58:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libGLC
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,17 @@
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Url:            http://quesoglc.sf.net/
-Source:         quesoglc-%{version}.tar.bz2
+Source:         
http://sourceforge.net/projects/quesoglc/files/%{version}/quesoglc-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         quesoglc-typepun.diff
 BuildRequires:  Mesa-devel
 BuildRequires:  fontconfig-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  freetype2-devel
+BuildRequires:  fribidi-devel
 BuildRequires:  gcc-c++
+BuildRequires:  glew-devel
+BuildRequires:  libICE-devel
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -69,7 +72,8 @@
 %patch1 -p1
 
 %build
-%configure --disable-static
+%configure \
+  --disable-static
 make %{?_smp_mflags}
 
 %post -n libGLC0 -p /sbin/ldconfig
@@ -77,7 +81,11 @@
 %postun -n libGLC0 -p /sbin/ldconfig
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
+
+%check
+make check
 
 %files -n libGLC0
 %defattr(-,root,root)
@@ -88,7 +96,6 @@
 %defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/libGLC.so
-%{_libdir}/libGLC.la
 %{_libdir}/pkgconfig/quesoglc.pc
 
 %changelog


Reply via email to