rpms/apache-commons-compress/F-12 apache-commons-compress.spec, 1.4, 1.5
by Sandro "red" Mathys
Author: red
Update of /cvs/pkgs/rpms/apache-commons-compress/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4795/F-12
Modified Files:
apache-commons-compress.spec
Log Message:
- Fixed regression with javadocs' Obsoletes/Provides missing again
- Fixed changelog format
Index: apache-commons-compress.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apache-commons-compress/F-12/apache-commons-compress.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- apache-commons-compress.spec 23 May 2010 21:51:02 -0000 1.4
+++ apache-commons-compress.spec 31 May 2010 21:36:39 -0000 1.5
@@ -2,7 +2,7 @@
Name: apache-%{shortname}
Version: 1.0
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Java API for working with tar, zip and bzip2 files
Group: Development/Libraries
License: ASL 2.0
@@ -51,6 +51,10 @@ Group: Documentation
Requires: %{name} = %{version}-%{release}
Requires: jpackage-utils
+# Upstream name change
+Provides: jakarta-%{shortname}-javadoc = %{version}-%{release}
+Obsoletes: jakarta-%{shortname}-javadoc < 1.0-2
+
%description javadoc
Development documentation for %{name}.
@@ -115,14 +119,18 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon May 31 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-7
+- Fixed regression with missing Provides/Obsoletes for javadocs
+- Fixed changelog format
+
* Sun May 23 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-6
-* Fixed Maven depmap to use commons-compress
+- Fixed Maven depmap to use commons-compress
* Thu May 13 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-5
- Added missing Provides/Obsoletes for javadocs
* Mon May 10 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-4
-* Cleared some problems after the review
+- Cleared some problems after the review
* Thu May 06 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-3
- Now using maven2 (mvn-jpp) instead of directly calling javac & co
12Â years, 8Â months
rpms/libmodplug/devel .cvsignore, 1.6, 1.7 libmodplug.spec, 1.18, 1.19 sources, 1.6, 1.7
by Ville Skyttä
Author: scop
Update of /cvs/pkgs/rpms/libmodplug/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2026
Modified Files:
.cvsignore libmodplug.spec sources
Log Message:
* Wed Apr 7 2010 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.8.8-1
- Update to 0.8.8.1 (#580021).
- Drop explicit pkgconfig dependency from -devel (autodetected in F-12+).
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libmodplug/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore 27 Apr 2009 18:09:51 -0000 1.6
+++ .cvsignore 31 May 2010 21:15:17 -0000 1.7
@@ -1 +1 @@
-libmodplug-0.8.7.tar.gz
+libmodplug-0.8.8.1.tar.gz
Index: libmodplug.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libmodplug/devel/libmodplug.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- libmodplug.spec 25 Jul 2009 06:07:29 -0000 1.18
+++ libmodplug.spec 31 May 2010 21:15:18 -0000 1.19
@@ -1,6 +1,6 @@
Name: libmodplug
-Version: 0.8.7
-Release: 2%{?dist}
+Version: 0.8.8.1
+Release: 1%{?dist}
Epoch: 1
Summary: Modplug mod music file format library
@@ -18,7 +18,6 @@ BuildRoot: %{_tmppath}/%{name}-%{ve
Summary: Development files for the Modplug mod music file format library
Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: pkgconfig
%description devel
%{summary}.
@@ -28,10 +27,11 @@ Requires: pkgconfig
%setup -q
%patch0 -p1
chmod -c -x src/tables.h
+sed -i -e 's/\r//g' ChangeLog
%build
-%configure --disable-dependency-tracking
+%configure
make %{?_smp_mflags}
@@ -67,49 +67,53 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Apr 7 2010 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.8.8-1
+- Update to 0.8.8.1 (#580021).
+- Drop explicit pkgconfig dependency from -devel (autodetected in F-12+).
+
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1:0.8.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Apr 27 2009 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.8.7-1
- Update to 0.8.7 (security, #496834).
-* Tue Apr 14 2009 Ville Skyttä <ville.skytta at iki.fi> - 1:0.8.5-1
+* Tue Apr 14 2009 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.8.5-1
- Update to 0.8.5, should fix #483146.
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1:0.8.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-* Sat Feb 9 2008 Ville Skyttä <ville.skytta at iki.fi> - 1:0.8.4-3
+* Sat Feb 9 2008 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.8.4-3
- Rebuild.
-* Tue Aug 21 2007 Ville Skyttä <ville.skytta at iki.fi> - 1:0.8.4-2
+* Tue Aug 21 2007 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.8.4-2
- Rebuild.
-* Wed Apr 4 2007 Ville Skyttä <ville.skytta at iki.fi> - 1:0.8.4-1
+* Wed Apr 4 2007 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.8.4-1
- 0.8.4.
-* Tue Oct 3 2006 Ville Skyttä <ville.skytta at iki.fi> - 1:0.8-3
+* Tue Oct 3 2006 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.8-3
- Apply patch for CVE-2006-4192 (from Debian).
-* Mon Aug 28 2006 Ville Skyttä <ville.skytta at iki.fi> - 1:0.8-2
+* Mon Aug 28 2006 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.8-2
- Rebuild.
-* Fri Mar 24 2006 Ville Skyttä <ville.skytta at iki.fi> - 1:0.8-1
+* Fri Mar 24 2006 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.8-1
- 0.8, 64bit patch included upstream.
-* Mon Feb 13 2006 Ville Skyttä <ville.skytta at iki.fi> - 1:0.7-5
+* Mon Feb 13 2006 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.7-5
- Rebuild, cosmetics.
-* Tue Aug 23 2005 Ville Skyttä <ville.skytta at iki.fi> - 1:0.7-4
+* Tue Aug 23 2005 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.7-4
- Don't ship static libs.
-* Tue Aug 23 2005 Ville Skyttä <ville.skytta at iki.fi> - 1:0.7-3
+* Tue Aug 23 2005 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.7-3
- Fix x86_64, thanks to Adam Goode (#166127).
-* Thu Mar 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 1:0.7-2
+* Thu Mar 17 2005 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.7-2
- Build with dependency tracking disabled.
- Run tests in the %%check section.
-* Fri Oct 17 2003 Ville Skyttä <ville.skytta at iki.fi> - 1:0.7-0.fdr.1
+* Fri Oct 17 2003 Ville Skyttä <ville.skytta(a)iki.fi> - 1:0.7-0.fdr.1
- First build, separated from xmms-modplug.
- Bump Epoch.
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libmodplug/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources 27 Apr 2009 18:09:51 -0000 1.6
+++ sources 31 May 2010 21:15:18 -0000 1.7
@@ -1 +1 @@
-d2d9ccd8da22412999caed076140f786 libmodplug-0.8.7.tar.gz
+f7fa53a60c650024ff51cca88341776b libmodplug-0.8.8.1.tar.gz
12Â years, 8Â months
rpms/kid3/devel kid3-1.4-desktop.patch, NONE, 1.1 kid3-1.4-docbook42.patch, NONE, 1.1 kid3.spec, 1.32, 1.33
by Ville Skyttä
Author: scop
Update of /cvs/pkgs/rpms/kid3/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv450
Modified Files:
kid3.spec
Added Files:
kid3-1.4-desktop.patch kid3-1.4-docbook42.patch
Log Message:
* Mon May 31 2010 Ville Skyttä <ville.skytta(a)iki.fi> - 1.4-2
- Patch to fix build with KDE 4.5 (DocBook 4.2).
- Patch to improve desktop entry (MIME types, startup).
kid3-1.4-desktop.patch:
kid3.desktop | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--- NEW FILE kid3-1.4-desktop.patch ---
http://sourceforge.net/tracker/?func=detail&aid=2984989&group_id=70849&at...
diff -up kid3-1.4/kid3/kid3.desktop~ kid3-1.4/kid3/kid3.desktop
--- kid3-1.4/kid3/kid3.desktop~ 2010-02-20 15:45:31.000000000 +0200
+++ kid3-1.4/kid3/kid3.desktop 2010-04-10 00:27:01.000000000 +0300
@@ -4,7 +4,7 @@ Exec=kid3 %f
Icon=kid3
Type=Application
X-DocPath=kid3/index.html
-MimeType=audio/mpeg;application/ogg;audio/x-flac;audio/x-flac+ogg;audio/x-vorbis+ogg;audio/x-speex+ogg;audio/x-oggflac;audio/x-musepack;audio/aac;audio/mp4;audio/x-speex;audio/x-tta;audio/x-wavpack;x-directory/normal;inode/directory;
+MimeType=audio/mpeg;audio/ogg;application/ogg;audio/x-flac;audio/x-flac+ogg;audio/x-vorbis+ogg;audio/x-speex+ogg;audio/x-oggflac;audio/x-musepack;audio/aac;audio/mp4;audio/x-speex;audio/x-tta;audio/x-wavpack;inode/directory;
GenericName=Audio Tagger
GenericName[de]=Audio Tag Editor
GenericName[es]=Editor de etiquetas de audio
@@ -16,3 +16,5 @@ GenericName[pl]=Edytor znaczników audio
GenericName[ru]=Программа-редактор аудио-тегов
Terminal=false
Categories=Qt;KDE;AudioVideo;Audio;AudioVideoEditing;
+StartupNotify=true
+StartupWMClass=kid3
kid3-1.4-docbook42.patch:
de/index.docbook | 2 +-
en/index.docbook | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE kid3-1.4-docbook42.patch ---
http://sf.net/tracker/?func=detail&aid=3009644&group_id=70849&atid=529223
diff -up kid3-1.4/doc/de/index.docbook~ kid3-1.4/doc/de/index.docbook
--- kid3-1.4/doc/de/index.docbook~ 2010-03-05 20:32:27.000000000 +0200
+++ kid3-1.4/doc/de/index.docbook 2010-05-31 23:01:01.624429816 +0300
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
-<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd" [
+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kid3 '<application>Kid3</application>'>
<!ENTITY % addindex "IGNORE">
<!ENTITY % German "INCLUDE"><!-- change language only here -->
diff -up kid3-1.4/doc/en/index.docbook~ kid3-1.4/doc/en/index.docbook
--- kid3-1.4/doc/en/index.docbook~ 2010-03-05 20:32:27.000000000 +0200
+++ kid3-1.4/doc/en/index.docbook 2010-05-31 23:01:07.055428079 +0300
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
-<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd" [
+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kid3 '<application>Kid3</application>'>
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE"><!-- change language only here -->
Index: kid3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kid3/devel/kid3.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- kid3.spec 6 Mar 2010 12:15:53 -0000 1.32
+++ kid3.spec 31 May 2010 21:03:02 -0000 1.33
@@ -1,12 +1,16 @@
Name: kid3
Version: 1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Efficient ID3 tag editor
Group: Applications/Multimedia
License: GPLv2+
URL: http://kid3.sourceforge.net/
Source0: http://downloads.sourceforge.net/kid3/%{name}-%{version}.tar.gz
+# http://sf.net/tracker/?func=detail&aid=3009644&group_id=70849&atid=529223
+Patch0: %{name}-1.4-docbook42.patch
+# http://sf.net/tracker/?func=detail&aid=2984989&group_id=70849&atid=529223
+Patch1: %{name}-1.4-desktop.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: kdelibs4-devel
@@ -30,6 +34,8 @@ looking for.
%prep
%setup -q
+%patch0 -p1
+%patch1 -p1
%build
@@ -43,16 +49,14 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
install -Dpm 644 deb/kid3.1 $RPM_BUILD_ROOT%{_mandir}/man1/kid3.1
-# preserve desktop entry location for from < 0.8 upgrades
+# preserve desktop entry location for upgrades
mv $RPM_BUILD_ROOT%{_datadir}/applications/{kde*/kid3,fedora-kid3}.desktop
rmdir $RPM_BUILD_ROOT%{_datadir}/applications/kde*
desktop-file-install \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
- --add-category AudioVideoEditing \
$RPM_BUILD_ROOT%{_datadir}/applications/fedora-kid3.desktop
-
%find_lang %{name} --with-kde
@@ -88,6 +92,10 @@ gtk-update-icon-cache %{_datadir}/icons/
%changelog
+* Mon May 31 2010 Ville Skyttä <ville.skytta(a)iki.fi> - 1.4-2
+- Patch to fix build with KDE 4.5 (DocBook 4.2).
+- Patch to improve desktop entry (MIME types, startup).
+
* Sat Mar 6 2010 Ville Skyttä <ville.skytta(a)iki.fi> - 1.4-1
- Update to 1.4.
12Â years, 8Â months
rpms/bpython/F-13 bpython.spec,1.13,1.14
by terjeros
Author: terjeros
Update of /cvs/pkgs/rpms/bpython/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31447
Modified Files:
bpython.spec
Log Message:
* Mon May 31 2010 Terje Rosten <terje.rosten(a)ntnu.no> - 0.9.6.2-5.fc13.1
- python3-pygments not in Fedora 13, disable python 3 build
Index: bpython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bpython/F-13/bpython.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- bpython.spec 30 May 2010 12:48:51 -0000 1.13
+++ bpython.spec 31 May 2010 20:51:33 -0000 1.14
@@ -1,11 +1,11 @@
-%global with_python3 1
+%global with_python3 0
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: bpython
Summary: Fancy curses interface to the Python interactive interpreter
Version: 0.9.6.2
-Release: 5%{?dist}
+Release: 5%{?dist}.1
URL: http://www.bpython-interpreter.org/
Group: Development/Libraries
License: MIT
@@ -125,6 +125,9 @@ popd
%endif # with_python3
%changelog
+* Mon May 31 2010 Terje Rosten <terje.rosten(a)ntnu.no> - 0.9.6.2-5.fc13.1
+- python3-pygments not in Fedora 13, disable python 3 build
+
* Sun May 30 2010 Terje Rosten <terje.rosten(a)ntnu.no> - 0.9.6.2-5
- Add patch to fix suspend
12Â years, 8Â months
rpms/rabbitvcs/devel rabbitvcs.spec, 1.1, 1.2 sources, 1.2, 1.3 shebang.patch, 1.1, NONE
by Juan Rodriguez
Author: nushio
Update of /cvs/pkgs/rpms/rabbitvcs/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26954
Modified Files:
rabbitvcs.spec sources
Removed Files:
shebang.patch
Log Message:
Index: rabbitvcs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rabbitvcs/devel/rabbitvcs.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rabbitvcs.spec 28 May 2010 00:08:20 -0000 1.1
+++ rabbitvcs.spec 31 May 2010 20:14:09 -0000 1.2
@@ -7,17 +7,14 @@
%global title RabbitVCS
Name: rabbitvcs
-Version: 0.13.1
-Release: 3%{?dist}
+Version: 0.13.2
+Release: 1%{?dist}
Summary: Graphical user interface to version control systems
Group: Development/Languages
License: GPLv2+
URL: http://www.rabbitvcs.org/
Source0: http://rabbitvcs.googlecode.com/files/%{name}-%{version}.tar.gz
-#Removes the "Shebang" from ipython_view.py
-#Fixed in upstream svn r2529 http://code.google.com/p/rabbitvcs/source/detail?r=2529
-Patch0: shebang.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pygtk2-devel >= 2.12
@@ -103,7 +100,6 @@ extension for command line interface.
%prep
%setup -q
-%patch0 -p1
%build
%{__python} setup.py build
@@ -174,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/%{name}
%changelog
+* Mon May 31 2010 Juan Rodriguez <nushio(a)fedoraproject.org> - 0.13.2-1
+- Updated to version 0.13.2.
+
* Thu May 27 2010 Juan Rodriguez <nushio(a)fedoraproject.org> - 0.13.1-3
- Now obsoletes rabbitvcs
- Fixes svg permission ownage
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rabbitvcs/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 28 May 2010 00:08:21 -0000 1.2
+++ sources 31 May 2010 20:14:10 -0000 1.3
@@ -1 +1 @@
-861590f60bf2367a92861e44c1852b0d rabbitvcs-0.13.1.tar.gz
+e3017924b9c548fb5c7b52e6942d652e rabbitvcs-0.13.2.tar.gz
--- shebang.patch DELETED ---
12Â years, 8Â months
rpms/rabbitvcs/F-13 rabbitvcs.spec, 1.1, 1.2 sources, 1.2, 1.3 shebang.patch, 1.1, NONE
by Juan Rodriguez
Author: nushio
Update of /cvs/pkgs/rpms/rabbitvcs/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26571
Modified Files:
rabbitvcs.spec sources
Removed Files:
shebang.patch
Log Message:
Index: rabbitvcs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rabbitvcs/F-13/rabbitvcs.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rabbitvcs.spec 28 May 2010 00:07:07 -0000 1.1
+++ rabbitvcs.spec 31 May 2010 20:12:06 -0000 1.2
@@ -7,17 +7,14 @@
%global title RabbitVCS
Name: rabbitvcs
-Version: 0.13.1
-Release: 3%{?dist}
+Version: 0.13.2
+Release: 1%{?dist}
Summary: Graphical user interface to version control systems
Group: Development/Languages
License: GPLv2+
URL: http://www.rabbitvcs.org/
Source0: http://rabbitvcs.googlecode.com/files/%{name}-%{version}.tar.gz
-#Removes the "Shebang" from ipython_view.py
-#Fixed in upstream svn r2529 http://code.google.com/p/rabbitvcs/source/detail?r=2529
-Patch0: shebang.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pygtk2-devel >= 2.12
@@ -103,7 +100,6 @@ extension for command line interface.
%prep
%setup -q
-%patch0 -p1
%build
%{__python} setup.py build
@@ -174,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/%{name}
%changelog
+* Mon May 31 2010 Juan Rodriguez <nushio(a)fedoraproject.org> - 0.13.2-1
+- Updated to version 0.13.2.
+
* Thu May 27 2010 Juan Rodriguez <nushio(a)fedoraproject.org> - 0.13.1-3
- Now obsoletes rabbitvcs
- Fixes svg permission ownage
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rabbitvcs/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 28 May 2010 00:07:07 -0000 1.2
+++ sources 31 May 2010 20:12:06 -0000 1.3
@@ -1 +1 @@
-861590f60bf2367a92861e44c1852b0d rabbitvcs-0.13.1.tar.gz
+e3017924b9c548fb5c7b52e6942d652e rabbitvcs-0.13.2.tar.gz
--- shebang.patch DELETED ---
12Â years, 8Â months
rpms/rabbitvcs/F-12 .cvsignore, 1.2, 1.3 rabbitvcs.spec, 1.1, 1.2 sources, 1.2, 1.3 shebang.patch, 1.1, NONE
by Juan Rodriguez
Author: nushio
Update of /cvs/pkgs/rpms/rabbitvcs/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26110
Modified Files:
.cvsignore rabbitvcs.spec sources
Removed Files:
shebang.patch
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rabbitvcs/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore 28 May 2010 00:05:27 -0000 1.2
+++ .cvsignore 31 May 2010 20:08:44 -0000 1.3
@@ -1 +1 @@
-rabbitvcs-0.13.1.tar.gz
+rabbitvcs-0.13.2.tar.gz
Index: rabbitvcs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rabbitvcs/F-12/rabbitvcs.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rabbitvcs.spec 28 May 2010 00:05:27 -0000 1.1
+++ rabbitvcs.spec 31 May 2010 20:08:45 -0000 1.2
@@ -7,17 +7,14 @@
%global title RabbitVCS
Name: rabbitvcs
-Version: 0.13.1
-Release: 3%{?dist}
+Version: 0.13.2
+Release: 1%{?dist}
Summary: Graphical user interface to version control systems
Group: Development/Languages
License: GPLv2+
URL: http://www.rabbitvcs.org/
Source0: http://rabbitvcs.googlecode.com/files/%{name}-%{version}.tar.gz
-#Removes the "Shebang" from ipython_view.py
-#Fixed in upstream svn r2529 http://code.google.com/p/rabbitvcs/source/detail?r=2529
-Patch0: shebang.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pygtk2-devel >= 2.12
@@ -103,7 +100,6 @@ extension for command line interface.
%prep
%setup -q
-%patch0 -p1
%build
%{__python} setup.py build
@@ -174,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/%{name}
%changelog
+* Mon May 31 2010 Juan Rodriguez <nushio(a)fedoraproject.org> - 0.13.2-1
+- Updated to version 0.13.2.
+
* Thu May 27 2010 Juan Rodriguez <nushio(a)fedoraproject.org> - 0.13.1-3
- Now obsoletes rabbitvcs
- Fixes svg permission ownage
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rabbitvcs/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 28 May 2010 00:05:27 -0000 1.2
+++ sources 31 May 2010 20:08:45 -0000 1.3
@@ -1 +1 @@
-861590f60bf2367a92861e44c1852b0d rabbitvcs-0.13.1.tar.gz
+e3017924b9c548fb5c7b52e6942d652e rabbitvcs-0.13.2.tar.gz
--- shebang.patch DELETED ---
12Â years, 8Â months
rpms/gstreamer-plugins-bad-free/F-12 gstreamer-plugins-bad-free.spec, 1.5, 1.6
by Benjamin Otte
Author: company
Update of /cvs/pkgs/rpms/gstreamer-plugins-bad-free/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26132
Modified Files:
gstreamer-plugins-bad-free.spec
Log Message:
add missing files
Index: gstreamer-plugins-bad-free.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-bad-free/F-12/gstreamer-plugins-bad-free.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- gstreamer-plugins-bad-free.spec 31 May 2010 19:52:59 -0000 1.5
+++ gstreamer-plugins-bad-free.spec 31 May 2010 20:08:24 -0000 1.6
@@ -205,6 +205,7 @@ aren't tested well enough, or the code i
%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstscaletempoplugin.so
%{_libdir}/gstreamer-%{majorminor}/libgstsdpelem.so
+%{_libdir}/gstreamer-%{majorminor}/libgstsegmentclip.so
%{_libdir}/gstreamer-%{majorminor}/libgstspeed.so
%{_libdir}/gstreamer-%{majorminor}/libgststereo.so
%{_libdir}/gstreamer-%{majorminor}/libgstsubenc.so
12Â years, 8Â months