Mailinglist Archive: opensuse-commit (857 mails)
| < Previous | Next > |
commit apparmor-profile-editor
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 12 Nov 2007 02:04:20 +0100
- Message-id: <20071112010420.8F6376781B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package apparmor-profile-editor
checked in at Mon Nov 12 02:04:20 CET 2007.
--------
--- apparmor-profile-editor/apparmor-profile-editor.changes 2007-06-06
14:09:40.000000000 +0200
+++
/mounts/work_src_done/STABLE/apparmor-profile-editor/apparmor-profile-editor.changes
2007-11-12 01:04:28.957428000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 12 01:04:22 CET 2007 - ro@xxxxxxx
+
+- fix build with gcc-4.3
+
+-------------------------------------------------------------------
New:
----
apparmor-profile-editor-gcc43.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apparmor-profile-editor.spec ++++++
--- /var/tmp/diff_new_pack.X30834/_old 2007-11-12 02:04:05.000000000 +0100
+++ /var/tmp/diff_new_pack.X30834/_new 2007-11-12 02:04:05.000000000 +0100
@@ -11,11 +11,11 @@
# norootforbuild
Name: apparmor-profile-editor
-URL: http://forge.novell.com/modules/xfmod/project/?apparmor
+Url: http://forge.novell.com/modules/xfmod/project/?apparmor
BuildRequires: gcc-c++ update-desktop-files wxGTK-devel
Version: 0.9.1
-Release: 79
-License: GNU General Public License (GPL)
+Release: 143
+License: GPL v2 or later
Summary: AppArmor profile editor
Group: Productivity/Editors/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -23,6 +23,7 @@
Source1: %{name}.desktop
Source2: %{name}.png
Patch0: apparmor-profile-editor-0.9.1-wxwin-compatibility.patch
+Patch1: apparmor-profile-editor-gcc43.patch
%description
A syntax highlighting editor for AppArmor profiles.
@@ -36,6 +37,7 @@
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
+%patch1
%build
autoreconf --force --install
@@ -66,8 +68,9 @@
%{_prefix}/share/doc/profileeditor/AppArmorProfileEditor.htb
%dir %{_prefix}/share/doc/profileeditor
%doc AUTHORS COPYING ChangeLog NEWS README TODO
-
%changelog
+* Mon Nov 12 2007 - ro@xxxxxxx
+- fix build with gcc-4.3
* Wed Jun 06 2007 - sbrabec@xxxxxxx
- Removed invalid desktop Category "Application" (#254654).
* Mon Mar 12 2007 - ssommer@xxxxxxx
++++++ apparmor-profile-editor-gcc43.patch ++++++
--- src/profileeditor.h
+++ src/profileeditor.h
@@ -34,7 +34,7 @@
public:
ProfileToolFrame(const wxString& title,
const wxPoint& pos,
- const wxSize& pos,
+ const wxSize& size,
const wxString& startingProfile,
const wxString& startingHighlight);
~ProfileToolFrame();
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |