rpms/mousetweaks/devel .cvsignore, 1.36, 1.37 mousetweaks.spec, 1.44, 1.45 sources, 1.36, 1.37

Matthias Clasen mclasen at fedoraproject.org
Mon Mar 29 02:10:48 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/mousetweaks/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20583

Modified Files:
	.cvsignore mousetweaks.spec sources 
Log Message:
2.30.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mousetweaks/devel/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- .cvsignore	9 Mar 2010 15:13:40 -0000	1.36
+++ .cvsignore	29 Mar 2010 02:10:48 -0000	1.37
@@ -1 +1 @@
-mousetweaks-2.29.92.tar.bz2
+mousetweaks-2.30.0.tar.bz2


Index: mousetweaks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mousetweaks/devel/mousetweaks.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- mousetweaks.spec	9 Mar 2010 15:13:40 -0000	1.44
+++ mousetweaks.spec	29 Mar 2010 02:10:48 -0000	1.45
@@ -1,13 +1,14 @@
-Name:		mousetweaks
-Version:	2.29.92
-Release:	1%{?dist}
-Summary:	Mouse accessibility support for the GNOME desktop
-Group:		User Interface/Desktops
-License:	GPLv3 and GFDL
-URL:		http://live.gnome.org/Mousetweaks/Home
-Source0:	http://download.gnome.org/sources/mousetweaks/2.29/%{name}-%{version}.tar.bz2
+Name:           mousetweaks
+Version:        2.30.0
+Release:        1%{?dist}
+Summary:        Mouse accessibility support for the GNOME desktop
+Group:          User Interface/Desktops
+License:        GPLv3 and GFDL
+#VCS: git:git://git.gnome.org/mousetweaks
+URL:            http://live.gnome.org/Mousetweaks/Home
+Source0:        http://download.gnome.org/sources/mousetweaks/2.29/%{name}-%{version}.tar.bz2
 
-BuildRequires:	gettext
+BuildRequires:  gettext
 BuildRequires:  gnome-doc-utils
 BuildRequires:  pkgconfig
 BuildRequires:  GConf2-devel
@@ -69,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 if [ "$1" -gt 1 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   for f in %{_sysconfdir}/gconf/schemas/mouseweaks.schemas \
-	   %{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas ;
+           %{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas ;
     do
       if [ -f $f ]; then
         gconftool-2 --makefile-uninstall-rule $f >/dev/null
@@ -80,17 +81,17 @@ fi
 %post
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule \
-	%{_sysconfdir}/gconf/schemas/mousetweaks.schemas \
-	%{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas \
-	>/dev/null
+        %{_sysconfdir}/gconf/schemas/mousetweaks.schemas \
+        %{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas \
+        >/dev/null
 
 %preun
 if [ "$1" -eq 0 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   gconftool-2 --makefile-uninstall-rule \
-	%{_sysconfdir}/gconf/schemas/mousetweaks.schemas \
-	%{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas \
-	>/dev/null
+        %{_sysconfdir}/gconf/schemas/mousetweaks.schemas \
+        %{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas \
+        >/dev/null
 fi
 
 %files -f mousetweaks.lang
@@ -107,6 +108,9 @@ fi
 %doc %{_mandir}/man1/*
 
 %changelog
+* Sun Mar 28 2010 Matthias Clasen <mclasen at redhat.com> 2.30.0-1
+- Update to 2.30.0
+
 * Tue Mar 09 2010 Bastien Nocera <bnocera at redhat.com> 2.29.92-1
 - Update to 2.29.92
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mousetweaks/devel/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- sources	9 Mar 2010 15:13:40 -0000	1.36
+++ sources	29 Mar 2010 02:10:48 -0000	1.37
@@ -1 +1 @@
-a03c85ce4dce95ca41df824480e089f3  mousetweaks-2.29.92.tar.bz2
+9a6eeea6ec0538c4f9a80a8eea4162b4  mousetweaks-2.30.0.tar.bz2



More information about the scm-commits mailing list