Hello community,

here is the log from the commit of package libqdialogsolver1.1729 for 
openSUSE:12.2:Update checked in at 2013-07-19 13:50:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2:Update/libqdialogsolver1.1729 (Old)
 and      /work/SRC/openSUSE:12.2:Update/.libqdialogsolver1.1729.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqdialogsolver1.1729"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-15 01:04:09.588030756 +0200
+++ 
/work/SRC/openSUSE:12.2:Update/.libqdialogsolver1.1729.new/libqdialogsolver1.changes
        2013-07-19 13:50:59.000000000 +0200
@@ -0,0 +1,113 @@
+-------------------------------------------------------------------
+Tue Oct 11 12:03:50 CEST 2011 - m...@suse.de
+
+- Use gcc-c++ >= 4.5
+
+-------------------------------------------------------------------
+Wed Jun  3 15:02:10 CEST 2009 - m...@suse.de
+
+- bump up factory version
+- version 1.3.0
+
+-------------------------------------------------------------------
+Thu Feb  5 15:17:21 CET 2009 - sch...@suse.de
+
+- Update translations
+- version 1.2.9
+
+-------------------------------------------------------------------
+Mon Jan 26 16:24:16 CET 2009 - sch...@suse.de
+
+- Update translations
+- version 1.2.8 
+
+-------------------------------------------------------------------
+Fri Jan 23 11:14:50 CET 2009 - sch...@suse.de
+
+- Update translations
+- version 1.2.7 
+
+-------------------------------------------------------------------
+Wed Dec 17 12:10:58 CET 2008 - sch...@suse.de
+
+- taking correct UTF8 code (bnc #458575)
+- Revision 11938 
+- version 1.2.6
+
+-------------------------------------------------------------------
+Fri Nov 21 08:41:44 CET 2008 - sch...@suse.de
+
+- update translations
+- version 1.2.5 
+
+-------------------------------------------------------------------
+Thu Nov  6 18:12:30 CET 2008 - sch...@suse.de
+
+- update translations
+- version 1.2.4 
+
+-------------------------------------------------------------------
+Fri Oct 24 10:50:04 CEST 2008 - sch...@suse.de
+
+- updated translations
+- version 1.2.3 
+
+-------------------------------------------------------------------
+Thu Oct  9 14:29:05 CEST 2008 - sch...@suse.de
+
+- fixed lib path 
+- version 1.2.2
+
+-------------------------------------------------------------------
+Wed Oct  8 19:31:13 CEST 2008 - sch...@suse.de
+
+- added translations
+- version 1.2.1 
+
+-------------------------------------------------------------------
+Thu Jul 17 14:18:44 CEST 2008 - m...@suse.de
+
+- Use ${LIB_INSTALL_DIR} to install libs 
+
+-------------------------------------------------------------------
+Wed Jul  2 08:53:47 CEST 2008 - sch...@suse.de
+
+- fixed spec file (directories) 
+
+-------------------------------------------------------------------
+Mon Jun 16 17:48:19 CEST 2008 - sch...@suse.de
+
+- Translations support added
+- switched to qt4
+- switched to cmake
+- added YaST plugin
+- version 1.2.0 
+
+-------------------------------------------------------------------
+Fri May 23 07:00:33 CEST 2008 - co...@suse.de
+
+- cleanup spec
+
+-------------------------------------------------------------------
+Tue May 20 09:10:05 CEST 2008 - sch...@suse.de
+
+- adapt to the new SAT solver
+- version 1.0.3 
+
+-------------------------------------------------------------------
+Mon Oct  1 12:22:35 CEST 2007 - sch...@suse.de
+
+- can through the tree via double click 
+
+-------------------------------------------------------------------
+Thu Sep 27 13:12:13 CEST 2007 - sch...@suse.de
+[B
+- added search function
+- improved layout 
+
+-------------------------------------------------------------------
+Wed Jul 25 17:46:53 CEST 2007 - sch...@suse.de
+
+- inital  
+
+

New:
----
  libqdialogsolver1-1.3.0.tar.bz2
  libqdialogsolver1.changes
  libqdialogsolver1.spec

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

Other differences:
------------------
++++++ libqdialogsolver1.spec ++++++
#
# spec file for package libqdialogsolver1
#
# Copyright (c) 2013 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:           libqdialogsolver1
Version:        1.3.0
Release:        0
Summary:        QDialog class for showing solver results
License:        GPL-2.0+
Group:          System/Packages
Requires:       libzypp >= %( echo `rpm -q --queryformat 
'%{VERSION}-%{RELEASE}' libzypp`) graphviz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  cmake
BuildRequires:  gcc-c++ >= 4.5
BuildRequires:  gettext-devel
BuildRequires:  libqt4-devel
BuildRequires:  yast2-libyui-devel

# 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
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 <r...@alwins-world.de>
    Stefan Schubert <sch...@suse.de>

%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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to