rpms/jabbim/F-8 jabbim.spec,1.3,1.4 sources,1.4,1.5

Michal Schmidt (michich) fedora-extras-commits at redhat.com
Mon Jun 23 11:45:23 UTC 2008


Author: michich

Update of /cvs/pkgs/rpms/jabbim/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17612

Modified Files:
	jabbim.spec sources 
Log Message:
* Mon Jun 23 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4.1-1
- Upstream bugfix release 0.4.1. Fixes:
  - archive now actually displays messages
  - search dialog and privacy editor can be closed
- Added scalable icon.



Index: jabbim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jabbim/F-8/jabbim.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jabbim.spec	13 Jun 2008 09:46:06 -0000	1.3
+++ jabbim.spec	23 Jun 2008 11:44:38 -0000	1.4
@@ -1,5 +1,5 @@
 Name:		jabbim
-Version:	0.4
+Version:	0.4.1
 Release:	1%{?dist}
 Summary:	Jabber client for mere mortals
 
@@ -7,9 +7,9 @@
 License:	GPLv2+
 URL:		http://dev.jabbim.cz/jabbim
 # The source was obtained from upstream SVN repository:
-# svn export svn://dev.jabbim.cz/jabbim/tags/0.4 jabbim-0.4
-# tar -cjf jabbim-0.4.tar.bz2 jabbim-0.4/
-Source0:	jabbim-0.4.tar.bz2
+# svn export -r 3014 svn://dev.jabbim.cz/jabbim/branch/0.4.1 jabbim-0.4.1
+# tar -cjf jabbim-0.4.1.tar.bz2 jabbim-0.4.1/
+Source0:	jabbim-0.4.1.tar.bz2
 Source1:	jabbim.in
 Patch0:		jabbim-0.4-autoupdate-disable-notification.diff
 Patch1:		jabbim-0.4-tune-do-not-offer-Winamp.diff
@@ -71,14 +71,19 @@
 rm %{buildroot}/%{jabbimdata}/{AUTHORS,COPYING}
 
 for i in 16 22 32 48 ; do
-	d=%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
-	install -dm 755 $d
-	install -p images/${i}x${i}/apps/jabbim.png $d/jabbim.png
+	d="%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps"
+	install -dm 755 "$d"
+	install -m 644 -p images/${i}x${i}/apps/jabbim.png "$d/jabbim.png"
 done
 
+d="%{buildroot}%{_datadir}/icons/hicolor/scalable/apps"
+install -dm 755 "$d"
+install -m 644 -p images/scalable/apps/jabbim.svg "$d/jabbim.svg"
+
 install -dm 755 %{buildroot}/%{_datadir}/pixmaps
 pushd %{buildroot}/%{_datadir}/pixmaps
 ln -s ../icons/hicolor/48x48/apps/jabbim.png .
+ln -s ../icons/hicolor/scalable/apps/jabbim.svg .
 popd
 
 %clean
@@ -102,17 +107,88 @@
 %{_bindir}/jabbim
 %{_datadir}/applications/fedora-jabbim.desktop
 %{_datadir}/icons/hicolor/*/apps/jabbim.png
+%{_datadir}/icons/hicolor/scalable/apps/jabbim.svg
 %{_datadir}/pixmaps/jabbim.png
+%{_datadir}/pixmaps/jabbim.svg
 %{jabbimdata}/
 
 
 %changelog
+* Mon Jun 23 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4.1-1
+- Upstream bugfix release 0.4.1. Fixes:
+  - archive now actually displays messages
+  - search dialog and privacy editor can be closed
+- Added scalable icon.
+
 * Fri Jun 13 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4-1
 - Upstream release 0.4 "VELES".
 
+* Mon Apr  7 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4-0.4.20080407svn
+- Patch to upstream SVN revision 2584.
+- Fixes opening of new tabs for private messages in MUC and received messages.
+
+* Fri Apr  4 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4-0.3.20080404svn
+- Upstream SVN revision 2563.
+- Fixes leaking fds causing AVC denials (bz440592).
+
+* Thu Apr  3 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4-0.2.20080403svn
+- Upstream SVN revision 2557.
+- Fixes segfaults with the autoaway plugin on x86_64.
+
+* Mon Mar  3 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4-0.1.20080303svn
+- Upstream SVN revision 2369.
+- Upgrading from 0.3 should be without problems (old copies of plugins
+  in ~/.jabbim/plugins are harmless, config settings are preserved,
+  archive is converted).
+
 * Thu Jan 17 2008 Michal Schmidt <mschmidt at redhat.com> - 0.3-1
 - Upstream release 0.3 "PERUN".
 
+* 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.
+- Compress upstream tarball with bz2.
+
+* Sun Jan  6 2008 Michal Schmidt <mschmidt at redhat.com> - 0.3-0.61.20080106svn
+- Upstream SVN revision 1766.
+- changes: self-contact menu, file transfer in MUC, translations.
+- Change in packaging - Don't upload every new upstream SVN snapshot to the
+  lookaside cache. That seems too wasteful. Have a patch in CVS instead.
+
+* Sun Jan  6 2008 Michal Schmidt <mschmidt at redhat.com> - 0.3-0.60.20080106svn
+- Upstream SVN revision 1721.
+- translation fixes, /join command in MUC, automatic download fix.
+
+* Sat Jan  5 2008 Michal Schmidt <mschmidt at redhat.com> - 0.3-0.59.20080105svn
+- Upstream SVN revision 1695.
+- fixes for profiles, reconnects, logging.
+
+* Thu Jan 03 2008 Michal Schmidt <mschmidt at redhat.com> - 0.3-0.58.20080103svn
+- Upstream SVN revision 1684.
+- notable fixes: chat focus stealing, blank XHTML messages from Pidgin.
+
+* Sun Dec 30 2007 Michal Schmidt <mschmidt at redhat.com> - 0.3-0.57.20071230svn
+- Upstream SVN revision 1651.
+- more fixes in status messages, groupchat invitations, DNS resolving.
+
+* Sat Dec 29 2007 Michal Schmidt <mschmidt at redhat.com> - 0.3-0.56.20071229svn
+- Upstream SVN revision 1637.
+- fixes setting of status.
+
+* Fri Dec 28 2007 Michal Schmidt <mschmidt at redhat.com> - 0.3-0.55.20071228svn
+- Upstream SVN revision 1635.
+
+* Fri Dec 28 2007 Michal Schmidt <mschmidt at redhat.com> - 0.3-0.54.20071228svn
+- Upstream SVN revision 1633.
+
 * Sun Dec 23 2007 Michal Schmidt <mschmidt at redhat.com> - 0.3-0.53.20071221svn
 - hardlink is not needed.
 - Update gtk icon cache after icon (un-)installation.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jabbim/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	13 Jun 2008 09:46:06 -0000	1.4
+++ sources	23 Jun 2008 11:44:38 -0000	1.5
@@ -1 +1 @@
-e0cb6cff4b473209c5ab7d176b11a3b3  jabbim-0.4.tar.bz2
+eec30a5803d0f9220adb75035c708638  jabbim-0.4.1.tar.bz2




More information about the fedora-extras-commits mailing list