Hello community,
here is the log from the commit of package libqdialogsolver1.1500 for
openSUSE:12.2:Update checked in at 2013-04-23 13:19:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2:Update/libqdialogsolver1.1500 (Old)
and /work/SRC/openSUSE:12.2:Update/.libqdialogsolver1.1500.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqdialogsolver1.1500", Maintainer is ""
Changes:
--------
New Changes file:
--- /dev/null 2013-04-05 00:01:41.916011506 +0200
+++
/work/SRC/openSUSE:12.2:Update/.libqdialogsolver1.1500.new/libqdialogsolver1.changes
2013-04-23 13:20:00.000000000 +0200
@@ -0,0 +1,113 @@
+-------------------------------------------------------------------
+Tue Oct 11 12:03:50 CEST 2011 - [email protected]
+
+- Use gcc-c++ >= 4.5
+
+-------------------------------------------------------------------
+Wed Jun 3 15:02:10 CEST 2009 - [email protected]
+
+- bump up factory version
+- version 1.3.0
+
+-------------------------------------------------------------------
+Thu Feb 5 15:17:21 CET 2009 - [email protected]
+
+- Update translations
+- version 1.2.9
+
+-------------------------------------------------------------------
+Mon Jan 26 16:24:16 CET 2009 - [email protected]
+
+- Update translations
+- version 1.2.8
+
+-------------------------------------------------------------------
+Fri Jan 23 11:14:50 CET 2009 - [email protected]
+
+- Update translations
+- version 1.2.7
+
+-------------------------------------------------------------------
+Wed Dec 17 12:10:58 CET 2008 - [email protected]
+
+- taking correct UTF8 code (bnc #458575)
+- Revision 11938
+- version 1.2.6
+
+-------------------------------------------------------------------
+Fri Nov 21 08:41:44 CET 2008 - [email protected]
+
+- update translations
+- version 1.2.5
+
+-------------------------------------------------------------------
+Thu Nov 6 18:12:30 CET 2008 - [email protected]
+
+- update translations
+- version 1.2.4
+
+-------------------------------------------------------------------
+Fri Oct 24 10:50:04 CEST 2008 - [email protected]
+
+- updated translations
+- version 1.2.3
+
+-------------------------------------------------------------------
+Thu Oct 9 14:29:05 CEST 2008 - [email protected]
+
+- fixed lib path
+- version 1.2.2
+
+-------------------------------------------------------------------
+Wed Oct 8 19:31:13 CEST 2008 - [email protected]
+
+- added translations
+- version 1.2.1
+
+-------------------------------------------------------------------
+Thu Jul 17 14:18:44 CEST 2008 - [email protected]
+
+- Use ${LIB_INSTALL_DIR} to install libs
+
+-------------------------------------------------------------------
+Wed Jul 2 08:53:47 CEST 2008 - [email protected]
+
+- fixed spec file (directories)
+
+-------------------------------------------------------------------
+Mon Jun 16 17:48:19 CEST 2008 - [email protected]
+
+- Translations support added
+- switched to qt4
+- switched to cmake
+- added YaST plugin
+- version 1.2.0
+
+-------------------------------------------------------------------
+Fri May 23 07:00:33 CEST 2008 - [email protected]
+
+- cleanup spec
+
+-------------------------------------------------------------------
+Tue May 20 09:10:05 CEST 2008 - [email protected]
+
+- adapt to the new SAT solver
+- version 1.0.3
+
+-------------------------------------------------------------------
+Mon Oct 1 12:22:35 CEST 2007 - [email protected]
+
+- can through the tree via double click
+
+-------------------------------------------------------------------
+Thu Sep 27 13:12:13 CEST 2007 - [email protected]
+[B
+- added search function
+- improved layout
+
+-------------------------------------------------------------------
+Wed Jul 25 17:46:53 CEST 2007 - [email protected]
+
+- inital
+
+
New:
----
libqdialogsolver1-1.3.0.tar.bz2
libqdialogsolver1.changes
libqdialogsolver1.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqdialogsolver1.spec ++++++
#
# spec file for package libqdialogsolver
#
# Copyright (c) 2007-2011 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/
#
# norootforbuild
Name: libqdialogsolver1
Version: 1.3.0
Release: 0
License: GPL-2.0+
Group: System/Packages
Summary: QDialog class for showing solver results
Requires: libzypp >= %( echo `rpm -q --queryformat
'%{VERSION}-%{RELEASE}' libzypp`) graphviz
AutoreqProv: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libqt4-devel gettext-devel cmake yast2-libyui-devel
BuildRequires: gcc-c++ >= 4.5
# API Changes in zypp 2.1
BuildRequires: libzypp-devel >= 2.8.7
Source: libqdialogsolver1-%{version}.tar.bz2
%description
This package provides a QDialog class for showing solver results
%package devel
License: GPL-2.0+
Requires: libqdialogsolver1 == %{version}
Summary: QDialog class for showing solver results
Group: Development/Libraries/Others
%description -n libqdialogsolver1-devel
This package provides a QDialog class for showing solver results.
Included needed header files
Authors:
--------
Rajko Albrecht <[email protected]>
Stefan Schubert <[email protected]>
%prep
%setup -q -n libqdialogsolver1-%{version}
%build
mkdir build
cd build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$CFLAGS"
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DLIB=%{_lib} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=1 \
..
make %{?jobs:-j %jobs} VERBOSE=1
make -C po %{?jobs:-j %jobs} translations
%install
cd build
make install DESTDIR=$RPM_BUILD_ROOT
make -C po install DESTDIR=$RPM_BUILD_ROOT
# Create filelist with translations
cd ..
%{find_lang} dialogsolver
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files -f dialogsolver.lang
%defattr(-,root,root)
%dir %{_libdir}/YaST2/plugin
%dir %{_libdir}/YaST2
%{_libdir}/libqdialogsolver.so.1
%{_libdir}/YaST2/plugin/libpy2qt_zypp_solver_dialog.so.2
%files devel
%defattr(-,root,root)
%dir /usr/include/zypp
/usr/include/zypp/*
%{_libdir}/libqdialogsolver.so
%{_libdir}/YaST2/plugin/libpy2qt_zypp_solver_dialog.so
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]