rpms/qjackctl/devel .cvsignore, 1.6, 1.7 qjackctl-fix-locale-path.patch, 1.1, 1.2 qjackctl.spec, 1.18, 1.19 sources, 1.7, 1.8

Orcan Ogetbil oget at fedoraproject.org
Fri Mar 12 09:57:07 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/qjackctl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21808

Modified Files:
	.cvsignore qjackctl-fix-locale-path.patch qjackctl.spec 
	sources 
Log Message:
* Fri Mar 12 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.6-1
- New version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qjackctl/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	24 Oct 2009 03:17:40 -0000	1.6
+++ .cvsignore	12 Mar 2010 09:57:05 -0000	1.7
@@ -1 +1 @@
-qjackctl-0.3.5.tar.gz
+qjackctl-0.3.6.tar.gz

qjackctl-fix-locale-path.patch:
 Makefile.in  |    8 ++++----
 src/main.cpp |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Index: qjackctl-fix-locale-path.patch
===================================================================
RCS file: /cvs/pkgs/rpms/qjackctl/devel/qjackctl-fix-locale-path.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- qjackctl-fix-locale-path.patch	18 Apr 2009 02:32:04 -0000	1.1
+++ qjackctl-fix-locale-path.patch	12 Mar 2010 09:57:06 -0000	1.2
@@ -1,17 +1,19 @@
-diff -rupN qjackctl-0.3.4.old/Makefile.in qjackctl-0.3.4/Makefile.in
---- qjackctl-0.3.4.old/Makefile.in	2008-12-02 17:56:05.000000000 -0500
-+++ qjackctl-0.3.4/Makefile.in	2009-04-06 22:28:58.000000000 -0400
-@@ -85,19 +85,19 @@ install:	$(name) icons/$(name).png $(tra
+diff -rupN qjackctl-0.3.6.old/Makefile.in qjackctl-0.3.6/Makefile.in
+--- qjackctl-0.3.6.old/Makefile.in	2010-01-11 14:23:27.000000000 -0500
++++ qjackctl-0.3.6/Makefile.in	2010-03-12 04:28:33.000000000 -0500
+@@ -87,21 +87,21 @@ install:	$(name) icons/$(name).png $(tra
  	@install -d -v -m 0755 $(DESTDIR)$(prefix)/bin
  	@install -d -v -m 0755 $(DESTDIR)$(prefix)/share/pixmaps
  	@install -d -v -m 0755 $(DESTDIR)$(prefix)/share/applications
 -	@install -d -v -m 0755 $(DESTDIR)$(prefix)/share/locale
 +	@install -d -v -m 0755 $(DESTDIR)$(prefix)/share/$(name)/locale
+ 	@install -d -v -m 0755 $(DESTDIR)$(prefix)/share/man/man1
  	@install -v -m 0755 $(name) $(DESTDIR)$(prefix)/bin/$(name)
  	@install -v -m 0644 icons/$(name).png $(DESTDIR)$(prefix)/share/pixmaps/$(name).png
  	@install -v -m 0644 $(name).desktop $(DESTDIR)$(prefix)/share/applications/$(name).desktop
 -	@install -v -m 0644 $(translations_targets) $(DESTDIR)$(prefix)/share/locale
 +	@install -v -m 0644 $(translations_targets) $(DESTDIR)$(prefix)/share/$(name)/locale
+ 	@install -v -m 0644 $(name).1 $(DESTDIR)$(prefix)/share/man/man1/$(name).1
  
  uninstall:	$(DESTDIR)$(prefix)/bin/$(name)
  	@rm -vf $(DESTDIR)$(prefix)/bin/$(name)
@@ -22,13 +24,13 @@ diff -rupN qjackctl-0.3.4.old/Makefile.i
  	@for x in $(translations_targets); do \
 -		rm -vf $(DESTDIR)$(prefix)/share/locale/`basename $$x`; done
 +		rm -vf $(DESTDIR)$(prefix)/share/$(name)/locale/`basename $$x`; done
+ 	@rm -vf $(DESTDIR)$(prefix)/share/man/man1/$(name).1
  
  clean:	$(name).mak
- 	@make -f $(name).mak clean
-diff -rupN qjackctl-0.3.4.old/src/main.cpp qjackctl-0.3.4/src/main.cpp
---- qjackctl-0.3.4.old/src/main.cpp	2008-10-26 11:37:55.000000000 -0400
-+++ qjackctl-0.3.4/src/main.cpp	2009-04-06 22:28:07.000000000 -0400
-@@ -82,7 +82,7 @@ public:
+diff -rupN qjackctl-0.3.6.old/src/main.cpp qjackctl-0.3.6/src/main.cpp
+--- qjackctl-0.3.6.old/src/main.cpp	2009-11-04 07:00:52.000000000 -0500
++++ qjackctl-0.3.6/src/main.cpp	2010-03-12 04:29:09.000000000 -0500
+@@ -91,7 +91,7 @@ public:
  			if (m_pMyTranslator->load(sLocName, sLocPath)) {
  				QApplication::installTranslator(m_pMyTranslator);
  			} else {


Index: qjackctl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qjackctl/devel/qjackctl.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- qjackctl.spec	13 Feb 2010 19:26:56 -0000	1.18
+++ qjackctl.spec	12 Mar 2010 09:57:06 -0000	1.19
@@ -2,10 +2,10 @@
 
 Summary:       Qt based JACK control application
 Name:          qjackctl
-Version:       0.3.5
-Release:       3%{?dist}
+Version:       0.3.6
+Release:       1%{?dist}
 URL:           http://qjackctl.sourceforge.net
-Source0:       http://dl.sf.net/sourceforge/qjackctl/qjackctl-%{version}.tar.gz
+Source0:       http://downloads.sourceforge.net/project/qjackctl/qjackctl%20%28stable%29/%{version}/%{name}-%{version}.tar.gz
 # We don't want .qm files in the default locale dir
 Patch1:        qjackctl-fix-locale-path.patch
 # Fix DSO linking error
@@ -95,8 +95,12 @@ gtk-update-icon-cache %{_datadir}/icons/
 %dir %{_datadir}/qjackctl/
 %{_datadir}/icons/hicolor/32x32/apps/qjackctl.png
 %{_datadir}/applications/%{desktop_vendor}-qjackctl.desktop
+%{_mandir}/man1/%{name}*
 
 %changelog
+* Fri Mar 12 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.6-1
+- New version
+
 * Sat Feb 13 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.5-3
 - Fix DSO linking
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qjackctl/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	24 Oct 2009 03:17:41 -0000	1.7
+++ sources	12 Mar 2010 09:57:06 -0000	1.8
@@ -1 +1 @@
-08792978e822509209728b02d071a757  qjackctl-0.3.5.tar.gz
+a2f7423124b52c8a7e03e60845f3e2f8  qjackctl-0.3.6.tar.gz



More information about the scm-commits mailing list