rpms/jabbim/devel .cvsignore, 1.8, 1.9 jabbim.spec, 1.17, 1.18 sources, 1.17, 1.18

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


Author: michich

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

Modified Files:
	.cvsignore 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jabbim/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	13 Jun 2008 09:33:33 -0000	1.8
+++ .cvsignore	23 Jun 2008 11:30:38 -0000	1.9
@@ -1 +1 @@
-jabbim-0.4.tar.bz2
+jabbim-0.4.1.tar.bz2


Index: jabbim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jabbim/devel/jabbim.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- jabbim.spec	13 Jun 2008 09:33:33 -0000	1.17
+++ jabbim.spec	23 Jun 2008 11:30:38 -0000	1.18
@@ -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,11 +107,19 @@
 %{_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".
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jabbim/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	13 Jun 2008 09:33:33 -0000	1.17
+++ sources	23 Jun 2008 11:30:38 -0000	1.18
@@ -1 +1 @@
-e0cb6cff4b473209c5ab7d176b11a3b3  jabbim-0.4.tar.bz2
+eec30a5803d0f9220adb75035c708638  jabbim-0.4.1.tar.bz2




More information about the fedora-extras-commits mailing list