rpms/k3b/devel .cvsignore, 1.19, 1.20 k3b.spec, 1.59, 1.60 k3brc, 1.1, 1.2 sources, 1.20, 1.21

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue May 27 12:43:35 UTC 2008


Author: rdieter

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

Modified Files:
	.cvsignore k3b.spec k3brc sources 
Log Message:
* Tue May 27 2008 Rex Dieter <rdieter at fedoraproject.org> - 0:1.0.5-1
- k3b-1.0.5
- k3brc: set manual buffer size here
- omit reload patch (for now), to verify if still needed.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/k3b/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	5 Nov 2007 17:52:03 -0000	1.19
+++ .cvsignore	27 May 2008 12:42:47 -0000	1.20
@@ -1,2 +1,2 @@
-k3b-i18n-1.0.4.tar.bz2
-k3b-1.0.4.tar.bz2
+k3b-1.0.5.tar.bz2
+k3b-i18n-1.0.5.tar.bz2


Index: k3b.spec
===================================================================
RCS file: /cvs/pkgs/rpms/k3b/devel/k3b.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- k3b.spec	13 May 2008 15:37:16 -0000	1.59
+++ k3b.spec	27 May 2008 12:42:47 -0000	1.60
@@ -13,14 +13,18 @@
 Name:    k3b
 Summary: CD/DVD burning application for KDE
 Epoch:   0
-Version: 1.0.4
-Release: 9%{?dist}
+Version: 1.0.5
+Release: 1%{?dist}
 
 Group:   Applications/Archiving
 License: GPLv2+
 URL:     http://www.k3b.org
 Source0: http://downloads.sf.net/k3b/k3b-%{version}.tar.bz2
 Source1: http://downloads.sf.net/k3b/k3b-i18n-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# TODO: bugzilla/document
+ExcludeArch: s390 s390x
+
 Source2: k3brc
 
 Patch1: k3b-i18n-0.12.17-rellink.patch
@@ -29,12 +33,9 @@
 Patch3: k3b-1.0.4-kde#151816.patch
 Patch4: k3b-1.0.4-manualbufsize.patch
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# TODO: bugzilla/document
-ExcludeArch: s390 s390x
-
 BuildRequires: kdelibs3-devel 
 BuildRequires: desktop-file-utils
+# needed by patch1
 BuildRequires: automake libtool
 BuildRequires: alsa-lib-devel
 BuildRequires: audiofile-devel
@@ -64,6 +65,7 @@
 %if 0%{?fedora} > 3
 Requires(hint): cdrdao
 Requires(hint): dvd+rw-tools
+#Requires(hint): gnome-mount
 %endif
 
 %description
@@ -74,7 +76,8 @@
 start.
 
 %if 0%{?devel}
-# afaik, nobody BR's it, and it pulls k3b into multilib -- Rex
+# afaik, nobody BR's it, and it pulls k3b into multilib.
+# when/if this is ever needed, consider -libs subpkg -- Rex
 %package devel
 Summary: Files for the development of applications which will use %{name} 
 Group: Development/Libraries
@@ -89,14 +92,14 @@
 
 pushd %{name}-i18n-%{version}
 %patch1 -p2 -b .lns
-#aclocal
-#autoconf
 make -f admin/Makefile.common
 popd
 
 %patch2 -p1 -b .umount
-%patch3 -p1 -b .kde#151816
-%patch4 -p1 -b .manualbufsize
+# omit for now, see if it's still necessary -- Rex
+#patch3 -p1 -b .kde#151816
+# set in k3brc instead
+#patch4 -p1 -b .manualbufsize
 
 
 %build
@@ -172,7 +175,6 @@
 %endif
 
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -230,15 +232,18 @@
 
 %if 0%{?devel}
 %files devel
-%defattr(-,root,root,755)
-%doc %{name}-i18n-%{version}/README 
-%doc %{name}-i18n-%{version}/COPYING 
+%defattr(-,root,root,-)
 %{_includedir}/k3b/
 %{_libdir}/libk3b*.so
 %endif
 
 
 %changelog
+* Tue May 27 2008 Rex Dieter <rdieter at fedoraproject.org> - 0:1.0.5-1
+- k3b-1.0.5
+- k3brc: set manual buffer size here
+- omit reload patch (for now), to verify if still needed.
+
 * Wed May  7 2008 Roman Rakus <rrakus at redhat.cz> - 0:1.0.4-9
 - Fix doc dir (#238070), patch by Alain PORTAL (aportal at univ-montp2.fr)
 


Index: k3brc
===================================================================
RCS file: /cvs/pkgs/rpms/k3b/devel/k3brc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- k3brc	9 Sep 2004 06:37:24 -0000	1.1
+++ k3brc	27 May 2008 12:42:47 -0000	1.2
@@ -1,5 +1,6 @@
 [General Options]
 check system config=false
+Manual buffer size=true
 
 [Notification Messages]
 Don't prompt me again.=No


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/k3b/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	5 Nov 2007 17:52:03 -0000	1.20
+++ sources	27 May 2008 12:42:47 -0000	1.21
@@ -1,2 +1,2 @@
-27833d12b8e9438eb7a10c5ab330fee1  k3b-i18n-1.0.4.tar.bz2
-42538ddae0809707d3bcdbe0a6ed6a43  k3b-1.0.4.tar.bz2
+e3b37d0d009af3dd149215d6ae0d54f3  k3b-1.0.5.tar.bz2
+610b1fd9356c89cbb38b6dda1f115c86  k3b-i18n-1.0.5.tar.bz2




More information about the fedora-extras-commits mailing list