commit libyui-qt-graph for openSUSE:Factory
Hello community, here is the log from the commit of package libyui-qt-graph for openSUSE:Factory checked in at 2015-09-27 08:38:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyui-qt-graph (Old) and /work/SRC/openSUSE:Factory/.libyui-qt-graph.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libyui-qt-graph" Changes: -------- --- /work/SRC/openSUSE:Factory/libyui-qt-graph/libyui-qt-graph.changes 2015-01-21 21:52:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libyui-qt-graph.new/libyui-qt-graph.changes 2015-09-27 08:38:17.000000000 +0200 @@ -1,0 +2,15 @@ +Wed Sep 16 17:29:23 CEST 2015 - mvidner@suse.com + +- Reorganized git for easier tarball creation: + - RPM spec files are kept in git verbatim, not as templates + - no longer call PREP_SPEC_FILES in CMakeLists.common +- No functional change but version bumped to push the package + down the pipeline (boo#946079). + +------------------------------------------------------------------- +Wed Sep 02 15:15:20 CEST 2015 - aschnell@suse.com + +- bumped so version to match the base library (boo#937026). +- 2.44.4 + +------------------------------------------------------------------- Old: ---- libyui-qt-graph-2.44.3.tar.bz2 New: ---- libyui-qt-graph-2.44.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyui-qt-graph-doc.spec ++++++ --- /var/tmp/diff_new_pack.ZGESH9/_old 2015-09-27 08:38:18.000000000 +0200 +++ /var/tmp/diff_new_pack.ZGESH9/_new 2015-09-27 08:38:18.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-qt-graph-doc # -# Copyright (c) 2014 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 @@ -16,10 +16,13 @@ # -Name: libyui-qt-graph-doc -Version: 2.44.3 +%define parent libyui-qt-graph +%define so_version 7 + +Name: %{parent}-doc +Version: 2.44.5 Release: 0 -Source: libyui-qt-graph-%{version}.tar.bz2 +Source: %{parent}-%{version}.tar.bz2 BuildArch: noarch @@ -46,7 +49,7 @@ %prep -%setup -n libyui-qt-graph-%{version} +%setup -n %{parent}-%{version} %build @@ -67,13 +70,13 @@ cd build make install DESTDIR="$RPM_BUILD_ROOT" -%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-qt-graph6 +%fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version} %clean rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root) -%doc %{_docdir}/libyui-qt-graph6 +%doc %{_docdir}/%{parent}%{so_version} %changelog ++++++ libyui-qt-graph.spec ++++++ --- /var/tmp/diff_new_pack.ZGESH9/_old 2015-09-27 08:38:18.000000000 +0200 +++ /var/tmp/diff_new_pack.ZGESH9/_new 2015-09-27 08:38:18.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-qt-graph # -# Copyright (c) 2014 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 @@ -17,9 +17,12 @@ Name: libyui-qt-graph -Version: 2.44.3 +Version: 2.44.5 Release: 0 -Source: libyui-qt-graph-%{version}.tar.bz2 +Source: %{name}-%{version}.tar.bz2 + +%define so_version 7 +%define bin_name %{name}%{so_version} BuildRequires: cmake >= 2.8 BuildRequires: gcc-c++ @@ -42,11 +45,11 @@ component for libYUI. -%package -n libyui-qt-graph6 +%package -n %{bin_name} -Requires: libyui6 -Supplements: libyui-qt6 -Provides: libyui-qt-graph = %{version} +Requires: libyui%{so_version} +Supplements: libyui-qt%{so_version} +Provides: %{name} = %{version} Provides: yast2-qt-graph = 2.42.0 Obsoletes: yast2-qt-graph < 2.42.0 @@ -55,7 +58,7 @@ Summary: Libyui - Qt Graph Widget Group: System/Libraries -%description -n libyui-qt-graph6 +%description -n %{bin_name} This package contains the Qt graph component for libYUI. @@ -63,8 +66,8 @@ %package devel +Requires: %{bin_name} = %{version} Requires: %{libyui_qt_devel_version} -Requires: libyui-qt-graph6 = %{version} Url: http://github.com/libyui/ Summary: Libyui-qt-graph header files @@ -80,7 +83,7 @@ %prep -%setup -q -n libyui-qt-graph-%{version} +%setup -q -n %{name}-%{version} %build @@ -111,31 +114,31 @@ %install cd build make install DESTDIR="$RPM_BUILD_ROOT" -install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/libyui-qt-graph6/ +install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/ install -m0755 -d $RPM_BUILD_ROOT/%{_libdir}/yui -install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/libyui-qt-graph6/ +install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/ %clean rm -rf "$RPM_BUILD_ROOT" -%post -n libyui-qt-graph6 -p /sbin/ldconfig +%post -n %{bin_name} -p /sbin/ldconfig -%postun -n libyui-qt-graph6 -p /sbin/ldconfig +%postun -n %{bin_name} -p /sbin/ldconfig -%files -n libyui-qt-graph6 +%files -n %{bin_name} %defattr(-,root,root) %dir %{_libdir}/yui %{_libdir}/yui/lib*.so.* -%doc %dir %{_docdir}/libyui-qt-graph6 -%doc %{_docdir}/libyui-qt-graph6/COPYING* +%doc %dir %{_docdir}/%{bin_name} +%doc %{_docdir}/%{bin_name}/COPYING* %files devel %defattr(-,root,root) -%dir %{_docdir}/libyui-qt-graph6 +%dir %{_docdir}/%{bin_name} %{_libdir}/yui/lib*.so %{_prefix}/include/yui -%{_libdir}/pkgconfig/libyui-qt-graph.pc -%{_libdir}/cmake/libyui-qt-graph -%doc %{_docdir}/libyui-qt-graph6/examples +%{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/cmake/%{name} +%doc %{_docdir}/%{bin_name}/examples %changelog ++++++ libyui-qt-graph-2.44.3.tar.bz2 -> libyui-qt-graph-2.44.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.3/.gitignore new/libyui-qt-graph-2.44.5/.gitignore --- old/libyui-qt-graph-2.44.3/.gitignore 2014-02-21 15:14:45.000000000 +0100 +++ new/libyui-qt-graph-2.44.5/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,111 +0,0 @@ -# GNU Autotools -Makefile.in -/autom4te.cache -/aclocal.m4 -/compile -/configure -/depcomp -/install-sh -/missing - -# Object files -*.o - -# Libraries -*.lib - -# Shared objects (inc. Windows DLLs) -*.dll -*.so - -# Executables -*.exe -*.out - -# Compiled Object files -*.slo -*.lo -*.o - -# Compiled Dynamic libraries -*.so -*.so.* - -# Compiled Static libraries -*.lai -*.la -*.a - -# CMake -CMakeCache.txt -CMakeFiles -CMakeLists.txt -Makefile -cmake_install.cmake -install_manifest.txt - -# CMake project-bindir -build*/ - -# Archives -# It's better to unpack these files and commit the raw source because -# git has its own built in compression methods. -*.7z -*.jar -*.rar -*.zip -*.gz -*.bzip -*.bz2 -*.xz -*.lzma - -# packing-only formats -*.iso -*.tar - -# package management formats -*.dmg -*.xpi -*.gem -*.egg -*.deb -*.rpm - -# CVS -/CVS/* -*/CVS/* -.cvsignore -*/.cvsignore*~ -\#*\# - -# Emacs -/.emacs.desktop -/.emacs.desktop.lock -.elc -auto-save-list -tramp -.\#* - -# Emacs Org-mode -.org-id-locations - -# Unix/Linux -*_archive -.* -!.gitignore -*~ -*.bak -*.log -*.old -*swp -tmp - -# KDE -.directory - -# Subversion -.svn/ - -# OBS commit -package/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.3/CMakeLists.txt new/libyui-qt-graph-2.44.5/CMakeLists.txt --- old/libyui-qt-graph-2.44.3/CMakeLists.txt 2015-09-27 08:38:18.000000000 +0200 +++ new/libyui-qt-graph-2.44.5/CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -symbolic link to ../libyui-master/buildtools/CMakeLists.common diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.3/ChangeLog new/libyui-qt-graph-2.44.5/ChangeLog --- old/libyui-qt-graph-2.44.3/ChangeLog 2015-01-20 17:22:46.000000000 +0100 +++ new/libyui-qt-graph-2.44.5/ChangeLog 1970-01-01 01:00:00.000000000 +0100 @@ -1,135 +0,0 @@ -------------------------------------------------------------------- -Tue Jan 20 16:17:02 UTC 2015 - mvidner@suse.com - -- Fixed building with cmake 3.1 (PREFIX in spec, boo#911875). -- 2.44.3 - -------------------------------------------------------------------- -Sat May 24 19:10:46 UTC 2014 - bjoern.esser@gmail.com - -- clarify license by adding license headers from libyui -- pull in GPLv3-license, since LGPLv3 is additional rules on top -- 2.44.2 - -------------------------------------------------------------------- -Tue Feb 25 14:46:20 UTC 2014 - mvidner@suse.com - -- merged git and Factory state: the patch is now upstreamed: - 0001-use-cgraph-instead-of-graph-interfaces.patch -- Ported to Qt5 -- 2.44.1 - -------------------------------------------------------------------- -Mon Jan 13 16:48:36 CET 2014 - mvidner@suse.com - -- use cgraph interfaces if available, to fix building with - graphviz 2.30 (dvaleev) - 0001-use-cgraph-instead-of-graph-interfaces.patch - -------------------------------------------------------------------- -Wed Jan 8 13:34:40 CET 2014 - mvidner@suse.com - -- adjusted to libyui so version 6 -- 2.43.0 - -------------------------------------------------------------------- -Fri Sep 27 08:57:27 UTC 2013 - coolo@suse.com - -- supplement libyui-qt (bnc#793893) - -------------------------------------------------------------------- -Wed Jun 26 16:15:19 CEST 2013 - tgoettlicher@suse.de - -- fixed libgvc dependency (bnc #825751) -- Version 2.42.7 - -------------------------------------------------------------------- -Sat May 18 14:30:00 UTC 2013 - bjoern.esser@gmail.com - -- fix build on graphviz >= 2.30.0 - libgraph is gone / superseeded by libcgraph -- Version 2.42.6 - -------------------------------------------------------------------- -Fri May 10 10:40:00 UTC 2013 - bjoern.esser@gmail.com - -- use a common toplevel CMakeLists.txt -- fix building *-doc pkgs -- introduce bootstrap.sh -- fixup COPYING* -- Version 2.42.5 - -------------------------------------------------------------------- -Mon May 6 13:40:00 UTC 2013 - bjoern.esser@gmail.com - -- fix build issues -- Version 2.42.4 - -------------------------------------------------------------------- -Mon May 6 11:55:29 UTC 2013 - bjoern.esser@gmail.com - -- Version 2.42.3 -- use SONAME from libyui instead of VERSION.cmake - -------------------------------------------------------------------- -Fri Sep 7 13:54:02 CEST 2012 - tgoettlicher@suse.de - -- Version 2.42.2 - -------------------------------------------------------------------- -Tue Apr 10 17:19:04 CEST 2012 - aschnell@suse.de - -- changed license to GPL-2.0 - -------------------------------------------------------------------- -Sun Mar 21 19:46:55 UTC 2010 - coolo@novell.com - -- fix compilation with latest graphviz -- 2.19.0 - -------------------------------------------------------------------- -Tue Jul 14 16:55:28 CEST 2009 - aschnell@suse.de - -- replaced Recommends in yast2-storage with Supplements in - yast2-qt-graph (bnc #521545) - -------------------------------------------------------------------- -Thu Mar 26 16:33:59 CET 2009 - aschnell@suse.de - -- fixed certain colors when using styles - -------------------------------------------------------------------- -Mon Mar 09 16:11:20 CET 2009 - aschnell@suse.de - -- added support for context menus -- 2.18.4 - -------------------------------------------------------------------- -Tue Feb 24 12:46:13 CET 2009 - aschnell@suse.de - -- support newlines in tooltips - -------------------------------------------------------------------- -Tue Feb 17 10:37:58 CET 2009 - aschnell@suse.de - -- various minor fixes and improvements -- 2.18.3 - -------------------------------------------------------------------- -Tue Jan 27 15:34:53 CET 2009 - aschnell@suse.de - -- added simple user-interaction -- 2.18.2 - -------------------------------------------------------------------- -Fri Jan 23 20:29:34 CET 2009 - aschnell@suse.de - -- improved renderer -- 2.18.1 - -------------------------------------------------------------------- -Thu Jan 15 17:54:58 CET 2009 - aschnell@suse.de - -- initial version -- 2.18.0 - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.3/VERSION.cmake new/libyui-qt-graph-2.44.5/VERSION.cmake --- old/libyui-qt-graph-2.44.3/VERSION.cmake 2015-01-20 17:22:46.000000000 +0100 +++ new/libyui-qt-graph-2.44.5/VERSION.cmake 2015-09-17 12:47:10.000000000 +0200 @@ -1,6 +1,6 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "44") -SET(VERSION_PATCH "3") +SET(VERSION_PATCH "5") SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" ) ##### This is need for the libyui core, ONLY. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.3/examples/.gitignore new/libyui-qt-graph-2.44.5/examples/.gitignore --- old/libyui-qt-graph-2.44.3/examples/.gitignore 2014-02-21 15:14:45.000000000 +0100 +++ new/libyui-qt-graph-2.44.5/examples/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -SimpleCreate -SimpleLoad diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.3/libyui-qt-graph-doc.changes new/libyui-qt-graph-2.44.5/libyui-qt-graph-doc.changes --- old/libyui-qt-graph-2.44.3/libyui-qt-graph-doc.changes 2014-02-21 15:14:45.000000000 +0100 +++ new/libyui-qt-graph-2.44.5/libyui-qt-graph-doc.changes 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ -------------------------------------------------------------------- -Tue Sep 4 14:37:45 CEST 2012 - tgoettlicher@suse.de - -- Fixed requirements in doc spec file - -------------------------------------------------------------------- -Tue Jul 03 14:46:11 UTC 2012 - tgoettlicher@suse.de - -- New package - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.3/libyui-qt-graph.spec.in new/libyui-qt-graph-2.44.5/libyui-qt-graph.spec.in --- old/libyui-qt-graph-2.44.3/libyui-qt-graph.spec.in 2015-01-20 17:22:46.000000000 +0100 +++ new/libyui-qt-graph-2.44.5/libyui-qt-graph.spec.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,135 +0,0 @@ -# -# spec file for package @PROJECTNAME@ -# -# Copyright (c) 2014 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 -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -Name: @PROJECTNAME@ -Version: @VERSION@ -Release: 0 -Source: @PROJECTNAME@-%{version}.tar.bz2 - -BuildRequires: cmake >= 2.8 -BuildRequires: gcc-c++ -BuildRequires: graphviz-devel >= 2.26.0 -BuildRequires: libqt5-qtbase-devel -BuildRequires: libqt5-qtsvg-devel -BuildRequires: libqt5-qtx11extras-devel -BuildRequires: libyui-devel >= 3.0.4 - -%define libyui_qt_devel_version libyui-qt-devel >= 2.42.0 -BuildRequires: %{libyui_qt_devel_version} - -Url: @URL@ -Summary: @SUMMARY@ -License: LGPL-2.1 or LGPL-3.0 -Group: System/Libraries - -%description -@DESCRIPTION@ - -%package -n @PROJECTNAME@@SONAME_MAJOR@ - -Requires: lib@BASELIB@@SONAME_MAJOR@ -Supplements: lib@BASELIB@-qt@SONAME_MAJOR@ -Provides: lib@BASELIB@-qt-graph = %{version} - -Provides: yast2-qt-graph = 2.42.0 -Obsoletes: yast2-qt-graph < 2.42.0 - -Url: @URL@ -Summary: @SUMMARY@ -Group: System/Libraries - -%description -n @PROJECTNAME@@SONAME_MAJOR@ -@DESCRIPTION@ - - -%package devel - -Requires: %{libyui_qt_devel_version} -Requires: @PROJECTNAME@@SONAME_MAJOR@ = %{version} - -Url: @URL@ -Summary: @PROJECTNAME_UC@ header files -Group: Development/Languages/C and C++ - -%description devel -@DESCRIPTION@ - -This can be used independently of YaST for generic (C++) applications. -This package has very few dependencies. - - -%prep -%setup -q -n @PROJECTNAME@-%{version} - -%build - -export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" -export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" - -./bootstrap.sh %{_prefix} - -mkdir build -cd build - -%if %{?_with_debug:1}%{!?_with_debug:0} -cmake .. \ - -DYPREFIX=%{_prefix} \ - -DDOC_DIR=%{_docdir} \ - -DLIB_DIR=%{_lib} \ - -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -%else -cmake .. \ - -DYPREFIX=%{_prefix} \ - -DDOC_DIR=%{_docdir} \ - -DLIB_DIR=%{_lib} \ - -DCMAKE_BUILD_TYPE=RELEASE -%endif - -make %{?jobs:-j%jobs} - -%install -cd build -make install DESTDIR="$RPM_BUILD_ROOT" -install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/@PROJECTNAME@@SONAME_MAJOR@/ -install -m0755 -d $RPM_BUILD_ROOT/%{_libdir}/@BASELIB@ -install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/@PROJECTNAME@@SONAME_MAJOR@/ - -%clean -rm -rf "$RPM_BUILD_ROOT" - -%post -n @PROJECTNAME@@SONAME_MAJOR@ -p /sbin/ldconfig - -%postun -n @PROJECTNAME@@SONAME_MAJOR@ -p /sbin/ldconfig - -%files -n @PROJECTNAME@@SONAME_MAJOR@ -%defattr(-,root,root) -%dir %{_libdir}/@BASELIB@ -%{_libdir}/@BASELIB@/lib*.so.* -%doc %dir %{_docdir}/@PROJECTNAME@@SONAME_MAJOR@ -%doc %{_docdir}/@PROJECTNAME@@SONAME_MAJOR@/COPYING* - -%files devel -%defattr(-,root,root) -%dir %{_docdir}/@PROJECTNAME@@SONAME_MAJOR@ -%{_libdir}/@BASELIB@/lib*.so -%{_prefix}/include/yui -%{_libdir}/pkgconfig/@PROJECTNAME@.pc -%{_libdir}/cmake/@PROJECTNAME@ -%doc %{_docdir}/@PROJECTNAME@@SONAME_MAJOR@/examples - -%changelog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.3/package/libyui-qt-graph-doc.changes new/libyui-qt-graph-2.44.5/package/libyui-qt-graph-doc.changes --- old/libyui-qt-graph-2.44.3/package/libyui-qt-graph-doc.changes 1970-01-01 01:00:00.000000000 +0100 +++ new/libyui-qt-graph-2.44.5/package/libyui-qt-graph-doc.changes 2015-09-17 12:47:10.000000000 +0200 @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 4 14:37:45 CEST 2012 - tgoettlicher@suse.de + +- Fixed requirements in doc spec file + +------------------------------------------------------------------- +Tue Jul 03 14:46:11 UTC 2012 - tgoettlicher@suse.de + +- New package + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.3/package/libyui-qt-graph-doc.spec new/libyui-qt-graph-2.44.5/package/libyui-qt-graph-doc.spec --- old/libyui-qt-graph-2.44.3/package/libyui-qt-graph-doc.spec 1970-01-01 01:00:00.000000000 +0100 +++ new/libyui-qt-graph-2.44.5/package/libyui-qt-graph-doc.spec 2015-09-17 12:47:10.000000000 +0200 @@ -0,0 +1,82 @@ +# +# spec file for package libyui-qt-graph-doc +# +# Copyright (c) 2014 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +%define parent libyui-qt-graph +%define so_version 7 + +Name: %{parent}-doc +Version: 2.44.5 +Release: 0 +Source: %{parent}-%{version}.tar.bz2 + +BuildArch: noarch + +BuildRequires: cmake >= 2.8 +BuildRequires: doxygen +BuildRequires: fdupes +BuildRequires: gcc-c++ +BuildRequires: graphviz-gnome +BuildRequires: libyui-devel >= 3.0.4 +BuildRequires: texlive-latex + +Url: http://github.com/libyui/ +Summary: Libyui-qt-graph documentation +License: LGPL-2.1 or LGPL-3.0 +Group: Documentation/HTML + +%description +This package contains the Qt graph +component for libYUI. + + +This package provides the documentation. (HTML & PDF) + + +%prep + +%setup -n %{parent}-%{version} + +%build + +export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" +export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" + +./bootstrap.sh %{_prefix} + +mkdir build +cd build +cmake .. \ + -DDOC_DIR=%{_docdir} \ + -DDOCS_ONLY=ON + +make %{?jobs:-j%jobs} docs + +%install +cd build +make install DESTDIR="$RPM_BUILD_ROOT" + +%fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version} + +%clean +rm -rf "$RPM_BUILD_ROOT" + +%files +%defattr(-,root,root) +%doc %{_docdir}/%{parent}%{so_version} + +%changelog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.3/package/libyui-qt-graph.changes new/libyui-qt-graph-2.44.5/package/libyui-qt-graph.changes --- old/libyui-qt-graph-2.44.3/package/libyui-qt-graph.changes 1970-01-01 01:00:00.000000000 +0100 +++ new/libyui-qt-graph-2.44.5/package/libyui-qt-graph.changes 2015-09-17 12:47:10.000000000 +0200 @@ -0,0 +1,150 @@ +------------------------------------------------------------------- +Wed Sep 16 17:29:23 CEST 2015 - mvidner@suse.com + +- Reorganized git for easier tarball creation: + - RPM spec files are kept in git verbatim, not as templates + - no longer call PREP_SPEC_FILES in CMakeLists.common +- No functional change but version bumped to push the package + down the pipeline (boo#946079). + +------------------------------------------------------------------- +Wed Sep 02 15:15:20 CEST 2015 - aschnell@suse.com + +- bumped so version to match the base library (boo#937026). +- 2.44.4 + +------------------------------------------------------------------- +Tue Jan 20 16:17:02 UTC 2015 - mvidner@suse.com + +- Fixed building with cmake 3.1 (PREFIX in spec, boo#911875). +- 2.44.3 + +------------------------------------------------------------------- +Sat May 24 19:10:46 UTC 2014 - bjoern.esser@gmail.com + +- clarify license by adding license headers from libyui +- pull in GPLv3-license, since LGPLv3 is additional rules on top +- 2.44.2 + +------------------------------------------------------------------- +Tue Feb 25 14:46:20 UTC 2014 - mvidner@suse.com + +- merged git and Factory state: the patch is now upstreamed: + 0001-use-cgraph-instead-of-graph-interfaces.patch +- Ported to Qt5 +- 2.44.1 + +------------------------------------------------------------------- +Mon Jan 13 16:48:36 CET 2014 - mvidner@suse.com + +- use cgraph interfaces if available, to fix building with + graphviz 2.30 (dvaleev) + 0001-use-cgraph-instead-of-graph-interfaces.patch + +------------------------------------------------------------------- +Wed Jan 8 13:34:40 CET 2014 - mvidner@suse.com + +- adjusted to libyui so version 6 +- 2.43.0 + +------------------------------------------------------------------- +Fri Sep 27 08:57:27 UTC 2013 - coolo@suse.com + +- supplement libyui-qt (bnc#793893) + +------------------------------------------------------------------- +Wed Jun 26 16:15:19 CEST 2013 - tgoettlicher@suse.de + +- fixed libgvc dependency (bnc #825751) +- Version 2.42.7 + +------------------------------------------------------------------- +Sat May 18 14:30:00 UTC 2013 - bjoern.esser@gmail.com + +- fix build on graphviz >= 2.30.0 + libgraph is gone / superseeded by libcgraph +- Version 2.42.6 + +------------------------------------------------------------------- +Fri May 10 10:40:00 UTC 2013 - bjoern.esser@gmail.com + +- use a common toplevel CMakeLists.txt +- fix building *-doc pkgs +- introduce bootstrap.sh +- fixup COPYING* +- Version 2.42.5 + +------------------------------------------------------------------- +Mon May 6 13:40:00 UTC 2013 - bjoern.esser@gmail.com + +- fix build issues +- Version 2.42.4 + +------------------------------------------------------------------- +Mon May 6 11:55:29 UTC 2013 - bjoern.esser@gmail.com + +- Version 2.42.3 +- use SONAME from libyui instead of VERSION.cmake + +------------------------------------------------------------------- +Fri Sep 7 13:54:02 CEST 2012 - tgoettlicher@suse.de + +- Version 2.42.2 + +------------------------------------------------------------------- +Tue Apr 10 17:19:04 CEST 2012 - aschnell@suse.de + +- changed license to GPL-2.0 + +------------------------------------------------------------------- +Sun Mar 21 19:46:55 UTC 2010 - coolo@novell.com + +- fix compilation with latest graphviz +- 2.19.0 + +------------------------------------------------------------------- +Tue Jul 14 16:55:28 CEST 2009 - aschnell@suse.de + +- replaced Recommends in yast2-storage with Supplements in + yast2-qt-graph (bnc #521545) + +------------------------------------------------------------------- +Thu Mar 26 16:33:59 CET 2009 - aschnell@suse.de + +- fixed certain colors when using styles + +------------------------------------------------------------------- +Mon Mar 09 16:11:20 CET 2009 - aschnell@suse.de + +- added support for context menus +- 2.18.4 + +------------------------------------------------------------------- +Tue Feb 24 12:46:13 CET 2009 - aschnell@suse.de + +- support newlines in tooltips + +------------------------------------------------------------------- +Tue Feb 17 10:37:58 CET 2009 - aschnell@suse.de + +- various minor fixes and improvements +- 2.18.3 + +------------------------------------------------------------------- +Tue Jan 27 15:34:53 CET 2009 - aschnell@suse.de + +- added simple user-interaction +- 2.18.2 + +------------------------------------------------------------------- +Fri Jan 23 20:29:34 CET 2009 - aschnell@suse.de + +- improved renderer +- 2.18.1 + +------------------------------------------------------------------- +Thu Jan 15 17:54:58 CET 2009 - aschnell@suse.de + +- initial version +- 2.18.0 + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.3/package/libyui-qt-graph.spec new/libyui-qt-graph-2.44.5/package/libyui-qt-graph.spec --- old/libyui-qt-graph-2.44.3/package/libyui-qt-graph.spec 1970-01-01 01:00:00.000000000 +0100 +++ new/libyui-qt-graph-2.44.5/package/libyui-qt-graph.spec 2015-09-17 12:47:10.000000000 +0200 @@ -0,0 +1,144 @@ +# +# spec file for package libyui-qt-graph +# +# Copyright (c) 2014 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: libyui-qt-graph +Version: 2.44.5 +Release: 0 +Source: %{name}-%{version}.tar.bz2 + +%define so_version 7 +%define bin_name %{name}%{so_version} + +BuildRequires: cmake >= 2.8 +BuildRequires: gcc-c++ +BuildRequires: graphviz-devel >= 2.26.0 +BuildRequires: libqt5-qtbase-devel +BuildRequires: libqt5-qtsvg-devel +BuildRequires: libqt5-qtx11extras-devel +BuildRequires: libyui-devel >= 3.0.4 + +%define libyui_qt_devel_version libyui-qt-devel >= 2.42.0 +BuildRequires: %{libyui_qt_devel_version} + +Url: http://github.com/libyui/ +Summary: Libyui - Qt Graph Widget +License: LGPL-2.1 or LGPL-3.0 +Group: System/Libraries + +%description +This package contains the Qt graph +component for libYUI. + + +%package -n %{bin_name} + +Requires: libyui%{so_version} +Supplements: libyui-qt%{so_version} +Provides: %{name} = %{version} + +Provides: yast2-qt-graph = 2.42.0 +Obsoletes: yast2-qt-graph < 2.42.0 + +Url: http://github.com/libyui/ +Summary: Libyui - Qt Graph Widget +Group: System/Libraries + +%description -n %{bin_name} +This package contains the Qt graph +component for libYUI. + + + +%package devel + +Requires: %{libyui_qt_devel_version} +Requires: %{bin_name} = %{version} + +Url: http://github.com/libyui/ +Summary: Libyui-qt-graph header files +Group: Development/Languages/C and C++ + +%description devel +This package contains the Qt graph +component for libYUI. + + +This can be used independently of YaST for generic (C++) applications. +This package has very few dependencies. + + +%prep +%setup -q -n %{name}-%{version} + +%build + +export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" +export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" + +./bootstrap.sh %{_prefix} + +mkdir build +cd build + +%if %{?_with_debug:1}%{!?_with_debug:0} +cmake .. \ + -DYPREFIX=%{_prefix} \ + -DDOC_DIR=%{_docdir} \ + -DLIB_DIR=%{_lib} \ + -DCMAKE_BUILD_TYPE=RELWITHDEBINFO +%else +cmake .. \ + -DYPREFIX=%{_prefix} \ + -DDOC_DIR=%{_docdir} \ + -DLIB_DIR=%{_lib} \ + -DCMAKE_BUILD_TYPE=RELEASE +%endif + +make %{?jobs:-j%jobs} + +%install +cd build +make install DESTDIR="$RPM_BUILD_ROOT" +install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/ +install -m0755 -d $RPM_BUILD_ROOT/%{_libdir}/yui +install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/ + +%clean +rm -rf "$RPM_BUILD_ROOT" + +%post -n %{bin_name} -p /sbin/ldconfig + +%postun -n %{bin_name} -p /sbin/ldconfig + +%files -n %{bin_name} +%defattr(-,root,root) +%dir %{_libdir}/yui +%{_libdir}/yui/lib*.so.* +%doc %dir %{_docdir}/%{bin_name} +%doc %{_docdir}/%{bin_name}/COPYING* + +%files devel +%defattr(-,root,root) +%dir %{_docdir}/%{bin_name} +%{_libdir}/yui/lib*.so +%{_prefix}/include/yui +%{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/cmake/%{name} +%doc %{_docdir}/%{bin_name}/examples + +%changelog
participants (1)
-
root@hilbert.suse.de