Hello community,

here is the log from the commit of package quvi for openSUSE:Factory checked in 
at 2012-01-24 12:21:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quvi (Old)
 and      /work/SRC/openSUSE:Factory/.quvi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quvi", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/quvi/quvi.changes        2011-12-02 
09:28:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.quvi.new/quvi.changes   2012-01-24 
12:21:36.000000000 +0100
@@ -1,0 +2,22 @@
+Tue Jan 10 13:15:16 UTC 2012 - [email protected]
+
+- Update to version 0.4.1:
+  + Accept multiple occurences of --exec
+  + Add verbosity level 'mute'
+  + Add new options: --export-format, --export-level, --verbosity,
+    --category, --feature
+  + Deprecate options: --verbose-libcurl, --category-*, --quiet,
+    --no-*, --xml
+  + Properly escape strings passed to shell
+- Changes from version 0.4.0:
+  + Split old code in three modules: quvi, libquvi,
+    libquvi-scripts.
+  + Make --category-all new default (prev. --category-http)
+  + Extend --exec to support %t, page title
+  + Remove deprecated "--format (help|list)"
+  + Remove deprecated "--no-shortened"
+  + Remove deprecated "--old"
+- Completely rework packaging, following the upstream split in
+  three modules. This can be considered as a new package.
+
+-------------------------------------------------------------------

Old:
----
  quvi-0.2.19.tar.bz2
  quvi-include_stdio.patch

New:
----
  quvi-0.4.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ quvi.spec ++++++
--- /var/tmp/diff_new_pack.9yDekI/_old  2012-01-24 12:21:37.000000000 +0100
+++ /var/tmp/diff_new_pack.9yDekI/_new  2012-01-24 12:21:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package quvi
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,90 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%define         soname 6
 
 Name:           quvi
-Version:        0.2.19
-Release:        1
-Summary:        Parsing video downloads links for Youtube and others
+Version:        0.4.1
+Release:        0
+Summary:        Command line tool for parsing flash media stream URLs
+License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Other
-License:        GNU LGPLv2.1
-Url:            http://sourceforge.net/projects/quvi/files/0.2/
+Url:            http://quvi.sourceforge.net/
 Source:         %{name}-%{version}.tar.bz2
-Patch0:         quvi-include_stdio.patch
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libcurl) >= 7.18.2
+BuildRequires:  pkgconfig(libquvi) >= 0.4.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(libcurl) >= 7.18.0
-BuildRequires:  pkgconfig(libpcre) >= 7.8
-BuildRequires:  pkgconfig(lua) >= 5.1
 
 %description
-quvi is a commandline tool for parsing video download links. It supports
-Youtube and other similar video Web sites.
-
-%package -n libquvi%{soname}
-
-Summary:        Parsing video downloads links for Youtube and others
-Group:          Development/Libraries/C and C++
-
-%description -n libquvi%{soname}
-libquvi is a library for parsing video download links with a C API. It is
-written in C and intended to be a cross-platform library.
-
-%package -n libquvi-devel
-
-Summary:        Parsing video downloads links for Youtube and others
-Group:          Development/Libraries/C and C++
-Requires:       libquvi%{soname} = %{version}-%{release}
-Requires:       pkg-config
-Requires:       %{name} = %{version}
-
-%description -n libquvi-devel
-libquvi is a library for parsing video download links with a C API. It is
-written in C and intended to be a cross-platform library.
+quvi is a command line tool for parsing flash media stream URLs.
+It supports many websites including YouTube and Dailymotion.
 
 %prep
 %setup -q
-%patch0
 
 %build
-%{configure} \
-    --enable-smut \
-    --enable-broken \
-    --disable-rpath \
+%configure \
     --disable-static
 make %{?_smp_mflags}
 
 %install
-%{makeinstall}
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
-%post -n libquvi%{soname} -p /sbin/ldconfig
-
-%postun -n libquvi%{soname} -p /sbin/ldconfig
+%make_install
 
 %files
-%defattr(-,root,root,0755)
-%doc COPYING README
-%{_bindir}/%{name}
-%{_datadir}/%{name}/
-%{_mandir}/man1/%{name}*
-
-%files -n libquvi%{soname}
-%defattr(-,root,root,0755)
-%doc COPYING
-%{_libdir}/*.so.*
-
-%files -n libquvi-devel
-%defattr(-,root,root,0755)
-%doc ChangeLog
-%{_includedir}/%{name}/
-%{_libdir}/*.so
-%{_libdir}/pkgconfig/*.pc
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING NEWS README
+%{_bindir}/quvi
+%{_mandir}/man1/quvi.1%{?ext_man}
 
 %changelog

++++++ quvi-0.2.19.tar.bz2 -> quvi-0.4.1.tar.bz2 ++++++
++++ 70487 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to