commit libLASi for openSUSE:Factory
Hello community, here is the log from the commit of package libLASi for openSUSE:Factory checked in at 2015-01-30 17:51:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libLASi (Old) and /work/SRC/openSUSE:Factory/.libLASi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libLASi" Changes: -------- --- /work/SRC/openSUSE:Factory/libLASi/libLASi.changes 2013-12-19 12:16:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libLASi.new/libLASi.changes 2015-01-30 17:52:59.000000000 +0100 @@ -1,0 +2,9 @@ +Fri Jan 30 11:07:51 UTC 2015 - p.drouand@gmail.com + +- Update to version 1.1.2 + * Please have a look on the changelog +- Remove use-recommended-freetype-include.patch; merged on upstream + release +- Use %cmake instead of manually defined settings + +------------------------------------------------------------------- Old: ---- libLASi-1.1.1.tar.gz use-recommended-freetype-include.patch New: ---- libLASi-1.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libLASi.spec ++++++ --- /var/tmp/diff_new_pack.rjKKv5/_old 2015-01-30 17:53:02.000000000 +0100 +++ /var/tmp/diff_new_pack.rjKKv5/_new 2015-01-30 17:53:02.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libLASi # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,13 @@ Name: libLASi -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: Library to write UTF-8 strings to Postscript stream License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://unifont.org/lasi/ Source: http://download.sourceforge.net/lasi/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype upstream recommends using their macros together with -# ft2build include. Positive sideeffect is that this patch makes it build with both freetype2 2.5.1, and older versions -Patch0: use-recommended-freetype-include.patch BuildRequires: cmake >= 2.4.5 BuildRequires: doxygen BuildRequires: fdupes @@ -102,26 +99,13 @@ %prep %setup -q -%patch0 -p0 %build -export CFLAGS="%{optflags}" -export CXXFLAGS="%{optflags}" - -mkdir BUILD_DIR -pushd BUILD_DIR -cmake \ - -DUSE_RPATH=OFF \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DCMAKE_INSTALL_LIBDIR=%{_libdir} \ - -DCMAKE_VERBOSE_MAKEFILE=ON \ - .. - +%cmake -DCMAKE_BUILD_TYPE=Release make %{?_smp_mflags} -popd %install -pushd BUILD_DIR +pushd build make install DESTDIR="%buildroot" popd @@ -136,7 +120,7 @@ %files -n %{name}1 %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README README.release +%doc AUTHORS ChangeLog.* COPYING NEWS README README.release %{_libdir}/%{name}.so.1* %files devel ++++++ libLASi-1.1.1.tar.gz -> libLASi-1.1.2.tar.gz ++++++ ++++ 27915 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de