rpms/libproxy/devel libproxy.spec, 1.7, 1.8 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4

Nicolas Chauvet kwizart at fedoraproject.org
Sun Dec 27 12:10:05 UTC 2009


Author: kwizart

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

Modified Files:
	libproxy.spec .cvsignore sources 
Log Message:
Update to 0.3.1



Index: libproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libproxy/devel/libproxy.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- libproxy.spec	19 Oct 2009 21:22:00 -0000	1.7
+++ libproxy.spec	27 Dec 2009 12:10:05 -0000	1.8
@@ -3,7 +3,7 @@
 %define gecko_version 1.9.1
 
 Name:           libproxy
-Version:        0.3.0
+Version:        0.3.1
 Release:        1%{?dist}
 Summary:        A library handling all the details of proxy configuration
 
@@ -14,8 +14,6 @@ Source0:        http://libproxy.googleco
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
-Requires: libproxy-python = %{version}-%{release}
-Requires: libproxy-bin = %{version}-%{release}
 
 # gnome
 BuildRequires:  GConf2-devel
@@ -86,6 +84,14 @@ Provides:       %{name}-pac = %{version}
 %description    mozjs
 The %{name}-mozjs package contains the %{name} plugin for mozjs.
 
+%package        networkmanager
+Summary:        Plugin for %{name} and networkmanager
+Group:          System Environment/Libraries
+Requires:       %{name} = %{version}
+
+%description    networkmanager
+The %{name}-networkmanager package contains the %{name} plugin for networkmanager.
+
 %package        webkit
 Summary:        Plugin for %{name} and webkit
 Group:          System Environment/Libraries
@@ -145,7 +151,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}/%{version}/modules/config_wpad.so
 %{_libdir}/%{name}/%{version}/modules/ignore_ip.so
 %{_libdir}/%{name}/%{version}/modules/ignore_domain.so
-%{_libdir}/%{name}/%{version}/modules/network_networkmanager.so
 %{_libdir}/%{name}/%{version}/modules/wpad_dnsdevolution.so
 %{_libdir}/%{name}/%{version}/modules/wpad_dns.so
 
@@ -169,6 +174,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/%{version}/modules/pacrunner_mozjs.so
 
+%file networkmanager
+%defattr(-,root,root,-)
+%{_libdir}/%{name}/%{version}/modules/network_networkmanager.so
+
 %files webkit
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/%{version}/modules/pacrunner_webkit.so
@@ -181,6 +190,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Dec 27 2009 Nicolas Chauvet <kwizart at fedoraproject.org> - 0.3.1-1
+- Update to 0.3.1
+- Avoid dependecies on -python and -bin subpackages
+- Create -networkmanager sub-package.
+
 * Thu Sep 24 2009 kwizart < kwizart at gmail.com > - 0.3.0-1
 - Update to 0.3.0
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libproxy/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	19 Oct 2009 21:20:20 -0000	1.3
+++ .cvsignore	27 Dec 2009 12:10:05 -0000	1.4
@@ -1 +1 @@
-libproxy-0.3.0.tar.gz
+libproxy-0.3.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libproxy/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	19 Oct 2009 21:20:20 -0000	1.3
+++ sources	27 Dec 2009 12:10:05 -0000	1.4
@@ -1 +1 @@
-6ded75a6c6aef53be657ece207cc26c4  libproxy-0.3.0.tar.gz
+1745fe1bdf5beca1bf7269758f3906e8  libproxy-0.3.1.tar.bz2




More information about the fedora-extras-commits mailing list