Hello community,

here is the log from the commit of package appmenu-qt for openSUSE:Factory 
checked in at 2012-11-28 10:04:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/appmenu-qt (Old)
 and      /work/SRC/openSUSE:Factory/.appmenu-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "appmenu-qt", Maintainer is ""

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

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ /work/SRC/openSUSE:Factory/.appmenu-qt.new/appmenu-qt.changes       
2012-11-28 10:04:07.000000000 +0100
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------
+Tue Nov 20 10:37:13 UTC 2012 - [email protected]
+
+- Fix the SLES build (%make_install is not expanded)
+- Fix the openSUSE_12.2_ARM build (%_libqt4_pluginsdir not defined)
+
+-------------------------------------------------------------------
+Tue Nov 13 22:47:56 UTC 2012 - [email protected]
+
+- Update license
+- Drop kde4-filesystem fromBuildRequires and add build 
+    flags accordingly
+- Adjust filelist to make use of Qt macros
+
+-------------------------------------------------------------------
+Wed Apr 18 21:49:39 UTC 2012 - [email protected]
+
+- Update to version 0.2.6:
+  * Only allow one menubar to be exposed per window (lp#937892).
+  From 0.2.5:
+  * Register window again when it comes back after having been hidden
+    (lp#775278).
+  * Move call to link_directories() before add_library().
+- Spec file updates:
+  * Removed update-desktop-files and fdupes from BuildRequires: (not needed).
+  * Replaced libkde4-devel with kde4-filesystem in BuildRequires: since the
+    requirement is only for the kde build macros.
+
+-------------------------------------------------------------------
+Mon Feb 13 15:05:13 UTC 2012 - [email protected]
+
+- initial commit 

New:
----
  appmenu-qt-0.2.6.tar.bz2
  appmenu-qt.changes
  appmenu-qt.spec

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

Other differences:
------------------
++++++ appmenu-qt.spec ++++++
#
# spec file for package appmenu-qt
#
# Copyright (c) 2012 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:           appmenu-qt
Version:        0.2.6
Release:        0
License:        LGPL-3.0
Summary:        Application Menu for Qt
Url:            https://launchpad.net/appmenu-qt/
Group:          System/GUI/KDE
Source0:        
https://launchpad.net/appmenu-qt/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
BuildRequires:  cmake >= 2.8.0
BuildRequires:  libdbusmenu-qt-devel >= 0.9.0
BuildRequires:  libqt4-devel >= 4.8.0
Requires:       dbus-1
Requires:       libqt4 >= 4.8.0
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

# Defined by libqt4-x11 > 4.8.2
%{!?_libqt4_pluginsdir: %global _libqt4_pluginsdir %{_libdir}/qt4/plugins}

%description
This projects adds support for application menu to Qt.

%prep
%setup -q

%build
export CFLAGS=$RPM_OPT_FLAGS
export CXXFLAGS=$RPM_OPT_FLAGS
mkdir build && cd build && \
cmake -DCMAKE_SKIP_RPATH=ON \
      -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=release ..
make %{?_smp_mflags}

%install
cd build
make DESTDIR=%{buildroot} install

%files
%defattr(-,root,root,-)
%doc COPYING* LGPL_EXCEPTION.txt NEWS README
%dir %{_libqt4_pluginsdir}/menubar
%{_libqt4_pluginsdir}/menubar/libappmenu-qt.so

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to