Compare commits

...
Sign in to create a new pull request.

13 commits

Author SHA1 Message Date
Scott Talbert
75492890c0 Update doc and license file lists for 3.8.3 2016-10-30 15:00:01 -04:00
Scott Talbert
a929a6b7a3 New upstream release 3.8.3 2016-10-30 11:15:32 -04:00
Scott Talbert
c4cac757cf No-change rebuild to restore package 2016-04-02 20:41:33 -04:00
Scott Talbert
7c70bf1f76 Revert "2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks."
This reverts commit 67171f6884.
2016-04-02 20:28:30 -04:00
Till Maas
67171f6884 2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.
Reference: https://fedorahosted.org/epel/ticket/7
2014-12-17 18:11:46 +01:00
Robert Scheck
c6f840ff35 Merge remote branch 'origin/master' into el6
Conflicts:
	.gitignore
	ddclient.spec
2013-12-25 23:03:38 +01:00
Jon Ciesla
6b22abf36e Merge branch 'f16' into el6
Conflicts:
	.gitignore
	ddclient.spec
	sources
2012-03-29 07:12:37 -05:00
Jon Ciesla
0bf1ae4183 Latest upstream. 2012-03-29 07:09:32 -05:00
Fedora Release Engineering
c5c28888e7 dist-git conversion 2010-07-28 12:45:08 +00:00
Robert Scheck
b0bb95d357 Sync with devel branch 2010-05-29 10:49:35 +00:00
Dennis Gilmore
aac484e0b5 Initialize branch EL-6 for ddclient 2010-05-08 01:46:38 +00:00
Robert Scheck
98a9abe0e0 - Upgrade to 3.8.0 and several spec file cleanups (#551906)
- Rewrote initscript to match LSB standards and headers (#246903)
- Added dispatcher to NetworkManager to avoid failures (#506286)
2010-05-01 23:15:58 +00:00
Bill Nottingham
a2735a59d5 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:20:38 +00:00
3 changed files with 12 additions and 5 deletions

2
.gitignore vendored
View file

@ -1,2 +1,2 @@
ddclient-3.8.0.tar.bz2
/ddclient-3.8.1.tar.bz2
/ddclient-3.8.3.tar.bz2

View file

@ -3,8 +3,8 @@
Summary: Client to update dynamic DNS host entries
Name: ddclient
Version: 3.8.1
Release: 9%{?dist}
Version: 3.8.3
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Daemons
URL: http://ddclient.sourceforge.net/
@ -147,7 +147,8 @@ fi
%files
%defattr(-,root,root,-)
%doc README* COPYING COPYRIGHT Changelog sample-etc_ppp_ip-up.local
%license COPYING COPYRIGHT
%doc README* RELEASENOTE ChangeLog Changelog.old sample-etc_ppp_ip-up.local
%doc sample-etc_dhclient-exit-hooks sample-etc_cron.d_ddclient
%doc sample-ddclient-wrapper.sh sample-etc_dhcpc_dhcpcd-eth0.exe
%if 0%{?fedora} > 14 || 0%{?rhel} > 6
@ -169,6 +170,12 @@ fi
%attr(0600,%{name},%{name}) %ghost %{_localstatedir}/cache/%{name}/%{name}.cache
%changelog
* Sun Oct 30 2016 Scott Talbert <swt@techie.net> - 3.8.3-1
- New upstream release 3.8.3
* Sun Apr 03 2016 Scott Talbert <swt@techie.net> - 3.8.1-10
- No-change rebuild to restore package
* Wed Dec 25 2013 Robert Scheck <robert@fedoraproject.org> 3.8.1-9
- Use the new systemd macros (#850084, thanks to Lukáš Nykrýn)
- Adapted the spec file to handle systemd and SysV initscripts

View file

@ -1 +1 @@
7fa417bc65f8f0e6ce78418a4f631988 ddclient-3.8.1.tar.bz2
3b426ae52d509e463b42eeb08fb89e0b ddclient-3.8.3.tar.bz2