rpms/rssowl/FC-5 .cvsignore, 1.3, 1.4 rssowl-swt31-SortingSelectionAdapter.patch, 1.1, 1.2 rssowl-swt31.patch, 1.2, 1.3 rssowl.spec, 1.9, 1.10 sources, 1.3, 1.4

Anthony Green (green) fedora-extras-commits at redhat.com
Thu Aug 31 23:50:56 UTC 2006


Author: green

Update of /cvs/extras/rpms/rssowl/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16647

Modified Files:
	.cvsignore rssowl-swt31-SortingSelectionAdapter.patch 
	rssowl-swt31.patch rssowl.spec sources 
Log Message:
Update to 1.2.2.  Fix zip bug.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rssowl/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 May 2006 17:24:01 -0000	1.3
+++ .cvsignore	31 Aug 2006 23:50:56 -0000	1.4
@@ -1,2 +1 @@
-rssowl_1_2_src_clean.tar.gz
-rssowl_1_2_1_src.tar.gz
+rssowl_1_2_2_src.tar.gz

rssowl-swt31-SortingSelectionAdapter.patch:

Index: rssowl-swt31-SortingSelectionAdapter.patch
===================================================================
RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl-swt31-SortingSelectionAdapter.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rssowl-swt31-SortingSelectionAdapter.patch	6 May 2006 17:24:01 -0000	1.1
+++ rssowl-swt31-SortingSelectionAdapter.patch	31 Aug 2006 23:50:56 -0000	1.2
@@ -12,7 +12,7 @@
   * header is clicked and update it.
   * 
   * @author <a href="mailto:masterludo at gmx.net">Ludovic Kim-Xuan Galibert </a>
-- * @version 1.2.1
+- * @version 1.2.2
 + * @version 1.1.3
   */
  public class SortingSelectionAdapter extends SelectionAdapter {

rssowl-swt31.patch:

Index: rssowl-swt31.patch
===================================================================
RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl-swt31.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rssowl-swt31.patch	6 May 2006 17:24:01 -0000	1.2
+++ rssowl-swt31.patch	31 Aug 2006 23:50:56 -0000	1.3
@@ -12,7 +12,7 @@
   * Table. A selection on a newstitle will open it inside the Newstext panel.
   * 
   * @author <a href="mailto:bpasero at rssowl.org">Benjamin Pasero </a>
-- * @version 1.2.1
+- * @version 1.2.2
 + * @version 1.1.3
   */
  public class NewsfeedPanel {


Index: rssowl.spec
===================================================================
RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rssowl.spec	8 May 2006 13:46:36 -0000	1.9
+++ rssowl.spec	31 Aug 2006 23:50:56 -0000	1.10
@@ -1,6 +1,6 @@
 %define name    rssowl
-%define version 1.2.1
-%define release 2%{?dist}
+%define version 1.2.2
+%define release 1%{?dist}
 %define jdk     java
 
 Name:           %name
@@ -10,7 +10,7 @@
 License:        CPL
 Group:          Applications/Internet
 URL:            http://www.rssowl.org
-Source0:        rssowl_1_2_1_src.tar.gz
+Source0:        rssowl_1_2_2_src.tar.gz
 Source1:        %{name}.script
 Source2:        %{name}.desktop
 Patch0:         %{name}-use-jce.patch
@@ -51,7 +51,7 @@
 integrierte Browser.
 
 %prep
-%setup -q -n rssowl_1_2_1_src
+%setup -q -n rssowl_1_2_2_src
 %patch0 -p0
 %patch1 -p0
 %patch2 -p0
@@ -69,6 +69,14 @@
 cd src
 ant deploy_linux
 
+# Work around libgcj zip bug (fixed upstream, but not in FC5)
+cd ..
+mkdir zipbug
+cd zipbug
+unzip ../rssowl.jar
+jar c0f ../rssowl.jar *
+cd ..
+
 %install
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_javadir}
@@ -140,6 +148,11 @@
 %{_libdir}/gcj/%{name}
 
 %changelog
+* Thu Aug 31 2006 Anthony Green <green at redhat.com> - 1.2.2-1
+- Upgrade sources to 1.2.2.
+- Repackage .jar file as uncompressed to work around upstream libgcj
+  bug (since fixed).  Thanks tromey!
+
 * Mon May  8 2006 Anthony Green <green at redhat.com> - 1.2.1-2
 - Fix bugzilla #191044 - postinstall scriptlet typo error.  
   Thanks to Chien-Chung Yeh for the fix. 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rssowl/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 May 2006 17:24:01 -0000	1.3
+++ sources	31 Aug 2006 23:50:56 -0000	1.4
@@ -1,2 +1 @@
-d440e36983de3dba0239b4f1020f0837  rssowl_1_2_src_clean.tar.gz
-be9c070343aa145807e1e708ed535a9b  rssowl_1_2_1_src.tar.gz
+d28007e0c0a09f163d4e98177657dc2e  rssowl_1_2_2_src.tar.gz




More information about the fedora-extras-commits mailing list