From 69ba4015713d280a3f22588ead62d6170fdafb18 Mon Sep 17 00:00:00 2001 From: Levente Farkas Date: Fri, 7 Mar 2014 16:15:50 +0100 Subject: [PATCH] update spec files --- jna-4.0.0-charfix.patch | 26 ---------------------- jna-4.0.0-junit.patch | 48 ----------------------------------------- jna.spec | 3 --- 3 files changed, 77 deletions(-) delete mode 100644 jna-4.0.0-charfix.patch delete mode 100644 jna-4.0.0-junit.patch diff --git a/jna-4.0.0-charfix.patch b/jna-4.0.0-charfix.patch deleted file mode 100644 index 61c2fa1..0000000 --- a/jna-4.0.0-charfix.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -up ./contrib/platform/src/com/sun/jna/platform/win32/Shell32.java.charfix ./contrib/platform/src/com/sun/jna/platform/win32/Shell32.java ---- ./contrib/platform/src/com/sun/jna/platform/win32/Shell32.java.charfix 2013-07-05 15:30:44.970933468 +0200 -+++ ./contrib/platform/src/com/sun/jna/platform/win32/Shell32.java 2013-07-05 15:31:07.937096847 +0200 -@@ -181,7 +181,7 @@ public interface Shell32 extends ShellAP - * {@link ShellAPI#ABM_QUERYPOS} Requests a size and screen position for an appbar. - * {@link ShellAPI#ABM_SETPOS} Sets the size and screen position of an appbar. - * {@link ShellAPI#ABM_GETSTATE} Retrieves the autohide and always-on-top states of the Windows taskbar. -- * {@link ShellAPI#ABM_GETTASKBARPOS} Retrieves the bounding rectangle of the Windows taskbar. Note that this applies only to the system taskbar. Other objects, particularly toolbars supplied with third-party software, also can be present. As a result, some of the screen area not covered by the Windows taskbar might not be visible to the user. To retrieve the area of the screen not covered by both the taskbar and other app barsÑthe working area available to your applicationÑ, use the GetMonitorInfo function. -+ * {@link ShellAPI#ABM_GETTASKBARPOS} Retrieves the bounding rectangle of the Windows taskbar. Note that this applies only to the system taskbar. Other objects, particularly toolbars supplied with third-party software, also can be present. As a result, some of the screen area not covered by the Windows taskbar might not be visible to the user. To retrieve the area of the screen not covered by both the taskbar and other app bars the working area available to your application, use the GetMonitorInfo function. - * {@link ShellAPI#ABM_ACTIVATE} Notifies the system to activate or deactivate an appbar. The lParam member of the APPBARDATA pointed to by pData is set to TRUE to activate or FALSE to deactivate. - * {@link ShellAPI#ABM_GETAUTOHIDEBAR} Retrieves the handle to the autohide appbar associated with a particular edge of the screen. - * {@link ShellAPI#ABM_SETAUTOHIDEBAR} Registers or unregisters an autohide appbar for an edge of the screen. -diff -up ./contrib/platform/src/com/sun/jna/platform/win32/ShellAPI.java.charfix ./contrib/platform/src/com/sun/jna/platform/win32/ShellAPI.java ---- ./contrib/platform/src/com/sun/jna/platform/win32/ShellAPI.java.charfix 2013-07-05 15:31:25.189219541 +0200 -+++ ./contrib/platform/src/com/sun/jna/platform/win32/ShellAPI.java 2013-07-05 15:31:43.312348395 +0200 -@@ -149,8 +149,8 @@ public interface ShellAPI extends StdCal - * supplied with third-party software, also can be present. As a result, - * some of the screen area not covered by the Windows taskbar might not be - * visible to the user. To retrieve the area of the screen not covered by -- * both the taskbar and other app barsÑthe working area available to your -- * applicationÑ, use the GetMonitorInfo function. -+ * both the taskbar and other app bars the working area available to your -+ * application, use the GetMonitorInfo function. - */ - int ABM_ACTIVATE = 0x00000006; - /** diff --git a/jna-4.0.0-junit.patch b/jna-4.0.0-junit.patch deleted file mode 100644 index 05fa462..0000000 --- a/jna-4.0.0-junit.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff -up ./build.xml.junit ./build.xml ---- ./build.xml.junit 2013-07-05 15:06:52.372675395 +0200 -+++ ./build.xml 2013-07-05 15:11:30.878645352 +0200 -@@ -290,7 +290,7 @@ - - - -- -+ - - - -@@ -486,7 +486,7 @@ osname=macosx;processor=x86;processor=x8 - - - -- -+ - - - -@@ -501,7 +501,7 @@ osname=macosx;processor=x86;processor=x8 - - - -- -+ - - - -@@ -800,7 +800,7 @@ osname=macosx;processor=x86;processor=x8 - - - -- -+ - - - -@@ -911,7 +911,7 @@ osname=macosx;processor=x86;processor=x8 - - - -- -+ - - - diff --git a/jna.spec b/jna.spec index d600e8f..54489c7 100644 --- a/jna.spec +++ b/jna.spec @@ -208,9 +208,6 @@ rm -rf %{buildroot} %changelog -* Fri Mar 7 2014 Levente Farkas - 4.1.0-1 -- Update to 4.1.0 - * Fri Jan 10 2014 Roland Grunberg - 4.0.0-4 - fix updated depmap