Mailinglist Archive: opensuse-commit (1426 mails)

< Previous Next >
commit apparmor-profile-editor
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 12 Mar 2007 11:54:04 +0100
  • Message-id: <20070312105404.D75A8678178@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package apparmor-profile-editor
checked in at Mon Mar 12 11:54:04 CET 2007.

--------
--- apparmor-profile-editor/apparmor-profile-editor.changes 2006-08-06 01:57:56.000000000 +0200
+++ /mounts/work_src_done/STABLE/apparmor-profile-editor/apparmor-profile-editor.changes 2007-03-12 08:23:22.425015000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 12 08:22:41 CET 2007 - ssommer@xxxxxxx
+
+- fixed duplicated case value
+
+-------------------------------------------------------------------

New:
----
apparmor-profile-editor-0.9.1-wxwin-compatibility.patch

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

Other differences:
------------------
++++++ apparmor-profile-editor.spec ++++++
--- /var/tmp/diff_new_pack.Pe4302/_old 2007-03-12 11:53:44.000000000 +0100
+++ /var/tmp/diff_new_pack.Pe4302/_new 2007-03-12 11:53:44.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package apparmor-profile-editor (Version 0.9.1)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -14,14 +14,15 @@
URL: http://forge.novell.com/modules/xfmod/project/?apparmor
BuildRequires: gcc-c++ update-desktop-files wxGTK-devel
Version: 0.9.1
-Release: 1
-License: GPL
+Release: 46
+License: GNU General Public License (GPL)
Summary: AppArmor profile editor
Group: Productivity/Editors/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.gz
Source1: %{name}.desktop
Source2: %{name}.png
+Patch0: apparmor-profile-editor-0.9.1-wxwin-compatibility.patch

%description
A syntax highlighting editor for AppArmor profiles.
@@ -34,6 +35,7 @@

%prep
%setup -q -n %{name}-%{version}
+%patch0 -p1

%build
autoreconf --force --install
@@ -65,6 +67,8 @@
%dir %{_prefix}/share/doc/profileeditor
%doc AUTHORS COPYING ChangeLog NEWS README TODO

-%changelog -n apparmor-profile-editor
+%changelog
+* Mon Mar 12 2007 - ssommer@xxxxxxx
+- fixed duplicated case value
* Sun Aug 06 2006 - mbarringer@xxxxxxx
- Initial checkin to autobuild

++++++ apparmor-profile-editor-0.9.1-wxwin-compatibility.patch ++++++
diff -Naur apparmor-profile-editor-0.9.1.org/src/wxStyledTextCtrl/ScintillaWX.cpp apparmor-profile-editor-0.9.1/src/wxStyledTextCtrl/ScintillaWX.cpp
--- apparmor-profile-editor-0.9.1.org/src/wxStyledTextCtrl/ScintillaWX.cpp 2007-03-12 08:14:17.124861000 +0100
+++ apparmor-profile-editor-0.9.1/src/wxStyledTextCtrl/ScintillaWX.cpp 2007-03-12 08:16:32.715136000 +0100
@@ -907,9 +907,13 @@
case WXK_RIGHT: key = SCK_RIGHT; break;
case WXK_HOME: key = SCK_HOME; break;
case WXK_END: key = SCK_END; break;
+#ifndef WXWIN_COMPATIBILITY_2_6
case WXK_PAGEUP: // fall through
+#endif
case WXK_PRIOR: key = SCK_PRIOR; break;
+#ifndef WXWIN_COMPATIBILITY_2_6
case WXK_PAGEDOWN: // fall through
+#endif
case WXK_NEXT: key = SCK_NEXT; break;
case WXK_DELETE: key = SCK_DELETE; break;
case WXK_INSERT: key = SCK_INSERT; break;



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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages