rpms/jabbim/devel .cvsignore, 1.3, 1.4 jabbim.spec, 1.10, 1.11 sources, 1.10, 1.11 jabbim-svn.diff, 1.1, NONE

Michal Schmidt (michich) fedora-extras-commits at redhat.com
Thu Jan 10 21:06:54 UTC 2008


Author: michich

Update of /cvs/pkgs/rpms/jabbim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30282

Modified Files:
	.cvsignore jabbim.spec sources 
Removed Files:
	jabbim-svn.diff 
Log Message:
* Thu Jan 10 2008 Michal Schmidt <mschmidt at redhat.com> - 0.3-0.63.20080110svn
- Upstream SVN revision 1817.
- Important fix: remote crash using ad-hoc commands.
- Beginning of French translation.
- XML-RPC plugin.
- Packaging: Put the compressed diff since the the last full version into the
  lookaside cache.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jabbim/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Jan 2008 06:54:33 -0000	1.3
+++ .cvsignore	10 Jan 2008 21:06:09 -0000	1.4
@@ -1 +1,2 @@
 jabbim-ng.tar.bz2
+jabbim-svn.diff.bz2


Index: jabbim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jabbim/devel/jabbim.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- jabbim.spec	8 Jan 2008 06:54:33 -0000	1.10
+++ jabbim.spec	10 Jan 2008 21:06:09 -0000	1.11
@@ -1,6 +1,6 @@
 Name:		jabbim
 Version:	0.3
-Release:	0.62.20080108svn%{?dist}
+Release:	0.63.20080110svn%{?dist}
 Summary:	Jabber client for mere mortals
 
 Group:		Applications/Internet
@@ -11,6 +11,9 @@
 # tar -cjvf jabbim-ng.tar.bz2 jabbim-ng/
 Source0:	jabbim-ng.tar.bz2
 Source1:	jabbim.in
+# This one was generated from upstream SVN with:
+# svn diff -r 1788:1817 | bzip2 > jabbim-svn.diff.bz2
+Patch0:		jabbim-svn.diff.bz2
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -37,6 +40,7 @@
 
 %prep
 %setup -q -n jabbim-ng
+%patch0 -p0
 # fill in the template for the starting script
 sed -e 's|@JABBIMDATA@|%{jabbimdata}|g' %{SOURCE1} > jabbim
 
@@ -53,18 +57,15 @@
 mkdir -p %{buildroot}/%{_bindir}
 install -p -m 755 jabbim %{buildroot}/%{_bindir}/jabbim
 rm jabbim
-
-#mkdir -p %{buildroot}/%{_docdir}
-#install -p -m 644 AUTHORS %{buildroot}/%{_docdir}
-#install -p -m 644 COPYING %{buildroot}/%{_docdir}
-#rm AUTHORS COPYING
+install -p -m 755 plugins/remote/jabbim_remote.py %{buildroot}/%{_bindir}/jabbim_remote
+rm plugins/remote/jabbim_remote.py
 
 # remove the files which are not useful for end-users
 # and files which upstream forgot to remove
 rm jabbim.{sh,pro}
 rm epydoc.cfg
 rm {gui-,}test.py
-rm locales/jabbim_{cs,en,sk}.ts
+rm locales/jabbim_{cs,en,sk,pl,fr}.ts
 rm images/32x32/status/rsvg2png.sh
 
 mkdir -p %{buildroot}/%{jabbimdata}
@@ -104,6 +105,7 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING
 %{_bindir}/jabbim
+%{_bindir}/jabbim_remote
 %{_datadir}/applications/fedora-jabbim.desktop
 %{_datadir}/icons/hicolor/*/apps/jabbim.png
 %{_datadir}/pixmaps/jabbim.png
@@ -111,6 +113,14 @@
 
 
 %changelog
+* Thu Jan 10 2008 Michal Schmidt <mschmidt at redhat.com> - 0.3-0.63.20080110svn
+- Upstream SVN revision 1817.
+- Important fix: remote crash using ad-hoc commands.
+- Beginning of French translation.
+- XML-RPC plugin.
+- Packaging: Put the compressed diff since the the last full version into the
+  lookaside cache.
+
 * Tue Jan  8 2008 Michal Schmidt <mschmidt at redhat.com> - 0.3-0.62.20080108svn
 - Upstream SVN revision 1788.
 - changes: priority setting, "gone" chatstate, changing nick in MUC.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jabbim/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	8 Jan 2008 06:54:33 -0000	1.10
+++ sources	10 Jan 2008 21:06:09 -0000	1.11
@@ -1 +1,2 @@
 c05818237b504595e0535a5a1d9851dd  jabbim-ng.tar.bz2
+0bccffe0df8a336bf789bac19d46fadd  jabbim-svn.diff.bz2


--- jabbim-svn.diff DELETED ---




More information about the fedora-extras-commits mailing list